body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 44px;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #d7fcfa;
  font-size: 2.5em;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #004574;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.7;
}

.hero {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #004574;
  text-align: center;
}

.gray-section {
  background-color: #ddd;
}

.gray-section.letterpress {
  display: none;
}

.portfolio-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  text-align: center;
}

.category-icon {
  display: inline;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  opacity: 1;
}

.digital-slider {
  display: block;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.digital-image {
  display: block;
  max-height: 40vh;
  margin-right: auto;
  margin-left: auto;
}

.digital-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-paragraph {
  display: block;
  max-width: 70%;
  margin: 40px auto;
  font-family: 'Open Sans', sans-serif;
  color: #c2c2c2;
  font-size: 1.5em;
  font-weight: 300;
}

.slider-arrow {
  width: 50px;
  height: 100px;
  border-radius: 10px;
  background-color: #cfcfcf;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.slider-arrow:hover {
  background-color: rgba(0, 0, 0, .1);
}

.button-primary {
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #1cdbd3;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 18px;
}

.button-primary:hover {
  border-color: #fff;
}

.heading-span {
  color: #1cdbd3;
  font-weight: 500;
}

.white-section {
  background-color: #fff;
}

.white-section.print {
  display: none;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #c2c2c2;
  font-weight: 300;
}

.heading-3 {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.button-secondary {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #004574;
  border-radius: 4px;
  background-color: transparent;
  color: #004574;
  font-size: 18px;
}

.paragraph {
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-weight: 300;
}

.image-container {
  width: 47%;
}

.content-container {
  width: 47%;
}

.link {
  color: #000;
}

@media (max-width: 991px) {
  h4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .portfolio-category {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .category-icon {
    display: none;
  }
  .digital-slide {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .hero-paragraph {
    max-width: 80%;
  }
  .slider-arrow {
    text-align: center;
  }
  .arrow-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .image-container {
    width: 100%;
  }
  .content-container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 2em;
  }
  .hero-paragraph {
    font-size: 1.25em;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1;
  }
  h4 {
    padding-top: 20px;
    text-align: center;
  }
  .hero {
    height: 100vh;
    padding-top: 20px;
  }
  .digital-slider {
    padding-top: 20px;
  }
  .digital-slide {
    padding-bottom: 0px;
  }
  .hero-paragraph {
    font-size: 1.2em;
  }
  .slider-arrow {
    width: 30px;
    height: 80px;
  }
  .arrow-icon {
    font-size: 26px;
  }
  .button-secondary {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .paragraph {
    display: none;
  }
  .icon {
    font-size: 26px;
  }
}