.case-study{
    padding-top: 115vh;
}

@media screen and (max-width: 768px){
    .case-study {
        padding-top: 650px;
    }
}


.case-study .about{
    margin-top: 0;
}

.careers .page-hdr:before,
.case-study .page-hdr:before{
    z-index: 2;
}

.case-study .page-hdr .int{
    z-index: 3;
}

.full-page-hdr{
    top:0;
}

.full-page-hdr.home-slider .play-pause-button{
    position:absolute;
    z-index: 8;
    right:2%;
    top:90vh;
    left:auto;
    bottom:auto;
}

.hdr-wrap{
    overflow: visible;
    margin:-50px 0 50px;
}

@media screen and (max-width: 640px){
    .case-study{
        padding-top: 500px;
    }
    .full-page-hdr.home-slider .play-pause-button{
        top:400px;
    }
}

.case-study .col:first-of-type{
    min-height: 300px;
}


.case-content{
    z-index: 3;
}

.content-block h2 {
    font-size: 40px;
    line-height: 40px;
    color: #5A5959;
    font-family: 'Visby-Regular',serif;
    font-weight: 600;
    padding-bottom: 6px;
}

.content-block h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #5A5959;
    font-family: 'Visby-Regular',serif;
    font-weight: normal;
    text-transform: none;
}

.content-block h2 + h3 {
    font-size: 19px;
    line-height: 23px;
    color: #FE552F;
    font-family: 'adelle',serif;
    font-weight: 700;
}

.content-block p {
    padding-top: 15px;
    padding-bottom: 20px;
}

.examples li {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #5A5959;
    font-family: 'Visby-Bold',serif;
    font-weight: 600;
}

.examples li:last-child::after{
    display: none;
}

.content-block.new-chapter:first-child,
.hdr-wrap + .content-block.new-chapter {
    margin-top: 0;
    padding-top: 20px;
    background: #fff;
}

.split-quote h3{
    color: #F8E71C;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: Visby-Bold;
}

.split-quote p {
    color: #fff;
    font-size: 22px;
    line-height: 1.8;
    padding: 20px 0px;
    font-weight: 100;
    letter-spacing: 1px;
    font-family: "adelle",serif;
}

@media screen and (max-width: 640px){
    .split-quote p{
        font-size: 16px;
    }
}

.split-quote .image img{
    width:100%;
}

.stats-block span{
    display: block;
}

.stats-block .h3-like{
    color:#F8E71C;
    font-size: 22px;
    line-height: 32px;
    font-family: "adelle",serif;
}

.stats-block .h4-like{
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.5px;
    color: #FE552F;
    text-transform: uppercase;
    font-family: Visby-Bold;
}

.stats-block--alt{
    background-color: #FE552F;
}

.stats-block--alt .h4-like{
    /*color:#212121;*/
    color: #fff;
}

.quote-block{
    quotes: none;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.quote-block::before{
    display: none;
}

.quote-block .quotation-marks{
    color:#FE552F;
}

.quote-block .h4-like{
    display: block;
    color:#212121;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-family: "Visby-Bold",serif;
    padding-top: 35px;
}

.quote .h2-like {
    border: 1px solid rgba(255,255,255, 0.25);
    padding: 4%;
    color: #fff;
    line-height: 1.8;
    width: 78%;
    position: relative;
}

.quote .name{
    line-height: normal;
}

.quote .name .h4-like {
    display: block;
    color: #F8E81C;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 22px;
}

.quote cite{
    display: block;
    position: relative;
}

@media screen and (max-width: 640px){
    .quote-block p,
    .quote .h2-like{
        font-size: 18px;
        line-height: 2;
    }
    .quote .h2-like{
        width:auto;
        padding:2em;
    }
}

.expo-slider-section{
    margin-bottom: 100px;
}

.expo-slider-section:nth-child(even) .expo-slider-header,
.expo-video-placeholder .play-btn{
    right:auto;
}

#contactSection .wpforms-form .wpforms-field input[type=text],
#contactSection .wpforms-form .wpforms-field input[type=email],
#contactSection .wpforms-form .wpforms-field input[type=tel],
#contactSection .wpforms-form .wpforms-field textarea {
    background: transparent;
    border: 1px solid #B9B8B8;
    color: #fff;
    font-size: 14px;
    padding: 14px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
}

#contactSection .wpforms-field-label{
    text-align: left;
    font-size: 14px;
    font-family: Visby-Bold;
    letter-spacing: 1px;
    color: #fff;
    /*position: absolute;
    left: 15px;
    top: 16px;*/
    transition: all 0.3s ease;
    text-transform: lowercase;
}

#contactSection .wpforms-required-label,
#contactSection div.wpforms-container-full .wpforms-form label.wpforms-error{
    color:#F8E71C;
}

#contactSection div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
#contactSection div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error{
    border-color:#F8E71C;
}

#contactSection .wpforms-submit {
    background: #FEE12F;
    border: none;
    padding: 0px 60px;
    font-size: 20px;
    border-radius: 50px;
    color: #5A5959;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    font-family: Visby-Bold;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    margin: 40px auto 0;
    display: inline-block;
    height: 53px;
    line-height: 49px;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    letter-spacing: 1px;
}

.expo-page-footer{
    margin: 0;
}

.wysiwyg-block{
    width:90%;
    max-width: 1070px;
    margin:auto;

    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.25px;
    color: #5A5959;
    font-family: "adelle",serif;
}

.wysiwyg-block h3{
    color: inherit;
}

.wysiwyg-block p,
.wysiwyg-block ol,
.wysiwyg-block ul{
    font-size: inherit;
    margin-bottom: 2em;
}

.wysiwyg-block ol,
.wysiwyg-block ul{
    margin-left: 2em;
    margin-top: 0.5em;
}

.wysiwyg-block ol{
    list-style: decimal;
}

.wysiwyg-block ul{
    list-style: disc;
}

.wysiwyg-block li{
    margin-bottom: 0.5em;
}

.video-background,
.video-background-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.video-background-wrapper {
    overflow: hidden;
}

.video-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#html5-watermark{
    display: none!important;
}