﻿/** colors  */
/* light blue */
/* orange */
/* deep red */
/* light yellow/orange (e.g. responsive header on account page) */
/* dark blue (e.g. link visited color) */
/** text sizes  */
/** screen sizes */
html { font-size: 62.5%; }

body { font-family: "Verdana","arial",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: "Georgia",serif; }

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; }

/*
    Should be Removed Before pushing Rebranding to live
*/
.siteMap { background: #e2e2e2; margin: 0; padding-top: 1.6rem; padding-bottom: 1.6rem; }
.siteMap ul { margin: 0; padding: 0; list-style-type: none; }
.siteMap section {border-bottom: 0;}
.siteMap .footerlogo {margin-top: 5px; margin-bottom: 5px;}
.icon-logo{
    vertical-align: bottom;
}

img.icon-logo{
    width: 25.71px;
    height: 28px; 
    margin-right: 0px !important;
    margin-bottom: 0px;
}
.siteMap h3 {
    font-size: 0.68em;
    color: inherit;
    font-weight: 400;
    overflow: visible;
    white-space: nowrap;
}
.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;
}

.footer--corporate div span {
    font-size: 0.8em;
}
.corporate-logo {
    max-height: 80px;
    width: 140px;
    height: auto;
    padding: 15px 0 10px 0;
}

.footer--corporate {
    color: #0B246F;
    box-shadow: 0px 10px 5px grey;
    background-color: #E1E3E8;
    border-top: 1px solid #616161;
}

    .footer--corporate a {
        color: #0B246F;
        padding: 0;
        font-size: 100%;
        text-decoration: none;
        text-transform: uppercase;
    }

        .footer--corporate a:hover {
            color: rgba(11, 36, 111, .49);
        }

    .footer--corporate div div {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
    }

.footer--legal .text-right.col-md-4  {
    height: auto;
}

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; }

@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;
    }
}
@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;
    }
