*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
body{
    font-size:18px;
    font-family:'Roboto Condensed',Helvetica,Arial,Verdana,sans-serif;
}
p{
    margin-bottom:20px;
    line-height:1.3;
    color: #030648;
}
.main-wrap {
    max-width: 1130px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.line {
    display: block;
}
.header {
    background: #030648;
    padding: 20px 0 17px;
  border-bottom:35px solid #6c6d97;
  box-shadow:0 3px 7px rgba(0,0,0,0.25);
}
.header-logo{
  max-width:332px;
  width:100%;
  display:block;
  float: left;
}
.search-box img {
    margin-left: 10px;
    height: 26px;
    width: auto;
    cursor: pointer;
}
::-webkit-input-placeholder {
    color: #48659b;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #48659b;
    font-size: 16px;
}

::placeholder {
    color: #48659b;
    font-size: 16px;
}
.sect-1 {
    background-image:url('../../images/headerbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 10px 50px;
}
.sect-2 {
    background-color: #e6eaf9;
    padding: 30px 10px;
}
.sect-3 {
    padding: 25px 10px;
}
.sect-4 {
    background: #e6eaf9;
    padding: 40px 10px 30px;
}
.sect-5 {
    padding: 35px 10px 48px;
}
.sect-6, .sect-8 {
    background: #030648;
    border-bottom: 5px solid #fff;
    padding: 15px 10px 10px;
}
.sect-6 .h2, .sect-8 .h2  {
    color: #fff;

}
.sect-8 {
    border-bottom: 0;
}
.sect-6 .s-p  {
    color: #fff;
}
.sect-9 {
    padding: 40px 10px;
    background: #dbdef0;
    border-bottom:35px solid #6c6d97;
    box-shadow:0 3px 7px rgba(0,0,0,0.25);
}
.sect-10 {
    background: #1b1d58;
    padding: 20px 10px 35px;
}
.division {
    padding-left: 10px;
    padding-right: 10px;
}
.s1-h2 {
    font-size: 36px;
    font-weight: 700;
    color: #3550b7;
    text-align: center;
    line-height: 1.22;
    margin-bottom: 45px;
}
.h2 {
    color: #030648;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.s-p {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
}
strong {
    font-weight: 700;
}
.search-box {
    max-width: 360px;
    float: right;
    width: 100%;
    margin-top: 3px;
    display: flex;
    justify-content: right;
    align-items: center;
}
.search-input {
    padding: 10px 15px;
    width: 100%; 
}
.banner-logo {
    margin: 0 auto 85px;
    display: block;
    width: 100%;
    max-width: 560px;
}
.pillar-inner {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
}
.arr, .test-arr {
    display: none;
}
.pillar {
    background-image: url('../../images/pillar.png');
    background-size: 200px;
    background-position: bottom center;
    background-repeat: no-repeat;
    cursor:pointer;
    margin-right: 2px;
    height: 290px;
    width: 605px;
    text-align: center;
    position: relative;
}
.pillar-1 {
    background-color: #aebff2;
}
.pillar-2 {
    background-color: #f59dc0;
}
.pillar-3 {
    background-color: #cda8dd;
}
.pillar-4 {
    background-color: #a4c9d3;
}
.pillar-5 {
    background-color: #fbd182;
    margin-right: 0;
}
.pillar-1:hover {
    background-color: #6589f6;
}
.pillar-2:hover {
    background-color: #ef5192;
}
.pillar-3:hover {
    background-color: #aa68c6;
}
.pillar-4:hover {
    background-color: #559aad;
}
.pillar-5:hover {
    background-color: #f5bf57;
    margin-right: 0;
}
.pillar:hover {
    background-image:none;
}
.pillar:hover .pillar-arrow {
    display: none;
}
.pillar:hover .pillar-title {
    display: none;
}
.pillar:hover .pillar-hover {
    display: block;
}
.pillar-title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-top: 20px;
}
.pillar-hover {
    display: none;
    padding: 15px 10px;
}
.pillar-hover-title {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.pillar-copy {
    color: #fff;
    font-size: 20px;
}
.pillar-arrow {
    display: block;
    left: calc(50% - 13px);
    position: absolute;
    bottom: 12px;
}
.pillar-pagination {
    display: none;
}

.test-img {
    display: block;
    margin: 0 auto 10px;
}
.t-title, .t-name {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}
.t-name{
    font-weight: 700;
}
.t-title {
    margin-bottom: 25px;
}
.t-copy {
    font-family: 'Bitter', Verdana, Helvetica,sans-serif;
    vertical-align: top;
}
.t-copy span{
    display: inline-block;
    max-width: calc(100% - 39px);
    vertical-align: top;
}
.t-quotes {
    display: inline-block;
    margin-right: 5px;
}
.t-pagination {
    max-width: 60px;
    margin: 0 auto;
    display: none;
}
.dot {
    background: #6c6d97;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    cursor:pointer;
    margin-right: 8px;
}
.dot.active {
    background: #030648;
}
.dot-3 {
    margin-right: 0;
}
.cta-wrap {
    max-width: 565px;
    width: 100%;
    margin:0 auto;
}
.cta-wrap a:hover {
    transition: .2s;
    background: rgba(255,178,0,0.6);
}
.cta {
    font-size: 42px;
    color: #04034b;
    text-decoration: none;
    font-weight: 700;
    background: #ffb72a;
    line-height: 1;
    padding: 15px 40px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display:block;
    width:100%;
}
.s2-wrap {
    display: grid;
    grid-row-gap: 50px;
    grid-template-columns: auto auto auto auto;
    margin-top: 35px;
}

.perk-img {
    display: block;
    margin: 0 auto 15px;
}
.perk-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #030648;
}
.div-title {
    background: #6c6d97;
    border-bottom: 5px solid #fff;
    cursor: pointer;
    padding: 10px;
}
.div-h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    max-width: calc(100% - 24px);
    vertical-align: middle;
}
.div-icon {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    background-image: url('../../images/expanded.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 0.7;
    text-align: center;
}
.expanded .div-icon{
    background-image: url('../../images/open.png');
}
.expanded > .main-wrap {
    height: 0;
}
.div-wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 35px;
    column-gap: 27px;
    padding: 35px 0 45px;
}
.div-wrap.no-jobs{
    grid-template-columns:1fr;
    row-gap:15px;
}
.no-jobs .form-title{
    line-height:1.5;
}
.div-card {
    -webkit-box-shadow: 0 0 19px 0 rgba(108,109,151,0.2);
    box-shadow: 0 0 19px 0 rgba(108,109,151,0.2);
    position: relative;
}
.card-body {
    padding: 15px;
    height: 280px;
}
.card-title {
    font-size: 24px;
    font-weight: 700;
    color: #030648;
    margin-bottom: 20px;
}
.card-link {
    padding: 15px;
    border-top: 2px solid #dde0f1;
    display: block;
    color:#6c6d97;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
}
.card-link:hover {
    background: #6c6d97;
    color: #fff;
}
.card-link:hover img{
    content: url('../../images/right-arrow-hover.png');
}
.div-card:hover {
    -webkit-box-shadow: 0 0 13px 0 rgba(108,109,151,40%);
    box-shadow: 0 0 13px 0 rgba(108,109,151,40%);
}
.card-link span {
    vertical-align: middle;
}
.card-link img {
    vertical-align: middle;
    float: right;
}
.work-hours, .work-location {
    color: #030648;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.work-location img, .work-hours img {
    margin-right: 5px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 55.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-testimonials {
    overflow: hidden;
}
.video-testimonial {
    display: inline-block;
    margin-right: 20px;
    width: calc((100% / 3) - 17px);
}
.video-testimonial:last-child {
    margin-right: 0;
}
.video-testimonials-inner{
    width: 400%;
    transition: margin-left 1s;
}
.vt-3 {
    margin-right: 0;
}
.vt-pagination {
    text-align: center;
    margin-top: 15px;
    display: none;
}
.s10-h5 {
    font-size: 24px;
    color: #b2b3c6;
    text-align: center;
    margin-bottom: 10px;
}
.s10-p {
    font-size: 14px;
    color: #9a9bb6;
    line-height: 1.4;
}
/* Footer */
.footer{
    width:100%;
    background: #04034b;
    border: 0;
    padding: 40px 10px 30px;
    position:relative;
    overflow:hidden;
}
.footer-logo{
    max-width:85px;
    margin:0 auto 30px auto;
    display:block;
    width:100%;
}
.footer .main-wrap{
    margin:0 auto;
    padding:0;
}
.footer a {
    text-decoration: none;
    display:inline-block;
}
.footer a:hover {
    text-decoration: underline;
}
.footer p, .footer a, .footer span,.copyright {
    font-family: 'Roboto Condensed', Helvetica, Verdana, sans-serif;
    font-size: 14px;
    color: #9a9bb8;
    padding:0;
    margin:0;
    line-height:1.5;
}
.footer .copyright{
    text-align:center;
    width:100%;
}
.footer p.disclaimer{
    width:100%;
    padding-bottom:25px;
    text-align:left;
}
.footer .footer-links-wrap{
    text-align:center;
    margin-bottom:25px;
}
.footer a{
    text-decoration:none;
    padding:0 10px;
    float:none;
}
.footer .sep{
    padding:0 3px;
    float: none;
}
.footer a:hover{
    text-decoration:underline;
    color:#fff;
}
.copyright{
    float:left;
}
.contact{
    float:right;
}
.sm-links {
    list-style: none;
    text-align: center;
    font-size: 0;
    padding: 10px;
}
ul.sm-links li {
    vertical-align: middle;
    display: inline-block;
    margin: 0 17px;
    padding: 0;
}
.sm-links {
  list-style: none;
  text-align: center;
  font-size: 0;
  padding: 10px;
  margin:0 auto;
}
.footer-widgets-1 {
  background: #6c6d97;
}
.footer-widgets{
  margin-top:30px;
}
ul.sm-links li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 17px;
  padding: 0;
}
.site-footer {
  font-family: "Roboto Condensed" , "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 0 20px 0;
  overflow: hidden;
  background: #232362;
}
.main-title{
    color:#fff;
    text-align:center;
    font-size:65px;
    margin-bottom:380px;
    line-height:1.2;
}
.main-title .line-1{
    font-weight:300;
}
.main-title .line-2{
    text-transform:uppercase;
}
.main-title .you{
    font-weight:700;
    position:relative;
}
.main-title .you:after{
    position:absolute;
    content:'';
    width:135px;
    height:9px;
    bottom:0;
    left:0;
    background:url('../../images/swoosh.png') no-repeat center center;
    background-size:cover;
}
.search-submit {
    width: 25px;
    height: 25px;
    background-image: url('../../images/search-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    border: 0;
    background-color: transparent;
    display: none;
    position: absolute;
    right: 12px;
    top: 7px;
    z-index:99;
}
.show .search-submit {
    display: block;
}
.search-field {
    position: relative;
    width: 100%;
}

.showMobile{display: none;}
.search-form{
    max-width: 360px;
    float: right;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.input, .select {
    border: 2px solid #c5c7d9;
    border-radius: 4px;
    font-size: 18px;
    color: #6c6d97;
    width: 100%;
    max-width: 355px;
    padding: 7px 20px 8px;
}
.form-submit {
    background: #182581;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
    font-family: "Roboto Condensed", Verdana, Helvetica, sans-serif;
    font-weight: 700;
    float: right;
    color: #ffffff;
    cursor: pointer;
    display: block;
    padding: 12px 10px;
    width: 100%;
    text-transform: uppercase;
}
.jp-is-invalid{
    color:red;
    font-size:16px;
}
.email-suggestion .blue{
    color:blue;
    cursor:pointer;
}
.email-suggestion{
    color:#182581;
    font-size:16px;
}
.optin-form .iti__selected-flag{
    max-height:37px;
}
.optin-form{
    display: flex;
    flex-direction:column;
    max-width:320px;
    gap:0;
}
.optin-form > .input-wrap {
    width:100%;
    margin-bottom:15px;
  }
.optin-form .input-wrap .label{
    color:#030648;
    display:block;
    margin-bottom:5px;
}
.error{
    color:red;
    font-size: 14px;
}
.sect-7 .main-wrap{
     overflow:visible;
}
.sect-7.expanded .main-wrap{
    overflow:hidden;
}
@media (min-width: 1670px){
    .main-title{
        margin-bottom:440px;
    }
}
@media (max-width: 1150px){ 
    .pillar {
        background-size: 85%;
    }
    .pillar-title {
        font-size: 28px;
    }
    .pillar-hover-title {
        font-size: 22px;
    }
    .pillar-copy {
        font-size: 18px;
    }
    
}
@media (max-width: 992px){
    .main-title{
        margin-bottom:300px;
        font-size:54px;
    }
    .main-title .you:after{
        width:110px;
        height:7px;
    }
    
    .showDesktop{display:none;}
    .showMobile{display:inline-block;}
    .search-box.show {
         position: relative;
         margin: 0 auto 0;
         right: 0;
     }
    }
@media (max-width: 960px){
    p {
        font-size: 18px;
    }
    .card-title {
        font-size: 22px;
    }
    .div-h4 {
        font-size: 22px;
    }
    .h2 {
        font-size: 30px;
    }
    .s-p {
        font-size: 17px;
    }
    .perk-title {
        font-size: 18px;
    }
    .pillar-wrap {
        display: block;
        margin: 15px auto;
        max-width: 225px;
        overflow: hidden;
    }
    .pillar-inner {
        display: flex;
        transition: margin-left 1s;
    }
    .pillar {
        background-size: 85%;
        width: 100%;
        height: 280px;
    }
    .pillar-pagination {
        display: block;
        text-align: center;
    }
    .pillars {
        position: relative;
        margin: 0 auto;
        max-width: 300px;
    }
    .arr {
        display: block;
        position: absolute;
        top: 30%;
    }
    .prev{
        left: 0;
    }
    
    .next{
        right: 0;
    }
    
    .div-wrap {
        grid-template-columns:auto auto;
    }

}
@media (max-width: 840px){
    .footer-bot {
        overflow: auto;
    }
    .copyright, .contact {
        float: none;
        text-align: center;
    }
    .footer a, .footer .sep {
        float: none;
        display: inline-block;
    }
    .footer .contact {
        padding-top: 10px;
    }
}

@media (max-width: 768px){
    .no-jobs .form-title{
        padding:0 10px;
    }
    .optin-form{
        display: block;
    }
    .optin-form > .input-wrap {
        padding: 0;
        width:100%;
      }
    .division {
        padding-left: 0;
        padding-right: 10px;
    }
    .div-wrap.no-jobs{
        padding-left:10px;
    }
    .lazyvid-img{
        width:100%;
        height:auto;
    }
    .banner-logo {
        max-width: 390px;
        margin: 0 auto 60px;
    }
    .cta {
        font-size: 28px;
        max-width: 390px;
        margin: 0 auto;
    }
    .main-title .you:after{
        width:60px;
        height:4px;
    }
    .footer .copyright,.footer .contact{
        width:100%;
        float:none;
        text-align:center;
    }
    .footer .contact{
        padding-top:10px;
    }
    .footer a,.footer .sep{
        float:none;
        display:inline-block;
    }
    .search-field{
        width: 0;
        visibility: hidden;
    }
    .show .search-field {
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;

        width: 100%;
        visibility: visible;
    }
    .search-box {
        position: absolute;
        right: 10px;
    }
    .search-box img {
        margin-right: 10px;
    }
    .testimonial {
        max-width: 320px;
        margin-right: 0;
        padding-right: 0;
    }
    .header-logo {
        max-width: 240px;
     }
    .t-pagination { 
        display: block;
    }
    .testimonials-wrap {
        max-width: 320px;
        overflow: hidden;
        margin: 0 auto;
    }
    .test-arr {
        display: block;
        position: absolute;
        top: 8%;
    }
    .test-prev {
        left: calc(50% - 170px);
    }
    .test-next {
        right: calc(50% - 170px);
    }
    .vt-pagination {
        display: block;
    }
    .video-t-wrapper {
        max-width: 320px;
        margin: 0 auto;
        overflow: hidden;
    }
    .video-testimonials-inner{
        font-size:0;
    }
    .video-testimonial {
        margin-right:0;
    }
    .sect-1{
        background:url('../../images/headerbgmobile.jpg') no-repeat center center;
        background-size:cover;
        padding-top:12px;
        padding-bottom:30px;
    }
    .main-title{
        margin-bottom:160px;
        font-size:29px;
    }
    .cta-wrap{
        text-align:center;
    }
    .cta{
        font-size:20px;
        display:inline-block;
        width:auto;
        padding:7px 15px;
    }
}
@media(max-width:650px){
    .search-box.show {
       position: relative;
       margin: 15px auto 0;
       right: 0;
    }
}
@media(max-width:620px){
    .div-wrap {
        grid-template-columns: auto;
    }
    .s2-wrap {
        grid-template-columns: auto auto;
    }
}
@media (max-width: 460px) {
    .header-logo {
        max-width: 240px;
    }
}
@media (max-width: 400px){
    .main-title{
        font-size:25px;
        margin-bottom:130px;
    }
}
@media (max-width: 370px){
    .test-prev {
        left: calc(50% - 120px);
    }
    .test-next {
        right: calc(50% - 120px);
    }
}