/* #215EAC
    #FFC028
    #4D4D4F
    #C4DBEF 
    #90afd7
    */

body {
    font-family: "Roboto", sans-serif;
   
}
body a {
    font-family: "Baloo 2", sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: "Baloo 2", sans-serif;
}

.all-cnt {
    width: 100%;
    margin: 0 auto;
    /*max-width: 1440px;*/
}

.fixed-top {
    /*max-width: 1440px;*/
    width: 100%;

    margin: 0 auto;
}
.fl-icon-top {
    width: 20%;
}
.main-content {
    margin-top: 335px;
}

.slick-slide {
	    overflow: visible;
    margin: 0 auto;
    display: block;

	    min-width: 85%!important;
    float: none!important;
}

@media (min-width: 481px) { 
	.slick-slide {
		max-width: 85%!important;
	}
	
}
.slick-slide .text-cnt {
	    z-index: 2;
    position: relative;
	background: url('../images/box-bg-1.svg')!important;
    background-size: 100%;
    
    -webkit-filter: drop-shadow(0px 2px 8px rgba(12,45,43, 0.27));
	    background-repeat: no-repeat;
    padding: 11% 5%;
	background-color: transparent!important;
	border: 0 none!important;
}

.slick-slide .text-cnt::after {
position: absolute;
    width: 98%;
    height: 93%;
    top: 0;
    left: -.5%;
    right: 0;
    margin: auto;
    background: url('../images/sm-box1-b-1-3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    background-position: center bottom;
    opacity: .3;
    max-width: 400px;
    bottom: 0;
	z-index: 1;
}
.slick-slide .text-cnt a {
	z-index: 2;
    position: relative;
	text-decoration: none!important;
    display: block;
}

.slick-slide .text-cnt a h3{
	color: #333;
	transition: all 300ms ease-in-out 0s;
}

.slick-slide .text-cnt img {
	max-width: 70px;
    margin: 0 auto;
}

.slick-slide .text-cnt a .more {
	    color: #F56813;
	    font-size: 16px;
	    line-height: 18px;
	transition: all 300ms ease-in-out 0s;
	    font-family: Roboto, sans-serif;
    font-weight: 500;
	    display: block;
    width: 70px;
    margin: 0 auto;
	position: relative;
	margin-bottom: 10px;
}

.slick-slide .text-cnt a .more::after {
	transition: all 300ms ease-in-out 0s;
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    right: -23px;
    width: 18px;
    height: 12px;
	transition: all 300ms ease-in-out 0s;
    content: url('../images/arrow.svg');
}
.slick-slide .text-cnt a:hover .more::after {
	 right: -27px;
}
#header {
    /*background: #fff; */
}

.locations .main-content {
    max-width: 1600px;
    margin: 0px auto;
}

.logo-container {
    width: 100%;
    background: #fff;

}

.navbar-nav {
    float: left;
    width: 100%;
}

.navbar-brand {
    float: left;
}

section.feature-section, section.benefit-section {
    max-width: 1600px;
    margin: 0px auto;
}

.fl-row-content {
    background-color: #1A4780;
    background-image: -webkit-linear-gradient( 135deg, #1A4780 35%, #00AFED 100%);
    background-image: -moz-linear-gradient( 135deg, #1A4780 35%, #00AFED 100%);
    background-image: -o-linear-gradient( 135deg, #1A4780 35%, #00AFED 100%);
    background-image: -ms-linear-gradient( 135deg, #1A4780 35%, #00AFED 100%);
    background-image: linear-gradient( 135deg, #1A4780 35%, #00AFED 100%);
}

.fl-photo-content-main-banner {
    background-image: url('../images/main-bg-copy.png');
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-size: cover;
    bottom: -135px;
    position: relative;
}
.banner-text-left {
    display: flex;
}
.banner-text-left h2 {
    align-self: center;
}

.gform-body .gform_fields {
	grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%) [12];
    grid-row-gap: 16px;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}

.gform-body .gfield {
    grid-column: 1/-1;
    min-width: 0;
}

.gform-body fieldset {
    border: none;
    display: block;
    margin: 0;
}

.gform-body .ginput_complex {
    display: flex;
    flex-flow: row wrap;
}

.gform-body .ginput_complex span {
    margin-bottom: 3.2px;
}

.gform-body .ginput_complex span {
    flex: 1;
}

.gform-body .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 1%;
}

.gform-body .gfield.gfield--width-full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}

.gform-body .gform_footer {
	display: flex;
    text-align: left;
    justify-content: flex-start;
	margin: 6px 0 0;
    padding: 16px 0;
}

.gform-body  .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
	padding-left: 1%;
    padding-right: 0;
}

.gform-body .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
	border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #11345e;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 12px;
	font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
	height: 40px;
	color: #4D4D4F;
    background-color: #ffffff;
    outline: none;
	margin-bottom: 2.4px;
	width: 100% !important;
	margin-top: 0;
	max-width: 100%;
	display: block;
    line-height: 1.428571429;
    vertical-align: middle;
    background-image: none;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gform-body .gfield textarea {
	width: 100%;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #11345e;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 12px;
	font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
	color: #4D4D4F;
    background-color: #ffffff;
    outline: none;
	margin-bottom: 0;
    margin-top: 0;
	display: block; 
	line-height: 1.428571429;
	vertical-align: middle;
	background-image: none;
	transition: all ease-in-out .15s;
	height: 90px;
}

.gform_footer input {
    align-self: flex-end;
}

.gform_footer {
	margin-top: 20px;
    margin-bottom: 30px;
}

#gform_1 {
	margin-top: 20px;
	max-width: 500px;
}

.gform_footer .gform_button {
	font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
	width: auto;
    color: #ffffff;
	padding-bottom: 5px;
	white-space: normal;
	padding-right: 40px;
    padding-left: 40px;
	background-image: url('../images/submit-btn.svg');
    background-size: cover;
    background-repeat: no-repeat;
    border: 0 none;
    padding-top: 5px;
	z-index: 2;
    position: relative;
	transition: all 300ms ease-in-out 0s;
    background-color: transparent;
}

.gform_footer .gform_button:hover {
	background-image: url('../images/submit-btn-hover.svg');
	color: #1A4780;
}

.gform_footer .gform_button::after {
	background-image: url('../images/submit-btn-shadow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    right: -3px;
    bottom: -3px;
    z-index: 1;
    position: absolute;

}

.fl-photo-content-bottom-banner {
    top: 20px;
    position: relative;
    width: 100%;
    height: auto;
}
.fl-photo-img-bottom {
    width: 100%;
}
.fl-photo-main-banner {
    width: 80vw;
}
/*.navbar-brand img {
    width: 70%;
}*/
/*new design */
.navbar-brand img {
   
    width: 100%;
}

.fl-button-group-buttons {
    justify-content: flex-end;
}
.fl-builder-content .fl-node-yvhb1xlaj35n .fl-button-group .fl-button-group-buttons .fl-button-group-button {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.float-search-form input, .float-search-form .ui.dropdown.selection {
	border: 2px solid #11345e;
	border-radius: 5px!important; 
	font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.float-search-form .btn.btn-primary.search-btn {
	border-radius: 5px;
	font-family: "Baloo 2", sans-serif;
}
.callout-buttons {
	max-width: 200px;
}
/*
.blue-yellow-btn a span{
	transition: all 300ms ease-in-out 0s;
	color:#fff!important;
}

.blue-yellow-btn a:hover span {
	color: #1A4780!important;
}


.blue-yellow-btn .button-shadow::after {
	background-image: url('../images/b-shadow.svg')!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	content: '';
	width: 100%;
	height: 100%;
	right: -3px;
	bottom: -3px;
	z-index:1;
	position: absolute;
}

.blue-yellow-btn  a {
	height: 48px;
    line-height: 25px;
    min-width: 190px!important;
}

.blue-yellow-btn a {
	background-image: url('../images/b-btn.svg')!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	border: 0 none!important;
	padding-top: 11px!important;
    padding-bottom: 11px;
	z-index: 2;
    position: relative;
	padding-left: 42px;
    padding-right: 42px;
	transition: all 300ms ease-in-out 0s;
	background-color: transparent!important;
	

	
}

.blue-yellow-btn a:hover {
	background-image: url('../images/y-btn.svg')!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	color: #1A4780;
	
	
}
*/
.fl-icon-top ul {
    list-style: none;
    width: 100%;
    float: left;
}
.fl-icon-top ul li {
    
    float: left;
    width: 11%;
    margin-top: 1%;
}
.fl-icon-top i:before {
    color: #215EAC;
}
.fl-icon-top ul li i {
    background: url('../images/social.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 26px;
    text-align: center;
    line-height: 25px;
}
.blue-yellow-btn {
    padding:5px;
}
.blue-yellow-btn a {
    width:100%;
}

.blue-yellow-btn a {
    background-image: url(../images/b-btn.svg)!important;
    background-size: 100%;
    background-repeat: no-repeat!important;
    border: 0 none!important;
    padding-top: 4px!important;
    padding-bottom: 10px;
    z-index: 2;
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
    transition: all 300ms ease-in-out 0s;
    background-color: transparent!important;
    color: #ffffff;
    text-decoration: none;
}
.blue-yellow-btn a:hover {
    background-image: url(../images/y-btn.svg)!important;
    background-size: 100%;
    background-repeat: no-repeat!important;
    border: 0 none!important;
    padding-top: 4px!important;
    padding-bottom: 10px;
    z-index: 2;
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
    transition: all 300ms ease-in-out 0s;
    background-color: transparent!important;
    color: #1A4780;
    text-decoration: none;
}

.blue-yellow-btn-home a:after {
    background-image: url(../images/b-shadow.svg)!important;
    background-size: 100%;
    background-repeat: no-repeat!important;
    content: '';
    width: 100%;
    height: 100%;
    right: -3px;
    bottom: -3px;
    z-index: -1;
    position: absolute;
}




.blue-yellow-btn-home {
    padding:5px;
}
.blue-yellow-btn-home a {
    width:100%;
}
.blue-yellow-btn-home a {
    background-image: url(../images/b-btn.svg)!important;
    background-size: 100%;
    background-repeat: no-repeat!important;
    border: 0 none!important;
    padding-top: 3px!important;
    padding-bottom: 11px;
    z-index: 2;
    position: relative;
    padding-left: 42px;
    padding-right: 42px;
    transition: all 300ms ease-in-out 0s;
    background-color: transparent!important;
    color: #ffffff;
    text-decoration: none;
}
.blue-yellow-btn-home a:hover {
    background-image: url(../images/y-btn.svg)!important;
    background-size: 100%;
    background-repeat: no-repeat!important;
    border: 0 none!important;
    padding-top: 3px!important;
    padding-bottom: 11px;
    z-index: 2;
    position: relative;
    padding-left: 42px;
    padding-right: 42px;
    transition: all 300ms ease-in-out 0s;
    background-color: transparent!important;
    color: #1A4780;
    text-decoration: none;
}

.yellow-blue-btn {
    padding:5px;
}
.yellow-blue-btn a {
    width:100%;
}
.yellow-blue-btn a {
    background-image: url(../images/y-btn.svg)!important;
    background-size: 100%;
    background-repeat: no-repeat!important;
    border: 0 none!important;
    padding-top: 3px!important;
    padding-bottom: 11px;
    z-index: 2;
    position: relative;
    padding-left: 28px;
    padding-right: 27px;
    transition: all 300ms ease-in-out 0s;
    background-color: transparent!important;
    color: #1A4780;
    text-decoration: none;
}
.yellow-blue-btn a:hover {
    background-image: url(../images/b-btn.svg)!important;
    background-size: 100%;
    background-repeat: no-repeat!important;
    border: 0 none!important;
    padding-top: 3px!important;
    padding-bottom: 11px;
    z-index: 2;
    position: relative;
    padding-left: 28px;
    padding-right: 27px;
    transition: all 300ms ease-in-out 0s;
    background-color: transparent!important;
    color: #ffffff;
    text-decoration: none;
}
.yellow-blue-btn a:after {
    background-image: url('../images/b-shadow.svg')!important;
    background-size: 100%;
    background-repeat: no-repeat!important;
    content: '';
    width: 100%;
    height: 100%;
    right: -3px;
    bottom: -3px;
    z-index: -1;
    position: absolute;
}

.blue-yellow-btn a:after {
    background-image: url('../images/b-shadow.svg')!important;
    background-size: 99%;
    background-repeat: no-repeat!important;
    content: '';
    width: 100%;
    height: 100%;
    right: -4px;
    bottom: -4px;
    z-index: -1;
    position: absolute;
}


.fl-callout-text{
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    text-shadow: 2px 2px 0px rgba(8,29,55,0.35);
    margin-top:-7px;
}
.fl-callout-text p {
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
}
.fl-callout-text *{
    color: #ffffff;
}

.header-panel-container {
    display: flex;
    flex: 1 1 auto;
}
nav.navbar.navbar-expand-lg {
    max-width: 1600px;
    margin: 0px auto;
    padding: 0px;
}
/*new design end*/

.navbar-nav li.nav-item {
    width: 32%;
    margin-right: 1%;
}

.nav-item a.btn.btn-primary {
    background: transparent;
    color: #215eac;
    border-color: #c4dbef;
    padding: 8px 35px;
}

.nav-link {
    color: #215eac;
    text-decoration: underline;
}
.logo {
    width: 20%;
}
.search-cnt {
   /* background: #215eac;*/
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px;
}

.search-cnt-inner {
    width: 100%;
    margin: 0 auto;
}

.search-cnt form input,
.search-cnt form select {
    min-width: 100%;
    height: auto;
    box-sizing: inherit !important;
    padding: 9px 10px;
    border-radius: 0px;
}

.MicrosoftMap .as_container_search {
    width: 285px !important;
}

.search-cnt form {
    width: 100%;
    float: left;
}

.ui.selection.dropdown {
    min-width: 100% !important;
    width: 100%;
    border-radius: 0px !important;
}

.form-group {
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 0;
    position: relative;
}

.search-btn {
    background: #215eac;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 0;
    border: 1.5px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 7px;
    text-transform: uppercase;
    border-radius: 0px;
}

.centerbanner h2 {
	margin-top: 20%;
}

.form-control {
    border-radius: 0px;
}

.search-btn:hover {
    background: #fff;
    color: #215eac;
    transition: 0.3s;
    border-color: #fff;
}

.reward-cnt {
   /* background: #c4dbef;*/
    width: 100%;
    float: left;
    margin-top: -9%;
}

.reward-cnt-inner
 {
    display: flex;  
}
.centerbanner {
    display: inline-flex;
}

.reward-cnt h2 {
   /* font-size: 70px;
    text-align: center;
    font-weight: 900;
    color: #215eac;
    align-self: center;*/
    color:#ffffff;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: calc(16px + 3.5vw);
    line-height: 1.0em;
    text-align: left;
    align-self: center;
}

.reward-cnt img {
    max-width: 100%;
}

.feature-cnt {
    width: 100%;
    float: left;
}

.feature-cnt .img-cnt {
    width: 60%;
    margin: 0 auto;
}

.feature-cnt .img-cnt img {
    width: 100%;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    margin-top: 10px;
    margin-bottom: 20px;
}

.feature-cnt p {
    font-size: 20px;
}

.feature-cnt-inner {
    padding: 35px;
}

.slider-vertical .slick-prev:before,
.slider-vertical .slick-next:before {
    display: none;
}

.slider-vertical .slick-prev,
.slider-vertical .slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    padding: 0;
    background: transparent;
}

.slider-vertical .slick-prev {
    border-width: 0 14px 14px 14px;
    border-color: #4d4d4f transparent;
    top: -30px;
}

.slider-vertical .slick-next {
    border-width: 14px 14px 0px 14px;
    border-color: #4d4d4f transparent;
    bottom: -10px;
    top: auto;
}

.slider-vertical .slick-prev.slick-disabled,
.slider-vertical .slick-next.slick-disabled {
    opacity: 0.1;
    cursor: default;
}

.slider-vertical .text-cnt {
    width: 100%;
    background: #c4dbef;
    border: 1px solid #215eac;
    margin-bottom: 20px;
}

.slider-vertical .text-cnt h3 {
    width: 100%;
    text-align: center;
    padding: 10px 35px;
    font-size: 22px;
    word-break: break-word;
    margin: 0;
    color: #215eac;
}

.slider-cnt {
    margin-top: 5%;
}

.feature-cnt-inner ul {
    padding-left: 25px;
    list-style-type: none;
}

.feature-cnt-inner ul li {
    width: 49%;
    float: left;
    font-size: 20px;
    margin-right: 1%;
}

.feature-cnt-inner ul>li:before {
    content: "-";
    position: absolute;
    margin-left: -1.1em;
}

.benefit-cnt {
    float: left;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.benefit-cnt-inner {
    float: left;
    width: 100%;
}

.benefit-title {
    width: 100%;
    background: #90afd7;
    padding: 20px;
}

.benefit-title h3 {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    padding-left: 25px;
}

.benefits .col-md-4 {
    float: left;
}

.benefits {
    padding: 35px;
}

.benefits>p {
    padding-left: 70px;
}

.benefits h2 {
    color: #215eac;
    font-size: 24px;
}

.benefits ul {
    padding: 5px;
    list-style: none;
}

.benefits .col-md-4 {
    height: 290px;
    padding-left: 5%;
    border-right: 2px solid #215eac;
}

.benefits .col-md-4:last-child {
    border-right: none;
}

.footer {
    background: #90afd7;
    float: left;
    width: 100%;
    padding: 20px;
    color: #fff;
}
.footer.fl-row-content-wrap {
    background-color: #1A4780;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;

   
}
.header-cloud img {
    height: auto;
    width: 100%;
    margin-top: -5px;
}
.header-panel-container {
     background: #215eac; 
     width: 100%;
    margin: 0;
}
.footer .footer-inner {
    background-color: #1A4780;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;

    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: rgba(255,255,255,0.21);
    border-top-width: 1px;
    width: 100% !important;
}

.footer-photo.photo-align-right {
    text-align: right;
    top: -50px;
    position: relative;
    right: -30px;
}

.footer {
    color: #fff;
}

.footer .social-cnt {
    line-height: 40px;
}

.footer-inner {
    width: 85%;
    margin: 0 auto;
}

.footer ul {
    list-style: none;
    width: 100%;
    float: left;
}

.footer h3 {
    font-size: 20px;
    line-height: 45px;
}

.footer ul {
	padding: 0;
}

.footer ul li {
    text-align: left;
  	display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;    
	margin-left: 5px;
	vertical-align: middle;
}

.footer ul li:nth-first-child(1) {
	margin-left: 0!important;
}

.footer-social ul li a {
    color: #fff !important;
}

.footer-social ul li a {
    color: #215EAC!important;
 	transition: all 300ms ease-in-out 0s;
}

.footer-social ul li a:hover, .fl-icon-top  ul li a:hover {
    color: #083550!important;
 
}



.fl-icon-top a i.fa {
	 font-size: 12px;
	transition: all 300ms ease-in-out 0s;
}

.footer-social ul li a i.fa {
    font-size: 12px;
	transition: all 300ms ease-in-out 0s;
    text-align: center;
    
}

.footer-social ul li a i.fa::after, .fl-icon-top ul li a i.fa::after {
	color: #215EAC!important;
 	transition: all 300ms ease-in-out 0s;
}

.footer-social ul li a:hover i.fa::after, .fl-icon-top ul li a:hover i.fa::after {
	color: #083550!important;
 
}

.fa.fa-facebook-f {
	background: url(../images/fb-bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
	width: 22px;
    height: 26px;
	line-height: 26px;
}
.fa.fa-twitter {
    background: url(../images/twitter-bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
	line-height: 24px;
}

.fa.fa-linkedin {
    background: url(../images/linkedin-bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
	line-height: 22px;
}

.fa.fa-instagram {
    background: url(../images/insta-bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
	line-height: 24px;
}

.foot-main {
	display: flex;
    flex-direction: row;
    gap: 20px;
	margin-top: -80px;
}

.foot-main .yellow-blue-btn {
	float: left;
	margin-bottom: 15px;
	  
}

.second-list {
	margin-top: 45px;
}

.copywrite p, .copywrite a {
	color: #fcfeff;
	font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
	margin-bottom: 0;
	transition: all 300ms ease-in-out 0s;
}

.copywrite a:hover {
	text-decoration: none;
	color: #bef3f4;
}

#menu-footer-menu {
	margin-bottom: 0;
	text-align: right;
}

.footer-inner {
	padding: 15px 0 0 0;
}

.wp-image-97 {
	max-width: 200px;
	display: block;
}

.benefits, .feature-section, .reward-section, .main-content {
	display: inline-block; 
	width: 100%;
}

.size-full-image-footer {
	margin-bottom: -1px;
}

#menu-footer-menu a {
	color: #fcfeff;
	font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
	transition: all 300ms ease-in-out 0s;
}
#menu-footer-menu a:hover {
	text-decoration: none;
	color: #bef3f4;
}

.foot-main .yellow-blue-btn a {
	padding-right: 42px!important;
    padding-left: 42.5px!important;
	color: #1A4780!important;
	padding-top: 6px!important;
    padding-bottom: 8px!important;
}

.foot-main .yellow-blue-btn a:hover {
	color: #fff!important;	
}

.foot-main img {
	width: 100%;
	height:auto;
}

.foot-main h3 {
	font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
	color: #C8F0FF;
	line-height: 1.4;
	margin-bottom: 3px;
}

.foot-main .pp-list-items {
	padding: 0;
	margin-top: 10px;
}

.foot-main .pp-list-items li {
	list-style: none;
	display: block;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
}

.foot-main .pp-list-items li a {
	text-decoration: none;
	transition: all 300ms ease-in-out 0s;
	font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
	margin-top: 0px;
    margin-bottom: 0px;
	color: #ffffff;
	opacity: 1;
	position: relative;
}

.foot-main .pp-list-items li a:hover {
	color: #e1f4fb;
	text-decoration: none;
	opacity: .8;
}
.foot-main .pp-list-items li a::before {
	transition: all 300ms ease-in-out 0s;
	position: absolute; 
	top: 0;
	left: -18px; 
	content: url(../images/y-arrow-foot.svg);
	width: 10px;
	height: 10px;
}
.foot-main .pp-list-items li a:hover::before {
	left: -15px; 
}

.foot-main .fl-separator {
	border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #1BC3FF;
    width: 45px;
    margin: 0 0 0 0;
}


i.search-find-me.fa-crosshairs {
    position: absolute;
    right: 15px;
    top: 13px;
}

.ui-widget-content.ui-autocomplete {
    z-index: 9999;
    max-width: 300px;
}

.ui-menu .ui-menu-item {
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}


/* Map CSS */

.marker-cluster-small {
    background-color: rgba(33, 94, 172, 0.4);
}

.marker-cluster-small div {
    background-color: rgba(33, 94, 172, 0.4);
}

.marker-cluster-medium {
    background-color: rgba(33, 94, 172, 0.4);
}

.marker-cluster-medium div {
    background-color: rgba(33, 94, 172, 0.4);
}

.marker-cluster-large {
    background-color: rgba(33, 94, 172, 0.4);
}

.marker-cluster-large div {
    background-color: rgba(33, 94, 172, 0.4);
}

.leaflet-oldie .marker-cluster-small {
    background-color: #b5e28c;
}

.leaflet-oldie .marker-cluster-small div {
    background-color: #6ecc39;
}

.leaflet-oldie .marker-cluster-medium {
    background-color: #f1d357;
}

.leaflet-oldie .marker-cluster-medium div {
    background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
    background-color: #fd9c73;
}

.leaflet-oldie .marker-cluster-large div {
    background-color: #f18017;
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}

.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
    line-height: 30px;
    color: #fff;
}

.map-section {
    float: left;
    width: 100%;
}

h1.map-title {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 15px;
}


/* Table css */

.jtable.ui-widget-content thead {
    display: none;
}

div#locationData {
    width: 75%;
    margin: 0 auto;
    font-size: 20px;
}

.jtable.ui-widget-content {
    border: none;
}

.jtable td.title-column {
    color: #215eac;
}

.jtable-left-area {
    order: 2;
}

.jtable-right-area {
    order: 1;
}

span.jtable-page-number-next-mobile.ui-button.ui-state-default {
    color: #215eac;
    border: none;
    background: transparent;
    padding: 0;
    text-decoration: underline;
}

span.jtable-page-number-next.ui-button.ui-state-default {
    display: none;
}

.fl-icon i.fa-facebook-f {
    background: url('../images/fb.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 26px;
    text-align: center;
    line-height: 25px;
}

.fl-icon i.fa-twitter {
    background: url('../images/twitter.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
    text-align: center;
    line-height: 25px;
}
.fl-icon i.fa-linkedin {
    background: url('../images/linked.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}
.fl-icon i.ua-icon-instagram {
    background: url('../images/insta.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
    text-align: center;
    line-height: 25px;
}
.fl-icon-group .fl-icon {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fl-icon-group {
    text-align: left;
    float: left;
    width: 40%;
}
.fl-module-content.fl-node-content {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    padding-top:15px;
}
.callout-container {
    float: right;
    width: 80%;
    
}
.blue-yellow-btn, .blue-yellow-btn-home, .yellow-blue-btn, .callout-buttons{
    float:right;
}

img.size-full-image-footer {
    width:100%;
    height: auto;
}
.callout-buttons {
    width:25%;
}
.fl-callout-text a:hover {
    text-decoration: none;
    color:#ffffff;
}

.fl-callout-photo {
    float: left;
    padding-right: 8px!important;
}
/* Modal Design */

.modal-dialog {
    max-width: 975px;
}

.similar-job {
    width: 30%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}

.similar-job a {
    color: #215eac;
    text-decoration: underline;
}

.modal-body {
    max-height: 500px;
    overflow-y: scroll;
}

.similar-job-location {
    margin: 5px 0;
}

.similar-job-title {
    color: #215eac;
    margin: 5px 0;
}
.fl-photo-img-bottom {
	margin-bottom: -1px;
}
@media (max-width: 1024px) {
	.benefits .col-md-4 {
		height: auto;
		min-height: 395px;
		padding-left: 2%;
	}
    .fl-icon-top ul li {
        float: left;
        width: 20%;
        margin-top: 1%;
    }
    .fl-photo-content-main-banner{
        bottom: -60px;
    }
   
}

@media (max-width: 980px) { 
	.copywrite, .menu-bottom {
		width: 100%;
		max-width: 100%; 
	}
	.foot-main {
		flex-direction: column;
		gap: 0;
	}
	.foot-main .col-md-3, .foot-main .col-md-2, .foot-main .col-md-4 {
		width: 100%;
		max-width: 100%;
	}
	.benefits .col-md-4 {
		height: auto;
		min-height: 100%;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		border-right: 0;
		border-bottom: 2px solid #215eac;
		margin-bottom: 20px;
	}
	
	.benefits .col-md-4:nth-last-child(1) {
		border-bottom: 0 none;
	}
	.copywrite p, .copywrite a, #menu-footer-menu {
		text-align: center;
	}
}

@media (max-width: 820px) {
    .nav-item a.btn.btn-primary {
        width: 100%;
        margin-bottom: 5px;
    }
    .navbar-toggler {
        font-size: 28px;
        color: #215eac;
    }
    .callout-buttons {
        width: 30%;
    }
    .header-cloud {
        margin-top: -2px;
    }
    .form-group {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 2%;
    }
    .search-btn {
        width: 100%;
        margin-left: 0%;
    }
    .reward-cnt h2 {
        font-size: 38px;
    }
    .slider-vertical .text-cnt h3 {
        font-size: 16px;
        padding: 10px 0px;
    }
    .feature-cnt p,
    .feature-cnt-inner ul li {
        font-size: 14px;
    }
    .benefit-title h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .benefits h2 {
        font-size: 16px;
    }
    .footer-inner {
        width: 90%;
    }
    .footer h3 {
        font-size: 14px;
    }
   
    .footer-inner ul li a i.fa {
        font-size: 20px;
    }
    .footer-inner ul li a {
        padding: 12px;
    }
    .footer {
        padding-bottom: 0;
    }
  
    .navbar-brand img {
        width: 90%;
    }
   
    .job-title {
        font-size: 28px;
    }
    .similar-job {
        width: 47%;
    }
}

@media (max-width: 768px) {

   /* .fl-module-content.fl-node-content {
        width: 100%;
        padding-top: 15px;
    }
    .fl-icon-top ul {
        list-style: none;
        width: 38%;
        clear:both;
        margin: 0px auto;
    }
    .fl-icon-top ul li {
        float: left;
        width: 11%;
        margin-top: 1%;
    }*/

    .fl-icon-top {
        width: 23%;
        margin: 0px auto;
    }
    .fl-icon-top ul li {
        float: left;
        width: 25%;
        margin-top: 1%;
    }
    .fl-icon-top ul {
        list-style: none;
        width: 100%;
        float: left;
    }
    .fl-module-content.fl-node-content {
        max-width: 768px;
        margin: 0 auto;
        width: 100%;
        padding-top: 15px;
    }
    .callout-container {
        clear: both;
        width: 100%;
    }
    .callout-buttons {
        width: 30%;
        float: left;
        padding-left: 10px;
    }
    .blue-yellow-btn-home a {
        background-image: url(../images/b-btn.svg)!important;
        background-size: 100%;
        background-repeat: no-repeat!important;
        border: 0 none!important;
        padding-top: 3px!important;
        padding-bottom: 11px;
        z-index: 2;
        position: relative;
        padding-left: 42px;
        padding-right: 42px;
        transition: all 300ms ease-in-out 0s;
        background-color: transparent!important;
        color: #ffffff;
        text-decoration: none;
    }
    .blue-yellow-btn-home a:hover {
        background-image: url(../images/y-btn.svg)!important;
        background-size: 100%;
        background-repeat: no-repeat!important;
        border: 0 none!important;
        padding-top: 3px!important;
        padding-bottom: 11px;
        z-index: 2;
        position: relative;
        padding-left: 42px;
        padding-right: 42px;
        transition: all 300ms ease-in-out 0s;
        background-color: transparent!important;
        color: #000000;
        text-decoration: none;
    }
    .yellow-blue-btn a {
        background-image: url(../images/y-btn.svg)!important;
        background-size: 100%;
        background-repeat: no-repeat!important;
        border: 0 none!important;
        padding-top: 3px!important;
        padding-bottom: 11px;
        z-index: 2;
        position: relative;
        padding-left: 28px;
        padding-right: 27px;
        transition: all 300ms ease-in-out 0s;
        background-color: transparent!important;
        color: #1A4780;
        text-decoration: none;
    }
    .yellow-blue-btn a:hover {
        background-image: url(../images/b-btn.svg)!important;
        background-size: 100%;
        background-repeat: no-repeat!important;
        border: 0 none!important;
        padding-top: 3px!important;
        padding-bottom: 11px;
        z-index: 2;
        position: relative;
        padding-left: 28px;
        padding-right: 27px;
        transition: all 300ms ease-in-out 0s;
        background-color: transparent!important;
        color: #ffffff;
        text-decoration: none;
    }

    .header-cloud {
        margin-top: -2px;
    }

    .blue-yellow-btn a {
        background-image: url(../images/b-btn.svg)!important;
        background-size: 100%;
        background-repeat: no-repeat!important;
        border: 0 none!important;
        padding-top: 4px!important;
        padding-bottom: 11px;
        z-index: 2;
        position: relative;
        padding-left: 40px;
        padding-right: 30px;
        transition: all 300ms ease-in-out 0s;
        background-color: transparent!important;
        color: #ffffff;
        text-decoration: none;
    }
    .blue-yellow-btn a:hover {
        background-image: url(../images/y-btn.svg)!important;
        background-size: 100%;
        background-repeat: no-repeat!important;
        border: 0 none!important;
        padding-top: 4px!important;
        padding-bottom: 11px;
        z-index: 2;
        position: relative;
        padding-left: 40px;
        padding-right: 30px;
        transition: all 300ms ease-in-out 0s;
        background-color: transparent!important;
        color: #1A4780;
        text-decoration: none;
    }

    .yellow-blue-btn a:after, .blue-yellow-btn a:after, .blue-yellow-btn-home a:after {
        background-size: 100%;
    }

    .nav-item a.btn.btn-primary {
        width: 100%;
        margin-bottom: 5px;
    }
    .navbar-toggler {
        font-size: 28px;
        color: #215eac;
    }
    .form-group {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 2%;
    }
    .search-btn {
        width: 100%;
        margin-left: 0%;
    }
    .reward-cnt h2 {
        font-size: 38px;
    }
    .slider-vertical .text-cnt h3 {
        font-size: 16px;
        padding: 10px 0px;
    }
    .feature-cnt p,
    .feature-cnt-inner ul li {
        font-size: 14px;
    }
    .benefit-title h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .benefits h2 {
        font-size: 16px;
    }
    .footer-inner {
        width: 90%;
    }
    .footer h3 {
        font-size: 14px;
    }
  
    .footer-inner ul li a i.fa {
        font-size: 20px;
    }
    .footer-inner ul li a {
        padding: 12px;
    }
    .footer {
        padding-bottom: 0;
    }
 
    .navbar-brand img {
        width: 90%;
    }
    .job-title {
        font-size: 28px;
    }
    .similar-job {
        width: 47%;
    }
}

@media (max-width: 768px) and (min-width: 481px) { 
	.feature-cnt-inner.col-md-12 .col-md-8.pull-left {
		max-width: 56.666667%!important;
	}
	.feature-cnt-inner.col-md-12 .col-md-3.pull-right.slider-cnt {
		max-width: 35%!important;
	}
}

@media (max-width: 640px) {
    .reward-cnt-inner,
    .reward-cnt-inner .col-md-6 {
        display: block;
        width: 100%;
        padding: 0;
    }
    .reward-cnt h2 {
        font-size: 32px;
    }
    .callout-buttons {
        width: 35%;
    }
    
    .header-cloud {
        margin-top: -4px;
    }
    .feature-cnt .img-cnt {
        width: 100%;
    }
    .feature-cnt p,
    .feature-cnt-inner ul li {
        font-size: 12px;
    }
    .benefit-title h3 {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .benefit-title {
        padding: 12px 20px;
    }
    .benefits .col-md-4 {
        height: auto;
    }
    .benefits .col-md-4 {
        border-right: none;
    }
    .benefits>p {
        padding: 0px;
    }
    .footer-inner {
        width: 100%;
    }
    .slider-vertical .text-cnt h3 {
        font-size: 24px;
        padding: 50px 50px;
    }
    .slider-vertical .slick-prev,
    .slider-vertical .slick-next {
        margin: 0;
    }
    .slider-vertical .slick-next {
        top: 40%;
        left: -10%;
        transform: rotate(90deg);
    }
    .slider-vertical .slick-prev {
        top: 40%;
        left: 100%;
        transform: rotate(90deg);
    }
    .navbar-nav li.nav-item {
        width: 100%;
    }
    .navbar-brand img {
        width: 100%;
    }
    h1.map-title {
        font-size: 26px;
    }
    .locations-locations #mapContainer {
        width: 98% !important;
    }
    .locations-locations #map {
        min-height: 350px !important;
    }
    div#locationData {
        width: 98%;
    }
    .locations-locations div.jtable-main-container .jtable tbody {
        grid-template-columns: 1fr !important;
    }
    .locations-locations div.jtable-main-container .jtable tbody,
    .search-searchjobs div.jtable-main-container .jtable tbody {
        grid-template-columns: 1fr !important;
    }
    .job-title {
        font-size: 26px;
    }
    .similar-job {
        width: 100%;
    }
    #jobalertsform .col-md-12 label {
        display: none;
    }
    .centerbanner {
        width: 100%;
    	flex-direction: column;
	}
	.centerbanner h2 {
		margin-top: 15%;
    	margin-bottom: 0;
		width: 100%; 
		text-align: center;
	}
    
}



@media (max-width: 480px) {
	.slick-slide .text-cnt {
		filter: drop-shadow(0px 2px 4px rgba(12,45,43, 0.27));
	}
	.slick-slide {
		 
    display: inline-block!important;
		        margin: 0 5px 0 5px!important; 
    display: block;
   min-width: 0!important;
     float: unset!important;
		max-width: 25%!important;
	}
	.fl-photo-content-main-banner {
		margin-top: -30px;
	}
	
	.slider-vertical .text-cnt h3 {
		padding: 20px!important;
	}
	header .blue-yellow-btn a {
		padding-left: 15px;
    	padding-right: 15px;
		padding-top: 0!important;
		font-size: 12px;
	}
	
	header .yellow-blue-btn a {
		padding-left: 15px;
    	padding-right: 15px;
		font-size: 12px;
		padding-top: 1px!important;
	}
	
	header .blue-yellow-btn-home a {
		padding-left: 23px;
    	padding-right: 23px;
		padding-top: 0px!important;
    	padding-bottom: 0;
		font-size: 12px;
	}
	
	header .button-groups {
		text-align: center;
    	width: auto;
	}
	header .fl-callout-text p {
		padding-bottom: 0!important;
	}
	
	
	.logo {
    width: 40%;
    padding-left: 10px;
}
	
	.header-cloud img {
		margin-top: -10px;
	}
	
	.footer-inner {
		padding: 15px 0 15px 0;
		display: inline-block;
	}
	
	#menu-footer-menu li{
		margin-bottom: 0;
    	margin-top: 0;
    	margin-left: 0;
	}
	
	#menu-footer-menu li a {
		padding: 8px;
	}

	
	.wp-image-96 {
		max-width: 100px;
    height: auto;
    margin-top: 30px;
	}
    .fl-icon-top {
       display: none;
    }
    .callout-buttons {
        width: 50%;
        margin:0px auto;
    }
    .button-groups {
        width: 86%;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .callout-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .callout-buttons {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    .button-groups {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    .header-cloud {
        margin-top: -5px;
    }
 
}