br.clear {
    clear: both;
}

div#footer-2 {
    border-top: 49px solid #2072A6;
    margin-top: 100px;
}

    div#footer-2 * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    }

    div#footer-2 div.container {
        max-width: 1110px;
    }

@media screen and (min-width: 391px) and (max-width: 900px) {
    div#footer-2 div.container {
        padding: 0 20px 0 20px;
    }
}

div#footer-2 h3 {
    color: #2072A6;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 1em !important;
}

@media screen and (max-width: 900px) {
    div#footer-2 div.footer-2-contact-row {
        border-top: 1px solid #949494;
        border-bottom: 1px solid #949494;
    }

    div#footer-2 h3 {
        margin-top: 15px;
        font-weight: 600;
        cursor: pointer;
        background: url('/images/footer/heading_plus.png') no-repeat center right;
        margin-right: 10px;
    }

    div#footer-2 div.footer-2-default-cell {
        border-bottom: 1px solid #949494;
    }

    div#footer-2 div.cell-details {
        display: none;
    }

    div#footer-2 div.footer-2-default-cell.active h3 {
        background: url('/images/footer/heading_minus.png') no-repeat center right;
        color: #10558c;
    }

    div#footer-2 div.footer-2-default-cell.active div.cell-details {
        display: block;
    }
}

div#footer-2 hr {
    border: none;
    height: 1px;
    color: #949494;
    background-color: #949494;
}

@media screen and (max-width: 900px) {
    div#footer-2 hr {
        display: none;
    }
}

div#footer-2 p {
    color: #484d57;
    font-size: 15px;
    padding: 0 0 16px 0;
    margin: 0;
}

div#footer-2 div.first-row {
    margin: 50px 0 45px 0;
}

div#footer-2 div.second-row {
    margin: 30px 0 10px 0;
}

div#footer-2 div.third-row {
    margin: 40px 0 30px 0;
}

@media screen and (max-width: 900px) {
    div#footer-2 div.first-row,
    div#footer-2 div.second-row,
    div#footer-2 div.third-row {
        margin: 0;
    }
}

div#footer-2 div.footer-2-contact-row {
    float: left;
    width: 100%;
}

@media screen and (max-width: 900px) {
    div#footer-2 div.footer-2-contact-row {
        padding: 20px 0 20px 0;
    }
}

div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell {
    float: left;
    width: 25%;
}

    div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell a,
    div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell a:visited {
        display: block;
        float: left;
        width: 100%;
        text-decoration: none;
    }

    div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell span.image-wrapper {
        display: block;
        float: left;
        width: 50px;
        height: 50px;
        padding: 8px 0 0 0;
        text-align: center;
    }

        div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell span.image-wrapper > img.hover-image {
            display: none;
        }

    div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell:hover span.image-wrapper > img {
        display: none;
    }


    div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell:hover p {
        color: #DA5D09;
    }

    div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell:hover span.image-wrapper > img.hover-image {
        display: inline;
    }

    div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell p {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        color: #2072A6;
        font-size: 15px;
        margin: 0 0 0 20px;
    }

        div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell p > strong {
            font-size: 22px;
        }

@media screen and (max-width: 900px) {
    div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell p {
        display: none;
        position: absolute;
        background: #fff;
        top: 140px;
        padding: 15px;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
    }

    div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell:last-of-type p {
        right: 0px;
    }

    div#footer-2 div.footer-2-contact-row div.footer-2-contact-cell span.image-wrapper {
        width: 100%;
        text-align: center;
    }
}

div#footer-2 div.footer-2-default-row {
    float: left;
    width: 100%;
}

    div#footer-2 div.footer-2-default-row div.footer-2-default-cell {
        float: left;
        width: 33.3333333333%;
    }

@media screen and (max-width: 900px) {
    div#footer-2 div.footer-2-default-row div.footer-2-default-cell {
        float: left;
        width: 100%;
    }
}

div#footer-2 div.connect-with-us-wrapper {
    padding: 0 0 0 40px;
}

@media screen and (max-width: 900px) {
    div#footer-2 div.connect-with-us-wrapper {
        padding: 0;
    }
}

div#footer-2 ul.social-icons {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
}

    div#footer-2 ul.social-icons > li {
        float: left;
    }

        div#footer-2 ul.social-icons > li > a > img {
            width: 100%;
            height: auto;
        }

        div#footer-2 ul.social-icons > li.twitter {
            width: 43px;
            margin-right: 37px;
        }

        div#footer-2 ul.social-icons > li.facebook {
            width: 17px;
            margin-right: 34px;
        }

        div#footer-2 ul.social-icons > li.youtube {
            width: 48px;
            margin-right: 24px;
        }

div#footer-2 .footer-2-newsletter {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    div#footer-2 .footer-2-newsletter div.footer-2-newsletter-input-container {
        float: left;
        width: 100%;
    }

        div#footer-2 .footer-2-newsletter div.footer-2-newsletter-input-container > input {
            display: block;
            float: left;
            width: 247px;
            height: 48px;
            border: 1px solid #949494;
            border-right: 0;
            padding: 0 10px 0 10px;
            margin: 0;
            font-size: 15px;
        }

        div#footer-2 .footer-2-newsletter div.footer-2-newsletter-input-container > button {
            width: 101px;
            height: 48px;
            border: 1px solid #949494;
            border-left: 0;
            background-color: #2072A6;
            font-size: 22px;
            font-weight: bold;
            color: #ffffff;
            text-transform: uppercase;
            padding: 0;
        }

            div#footer-2 .footer-2-newsletter div.footer-2-newsletter-input-container > button:hover {
                background-color: #10558c;
                cursor: pointer;
            }

@media screen and (min-width: 901px) and (max-width: 1050px) {
    div#footer-2 .footer-2-newsletter div.footer-2-newsletter-input-container > input {
        float: left;
        width: 100%;
        border: 1px solid #949494;
    }

    div#footer-2 .footer-2-newsletter div.footer-2-newsletter-input-container > button {
        float: left;
        width: 100%;
        border: 0;
    }
}

@media screen and (max-width: 400px) {
    div#footer-2 .footer-2-newsletter div.footer-2-newsletter-input-container > input {
        float: left;
        width: 100%;
        border: 1px solid #949494;
    }

    div#footer-2 .footer-2-newsletter div.footer-2-newsletter-input-container > button {
        float: left;
        width: 100%;
        border: 0;
    }
}

div#footer-2 .footer-2-helpful-links ul {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    div#footer-2 .footer-2-helpful-links ul > li {
        float: left;
        width: 50%;
        padding: 0;
    }

        div#footer-2 .footer-2-helpful-links ul > li > a,
        div#footer-2 .footer-2-helpful-links ul > li > a:visited {
            color: #484d57;
            font-size: 15px;
            text-decoration: none;
            line-height: 2em;
        }

            div#footer-2 .footer-2-helpful-links ul > li > a:hover {
                color: #2072A6;
            }

div#footer-2 div.payment-methods {
    margin: 10px 0 0 0;
}

div#footer-2 ul.payment-methods-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    div#footer-2 ul.payment-methods-menu > li {
    }

        div#footer-2 ul.payment-methods-menu > li > a,
        div#footer-2 ul.payment-methods-menu > li > a:visited {
            color: #484d57;
            font-size: 18px;
            font-weight: 400;
            text-decoration: none;
            padding: 0 0 0 42px;
            line-height: 30px;
            margin: 14px 0 14px 0;
            display: block;
        }

            div#footer-2 ul.payment-methods-menu > li > a.purchase-orders {
                background: url('/images/footer/payment_methods_purchase_order.png') top left no-repeat;
            }

                div#footer-2 ul.payment-methods-menu > li > a.purchase-orders:hover {
                    background-image: url('/images/footer/payment_methods_purchase_order_hover.png');
                }

            div#footer-2 ul.payment-methods-menu > li > a.financing-leasing {
                background: url('/images/footer/payment_methods_financing_leasing.png') top left no-repeat;
            }

                div#footer-2 ul.payment-methods-menu > li > a.financing-leasing:hover {
                    background-image: url('/images/footer/payment_methods_financing_leasing_hover.png');
                }

            div#footer-2 ul.payment-methods-menu > li > a > span {
                font-size: 12px;
            }

            div#footer-2 ul.payment-methods-menu > li > a:hover {
                color: #10558c;
            }

div#footer-2 .footer-2-feedback {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    div#footer-2 .footer-2-feedback > textarea {
        display: block;
        float: left;
        width: 348px;
        height: 124px;
        border: 1px solid #949494;
        padding: 10px 10px 10px 10px;
        margin: 0 0 20px 0;
        font-size: 15px;
    }

    div#footer-2 .footer-2-feedback div.footer-2-feedback-input-container {
        float: left;
        width: 100%;
    }

        div#footer-2 .footer-2-feedback div.footer-2-feedback-input-container > input {
            display: block;
            float: left;
            width: 247px;
            height: 48px;
            border: 1px solid #949494;
            border-right: 0;
            padding: 0 10px 0 10px;
            margin: 0;
            font-size: 15px;
        }

        div#footer-2 .footer-2-feedback div.footer-2-feedback-input-container > button {
            width: 101px;
            height: 48px;
            border: 1px solid #949494;
            border-left: 0;
            background-color: #2072A6;
            font-size: 22px;
            font-weight: bold;
            color: #ffffff;
            text-transform: uppercase;
            padding: 0;
        }

            div#footer-2 .footer-2-feedback div.footer-2-feedback-input-container > button:hover {
                background-color: #10558c;
                cursor: pointer;
            }

@media screen and (min-width: 901px) and (max-width: 1050px) {
    div#footer-2 .footer-2-feedback div.footer-2-feedback-input-container > input,
    div#footer-2 .footer-2-feedback > textarea {
        float: left;
        width: 100%;
        border: 1px solid #949494;
    }

    div#footer-2 .footer-2-feedback div.footer-2-feedback-input-container > button {
        float: left;
        width: 100%;
        border: 0;
    }
}

@media screen and (max-width: 400px) {
    div#footer-2 .footer-2-feedback div.footer-2-feedback-input-container > input,
    div#footer-2 .footer-2-feedback > textarea {
        float: left;
        width: 100%;
        border: 1px solid #949494;
    }

    div#footer-2 .footer-2-feedback div.footer-2-feedback-input-container > button {
        float: left;
        width: 100%;
        border: 0;
    }
}


div#footer-2 div.footer-2-bottom {
    border-top: 1px solid #2072A6;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

    div#footer-2 div.footer-2-bottom p.copyright {
        font-size: 15px;
        color: #484d57;
        float: left;
    }

    div#footer-2 div.footer-2-bottom ul.footer-2-links {
        float: left;
        margin: 0 0 0 20px;
        padding: 0;
    }

        div#footer-2 div.footer-2-bottom ul.footer-2-links > li {
            display: inline-block;
            padding: 0 15px 0 15px;
        }

            div#footer-2 div.footer-2-bottom ul.footer-2-links > li > a,
            div#footer-2 div.footer-2-bottom ul.footer-2-links > li > a:visited {
                font-size: 15px;
                color: #768ede;
            }

@media screen and (max-width: 900px) {
    div#footer-2 div.footer-2-bottom {
        border-top: none;
        margin-top: 0;
    }

        div#footer-2 div.footer-2-bottom p.copyright {
            float: none;
            width: 100%;
        }

        div#footer-2 div.footer-2-bottom ul.footer-2-links {
            float: none;
            width: 100%;
            margin: 0;
        }

    div#footer-2 .desktopView {
        display: none;
    }

    div#footer-2 .mobileView {
        display: block;
    }
}
