@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;
	color:#002061;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #242424;
    margin: 1em 0;
    padding: 0; 
}

a img {
    border: none; /* added for the IE link bug */
}

.row {
    margin-bottom: 0px;
}

    .row .row {
        margin-top: 10px;
        margin-bottom: 0;
    }

#row-services {
    margin-top:10px;
    margin-bottom: 5px;
    background-color: #EDF8FE;
    padding: 15px;
}

#row-services ul li  {
    list-style-type: none;
}

#row-services ul li a:link  {
    font-weight: bold;
}

#row-team {
    margin-top:10px; 
    padding: 15px;
    background-color:#fcedde;
}

.team-block a:hover{
    text-decoration: none
}

.team-block a:visited{
    text-decoration: none
}

#row-events {
    margin-top:0px;
    margin-bottom: 0px;
    padding: 0px;
}

#row-footer {
    z-index: 1000;
    background-color: #002061;
    /* height:20px; */
}

[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);
  */
}

.headshot {
    padding-top: 0px;
}

.nav-collapse li {
    background-color: #882430 !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, .m_promo_button {
        display: none;
    }

    .lghealthheader, .desktoptabletheader, .promo_button {
        display: block;
    }
    .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;   
    margin: 0;
    margin-top: 150px;
    }
    /* Hides the mobile slider image in views 481 or larger */
    .mobile-slider img {
    display: none;
    }
    /*Displays the tablet/desktop slider for views 481 or larger */
    .slider img {
    display: block;
    margin-top: 20px;
    max-width: 100%;
    min-height: 160px;
    height: auto;
    }
}

[class*="col-"] {
    padding-bottom: 0px !important;
}

@media (max-width:480px) {
    .mobile_lghealthheader, .mobileheader, .lghealthheader-mobile, .m_promo_button {
        display: block;
    }

    .lghealthheader, .desktoptabletheader, .lghealthheader-desktoptablet, .promo_button {
        display: none;
    }
    /*Hides the desktop slider image from mobile view */
    .slider img {
    display: none;
    }
     /*Displays the mobile slider image for mobile view */
    .mobile-slider img {
    display: block;
    /*margin-top: 20px; */
    max-width: 100%;
    min-height: 160px;
    height: auto;
    }

    .img-responsive-logo {
    display: block;
    width: 100% /9;
    max-width: 100%;
    min-height:170px: 

    }

    .link-anchor{
    display: block;
    height: 40px; /*same height as header*/
    margin-top: -40px; /*same height as header*/
    visibility: hidden;
}
}

@media (max-width:959px) {
    .lghealthheader-mobile {
        display: block;
    }

    .lghealthheader-desktoptablet  {
        display: none;
    }
    #row-team {
    margin-top:10px; 
    padding: 5px 5px 15px 5px;
    background-color:#fcedde;
}
    .team-block {
        font-size: 12px;
    }
    .team-block h4 {
        font-size: 14px;
    }

}

/* Adds an indent under the slider */
@media (min-width: 960px) {
    .indent {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .m_promo_button {
        display: none;
    }

    .promo_button {
        display: block;
    }
    .img-responsive-event {
    display: block;
    width: 980px;
    max-width: 100%;
    height: auto;
    }
    .lghealthheader-mobile {
        display: none;
    }
}

@media (max-width: 959px) {
    .indent {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .img-responsive-event {
    display: block;
    max-width: auto;
    min-height: 100px;
    }
    
}

#plc_lt_zoneLeft_BizForm_viewBiz {
	font-family: Roboto, sans-serif;
    font-size: 16px;
	color:#002061;
	background-color:#e5edf8!important;
	}

.bt {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; /* future proofing */
    -khtml-border-radius: 0px; /* for old Konqueror browsers */
    background-color: #cce0f9;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    padding: 20px;
    color: #002061;
}

    .bt:hover {
        background: #cce0f9;
        text-decoration: none;
    }

/* ----- */

