/******* Base Rebrand *********/
/******* V1 *******/

html {
    font-size: 62.5%;
}

body {
    font-family: "Libre Franklin", sans-serif;
    color: #626262;
    font-size: 1.3em;
    min-width: 300px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

h1 {
    color: #F99901;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Tiempos Headline", "Georgia",serif;
    font-weight: 400;
}

h2 {
    font-size: 1.8rem;
    margin-top: 0;
    font-style: italic;
    color: #F99901;
}

h3, h4 {
    color: #f99901;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
}

#main-content input[type="text"], #main-content select, #main-content input[type="password"], #main-content textarea {
    margin: 5px 0;
}

section {
    display: block;
}

ul {
    list-style: square;
    padding-left: 20px;
}

#wrapper.home-page.blank {
    background: #ccc;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}

#main-content.home-content {
    background: none;
    border-radius: 0;
    max-width: initial;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.homeBar {
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
}


label {
    display: inline;
}

.indent {
    padding-left: 30px !important;
}

    .indent input[type='radio'] {
        margin-left: -20px;
        margin-right: 5px;
    }

#main-content a {
    color: #26a5df;
    text-decoration: none;
}

    #main-content a:visited {
        color: #428bca;
    }

    #main-content a:hover {
        color: #fff;
        background: #428bca;
        text-decoration: none;
    }





footer a {
    color: #ffffff;
    font-size: 100%;
}

    footer a:hover {
        color: rgba(255, 255, 255, .77);
        text-decoration: none;
    }

.footer--cta {
    background-color: #BEBEBE;
    padding: 20px;
}

    .footer--cta .btn-light1 {
        margin: 10px 10px;
        cursor: pointer;
        color: #212529;
        background-color: #F8F9FA;
        border-color: #F8F9FA;
        text-transform: uppercase;
    }

    .footer--cta .btn:hover {
        background-color: #d1d1d1;
        border-color: #a1a1a1;
    }

.footer--product {
    background-color: #4e4e4e;
    color: #ffffff;
    padding: 10px;
    font-size: 0.9em;
}

    .footer--product h3 {
        font-size: 100%;
        border-bottom: 1px solid rgba(255,255,255, .49);
        padding-bottom: 5px;
    }

    .footer--product a {
        color: #ffffff;
        font-size: 100%;
    }

        .footer--product a:visited {
            color: #ffffff;
            font-weight: normal;
        }

.footer--product__address-block {
    margin: 15px 0 10px 0;
    float: right;
    text-align:right;
}

.product-logo {
    height: 70px;
    padding: 15px 0 10px 0;
}

.footer--corporate {
    color: #FFFFFF;
    box-shadow: 0px 10px 5px grey;
    background-color: #E1E3E8;
    border-top: 1px solid #616161;
}

    .footer--corporate a {
        color: #FFFFFF;
        padding: 0;
        font-size: 100%;
        text-decoration: none;
    }

        .footer--corporate a:hover {
            color: rgba(255, 255, 255, .49);
        }

    .footer--corporate div div {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
    }

.corporate-logo {
    max-height: 80px;
    width: 140px;
    height: auto;
    padding: 15px 0 10px 0;
}

.footer--legal {
    color: #616161;
    background-color: #E1E3E8;
    border-top: 1px solid #616161;
    padding-top: 1em;
}

    .footer--legal a {
        color: #616161;
        font-size: 100%;
        padding: 0 10px;
    }

        .footer--legal a:hover {
            color: rgba(36, 36, 36, .49);
        }

.footer--row.row {
    padding-top: 0;
    padding-bottom: 0;
}

.footer--row .row {
    padding-top: 0;
    padding-bottom: 0;
}

.container--shadow {
    -moz-box-shadow: 0px 7px 7px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, .3);
    box-shadow: 0px 7px 7px rgba(0, 0, 0, .3);
    position: relative;
}

footer h3 {
    color: inherit;
    font-weight: 400;
    overflow: visible;
    white-space: nowrap;
}

.icon-logo {
    vertical-align: bottom;
}

img.icon-logo {
    width: 30px;
    height: 30px;
    margin-right: 0px !important;
}

.footer--corporate div span {
    font-size: 0.8em;
}
.footer-bcorp-logo{margin-left:10px; margin-right: 3px; }

@media only screen and (max-width: 1200px) {
    .footer--legal, .footer--corporate {
        padding: 10px 10px;
        line-height: 30px;
    }

        .footer--corporate div span {
            margin-bottom: 1em !important;
            display: block;
        }
}


@media only screen and (max-width: 991px) {
    .footer--legal .text-right, .footer--legal .text-left {
        text-align: center;
    }

    .footer--corporate div span {
        text-align: center;
        font-size: 1em;
    }

    .footer--legal, .footer--corporate {
        text-align: center;
    }

        .footer--corporate div span a {
            white-space: nowrap;
        }

    .corporate-logo {
        max-height: 100px;
    }

    .footer--product {
        font-size: 1.1em;
    }

    img.icon-logo {
        width: 40px;
        height: 40px;
        margin-right: 0px !important;
    }

    .corporate-logo {
        width: auto;
    }
    .footer-bcorp-logo{
        display:block; margin: 0 auto;
    }
    .footer--product__address-block {
        float: none;
        text-align: left;
    }
}

@media only screen and (max-width: 361px) {
    .footer--legal .text-left {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 390px) {
    img.icon-logo {
        width: 30px;
        height: 28px;
        margin-right: 0px !important;
        margin-bottom: 2px;
    }

    .social-icons i{
        font-size: 2.2em;
    }

}

.rate {
    display: inline-block;
    height: 46px;
    padding: 0 20px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }
