
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    font-size: 10pt;
    min-height: 100%;
   
}

p {
    font-weight: 400;
    line-height: 1.7em;
    color: #000;
    font-size: 10pt;
}

h1 {
    padding: 30px 0px 30px 0px;
    font-size: 18pt;
    color: navy;
}

h2 {
    padding: 0px 0px 0px 0px;
    font-size: 16pt;
    color: navy;
}
.h2t {
    padding: 0px 0px 0px 0px;
    font-size: 16pt;
    color:#B5DAFF;
}

h3 {
    padding: 10px 0px 0px 0px;
    font-size: 10pt;
    color: #000;
    font-weight: 600;
    
}
h4 {
    padding: 10px 0px 10px 0px;
    font-size: 9pt;
    font-weight: 600;
}

ul {
    padding: 6px 0px 0px 20px;
}
li {
    padding: 0px 0px 3px 2px;
}

.font1 {
    	font-weight: 600;
	color: #E60000
}

.font2 {
    	font-weight: 400;
	color: #E60000
}

.font3 {
    	font-weight: 600;
	color: #000
}

.homebadge {
    	font-weight: 600;
	background-color: #c9d8f0;
}

.pagebadge {
    	font-weight: 600;
	background-color: #F1CB7A;
}

.pdfbadge {
	background-color: #cde2ff;
}

a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
	text-decoration: underline;
}
a:focus {
    	color: #0066cc;
    	text-decoration: none;
    	transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

table {
  border: 0px;
  border-collapse: collapse;
  font-weight: 400;
  text-align: left;
  line-height: 1.7em;
  
}

thead {
  background-color: #d5dff0; 
}

.row-height-home {
   
    text-align: left;
    padding: 6px 0px 1px 5px;
    background-color: #2E387F;
}
.row-height-home-m {
    height: 6px;
    padding-top: 0px;
    background-color: #F1CB7A;
}

.row-height-b {
    
    text-align: right;
    padding: 3px 10px 0px 0px;
    background-color: #2E387F;
}

.space {
     word-spacing: 3px;
}

.ehsslogo {
   height: 98px;
   width: 250px;
}

.archivelogo {
   height: 71px;
   width: 84px;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin: auto;
}

/* ---------------------------------------------------
    BOTTOMBAR STYLE
----------------------------------------------------- */

#bottombar {
	background-color: #0066CC;
	color: #fff;
	font-size: 9pt;
}
#bottombar ul li a {
    	padding: 0px 0px 1px 0px;
    	display: block;
    	color: #fff;
    	font-weight: 400;
    	list-style-type:none;
}

#bottombar ul li a:hover {
    	color: #fff;
    	text-decoration: underline;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 260px;
    background: #0066CC;
    color: #fff;
    transition: all 0.3s;
    min-height: 100%;
   
}

#sidebar .sidebar-header {
    padding: 10px 0px 12px 60px;
    background: #0066CC;
}

#sidebar .img {
    height:120px;
    width: 119px;
}

#sidebar ul.components {
    padding: 10px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar li.components {
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 8px;
}

#sidebar ul li a {
    padding: 4px 0px 2px 10px;
    display: block;
    color: #fff;
    font-weight: 500;
}

#sidebar ul li a:hover {
    color: #568bda;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #21395e;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    padding-left: 30px !important;
    background: #568bda;
}


ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.7em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: rgb(63, 85, 175);
}

a.article,
a.article:hover {
    background: #212d5e !important;
    color: #fff !important;
}

.subtitle {
    padding: 0px 0px 0px 5px;
    font-weight: 500;
}

.viewpoint {
  width: 16px;
  height: 2px;
  background-color: black;
  margin: 4px 0px 0px 5px;
}

.navbar-toggler-icon {
  height: 18px !important;
  width: 44px !important;
  padding: 0px 5px 0px 0px;
}

.border {
    display: inline-block;
    width: 28px;
    height: 25px;
    margin: 0px;
}

/* ---------------------------------------------------
    CAROUSEL
----------------------------------------------------- */
.carousel-caption {
    	position: relative;
    	left: 0;
    	top: 0;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.caption {
     	color: #000
}

.carousel-item {
  background-color: #d5dff0;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 10px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 766px) {
    #sidebar {
        margin-left: -260px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 260px);
    }
    #sidebarCollapse span {
        display: none;
    }




