
.clear {
    clear: both;
}

.container {
    background-color: #f9f0c5;
}

.sbcContent {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (max-width: 1200px) {
    .container {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .container {
        background-color: #f9f0c5;
        background-image: none;
    }
}

@media (max-width: 767px) {
    #mainBackgroundImage {
        background-image: none !important;
        display: none;
    }
}


#owl-images img {
    width: 100%;
}

.clearfix {
    float: none;
    clear: both;
}

/*-- ************************************************-- */





/*-- ******************************************************* --*/
/*-- Top Navigation                                         --*/
/*-- ******************************************************* --*/

ul.dropdown-menu {
    width: 100%;
}

.navbar {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #5CC1DF !important; /*#5CC1DF#092f48*/
    border: solid #092f48 0px;
}

.navbar-inverse .navbar-nav > .active > a {
    color: #999 !important;
}

.navbar-inverse .navbar-brand {
    color: white !important;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    color: white !important;
    font-size: .82em;
    text-transform: uppercase;
    padding: 16px;
    line-height: 15px;
    font-weight: 700;
}

.navbar-brand {
    text-align: center;
}

@media (max-width: 339px) {
    .navbar-brand {
        height: 100px;
    }
}

.county_seal {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-bottom: -10px;
    float: left;
}

@media (max-width: 339px) {
    .county_seal {
        float: none;
    }
}

.brand_text {
    margin-left: 10px;
    float: right;
    text-decoration: none;
}


@media (max-width: 339px) {
    .brand_text {
        padding-top: 20px;
    }
}

.fa-sort-desc {
    position: relative;
    top: -3px;
    color: #f2b502;
}

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li > a {
        margin-right: 0;
    }

.nav-tabs.nav-stacked {
    border-bottom: 0;
}
    /*Fix to remove space between li's*/
    .nav-tabs.nav-stacked > li + li {
        margin-top: 0;
    }

    .nav-tabs.nav-stacked > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nav-tabs.nav-stacked > li:first-child > a {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }

    .nav-tabs.nav-stacked > li:last-child > a {
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

    .nav-tabs.nav-stacked > li > a:hover,
    .nav-tabs.nav-stacked > li > a:focus {
        border-color: #ddd;
        z-index: 2;
    }

/*-- ******************************************************* --*/
/*-- Sub nav fixes, match style of divs as well as li's      --*/
/*-- ******************************************************* --*/
.dropdown-menu-lg > li > ul > div > li {
    list-style: none;
}

    .dropdown-menu-lg > li > ul > div > li > a {
        display: block;
        padding: 3px 1px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: normal;
    }

.dropdown-menu-lg > li > p {
    display: block;
    clear: both;
    line-height: 1.2;
    padding: 3px 12px !important;
    white-space: normal;
    background-color: #eef5ed;
}

.dropdown-menu-lg > li > ul > div > li > a:hover, .dropdown-menu-lg > li > ul > div > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

/* ---------------New-------------- */
.dropdown-menu-lg > li > ul > li > ul > li {
    list-style: none;
}

    .dropdown-menu-lg > li > ul > li > ul > li > a {
        display: block;
        padding: 3px 1px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: normal;
    }

.dropdown-header {
    display: block;
    clear: both;
    line-height: 1.2;
    padding: 3px 12px !important;
    white-space: normal;
    background-color: #eef5ed;
    text-align: center;
}


/*-- ******************************************************* --*/
/* Google Search overrides ----------- */
/*-- ******************************************************* --*/

.gsc-adBlock, #adBlock {
    display: none !important;
    height: 0px !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
    box-sizing: content-box;
    line-height: normal;
    border-radius: 4px;
}

div.gsc-control-searchbox-only.gsc-control-searchbox-only-en {
    width: 320px !important;
    margin-right: 8px;
    padding-top: 2px;
}

.gsc-search-button input.gsc-search-button.gsc-search-button-v2 {
    margin-top: 5px;
}

div.gsc-resultsbox-visible table {
    box-sizing: content-box;
    line-height: normal;
    border-collapse: separate;
}

@media (max-width: 1200px) {
    div.gsc-control-searchbox-only.gsc-control-searchbox-only-en {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    div.gsc-control-searchbox-only.gsc-control-searchbox-only-en {
        width: 100% !important;
    }

    .gsc-input {
        width: 85% !important;
    }

    .gsc-search-box > tbody > tr > td.gsc-search-button {
        display: inline-block !important;
    }
}




.sbcSearch {
    width: 40%;
    margin-left: 60%;
    background-color: #738b65;
    border: none;
    border-radius: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .sbcSearch {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 992px) {
    .sbcSearch {
        width: 100%;
        margin-left: 0%;
    }
}

.sbcSearch .collapse {
    display: block;
    visibility: visible !important
}

.sbcSearch .navbar-collapse {
    padding-left: 6px;
    padding-right: 6px;
}

.sbcSearch .form-group {
    float: left;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0px;
    padding-left: 0px;
}

.sbcSearch .form-control {
    width: 80%;
    margin-left: 0px;
    margin-right: 0px;
    height: 30px;
}

.sbcSearch .sbcSearchButton {
    float: right;
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1%;
    padding-right: 1%;
}

/*-- ******************************************************* --*/

.county {
    position: relative;
    left: -20px;
    font-family: helvetica, arial, sans-serif;
    font-variant: small-caps;
    font-size: 1.0em;
    color: #ffffff;
    text-shadow: 3px 3px 3px 0px black;
    line-height: 1;
}

@media (max-width: 767px) {
    .county {
    }
}

/*-- ******************************************************* --*/
/*-- Alert Header                                        --*/
/*-- ******************************************************* --*/

.sbcalert-on {
    text-align: center;
    display: inherit;
}

.sbcalert-on .alert {
    margin-bottom: 10px;
}

.sbcalert-off {
    display: none;
}


/*-- ******************************************************* --*/
/*-- Footer                                                  --*/
/*-- ******************************************************* --*/

.footer {
    min-height: 134px;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-radius: 4px;
}

.footerContent {
    margin-top: auto;
    margin-bottom: auto;
}

.translate {
    margin: auto;
    text-align: center;
    line-height: normal;
    font-size: 12pt;
}

.copyRight {
    color: white;
    margin: auto;
    text-align: center;
    padding-bottom: 5px;
}

/*--PDF and MS Office links get no blue BG--*/

.sbcfooteroffice, .sbcfooterpdf {
    background: #fff !important
}

.sbcfooteroffice .alert, .sbcfooterpdf .alert {
    margin-bottom: 5px;
}

/*-- ******************************************************* --*/
/*-- PHD                                                     --*/
/*-- ******************************************************* --*/

.logoPHD {
    padding: 0px;
}

.navbar-nav {
    float: none;
}

.navbar {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #092f48 !important;
    border: solid #092f48 0px;
}

.sbcnavdepth > .navbar {
    background-color: #5CC1DF !important;
    border: solid #5CC1DF 0px;
}

.breadcrumb {
    padding: 4px 15px;
    margin-bottom: 5px;
    list-style: none;
    background-color: #f9f0c5;
    border-radius: 4px
}

.columnText {
    color: #444444;
    background-color: #F9F0C5;
}

.boxPHD {
    min-height: 390px;
    background-color: #fff;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.boxPHD h3 {
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    color: #5CC1DF !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
}

.boxULPHD {
    max-height: 340px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
}

.boxULPHD li {
    text-align: left;
    line-height: 24px;
    color: #808080;
    font-weight: bold;
}

.boxTextPHD {
    max-width: 259px;
}

.footer {
    background-color: #5CB85B;
}

.footerContent {
    margin-right: 5px;
    margin-left: 5px;
    list-style: none;
}

.footerContentPHD {
    margin-right: 5px;
    margin-left: 5px;
    list-style: none;
}

.footerContentPHD ul {
    list-style: none;
    margin-top: 10px;
}


.footerContent .footerLink a {
    color: #fff;
    font-size: 1.2em;
}

.footerContentPHD .footerLink a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
}

.footer .nav > li > a:hover, .footer .nav > li > a:focus {
    background-color: #7fc77f;
}

.footerContentPHD  li > a:hover, .footerContentPHD  li > a:focus {
    background-color: #7fc77f;
}

.footerContentPHD .addressPHD {
    color: #fff;
    font-size: 1.1em;
}

.socialIcons {
    text-align: right;
    margin-top: 8px;
}

.socialIcons a {
    margin-right: 8px;
}

.row-bordered:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 15px 15px;
}

/*-- ************************************************ --*/


/*-- ******************************************************* --*/
/*-- Other                                                   --*/
/*-- ******************************************************* --*/


