/* line 2, ../sass/about-us.scss */
section.banner {
  margin-top: 115px;
  background-image: url(/images/content/about/banner-about-us-2-black.jpg);
  background-size: cover;
  height: 635px;
  background-repeat: no-repeat;
}
/* line 8, ../sass/about-us.scss */
section.banner .section-title {
  padding: 150px 20px 0px 20px;
}
/* line 10, ../sass/about-us.scss */
section.banner .section-title h1 {
  font-size: 60px;
  font-weight: 700;
  color: white;
  letter-spacing: -0.05em;
  text-align: center;
}
/* line 18, ../sass/about-us.scss */
section.banner h2 {
  font-size: 25px;
  font-weight: 500;
  color: white;
  text-align: center;
  letter-spacing: 0.01em;
}
/* line 25, ../sass/about-us.scss */
section.banner .button-container {
  padding: 30px 0 0 0;
  text-align: center;
}
/* line 30, ../sass/about-us.scss */
section.intro {
  padding: 100px 0 50px 0;
}
/* line 33, ../sass/about-us.scss */
section.intro .row.first {
  padding-bottom: 60px;
}
/* line 37, ../sass/about-us.scss */
section.intro .row.first .newspaper h2 {
  margin: 0 0 42px 0;
  font-size: 36px;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* line 45, ../sass/about-us.scss */
section.intro .row.first .newspaper p {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  color: #444;
  letter-spacing: 0.1em;
}
/* line 54, ../sass/about-us.scss */
section.intro .row.second {
  text-align: center;
  padding-top: 40px;
}
/* line 57, ../sass/about-us.scss */
section.intro .row.second h3 {
  font-size: 18px;
  font-weight: 400;
  color: #444;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 64, ../sass/about-us.scss */
section.intro .row.second h3 span {
  border-bottom: 1px solid red;
  padding-bottom: 10px;
}
/* line 69, ../sass/about-us.scss */
section.intro .row.second p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #999;
  letter-spacing: 0.1em;
}
/* line 79, ../sass/about-us.scss */
section.instagram-feed {
  padding: 80px 0 100px 0;
  background-color: #008bd1;
}
/* line 82, ../sass/about-us.scss */
section.instagram-feed h2 {
  font-size: 48px;
  font-weight: 300;
  color: #555;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
}
/* line 91, ../sass/about-us.scss */
section.instagram-feed h2 span a {
  color: white;
  text-decoration: none;
  letter-spacing: 0.25em;
}
/* line 95, ../sass/about-us.scss */
section.instagram-feed h2 span a:hover {
  color: white;
  text-decoration: none;
}
/* line 102, ../sass/about-us.scss */
section.instagram-feed p {
  color: white;
  padding-bottom: 60px;
  text-align: center;
  font-size: 16px;
}
/* line 108, ../sass/about-us.scss */
section.instagram-feed a {
  color: white;
  text-decoration: underline;
}
/* line 113, ../sass/about-us.scss */
section.affiliates {
  text-align: center;
  background-color: #efefef;
  padding: 60px 0;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 119, ../sass/about-us.scss */
section.affiliates h3 {
  font-size: 18px;
  font-weight: 400;
  color: #444;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 126, ../sass/about-us.scss */
section.affiliates h3 span {
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}
/* line 131, ../sass/about-us.scss */
section.affiliates p {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  color: #444;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  margin-top: 40px;
}
/* line 140, ../sass/about-us.scss */
section.affiliates .image-container {
  height: 100px;
  position: relative;
}
/* line 145, ../sass/about-us.scss */
section.affiliates img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* Iframe fix for iOS Safari*/
/* line 161, ../sass/about-us.scss */
iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%;
}

@media (max-width: 991px) {
  /* line 169, ../sass/about-us.scss */
  section.banner .section-title {
    padding-top: 140px;
  }

  /* line 172, ../sass/about-us.scss */
  section.intro .row.first .newspaper h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 179, ../sass/about-us.scss */
  section.intro .row.first {
    text-align: center;
  }
}
@media (max-width: 575px) {
  /* line 186, ../sass/about-us.scss */
  section.banner .section-title {
    padding-top: 40px;
  }

  /* line 189, ../sass/about-us.scss */
  section.instagram-feed h2, section.great-tshirts .row h2 {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  /* line 200, ../sass/about-us.scss */
  .newspaper {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}
