body {font-family: 'Source Sans Pro', sans-serif;}

.pageCover {
    display: none
}

.pageCover.active {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(47, 50, 96, 0.85);
    top: 0;
    z-index: 26;
}

.nopadding {
    padding: 0px;
}

@-moz-keyframes fadeIn {
    0% {
        -moz-opacity: 0;
    }

    100% {
        -moz-opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-opacity: 0;
    }

    100% {
        -webkit-opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@-moz-keyframes fadeOut {
    0% {
        -moz-opacity: 1;
    }

    100% {
        -moz-opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        -webkit-opacity: 1;
    }

    100% {
        -webkit-opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-margin-bottom: -100px;
    }

    100% {
        -moz-margin-bottom: 0px;
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-margin-bottom: -100px;
    }

    100% {
        -webkit-margin-bottom: 0px;
    }
}

@keyframes slideUp {
    0% {
        margin-bottom: -100px;
    }

    100% {
        margin-bottom: 0px;
    }
}

.slideUp .homeBannerCopy {
    animation-name: slideUp;
    animation-duration: 1s;
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 2s;
}

.fadeOut {
    animation-name: fadeOut;
    animation-duration: 1s;
}

.fadeIn30 {
    animation-name: fadeIn;
    animation-duration: 0.3s;
}

.fadeOut30 {
    animation-name: fadeOut;
    animation-duration: 0.3s;
}

.trans1 {
    -webkit-transition: all 0.01s ease;
    -moz-transition: all 0.01s ease;
    -o-transition: all 0.01s ease;
    transition: all 0.01s ease;
}

.trans10 {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.trans20 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.trans30 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trans40 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.trans50 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.trans60 {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.trans70 {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.trans80 {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.trans90 {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.trans100 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


.clear20 {
    clear: both;
    height: 20px;
}

.clear40 {
    clear: both;
    height: 40px;
}

.clear60 {
    clear: both;
    height: 60px;
}

.clear80 {
    clear: both;
    height: 80px;
}

.clear100 {
    clear: both;
    height: 100px;
}

.footer {
    background: #003057;
    border-top-left-radius: 57px;
    border-top-right-radius: 57px;
    padding: 50px;
    min-height: 300px;
}

.footLogo {
    height: 0px;
    padding-top: 20%;
    position: relative;
}

.footLogo svg {
    width: auto;
    height: 100%;
    max-width: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.footLogo .cls-1 {
    fill: #FFFFFF;
}

.footLogo .cls-2 {
    fill: #FF6720
}

.footText {
    display: block;
    color: #fff;

    font-weight: 100;
    font-size: 16px;
    line-height: 1.2;
    width: 80%;
    margin: 30px 0;
}

.footText p {
    margin-bottom: 10px;
}

.footerBottom,
.footerBottom a {
    display: inline-block;
    color: #fff;

    font-weight: 100;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
}

.footerBottom:nth-child(2) {
    text-align: right;
}

.footerBottom a:hover {
    color: #FF6720;
}

.footDetails,
.footNewsletter {
    display: block;
    color: #fff;

    font-weight: 100;
    font-size: 16px;
    line-height: 1.2;
    width: 80%;
    margin-bottom: 40px;
}


.footDetails span,
.footNewsletter span {
    font-size: 22px;
    text-align: left;
    display: block;
    margin-bottom: 40px;
}

.footDetails div {
    display: block;
    margin-left: 24px;
    position: relative;
    margin-bottom: 20px;
}

.footDetails div::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain !important;
    position: absolute;
    left: -28px;
    background-repeat: no-repeat;
    top: 4px;
}

.footDetails div:nth-child(2)::before {
    background-image: url('/images/footerIconAddress.svg')
}

.footDetails div:nth-child(3)::before {
    background-image: url('/images/footerIconPhone.svg')
}

.footDetails div:nth-child(4)::before {
    background-image: url('/images/footerIconEmail.svg')
}

.footDetails a, .footText a {
    color: #fff;
    text-decoration: none
}

.footDetails a:hover, .footText a:hover {
    color: #FF6720;
}



.footNewsletter form {
    margin-top: 30px;
}

.footNewsletter input {
    border: 0;
    padding: 8px 15px 8px 15px;
    text-align: left;
    background: rgba(111, 121, 189, 0.2);
    color: #fff;
    font-weight: 100;
    width: 100%;
    font-size: 16px;
    max-width: 280px;
    border-radius: 100px;
}

.footNewsletter input::placeholder,
.footNewsletter input::-webkit-input-placeholder {
    text-align: left;
    color: #fff
}

.footNewsletter button {
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    text-align: center;
    border-radius: 100px;
    background: #FF6720;
    color: #000;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    border: 0px;
    height: 30px;
}

.footNewsletter button:hover {
    background: #fff;
}

.socLink {
    font-size: 24px !important;
    margin: 10px 0px 0 8px;
}

.bodyRow {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.bodyRowCopy,
.bodyRowCopyFull {

    font-weight: 300;
    width: 80%;
    font-size: 20px;
    display: block;
    text-align: center;
    margin: 40px 10% 60px 10%;
}

.bodyRowCopyFull {
    width: 100%;
    margin: 40px 0% 60px 0%;
    text-align: left;
}

.bodyRowCopy span,
.bodyRowCopyFull span {
    font-size: 42px;
    display: block;
    margin: 0 0 10px 0;
}

.bodyRowCopy a,
.bodyRowCopyFull a {
    color: #003057;
    text-decoration: underline;
}

.bodyRowCopy a:hover,
.bodyRowCopyFull a:hover {
    text-decoration: none;
}

.bodyColumnCopy {

    font-weight: 300;
    width: 90%;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 0;
}

.bodyColumnCopy p {
    display: block;
    margin-bottom: 20px
}

.bodyColumnCopy h3 {
    font-size: 28px;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #003057;
}

.infoPageCopy h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
        margin-top: 30px;
}

.contactDetails {
    display: block;
    color: #003057;

    font-weight: 100;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 20px;
}

.contactDetails div {
    display: block;
    margin-left: 33px;
    position: relative;
    margin-bottom: 20px;
}

.contactDetails div::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    position: absolute;
    left: -32px;
    background-repeat: no-repeat;
    top: 2px;
}

.contactDetails div:nth-child(1)::before {
    background-image: url(/images/contactIconAddress.svg);
}

.contactDetails div:nth-child(2)::before {
    background-image: url(/images/contactIconPhone.svg);
}

.contactDetails div:nth-child(3)::before {
    background-image: url(/images/contactIconEmail.svg);
}

.contactDetails a {
    color: #212529;
    text-decoration: none;
}

.contactDetails a:hover {
    text-decoration: underline;
}

.homeIcon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    text-align: center;

    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    width: 80%;
    margin: 0 10% 40px 10%;
}



.homeIcon svg {
    width: auto;
    margin: 0 auto;
    max-height: 80px;
}

.homeIcon span:nth-child(2) {

    font-weight: 500;
    font-size: 22px;
    margin: 15px 0 10px 0;
    width: 100%;
}

.homeIcon span:nth-child(3) {
    width: 100%;
    font-weight: initial;
    font-size: initial;
    margin: initial;
}

.homeIcon svg .cls-1 {
    fill: #003057;
}

.homeIcon svg .cls-2 {
    fill: #70a8c1;
}

.homeIcon svg .a {
    fill: none;
    stroke: #003057;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.headerRow {
    margin-top: 200px;
    margin-bottom: 50px;
    display: block;
}

.headerRowCopy {

    font-weight: 300;
    width: 80%;
    font-size: 20px;
    display: block;
    text-align: center;
    margin: 40px 10% 20px 10%;
}

.headerRowCopy h2 {
    font-size: 42px;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #003057;
}


.homeRow a {
    display: inline-block;
    margin-top: 0px;
}


.homeBannerContent a,
.homeRow a,
.buttonBlue {
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    background: #003057;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    height: 40px;
    cursor: pointer;
}

.homeBannerContent a:hover,
.homeRow a:hover,
.buttonBlue:hover {
    text-decoration: none;
    background: #FF6720;
    color: #000;
}

.buttonMain {
    display: block;
    width: auto;
    padding: 14px 30px 14px 30px;
    text-align: center;
    border-radius: 100px;
    color: #000;
    background: #FF6720;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    height: auto;
}

.buttonMain.inline {
    display: inline-block;
}

.buttonMain:hover {
    background: #003057;
    color: #fff;
    text-decoration: none !important;
}


.blockRow {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.blockRowCopy {

    font-weight: 300;
    width: 100%;
    font-size: 20px;
    display: block;
    text-align: left;
    margin: 40px 0% 60px 0%;
}

.blockRowCopy span {
    font-size: 26px;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.featureRow {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.featureRow h2 {
    font-size: 38px;
    display: block;
    margin: 0 0 0px 0;
    font-weight: 600;
}

.seperatorLine {
    display: block;
    width: 100px;
    height: 2px;
    background: #000;
    margin: 0 auto 30px auto;
}

.VYinnerContainer {
    position: relative;
}

.frameCorner {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/images/frameCorner.svg);
    background-size: 30px 30px;
}

.frameTopLeft {
    top: -1px;
    left: 0;
}

.frameTopRight {
    top: 0px;
    right: -1px;
    transform: rotate(90deg);
}

.frameBottomRight {
    bottom: -1px;
    right: 0;
    transform: rotate(180deg)
}

.frameBottomLeft {
    bottom: 0px;
    left: -1px;
    transform: rotate(270deg)
}

.face:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}



.coreValuesRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.coreBallContainer {
    display: block;
    width: 220px;
    height: 220px;
    position: relative;
}

.coreBall {
    display: flex;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
}

.coreBall:hover {
    width: 260px;
    height: 260px;
    margin-left: -10px;
    margin-top: -10px;
   /* animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);*/
    z-index: 9;
}

.coreBall:hover .coreBallIcon {
    height: 120px;
}

.coreBallContainer.active {
    width: 100%
}

.coreBallContainer.active .coreBall {
    z-index: 8;
    border-radius: 30px;
    left: 0;
    width: calc(100% + 0px);
    height: auto;
    padding-bottom: 40px;
}

.coreBallContainer.active .coreBall {
    background: #003057;
    align-items: flex-start;
    justify-content: flex-start;
}

.coreBallContainer.active .coreBall:hover {
    animation: none;
    margin-left: 0px;
    margin-top: 0px;
}


.coreBallContainer.active .coreBallWifi,
.coreBallContainer.active .coreBallIcon,
.coreBallContainer.active .coreBallTag {
    display: none;
}

.coreBallContainer.hidden {
    display: none;
}

.coreBallCopy {
    display: none;
    opacity: 0;
    font-size: 0px;
}

.coreBallContainer.active .coreBallCopy {
    display: block;
    opacity: 0;
    position: relative;
    width: calc(90% - 0px);
    left: 5%;
    top: 40px;
    border-radius: 20px;
    padding: 20px 30px 10px 30px;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 40px;
}

.coreBallContainer.active .coreBallCopy p {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 300;
}

.coreBallContainer.active .coreBallCopy.active {
    opacity: 1;
}

.coreBallContainer.active .coreBallCopy.active span {
    font-size: 22px;
    font-weight: 500;
}



.coreBallClose {
    display: none
}

.coreBallContainer.active .coreBallClose {
    display: flex;
    position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
    width: 30px;
    height: 30px;
    z-index: 99;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    cursor: pointer;
}

.coreBallContainer.active .coreBallClose:hover {
    color: #FF6720;
}

.coreValuesRow .coreBallContainer:nth-child(2).active .coreBallClose:hover {
    color: #000;
}

.coreValuesRow .coreBallContainer:nth-child(1) .coreBall {
    background: #003057;
}

.coreValuesRow .coreBallContainer:nth-child(2) .coreBall {
    background: #FF6720;
}

.coreValuesRow .coreBallContainer:nth-child(3) .coreBall {
    background: #343434;
}

.coreValuesRow .coreBallContainer:nth-child(4) .coreBall {
    background: #6EA7C0;
}

.coreBallWifi {
    width: 100%;
    top: 28px;
    position: absolute;
    padding-top: 10%;
    left: 0px;
    height: 0px;
}

.coreBallWifi svg {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}


.coreBallWifi svg .cls-1 {
    opacity: 0.17;
}

.coreBallWifi svg .cls-2 {
    fill: #fff;
}


.coreBallIcon {
    height: 110px;
}

.coreBallIcon svg {
    height: 100%;
}

.coreBallIcon svg .cls-1, .coreBallIcon svg .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.5px;
}

.coreBallTag {
    bottom: 31px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    left: 0px;
    text-align: center;
    line-height: 1;
}

.careersPeople {
    margin-bottom: 40px;
}

.careersPeople .col-md-8 {
    display: flex;
    align-items: center;
}



.careersPeople .col-md-4 .careersPeopleImg,
.careersPeople .col-md-8 .careersPeopleImg {
    display: block;
    width: 80%;
    padding-bottom: 80%;
    background-size: cover !important;
    border-radius: 50%;
}

.careersPeople .col-md-4:nth-child(even) .careersPeopleImg {
    margin-left: 20%;
}


.careersPeopleQuote {
    font-size: 28px;
    line-height: 1.2;
}

.careersPeopleQuote span {
    display: block;
    font-size: 20px;
}

.careersPeopleQuote span:nth-of-type(2) {
    font-size: 16px;
    margin-top: 2px;
    color: #517DB9;
}

.careersPeopleQuote span:nth-of-type(3) {
    font-size: 16px;
    margin-top: 20px;
}

.careersPeopleQuote a {
    color: #003057;
    text-decoration: underline;
}

.careersPeopleQuote a:hover {
    text-decoration: none;
}


.careersContent span {
    text-align: center;
}

.careersContent h2 {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
}

.careersContent h5 {
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
}

.redirectAlert {
    display: none;
}

.redirectAlert.active {
    position: absolute;
    z-index: 32;
    background: #fff;
    width: 600px;
    padding: 70px;
    border-radius: 40px;
    margin-left: calc(50% - 300px);
    border: 2px solid #E4E5E6;
    top: 50px;
    display: block;
    overflow: hidden;
    color: #212529;
}

.redirectAlert span {
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
}

.redirectAlert p {
    display: block;
    margin-bottom: 10px;
}

.redirectAlert a {
    color: #212529;
}



.redirectAlertClose {
    display: flex;
    position: absolute;
    width: 54px;
    height: 54px;
    background: #343434;
    left: -2px;
    top: -2px;
    border-bottom-right-radius: 18px;
    border: 2px solid #E4E5E6;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    cursor: pointer;
}

.redirectAlertClose:hover {
    background: #629BB4;
}

.readMore {
    display: block;
    margin: 20px 0 0 0;
    text-align: right;
}

.readMore a {
    color: #212529;
    text-decoration: underline;
    font-weight: 600;
}

.readMore a:hover {
    text-decoration: none;
}


.infoBody {}

.infoBodyLight {}

.infoTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.infoBodyBold {}

/* FORMS */


#formContact form {
    width: 90% !important;
    padding: 0 !important;
    font-family: muli, sans-serif !important;
    margin: 0 0 0 10%;
}

#formContact form.mktoForm input,
#formContact form.mktoForm select,
#formContact form.mktoForm textarea {
    display: inline-block;
    width: 100% !important;
    height: 45px;
    padding: 6px 22px;
    font-size: 22px;
    line-height: 1.42857143;
    color: #555555;
    background: #EEF2F4;
    border: 0px solid #45555F !important;
    background-image: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    text-align: left;
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-size: 20px;
    box-shadow: 0px 0px 0px 0px #ccc;
    outline: none;
    border-radius: 50px;
}

#formContact form.mktoForm .mktoCheckboxList > input {
    height: 25px;
}

#formContact form.mktoForm input:focus,
#formContact form.mktoForm select:focus,
#formContact form.mktoForm textarea:focus {
    border: 0px solid #45555F !important;

}

#formContact form.mktoForm textarea {
    height: 120px;
    border-radius: 25px;
    padding: 18px 22px;
}

#formContact .mktoForm .mktoFormCol,
#formContact .mktoForm .mktoFieldWrap {
    width: 100%;
}

#formContact .mktoForm .mktoRequiredField label.mktoLabel,
#formContact .mktoForm .mktoOffset,
#formContact .mktoForm .mktoGutter,
#formContact .mktoForm .mktoLabel {
    display: none;
}

#formContact #mktoForm_8632 > div:nth-child(8) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap > label {
    display: block !important;
    width: calc(100% - 40px) !important;
    color: #45555F;
    font-size: 16px;
    float: right;
}

#formContact #mktoForm_8632 > div:nth-child(8) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap > label a {
    color: #45555F;
    text-decoration: underline;
}

#formContact #mktoForm_8632 > div:nth-child(8) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap > label a:hover {
    text-decoration: none;
}

#formContact #Email_Opt_in_Best_Practices__c {
    height: 25px;
}

#formContact .mktoButtonRow {
    position: relative !important;
    width: 100%;
}

#formContact .mktoForm > div.mktoButtonRow > span {
    margin-left: 0px !important;
}

#formContact .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
    display: block;
    width: 100%;
    padding: 18px 30px 16px 30px;
    text-align: center;
    border-radius: 100px;
    color: #000;
    background: #FF6720;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    height: auto;
    cursor: pointer;
    border: none;
    min-width: 300px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#formContact .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:hover {
    text-decoration: none;

    background: #003057;
    color: #fff;
}

.formConfirm {
    display: none !important
}

.formConfirm.active {
    display: block !important;
    font-size: 32px;
    color: #003057;
    width: 80%;
    line-height: 1.2;
}

/* FORMS END */



/* FORM */

.formNewsletter form {
    margin: 0 auto;
    width: 90% !important;
}

.formNewsletter #Email,
.box #Email {
    width: 230px !important;

    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

.formNewsletter .mktoForm .mktoButtonWrap button.mktoButton,
.box .mktoForm .mktoButtonWrap button.mktoButton {
    background: #aec03d !important;

    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
    font-weight: 400 !important;
    text-shadow: none;
}

.formNewsletter .mktoForm .mktoButtonWrap .mktoButton:hover,
.box .mktoForm .mktoButtonWrap .mktoButton:hover {
    background-color: #8b9930 !important;

}

.formNewsletter {
    display: none;
    position: absolute;
    z-index: 32;
    background: #fff;
    width: 380px;
    padding: 30px 20px 20px 20px;
    border-radius: 40px;
    margin-left: calc(50% - 190px);
    border: 2px solid #E4E5E6;
    overflow: hidden;
    opacity: 0;
}

.formNewsletter.active {
    opacity: 1;
}

.formNewsletter h2 {
    text-align: center;
    color: #545456;
    text-transform: uppercase;
    width: 80%;
    font-weight: 300;
    font-size: 28px;
    margin: 20px 10% 20px 10%;
}

.formNewsletter h2.hide {
    display: none
}

.formNewsletterClose {
    display: flex;
    position: absolute;
    width: 56px;
    height: 54px;
    background: #343434;
    left: -3px;
    top: -2px;
    border-bottom-right-radius: 18px;
    border: 2px solid #E4E5E6;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    cursor: pointer;
}

.formNewsletterClose:hover {
    background: #629BB4;
}


.formNewsletter .form-col,
.box .form-col {
    height: 340px;
}

.formNewsletter .mktoForm .mktoAsterix,
.box .mktoForm .mktoAsterix {
    display: none !important;
}

.formNewsletter .mktoForm .mktoRequiredField label.mktoLabel,
.box .mktoForm .mktoRequiredField label.mktoLabel {
    display: none
}

.formNewsletter .mktoForm .mktoGutter,
.box .mktoForm .mktoGutter {
    display: none
}

.formNewsletter .mktoForm .mktoFormRow,
.box .mktoForm .mktoFormRow {
    clear: both;
    width: 100%;
    display: inline-block;
    margin: 0 2% 0 0;
}

.formNewsletter .mktoForm .mktoFormCol,
.box .mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 8px !important
}

.formNewsletter .mktoForm .mktoFieldWrap,
.box .mktoForm .mktoFieldWrap {
    float: left;
    width: 100%;
}

.formNewsletter .mktoForm input[type=url],
.formNewsletter .mktoForm input[type=text],
.formNewsletter .mktoForm input[type=date],
.formNewsletter .mktoForm input[type=tel],
.formNewsletter .mktoForm input[type=email],
.formNewsletter .mktoForm input[type=number],
.formNewsletter .mktoForm textarea.mktoField,
.formNewsletter .mktoForm select.mktoField,
.formNewsletter #Email {
    display: inline-block;
    width: 100% !important;
    height: 40px;
    padding: 6px 22px;
    font-size: 22px;
    line-height: 1.42857143;
    color: #555555;
    background: #EEF2F4;
    border: 0px solid #45555F !important;
    background-image: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    text-align: left;
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-size: 20px;
    box-shadow: 0px 0px 0px 0px #ccc;
    outline: none;
    border-radius: 50px;
    font-weight: 300 !important;
}

.formNewsletter .mktoForm label,
.box .mktoForm label {
    width: calc(100% - 33px) !important;
    float: right !important;
    font-size: 10px;
    padding-right: 8px !important;
    color: #333f48;
    opacity: 0.6
}

.formNewsletter .link-forced,
.box .link-forced {
    color: #333f48 !important
}

.formNewsletter .mktoForm .mktoRadioList,
.formNewsletter .mktoForm .mktoCheckboxList,
.box .mktoForm .mktoRadioList,
.box .mktoForm .mktoCheckboxList {
    padding: 0.3em;
    float: left;
    width: 15px !important;
}

.formNewsletter .mktoForm .mktoOffset,
.box .mktoForm .mktoOffset {
    float: left;
    height: 1.2em;
    display: none;
}

#mktoForm_7898 > div:nth-child(4) {
    width: 100%;
}

.formNewsletter .mktoButtonRow,
.box .mktoButtonRow {
    bottom: 20px !important;
    right: 0px;
    width: 100%;
    margin-top: 10px;
}

.formNewsletter .mktoButtonWrap,
.box .mktoButtonWrap {
    margin-left: 0px !important
}


.thought_leader_image {
    display: block;
    width: 40%;
    padding-bottom: 40%;

    border-radius: 50%;
    background-size: auto 100% !important;
    position: relative;
    margin: auto;
    margin-top: 20px;
}

.confirm-name {
    display: none;
}

.confirm_connect {
    display: none
}

.confirm_connect.active {
    display: block;
    text-align: center;
    width: 80%;
    margin: 20px 10% 20px 10%;
    font-weight: 200 line-height: 120%;
    font-size: 20px;
    color: #545456;
}



.formNewsletter .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    display: inline-block;
    width: 100%;
    padding: 10px 30px 8px 30px;
    text-align: center;
    border-radius: 50px;
    color: #000 !important;
    background: #FF6720 !important;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 1px;
    height: 40px;
    cursor: pointer;
    border: none !important;
    min-width: 200px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300 !important;
}

.formNewsletter .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    text-decoration: none !important;
    background: #003057 !important;
    color: #fff !important;
}


.formNewsletter .form_close.active {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 25px;
    color: #545456;
    display: block;
    z-index: 9999999;
}

.formNewsletter .form_close.active:hover {
    cursor: pointer;
}


/* FROM END */

.body_button {
    background: #003057 !important;
    color: white !important;
    font-weight: 400 !important;
    height: auto !important;
    width: auto;
    padding: 10px 30px;
    text-align: center;
    border-radius: 100px;
    font-size: 20px;
    line-height: 23px;
}

/* CALL TO ACTION END */

@media only screen and (max-width: 992px) {

    .coreValuesRow {
        display: block;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .coreBallContainer {
        display: inline-flex;
        width: 49%;
        height: 220px;
        position: relative;
        justify-content: center;
    }

    .careersPeopleQuote {
        font-size: 20px;
        line-height: 1.2;
    }

}


@media only screen and (max-width: 768px) {

    .redirectAlert.active {
        width: 100%;
        margin-left: 0;
        padding: 40px;
    }
    
    .redirectClose {
        display: block;
    }

    .homeIcon {
        margin: 0 10% 60px 10%;
    }

    .homeIcon span:nth-child(2) {
        font-size: 16px;
    }

    .headerRow {
        margin-top: 100px;
    }
    
    .headerRowCopy h2 {
    margin: 0 0 20px 0;
    }

    .careersPeople .col-md-4 .careersPeopleImg,
    .careersPeople .col-md-8 .careersPeopleImg {
        margin: 0 10% 20px 10% !important;
    }

    .careersPeopleQuote {
        width: 90%;
        margin: 0 5% 20px 5%;
    }

    .careersPeople:nth-child(odd) {
        flex-direction: column-reverse;
    }

    #formContact form {
        margin: 40px 0% 0 0%;
        width: 100% !important;
    }


}

@media only screen and (max-width: 576px) {
    
    .footerBottom {
        text-align: left !important;
    }
}

@media only screen and (max-width: 480px) {

    .bodyRowCopy span,
    .bodyRowCopyFull span {
        font-size: 34px;
        display: block;
        margin: 0 0 20px 0;
    }

    .coreBallContainer {
        width: 100%;
    }
    
    .formNewsletter {
    width: 100%;
    padding: 30px 10px 20px 10px;
    margin-left: 0;
    }
    
    .footer {
    padding: 50px 20px;
    }
    
    .mktoForm .mktoCheckboxList {
    width: 35px !important;
}
    
}
