/**** CSS for Hiring Page *******/

.ae-hiring .fsNavigation.hire-nav a, .ae-hiring .fsNavigation.hire-nav li.fsNavCurrentPage>a, .ae-hiring .fsNavigation.hire-nav li.fsNavCurrentPageAncestor>a {
    color: #fff !important;
    text-decoration: unset !important; 
}

.ae-hiring .hire-nav nav{
	background: #004d73 !important;
	padding: 15px 30px !important;
}

.ae-hiring .fsNavigation.hire-nav .fsNavLevel1>li {
    border-bottom: solid 1px rgba(255,255,255,.3) !important;
}

.ae-hiring .fsNavigation.hire-nav a {
    padding: 20px 0 !important;
}

.ae-hiring .fsNavigation.hire-nav .fsNavLevel1>li:last-child {
    border-bottom: none !important;
}

.ae-hiring .fsNavigation.hire-nav a:hover{
	color: #fff !important;
    text-decoration: underline !important;
}

.ae-hiring .fsResourceElement img{width: 100% !important;}

.hiring-banner{margin-bottom: 30px !important;}

.ae-hiring h1{
	color: #ffb628;
}
.hb-content{
	padding: 0px 30px;
}
.hb-1{
	font-size: 24px;
    font-weight: 200 !important;
    color: #000 !important;
	margin-bottom: 10px !important;
    line-height: 30px;
}
.hb-2 b{
	font-size: 24px;
}
.ae-hiring .fs_style_4{
	background: #ffb71d !important;
	color: #004f71 !important;
	font-size: 24px;
}
.ae-hiring .fs_style_4:before{
	border-color: #ffb71d !important;
}

.hiring-form-section{
	background: linear-gradient(to left, #59cbe8 0%, #59cbe8 70%, #fff 70%, #fff 100%);
    padding: 50px 0px;
}

.hiring-form-section h2, .hiring-form-section .fsFormsRequiredLegend, .hiring-form-section .fsFormFieldWrapper label, .hiring-form-section .fsFormFieldHintText{
	display: none !important;
}

.hiring-form-section .fsFormFieldWrapper:first-child label{
	display: block !important;
}

.hiring-form-section .fsFormFieldBody b{
	font-size: 30px;
    color: #004f71 !important;
}

.hiring-form-section .fsFormFieldWrapper:nth-last-child(2) label{
	font-size: 20px;
    color: #004f71 !important;
	display: block !important;
}

.hiring-form-section input{
	border: none !important;
    box-shadow: none !important;
}

.hiring-form-section input::-webkit-input-placeholder{
	color: #59cbe8 !important;
}

.hiring-form-section .fsStyleAlignCenter{
	text-align: left !important;
}

.hiring-form-section .fsFormSubmitButton{
	background: #ffb71d !important;
    color: #004f71 !important;
    font-size: 24px;
    font-weight: bolder;
}

.hiring-form-section .fsFormSubmitButton:before{
	border-color: #ffb71d !important;
}

.whb-1{
	color: #000 !important;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 50px;
}

.whb-1 strong{
	color: #004f71 !important;
	font-size: 24px;
}

.ae-hiring .we-hire-title{
	margin-bottom: 15px !important;
}

.ae-hiring .we-hire-cols{
	margin-bottom: 20px !important;
}

.ae-hiring .we-hire-title h2 strong{
	font-size: 44px;
    font-weight: 700;
	color: #004f71 !important;
}

.we-hire-content{
	padding: 0px 50px;
}

footer #fsEl_28193{
	width: 10%;
    margin-right: 20px;
}

.enroll-form .fsFormSubmitButton{
     background-color: #004f71 !important;
     color: #fff !important;
}

.ct-mob-show{
   display:none;
}
.ct-desk-show{
   display:block;
}

@media (max-width: 767px){
	.whb-1, .whb-1 strong, .hb-1, .hb-2, .hb-2 b, .ae-hiring .fs_style_4, .hiring-form-section .fsFormSubmitButton {
		font-size: 18px !important; 
	}
	.ae-hiring .we-hire-title h2 strong {
		font-size: 32px !important;
	}
	.ae-hiring .fs_style_4 {
		display: block;
		text-decoration: unset !important;
		padding: 20px;
	}
	.hiring-banner-buttons .fsStyleColumn-1{
		margin-bottom: 20px !important;
	}
        .ct-mob-show{
           display:block !important;
        }
        .ct-desk-show{
           display:none !important;
        }
}


@media (max-width: 991px){
	.we-hire-content, .hb-content{
		padding: 0px 0px !important;
	}
	.hiring-form-section {
		background: #59cbe8 !important;
		padding: 25px 20px;
	}
}

@media (min-width: 1100px){
	.ae-hiring #fsPageBodyWrapper {
		padding: 35px 50px 0px !important;
	}
}

@media (max-width: 1099px){
	.ae-hiring .hire-nav nav{
		display: none !important;
	}
       .ae-hiring .fsBreadcrumb nav{
		display: block !important;
	}
}
