body {
    font-family:"GothamNarrow-Book",Helvetica,Arial,sans-serif
}
.bannerWrapper {
    clear: both;
    overflow: auto;
    width: 100%;
}
#landing_page_banner_section {
    background: #12538e url('/credrev/images/landing/landing-hero-bg.png') 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 458px;

}
#landing_page_banner_section .wrapper {
    position: relative;
    min-height: 458px;
    overflow: hidden;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#landing_page_banner_section .wrapper .profile_image {
    position: absolute;
    bottom: -350px;
    right: 0px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    width:60%;
}
#landing_page_banner_section .wrapper .profile_image img {
    max-width: 100%;
}

#landing_page_banner_section .wrapper .profile_image.show {
    bottom: -9px;
}
#landing_page_banner_section .wrapper .messaging {
    width: 37%;
    color: white;
    font-size: 1.4em;
    font-weight: 500;
    margin-top: 18%;
    position: relative;
    line-height: 1.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    /*left:-38%;*/
}
#landing_page_banner_section .wrapper .messaging.show {
    left:0;
    opacity: 1;
}
#landing_page_banner_section .wrapper .dbcc {
    color: #b8dfef;
}
.search_section {
    padding: 40px 10px;
    background: #1f3652;
}
.search_section .search_copy {
    color: white;
    font-size: 1.5em;
    width: 49%;
    float: left;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    position: relative;
}
.search_section .search_copy img {
    position: absolute;
    width:23px;
    height:20px;
    right:10px;
    top:6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    -webkit-animation:bounce 2s infinite;
    -moz-animation:bounce 2s infinite;
    animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0% {
        right:0px;
        opacity:1;
    }

    50% {
        right:10px;
        opacity: 0;
    }

    100% {
        right:0px;
        opacity:1;
    }
}
@-moz-keyframes bounce {
    0% {
        right:0px;
        opacity:1;
    }

    50% {
        right:10px;
        opacity: 0;
    }

    100% {
        right:0px;
        opacity:1;
    }
}
@-o-keyframes bounce {
    0% {
        right:0px;
        opacity:1;
    }

    50% {
        right:10px;
        opacity: 0;
    }

    100% {
        right:0px;
        opacity:1;
    }
}
@keyframes bounce {
    0% {
        right:0px;
        opacity:1;
    }

    50% {
        right:10px;
        opacity: 0;
    }

    100% {
        right:0px;
        opacity:1;
    }
}

.search_copy {
    margin-top: 7px;
}
.search_area {
    width: 48%;
    float: right;
    margin-left:15px;
}
.search_area .search_box {
    float: left;
    padding: 11px 14px;
    width: 70%;
    background: #ffffff;
    border-radius: 5px 0 0 5px;
    max-width: 323px;
}
.benefits .third {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    float: left;
}

.benefits .column {
    padding:30px;
}
.benefits .column .header {
    font-size: 1.18em;
    font-weight: 600;
    color: #222222;
    padding: 15px 0;
}
.benefits .column .img_box {
    width: 100%;
    float: none;
    min-height:230px;
    max-width:330px;
    overflow: visible;
}
.benefits .column .img_box img {
    width:auto;
}
.benefits .column .img_box img.lincoln {
    margin-top: 7px;
}
.benefits .column .img_box img.verified {
    margin-left: -25px;
    margin-top: 40px;
    max-width: 100%;
}
.benefits .column p {
    font-weight: 100;
    line-height: 1.4;
    color: #222222;
}

@media only screen and (max-width:1000px) {
    #landing_page_banner_section .wrapper {
        padding-left:10px;
        margin-left:0px;
    }
}

@media only screen and (max-width:950px) {
    .column.third {
        width:100%;
    }
    .column.third .img_box {
        width: 50%;
        float: left;
        min-height: 0px;
        text-align: center;
        padding-right:15px;
    }
}

@media only screen and (max-width:700px) {
    #landing_page_banner_section .wrapper .messaging {
        width: 100%;
        font-size: 1.7em;
        margin-top: 60px;
    }
    #landing_page_banner_section .messaging p {
        display: inline;
    }
    #landing_page_banner_section .wrapper .profile_image {
        right: 20%;
    }
    .search_section .search_copy {
        width: 100%;
        padding-bottom: 10px;
        text-align: left;
    }
    .search_section .search_copy img {
        display: none;
    }
    .search_section .search_area {
        width: 100%;
    }
}