/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

body {
	position: relative !important;
}

/* REMOVE SCROLLING FOR THE MAIN WIZARD PAGE (Home page)  
.home { 
	overflow: hidden !important;
}  */

a {
	font-weight: 600 !important;
}

@media only screen and (max-width: 400px) {
	h3 {
		font-size: 1.0rem !important;
	}
} 

.milestone-text p {
	margin-bottom: 5px !important;
}
.home ul {
	margin-bottom: 0px !important;
}
.home li {
	margin-bottom: 2px !important;
}
.backrow {
	flex-wrap: nowrap !important;
}

@media only screen and (max-width: 800px) {

	.ms-cresent img {
		min-width: 30vw;
		max-width: 70% !important;
	}
	
	.ms-cresent2 img {
		min-width: 150px;
		max-width: 50% !important;
		min-height: 200px !important;
	}
}
@media only screen and (min-width: 801px) {

	.ms-cresent img {
		max-width: 80% !important;
		min-height: 300px !important;
	}
	.ms-cresent2 img {
		max-width: 50% !important;
		min-height: 200px !important;
	}
}
@media only screen and (min-width: 601px) {
	.returnToAFC {
		margin-left: -25px !important;
	}
}
@media only screen and (max-width: 400px) {
	.returnToAFC {
		font-size: 0.7rem !important;
	}
}
@media only screen and (max-width: 600px) {
	.afc-logo-mobile {
		width: 80px !important;
	}
}

.l-header.pos_fixed {
	display: none !important;
}

#welcome {
	padding-top: 0px !important; 
}



@media only screen and (min-width: 1200px) {
	.afc-logo {
		margin-left: 100px;
	}
}
	
	
/* SET FOR MOBILE LANDSCAPE VIEW */
@media only screen and (max-height: 300px) {
	#welcome {
		padding-top: 0px !important;
		background-position: 33vw 120px !important
	}
}

/* STRETCH and CENTER THE RIVER FOR HUGE SCREENS */
@media only screen and (min-width: 2000px) {
	#welcome {
		padding-top: 0px !important;
		background-position: 33vw 140px !important
	}
}
@media only screen and (min-width: 2500px) {
	#welcome {
		padding-top: 0px !important;
		background-position: 35vw 140px !important
	}
}
@media only screen and (min-width: 3000px) {
	#welcome {
		padding-top: 0px !important;
		background-position: 37vw 140px !important
	}
}
@media only screen and (min-width: 3500px) {
	#welcome {
		padding-top: 0px !important;
		background-position: 40vw 140px !important
	}
}
@media only screen and (min-width: 4000px) {
	#welcome {
		padding-top: 0px !important;
		background-position: 42vw 140px !important
	}
}
.welcome-right {
	max-width: 550px !important;
}
.wizard-right {
	margin-bottom: 0px !important;
}
/* HOME BACKGROUND IMAGE */
.welcome-wizard-river {
	position: absolute;
	left: auto;
	right: 0%;
	top: 0%;
	bottom: 0%;
	width: 100% !important;
}
@media only screen and (min-width: 1025px) {
	.welcome-text-row {
		margin-top: -50px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.welcome-text-row {
		margin-top: -30px !important;
	}
}
.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
	padding-top: 30px !important;
}



.us_custom_39f253c5 {
    max-width: 470px!important;
}
.us-nav-style_10>*, .navstyle_10>.owl-nav div, .us-btn-style_10 {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5!important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 1em 0.5em;
    background: #c41d65;
    border-color: transparent;
    color: #ffffff!important;
}

 .nextstep-btn {
	margin-left: 25px !important;
	margin-right: 25px !important;
	min-width: 150px !important;
}

 .backstartrow {
	margin-top: 0px !important;
	padding-top: 0px !important;
} 

.startover-btn {
    min-width: 90px;
} 
.support-btn {
    width:150px;
	height:75px;
    text-align: center;
	display: inline-flex !important;
	justify-content: center; /* center the content horizontally */
	align-items: center; /* center the content vertically */
	min-width: 150px !important;
	max-width: 200px !important;
	margin: 5px !important;
}


@media only screen and (min-width: 800px) {
	.text-block {
	  margin: auto;
	  width: 70%;
	}
}

.page-section {
	padding-bottom: 50px;
	text-align: center !important;
}

.area-page-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* .choice-section {
	padding-top: 30px;
} */
@media only screen and (max-width: 1025px) {
	.choice-section {
		padding-top: 0px !important;
	}
	.page-section {
		padding-bottom: 20px;
		text-align: center !important;
	}
	.area-page-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


.area-book-box {
	position: relative;
	border-radius: 20px;
	border: 4px solid #00c4f0;
	padding: 25px 0px 25px 0px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}


/* KEEP BOX FROM BEING TOO WIDE */
@media only screen and (max-width: 1025px) {
	.area-book-box {
		margin-left: 200px !important;
		margin-right: 200px !important;
	}
}
/* ADD NICE MARGIN FOR MOBILE */
@media only screen and (max-width: 850px) {
	.area-book-box {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
}


.area-book-icon {
	width: 80px;
	position: absolute;
	top: -65px;
	bottom: auto;
	  left: 0; 
	  right: 0; 
	  margin-left: auto; 
	  margin-right: auto; 
}

.area-book-box-text {
	font-weight: 400;
	text-align: center;
}

.area-example-box {
	position: relative;
	border-radius: 20px;
	padding: 25px 0px 25px 0px;
	border: 4px solid #00c4f0;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.area-example-box ul {
	margin-top: 10px !important;
	margin-left: 15px !important;
}

/* KEEP BOX FROM BEING TOO WIDE */
@media only screen and (max-width: 1025px) {
	.area-example-box {
		margin-left: 200px !important;
		margin-right: 200px !important;
	}
}
/* ADD NICE MARGIN FOR MOBILE */
@media only screen and (max-width: 850px) {
	.area-example-box {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
}

.area-example-icon {
	width: 80px;
	position: absolute;
	top: -65px;
	bottom: auto;
	  left: 0; 
	  right: 0; 
	  margin-left: auto; 
	  margin-right: auto; 
}

/* ADJUST MARGIN FOR UL TITLE TEXT IN EXAMPLE BOX */
.area-example-box-text p:nth-of-type(2) {
	margin-bottom: 3px !important;
}
.area-example-box-text p:nth-of-type(3) {
	margin-bottom: 2px !important;
}
.area-example-box-text p:nth-of-type(4) {
	margin-bottom: 2px !important;
}
.area-example-box-text li {
	margin-bottom: 2px !important;
}


.key-example-box {
	position: relative;
	border-radius: 20px;
	padding: 25px 0px 25px 0px;
	border: 4px solid #00c4f0;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

.key-example-box ul {
	margin-top: 10px !important;
	margin-left: 15px !important;
}

/* KEEP BOX FROM BEING TOO WIDE */
@media only screen and (max-width: 1025px) {
	.key-example-box {
		margin-left: 200px !important;
		margin-right: 200px !important;
	}
}
/* ADD NICE MARGIN FOR MOBILE */
@media only screen and (max-width: 850px) {
	.key-example-box {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
}

.key-example-icon {
	width: 80px;
	position: absolute;
	top: -65px;
	bottom: auto;
	  left: 0; 
	  right: 0; 
	  margin-left: auto; 
	  margin-right: auto; 
}

/* ADJUST MARGIN FOR UL TITLE TEXT IN EXAMPLE BOX */
.key-example-box-text p:nth-of-type(2) {
	margin-bottom: 3px !important;
}
.key-example-box-text p:nth-of-type(3) {
	margin-bottom: 2px !important;
}
.key-example-box-text li {
	margin-bottom: 2px !important;
}

.icon-text-separator {
	height: 25px !important;
}

/* TEXT AREAS SHOULD NOT EXPAND PAST XX */
.text-box {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 600px) {
	.text-box {
		max-width: 500px;
	}
}










/* BUTTON PARAGRAPH LABEL TO BE THE SAME HEIGHT REGARDLESS OF TEXT AMOUNT */
.choice-box {
	min-height: 200px;
	max-width: 200px;
	margin-left: auto; 
	margin-right: auto; 
}

.choice-box-column-wrapper {
	border-right: 1px solid #dbdbdb;
}

@media only screen and (max-width: 1025px) {
	.choice-box-column-wrapper {
		border-right: 0px solid #dbdbdb;
		margin-bottom: 50px !important;
	}
	.choice-box-column-wrapper-right {
		margin-bottom: 50px !important;
	}
	.choice-box {
	    min-height: auto;
		max-width: 350px;
		padding-bottom: 25px;
		margin-left: auto; 
		margin-right: auto; 
	}
	.choice-box button {
		margin-bottom: 50px !important;
	}
}


.need-help-box {
	position: fixed;
	top: auto;
	bottom: 75px;
	left: auto; 
	right: 10vw; 
	width: 200px;
	height: 200px;
}

.need-help-icon {
	width: 125px;
	position: absolute;
	top: 30px;
	bottom: auto;
	  left: 16%; 
	  right: 0; 
	  margin-left: auto; 
	  margin-right: auto; 
}

.need-help-button {
	width: 150px;
	position: absolute;
	top: 45px;
	bottom: auto;
	left: 214px !important; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	z-index: 10 !important;
	font-weight: 600 !important; 
}
.need-help-button button {
	font-weight: 600 !important; 
}



.need-help-back-button {
	width: 50px;
	position: absolute;
	top: 230px;
	bottom: auto;
	left: 55px; 
	right: auto; 
	margin-left: auto; 
	margin-right: auto; 
	font-weight: 600 !important; 
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.need-help-button-divider {
	width: 1px;
	height: 15px;
	position: absolute;
	top: 242px;
	bottom: auto;
	left: 108px; 
	right: auto; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: #dbdbdb;
}
.need-help-startover-button {
	width: 90px;
	position: absolute;
	top: 230px;
	bottom: auto;
	left: 105px; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	font-weight: 600 !important; 
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.need-help-list-row {
	padding-bottom: 4rem !important;
}

.need-help-list-icon {
	position: absolute;
	height: 50px;
	width: 50px;
	left: 20px;
	right: auto;
	top: 10px;
	bottom: auto; 
}

.need-help-list-text {
	position: absolute;
	left: 85px;
	right: auto;
	top: 23px;
	bottom: auto; 
}


/* SHRINK THE HELP BOX AND ICON FOR MOBILE */
@media only screen and (max-width: 1024px) {

	.need-help-box {
		position: fixed;
		bottom: -50px;
		left: auto; 
		right: 0px; 
	}
	
	.need-help-icon {
		width: 100px;
		position: absolute;
		top: 30px;
		bottom: auto;
		left: 15% !important; 
		right: 0; 
		margin-left: auto; 
		margin-right: auto; 
	}

	.need-help-button {
		width: 150px;
		position: absolute;
		top: 42px;
		bottom: auto;
		left: auto; 
		right: -26px !important; 
		margin-left: auto; 
		margin-right: auto; 
		z-index: 10 !important;
		font-weight: 600 !important; 
	}
	.us-btn-style_11 {
		font-size: 12px !important; 
	}
	.need-help-back-button {
		width: 50px;
		position: absolute;
		top: 190px;
		bottom: auto;
		left: 35px; 
		right: auto; 
		margin-left: auto; 
		margin-right: auto; 
		font-weight: 600 !important; 
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.need-help-button-divider {
		width: 1px;
		height: 15px;
		position: absolute;
		top: 200px;
		bottom: auto;
		left: 84px; 
		right: auto; 
		margin-left: auto; 
		margin-right: auto; 
		background-color: #dbdbdb;
	}
	.need-help-startover-button {
		width: 90px;
		position: absolute;
		top: 190px;
		bottom: auto;
		left: 50px; 
		right: 0; 
		margin-left: auto; 
		margin-right: auto; 
		font-weight: 600 !important; 
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.need-help-list-icon {
		position: absolute;
		height: 50px;
		width: 50px;
		left: 20px;
		right: auto;
		top: 10px;
		bottom: auto; 
	}
	.need-help-list-text {
		position: absolute;
		left: 85px;
		right: auto;
		top: 23px;
		bottom: auto; 
	}
	.need-help-list-row {
		padding-bottom: 4rem !important;
	}
}
@media (max-width: 600px) {
	.need-help-list-row {
		padding-bottom: 1.5rem !important;
	}
	.need-help-list-icon {
		position: absolute;
		height: 35px;
		width: 35px;
		left: 20px;
		right: auto;
		top: 10px;
		bottom: auto; 
	}
	.need-help-list-text {
		position: absolute;
		left: 65px;
		right: auto;
		top: 18px;
		bottom: auto; 
	}
}
.w-popup-box-content {
	padding-top: 0% !important;
	padding-right: 5% !important;
	padding-left: 5% !important;
	padding-bottom: 5% !important;
	height: 100vh !important;
	overflow-y: hidden !important;
}


@media (max-width: 600px) {
	.w-popup-box-content[style*="padding"] {
		padding-top: 20px !important;
	}
}

.w-popup-wrap.pos_fixed {
	overflow-y: hidden !important;
}
.w-popup-box-h {
	margin-top: 0px !important;
}
.w-popup-box {
	width: 90vw !important;
	margin: auto;
	overflow-y: hidden !important;
}
.w-popup-closer {
	right: 6vw !important;
	top: 0px !important;
}

.w-popup-box:not([style*="100%"]) + .w-popup-closer {
	color: #000 !important;
}

@media only screen and (min-width: 1200px) {
	.w-popup-box {
		width: 51% !important;
		margin: auto;
	}
	.w-popup-closer {
		right: 25% !important;
		top: 33px !important;
	}
}
.w-popup-box-title {
	text-align: center !important;
	font-weight: 600 !important;
	font-size: 2rem;
	line-height: 3.5;
    padding: 0rem 0rem;
	padding-right: 0px !important;
	background-color: #FFFFFF !important;
}

.w-popup-wrap {
	height: 100vh !important;
}

.start-over-btn {
	margin-left: 19.5vw !important;
	min-width: 150px !important;animation-name
}
.icon-definition {
	padding-top: 20px !important;
}

.ESLogo {
	padding-top: 30px !important;
	padding-bottom: 40px !important;
	max-width: 150px !important;
	margin: auto !important;
}