﻿#bd {
    width: 100%;
    padding: 0;
    margin: 0;
}

.responsive-page #bd {
    max-width:100%;
}

#hd {
    margin-bottom: 1px;
}

@media all and (min-width: 239px) and (max-width: 960px) {

    html {
        overflow-x: hidden;
    }

    #bd,
    .hd-inner,
    .footer-content,
    .main {
        width: 100% !important;
        padding: 0;
    }

    .footer-main,
    .footer-partner-seals {
        display: none;
    }

    #ft {
        margin-top: auto;
        min-height: 0;
        padding-top: 0;
    }

    .footer-content {
        text-align: center;
    }

    .footer-social-links {
        margin: 0 auto;
        width: 90%;
        float: none;
    }
}

@media all and (max-width: 860px) {
    .hd-navigation-menus-outer {
        display: none;
    }
}

@media all and (max-width: 810px) {
    .footer-partner-seals {
        display: none;
    }
}

@media all and (max-width: 679px) {
    .footer-social-links > a,
    .footer-social-links > span {
        display: none;
    }
}

@media all and (max-width: 321px) {
    iframe {
        width: 100px;
    }
}

.pro-lps h2, .pro-lps h3, .pro-lps .pro-lps .button input, .quoth {
    color: #333;
}

.pro-lps .button input,
.subheader,
.pro-lps-top-row,
.pro-lps-top-row input,
.pro-lps-cta-row input,
.pro-lps-benefits-row span,
.pro-lps-video-row p {
    font-size: 1.2em;
}

.pro-lps .l {
    float: left;
}

.pro-lps .r {
    float: right;
}

.pro-lps h1, .pro-lps h2, .pro-lps h3, .subheader, .quoth, .pro-lps-top-row a {
    font-weight: bold;
}

.pro-lps h1 {
    font-size: 2.5em;
}

.pro-lps h2 {
    font-size: 2.3em;
}

.pro-lps h3 {
    font-size: 1.5em;
}

.pro-lps h1, .pro-lps h2 {
    line-height: 1em;
}

.pro-lps h1, .pro-lps h2, .pro-lps h3 {
    margin-bottom: 10px;
}

.pro-lps hr {
    height: 1px;
    border-top: solid 1px #c5c5c5;
    border-bottom: none;
    border-left: none;
}

.pro-lps-row {
    margin-bottom:30px;
    float:none !important;
}
.pro-lps .button {
    background: rgb(253,228,75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253,228,75,1) 0%, rgba(242,208,1,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,228,75,1)), color-stop(100%,rgba(242,208,1,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(253,228,75,1) 0%,rgba(242,208,1,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(253,228,75,1) 0%,rgba(242,208,1,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(253,228,75,1) 0%,rgba(242,208,1,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(253,228,75,1) 0%,rgba(242,208,1,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde44b', endColorstr='#f2d001',GradientType=0 ); /* IE6-9 */
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 3px;
    -webkit-border-raidus: 3px;
    -moz-border-radius: 3px;
}

.pro-lps .button-gray {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.pro-lps-content {
    width: 100%;
    margin: 0 auto;
    color: #8f8f8f;
}

    .pro-lps-content .pro-lps-row {
        width: 960px;
        padding-top: 15px;
        margin-left:auto;
        margin-right:auto;
    }

/* Top Row */
.pro-lps-top-row {
    height: 314px;
    background: url('/public/images/promo/pro/redesign/header-background.jpg') repeat-x top center #222;
    text-align: center;
    color: #FAFAFA;
    line-height: 1.2em;
    text-shadow: 1px 1px 0px rgba(50,50,50,255);
}

    .pro-lps-top-row > div {
        width: 90%;
        margin: 0 auto;
    }

    .pro-lps-top-row .button {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .pro-lps-top-row a {
        color: #FCD900;
        display: block;
    }

    .pro-lps-top-row .pro-lps-find-out-more {
        line-height: 1.5em;
    }

    .pro-lps-top-row h1 {
        padding-top: 40px;
    }

/* End Top Row */

/* World's Most Powerful Load Exchange */
.pro-lps-load-exchange-row h2,
.pro-lps-hd-broker-tia,
.pro-lps-hd-broker-rb {
    margin-top: 10px;
}


.pro-lps-load-exchange-row .subheader {
    font-size: 1.3em;
}
    

.pro-lps-hd-broker {
    border: 1px solid #fff; /* for ie disappearing background image */
    margin-top: -10px;
}

.pro-lps-hd-broker-tia,
.pro-lps-hd-broker-rb {
    position:relative;
    float:right;
    z-index:1;
}

.pro-lps-hd-broker-tia {
    background: url("/public/images/promo/pro/redesign/tia.png") no-repeat;
    width: 98px;
    height: 64px;
    padding-bottom: 10px;
    top: -6px;
}

.pro-lps-hd-broker-rb {
    background: url("/public/images/promo/pro/redesign/ritchie.png") no-repeat;
    width: 137px;
    height: 49px;
    padding-right: 20px;
}


.pro-lps-container-broker {
    background: url("/public/images/promo/pro/broker_cta_v2.jpg") no-repeat 31px 12px;
}

.pro-lps-hd-broker-rb .popup,
.pro-lps-hd-broker-tia .popup {
    padding: 10px 15px;
    margin-top: 58px;
    margin-left: -160px;
    border: 1px solid #CCC;
    display: none;
    width: 300px; /*needs to be constant with the caret here*/
    background-color: #FFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 8px 2px #CCC;
    -webkit-box-shadow: 0 0 8px 2px #CCC;
    box-shadow: 0 0 8px 2px #CCC;
}

.popup .popupCaret {
    background: url("/public/images/promo/pro/navbar-hover.gif") no-repeat;
    width: 18px;
    height: 10px;
    position: relative;
    float: right;
    top: -20px;
}

.pro-lps-hd-broker-tia .popupCaret {
    right: 100px;
}

.pro-lps-hd-broker-rb .popupCaret {
    right: 70px;
}

.pro-lps-hd-broker-rb:hover .popup,
.pro-lps-hd-broker-tia:hover .popup {
    display: block;
}

/* End World's Most Powerful Load Exchange */

/* Benefits */
.pro-lps-benefits-row .l,
.pro-lps-benefits-row .r {
    width: 45%;
    padding-right: 20px;
}

    .pro-lps-benefits-row .l > div,
    .pro-lps-benefits-row .r > div {
        min-height: 70px;
        margin-bottom: 20px;
    }

.pro-lps-benefits-row i {
    float: left;
    width: 60px;
    margin-right: 10px;
    height: 70px;
}

.pro-lps-benefits-row i {
    background-repeat: no-repeat;
}

.pro-lps-win-new i {
    background-image: url('/public/images/promo/pro/redesign/truck.png');
}

.pro-lps-ideal-loads i {
    background-image: url('/public/images/promo/pro/redesign/compass.png');
}

.pro-lps-on-the-go i {
    background-image: url('/public/images/promo/pro/redesign/phone.png');
    background-position: 10px 0px;
}

.pro-lps-cover-more i {
    background-image: url('/public/images/promo/pro/redesign/crate.png');
}

.pro-lps-transact-online i {
    background-image: url('/public/images/promo/pro/redesign/tag.png');
}

.pro-lps-integrate i {
    background-image: url('/public/images/promo/pro/redesign/screen.png');
}
/* End Benefits */

/* Call To Action */
.pro-lps-cta-row .button {
    padding: 5px 50px;
}

.pro-lps-cta-row .container {
    background-color: #f6f6f6;
    border: solid 1px #c5c5c5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
}


    .pro-lps-cta-row .container .text {
        margin-top: 10px;
        margin-bottom: 10px;
    }
/* End Call To Action */

/* Video and Testimonials */

.pro-lps-video-row .video {
    width:50%;
}

.pro-lps-video-row .testimonials {
    width: 47%;
}

.pro-lps-video-row .youtube {
    padding-bottom:10px;
}

.pro-lps-video-row h2 {
    font-size:2.1em;
}

.pro-lps-video-row p {
    padding-left: 10px;
    line-height: 1.6em;
    margin-bottom:20px;
}
/* End Video and Testimonials */

/* Another Call to Action */
.pro-lps-bottom-row {
    text-align: center;
}

    .pro-lps-bottom-row .button {
        margin-top: 10px;
    }
/* End Another Call to Action */

/* Responsive Design */
@media all and (min-width: 239px) and (max-width: 960px) {
    .pro-lps-video-row,
    .pro-lps hr,
    .pro-lps-bottom-row {
        display: none;
    }

    .pro-lps-benefits-row span,
    .pro-lps-benefits-row h3 {
        padding-right: 20px;
        padding-left: 70px;
        display: block;
    }

    .pro-lps-row > div {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pro-lps-content .pro-lps-row {
        width: 100%;
    }

    .pro-lps-row .r,
    .pro-lps-row .l {
        float: none;
        width: 90%;
        margin-right:auto;
        margin-left:auto;
    }

    .pro-lps-load-exchange-row,
    .pro-lps-cta-row {
        text-align: center;
    }

        .pro-lps-load-exchange-row .pro-lps-hd-partner-logos {
            width: 255px;
            margin: 0 auto;
            margin-top: 15px;
        }
}

@media all and (max-width: 810px) {
    .pro-lps h1 {
        font-size: 2.25em;
    }
}

@media only screen and (max-width: 767px) {

    .responsive-page #bd {
        width: 100% !important;
        padding: 0 !important;
    }

    .responsive-page .pro-lps {
        font-size: .85em !important;
    }
}

@media all and (max-width: 679px) {
    .pro-lps-top-row h1 {
        padding-top: 20px;
    }

    .pro-lps-top-row .button {
        margin-top: 20px;
    }

    .pro-lps-top-row .subheader {
        width: 90%;
        margin: 0 auto;
    }

    .pro-lps h1 {
        font-size: 2em;
    }
}

@media all and (max-width: 480px) {
    .pro-lps-hd-broker-rb .popup,
    .pro-lps-hd-broker-tia .popup {
        width: 250px;
    }


    .pro-lps-hd-broker-rb .popup {
        margin-left: -0px;
        margin-top: 52px;
    }

    .pro-lps-hd-broker-tia .popupCaret {
        right: 50px;
    }

    .pro-lps-hd-broker-rb .popupCaret {
        right: 180px;
    }

    .pro-lps-benefits-row i {
        width: 40px;
        margin-right: 5px;
    }

    .pro-lps-benefits-row span,
    .pro-lps-benefits-row h3 {
        padding-right: 20px;
        padding-left: 50px;
        display: block;
    }

    .pro-lps-win-new i {
        background-image: url('/public/images/promo/pro/redesign/truck_mobile.png');
    }

    .pro-lps-ideal-loads i {
        background-image: url('/public/images/promo/pro/redesign/compass_mobile.png');
    }

    .pro-lps-on-the-go i {
        background-image: url('/public/images/promo/pro/redesign/phone_mobile.png');
        background-position: 5px 0px;
    }

    .pro-lps-cover-more i {
        background-image: url('/public/images/promo/pro/redesign/crate_mobile.png');
    }

    .pro-lps-transact-online i {
        background-image: url('/public/images/promo/pro/redesign/tag_mobile.png');
    }

    .pro-lps-integrate i {
        background-image: url('/public/images/promo/pro/redesign/screen_mobile.png');
    }
}

@media all and (max-width: 321px) {
    .pro-lps-top-row .pro-lps-find-out-more {
        font-size: .9em;
    }

    .pro-lps-top-row .button {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
