@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

img {
    border: none; /* added for the IE link bug */
}

.row {
    margin-bottom: 5px;
}

    .row .row {
        margin-top: 10px;
        margin-bottom: 0;
    }

[class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
    /* background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
  */
}

.slider {
    padding-top: 5px;
}

.headshot {
    padding-top: 0px;
}

.nav-collapse li {
    background-color: #E0E0E0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: bold !important;
    font-size: 12px;
    color: #000080 !important; /* font color set */
    border-bottom: solid #787878 !important;
    border-width: 2px !important;
    text-align: left !important;
}

/* Switches out the headers and promo buttons based on device size */
@media (min-width:481px) {
    .mobile_lghealthheader, .mobileheader {
        display: none;
    }

    .lghealthheader, .desktoptabletheader {
        display: block;
    }
}

[class*="col-"] {
    padding-bottom: 0px !important;
}

@media (max-width:480px) {
    .mobile_lghealthheader, .mobileheader {
        display: block;
        background-color: #FFF;
    }

    .lghealthheader, .desktoptabletheader {
        display: none;
    }
}

@media (max-width:959px) {
    .m_promo_button {
        display: block;
    }

    .promo_button {
        display: none;
    }
}

@media (min-width:960px) {
    .m_promo_button {
        display: none;
    }

    .promo_button {
        display: block;
    }
}
/* ----- */

/* Adds an indent under the slider */
@media (min-width: 960px) {
    .indent {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 959px) {
    .indent {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.bt {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    background-color: #c7d9f1;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    color: #c7d9f1;
}

    .bt:hover {
        background: #cce0f9;
        text-decoration: none;
    }

/* ----- */

