.nav-button {
    cursor: pointer;
}

.mrkto-modal-content {
    max-width: 1080px;
    width: 96%;
    margin-top: 60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    left: 15px;
    right: 15px;
    height: auto;
    overflow-y: auto;
    display: block;
    height: calc(95vh - 150px);
}

#mkto-modal-close {
    content: "X";
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    transition: ease all .25s;
    -webkit-transition: ease all .25s;
    z-index: 99;
}

#mkto-modal-close:hover {
    color: #ff1e0d;
}

.mrkto-modal-content .mktoForm label,
.mrkto-modal-content .mktoLabel {
    font-size: 14px;
}

.mrkto-modal-content input[type="text"],
.mrkto-modal-content input[type="phone"],
.mrkto-modal-content input[type="tel"],
.mrkto-modal-content input[type="email"],
.mrkto-modal-content select,
.mrkto-modal-content textarea {
    background-color: hsla(0, 0%, 85%, .75);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
}

#mktoForm_4151 .mktoFormRow:nth-of-type(9) {
    width: 100%;
}

@media screen and (max-width:768px) {
    .mrkto-modal-content {
        min-height: 1px;
        height: 75vh;
    }

    .mrkto-modal-content .mktoFormRow {
        width: 100% !important;
    }
}

#mrkto-modal-success {
    position: absolute;
    width: 95%;
    top: 50%;
    transform: translateY(-50%);
}


/* ------- TESTIMONIALS ------- */
.mbot-testimonials-wrap {
    position: relative;
    background-color: #f2f2f2;
    padding: 50px 0;
    overflow-x: hidden;
}

.mbot-testimonials-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    height: 100%;
    width: 200vw;
    background-color: #f2f2f2;
}

.mbot-testimonials-wrap>.inner {
    position: relative;
    z-index: 2;
    max-width: 875px;
    width: 100%;
    margin: 0 auto;
}

.mbot-row .text-center {
    text-align: center;
}

.testimonial-logo-wrap {
    display: flex;
    justify-content: space-between;
    padding: 50px 25px;
    border-bottom: 1px solid #979797;
    margin-bottom: 50px;
}

.testimonial-logo-wrap>.testimonial-single-logo {
    text-align: center;
    padding: 0 15px;
}

.testimonial-logo-wrap>.testimonial-single-logo>img {
    cursor: pointer;
    max-height: 75px;
    width: auto;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .25;
    transition: ease all .25s;
}

.testimonial-logo-wrap>.testimonial-single-logo:hover>img,
.testimonial-logo-wrap>.testimonial-single-logo.active-testimonial>img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}


.mbot-testimonial {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
}

.mbot-quote {
    color: #2a2a2a;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.21px;
    line-height: 31px;
}

@media screen and (max-width:768px) {
    .mbot-quote {
        font-size: 18px;
        line-height: 1.5em;
    }
}

.mbot-creds {
    color: #2a2a2a;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 31px;
    text-transform: uppercase
}

@media screen and (max-width:768px) {
    .mbot-creds {
        font-size: 14px;
        line-height: 1.5em;
    }
}

.mbot-testimonial {
    display: none;
}

.mbot-testimonial .wistia_embed {
    display: inline-block !important;
    position: relative;
    vertical-align: middle !important;
    margin-left: 20px !important;
}

@media screen and (max-width:768px) {
    .mbot-testimonial .wistia_embed {
        margin-top: 15px;
    }
    .mbot-testimonials-wrap  h3.testimonial-title {
    	font-size:21px;
    	line-height: 1.5em;
    }
}