@import url("https://use.typekit.net/fxr6bqd.css");
.brotherMed {
    font-family: brother-1816, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.brotherBold {
    font-family: "brother-1816", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.brotherBlack {
    font-family: brother-1816, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.brotherbookItalic {
    font-family: "brother-1816", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.brotherReg {
    font-family: "brother-1816", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.darkBlue-font {
    color: #011F45;
}

.page-template-page-arndt .ls-7 {
    letter-spacing: -0.07em;
}

.ls-8 {
    letter-spacing: 0.08em;
}

.page-template-page-arndt .red-font {
    color: #7E2628;
}

.page-template-page-arndt .lh-20 {
    letter-spacing: 0.08em;
}
.page-template-page-arndt header,
.page-template-page-arndt footer {
	display: none;
}

.page-template-page-arndt .max-width-471 {
    max-width: 471px;
    width: 100%;
}

.page-template-page-arndt h1 {
	font-size: 160px;
	line-height: 0.9;
}

.page-template-page-arndt h2 {
	font-size: 59px;
	line-height: 1;
	text-transform: none;
}

.page-template-page-arndt h3 {
	font-size: 50px;
	line-height: 50px;
}

.page-template-page-arndt h4,
.page-template-page-arndt .h4 {
	font-size: 34px;
	line-height: 1;
}



.page-template-page-arndt h5,
.page-template-page-arndt .h5 {
	font-size: 22px;
}

.page-template-page-arndt .small-text {
    font-weight: 500;
font-size: 55px;
line-height: 50px;
text-align: left;
color: #7e2628;
}

.page-template-page-arndt .smaller-text {
font-size: 28px;
}

.page-template-page-arndt p {
	font-size: 22px;
	color: #626161;
	opacity: 1;
    font-family: "brother-1816", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

.page-template-page-arndt .hero {
	background: url("/wp-content/uploads/2024/04/1_hero_bkg_arndt.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-template-page-arndt .hero-image {
    width: 890px;
    position: absolute;
    right: -21%;
    bottom: 0;
}

/* .page-template-page-arndt .hero .row {
    height: 835px;
} */

.arndt-donate-btn {
	font-size: 19px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
	color: #fff;
	background: #7E2628;
    border: 2px solid #fff;
    border-radius: 4px;
	text-transform: uppercase;
	padding: 7px 45px;
}

.arndt-donate-btn:hover {
    background-color: #001F45;
	opacity: 0.8;
	color: #fff;
}

.arndt-endorsement-icon {
	position: relative;
	top: 0px;
	/* left: 0; */
    /* right: 0; */
	max-width: 217px;
    width: 100%;
}

.arndt-cards .card-title {
	font-size: 41px;
	line-height: 1;
}

.arndt-cards .card-icon {
	height: 140px;
	width: auto;
}

.border-top-white {
    border-top: 6px solid #ffffff;
}

.border-top-blue {
    border-top: 10px solid #011F45;
}

.border-bottom-blue {
    border-bottom: 10px solid #011F45;
}

.darkBlue-banner {
    background-color: #001F45;
}

.page-template-page-arndt .red-banner {
    background-color: #7E2628;
}

.page-template-page-arndt .panel-margin {
    margin: 5em 0 2.5em;
}

.page-template-page-arndt .image-container {
    max-width: 800px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.page-template-page-arndt .image-container-1 {
    right: 0;
}

.page-template-page-arndt .image-container-2 {
    left: 0;
}

.page-template-page-arndt .image-container-3 {
    right: 0;
}

.page-template-page-arndt .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-page-arndt .panel {
   overflow: hidden;
}

/* .container {
    max-width: 1110px;
    width: 100%;
} */

/* ------------------------------ 
	1440px LARGE
------------------------------ */
@media (min-width: 1440px) {
    .container-xxl {
        max-width: 1140px;
        width: 100%;
    }

    .page-template-page-arndt .image-container-1 {
        right: -165px;
    }
    
    .page-template-page-arndt .image-container-2 {
        left: -165px;
    }
    
    .page-template-page-arndt .image-container-3 {
        right: -165px;
    }
}

/* ------------------------------ 
	992px MEDIUM
------------------------------ */
@media (min-width: 992px) {
    .page-template-page-arndt .panel-1 {
        background: linear-gradient(to right, rgba(98, 97, 97, 0.08) 0%, #626161 100%);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .page-template-page-arndt .panel-2 {
        background: linear-gradient(to left, rgba(98, 97, 97, 0.08) 0%, #626161 100%);        
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .page-template-page-arndt .panel-3 {
        background: linear-gradient(to right, rgba(98, 97, 97, 0.08) 0%, #626161 100%);        
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

/* ------------------------------ 
	1439px MEDIUM
------------------------------ */
@media (max-width: 1439px) {
    .page-template-page-arndt .image-container-1 {
        right: -165px;
    }

    .page-template-page-arndt .image-container-2 {
        left: -165px;
    }
    
    .page-template-page-arndt .image-container-3 {
        right: -165px;
    }
}

/* ------------------------------ 
	1199px MEDIUM
------------------------------ */
@media (max-width: 1199px) {
    .page-template-page-arndt h1 {
        font-size: 100px;
        line-height: 0.9;
    }

    .page-template-page-arndt .image-container {
        max-width: 650px;
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }

    .page-template-page-arndt .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .page-template-page-arndt .image-container-3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    .page-template-page-arndt .hero-image {
        width: 730px;
        position: absolute;
        right: -18%;
        bottom: 0;
    }
}

/* ------------------------------ 
	991px MEDIUM
------------------------------ */
@media (max-width: 991px) {
	.arndt-endorsement-icon {
		position: relative;
		top: 0;
		/* left: 0; */
		/* right: 0; */
		max-width: 255px;
        width: 100%;
	}

    .page-template-page-arndt .image-container {
        max-width: 100%;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: visible;
        left: 0;
        right: 0;
    }

    .page-template-page-arndt .hero-image {
        width: 100%;
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }

    .page-template-page-arndt .max-width-471 {
        max-width: 100%;
        width: 100%;
    }


}

/* ------------------------------ 
	767px MEDIUM
------------------------------ */
@media (max-width: 767px) {
    .page-template-page-arndt .hero {
        background-position: center 100%;
    }

}

/* 640px */
@media (max-width: 640px) {
    /* .page-template-page-arndt .hero .row {
        height: 650px;
    } */

    .page-template-page-arndt h1 {
        font-size: 70px;
        line-height: 0.9;
    }

    .page-template-page-arndt .small-text {
        font-size: 40px;
    }

    .page-template-page-arndt h4, .page-template-page-arndt .h4 {
        font-size: 18px;
        line-height: 1;
    }

    .page-template-page-arndt .smaller-text {
        font-size: 18px;
        line-height: 1.5;
    }
}
