body, html, .full-height {
  height: 100%;
}

body {
  margin-top: 50px;
  color: #555555;
  font-family: Georgia, serif;
  letter-spacing: 1px;
}
a:focus {
  outline: 0px
}

.m-10{
  margin: 10px;
}

.container {
  padding-top: 5%;
}

.text-bold {
  color: #333333;
  font-weight: bold;
}

.spacer {
  content: '';
  display: block;
  height: 5%;
}

.slimscroll::-webkit-scrollbar, .box::-webkit-scrollbar, select::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.slimscroll::-webkit-scrollbar-track, .box::-webkit-scrollbar-track, select::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  .border-radius(5px);
}

.slimscroll::-webkit-scrollbar-thumb, .box::-webkit-scrollbar-thumb, select::-webkit-scrollbar-thumb {
  background-color: #78c0a8;
  outline: 1px solid slategrey;
  .border-radius(5px);
}
.navbar-default {
    background-color: #000000;
    border-color: #000000;
}
.navbar-default .navbar-nav>li {
    max-width: 110px;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: #78c0a8;
}
.navbar-collapse {
  text-align:center;
  }
.navbar-nav {
    display:inline-block;
    float:none;
  }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
  max-height: none;
}
@media (max-width: 900px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
.parallax {
  /* height: 100%; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-content{
  background: rgba(255, 255, 255, 0.8);
}
.parallax-content-dark {
  background: rgba(0, 0, 0, 0.8);
    color: #ccc;
}

.overlay::before {
  position: fixed;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.overlay-dark::before {
  background: rgba(0, 0, 0, 0.8);
}

.overlay-dark {
  color: #ccc;
}

.box {
  max-height: 500px;
  overflow-y: auto;
}

@media (max-width: 600px) {

.box {
  max-height: 330px;
  overflow-y: auto;
}
}

blockquote {
  font-size: 1.4em;
  margin: 20px auto;
  font-family: Open Sans;
  font-style: italic;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #78C0A8;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}

blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #78C0A8;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: '';
}

blockquote span {
  display: block;
  margin-top: 1em;
  font-style: normal;
  text-align: right;
}

.sectionHeader {
  margin-bottom: 40px;
}

.sectionHeader h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 6px;
}

.sectionHeader h4 {
  font-family: serif;
  font-style: italic;
  letter-spacing: 2px;
}
.video-popup-parent a{
  width: 200px;
  height: 150px;
  display: inline-block;
  margin: 10px;
}
.yt-thumb-wrapper{
  position: relative;
  width: 200px;
  height: 150px;
}
.yt-thumb-wrapper::after{
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  display: block;
  width: 100%;
  height: 100%;
  top: .2em;
  font-size: 6em;
  color: white;
  opacity: 0.8;
}
.yt-thumb{
  width: 100%;
  height: 100%;
}
.newsList {
  width: 90%;
  margin: 0 auto;
}

ol.newsList {
  counter-reset: li;
  list-style: none;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin-bottom: 4em;
}

.newsList ol ol {
  margin: 0 0 0 2em;
}

.newsList a {
  position: relative;
  display: block;
  height: 2em;
  padding: .3em;
  padding-left: 3em;
  text-align: left;
  margin: .5em 0;
  background: #78c0a8;
  color: #000;
  text-decoration: none;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: 10em;
  transition: all .2s ease-in-out;
}

.newsList a:hover {
  background: #d6d4d4;
  text-decoration: none;
  transform: scale(1.1);
}

.newsList a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0px;
  background: #78c0a8;
  height: 2em;
  width: 2em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color: #FFF;
}
