@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5-fCZJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l52xwNZWMf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
.navbar-default {
  background: #1e391b;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#content {
  padding-bottom: 250px;
}
.mainContent {
  padding: 0;
  color: #1E1F26;
}
@media (min-width: 768px) {
  .mainContent {
    padding-top: 50px;
  }
}
.mainContent h1,
.mainContent h2,
.mainContent h3,
.mainContent h4 {
  color: #1e391b;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  padding-bottom: 0.5em;
}
.mainContent h4 {
  padding-bottom: initial;
}
.mainContent a {
  color: #315c2b;
  text-decoration: underline;
  border-bottom: 0px dotted #315c2b;
  font-size: 1em;
}
.mainContent address {
  padding-left: 5%;
  border-left: 2px solid #1e391b;
  font-family: 'Lato', sans-serif;
}
.mainContent address table {
  line-height: 1.6em;
}
.mainContent address table i {
  color: #1e391b;
  padding-right: 10px;
}
.mainContent .separator {
  height: 2em;
  width: 33%;
  box-sizing: border-box;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #1e391b;
}
.mainContent dl > dt,
.mainContent dd {
  line-height: 1.6em;
}
.mainContent .customTable {
  width: 100%;
}
.mainContent .customTable th {
  line-height: 1.6em;
  border-bottom: 1px solid #1e391b;
  background: #315c2b;
  font-weight: bold;
  padding: 1em;
  color: #ffffff;
}
.mainContent .customTable td {
  padding: 0.5em;
  padding-left: 1em;
}
.mainContent .customTable tr {
  border-left: 3px solid #1e391b;
}
.mainContent .customTable tr:nth-child(even) td {
  background: #315c2b;
  color: #ffffff;
}
.mainContent .arrowList {
  list-style: none;
  list-style-position: outside;
  margin-top: 8px;
  padding-left: 8px;
}
.mainContent .arrowList > li::before {
  content: "\25BA";
  color: #1e391b;
  margin-right: 16px;
}
.mainContent .arrowList > li {
  padding-left: 8px;
  padding-bottom: 8px;
}
.mainContent #problemSets {
  width: 100%;
}
.mainContent #problemSets .header {
  line-height: 1.6em;
  border-top: 0px solid #1e391b;
  color: #ffffff;
  background: #315c2b;
}
.mainContent #problemSets .header a {
  color: #b3d9ad;
}
.mainContent #problemSets .header .week {
  font-weight: bold;
  padding-right: 1em;
  padding-left: 1em;
  padding: 1em;
}
.mainContent #problemSets .header .desc {
  font-weight: bold;
}
.mainContent #problemSets .misc {
  padding: 1em;
  padding-bottom: 1.5em;
  padding-top: 0.5em;
}
.mainContent #problemSets tr {
  border-left: 3px solid #1e391b;
}
#sidebar {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
}
@media (min-width: 992px) {
  #sidebar {
    border-right: #1e391b 5px solid;
    max-width: 235px;
  }
}
#ceiling {
  background-color: #315c2b;
  height: 36px;
  max-height: 36px;
  width: 100%;
  border-bottom: 1px #1e391b solid;
}
@media (max-width: 768px) {
  #ceiling {
    visibility: hidden;
  }
}
#ceiling .breadcrumb {
  color: #ffffff;
  background-color: inherit;
}
#ceiling .breadcrumb a {
  color: #b3d9ad;
}
#ceiling .breadcrumb li,
#ceiling .breadcrumb .active {
  color: #b3d9ad;
}
.sidebar-nav {
  top: 0;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
.sidebar-nav li {
  width: 100%;
  height: 100%;
  display: inline;
  line-height: 1.8em;
}
.sidebar-nav li #first-link {
  border-radius: 25px 0 5px 5px;
}
.sidebar-nav li #last-link {
  border-radius: 5px 0 5px 25px;
}
@media (min-width: 992px) {
  .sidebar-nav li {
    display: block;
  }
}
.sidebar-nav li a {
  border-radius: 5px;
  height: inherit;
  padding: 10px 15px 10px 30px;
  color: #1e391b;
  font-size: 1.2em;
  font-weight: bold;
}
.sidebar-nav li a .active {
  background-color: #315c2b;
}
@media (max-width: 992px) {
  .sidebar-nav li a {
    display: inline;
  }
}
.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
  background-color: #315c2b;
}
.sidebar-nav li a i {
  padding-right: 15px;
  font-size: 1.8em;
}
.sidebar-nav > .brand {
  background: #1e391b;
  font-size: 4em;
  font-weight: 900;
  color: #315c2b;
  text-align: center;
  border-radius: 50% 0% 0% 50%;
  visibility: hidden;
}
body {
  background-color: #ffffff;
  font-size: 11pt;
  font-family: 'Merriweather', serif;
}
body .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
body a {
  color: #315c2b;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
#page-content-wrapper {
  width: 100%;
}
.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #315c2b;
  background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
  border-top: 1px solid #1e391b;
  border-bottom: 1px solid #1e391b;
  height: 200px;
  max-height: 200px;
  padding: 20px 0 0 0;
  font-family: 'Lato', sans-serif;
  color: #1e391b;
}
.footer i {
  font-size: 3em;
}
.footer #upper {
  position: relative;
  height: 75%;
  padding: 0% 10% 0% 10%;
}
.footer #lower {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 25%;
  background-color: #1e391b;
  padding: 0% 0% 0% 10%;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 0.9em;
  text-align: right;
  vertical-align: middle;
}
