@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-display: swap;
}
/*@font-face {
    font-family: 'Roboto';
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
    font-display: swap;
}*/
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    font-weight: 800;
    src: url(../fonts/Roboto-Black.ttf) format('truetype');
    font-display: swap;
}
a{
    text-decoration: none!important;
    transition: all 0.3s;
    color: #242361;
}

img{
    max-width: 100%;
}

body,
html {
    font-family: 'Roboto';
    min-height: 100vh;
    font-size:16px;
    color: #383838;
    line-height: 125%;
    font-weight: normal;
    
}

strong {
    font-weight: 700;
}
.infoPage{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ACFaccordion .card{
    margin-bottom: 12px;
    border: 1px solid #DDDDDD!important;
    border-radius: 4px;
}
.ACFaccordion .card-header{
    background: #fff;
    padding:10px;
    border-bottom: 0;
}
.ACFaccordion .btn-link{
    color: #000;
    text-decoration: none;
}
.ACFaccordion .btn{
    color: #00496A;
}
.ACFaccordion .btn.collapsed{
    color:#000;
}
.accordion .btn:after {
  content: url(../index_files/chevrDown.svg);
  position: absolute;
  right: 20px;
}
.accordion .btn.collapsed:after {
  content: url(../index_files/chevrUp.svg);
  margin-left: 5px;
}
.ACFaccordion .card-body{
    color:#69737D;
}
div.wpcf7 .ajax-loader{
    display: none;
}
.inputGroup:not(.acceptCheck) {
    width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 1.5rem;
}
.inputGroup:not(.acceptCheck) label{
    margin-bottom: 0;
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 11px;
    padding: 0 5px;

}
.inputGroup label.error{
    position: relative;
    color: red;
}

.inputGroup .form-control  {
    box-shadow:none!important;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: #000;
    padding: 20px 36px 20px 14px;
    background: #fff;
    font-size: .75rem;
}
.inputGroup .form-control.valid {
    background-image: url(../index_files/checkmark.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 18px;
}

.inputGroup .form-control:focus,
.inputGroup .form-control:active  {
    border: 1px solid #26B5E8;
    color: #000;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #798F9B;
    text-transform: uppercase;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: #798F9B;
    text-transform: uppercase;
}

.XMlargeText {
    font-size: 4.5rem; /*72px*/
}

.XlargeText {
    font-size: 4rem /*64px */
}

.largeText {
    font-size: 2.5rem /*40px */
}

.XmediumText {
    font-size: 2rem /* 32px ++ */
}
.XlmediumText {
    font-size: 1.75rem /* 28px  */
}
.LlmediumText {
    font-size: 1.375rem /* 22px  */
}
.mediumText {
    font-size: 1.125rem /* 20px ++ */
}

.XregularText {
    font-size: 1.125rem /* 18px  ++ */
}

.regularText {
    font-size: 1rem;
}

.XsmallText {
    font-size: .875rem; /* 14px */
}

.smallText {
    font-size: .75rem; /* 12px ++ */
}

.LsmallText {
    font-size: 0.625rem;
}

.w500 {
    font-weight: 500;
}
.w600 {
    font-weight: 600;
}
.w700 {
    font-weight: 700;
}
.w900 {
    font-weight: 900;
}
.mb-16{
    margin-bottom: 1rem; /* 16px; */
}
.mb-24{
    margin-bottom: 1.5rem; /* 24px; */
}
.mb-40{
    margin-bottom: 2.5rem; /* 40px; */
}
.mb-60{
    margin-bottom: 3.5rem; /* 60px; */
}

.site-header { padding: 10px 0; background: #fff; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));}

.site-header .site-logo { display: inline-block; height: 80px;  }
.site-header .site-logo img { width: auto; max-height: 80px; }

.site-header .navbar-toggle { background-color:  transparent; border: 0; float: right; margin: 15px 0 0; }

.site-header .navbar-nav { display: none; }
.site-header .navbar-nav ul { margin: 0; padding: 0; list-style: none; }
.site-header .navbar-nav li { text-align: center; }
.site-header .navbar-nav a { font-size:  .75rem; text-decoration: none; line-height: 30px; font-weight: 900; color: #242361; text-transform: uppercase;}

@media (min-width: 992px) {
    .site-header .navbar-toggle { display: none !important; }
    .site-header .navbar-nav { display: block !important; float: right; }
    .site-header .navbar-nav ul { display: flex; flex-direction: row; justify-content: right; }
    .site-header .navbar-nav ul > li { margin: 15px 0 15px 15px; }
}

.accentBg{
    background-color: #26B5E8;
}
.greenHighlight{
    color: #B5FA22; 
}
.accentHighlight,
.accentColor{
    color: #26B5E8;
}
.secColor{
    color:#9A9A9A;
}
.blueColor{
    color:#242261;
}
.darkColor{
    color: #383838;
}
.marked{
    color: #26B5E8;
}
.primaryButton {
    background-color: #26B5E8;
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    border: 1px solid #26B5E8;
    max-width: 210px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.2s;
    display: block; 
}
.primaryButtonInvert {
    padding: 12px 15px;
    border: 1px solid #242361;
    color: #242361;
    max-width: 140px;
    text-transform: uppercase;
    background-color: #fff

}
.primaryButton:focus,
.primaryButton:hover {
    opacity: 0.7;
    outline: none;
    color: #fff;
}
.primaryButtonInvert:focus,
.primaryButtonInvert:hover{
     border: 1px solid #242361;
    color: #fff;
    opacity: 1;
    background-color: #26B5E8;
    outline: none;
}
.moreButton{
   border: 1px solid #9A9A9A;
   background-color: transparent;
   color: #9A9A9A;
}
.moreButton:hover{
    opacity: 1;
   background-color: #26B5E8;
    color: #fff;
}
/*home*/
.banerBlock{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.banerBlock .textSide{
    padding-top: 22px;
    background-color: rgba(0,0,0,0.3);
    padding-bottom: 50px;
}
.banerBlock .textSide ul{
    list-style: none;
    padding-left: 0;
}
.banerBlock .textSide ul li{
    margin-bottom: 14px;
    font-size: 0.95rem;
    font-weight: 700;
    position: relative;
    padding-left: 40px;

}
.banerBlock .textSide ul li:before{
    content: url(../index_files/check.svg);
    position: absolute;
    left: 0;
}

.banerBlock .formContainer{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    color: #000;
    padding: 30px 45px;
}
.banerBlock .formContainer h2{
    border-bottom: 1px solid  #9A9A9A;
    padding-bottom: 12px;
    width: 100%;
    margin-bottom: 12px;
}
.acceptCheck .wpcf7-list-item{
    margin: 0;
}
.acceptCheck label{
    display: flex;
}
.acceptCheck input{
    margin-right: 10px;
    max-width: 13px;
    width: 100%;
}
.acceptCheck a{
	color: #007bff;
}
.acceptCheck .wpcf7-list-item-label{
    font-size: 0.625rem;
    line-height: 125%;
    font-size: 10px;
    display: inline-block;
}
.formContainer .primaryButton{
    margin-top: 12px;
    max-width: 250px;
    margin: auto;
}
.infoBlock {
    padding-top: 70px;
}
.CTAblock .imageSide{
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.CTAblock .infoSide h2,
.CTAblock .infoSide p{
    max-width: 450px;       

}
.CTAblock .primaryButton{
    margin-bottom: 20px;
}
.home .innerAdvant>div{
    background-size: cover;
    min-height: 160px;
    margin-bottom: 20px;
}
.testimonialsBlock {
    padding-top: 70px;
}
.testimonialsBlock .innerTestimonial{
    box-shadow: 0px 0px 20px #A5A8AF;
    border-radius: 10px;
    padding: 20px;
}
.site-footer{
    background-color: #F5F5F5;
    padding-top: 30px;
    padding-bottom: 20px;
}
.site-footer .copyright{
    color: #9A9A9A;
    margin-bottom: 0;
}
.site-footer ul {
    list-style: none;
}
.site-footer a{
    color: #000000;
    text-transform: uppercase;
    font-size: 0.625rem;
}
/*areas archive*/
.archiveAreas{
    background-color: #F5F5F5;
    padding-bottom: 60px;
}
.archiveAreas .bottomLine{
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 390px;
    margin: auto;
}
.archiveAreas .pageTitle{
    padding-top: 45px;
}
.archiveAreas .relatedTitle{
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0;
}
.archiveAreas .innerArea{
    margin-bottom: 20px;
}
.archiveAreas .innerArea .primaryButton{
    max-width: 250px;
    margin: auto;
}
/*area single*/
.singleBanerBlock{
    padding-top: 20px;
    padding-bottom: 20px;
}
.singleBanerBlock .innerItem{
    margin-bottom: 10px;
}
.singleBanerBlock .innerItem span{
    line-height: 125%;
    display: inline-block;
}
.singleBanerBlock .innerItem img{
    max-width: 36px;
    margin-right: 25px;
}

.CTAblock,
.InfoBlock{
    background-size: cover;
    background-repeat: no-repeat;
}
.InfoBlock{
    padding-bottom: 40px;
    padding-top: 25px;
}
.InfoBlock .textSide{
    max-width: 410px;
}
.InfoBlock .textSide h3{
    font-weight: 700;
   font-size: 1.125rem;
}

.InfoBlock .textSide p{
    font-size: 12px;
}

.singleCTAblock .imageSide{
    min-height: 340px;
    background-size: auto 100%;
}
.singleCTAblock .textSide h2,
.singleCTAblock .textSide div{
    max-width: 470px;
}
.relatedBlock{
    background-color: #F5F5F5;
    padding-top: 35px;
}
.relatedBlock .sepBlock{
   background-color: rgba(0, 0, 0, 0.4);
   height: 1px;
   width: 100%;
   max-width: 385px;
   margin: 0 auto 24px;
}
.relatedBlock .primaryButton{
    margin-bottom: 20px;
    text-transform: none;
}
/*offerwall*/
.offerWallContent{
    padding-top: 100px;
    padding-bottom: 60px;
}
.offerWallContent .innerAOffer{
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.offerWallContent .innerAOffer .offerImage{
    max-width: 120px;
    width: 100%;
    
}
.offerWallContent .innerAOffer .offerContent{
    padding: 20px;
}
.offerWallContent .innerAOffer a{
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff;
}
.offerWallContent .innerAOffer a:hover{
    opacity: 0.8;
}

/*footer*/
.footerMenu  {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerMenu  li:not(:last-child) a{
    border-right: 1px solid;
    padding-right: 5px;
    margin-right: 5px;

}
.marketinPartnersContent .entry-content {
    max-height: 600px;
    overflow-y: auto;
}
.marketinPartnersContent .entry-content p {
    display: block;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
@media screen and (max-width: 1024px) {
    .marketinPartnersContent .entry-content p {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media screen and (max-width: 500px) {
    .marketinPartnersContent .entry-content p {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.bottomBar {
                      background-color: #F5F5F5;
                      font-size: 12px;
                  }
                 .bottomBar ul{
                      list-style: none;
                      padding-left: 0;
                 }
                 .bottomBar p{
                      margin-bottom: 2px;
                  }
                  .modal-open {
                    overflow: hidden;
                  }
                  .modal {
                    position: fixed;
                    top: 60px;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: 1050;
                    display: none;
                    overflow: hidden;
                    -webkit-overflow-scrolling: touch;
                    outline: 0;
                  }
                  .modal.fade .modal-dialog {
                    -webkit-transform: translate(0, -25%);
                    -ms-transform: translate(0, -25%);
                    -o-transform: translate(0, -25%);
                    transform: translate(0, -25%);
                    -webkit-transition: -webkit-transform 0.3s ease-out;
                    -o-transition: -o-transform 0.3s ease-out;
                    transition: transform 0.3s ease-out;
                  }
                  .modal.in .modal-dialog {
                    -webkit-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    -o-transform: translate(0, 0);
                    transform: translate(0, 0);
                  }
                  .modal-open .modal {
                    overflow-x: hidden;
                    overflow-y: auto;
                  }
                  .modal-dialog {
                    position: relative;
                    width: auto;
                    margin: 10px;
                  }
                  .modal-content {
                    position: relative;
                    background-color: #ffffff;
                    -webkit-background-clip: padding-box;
                    background-clip: padding-box;
                    border: 1px solid #999999;
                    border: 1px solid rgba(0, 0, 0, 0.2);
                    border-radius: 6px;
                    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
                    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
                    outline: 0;
                  }
                  .modal-backdrop {
                    position: fixed;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: 1040;
                    background-color: #000000;
                  }
                  .modal-backdrop.fade {
                    filter: alpha(opacity=0);
                    opacity: 0;
                  }
                  .modal-backdrop.in {
                    filter: alpha(opacity=50);
                    opacity: 0.5;
                  }
                  .modal-header {
                    padding: 15px;
                    border-bottom: 1px solid #e5e5e5;
                  }
                  .modal-header .close {
                    margin-top: -2px;
                  }
                  .modal-title {
                    margin: 0;
                    line-height: 1.42857143;
                  }
                  .leadPageModal .modal-body {
                    position: relative;
                    padding: 15px;
                    max-height: 400px;
                    overflow-y: scroll;
                  }
                  .modal-footer {
                    padding: 15px;
                    text-align: right;
                    border-top: 1px solid #e5e5e5;
                  }
                  .modal-footer .btn + .btn {
                    margin-bottom: 0;
                    margin-left: 5px;
                  }
                  .modal-footer .btn-group .btn + .btn {
                    margin-left: -1px;
                  }
                  .modal-footer .btn-block + .btn-block {
                    margin-left: 0;
                  }
                  .modal-scrollbar-measure {
                    position: absolute;
                    top: -9999px;
                    width: 50px;
                    height: 50px;
                    overflow: scroll;
                  }
                  @media (min-width: 768px) {
                    .modal-dialog {
                      width: 600px;
                      margin: 30px auto;
                    }
                    .modal-content {
                      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
                      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
                    }
                    .modal-sm {
                      width: 300px;
                    }
                  }
                  @media (min-width: 992px) {
                    .modal-lg {
                      width: 900px;
                    }
                  }
                  .clearfix:before,
                  .clearfix:after,
                  .modal-header:before,
                  .modal-header:after,
                  .modal-footer:before,
                  .modal-footer:after {
                    display: table;
                    content: " ";
                  }
                  .clearfix:after,
                  .modal-header:after,
                  .modal-footer:after {
                    clear: both;
                  }
                  .center-block {
                    display: block;
                    margin-right: auto;
                    margin-left: auto;
                  }
                  .pull-right {
                    float: right !important;
                  }
                  .pull-left {
                    float: left !important;
                  }
                  .hide {
                    display: none !important;
                  }
                  .show {
                    display: block !important;
                  }
                  .invisible {
                    visibility: hidden;
                  }
                  .text-hide {
                    font: 0/0 a;
                    color: transparent;
                    text-shadow: none;
                    background-color: transparent;
                    border: 0;
                  }
                  .hidden {
                    display: none !important;
                  }
                  .affix {
                    position: fixed;
                  }