﻿.reasonAccentBar {
    background-color: #C4D600;
    width: 219px;
    height: 6px;
    display: block;
    clear: both;
    margin-bottom: 25px;
}

.reasons {
    font-family: "proxima-nova", sans-serif;
    color: #000;
    width: 1320px;
    margin: 0 auto;
}

    .reasons .reason {
        height: 360px;
    }

.reason .content {
    padding-left: 90px;
    padding-right: 50px;
    width: 640px;
    box-sizing: border-box;
    position: relative;
}

    .reason .content * {
        float: none;
        clear: none;
    }

.reason .contentHeader {
    clear: both;
    padding-bottom: 10px;
    margin: 25px 0 0 0;
}

.reason .contentBody {
    padding: 0 0 0 0;
}

.reason .reasonAccentSpecial {
    padding: 0 0 3px 0;
}

.reason .reasonAccent {
    padding: 0 0 0 0;
    float: none;
    clear: none;
    vertical-align: baseline;
}

.reason .accentText {
    font-size: 18px;
    font-weight: 400;
    color: #003B4C;
    display: block;
    clear: both;
    padding: 0 0 10px;
}

.reason .reasonHeading {
    font-size: 45px;
    font-weight: 700;
    color: #77BC1F;
    display: block;
    width: 500px;
    line-height: 44px;
    clear: both;
    text-transform: uppercase;
}

.reason .reasonSpecialHeading {
    color: #C4D600;
}

.reasonTextSeparator {
    width: 42px;
    height: 1px;
    background-color: #000;
    margin: 10px 0;
    clear: both;
}

.reason .content h1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 121px;
    font-weight: 700;
    color: #231F20;
    display: inline-block;
    padding: 0;
}

.reason .content h2 {
    font-size: 23px;
    font-weight: 700;
    color: #231F20;
    text-transform: uppercase;
}

.reason .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #231F20;
}

.reason .content .moreInfoBox {
    float: right;
    height: 36px;
    padding: 20px 0 0;
    cursor: pointer;
    text-transform: uppercase;
    position: absolute;
    right: 25px;
    display: none;
}

    .reason .content .moreInfoBox:hover {
        -moz-opacity: 0.60;
        opacity: 0.60;
    }

    .reason .content .moreInfoBox p {
        color: #00ADBB;
        font-size: 13px;
        font-weight: 700;
        text-align: right;
        line-height: 12px;
        padding-right: 10px;
        vertical-align: middle;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        float: left;
    }

@media screen and (min-width: 0px) and (max-width: 768px) {
    .reasons {
        width: 100%;
    }

    .reason .content {
        padding: 15px 5% 25px 5%;
        width: 100%;
        height: auto;
    }

    .reason.intro .content {
        padding-top: 40px;
    }

    .reason .reasonImg {
        width: 100%;
    }

    .reason .reasonHeading {
        padding: 0;
        font-size: 30px;
        width: auto;
        line-height: 32px;
    }

    .reasonAccentBar {
        background-color: #C4D600;
        width: 20%;
        height: 6px;
        display: block;
        clear: both;
        margin-bottom: 25px;
    }

    .reason .content h1 {
        font-size: 60px;
    }

    .reason .reasonAccent {
        width: 20px;
    }

    .reason .content h2 {
        font-size: 18px;
        font-weight: 700;
        color: #231F20;
        text-transform: uppercase;
    }

    .reason .content p {
        font-size: 14px;
        line-height: 18px;
    }
}
