/* hidden */
div#cta-above-footer-new {
    display: none;
}

/* Masthead Static */
.masthead-homepage {
    position: relative;
}

.masthead-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.masthead-image {
    position: absolute;
    right: -158px;
    top: 50%;
    max-width: 321px;
    transform: translate(0, -50%);
}

.masthead-video {
    position: absolute;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 100%;
    width: 100%;
}

.masthead-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;
}


.new-video-wrapper {
display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 126%;
    height: 100%;
}
@media(min-width:1200px) {
    .masthead-video {padding-bottom :  0; }
}
@media(min-width:1783px) {
 .masthead-video {
  padding-bottom : 40%;

}
} 

.masthead__content {
    position: relative;
    z-index: 2;
    padding: 70px 0;
    color: rgba(255, 255, 255, 0.7);
}

.masthead__text {
    max-width: 242px;
}

.masthead__text h1 {
    font-size: 24px;
    font-family: 'd-dindin-bold';
    line-height: 1.5em;
    padding-bottom: 16px;
    margin: 0;
    color: #fff;
}

.masthead__text h1:after {
    display: none;
}

.masthead__text p {
    font-size: 15px;
    line-height: 1.6em;
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 180px;
}

.solution-select label {
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 0;
    color: #FFFFFF;
    font-family: 'd-dindin-bold';
}

.solution-select .choices {
    width: 100%;
    outline: none;
    color: rgba(147, 147, 147, 0.75);
    max-width: 250px;
    position: relative;
}

.selection-toggle {
    border: 1px solid #0082CA;
    background-color: #0082CA;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'd-dindin-bold';
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px;
}

.selection-toggle::after {
    content: '\e900';
    font-family: 'icomoon';
    border: none;
    width: auto;
    height: auto;
    font-size: 10px;
    right: 15px;
    color: #FFFFFF;
    transform: translate(0, -50%);
    position: absolute;
    margin-top: 7px;
}

.solution-select ul.selection-dropdown {
    position: absolute;
    width: 100%;
}

.selection-dropdown {
    background: #fff;
    display: none;
    margin-top: 10px;
    list-style: none;
    padding: 0 !important;
}

.selection-dropdown li {
    margin: 0 !important;
    padding: 0 !important;
}

.selection-dropdown li a {
    padding: 10px 15px;
    margin: 0;
    color: #1D71B8;
    font-family: D-Din, "D-Din",sans-serif;
    font-weight: 700;
    font-size: 12px;
    display: block;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.selection-dropdown li a:hover {
    text-decoration: none;
    background: #0082CA;
    color: #fff;
}

.selection-dropdown li::before {
    display: none;
}

.selection-dropdown li:not(:last-child) a {
    border-bottom: solid 1px #D7D7D7;
}

@media (min-width: 768px) {
    .masthead-image {
        right: -256px;
        top: -110px;
        max-width: 542px;
        transform: none;
    }
    
    .masthead__content {
        padding: 65px 0 61px;
    }
    
    .masthead__text {
        max-width: 464px;
    }
    
    .masthead__text h1 {
        padding-bottom: 6px;
    }

    .masthead__text h1 br {
        display: none;
    }

    .masthead__text p {
        padding-bottom: 15px;
        max-width: 375px;
    }
    
    .solution-select .choices {
        max-width: 272px;
    }
}

@media (min-width: 1200px) {

    .masthead-homepage {
        overflow: hidden;
    }

    .masthead-image {
        right: 0px;
        top: 0;
        max-width: 100%;
        transform: none;
        height: 100%;
        width: 77.6%;
    }
    
    .masthead__content {
        padding: 228px 0 280px 0;
    }

    .masthead__content::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 82%;
        height: 100%;
        background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 54%,rgba(0,0,0,0) 100%);
    }
    
    .masthead__text {
        max-width: 50%;
        position: relative;
        z-index: 3;
    }
    
    .masthead__text h1 {
        font-size: 40px;
        line-height: 1.3em;
        padding-bottom: 16px;
    }
    
    .masthead__text p {
        font-size: 18px;
        line-height: 1.55em;
        padding-bottom: 44px;
        max-width: 520px;
    }
}


/* Icon Text */
.icons-text {
    padding: 50px 0;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.icons-text__top-content {
    padding-bottom: 30px;
}

.icons-text__top-content h2 {
    font-size: 30px;
    padding-right: 20px;
}

.icons-text__list__col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}

.icons-text .col-lg-6:last-child .icons-text__list__col {
    margin-bottom: 0;
}

.icons-text__icon {
    width: 40px;
}

.icons-text__text {
    width: calc(100% - 40px);
    padding-left: 18px;
    padding-top: 10px;
}

.icons-text__text h4 {
    margin-bottom: 12px;
}

.icons-text__text p {
    font-size: 16px;
}

.icons-text__bg {
    position: absolute;
    left: 0;
    top: 0;
}

.icons-text__wrap {
    position: relative;
    z-index: 2;
}

.icons-text--column .icons-text__list__col {
    display: block;
}

.icons-text--column .icons-text__icon {
    width: 82px;
    margin: 0 auto 0;
}

.icons-text--column .icons-text__text {
    width: 100%;
    padding-left: 0;
    padding-top: 16px;
    text-align: center;
}

.icons-text--black-bg .icons-text__text {
    color: rgba(255, 255, 255, 0.7);
}

.icons-text--black-bg .icons-text__text h4 {
    color: #FFFFFF;
}

.icons-text--column .icons-text__text p {
    font-size: 18px;
    font-family: 'd-dindin-bold';
}

.icons-text--column .col-sm-4:last-child .icons-text__list__col {
    margin-bottom: 0;
}

.icons-text--column {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .icons-text {
        padding: 55px 0 65px;
    }
    
    .icons-text__top-content {
        padding-bottom: 40px;
    }
    
    .icons-text__top-content h2 {
        font-size: 34px;
        padding-right: 0;
    }
    
    .icons-text__list__col {
        margin-bottom: 28px;
    }
    
    .icons-text .col-lg-6:last-child .icons-text__list__col {
        margin-bottom: 0;
    }
    
    .icons-text__icon {
        width: 67px;
    }
    
    .icons-text__text {
        width: calc(100% - 67px);
        padding-left: 20px;
        padding-top: 10px;
    }
    
    .icons-text__text h4 {
        margin-bottom: 8px;
    }
    
    .icons-text__text p {
        font-size: 18px;
    }

    .icons-text--column .icons-text__text h4 {
        font-size: 20px;
        line-height: 1.4em;
    }
    
    .icons-text--column {
        padding: 70px 0 40px;
    }

    .icons-text--column .row {
        --bs-gutter-x: 28px;
    }

}

@media (min-width: 1200px) {
    .icons-text {
        padding: 100px 0 35px;
    }
    
    .icons-text__top-content {
        padding-bottom: 60px;
    }
    
    .icons-text__top-content p {
        padding-bottom: 24px;
    }
    
    .icons-text__list__col {
        margin-bottom: 65px;
    }

    .icons-text__text h4 {
        margin-bottom: 8px;
        
    }

    .icons-text__text {
        padding-top: 5px;
    }
    
    .icons-text--column {
        padding: 100px 0 50px;
    }

    .icons-text--column .row {
        --bs-gutter-x: 52px;
    }
}


/* Tab Slider */
.tab-sliders {
    position: relative;
    z-index: 1;
}

.tab-border {
    padding: 54px 0 50px 0;
}

.tab-for-content {
    width: 292px;
    opacity: 0.08;
}

.js-tab-for {
    margin: 0 -22px 0 -13px;
}

.tab-for-item {
    padding: 0 13px;
}
 
.slick-current .tab-for-content  {
    opacity: 1;
}

.tab-for-text {
    padding-top: 15px;
    padding-right: 50px;
}

.js-tab-nav-arrow .slick-arrow.slick-disabled { display: none !important; } 

.js-tab-nav-arrow .slick-next {
    right: 32px;
}

.js-tab-nav-arrow .slick-prev {
    left: auto;
    right: 52px;
}

.tab-for-content {
    padding-top: 10px;
}

.tab-sliders hr {
    width: 100%;
    height: 1px;
    background-color: #B3B3B3;
    z-index: -2;
    position: relative;
    opacity: 1;
    margin: 0;
}

.offer-pic {
    opacity: 0.17;
    position: absolute;
    display: none;
}

.tab-sliders__svg {
    position: absolute;
    width: 822px;
    height: auto;
    z-index: -1;
    left: -439px;
    top: -83px;
}

.tab-for-text p,
.tab-for-text ul {
    font-size: 16px;
    font-family: "D-Din", "D-Din", sans-serif;
}

.js-tab-for .slick-list {
    overflow: unset !important;
}

@media (min-width: 550px) and (max-width: 767px) {
    .tab-for-content {
        width: 450px;
    }
}

@media (min-width: 768px) {
    .tab-border {
        padding: 55px 0 60px 0;
    }

    .tab-border h2 {
        margin-bottom: 28px;
    } 

    .tab-for-content {
        width: 100%;
    }

    .js-tab-nav {
        padding: 10px 0;
    }

    .js-tab-nav {
        margin: 0 -16px;
        margin-bottom: 35px;
        position: relative;
        z-index: 1;
    }

    .js-tab-nav::before {
        content: '';
        position: absolute;
        z-index: -1;
        width: calc(100% - 32px);
        height: 3px;
        background: #EEF1F5;
        left: 16px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .tab-nav-item {
        padding: 0 16px;
    }

    .tab-nav {
        background: #EEF1F5;
        text-align: center;
        height: 99px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-family: 'd-dindin-bold';
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        color: #000000;
        letter-spacing: 0.01em;
        padding: 0 28px;
        cursor: pointer;
    }

    .tab-nav:hover {
        background: #e1e3e8;
    }

    .slick-current .tab-nav {
        color: #fff;
        background: #0082CA;
    }

    .tab-for-img {
        padding-top: 25px;
    }

    .js-tab-nav-arrow .slick-prev {
        left: 0;
    }
}

@media (min-width: 1025px) {
    .js-tab-nav {
        padding: 27px 0 20px;
    }
}
@media (min-width: 1200px) {
    
    .tab-border {
        padding: 100px 0 0 0;
    }

    .tab-border h2 {
        margin-bottom: 45px;
    } 

    .js-tab-nav {
        margin: 0 -20px;
    }

    .tab-nav-item {
        padding: 0 20px;
    }

    .js-tab-nav::before {
        width: calc(100% - 40px);
        left: 20px;
    }

    .tab-nav {
        height: 71px;
        padding: 0 45px;
    }

    .slick-current .tab-nav {
        color: #fff;
        background: #0082CA;
    }

    .tab-for-img {
        padding-top: 0;
    }

    .js-tab-nav-arrow .slick-prev {
        left: 20px;
    }

    .js-tab-nav-arrow .slick-next {
        right: 20px;
    }

    .tab-for-text {
        padding-top: 40px;
    }

    .tab-sliders__svg {
        width: 1055px;
        left: -113px;
        top: -52px;
    }

    .tab-for-text p,
    .tab-for-text ul {
        font-size: 18px;
    }
}

@media (min-width: 1920px) {

    .offer-pic {
        display: block;
        right: -160px;
        bottom: 160px;
    }

    .tab-for-text {
        padding-top: 75px;
    }
}


/* Image Button */
.image-buttons {
    position: relative;
    z-index: 1;
}

.image-buttons--homepage {
    padding: 50px 0;
}

.image-buttons--innerpage {
    padding: 40px 0;
}

.image-buttons__bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.image-buttons__headline {
    padding-bottom: 20px;
    color: rgba(255,255,255,0.7);
}

.image-buttons__headline h2 {
    color: #fff;
    font-size: 30px;
}

.image-button {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top: 10px;
}

.image-button__img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.image-button__hover:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #000000;
    opacity: 0.35;
}

.image-button__hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 13px 15px;
    color: #fff;
}


.image-button__title,
.image-button__hidden {
    position: relative;
    z-index: 3;
}

.image-button__description,
.image-button__cta {
    display: block;
}

.image-button__title {
    font-size: 19px;
    margin-bottom: 6px;
    color: #fff;
}

.image-button__cta::before,
.image-button__cta::after {
    background: #fff !important;
}

.image-button__cta {
    padding: 0;
    border: none;
    font-size: 14px;
    font-family: 'd-dindin-bold';
    text-transform: uppercase;
    background: none;
    color: #fff;
    letter-spacing: 0.04em;
    display: inline-block;
}

.image-buttons__count {
    padding-top: 14px;
}

.image-buttons__count h5 {
    margin: 0;
    padding: 8px 0 0 0;
    color: rgba(255,255,255,0.5);
}

@media (min-width: 768px) {
    .image-buttons--homepage {
        padding: 49px 0 60px 0;
    }

    .image-buttons--innerpage {
        padding: 70px 0;
    }

    .image-buttons__headline h2 {
        font-size: 34px;
    }
      
}

@media (min-width: 1200px) {
    .image-buttons--homepage {
        padding: 101px 0 125px 0;
    }

    .image-buttons--innerpage {
        padding: 105px 0 130px 0;
    }

    .image-buttons__headline {
        max-width: 825px;
    }

    .image-buttons--innerpage .image-buttons__headline {
        max-width: 740px;
    }

    .image-buttons--innerpage .image-buttons__headline h2 {
        font-size: 40px;
    }
    
    .image-button {
        margin-top: 32px;
    }
    .image-button,
    .image-button__hover:after {
        height: 300px;
    }

    .image-button__hover {
        z-index: 2;
        bottom: 0;
        color: #fff;
        padding: 23px 25px;
    }

    .image-button__hidden {
        opacity: 0;
        max-height: 0;
        transition: all 0.5s ease-in-out;
    }

    .image-button:hover .image-button__hidden {
        opacity: 1;
        max-height: 300px;
        transition: all 0.5s ease-in-out;
    }

    .image-button__title {
        font-size: 30px;
        margin-bottom: 0;
    }
    .page-id-13662 .image-button__title{
        font-size: 26px;
    }

    .image-button__description {
        font-size: 15px;
        padding-top: 15px;
    }

    .image-button:hover .image-button__hover:after {
        opacity: 0.8;
    }

    .image-buttons--innerpage .image-button, 
    .image-buttons--innerpage .image-button__hover::after {
        height: 341px;
    }

   .image-buttons--innerpage .image-button__hover {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

/* Number Column */
.number-columns {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.number-columns__heading h3 {
    margin-bottom: 0;
}

.number-column-item {
    padding-top: 25px;
    padding-bottom: 10px;
}

.number-column__title {
    font-family: 'proxima_novaextrabold';
    font-weight: normal;
    color: #0082CA;
    font-size: 74px;
    line-height: 1.216em;
    margin: 0;
    /* transition-duration: 416ms;
    transition-timing-function: cubic-bezier(.55,.06,.68,.19);
    transition-timing-function: linear;
    transition-property: background-position;
    background: linear-gradient(to right, #0082CA, #0082CA 50%, transparent 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    /* transition: background-position linear; */
   /* text-decoration: none;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0082CA; */
}

.page-id-13662 .number-column__title {
    font-size: 70px;
}

.page-id-13662 .number-column__title {
    font-size: 70px;
}

@media(max-width:1367px){
    .page-id-13662 .number-column__title {
        font-size: 62px;
    }
}

.number-column-item.active .number-column__title {
    background-position: 0 100%;
}

.number-column h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.number-column p {
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    line-height: 2em;
}

.number-columns__bg {
    position: absolute;
    width: 719px;
    height: auto;
    z-index: -1;
    top: 0;
    right: -293px;
}

@media (min-width: 768px) {
    .number-columns {
        padding: 52px 0;
    }

    .number-column-item {
        padding-top: 12px;
        padding-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .number-columns {
        padding: 115px 0;
    }

    .number-columns__bg {
        width: 1056px;
        top: -281px;
        right: -410px;
    }
    
    .number-column-item {
        padding-top: 12px;
        padding-bottom: 24px;
    }

    .number-column {
        padding-right: 32px;
    }

    .number-column-item {
        padding-bottom: 0;
        padding-top: 22px;
    }
}

/* Feature Posts */

.text-cards {
    position: relative;
    z-index: 1;
    padding: 45px 0;
}

.text-cards__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.text-cards__headline {
    padding-bottom: 16px;
}

.text-cards__title {
    padding-bottom: 20px;
}

.text-cards__title h2 {
    color: #fff;
    margin-bottom: 15px;
}

.text-cards__title p {
    color: rgba(255,255,255,0.7);
}

.text-card-item {
    margin-top: 16px;
}

.text-card-item a:hover {
    text-decoration: none;
}

.text-card__cta::before,
.text-card__cta::after {
    background-color: #fff;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
}

.text-card__cta::before {
    right: 0;
    visibility: visible;
    transform: scaleX(1);
    transform-origin: left center;
}

.text-card__cta::after{
    left: 0;
    transform: scaleX(0);
    transform-origin: right center;
}

.text-card-item a:hover .text-card__cta::before {
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .6s 0s cubic-bezier(.77,0,.175,1);
}

.text-card-item a:hover .text-card__cta::after {
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform .6s .1s cubic-bezier(.77,0,.175,1);
}


.text-card {
    background: rgba(0,0,0,0.6);
    padding: 19px 25px 21px;
}

.text-card__subheading {
    font-size: 10px;
    padding-bottom: 5px;
}

.text-card__title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.text-card__description p {
    color: rgba(255,255,255,0.7);
    padding-bottom: 5px;
    font-size: 14px;
}

.text-card__bottom {
    padding-top: 20px;
}

.text-card__cta {
    padding: 0;
    border: none;
    font-size: 10px;
    font-family: 'd-dindin-bold';
    text-transform: uppercase;
    background: none;
    color: #fff;
    letter-spacing: 0.04em;
    position: relative;
}

.text-cards__title h2 {
    font-size: 28px;
}

.more-btn {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .text-cards {
        padding: 52px 0 44px 0;
    }

    .text-card {
        padding: 20px 15px 21px;
    }

    .text-card__bottom {
        padding-top: 24px;
    }
    
    .text-cards__title h2 {
        font-size: 34px;
    }
    
    .text-cards__headline--flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .text-cards__headline--flex  .text-cards__title {
        padding-bottom: 0;
    }
    
    .text-cards__headline--flex h2 {
        margin-bottom: 0;
    }
    
}

@media (min-width: 1200px) {
    .text-cards {
        padding: 105px 0 115px 0;
    }

    .text-card-item {
        margin-top: 24px;
    }

    .text-cards__headline {
        padding-bottom: 6px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .text-cards__title {
        padding-bottom: 0;
        max-width: 880px;
    }

    .text-card {
        padding: 40px 29px;
        height: 410px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .text-card__subheading {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .text-card__title {
        font-size: 22px;
    }

    .text-card__description p {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .text-card__cta {
        font-size: 14px;
    }

    .text-cards__title h2 {
        font-size: 40px;
    }
}

/* CTA SECTION */


.home-cta {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.home-cta .cta__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.home-cta.cta-textcolor-light {
    color: #fff;
}

.home-cta .cta__full-wrap {
    max-width: 965px;
    margin: 0 auto;
}

.home-cta .cta__sml-wrap {
    max-width: 965px;
    margin: 0 auto;
}

.home-cta .cta__sml-wrap * {
    color: #fff;
}

@media (min-width: 768px) {
    .home-cta {
        padding: 70px 0;
    }
}

@media (min-width: 1200px) {
    .home-cta {
        padding: 100px 0;
    }
}