@font-face{
	font-family:"BC Sans Italic";
	font-display:swap;
	src:url("/wp-content/uploads/et-fonts/BCSans-Italic.woff") format("woff");
}
@font-face{
	font-family:"BC Sans Bold";
	font-display:swap;
	src:url("/wp-content/uploads/et-fonts/BCSans-Bold.woff") format("woff");
}
/************************ Main app and section layout *************************/

.back-button-container {
    max-width: 1170px;
    margin: auto;
}
.back-button {
	color: #fff;
    transition: all 0.2s ease;
	line-height: 1.3;
    font-weight: 400;
    font-size: 18px;
}
.back-button:before {
	content: "\2190";
    margin-right: 7px;
    transition: all 0.2s ease;
}

.back-button:hover {
	cursor: pointer;
}

.back-button:hover:before {
    margin-right: 10px;
}


#abcmi_questionaire_app .App {
    color: white;
    background-size: cover;
    background-image: url(/wp-content/uploads/2022/03/Waves-Blue-2560-1024x683.jpg);
    padding-top: 10em;
    padding-bottom: 10em;
    padding-left: 2em;
    padding-right: 2em;
	background-position: center;
}

.abcmi-questionaire-block{
    display: flex;
    flex-direction: row;
    gap: 7%;
    max-width: 1170px;
    margin: auto;
	min-height: 600px;
}

#abcmi_questionaire_app, 
#abcmi_questionaire_app .App {
	min-height: calc(100vh - 350px);
}

#abcmi_questionaire_app {
	background-color: #005478;
}




/********************** Questionaire Block ***********************/

.question-block h3{
    color: white;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.0;
}

.question-block p {
    line-height: 1.3;
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: 400;
    font-size: 20px;
}

.success-block h3{
    color: white;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.0;
}

.success-block p {
    line-height: 1.3;
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: 400;
	font-size: 20px;
}

.landing-block h3{
    color: white;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.0;
	padding-bottom: 0;
}

.landing-block p {
    line-height: 1.3;
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: 400;
	font-size: 18px;
}

.abcmi-questionaire-button{
    background-color: #ffc648!important;
    color: #005478!important;
    margin-right: 20px!important;
    padding: 15px 25px 15px 25px!important;
    border:none;
    font-size: 20px;
    cursor: pointer;
	margin-top: 10px;
	text-decoration: none;
	font-family:"BC Sans Bold";
	text-align: center;
    transition: all 0.2s ease;
}

.abcmi-questionaire-button:hover{
    background-color: #fcaf15!important;  
}

.abcmi-questionaire-button-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.abcmi-question-section {
    display: flex;
    padding-top: 3em;
    flex-basis: 75%;
    /* align-items: center;
    justify-content: center; */
}


.question-block{
    margin-bottom: 20px;
}

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

}

@media screen and (max-width: 768px) {
    .abcmi-questionaire-button{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .question-block h3 {
        font-size: 28px;
    }
    .abcmi-questionaire-button-section{
        flex-direction: column;
    }
	.abcmi-questionaire-button{
		margin-right: 0px!important;
    }
}




/****************** Job Fact Section ***********************/

.abcmi-highlight-section{
    width:60%;
    flex-basis: 25%;
}
.abcmi-highlight-block{
	text-align: left;
}

.abcmi-highlight-block .fact-img-container {
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.abcmi-highlight-block .fact-img-container img {
    width: 100%;
}

.abcmi-highlight-block h2.abcmi-highlight-headline {
    	font-size: 30px;
    	color: #ffc648;
}

.abcmi-highlight-block h3.abcmi-highlight-section-title {
	font-size: 22px;
    color: #ffff;
    text-transform: uppercase;
    font-weight: 100;
}

.abcmi-highlight-block p.abcmi-highlight-sub-heading {
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
    color: #ffff;
    font-family:"BC Sans Italic",Helvetica,Arial,Lucida,sans-serif;
}

.abcmi-highlight-block p.abcmi-highlight-text {
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
    color: #ffff;
	font-family:"BC Sans Regular",Helvetica,Arial,Lucida,sans-serif;
}


.abcmi-questionaire-links{
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    color: #ffc648!important;
}



@media screen and (max-width: 1024px) {
    .abcmi-questionaire-block{
        flex-direction: column;
    }
	#abcmi_questionaire_app .App {
    	padding-top: 5em;
		padding-bottom: 5em;
	}
	.abcmi-question-section {
    	margin-bottom: 3em;
	}
	.abcmi-highlight-section {
		width: 50%;
		flex-basis: 50%;
	}
	.abcmi-highlight-block {
		text-align: left;
	}
	.abcmi-highlight-block .fact-img-container {
		max-width: 320px;
	}
}

@media screen and (max-width: 768px) {
	.abcmi-highlight-section {
		width: 75%;
		flex-basis: 75%;
	}
}

@media screen and (max-width: 480px) {
    .abcmi-highlight-section{
        width:100%;
    }
    .abcmi-highlight-block .fact-img-container {
        max-width: 66%;
    }
    .abcmi-highlight-block h3 {
        font-size: 22px;
    }
	.abcmi-highlight-section {
		width: 100%;
		flex-basis: 100%;
	}
}


.breadcrumb-block{
	margin-top:10em;
}

.breadcrumb_button {
	border-radius: 50px;
	height: 20px;
	width: 20px;
	background-color: #7ea8ba;
	border: none;
}

.breadcrumb_button.active {
	background-color: #ffffff!important;
}

.back_button{
	background: none;
	border: none;
	font-size: 20px;
	color: white;
	cursor: pointer;
}


.loader-sidebar.center {
    width: 60%;
    flex-basis: 25%;
	position: relative;
	min-height: 300px;
}



.loader.center {
    height: 100%;
    width: 100%;
    text-align: center;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
	transform: scale(0.75);
}

.loader-sidebar.center .lds-ring {
	top: 50%;
	left: 70%;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.landing-page-title-381 {
	max-width: 685px;
}
 
.landing-page-title-231 {
    max-width: 735px;
}