/* usefullinks h3 WCAG 2.0 A*/
.h3Replace{
font-size:1.33em;
font-weight:bold;
line-height:1.1;
margin-bottom:10px;
}


/* Web Part Zones Horizontal */

.ms-webpart-zone {
    display: block;
}

.ms-fullWidthRow {
    width: 100%;
}

.rowBand.rowFirst {
    padding-top: 20px;
}

.rowBand .ms-webpart-cell-horizontal {
    display: block;
}

.rowBand .pm-edit-mode .ms-webpart-cell-horizontal {
    display: table-cell;
}

.rowBand .ms-SPZone.ms-webpart-zone {
    padding: 10px;
    margin: 10px;
}

.ms-webpart-cell-horizontal {
    width: auto !important;
}

.rowBand {
    padding: 50px 0 75px 0;
}

.parallax-band.rowBand {
    padding: 0px;
    color: #fff;
}

.parallax-band .container-flex {
    background: rgba(0, 113, 188, 0.7);
}

.parallax-band .ms-rtestate-field {
    padding: 0;
}

.pm-edit-mode .ms-webpart-cell-horizontal {
    display: table-cell;
}

.horizontal-webpart-zone {
    display: block;
    width: auto !important;
}

/* .band{

} */

.band-h3 {
    text-align: center;
}

.band-text {
    text-align: center;
    margin: 20px 0 10px 0 !important;
}

.band-left .band-h3 {
    text-align: left;
}

.band-left .band-text {
    text-align: left;
    margin: 20px 0 10px 0 !important;
}

/* Hero Web Part  */

/* .row.hero {
    margin-right: 0px !important;
    margin-left: 0px !important;
} */

.row.hero .img-responsive {
    width: 100%;
}

.col-xs-12.col-md-6 {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    /* margin-top: 10px; */
}

.hero-tile {
    height: 220px;
    /* border-right: 10px white solid; */
    /* border-bottom: 5px white solid; */
    padding: 60px 0 0 10px;
    /* margin-top: 5px !important; */
    /* padding-left: 50px !important; */
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 425px; */
    opacity: 0.7;
    /* float: left; */
}

.banner-group {
    position: absolute;
    height: 100%;
    color: #fff;
    width: 100%;
}

.banner-group-gh {
    position: absolute;
    height: 100%;
    color: #fff;
    width: calc(100% - 30px);
}

.banner-title {
    position: relative;
    height: 43%;
    font-weight: 700;
    padding: 0px 20px;
    font-size: 1.66em;
    line-height: 1;
    /* display: flex;
    align-items: end; */
}

.banner-title .title {
    position: absolute;
    bottom: 0;
}

.banner-description {
    position: relative;
    height: 23%;
    padding: 0px 20px;
}

.banner-link {
    position: relative;
    height: 33%;
    align-items: center;
    display: flex;
    padding: 0px 20px;
}

.learn-more {
    border: solid 1px;
    padding: 4px 46px;
}

.layout_Homepage .ms-WPBody.noindex {
    overflow: hidden !important;
}

.layout_Homepage .ms-webpartzone-cell {
    margin: 14px auto 0 0 !important;
}

.box-one {
    background: rgba(46, 133, 64, 0.5);
    /* opacity: 0.7; */
}

.box-two {
    background-color: rgba(0, 113, 188, 0.5);
    background-blend-mode: multiply;
    /* opacity: 0.7; */
}

.box-three {
    background-color: rgba(235, 110, 31, 0.5);
    background-blend-mode: multiply;
    /* opacity: 0.7; */
}

.overlay {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero.spacer {
    padding: 10px 0 0 0;
}

/* Popular Links */

.link-list {
    background: rgb(0, 113, 188);
    color: #fff !important;
    height: 440px !important;
}

.link-list .link {
    padding: 4px 20px;
}

.link-list .link-list-title {
    font-size: 1.66em;
    padding: 4px 20px;
    font-weight: 700;
}

.link .globalBannerLink, .link-list .link-list-title {
    color: #fff;
}

/* Protecting Health */

.protecting-health-title {
    color: rgba(46, 133, 64) !important;
}

.protecting-health .banner-group {
    position: absolute;
    height: 100%;
    color: #fff;
    /* width: calc(100% - 13.5px); */
    width: 370px;
    bottom: 3px;
    margin-left: -50px;
}

.protecting-health .banner-title {
    position: relative;
    height: 30%;
    font-weight: 700;
    /* padding: 0px 20px; */
    font-size: 1.45em;
    line-height: 1;
    background: rgba(46, 133, 64, 0.8);
}

.protecting-health .banner-title .title {
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    width: 90% !important;
}

.protecting-health .banner-section {
    position: relative;
    height: 46%;
    /* padding: 0px 20px; */
}

.protecting-health .banner-link {
    /* position: relative; */
    height: 25%;
    align-items: center;
    display: flex;
    /* padding: 0px 20px; */
    background: rgba(46, 133, 64, 0.8);
    padding-left: 31px;
}

/* Media Query */

@media only screen and (max-width: 1200px) and (min-width: 770px) {
    .link-list {
        margin-top: 20px;
    }
    .protecting-health .col-xs-12.col-md-4 {
        margin-bottom: 20px;
    }
    .protecting-health .banner-group {
        width: calc(100%);
        bottom: 2px;
    }
    .tile {
        height: 250px !important;
    }
    .general-health .banner-link {
        margin-top: 75px !important;
    }
    .gh-image {
        height: 200px !important;
    }
}

@media only screen and (max-width: 770px) {
    .rowBand {
        padding: 10px 0px;
    }
    .general-health .banner-link {
        margin-top: 14% !important;
    }
    .gh-image {
        height: 200px !important;
    }
    .protecting-health .banner-group {
        width: calc(100%);
    }
}

@media only screen and (max-width: 1195px) and (min-width: 840px) {
    .gh-image {
        height: 200px !important;
    }
    .general-health .banner-link {
        margin-top: 75px !important;
    }
}

/* General */

.webPartZoneHorisontal.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* health topics tabs */

.health-topics-tab-content {
    background: rgb(0, 113, 188);
    color: white !important;
}

.health-topics-title {
    color: rgb(0, 113, 188) !important;
}

/* headers */

.tabsHeader {
    height: 80px;
    font-size: 18px;
    background: lightgray;
    color: black !important;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    font-size: initial !important;
    font-weight: initial !important;
}

.panel-heading {
    background: lightgray !important;
}

.nav-tabs>li {
    width: 20%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: rgb(0, 113, 188);
    color: white!important;
}

.nav-tabs>li>a {
    margin-right: 5px;
    line-height: 1.75;
    border: none !important;
    border-radius: 0 !important;
}

.tabsHeader.last-item {
    margin-right: 0px;
    line-height: 1.75;
    border: none !important;
    border-radius: 0 !important;
}

/* headers-end */

/* content */

.panel-heading .accordion-toggle::after {
    font-size: 12px;
    line-height: 24px;
}

.item-details {
    padding: 30px 75px 0px 75px;
}

.item-title {
    color: white !important;
}

.item-img-outer {
    padding: 0;
}

.btn-learn-more {
    margin-top: 15px;
    line-height: 2;
    position: absolute;
    height: 100%;
    color: #fff !important;
    width: calc(100% - 41px);
    margin-left: -32px;
}

.item-details-panel {
    padding: 0;
}

.item-title-panel {
    color: black !important;
}

.banner-link-panel {
    position: relative;
    height: 33%;
    align-items: center;
    display: flex;
    padding: 0px 20px;
}

.item-description-panel {
    font-size: 12px;
}

.item-description {
    font-size: 16px;
}

.learn-more-panel {
    border: solid 1px;
    padding: 4px 46px;
    color: black !important;
}

/* content-end */

/* general health */

.general-health-title {
    color: rgba(235, 110, 31) !important;
}

.tiles-outer {
    padding: 0;
}

.tile {
    height: 350px;
    border-right: 10px white solid;
    border-bottom: 5px white solid;
    padding: 30px;
    margin-top: 5px !important;
    padding-left: 50px !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.tile-title {
    color: white;
    height: 50%;
    padding: 0px
}

.box-blue {
    background-color: rgba(0, 113, 188, 0.5);
    /* opacity: 0.5; */
}

.box-green {
    background-color: rgba(46, 133, 64, 0.5);
    /* opacity: 0.5; */
}

.box-orange {
    background-color: rgba(235, 110, 31, 0.5);
    /* opacity: 0.5; */
}

.box-blue-solid {
    background-color: rgb(0, 113, 188);
}

.box-green-solid {
    background-color: rgba(46, 133, 64, 1);
}

.box-orange-solid {
    background-color: rgba(235, 110, 31, 1);
}

.gh-image {
    width: 100%;
    height: 300px;
}

.general-health .banner-group-gh {
    border-bottom: 15px solid white;
}

.general-health .banner-title {
    height: 20%;
}

.general-health .banner-title .title {
    bottom: auto;
    top: 50%;
}

.general-health .banner-link {
    height: 10%;
    display: inherit;
    margin-top: 45%;
}

.general-health .learn-more {
    padding: 8px 0 8px 0px;
    text-align: center;
}

/* footer image bar styles */

.footer-images-bar {
    padding: 50px;
    background-color: #f1f1f1;
    border-bottom: 10px solid rgb(235, 110, 31);
    margin: -5px;
}

.footer {
    background-color: #757575;
}

.footer-inner-div {
    padding-left: 250px !important;
}

.block-with-text {
    overflow: hidden;
    position: relative;
    line-height: 1.2em !important;
    max-height: 9.4em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}

.block-with-text:before {
    content: '..';
    position: absolute;
    right: 0;
    bottom: 0;
}

.block-with-text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.img-rendition {
    width: 100%;
}

.footer-images-bar {
    padding-left: 20%;
}

.footer-links {
    color: white !important;
}

.socialIcon a, .socialIcon a:link, .socialIcon a:active, .socialIcon a:visited, .socialIcon a:hover {
    color: white;
}

.title-bottom {
    color: white;
    font-size: 1.12em;
    padding: 16px;
}

.footer {
    padding-bottom: 50px !important;
}

/* footer social */

.text-48px {
    font-size: 48px;
}

.socialIcons {
    border-bottom: 2px white solid;
}

/* social headers */

.socialContent {
    width: 86%;
    height: 500px;
    overflow: hidden;
}

.social-header {
    width: 100%;
    height: 75px;
    color: white;
    border-radius: 10px;
    margin-top: 30px;
}

.twitter-header {
    background-color: #0B7BC1;
}

.facebook-header {
    background-color: #3b5998;
}

.instagram-header {
    background-color: white;
    color: black;
    border: 1px black solid;
}

.social-header-title {
/*    padding: 20px;*/
	padding-top:15px;
	padding-left:42px;
	font-size:1.8em;
   /* font-size: 28px;*/
}

.social-header-icon {
    margin-top: 1.8rem;
    font-size: 48px;
}

.flickrItem {
    width: 100px;
    height: 90px;
    margin-bottom: 0px;
}

.flickrItem img {
    width: 100%;
    height: 100%;
}

.ph-label {
    height: 50%;
    margin-top: 25%;
}

.learn-more-link {
    color: #fff !important;
    text-align: center;
}

/* ADA Changes */

.CALogoOuter {
    background: #fff;
    border-bottom: 2px solid #eb6e1f;
}

.topNavSecondary a, 
.topNavSecondary a:link, 
.topNavSecondary a:active, 
.topNavSecondary a:visited, 
.topNavSecondary a:hover {
    color: #0071bc;
}

.txtGreen, a.txtGreen, 
a.txtGreen:link, 
a.txtGreen:active, 
a.txtGreen:visited, 
a.txtGreen:hover, 
a.txtGreen:focus {
    color: #2f853e;
}

/* Search box */

.spn_searchBox input:focus {
    border: 1px solid gray !important;
}

/* style fixes for IE */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .link-list {
        background: rgb(0, 113, 188);
        color: #fff !important;
    }

    .second-row.img-responsive{
        width: 110%;
        max-width: inherit;
    }

    .banner-group.box-two,
    .banner-group.box-three
    {
        padding-top: 30% !important;
    }
 }