* {
  /* outline: 1px solid rgba(255,0,0,0.15); */
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: dimgrey;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
	text-align: justify;
}
body {
  background-color: #ebebeb;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.container {
  max-width: 80%;
  margin: 0 auto;
  font-family: sans-serif;
  margin-botto
}


header{
  padding: 30px 20px;
  background-color: #01613C;
  color: white;
}

.mobile-nav,
.close-item {
  display: none;
}
.nav {
  list-style: none;
  padding: 0;
  display: flex;
  background-color: #333;
  color: white;
  text-decoration: none;
  
}
.nav .fa {
  margin-left: 5px;
  text-decoration: none;
}
.nav-item {
  position: relative;
  background-color: #333;
  text-decoration: none;
}
.nav-link,
.dp-link {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 14px 18px;
  transition: 0.25s;
}
.nav-item:hover,
.nav-item .active {
  background-color: #01613C;
  text-decoration: none;
}

/* Dropdown Menu */
.dp-menu {
  list-style: none;
  padding: 0;
  position: absolute;
  border-left: 3px solid #000;
  z-index: 2;
  text-decoration: none;
}
.dp-item{
  position: relative;
  text-decoration: none;
}
.dp-item:hover,
.dp-item:hover > .dp-link {
  background-color: #444;
  text-decoration: none;
  text-align:left;
}

.level-1 {
  display: none;
  background-color: #333;
  width: 150px;
  text-decoration: none;
  text-align:left;
}
.level-2 {
  display: none;
  width: 200px;
  top: 0px;
  left: 100%;
  font-size: 0.9rem;
  background-color: #333;
  text-decoration: none;
  text-align:left;
}

.nav-item:hover > .level-1 {
  display: block;
}
.dp-item:hover > .level-2 {
  display: block;
}

@media (max-width: 600px) {
  .mobile-nav {
    display: block;
    text-align: right;
    padding: 10px 15px;
    background-color: #333;
  }
  .mobile-btn {
    color: #eee;
    background-color: #666;
    box-shadow: 0 0 6px rgba(0, 0, 0, 1);
    border: none;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 18px;
    transition: 0.25s;
  }
  .mobile-btn:hover {
    cursor: pointer;
    background-color: #555;
  }

  .nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    top: 0;
    transition: 0.25s;
	text-decoration: none;
  }
  #main-nav {
    left: -100%;
	text-decoration: none;
  }
  li.close-item {
    display: block;
    padding: 20px 18px;
    text-align: right;
  }
  .dp-menu {
    width: 100%;
    position: static;
    border: none;
  }
  .level-1 > .dp-item > .dp-link {
    padding-left: 28px;
    background-color: #444;
  }
  .level-2 > .dp-item > .dp-link {
    padding-left: 38px;
    background-color: #555;
  }
  .dp-menu a:hover{
    color: #ccc;
  }
  .fa-caret-right {
    transform: rotate(90deg);
  }
}


/* footer */
.wrapper {
min-height: 100%;
height: auto;
height: 100%;
margin: 0 auto -30px;
overflow: visible;
}
.footer, .push {
height: 30px;
clear: both;
margin-bottom: 0px;
}
.footer {
    background: #01613C;
    color: #fff;
    line-height: 30px;
    text-align: center;
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    left: 0px;
    margin-bottom: -35px;
    padding-bottom: 0px;
}







/* container */
#description{
  padding: 30px 20px;
}
#description h3{
  margin: 16px 0;
}
#description p{
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4rem;
}


/* recently added links webpart */
title-With-Background {
    background-color: #01613C !important;
}

/* banner pic */

#WebPartWPQ9 {
	margin-top: -60px;
	margin-bottom: -55px;
}

div#WebPartWPQ8 {
    margin-top: -75px;
}


div#WebPartWPQ6 {
    margin-top: -75px;
}

div#fb50555b-324a-4ece-8cf7-ad3eab2c73e6 {
	margin-top: 0px;
}


div#WebPartWPQ7 {
    margin-top: -75px;
}

