﻿/*Global ----------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
footer {
  margin-top: 40px;
}

.jumbotron {
  padding: 20px 0 20px;
}

.jumbotron #breadcrumbs {
  margin-bottom: 0px;
}

h3 {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0px;
  margin-top: 40px;
}

.subheading {
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 20px;
}

.top-level-category .quote {

  background: #24aae3 !important;
  border-radius: 13px !important;

}

.quote {
  border-radius: 4px;
  background: #24aae3;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.quote .quote-text {
  font-size: 20px;
  display: block;
  height: 130px;
  font-family: FaktBlond;
}

.quote .quote-text::before {
  content: '"';
  font-size: 48px;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 12px;
}

.quote .quote-text::after {
  content: '"';
  font-size: 48px;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 12px;
}

.quote .quote-source {
  font-size: 16px;
}

.quote .quote-source span {
  font-size: 20px;
  font-family: FaktBlond;
}

.video-text {
  font-size: 22px;
}

.link-out {
  font-size: 22px;
  font-family: FaktBlond;
  margin-top: 2em;
  color: white;
  background-color: #24aae3;
  padding: 12px 6px;
  border: #24aae3 solid 5px;
  margin-top: 1em;
  margin-bottom: 2em;
  transition: all 0.2s;
  border-radius: 13px;
}

.link-out a {
  color: white;
  text-decoration: none;
}

.link-out:hover {
  background-color: #f18f37;
  border: #f18f37 solid 5px;
  color: white;
  text-decoration: none;
  transition-timing-function: ease-in;
}

.list ol.steps {
  list-style-type: none;
  padding: 0;
}

.list ol.steps li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  counter-increment: step-counter;
  height: 100px;
}

.list ol.steps li::before {
  content: counter(step-counter);
  display: inline-block;
  height: 50px;
  width: 50px;
  border: solid 1px #999;
  border-radius: 50%;
  line-height: 52px;
  text-align: center;
  font-size: 24px;
  margin: 25px 10px 25px 0;
  vertical-align: top;
  background: #fff;
  font-family: "FaktBlond";
}

.list ol.steps li>div {
  display: inline-table;
  width: 80%;
}

.list ol.steps li>div>div {
  display: table-row;
}

.list ol.steps li>div>div>div {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  word-break: break-word;
}

.hero-image {

  margin-bottom: 50px;

}

.where-btn {
  margin-right: 10px;
  margin-bottom: 20px;
}

#gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

#gallery li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
  display: block;
  width: 380px;
  max-height: 253px;
  float: left;
}

#gallery-container {
  position: relative;
}

.prev-img {
  left: -8px;
  margin-top: -150px;
  position: absolute;
}

.prev-img span {
  display: none;
}

.prev-img::after {
  content: "\f137";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 33px;
  font-style: normal;
  color: #f6903f;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: solid 3px #fff;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
}

.prev-img:hover::after {
  color: #ba580c;
}

.next-img {
  right: -12px;
  margin-top: -150px;
  position: absolute;
}

.next-img span {
  display: none;
}

.next-img::after {
  content: "\f138";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 33px;
  font-style: normal;
  color: #f6903f;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: solid 3px #fff;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
}

.next-img:hover::after {
  color: #ba580c;
}

/* Type Elements -------------------------------------------------- */
/* End Type Elements -------------------------------------------------- */
/* Interface Elements -------------------------------------------------- */
/* Buttons -------------------------------------------------- */
/* End Buttons -------------------------------------------------- */
/* Panel -------------------------------------------------- */
/* End Panel -------------------------------------------------- */
/* Accordion -------------------------------------------------- */
/* End Accordion -------------------------------------------------- */
/* Breadcrumbs -------------------------------------------------- */
/* End Breadcrumbs -------------------------------------------------- */
/* End Interface Elements -------------------------------------------------- */
/* End Global ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 769px) {
  .quote {
    margin-bottom: 20px;
  }

  .prev-img,
  .next-img {
    display: none !important;
  }

  #video iframe {
    width: 100%;
  }

  #hero {
    width: 100%;
  }

  .where-btn {
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
  }

  .header-image {
    min-height: 170px;
  }

  .header-image img {
    min-height: 170px;
  }
}

  .balance {
    text-wrap: balance;
  }
/* End Mobile Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Desktop Media Query ---------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 770px) {
  .wrapper {
    background-image: url(../sticktogether-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
  }

  #video {
    text-align: right;
  }

  #hero {
    width: auto;
    max-width: 50%;
  }


  #gallery-container .caroufredsel_wrapper {
    min-height: 253px;
  }
}

/* End Desktop Media Query ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile ONLY Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile ONLY Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Tablet Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* End Tablet Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Small Desktop Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 770px) and (max-width: 992px) {
  .quote-source {
    margin-top: 60px;
  }

  .prev-img {
    margin-top: -200px;
  }

  .next-img {
    margin-top: -200px;
  }
}

/* End Small Desktop Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Large Desktop Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .list {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 20px;
  }

  .prev-img {
    margin-top: -175px;
  }

  .next-img {
    margin-top: -175px;
  }
}

/* End Large Desktop Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* X-Large Desktop Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1201px) {
  .list {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 20px;
  }
}

/* End X-Large Desktop Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Small Desktop Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* End Small Desktop Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */