@charset "UTF-8";
/* CSS Document */
/******************************************** @ FONT FACE

@font-face {
    font-family: 'OpenSans-Regular'; }

@font-face {
    font-family: 'OpenSans-SemiBold'; }

@font-face {
    font-family: 'Raleway-Regular'; }

@font-face {
    font-family: 'Raleway-SemiBold'; }

*******************************************/

/*body {
    line-height: normal;
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    color: #555;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
#s4-bodyContainer {
    background-image: linear-gradient(to bottom, #fff, #525252 20%, #e8e8e8 70%);
    overflow: hidden;
    padding-bottom: 0px
}

/* CUSTOM DOT STYLES
 * -------------------------- */

/*a {
    color: #5252FF;
}

a > h2 {
  color: #5252FF !important;
}

#dotLeftMenu a {
    color: #2E2EFF;
    text-decoration: none;
    }
    
.panel-title > a {
	color:#5252FF;
	} 

#searchQuery
{
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.38);
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.38);
}

.label-warning {
  background-color: #f9c218;
  color:#666666;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #fbd051;
    color:#666666;
    }

.dept-title, .state-title {text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;}

.home a.home,
.about a.about,
.products a.products,
.services a.services,
.policy a.policy,
.inspect a.inspect,
.preserve a.preserve,
.report a.report,
.costs a.costs,
.managers a.managers,
.training a.training,
.tool a.tool,
.groups a.groups,
.perform a.perform,
.external a.external,
.resources a.resources,
.contact a.contact,
.constr a.constr
{
background-color: #dddddd;
font-weight: bold;
}

.green {
background-color:#D8EDD8;
}

.yellow {
background-color:#ffffcc;
}

.docs-header {
    background: url(/BackgroundImage/dotbglg.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    }

@media only screen and (max-width: 500px) {
    .docs-header {
        background: url(/BackgroundImage/dotbgsm.jpg) center no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
    }
}*/

.breadcrumbs {
	display:none;
}

.tableau-container {
        min-height: 550px;
      }
            
.tableau-container iframe {
        min-height: 550px;
      }

.tableau-container-ci {
        min-height: 550px;
        height: 825px;
      }
            
.tableau-container-ci iframe {
        min-height: 550px;
        height: 825px;
      }

/******************************************** HEADINGS */
h5.ms-rteElement-h5 {
	-ms-name: "Heading 5";
	-ms-element: "true";
    color:#5A6268;
	font-weight: 500;
	font-size: 1.25 rem;
	margin-bottom: 5px 0px 10px 0px;
}

/*recent updates*/
#dotLeftMenu h4 {
    margin: 0px;
    padding: 8px 10px !important;
    color: #fff !important;
    letter-spacing: .03em;
    background-color: #043C73;
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #043C73), color-stop(1, #1F5D9B));
    background-image: -o-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: -moz-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: -webkit-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: -ms-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: linear-gradient(to right, #043C73 0%, #1F5D9B 100%);
    border-color: transparent;
    border-radius: 1px;
    padding: 3px 5px 8px 10px;
    font-family: "Raleway-Regular", Verdana, Helvetica, sans-serif;
    font-size: 1em !important;
}
div#dotLeftMenu ul li{
    line-height: 1.2 !important;
    padding: 0.68rem !important;
    border-bottom: none !important;

}

.navbar.bg-primary{
    background-color: #043C73 !important;
}
.navbar.bg-primary .navbar-nav .nav-link, #agencyAlert p {
    color: #fff !important;
}
.navbar.bg-primary #nav-search i {
    font-size: 22px;
    color: #fff !important;
}

/*Page Title*/
/*.pl-page-title{
    padding-left: 29px !important;
}
.col-md-3
{padding-left: 29px !important;}*/
    