.container-fluid {
  padding: 0px;
}
header {
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
}
a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
a:hover {
  color: inherit; /* blue colors for links too */
}
.wrap {
  position: relative;
}
.caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-caption {
  padding: 10px 20px;
  margin: 0px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.card-caption.card-title {
  color: white;
}
.card-caption .job-title {
  font-size: 12px;
}
.card-img-top {
  padding-top: 0.25rem;
}
.staff-person {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 20px;
  margin-bottom: 40px;
}
.staff-help-person {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 40px;
}
.staff-help-person .card-caption {
  font-size: 18px;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.7);
}
.carousel-img {
  width: 100%;
  height: auto;
}
.main-caption {
  font-size: 2rem;
  color: black;
}
.small-caption {
  font-size: 1.5rem;
  color: black;
}
.pointer {
  cursor: pointer;
}
.caption-bg {
  background-color: rgba(255, 255, 255, 0.74);
  border-radius: 12px;
}
.emph {
  color: #016138;
}
.emph-p {
  border-left: 5px solid #016138;
  padding-left: 10px;
}
.emph-bg {
  background-color: #016138;
  color: white;
}
.btn-emph {
  background-color: #016138;
  color: white;
}
.navbar {
  justify-content: center;
}
.navbar-brand {
  padding: 0px;
  margin: 0px;
}
.navbar-toggler {
  color: #016138;
}
.nav-item {
  text-align: center;
  color: #016138;
}
.relative {
  position: relative;
}
.contact {
  display: block;
  font-size: 1.3rem;
  word-wrap: break-word;
}
.caption-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-height: 20%;
}
.active {
  font-weight: bold;
}
.tweets {
  overflow: scroll;
  min-height: 360px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

@media only screen and (max-width: 420px) {
  .tweets {
    max-height: 65vh;
  }
}
.card-title {
  color: #016138;
}
.tweets::-webkit-scrollbar {
  width: 0 !important;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
iframe {
  border-radius: 8px;
}

footer {
  background-color: #0f0f0f;
  color: white;
}

@media only screen and (max-width: 991px) {
  #exCollapsingNavbar2 {
    border-top: 2px solid #016138;
    border-bottom: 2px solid #016138;
    margin-top: 1rem;
  }
}

.hero {
  background: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero .infographic {
  max-width: 55%;
  height: auto;
}

.emph-col {
  color: #d80000;
  font-weight: bold;
  font-size: 24px;
}

.partner-link {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

section.about {
  background: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 40px;
}
.standard-section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-title {
  margin-bottom: 1em;
  text-align: center;
  color: #016138;
}
.event {
  padding: 20px 30px;
}
.event:nth-child(even) {
  background: #eee;
}
.businesses {
  padding-left: 20px;
}
.businesses li {
  padding: 5px 20px;
}
.businesses li:nth-child(even) {
  background: #eee;
}
.partner-info a {
  display: block;
}
.partner-info p {
  margin-bottom: 0;
}
.partner-link {
  padding: 15px;
}
@media only screen and (max-width: 576px) {
  .partner-link img {
    margin-bottom: 15px;
  }
}
.icon-title {
  font-size: 1.8em;
}
.icon-icon {
  margin-bottom: 15px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.socials {
  margin: 0 0 0 50px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .socials {
    margin: 15px 0;
    justify-content: center;
  }
}

.social {
  width: 25px;
  height: 25px;
  background-color: #016138;
  display: block;
  margin-right: 15px;
  border-radius: 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.social.facebook {
  background-image: url("../img/icons/facebook-f.svg");
}

.social.twitter {
  background-image: url("../img/icons/twitter.svg");
}

.social.instagram {
  background-image: url("../img/icons/instagram.svg");
}

.social.youtube {
  background-image: url("../img/icons/youtube.svg");
}

.about-more {
  border-top: 1px solid #ddd;
}

.approach {
  margin-bottom: 30px;
}

.approach h2 {
  font-size: 24px;
  line-height: 30px;
  color: #016138;
  text-align: center;
  min-height: 60px;
}

.approach p {
  text-align: justify;
}

.approach svg {
  height: 50px;
}

.approach .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.approach .icon.icon-theme-primary {
  color: #016138;
  fill: #016138;
}

.icon-links .svg-icon {
  width: 82px;
}
