/* dgsOES.css - DGS-OES site-wide cascade style sheet */
.dgsHeaderInfo { /*bottom: -13px; right: -10px;*/ }

.dgsOES a.wordBreak { word-break: break-all; }

.container.dgsOES, .container-fluid.dgsOES { padding: 0; }
.container.dgsOES p, .container-fluid.dgsOES p { font-family: Lao UI, Lato, sans-serif; font-size: 1.2em; }
.container.dgsOES h4, .container-fluid.dgsOES h4 { font-family: Estrangelo Edessa, Lato, sans-serif; font-size: 1.75em; }

.dgsOES-ImageFullWidth { width: 100%; /* for IE 11? */}
div.clearfix { height: 0px; }


/* Solar - Icon Menu */
.dgsOES-SolarMenu .ar-nav-pills { background-color: white; border: none; }
.dgsOES-SolarMenu ul li { border: none; }
.dgsOES-SolarMenu ul li img { max-width: 75px; min-width: 50px; }
.dgsOES-SolarMenu ul li span { display: block; font-size: 1.25em; padding-top: 10px; }

/***** Home *****/
/* Carousel slide show (modified) for Image/Text Vertical Alignment */
.dgsOES-PTVA { display: table; background-color: hsl(199, 62%, 16%); }
.dgsOES-PTVAImage, .dgsOES-PTVAText { display: table-cell!important; vertical-align: middle !important; padding: 0; }
.dgsOES-PTVAImage .carousel-img, .dgsOES-PTVAText .carousel-img { padding: 0!important; margin: 0; }
.dgsOES-PTVAText h1 { padding: 30px 30px 10px 30px; color: white; font-size: 1.75em!important; font-weight: 600; margin: 0; }
.dgsOES-PTVAText p { padding: 10px 30px 40px 30px; color: white; font-size: 1.25em!important; font-weight: 500; margin: 0; }
@media (min-width: 768px) { /* for non-mobile devices */
    .dgsOES-PTVAImage, .dgsOES-PTVAText { float: none; }
    .dgsOES-PTVAText p { padding: 10px 30px 30px 30px; }
    .dgsOES-PTVAImage img { width: 100%; }
}
.dgsOES-PTVA .readMore { position: absolute; right: 5px; bottom: 5px; background-color: rgba(255,255,255,0.8);
    padding: 0.25em 0.5em; border-radius: 0.4em; font-size: 1.35em; }
.dgsOES-PTVA .readMore a { font-weight: 700!important; }
/* Carousel single slide */
.dgsOES-Image6 { margin-bottom: 20px; }
.dgsOES-CarouselSingle .carousel-inner div div h4 { margin: 0 !important; }
.dgsOES-CarouselSingle .carousel-caption { background-color: rgba(0, 0, 0, 0.25); padding: 10px; }
.dgsOES-CarouselSingle img { width: 100%; max-height: 250px !important; }

/***** General - Page Title with Image/Text *****/
.dgsOES-TitleVAWrapper { display: table; background-color: hsl(199, 62%, 16%); width: 100%; }
.dgsOES-TitleVAImage, .dgsOES-TitleVAText { display: table-cell; vertical-align: middle !important; padding: 0; }
.dgsOES-TitleVAImage div { height: 200px; width: 100%; }
.dgsOES-TitleVAImage h1 { margin: 0; padding: 0; }
.dgsOES-TitleVAImage h1 span { display: inline-block; color: white; font-size: 1.5em; font-weight: 700; background-color: rgba(0,0,0,0.4); line-height: 1.2em; padding: 0 0.25em; }
.dgsOES-TitleVAText { width: 100%; color: white; }
.dgsOES-TitleVAText p { margin: 0; padding: 20px 30px; font-family: Lao UI, Lato, sans-serif; font-size: 1.2em!important; }
@media (min-width: 768px) { /* for non-mobile devices */
    .dgsOES-TitleVAImage, .dgsOES-TitleVAText { float: none; }
    .dgsOES-TitleVAImage { padding: 0 }
    .dgsOES-TitleVAText { width: 55%; padding: 0; }
    .dgsOES-TitleVAImage div { background-image: url("/DGS-OES/Resources/Images/GreenRoofs/GreenRoofTitleImage2.jpg"); background-position: 50% 0%; }
}
.dgsOES-TitleVAImage div { /* background image may be different for each page - overwrite on each page */
    background-image: url("/DGS-OES/Resources/Images/GreenRoofs/GreenRoofTitleImage.jpg");
    background-repeat: no-repeat; background-size: 100%; background-position: 50% 0%;
}
.dgsOES-TitleVAText .dl-horizontal { margin: 0; padding: 20px; }
.dgsOES-TitleVAText .dl-horizontal.last { padding-top: 0; }
.dgsOES-TitleVAText .dl-horizontal dt { color: white; font-size: 1.25em; }
.dgsOES-TitleVAText .dl-horizontal dt { margin: 0; line-height: normal; }
.dgsOES-TitleVAText .dl-horizontal dd { margin: 0; line-height: normal; font-size: 1.2em; }
.dgsOES-TitleVAText .dl-horizontal dd ul { padding-left: 15px; }
@media (min-width: 768px) {
    .dgsOES-TitleVAText .dl-horizontal dt { width: 100px !important; }
    .dgsOES-TitleVAText .dl-horizontal dd { margin-left: 120px !important; /*line-height: 1.2em;*/ }
}

/* Microgrids - Project */
.dgsOES-TitleVAText .dgsOES-MGPHeader { margin: 0; padding: 20px; }
.dgsOES-TitleVAText .dgsOES-MGPHeader.last { padding-top: 0; }
.dgsOES-TitleVAText .dgsOES-MGPHeader dt { color: white; font-size: 1.25em; }
.dgsOES-TitleVAText .dgsOES-MGPHeader dt { margin: 0; line-height: normal; }
.dgsOES-TitleVAText .dgsOES-MGPHeader dd { margin: 0; line-height: normal; font-size: 1.2em; }
.dgsOES-TitleVAText .dgsOES-MGPHeader dd a { color: white; text-decoration: underline; font-weight: normal!important; }
.dgsOES-TitleVAText .dgsOES-MGPHeader dd ul { padding-left: 15px; }
@media (min-width: 768px) {
    .dgsOES-TitleVAText .dgsOES-MGPHeader dt { /*width: 100% !important;*/ }
    .dgsOES-TitleVAText .dgsOES-MGPHeader dd { margin-left: 20px !important; /*line-height: 1.2em;*/ }
}

/***** General - Vertical Alignment for Image/Text *****/
.dgsOES-VAWrapper { display: table; margin-top: 20px; margin-bottom: 20px; }
.dgsOES-VAWrapper p.addBMargin { margin-bottom: 1em; }
.dgsOES-VAText { width: 100%; padding: 20px 20px; }
.dgsOES-VAText h4 { margin-top: 0; }
.dgsOES-VAText p { margin-bottom: 0; font-size: 1.2em!important; }
.dgsOES-VAImage, .dgsOES-VAText { display: table-cell; vertical-align: middle !important; }
@media (min-width: 768px) { /* for non-mobile devices */
    .dgsOES-VAWrapper { margin: 15px 0 40px 0; }
    .dgsOES-VAImage, .dgsOES-VAText { float: none; }
    .dgsOES-VAImage { padding: 10px; padding-left: 30px; }
    .dgsOES-VAText { padding: 0 0 0 30px; }
    .col-sm-push-8.dgsOES-VAImage { padding: 10px; padding-right: 0; }
    .col-sm-pull-4.dgsOES-VAText { padding-right: 30px; }
    .dgsOES-VAImage img { width: 100%; }
}
.dgsOES-VAWrapper.noImage { width: 100%; padding: 0 20px; /*margin: 0;*/ }
.dgsOES-VAWrapper.noImage p { margin-bottom: 0; }
.dgsOES-VAWrapper.noImage p.addBMargin { margin-bottom: 1em; }
@media (min-width: 768px) { /* for non-mobile devices */
    .dgsOES-VAWrapper.noImage { padding: 0; padding-left: 30px; /*padding-bottom: 40px;*/ }
}

/***** General - 2 or 3 columns with image on top and text at the bottom *****/
.dgsOES-ColumnHost { padding: 0; padding-top: 10px; }
.dgsOES-ColumnHost h4 { margin-bottom: 0; padding-bottom: 10px; margin-top: 0; }
.dgsOES-ColumnHost .media-body { padding-top: 10px; }
@media (min-width: 768px) {
    .dgsOES-ColumnHost { padding-right: 0; padding-left: 0px; margin-right: -15px; margin-left: 15px; }
}
    

/***** General - Section Header (h3) - insert Leaf icon before header *****/
h3.dgsOES-SectionHeader {
    position: relative;
    font-family: Estrangelo Edessa, Lato, sans-serif;
    line-height: 1em; font-weight: 700; font-size: 2.25em;
    border-bottom: 2px solid green;
    padding-top: 1px; padding-bottom: 1px;
    padding-left: 0;
    margin-bottom: 0.5em; margin-left: 30px;
}
h3.dgsOES-SectionHeader.leaf:before {
    content: " ";
    display: block; height: 1em; width: 1.3em;
    position: absolute; left: -30px; top: 0;
    background-image: url("/DGS-OES/Resources/Images/Icons/GreenLeafIcon.png");
    background-repeat: no-repeat; background-size: 25px 25px; background-position: 0 0;
}

/***** Image Menu *****/
.dgsOES-ImageMenu { padding: 0; }
.dgsOES-ImageMenu .dgsOES-ImageMenuImage img { width: 100%; }
.dgsOES-ImageMenu .dgsOES-ImageMenuText { display: block; margin: 0.25em 0 0.75em 0; font-family: Estrangelo Edessa, Lato, sans-serif; font-size: 1.5em; font-weight: 800 !important; }
.dgsOES-ImageMenu a { word-break: normal; }

/* .dgsOES-AboutPanel - not used anymore? */
.dgsOES-AboutPanel { border: none; margin-bottom: 0; padding: 1em; }
.dgsOES-AboutPanel .panel-heading { color: black; background-color: white; border: none; padding: 0; }
.dgsOES-AboutPanel .panel-title { font-family: Lato, sans-serif; font-weight: 700; font-size: 1.6em; border-bottom: 2px solid green; 
    padding-top: 1px; padding-bottom: 1px; padding-left: 3px; margin-bottom: 0.5em; margin-left: 1.5em; 
}
.dgsOES-AboutPanel .panel-heading img { width: 2em; position: absolute; }
.dgsOES-AboutPanel .panel-body { padding: 0; }
/* .dgsOES-AboutPanel - not used anymore? */



/* VAM Wrapper with Media widget*/
div.dgsVAMWrapper { padding: 20px 20px 40px 20px; /*padding: 20px 20px;*/ /*background-color: #cce8d5; border-radius: 10px; margin-bottom: 20px;*/ }
div.dgsVAMWrapper h4, .row.dgsOES-Media p { /*text-align: center;*/ }
div.dgsVAMWrapper h4 img { /*height: 1em; width: 1em; margin-right: 10px; vertical-align: text-top;*/}

div.dgsVAMRowContainer { /*margin: 0;*/ }
div.dgsVAMRowContainer h4 { /*border-bottom: 2px solid green; text-align: left;*/ }
div.dgsVAMRowContainer h4 img { /*height: 1em; margin: 0 0.5em;*/ }

/* Icon Menu */
.dgsOES-IconMenu { padding: 0; margin-bottom: 0.5em; }
.dgsOES-IconMenu .dgsOES-IconMenuImage img { width: 80%; height: 80%; max-width: 60px; max-height: 60px; margin-bottom: 0.25em; }
.dgsOES-IconMenu .dgsOES-IconMenuText { display: block; margin: 0; font-family: Estrangelo Edessa, Lato, sans-serif; font-size: 1.25em; line-height: 1em; font-weight: 700 !important; }


.dgsOES-Divide { padding: 1em; }
.dgsOES-Divide hr { width: 85%; margin: auto; }

/* About Us */
@media (min-width: 768px) {
    div.LeftRightMargin { margin-left: 3.6em; margin-right: 3em; }
}


/* leadership */
.dgsOES-PeoplePanel { background-color: #D8F6CE; box-shadow: 5px 5px 5px green; border-radius: 10px; }
.dgsOES-PeoplePanel .panel-heading { background-color: transparent; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.dgsOES-PeoplePanel .panel-body { background-color: transparent; }
.dgsOES-PeoplePanel .panel-footer { background-color: transparent; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }

/* project map */
.dgsOES-PanelShadow { 
    padding: 1em 1.5em; margin: 0;
    background: white; overflow: hidden;
    border-bottom: #cccccc; box-shadow: 5px 5px 5px #888888;
    border: 1px solid #cccccc; border-radius: 5px;
}
.dgsOES-PanelShadow.green {
    background-color: #D8F6CE;
}



/***** PageHeader is no longer used *****/
/* OES Page Header and Title (except for Home) - one slide with an image on the left and goal/progress text on the right without animation */
.container.dgsOES-PageHeader { padding: 1em; }
.dgsOES-PageHeader .carousel-section { margin-bottom: 0; }
.dgsOES-PageHeader .carousel-img-wrap h1 {
    width: 100%; min-width: 300px; max-width: 100%;
    height: 100%; height: 200px; margin: 0; padding: 0; /*padding: 0.5em;*/ vertical-align: top !important;
    color: white; font-family: Lato, sans-serif; font-weight: 700; font-size: 3em; /*text-shadow: 1px 2px 3px #66CCA5;*/
    /* customize the following two lines on each page */
    /* */
    background-repeat: no-repeat;
    background-image: url('/DGS-OES/Resources/Images/EnergyClimate/EnergyClimateMain.jpg');
    background-size: cover; background-position: 50% 50%;
    /* */
    /* need to adjust vertical position based on the image */
}
.dgsOES-PageHeader .carousel-img-wrap h1 span { 
    /* display: block; vertical-align: top; height: 100%; */
    display: table-cell; margin: auto; height: auto; padding: 0.25em !important;
    background-color: rgba(0,0,0,0.4); text-align: left;
    /* display: table; text-align: center; */
}
.dgsOES-PageHeader .carousel-inner { background-color: hsl(199, 62%, 16%); /*hsl(179, 100%, 20%);*/ }
.dgsOES-PageHeader .carousel-inner .container { padding: 0; width: 100%; /*margin: 0;*/ }
.dgsOES-PageHeader .carousel-inner .container .row { margin: 0; /*width: 100%;*/ }
.dgsOES-PageHeader .carousel-img-wrap { padding: 0; }
.dgsOES-PageHeader .carousel-caption { padding-bottom: 0; }

.dgsOES-PageHeader .carousel-text { font-size: 1.1em; }
.dgsOES-PageHeader .dl-horizontal dt { color: white; }
.dgsOES-PageHeader .dl-horizontal dt { margin: 0; line-height: normal; }
.dgsOES-PageHeader .dl-horizontal dd { margin: 0; line-height: normal; }
@media (min-width: 768px) {
    .dgsOES-PageHeader .dl-horizontal dt { font-size: 1.2em; width: 100px !important; }
    .dgsOES-PageHeader .dl-horizontal dd { font-size: 1.15em; margin-left: 120px !important; line-height: 1.15em; }
}

/* Section Header - NOT used*/
/*
.dgsOES-SectionHeader { padding: 0 1em; }
.dgsOES-SectionHeader h3 { font-family: Estrangelo Edessa, Lato, sans-serif; font-weight: 700; font-size: 2.25em; line-height: 1em; border-bottom: 2px solid green; 
    padding-top: 1px; padding-bottom: 1px; margin-bottom: 0.5em; margin-left: 1.3em; 
}
.dgsOES-SectionHeader img { width: 2.5em; position: absolute; }
*/