﻿.navbar-child {
    background-color: #d4e5f2;
}

.dropdown-menu-caffairs {
    left: auto;
    padding: 20px 0px;
    background-color: #f7f7f7;
}

.notopmargin, .no-top {margin-top:0;}

.complaint-form {background-color:#dfdfdf; padding:15px;text-align:center;}
    .complaint-form h3 {
        margin-bottom: 0px;
    }

.page-banner { 
    border: solid 1px #bbb;
    -moz-box-shadow: 3px 3px 5px #e0e0e0;
    -webkit-box-shadow: 3px 3px 5px #e0e0e0;
    box-shadow: 3px 3px 5px #e0e0e0;
}

.col-bullets {
    column-count: 3;
    column-gap: 10px;
    column-fill: balance;
    width: 100%;
}

.col-bullets li {
        padding-top:10px;
        padding-bottom:0px !important;

    }


@media only screen and (max-width: 768px) {
    .col-bullets {
        column-count: 1;
        column-gap: 0px;
        column-fill: balance;
        width: 100%;
    }

        .col-bullets li {
            padding-top: 0px;
            padding-bottom: 10px;
        }
}

.mobile-divider {display:none;}

@media only screen and (max-width: 991px) {

    .mobile-divider {
        display:inherit;
    }

}

    @media only screen and (min-width: 768px) {

        .mobile-only {
            display: none;
        }
    }

.col-md-9 .row ul {
    margin-bottom: 0px;
}

.col-md-9 .row li {
        padding-bottom: 10px;
    }

.col-md-9 .row li:last-child {
        padding-bottom: 0px;
    }


    /**** LISTS ====================================================*/
    .list-group {
        margin-top: 20px;
    }

    .list-group-item {
        background-color: #f5f8f8;
    }

    a.list-group-item:hover {
        background-color: #B3CDE0;
        color: #fff;
    }

    .rollover-list:hover {
        background-color: #e7e7e7;
    }


    .list-group-item-heading {
        font-size: 18px;
        font-weight: bold;
    }

    ul.link {
        list-style-type: none;
        margin-left: 15px;
        margin-bottom: 0px;
    }

        ul.link li:before {
            content: "\e258";
            font-family: 'Glyphicons Halflings';
            font-size: 14px;
            float: left;
            margin-top: -1px;
            margin-left: -17px;
            color: #555;
        }

        ul.link li {
            padding-bottom: 0px;
        }


    /****Link and Doc content CSS****************/

    ul.file-list {
        list-style-type: none;
        margin-left: 20px;
    }

        ul.file-list li:before {
            content: "\e022";
            font-family: 'Glyphicons Halflings';
            font-size: 14px;
            float: left;
            margin-top: -1px;
            margin-left: -17px;
            color: #000;
        }

    ul.link-list {
        list-style-type: none;
        margin-left: 20px;
        margin-bottom: 8px;
    }

        ul.link-list li:before {
            content: "\e258";
            font-family: 'Glyphicons Halflings';
            font-size: 14px;
            float: left;
            margin-top: -1px;
            margin-left: -17px;
            color: #000;
        }

    ul.book-list {
        list-style-type: none;
        margin-left: 20px;
    }

        ul.book-list li:before {
            content: "\e043";
            font-family: 'Glyphicons Halflings';
            font-size: 14px;
            float: left;
            margin-top: -1px;
            margin-left: -17px;
            color: #000;
        }


    /**** Custom Lists ================================================== */

    #BodyPlaceHolder_LinkTable strong {
        display: block;
        margin: 5px 0px;
    }

    #BodyPlaceHolder_LinkTable {
        margin-top: -10px;
    }

    /**************Consumer Boxes***************/
    .consumer-boxes {
        height: auto;
        border: solid 1px #ccc;
        padding: 0px;
        margin: 10px 10px;
        width: 30%;
        -moz-box-shadow: 3px 3px 5px #e0e0e0;
        -webkit-box-shadow: 3px 3px 5px #e0e0e0;
        box-shadow: 3px 3px 5px #e0e0e0;
        text-align: center;
    }

    .photo-holder {
        height: 85px;
    }


    .consumer-boxes:nth-child(3), .consumer-boxes:nth-child(6) {
        margin-right: 0px;
    }


    .consumer-boxes ul {
        margin-left: 0px;
        padding: 0px 5px 0px 35px;
    }

    .consumer-boxes li {
        margin-bottom: 0px;
        padding: 0px 0px;
        list-style-type: none;
    }

    .consumer-boxes a {
    }

    .consumer-boxes h3 {
        padding-bottom: 5px;
        font-size: 18px;
    }

    .consumer-boxes div {
    }

    .consumer-boxes p {
        padding: 0px 15px 0px 15px;
        margin: 0px;
        height: 90px;
    }


    @media only screen and (max-width: 992px) {

        .consumer-boxes {
            width: auto;
            max-width: 90%;
            margin-bottom: 25px;
        }

        .photo-holder {
            height: auto;
        }
    }

    .selected-color {
        background-color: #a0bed3;
        color: #fff !important;
    }