.sync-nav {
    padding: 50px 0 20px;
}

.sync-nav .col-md-12 > div {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

.sync-nav .col-md-12 > div > *:last-child {
    margin-left: auto;
}

.sync-nav .image {
    width: 135px;
    margin-right: 30px;
    margin-top: -10px;
}

.sync-nav ul {
    list-style: none;
    padding: 0;
}

.sync-nav li {
    display: inline-block;
    margin-right: 20px;
}

.sync-nav li a {
    font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    color: #00175A;
    padding: 12px 14px;
}

.sync-nav li a:focus {
    z-index: 1;
    outline: 1px dashed #53565a !important;
    outline-offset: -3px;
}

.sync-nav li:last-child {
    margin-right: 0;
}

.sync-nav .nav-right li:last-child a {
    border: 1px solid #00175A;
    border-radius: 4px;
    padding: 13px 30px;
}

.sync-nav.white li a,
.sync-nav.white .nav-right li:last-child a {
    color: #ffffff;
    border-color: #ffffff;
}

.sync-nav.white li a:focus {
    z-index: 1;
    outline: 1px dashed #ffffff !important;
    outline-offset: -3px;
}

.padding-0 .container {
    padding: 0 !important;
    margin: 0! important;
}

h3 {
    margin-bottom: 15px;
    color: #00175A;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #006FCF;
    margin-bottom: 25px;
}

p {
    font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #00175A;
}

#hero {
    margin-bottom: 80px;
}

#hero .card-img-bg {
    background-position: bottom center;
}

#hero .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hero .richtext {
    padding-left: 20px;
    max-width: 430px;
}

#hero h1 {
    font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #00175A;
    margin-bottom: 25px;
}

#hero h2 {
    color: #00175A;
}

#case-study-tabs {
    margin-bottom: 100px;
}

#case-study-tabs .tab-content {
    padding: 0 !important;
}

.cs-video {
    padding: 85px 0;
    margin-bottom: 80px;
}

.cs-video h2 {
    color: #00175A;
}

.cs-video .col-md-7 {
    flex: 0 0 59%;
    max-width: 59%;
    padding-left: 40px;
}

.cs-video .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 41%;
    max-width: 41%;
    padding: 0;
    margin-left: -20px;
}

.cs-video .richtext {
    background: #ffffff;
    padding: 50px 40px;
}

.image-with-text {
    margin-bottom: 75px;
}

.image-with-text p {
    font-size: 20px;
    line-height: 28px;
}

.image-with-text .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-with-text.image-on-left .col-md-7 {
    padding: 0 20px 0 50px;
}

.image-with-text.image-on-right .col-md-7 {
    padding: 0 110px 0 20px;
}

.outcome {
    padding: 90px 0;
    margin-bottom: 80px;
}

.outcome .card-img-bg {
    background-position: bottom right;
}

.outcome .row {
    max-width: 670px;
    margin: 0 auto;
}

.flourish-borders {
    background-image: url(/content/dam/amex/en-us/business/sync/case-studies/images/flourish-border-top.png), url(/content/dam/amex/en-us/business/sync/case-studies/images/flourish-border-bottom.png);
    background-size: 100% auto;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    padding: 75px 0;
    margin-bottom: 100px;
}

.flourish-borders .row {
    max-width: 600px;
    margin: 0 auto;
}

.quote {
    margin-bottom: 100px;
}

.quote .col-md-3 {
    flex: 0 0 210px;
}

.quote .col-md-9 {
    flex: 0 0 calc(100% - 210px);
    padding-left: 30px;
    max-width: 100%;
}

.quote .hidden-lg-up {
    margin-top: 20px;
}

.quote-copy {
    padding-left: 23px;
    position: relative;
    font-family: Guardian,Helvetica Neue,Helvetica,sans-serif;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 35px;
}

.floating-lq {
    position: absolute;
    left: 0;
}

.quote-author {
    font-family: Guardian,Helvetica Neue,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

.quote-author-info {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.quote-disclaimer {
    font-size: 13px;
    line-height: 20px;
}

#terms p {
    font-family: Helvetica Neue,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
}

/* RESPONSIVE STYLES ----------------------------------------------- */

@media (min-width: 1280px) {
    .sync-nav > .container {
        max-width: 1430px;
    }

    #case-study-tabs > .container {
        max-width: 1400px;
    }

    .cs-video > .container {
        margin: 0 auto !important;
        max-width: 1190px;
    }

    .image-with-text > .container,
    .quote > .container {
        max-width: 1160px;
    }
}

@media (min-width: 1024px) {
    .sync-nav > .container {
        max-width: 1430px;
    }
}

@media (max-width: 1279px) {
    .sync-nav li {
        margin-right: 15px;
    }

    .cs-video {
        padding: 20px 0;
    }

    .cs-video > .container > .row {
        flex-flow: column-reverse;
    }

    .cs-video .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .cs-video .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }

    .cs-video .richtext {
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .sync-nav .nav-left li:not(:last-child),
    .sync-nav .nav-right li:not(:last-child) {
        display: none;
    }

    #syncLogo {
      margin: 10px 0 0 18px;
    }
}

@media (max-width: 767px) {
    .sync-nav  {
        padding: 30px 0 0;
    }
    
    .sync-nav .image {
        margin-right: 20px;
        width: 100px;
        margin-top: -5px;
    }

    .sync-nav .card-img-bg {
        background-color: #ffffff !important;
    }

    .sync-nav li a {
        padding: 0;
    }
    
    #hero {
        padding: 40px 0 15px;
        margin-bottom: 30px;
    }

    #hero > .container > .row {
        display: flex;
        flex-flow: column-reverse;
    }
    
    #hero .richtext {
        padding: 0;
        max-width: 330px;
        margin: 0 auto;
    }
    
    #hero h1 {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
        margin: 35px auto 20px;
    }
    
    #hero h2 {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    #case-study-tabs {
        margin-bottom: 50px;
    }

    #case-study-tabs > .container {
        padding: 0;
    }

    #case-study-tabs .tabs.border {
        border: 0;
    }

    #case-study-tabs .tab-menu {
        flex-direction: column;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    #case-study-tabs .tab-link[aria-selected=true] {
        border-bottom: 0;
    }

    #case-study-tabs .tab-link[aria-selected=false] {
        border: 1px solid #ECEDEE;
        border-bottom: 0;
    }

    .cs-video .richtext {
        padding: 20px 15px;
    }

    .cs-video h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .image-with-text .pad {
        display: none;
    }

    .image-with-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .image-with-text .col-md-7 {
        padding: 0 !important;
        margin-bottom: 30px !important;
    }

    .outcome {
        padding: 65px 0 40%;
        margin-bottom: 70px;
    }

    .flourish-borders {
        padding: 50px 0;
        margin-bottom: 75px;
    }

    .quote {
        margin-bottom: 20px;
    }

    .quote-copy {
        padding-left: 0;
    }

    .floating-lq {
        position: static;
    }

    .quote .col-md-3 {
        flex: 0 0 112px;
        padding: 0;
    }

    .quote .col-md-9 {
        flex: 0 0 calc(100% - 112px);
        padding: 0 0 0 20px;
    }

    .quote-copy {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}