/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/


/* Hero Section */

.hero-slide-inside {
    height: 584px;
    overflow: hidden;
    position: relative;
}

.hero-slide-inside:before,
.hero-slide-inside:after,
.hero-img,
.hero-title-bg,
.hero-title {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
}

.hero-slide-inside:before,
.hero-slide-inside:after {
    content: '';
    left: 0;
}

.hero-slide-inside:before {
    background: url(../img/dot.svg) left top / 20px 20px repeat;
    width: 50%;
    z-index: 1;
}

.hero-slide-inside:after {
    background-color: #04569a;
    mix-blend-mode: multiply;
    width: 40px;
    z-index: 20;
}

.hero-title-bg,
.hero-title {
    bottom: 7.4rem;
    height: 258px;
    right: 0;
    width: 70%;
}

.hero-img {
    height: 422px;
    left: 0;
    width: 60%;
    z-index: 5;
}

.hero-title-bg {
    background-color: #becc19;
    mix-blend-mode: multiply;
    z-index: 9;
}

.hero-title {
    color: #fff;
    z-index: 10;
}

span.hero-pre,
span.hero-call {
    display: block;
    padding: 0 20px;
    position: absolute;
}

span.hero-pre {
    font-family: "MuseoSansW01-Rounded300";
    font-size: 1.875rem;
    left: 0;
    letter-spacing: .05em;
    line-height: 1.1em;
    top: 65px;
}

span.hero-call {
    font-family: "MuseoSansW01-Rounded500";
    font-size: 9.7rem;
    letter-spacing: .05em;
    line-height: .7em;
    text-transform: uppercase;
}

span.hero-call.hero-t-call-1 {
    bottom: 0;
    left: 0;
    width: 100%;
}

span.hero-call.hero-t-call-2 {
    bottom: -7.4rem;
    color: #becc19;
    display: inline-block;
    mix-blend-mode: multiply;
    right: 0;
}

span.hero-call:before {
    content: '';
    display: block;
    height: 9px;
    position: absolute;
    width: 100%;
}

span.hero-call.hero-t-call-1:before {
    background-color: #fff;
    bottom: -4px;
    left: 0;
}

span.hero-call.hero-t-call-2:before {
    top: -6px;
    left: .23em;
}

.title-2-fix span.hero-call.hero-t-call-2:before {
    left: .3866em;
}


/*#hero .slick-dots {
    bottom: 40px;
    text-align: right;
}*/

#hero .slick-dots li button:before {
    background-color: #04569a;
    height: 12px;
    width: 12px;
}

#hero .slick-dots li.slick-active button:before {
    background-color: #becc19;
}

#hero .slick-arrow {
    opacity: 1;
    transition: all .4s ease;
    visibility: hidden;
    z-index: 999;
}

#hero:hover .slick-arrow {
    /* background-color: #fff; */
    opacity: 1;
    visibility: visible;
}

#hero .slick-arrow:before {
    color: #fff;
    /* color: transparent; */
    font-size: 20px;
    line-height: 40px;
}

#hero .slick-next {
    right: 40px;
}

#hero .slick-prev {
    left: 40px;
}

.bring-it.hero-slide-inside:after {
    background-color: #98a311;
}

.deliver-it.hero-slide-inside:after {
    background-color: #04569a;
}

.prove-it.hero-slide-inside:after {
    background-color: #98a311;
}

.bring-it span.hero-call.hero-t-call-2 {
    color: #04569a;
}

.deliver-it span.hero-call.hero-t-call-2 {
    color: #becc19;
}

.prove-it span.hero-call.hero-t-call-2 {
    color: #04569a;
}

.bring-it .hero-title-bg{
    background-color: #04569a;
}

.deliver-it .hero-title-bg {
    background-color: #becc19;
}

.prove-it .hero-title-bg {
    background-color: #04569a;
}


/* Home content */

.home-section {
    position: relative;
    padding: 3.125rem 0 0;
}

.entry-content .column-content-row h2 {
    font-size: 1.76em;
    text-transform: uppercase;
}

@media only sceen and (min-width: 1025px) {
    .entry-content .column-content-row p {
        font-size: 1.5625em;
    }
}


/* Home Cards */

#home-cards {
    padding: 3.125rem 20px;
    position: relative;
}

#home-cards h3.card-pre-title,
#home-cards h2.card-title {
    text-align: center;
}

#home-cards h3.card-pre-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

#home-cards h2.card-title {
    margin-bottom: 3rem;
}

.home-cards-contain {
    margin: 0 auto 1rem;
    max-width: 1340px;
    width: 100%;
}

.home-card-section {
    padding: 1rem 0;
}


/* Home Responsive */

@media only screen and (max-width: 1730px) {
    span.hero-call {
        font-size: 75px;
    }
    span.hero-call.hero-t-call-2 {
        bottom: -.77em;
    }
}

@media only screen and (max-width: 1300px) {
    .hero-title-bg,
    .hero-title {
        height: 220px;
    }
    span.hero-pre {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1024px) {
    span.hero-call.hero-t-call-2 {
        bottom: -.81em;
    }
    span.hero-pre {
        font-size: 1.4rem;
        line-height: 1.2em;
        top: 30px;
    }
    .hero-title-bg,
    .hero-title {
        height: 160px;
    }
    .hero-img {
        height: 330px;
    }
    .hero-slide-inside {
        height: 436px;
    }
    .hero-slide-inside:before {
        width: 51%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-inside {
        height: 345px;
    }
    .hero-slide-inside:before {
        width: 50%;
    }
    .hero-slide-inside:after {
        width: 20px;
    }
    .hero-title-bg,
    .hero-title {
        bottom: 3.4rem;
        width: 90%;
    }
    span.hero-call {
        font-size: 11.1vw;
    }
    span.hero-call:before {
        height: 4px;
    }
    span.hero-call.hero-t-call-1:before {
        bottom: -2px;
    }
    span.hero-call.hero-t-call-2:before {
        top: -5px;
    }
    span.hero-call.hero-t-call-2 {
        bottom: -.88em;
    }
    .hero-img {
        height: 270px;
    }
}