/* Home Page */

.mainContentContainer {
	max-width: 100%;
	/* max-width: 1115px; */
	min-height: auto;
	height: auto;
	margin: 0px auto;
	position: relative;
}

.homeBannerContainer {
	margin: 0px auto;
}

/* Sometimes the image is a link, and sometimes not... */
.homeBannerContainer, .homeBannerContainer a, .homeBannerContainer img {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Special Notice (inside banner container */

.specialNoticeContainer {
    max-width: 28%;
    padding: 2%;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    position: absolute;
    right: 0%;
    top: 59%;
    background-color: #f15c31;
    border-radius: 8px 0px 0px 8px;
    box-shadow: 2px 2px 12px #777;
    z-index: 2;
}

.specialNoticeContainer a {
    font-size: 18px;
}

.specialNoticeContainer a:hover {
	opacity: 0.6;
}




/* Important Numbers */

.quickContactContainer {	
	width: 98%;
	margin: 24px auto 0px auto;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.quickContactContainer, .quickContactContainer a {
	font-size: 24px;
	color: #3788cc;
}

.quickContactContainer a:hover {  
	opacity: .50;
}

/* primaryPromo = Red Top B/G, Hover = Blue B/G */
.primaryPromoContainerRow {
	width: 89%;
	aspect-ratio: 9/2;
	margin: 48px auto 0px auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.primaryPromoContainer {
	/*  width: 266px; */
	/*  height: 355px; */
	width: 17.5%;
	height: 100%;
	position: relative;
	background: transparent;
	border-radius: 0% 0% 7% 7%;
	box-shadow: 0px 0px 12px #f6dbb0;
}

.primaryPromoContainer:hover {
	border-radius: 0% 0% 7% 7%;
	box-shadow: 0px 0px 12px #009ada;
}

.primaryPromoContainer:hover > a > img {
	opacity: 0.3;
}

.primaryPromo, .primaryPromoHover {
	/*  width: 264px; */
	/* height: 103px; */ /* If adjusting--must compensate in ::after (below)..."top". */
	width: 100%;
	height: 30%;
	margin: auto;
	color: #fff;
	background-color: #f15c30;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0;
	border-radius: 0% 0% 7% 7%;
}

/* 
Acts as padding for the text. 
Padding will push the top edges too wide
*/
.primaryPromoText, .primaryPromoTextHover {
	width: 97%;
	margin: auto;
	font-size: 26px;
	font-weight: 800;
}

/* Blue B/G */
.primaryPromoHover {
	background-color: #009ada;
	border-radius: 0% 0% 7% 7%
}

.primaryPromo::before, .primaryPromoHover::before {
/*  &::after { */
	width: 100%;
	aspect-ratio: 8/3;
	position: absolute;
	content: '';
	right: 0%;
	top: 25%;
	background-color: inherit;
	transform: skewY(-7deg);
	border-radius: 7% 7% 7% 7%; /* Keep this. Otherwise it can interfere with the above radius. */
	z-index: -1;
}

.primaryPromoContainer img {
	max-width: 62%;
	margin-top: 56%;
}

/* Secondary Promo Row */

.secondaryPromoContainerRow {
	max-width: 100%;
	height: 435px;
	margin-top: 53px;
	position: relative;
	background-color: #efefef;
	background: url('../images/home_secondary_promo_bg.png');
background-repeat: no-repeat;
background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.secondaryPromoContainerInnerRow {
	width: 84%;
	height: 89%;
	margin: 0px auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	/* border: 2px solid black; */
}

.secondaryPromoContainer {
	width: 14%;
	height: 48%;
}


.secondaryPromoContainer a img {
	max-width: 100%;
	position: relative;

}

.secondaryPromoContainer a img:hover {
	opacity: 0.5;
}

.secondaryPromoContainerText {
	width: 98%;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	color: #000;
	justify-content: center;
}

/* RESPONSIVE */
@media screen and (max-width: 1370px) {
	.primaryPromoText, .primaryPromoTextHover {
		font-size: 22px;
	}

	.primaryPromoContainerRow {
		margin-top: 2%;
	}


	.secondaryPromoContainerText {
		font-size: 22px;
	}

}

@media screen and (max-width: 1225px) {
	.quickContactContainer {
		margin-top: 18px;
	}

	.quickContactContainer, .quickContactContainer a { /* Yes, keep these separate from one above */
		font-size: 22px;
	}

	.primaryPromoText, .primaryPromoTextHover {
		font-size: 20px;
		font-weight: 600;
	}

	.secondaryPromoContainerText {
		font-size: 20px;
	}
}

@media screen and (max-width: 1115px) {
	.quickContactContainer {
		margin-top: 14px;
	}

	.quickContactContainer, .quickContactContainer a {
		font-size: 20px;
	}

    .primaryPromoText, .primaryPromoTextHover {
        font-size: 18px;
/*        font-weight: 500; */
	}

    .secondaryPromoContainerRow {
        height: 375px;
    }

   .secondaryPromoContainerInnerRow {
        width: 79%;
        height: 77%;
    }

    .secondaryPromoContainer {
        width: 28%;
    }

    .secondaryPromoContainer a img {
        /*max-width: 51%; */
        max-width: 40%;
    }

	.secondaryPromoContainerText {
		font-size: 18px;
		font-weight: 500;
	}
}

@media screen and (max-width: 995px) {
	.homeBannerContainer {
		margin: 7px auto 0px auto;
	}

	.specialNoticeContainer a {
		font-size: 14px;
	}

	.quickContactContainer, .quickContactContainer a {
		font-size: 14px;
	}

    .primaryPromoText, .primaryPromoTextHover {
        font-size: 14px;
    }

	.secondaryPromoContainerText {
		font-size: 16px;
	}
}

@media screen and (max-width: 775px) {
	.specialNoticeContainer a {
		font-size: 12px;
	}

    .quickContactContainer, .quickContactContainer a {
		font-size: 14px;
	}

    .primaryPromoContainerRow {
    	/* width: 77%; */
    	width: 69%;
        margin-top: 1%;
        flex-wrap: wrap;
    }

    .primaryPromoContainer {
    	margin: 19px 7px 0px 7px;
    	width: 125px;
    	height: 176px;
    }

	.primaryPromoContainer a img {
		margin-top: 63%;
	}

	.primaryPromoText, .primaryPromoTextHover {
		font-size: 12px;
	}

	.secondaryPromoContainerRow {
		height: 325px;
	}

	.secondaryPromoContainerInnerRow {
		width: 79%;
		height: 77%;
	}

	.secondaryPromoContainer {
		width: 28%;
	}

	.secondaryPromoContainer a img {
		/*max-width: 51%; */
		max-width: 40%;
	}

	.secondaryPromoContainerText {
		font-size: 15px;
        font-weight: 500;
	}
}


@media screen and (max-width: 575px) {
    .specialNoticeContainer a {
        font-size: 11px;
    }

	.quickContactContainer, .quickContactContainer a {
		font-size: 10px;
	}

	.primaryPromoContainerInnerRow {
		width: 94%;
		height: 60%;
	}

	.primaryPromoContainer {
		margin-top: 19px;
		width: 110px;
		height: 156px;
	}

    .primaryPromoContainer a img {
        margin-top: 67%;
    }

/*
    .secondaryPromoContainerInnerRow {
    	width: 79%;
    	height: 64%;
	}

    .secondaryPromoContainer {
    	width: 33%;
    	height: 33%;
	}
*/
    .secondaryPromoContainer a img {
        max-width: 47%;
    }

    .secondaryPromoContainerText {
        font-size: 14px;
        font-weight: 500;
    }
}
