body {
  background-color: #333333;
}

.hide {
  display: none;
}

section {
  padding: 60px 0;
}

h1 {
  display: none;
}

h2 {
  font-size: 36px;
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

p {
  font-size: 17px;
  font-family: Montserrat, Helvetica, sans-serif;
}

@media screen and (min-width:992px) {

  section {
    padding: 75px 0 80px;
  }

}


/* || Buttons
*************/

.btn {
  border-radius: 50px;
  padding: 15px 35px;
  font-weight: 800;
  font-size: 17px;
  margin: 15px 0;
  white-space: normal;
  line-height: 1.25;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.btn--gold {
  background-color: #F7C800;
  color: #02488E;
}
.btn--gold:hover {
  background-color: #EABE03;
  margin: 15px -10px;
  padding: 15px 45px;
}
.btn--gold:active {
  background-color: #dda028;
}


/* || Nav
*********/

nav {
  background-color: #02488E;
  display: flex;
  align-items: center;
  padding: 20px;
}

nav img {
  width: 100%;
  height: 100%;
  max-width: 208px;
}

nav .row {
  justify-content: space-between;
  align-items: center
}


/* || About
***********/

#about {
  background-color: #EFEFEF;
}

#about h2 {
  color: #02488E;
}

#about_content {
  align-items: center;
  justify-content: center;
  text-align: center;
}

#about_content_image img {
  width: 40px;
  margin-bottom: 30px;
}

#about_content_info {
  margin-bottom: 30px;
  text-align: left;
}

#about_content_verse p {
  font-size: 20px;
  font-style: italic;
}
#about_content_verse .reference {
  font-size: 17px;
  font-weight: 800;
  font-style: normal;
  color: #02488E;
}

@media screen and (min-width:768px) {

  #about h2 {
    margin-bottom: 50px;
  }

  #about_content {
    background-size: 71px;
    display: flex;
  }

  #about_content_info {
    max-width: 48%;
    padding-right: 60px;
    margin-bottom: 0;
  }

  #about_content_verse {
    max-width: 48%;
    padding-left: 60px;
  }

}


/* || Support
*************/

#support {
  background-color: #02488E;
}

#support h2 {
  color: #FFF;
}
#support h2:after {
  display: block;
  width: 50px;
  height: 3px;
  margin: 25px auto 0;
  content: '';
  background-color: #F7C800;
}

.support_person_item {
  background-color: #FFF;
  padding: 40px 40px 30px;
  border-radius: 5px;
  text-align: center;
  margin-top: 50px;
}
.support_person_item img {
  max-width: 250px;
  width: 100%;
  display: inline;
}
.support_person_item h3 {
  font-weight: 800;
  color: #02488E;
  font-size: 23px;
  margin: 25px 0;
}
.support_person_item p {
  text-align: left;
}
.support_person_item div {
  overflow: visible;
}

@media screen and (min-width:992px) {

  .support_person_item.slick-slide {
    display: flex;
    text-align: left;
  }
  .support_person_item img {
    align-self: baseline;
    margin-right: 40px;
  }
  .support_person_item h3 {
    margin: 0 0 20px;
  }

}

.slack-list {
  height: 100% !important;
}
.slick-dots li {
  width: 17px;
}
.slick-nav .slick-dots {
  position: relative;
}
.slick-nav .slick-dots button:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFF;
    opacity: .5;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: rgba(247,194,42,100);
}


/* || Footer
************/

footer {
  background-color: #333333;
  display: flex;
  align-items: center;
  padding: 20px;
}

footer img {
  width: 100%;
  max-width: 208px;
}