html, body {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin: 30px 0 30px 0;
}
a, a:active, a:visited, a:focus {
  color: #219c94;
  text-decoration: none;
}
a:hover {
  color: #7bc1c3;
  text-decoration: none;
}
h4.tableTitle {
  margin: 0 0 15px 0 !important;
}
header {
  padding: 50px 0 0 0;
  flex: 0 1 auto;
}
header .logo {
  width: 200px;
  height: auto;
  position: absolute;
  left: 40px;
  top: 30px;
}
.navbar {
  padding-bottom: 2.5rem;
}
.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.mainContent {
  flex: 1 1 auto;
}
.mainContent .row {
  height: 100%;
}
.nav-pills .nav-link {
  background-color: #7bc1c3;
  color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #219c94;
}
.nav-link {
  width: 100%;
}
.nav-pills .nav-link {
  border-radius: 0.5rem 0.5rem 0 0 !important;
}
.sidebar {
  background-color: #0b3d59;
  padding: 0;
}
.sidebar h1 {
  color: #fff;
  padding: 20px 40px;
  font-size: 32px;
  line-height: normal;
}
.sidebar .nav-pills .nav-link {
  background: none;
  border-radius: 0 !important;
}
.sidebar .nav-pills .nav-link.active, .sidebar .nav-pills .show > .nav-link {
  background-color: #eee;
  color: #0b3d59;
}
.table, tr, td {
  border: none;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #eaf7f6;
}
.parallax {
  /* Set a specific height */
  height: 100px;
  width: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url("images/pattern1.jpg");
}
#loginform label {
  display: block !important;
  margin-bottom: 5px;
}
.fa-check-circle {
  color: green;
  font-size: 24px;
}
.projectLink {
  font-size: 24px;
}
.timeline-meta {
  display: none !important;
}
.cool-timeline .timeline-post {
  margin-bottom: 0 !important;
}
.icon-dot-full {
  background-color: #014f6e !important;
}
.accordion-item {
  border: none;
  /* border-bottom: 1px solid #000; */
  margin-bottom: 20px;
}
.accordion-button {
  background-color: #eee !important;
  color: #000 !important;
  box-shadow: none !important;
}
.accordion-button::after {
  display: none;
  /* transform: rotate(0deg) !important;
  color: #fff; */
}
.plusMinus {
  position: absolute;
  right: 20px;
  top: 20px;
}
.faq {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.cool_timeline .timeline-main-title {
  margin-bottom: 20px !important;
}
/* Responsive Tables */
@media screen and (max-width: 768px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    /* border-bottom: 3px solid #ddd; */
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
/* End Responsive Tables */
/* RESPONSIVE CSS
-------------------------------------------------- */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .nav-item {
    margin-bottom: 10px;
  }
  .nav-pills .nav-link {
    border-radius: 0 !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .gx-5 {
    margin: 0 -12px;
  }
}
/* Custom, iPhone Retina */
.modal-dialog, .modal-content {
  /* 80% of window height */
  height: 50%;
}
.modal-body {
  /* 100% = dialog height, 120px = header + footer */
  max-height: calc(100% - 120px);
  overflow-y: scroll;
}
.disclaimer p {
  font-size: 0.8rem !important;
  line-height: 120%;
  margin-bottom: 10px;
}
.posRel {
  position: relative;
}
.surveyAlert {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: red;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  border: 1px solid #fff;
}
/*# sourceMappingURL=style.css.map */