/*
Theme Name: Summertown Metals Theme
Theme URI: https://wordpress.org/themes/summertown-theme/
Author: Bramblett Group
Author URI: https://bramblettgrp.com/
Description: Summertown Metals Theme
Version: 1.5.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: summertown-theme
*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main, body {
  display: block;
}

.no-wrap {
  white-space: nowrap;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
}

.body--active {
  overflow: hidden !important;
}

@media only screen and (min-width: 61rem) {
  .body--active {
    overflow: auto;
  }
}

.nav-bar {
  display: block;
  background-color: #2e3732;
  height: 4rem;
  position: fixed;
  width: 100%;
  z-index: 500;
}

@media only screen and (min-width: 61rem) {
  .nav-bar {
    position: fixed;
    height: auto;
    background-color: #BC2027;
    overflow: visible;
    z-index: 10;
  }
}

.nav-bar__home-link {
  display: block;
  background-color: #2e3732;
  height: 100%;
  width: 9rem;
  padding: .5rem 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 61rem) {
  .nav-bar__home-link {
    height: auto;
    width: 15rem;
  }
}

.nav-bar__home-logo {
  width: 100%;
  height: 100%;
  fill: #eae0d2;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nav-bar__content {
  background-color: #2e3732;
  height: 100%;
  position: relative;
}

@media only screen and (min-width: 61rem) {
  .nav-bar__content {
    position: static;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

.nav-bar__container {
  color: #e9dfd1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: auto;
  /*padding-top: 4rem;*/
  -webkit-overflow-scrolling: touch;
  max-height: 320px;
  max-height: 100vh;
  /*-webkit-transform: translateY(0);
            transform: translateY(0);*/
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  z-index: -1;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.nav-bar__container--active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media only screen and (min-width: 61rem) {
  .nav-bar__container {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
    padding: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    z-index: auto;
    overflow: visible;
  }
}

.nav-bar__layer {
  text-align: left;
  position: relative;
  z-index: auto;
  font-size: 1.2rem;
  text-transform: uppercase;
  overflow: hidden;
  background-color: #BC2027;
}

.nav-bar__layer::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: auto;
  border-bottom: 12vw solid #2e3732;
  border-left: 100vw solid transparent;
  /*bottom: 0;
              right: 0;
              z-index: -1;*/
}

.nav-bar__layer--secondary {
  background-color: #2e3732;
  text-align: right;
  display: block;
  padding-bottom: 300px;
  font-size: 1.1rem;
}

.nav-bar__layer--secondary::after {
  display: none;
  width: 0;
  height: 0;
  border-bottom: 170px solid #2e3732;
  border-left: 1200px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 61rem) {
  .nav-bar__layer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-right: 2rem;
    padding-right: Calc(1.4rem);
    overflow: visible;
  }
  .nav-bar__layer::after {
    display: none;
  }
  .nav-bar__layer--secondary {
    padding: 0;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1rem;
    padding-right: Calc(1.4rem);
  }
  .nav-bar__layer--secondary::after {
    display: none;
  }
}

.nav-bar__btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  background-color: #BC2027;
  border: none;
}

.nav-bar__btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 200%;
  right: 100%;
  bottom: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  background-color: #2e3732;
}

.nav-bar__btn--active::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-bar__btn-ui, .nav-bar__btn-ui::before, .nav-bar__btn-ui::after {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.nav-bar__btn-ui {
  font-size: 0;
  color: transparent;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  width: 2rem;
  height: 2px;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 1px;
  background: #e9dfd1;
  position: absolute;
}

.nav-bar__btn-ui::before {
  -webkit-transform: translateY(-10px) rotate(0);
  transform: translateY(-10px) rotate(0);
}

.nav-bar__btn-ui::after {
  -webkit-transform: translateY(10px) rotate(0);
  transform: translateY(10px) rotate(0);
}

.nav-bar__btn-ui::after, .nav-bar__btn-ui::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #e9dfd1;
  position: absolute;
  height: 2px;
  width: 100%;
}

.nav-bar__btn-ui--active {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.nav-bar__btn-ui--active::before {
  -webkit-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}

.nav-bar__btn-ui--active::after {
  -webkit-transform: translateY(0) rotate(90deg);
  transform: translateY(0) rotate(90deg);
}

@media only screen and (min-width: 61rem) {
  .nav-bar__btn {
    display: none;
  }
}

.nav-layer {
  height: 100%;
}

@media only screen and (min-width: 61rem) {
  .nav-layer {
    overflow: visible;
  }
}

.nav-layer__list {
  list-style: none;
  color: #e9dfd1;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  position: relative;
  z-index: 20;
  overflow: visible;
  padding-top: 1rem;
}

@media only screen and (min-width: 61rem) {
  .nav-layer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: visible;
  }
}

.nav-layer__list-item {
  display: block;
}

@media only screen and (min-width: 61rem) {
  .nav-layer__list-item {
    white-space: nowrap;
  }
}

.nav-layer__list-item--dropdown {
  position: relative;
  padding: .2em .6em;
}

@media only screen and (min-width: 61rem) {
  .nav-layer__list-item--dropdown {
    padding: 0;
  }
}

.nav-layer__list-item--dropdown:hover .dropdown-list {
  display: block;
}

.nav-layer__link {
  display: block;
  color: #e9dfd1;
  text-decoration: none;
  padding: .8rem .6rem;
}

.nav-layer__link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 61rem) {
  .nav-layer__link {
    padding: .6rem 1rem;
  }
}

.nav-layer__dropdown-text {
  position: relative;
  color: #2e3732;
  font-weight: 700;
}

@media only screen and (min-width: 61rem) {
  .nav-layer__dropdown-text {
    color: inherit;
    font-weight: inherit;
  }
  .nav-layer__dropdown-text::after {
    content: "";
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-left: .45rem;
    border-top: solid 0.45rem #e9dfd1;
    border-left: solid transparent 0.325rem;
    border-right: solid transparent 0.325rem;
  }
}

@media only screen and (min-width: 61rem) {
  .nav-layer__dropdown-text {
    padding: .6rem;
  }
}

.dropdown-list {
  position: relative;
  list-style: none;
  text-align: left;
  padding: .5rem .2rem;
  padding-top: 0;
}

.dropdown-list li > a {
  display: block;
  text-decoration: none;
  color: #e9dfd1;
  padding: .5rem .6rem;
}

.dropdown-list li > a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 61rem) {
  .dropdown-list {
    position: absolute;
    background-color: #BC2027;
    top: 100%;
    left: 0;
    text-align: left;
    white-space: nowrap;
    min-width: 100%;
    display: none;
  }
}

.header {
  padding-top: 4rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}

@media only screen and (min-width: 61rem) {
  .header {
    padding-top: 5.5rem;
  }
}

.header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.header__title {
  color: #e9dfd1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: right;
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  padding-top: 6rem;
  top: 1rem;
  right: 1rem;
}

@media only screen and (min-width: 650px) {
  .header__title {
    padding-bottom: 20rem;
  }
}

@media only screen and (min-width: 1000px) {
  .header__title {
    padding-bottom: 30rem;
  }
}

@media only screen and (min-width: 61rem) {
  .header__title {
    padding-top: 8rem;
    right: 4rem;
    font-size: 3rem;
  }
}

.header__content {
  position: relative;
  z-index: 1;
}

.header__image {
  /*position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          z-index: 0;*/
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 1600px) {
  .header__image {
    padding-bottom: 800px;
  }
}

@media only screen and (min-width: 889px) {
  .header__image {
    padding-bottom: 500px;
  }
}

.header__image-source {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1600px) {
  .header__image-source {
    width: 100%;
    height: auto;
  }
}

.header__video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1600px) {
  .header__video {
    width: 100%;
    height: auto;
  }
}

.floating-link {
  position: fixed;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  white-space: nowrap;
  bottom: 2rem;
  left: 1rem;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  text-decoration: none;
  color: #e9dfd1;
}

.floating-link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 61rem) {
  .floating-link {
    top: 250px;
    bottom: auto;
    width: auto;
    left: 0;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .floating-link {
    top: 400px;
  }
}

.floating-link__image {
  height: 100%;
  width: auto;
  background-color: #BC2027;
  padding: .5rem 1rem;
}

@media only screen and (min-width: 61rem) {
  .floating-link__image {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.floating-link__image-source {
  display: block;
  height: 100%;
  width: auto;
}

.floating-link__text {
  background-color: #BC2027;
  display: none;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  text-transform: uppercase;
  color: #e9dfd1;
  padding-right: 1rem;
  height: 100%;
  line-height: 64px;
  position: relative;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 61rem) {
  .floating-link__text {
    display: block;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: width .3s ease-out, padding .2s ease-out;
    transition: width .3s ease-out, padding .2s ease-out;
    /*transition: width .3s ease-out, -webkit-transform .3s ease-out;*/
    width: 100%;
    font-size: 2rem;
  }
  .floating-link__text--hidden {
    /*-webkit-transform: translate(-200%);
              transform: translate(-200%);*/
    width: 0;
    font-size: 0;
    padding: 0;
  }
  .floating-link--hidden {
    -webkit-transform: translate(-200%);
    transform: translate(-200%);
  }
}

.section {
  position: relative;
  background: #fff;
  color: #2e3732;
  text-align: center;
  padding: 6rem 2rem;
}

.section--sm-pad {
  padding: 6rem 1rem;
}

.section--head {
  padding: 3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 32rem) {
  .section--head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section--foot {
  padding-top: 0;
  width: 100%;
}

.section--foot-space {
  margin-top: 12rem;
}

.section--full-width {
  padding: .5rem;
}

.section--empty {
  height: 0;
  padding: 0;
}

.section--bottom-space {
  padding-bottom: 200px;
}

.section--sub-section {
  padding: 0;
  padding-bottom: 3rem;
}

.section--catalog {
  padding-bottom: 3rem;
}

.section--barn {
  max-width: 57rem;
  margin: 0 auto;
}

.section__top-container {
  position: absolute;
  bottom: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  overflow: hidden;
  width: 100%;
  height: 100px;
  pointer-events: none;
  max-width: 100%;
}

.section__title {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #BC2027;
  text-transform: uppercase;
  font-size: 2rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 45rem) {
  .section__title {
    font-size: 3rem;
  }
}

.section__title--light {
  color: #e9dfd1;
}

.section__title--dark {
  color: #2e3732;
}

.section__title--primary {
  color: #BC2027;
}

.section__title--left {
  text-align: left;
}

.section__sub-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.375rem;
  text-align: center;
}

@media only screen and (min-width: 75rem) {
  .section__sub-title {
    font-size: 1.75rem;
  }
}

.section__desc {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: inherit;
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1rem;
  padding-bottom: 1rem;
}

.section__desc--centered {
  text-align: center;
}

.section__optional-link {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: inherit;
  display: block;
}

.section__optional-link--body {
  padding-top: 4rem;
  color: #BC2027;
}

.section__content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: inherit;
  text-align: left;
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.section__sub-desc {
  padding: 0 1.5rem;
}

.section__sub-desc ul {
  padding-left: 1rem;
}

.section__sub-desc ol {
  padding-left: 1rem;
}

@media only screen and (max-width: 799px) {
  .section__sub-desc {
    padding: 0;
  }
}

.section__content--large {
  max-width: none;
  padding: 0;
}

.section__content--centered {
  text-align: center;
}

.section__title--head, .section__content--head {
  width: 100%;
  max-width: 26rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left;
  margin: 0;
  position: relative;
}

@media only screen and (min-width: 32rem) {
  .section__title--head, .section__content--head {
    -ms-flex-preferred-size: 37.5rem;
    flex-basis: 37.5rem;
  }
}

.section__title--head {
  margin-top: -.3rem;
  text-align: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media only screen and (min-width: 32rem) {
  .section__title--head {
    text-align: left;
  }
}

.section__content--head {
  padding: 0 1rem;
  padding-top: 0;
  padding-bottom: 3rem;
}

@media only screen and (min-width: 32rem) {
  .section__content--head {
    padding-left: 5rem;
  }
}

.section__top-decoration {
  display: block;
  width: 100%;
  min-width: 1175px;
  height: 100px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  pointer-events: none;
}

.section__map {
  width: 100%;
  height: auto;
}

.section--large {
  max-width: none;
  padding: 0;
}

.section--sub-cat {
  padding: 0 1rem;
}

.section--bottom-space {
  padding-bottom: 12rem;
}

.section--top-space {
  padding-top: 6rem;
}

@media only screen and (max-width: 912px) {
  .section--mobile-bottom {
    padding-bottom: 12rem;
  }
}

.section__bread-crumbs {
  font-size: 0;
  white-space: nowrap;
}

.section__bread-crumbs-item {
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
}

.section__bread-crumbs-item:first-child::after {
  content: "/";
  padding: 0;
}

.section__bread-crumbs-item:last-child {
  padding-left: .3em;
}

.section__bread-crumbs-link {
  color: #BC2027;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.section__bread-crumbs-link:hover {
  text-decoration: underline;
}

.section__cta {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: normal;
  color: #e9dfd1;
  cursor: pointer;
  padding: .5rem;
  text-decoration: none;
  background-color: #BC2027;
  color: #e9dfd1;
}

@media only screen and (min-width: 32rem) {
  .section__cta {
    -webkit-transform: none;
    transform: none;
    left: 5rem;
  }
}

.section--light {
  background-color: #e9dfd1;
}

.section--light .section__top-decoration .background {
  fill: #e9dfd1;
}

.section--light .section__top-decoration .border {
  fill: #2e3732;
}

.section--light .section__cta {
  background-color: #BC2027;
  color: #e9dfd1;
}

.section--dark {
  background-color: #2e3732;
  color: #e9dfd1;
}

.section--dark .section__top-decoration .background {
  fill: #2e3732;
}

.section--dark .section__top-decoration .border {
  fill: #BC2027;
}

.section--dark .section__cta {
  background-color: #BC2027;
  color: #e9dfd1;
}

.section--primary {
  background-color: #BC2027;
  color: #e9dfd1;
}

.section--primary .section__top-decoration .background {
  fill: #BC2027;
}

.section--primary .section__top-decoration .border {
  fill: #e9dfd1;
}

.section--primary .section__title {
  color: #e9dfd1;
}

.section--primary .section__content {
  color: #e9dfd1;
}

.section--primary .section__cta {
  background-color: #ffffff;
  color: #BC2027;
}

.section--process {
  padding: 4rem 0;
}

.section--map {
  padding-bottom: 8rem;
}

@media only screen and (min-width: 750px) {
  .section--map {
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 900px) {
  .section--map {
    padding-bottom: 0rem;
  }
}

.section--three-photo {
  padding-top: 0;
}

.one-col {
  max-width: 95rem;
  margin: 2rem auto;
  background-color: #fff;
  padding: 0 .5rem;
}

.one-column__title {
  text-align: center;
  color: #BC2027;
  font-size: 1.625rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 57rem) {
  .one-column__title {
    padding-top: 0;
    font-size: 2rem;
  }
}

.one-column__content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: inherit;
  text-align: left;
  max-width: 75rem;
  margin: 0 auto;
  padding-top: .25em;
}

.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  max-width: 95rem;
  margin: 2rem auto;
  background-color: #fff;
  padding: 0 .5rem;
}

.two-column__title {
  text-align: left;
  color: #BC2027;
  font-size: 1.625rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding-top: 1rem;
}

@media only screen and (min-width: 57rem) {
  .two-column__title {
    padding-top: 0;
    font-size: 2rem;
  }
}

.two-column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 95rem;
  margin: 0 auto;
  padding: 4rem 0;
  list-style: none;
  position: relative;
}

.two-column__item::after {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e9dfd1;
  height: .10rem;
}

@media only screen and (min-width: 57em) {
  .two-column__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.two-column__column {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.two-column__column--images {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 57rem) {
  .two-column__column {
    width: 45%;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
  .two-column__column--images {
    width: 50%;
  }
}

@media only screen and (min-width: 57rem) {
  .two-column__column--text {
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 57rem) {
  .two-column__column--right.two-column__column--text {
    padding-left: 4rem;
  }
}

.two-column__content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: inherit;
  text-align: left;
  max-width: 75rem;
  margin: 0 auto;
  padding-top: .25em;
}

.two-column__content--large {
  max-width: none;
  padding: 0;
}

.two-column__content--centered {
  text-align: center;
}

.testimonial {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

.testimonial__person {
  font-size: 1rem;
  font-weight: 300;
  padding-top: 1rem;
}

.positions {
  color: #BC2027;
}

.positions__list {
  list-style: none;
  padding-top: 1rem;
}

.image-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-list__item {
  width: 350px;
  background-color: #333;
  margin: 0 1rem 1rem 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.image-link {
  display: block;
  height: 0;
  padding-bottom: calc(56.25% + 63px);
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.image-link:hover .image-link__image-source {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.image-link__image {
  position: absolute;
  height: calc(100% - 63px);
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.image-link__image-source {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.image-link__title {
  background-color: #2e3732;
  padding: .5rem;
  text-align: center;
  color: #e9dfd1;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.photo-grid {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1rem;
}

.photo-grid--js {
  max-width: 64rem;
}

.photo-grid--captioned {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
}

@media only screen and (min-width: 736px) {
  .photo-grid--captioned {
    max-width: 42rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1056px) {
  .photo-grid--captioned {
    max-width: 62rem;
  }
}

@media only screen and (min-width: 1376px) {
  .photo-grid--captioned {
    max-width: 82rem;
  }
}

.photo-grid__link {
  display: block;
  text-decoration: none;
}

.photo-grid__item {
  height: 12rem;
  width: 18rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 57em) {
  .photo-grid__item--full-width {
    width: 100%;
  }
}

.photo-grid__item--captioned {
  height: 100%;
}

.photo-grid__item--captioned::before {
  content: "";
  padding-bottom: 75%;
  display: block;
  height: 0;
}

.photo-grid__image {
  display: block;
  width: auto;
  height: 100%;
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
  transition: transform .35s ease-out, -webkit-transform .35s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 349px) {
  .photo-grid__image {
    width: auto;
    height: 100%;
  }
}

.photo-grid__id {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #000;
  opacity: 0.8;
  padding: 0.2rem;
}

.photo-grid__image--portrait {
  width: 100%;
  height: auto;
}

.photo-grid__link:hover .photo-grid__image {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.photo-grid__item--filtered {
  display: none;
}

.filter-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem;
  padding-top: 0;
}

.filter-btns__btn {
  height: 100%;
  padding: .5rem;
  display: block;
  background-color: #BC2027;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: normal;
  color: #e9dfd1;
  cursor: pointer;
  max-width: 200px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border: solid 1px transparent;
  margin: 5px;
  color: #BC2027;
  background-color: #fff;
  border: solid 1px #BC2027;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.filter-btns__btn--hidden {
  display: none;
}

.filter-btns__btn--active {
  background-color: #BC2027;
  color: #fff;
  border: solid 1px #BC2027;
}

.inline-section {
  background-color: #e9dfd1;
}

.inline-section--bottom-space {
  padding-bottom: 200px;
}

.inline-section--dark {
  background-color: #2e3732;
}

.inline-section__content {
  max-width: 75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 40em) {
  .inline-section__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.inline-section__title {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #BC2027;
  text-transform: uppercase;
}

.inline-section__title--light {
  color: #e9dfd1;
}

.inline-section__title--dark {
  color: #2e3732;
}

.inline-section__title--left {
  text-align: left;
}

@media only screen and (min-width: 57em) {
  .inline-section__title {
    font-size: 3rem;
  }
}

.inline-section__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 400px;
}

.inline-section__media::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 56.25%;
}

.inline-section__media--right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 40em) {
  .inline-section__media--right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.inline-section__image {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 40em) {
  .inline-section__image {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.inline-section__container {
  background: #fff;
  color: #2e3732;
  text-align: center;
  padding: 2rem;
  width: 100%;
}

.inline-section__container--light {
  background-color: #e9dfd1;
}

.inline-section__container--dark {
  background-color: #2e3732;
  color: #e9dfd1;
}

.inline-section__container--left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 40em) {
  .inline-section__container--left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.inline-section__desc {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: inherit;
  text-align: left;
  max-width: 40rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.bio {
  position: relative;
  margin: 2rem 0;
  min-height: 200px;
}

.bio:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 50em) {
  .bio {
    max-width: 50%;
    margin: 3rem auto;
    padding-left: 2rem;
  }
}

.bio--review {
  margin-bottom: 6rem;
}

@media only screen and (min-width: 50em) {
  .bio--review {
    margin-bottom: 0rem;
  }
}

.bio__media-container {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

@media only screen and (min-width: 50em) {
  .bio__media-container {
    padding-bottom: 0;
    height: 200px;
    width: 200px;
    overflow: hidden;
    position: absolute;
    right: 100%;
    top: 0;
  }
}

.bio__media-container--link {
  text-decoration: none;
  color: inherit;
  display: block;
  max-width: 250px;
  padding-bottom: 0;
  height: auto;
}

.bio__media-container--link::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}

.bio__image {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}

@media only screen and (min-width: 50em) {
  .bio__image {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    height: auto;
    width: 100%;
  }
  .bio__image--person {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: none;
    height: 100%;
    width: auto;
  }
}

.bio__title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 400;
}

@media only screen and (min-width: 50em) {
  .bio__title {
    text-align: left;
    font-size: 1.75rem;
  }
}

.bio__media-container--link .bio__image {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.download-link-list {
  list-style: none;
}

.download-link-list__item {
  margin-bottom: 1rem;
}

.download-link-list__item:last-child {
  margin-bottom: 0;
}

.download-link-list__link {
  text-decoration: none;
  color: #2e3732;
}

.download-link-list__link:hover {
  text-decoration: underline;
}

.modal {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  display: none;
  height: 0;
  display: block;
  overflow: hidden;
  z-index: -100;
}

.modal--active {
  height: 100%;
  z-index: 500;
}

.modal__image-description {
  color: #fff;
  max-height: 90px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  max-width: 57rem;
  text-align: left;
  padding: 8px 16px;
  white-space: normal;
}

.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.modal--hidden {
  display: none;
}

.modal__ID {
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
  background: #fff;
  color: #000;
  opacity: 0.8;
  padding: 0.2rem;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.modal__btn {
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 55px;
  height: 55px;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: none;
  text-indent: -1000000000px;
  z-index: 10;
}

.modal__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  width: 2rem;
  height: 5px;
  display: block;
  border-radius: 4px;
}

.modal__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  width: 2rem;
  height: 5px;
  display: block;
  border-radius: 4px;
}

.modal__carousel {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.modal__main-image-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 57rem;
  display: block;
  background-color: #000;
}

.modal__main-image-container::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.67%;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.modal__main-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.modal__thumbnails {
  max-height: 500px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding-top: .5rem;
  padding: .5rem .5rem 0;
  position: relative;
}

.modal__list-indicator {
  width: 5px;
  height: 5px;
  -webkit-box-shadow: 0 0 0 0.3rem #BC2027;
  box-shadow: 0 0 0 0.3rem #BC2027;
  position: absolute;
  top: 0;
  width: 7.5rem;
  height: 5rem;
  margin-top: .5rem;
  margin-left: -3.75rem;
}

.modal__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  white-space: nowrap;
  font-size: 0;
  padding: .5rem .5rem 1rem;
  text-align: left;
  padding: 0 0 1rem;
  position: relative;
}

.modal__list-item {
  display: inline-block;
  width: 7.5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
  margin-right: .5rem;
}

.modal__list-item:first-child {
  margin-left: calc(50vw - 4.25rem);
}

.modal__list-item:last-child {
  margin-right: calc(50vw - 3.75rem);
}

.modal__thumb-image {
  display: block;
  height: 100%;
  width: 100%;
}

.modal__thumb-link {
  display: block;
}

.modal__controls {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modal__controls-btn {
  background: none;
  border: transparent;
  outline: none;
  text-indent: -100000000px;
}

.modal__controls-btn::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
}

.vertical-list {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  list-style: none;
}

.vertical-list__item {
  margin-bottom: 1rem;
}

.vertical-list__item:last-child {
  margin-bottom: 0;
}

.supply-item {
  background-color: #e9dfd1;
  max-width: 40rem;
  margin: 0 auto;
}

.supply-item__content {
  padding: 1rem .5rem;
  max-width: 40rem;
  color: #2e3732;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.supply-item__header {
  background-color: #2e3732;
  color: #e9dfd1;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: .25rem .5rem;
}

.supply-item__title {
  text-transform: uppercase;
  font-family: inherit;
  padding-right: 1rem;
  font-size: 1.625rem;
  line-height: 1;
}

@media only screen and (min-width: 75rem) {
  .supply-item__title {
    font-size: 1.625rem;
  }
}

.supply-item__number {
  text-transform: uppercase;
  font-family: inherit;
  padding-right: 1rem;
}

.supply-item__price {
  font-family: inherit;
  font-weight: 700;
}

.supply-item__image {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 1rem;
  display: block;
}

.captioned-image {
  width: 100%;
  overflow: hidden;
}

.captioned-image__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.625rem;
  background: #BC2027;
  color: #e9dfd1;
  padding: .5rem 1rem;
  z-index: 2;
  line-height: 1;
}

.captioned-image__header--dark {
  background-color: #2e3732;
}

.captioned-image__item-info {
  background-color: #e9dfd1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: .25rem 1rem;
}

.captioned-image__item {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.captioned-image__price {
  margin-left: auto;
  margin-right: 0;
}

.captioned-image__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  max-width: 25rem;
}

.captioned-image__image {
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  height: 100%;
  display: block;
}

.captioned-image__caption {
  position: relative;
  left: 0;
  bottom: 0;
  background-color: #e9dfd1;
  font-size: 1rem;
  color: #2e3732;
  z-index: 2;
  max-width: 25rem;
  padding: .5rem 1rem;
}

.color-selection__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
  max-width: 38rem;
  padding-left: .5rem;
}

.color-selection__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
  position: relative;
  padding: 0 .5rem .5rem 0;
}

.color-selection__list .color-selection__list-item {
  width: 33.3%;
}

.color-selection__list--3_1 .color-selection__list-item:first-child {
  margin-left: 33.3%;
  margin-right: 33.3%;
}

.color-selection__list--3_2 .color-selection__list-item:first-child {
  margin-left: 16.65%;
  margin-right: 0;
}

.color-selection__list--3_2 .color-selection__list-item:nth-child(2) {
  margin-left: 0;
  margin-right: 16.65%;
}

@media only screen and (min-width: 25rem) {
  .color-selection__list .color-selection__list-item {
    width: 25%;
  }
  .color-selection__list--3_1 .color-selection__list-item:first-child, .color-selection__list--3_1 .color-selection__list-item:nth-child(2), .color-selection__list--3_2 .color-selection__list-item:first-child, .color-selection__list--3_2 .color-selection__list-item:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }
  .color-selection__list--4_0 .color-selection__list-item:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
  .color-selection__list--4_1 .color-selection__list-item:first-child {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
  .color-selection__list--4_2 .color-selection__list-item:first-child {
    margin-left: 25%;
    margin-right: 0;
  }
  .color-selection__list--4_2 .color-selection__list-item:nth-child(2) {
    margin-right: 25%;
    margin-left: 0;
  }
  .color-selection__list--4_3 .color-selection__list-item:first-child {
    margin-left: 12.5%;
    margin-right: 0;
  }
  .color-selection__list--4_3 .color-selection__list-item:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }
  .color-selection__list--4_3 .color-selection__list-item:nth-child(3) {
    margin-right: 12.5%;
    margin-left: 0;
  }
}

.color {
  display: block;
  max-width: 7rem;
  margin: 0 auto;
  background-color: #BC2027;
}

.color::before {
  content: "";
  display: block;
  height: auto;
  padding-bottom: 62.5%;
  border: solid white 2px;
}

.color__title {
  /*background-color: #2e3732;*/
  background-color: #ffffff;
  font-weight: 400;
}

.capabilities-list {
  list-style: none;
  max-width: 40rem;
  margin: 0 auto;
}

.capabilities-list__item {
  font-size: 1.5rem;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  padding-left: 0.8em;
  line-height: 1.1;
  margin-bottom: .5em;
}

@media only screen and (min-width: 30rem) {
  .capabilities-list__item {
    font-size: 2rem;
  }
}

.capabilities-list__item::before {
  content: "\2014\a0";
  margin-left: -0.8em;
  display: inline-block;
  width: 0.8em;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*padding-left: 3rem;
  
      &__element {
          margin: 0 3rem 1rem 0;
      }*/
}

@media only screen and (min-width: 50rem) {
  .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer-content__element {
  display: block;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  display: none;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 50rem) {
  .footer-content__element {
    margin-bottom: 0;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 50rem) {
  .menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.menu__header {
  font-family: "Oswald", sans-serif;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  color: #BC2027;
  text-transform: uppercase;
  padding-left: 1rem;
}

.menu__list {
  font-family: "Oswald", sans-serif;
  display: block;
  list-style: none;
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.menu__link {
  display: block;
  padding: 1rem;
  padding-right: 1rem;
  color: #e9dfd1;
  text-decoration: none;
}

.menu__link:hover {
  text-decoration: underline;
}

.contact-form--giving {
  max-width: 20rem;
  margin: 0 auto;
  margin-top: 5rem;
  text-align: right;
}

.contact-form {
  display: block;
}

@media only screen and (min-width: 50rem) {
  .contact-form {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.contact-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form__form-header {
  color: #BC2027;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

.contact-form__form-name {
  position: relative;
  width: 100%;
  background-color: #e9dfd1;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}

.contact-form__form-name--white {
  background-color: #fff;
  color: black;
}

.contact-form__form-email {
  position: relative;
  width: 100%;
  background-color: #e9dfd1;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}

.contact-form__form-email--white {
  background-color: #fff;
  color: black;
}

.contact-form__form-message {
  position: relative;
  resize: none;
  width: 100%;
  background-color: #e9dfd1;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  min-height: 100px;
  font-family: "Roboto", sans-serif;
}

.contact-form__form-message--white {
  background-color: #fff;
  color: black;
}

.contact-form__form-btn {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #BC2027;
  color: #e9dfd1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding: .5rem;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.contact-form__form-btn:hover {
  background-color: #e9dfd1;
  color: #BC2027;
}

.contact-form__form-btn--white {
  background-color: #fff;
  color: black;
}

.contact-form__form-btn--white:hover {
  background-color: #BC2027;
  color: #e9dfd1;
}

.contact-form__form-btn--giving {
  max-width: 100px;
  margin: .5rem 0;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form__form-btn--giving:first-child {
  margin-top: 0;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #e9dfd1;
  padding: 0 2rem;
}

@media only screen and (min-width: 50rem) {
  .contact-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.contact-info__logo {
  fill: #e9dfd1;
  display: block;
  width: 100%;
  height: auto;
  max-width: 280px;
  margin-bottom: .5rem;
}

.contact-info__phone {
  color: #e9dfd1;
  text-decoration: none;
}

.contact-info__phone:hover {
  text-decoration: underline;
}

.contact-info__address {
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
}

.contact-info__address--body {
  margin-bottom: 0;
}

.contact-info__list {
  list-style: none;
  margin-bottom: 1rem;
}

.contact-info__list--body {
  margin-bottom: 0;
}

.contact-info__email {
  text-decoration: none;
  color: #e9dfd1;
  margin-bottom: 1rem;
}

.contact-info__email--body {
  margin-bottom: 0;
  color: #2e3732;
}

.contact-info__email:hover {
  text-decoration: underline;
}

.contact-info__social-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info__social-list--body {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 1rem;
}

.contact-info__social-list-item {
  display: block;
  height: 100%;
  width: 100%;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.contact-info__social-list-item:last-child {
  margin-right: 0;
}

.contact-info__social-logo {
  width: 50px;
  height: 50px;
}

.contact-info__social-logo circle {
  fill: transparent;
  -webkit-transition: fill .2s ease-out;
  transition: fill .2s ease-out;
}

.contact-info__social-logo path {
  -webkit-transition: fill .2s ease-out;
  transition: fill .2s ease-out;
}

.contact-info__social-link {
  display: block;
}

.contact-info__social-link:hover .contact-info__social-logo circle {
  fill: #fff;
}

.contact-info__social-link--body:hover .contact-info__social-logo path {
  fill: #2e3732;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e3732;
  max-width: 250px;
  margin: 0 auto;
  /*&__position {
          order: -2;
          text-align: center;
          font-family: $Teko;
          font-weight: 300;
          font-size: 2rem;
          text-transform: uppercase;
          line-height: 1;
      }*/
}

.profile-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e3732;
  max-width: 580px;
  margin: 0 auto;
}

.profile-large__image-container {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  height: 0;
  width: 100%;
  max-width: 580px;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}

.profile__image-container {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  height: 0;
  width: 100%;
  max-width: 200px;
  padding-bottom: 80%;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.profile__image {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #bcbcbc;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.profile__image--portrait {
  width: 100%;
  height: auto;
}

.profile__name {
  text-align: center;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.profile__phone {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.profile__email {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-decoration: none;
  color: #000;
}

.profile__email:hover {
  text-decoration: underline;
}

.staff-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff-grid__position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 2rem;
  width: 100%;
  min-width: 33%;
}

.staff-grid__position--multiple {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.staff-grid__position-title {
  text-transform: uppercase;
  color: #2e3732;
  color: #BC2027;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.575rem;
  text-align: center;
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 100%;
  white-space: nowrap;
}

@media only screen and (min-width: 57em) {
  .staff-grid__position-title {
    font-size: 1.95rem;
  }
}

.staff-grid__position-title:first-child {
  margin-top: 0;
}

.staff-grid__person {
  display: block;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 240px;
  flex-basis: 270px;
}

.staff-grid__person-large {
  display: block;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 240px;
  flex-basis: 600px;
}

@media only screen and (max-width: 625px) {
  .staff-grid__person-large {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.map-container {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 40rem) {
  .map-container {
    padding-bottom: 40%;
  }
}

.map-container__map {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  margin: 0 auto;
}

.about-section {
  overflow: auto;
}

.about-section::after {
  content: "";
  display: table;
  clear: both;
}

.about-section__media {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 650px) {
  .about-section__media {
    float: left;
    width: 50%;
    height: 500px;
    padding: 0;
    max-height: 500px;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.about-section__image {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.roof-grid {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: 100%;
  flex-wrap: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.roof-grid__item {
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  margin: .5rem;
}

.roof-grid__item:first-child {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
}

.roof-grid__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.roof-grid__image--portrait {
  width: 100%;
  height: auto;
}

.roof-grid__image--full-width {
  width: 100%;
  height: auto;
}

.code-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.code-form__input-group {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 1rem;
  position: relative;
}

.code-form__input-group::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: solid 2px #2e3732;
  border-bottom: solid 2px #2e3732;
}

.code-form__input-group:last-child {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 45rem) {
  .code-form__input-group:last-child {
    text-align: left;
    width: auto;
  }
}

.code-form__input-group:last-child::before {
  display: none;
}

.code-form__input-select {
  width: 100%;
  background-color: #e9dfd1;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .5rem;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: normal;
  cursor: pointer;
}

.code-form__input-btn {
  height: 100%;
  padding: .5rem;
  background-color: #BC2027;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: normal;
  color: #e9dfd1;
  cursor: pointer;
}

/* Process Section */
.process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 64rem) {
  .process-list {
    display: block;
    position: relative;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: #e9dfd1;
  }
}

.process-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 8rem;
  left: -100%;
  height: 0;
  width: 300%;
  padding-bottom: 150%;
  border-radius: 50%;
  border-top: dashed #BC2027 2px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media only screen and (max-width: 64rem) {
  .process-list::before {
    display: none;
  }
}

.process-list__item {
  display: block;
  position: relative;
  width: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  padding-top: 1rem;
  padding: 1rem 2rem;
  z-index: 2;
  margin-top: .15%;
  margin-top: 0;
}

@media only screen and (max-width: 64rem) {
  .process-list__item {
    display: block;
    position: relative;
    width: auto;
    text-align: left;
    padding-top: 0;
    padding: 1rem 1rem 1rem 6rem;
    margin: 5px 0;
    z-index: 0;
    margin-top: 0;
    background-color: #fff;
  }
}

.process-list__item:nth-child(1), .process-list__item:nth-child(11) {
  margin-top: 2.9%;
}

@media only screen and (max-width: 64rem) {
  .process-list__item:nth-child(1), .process-list__item:nth-child(11) {
    margin-left: 0;
    margin-top: 0;
    padding-left: 6rem;
  }
}

.process-list__item:nth-child(3), .process-list__item:nth-child(9) {
  margin-top: 1%;
}

@media only screen and (max-width: 64rem) {
  .process-list__item:nth-child(3), .process-list__item:nth-child(9) {
    margin-left: 0;
    margin-top: 0;
  }
}

.process-list__item::before {
  content: "00";
  display: block;
  font-weight: lighter;
  font-size: 4rem;
  margin-bottom: -1rem;
  font-family: "Teko", sans-serif;
}

.process-list__item:nth-child(1)::before {
  content: "01";
}

@media only screen and (max-width: 64rem) {
  .process-list__item:nth-child(1)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list__item:nth-child(3)::before {
  content: "02";
}

@media only screen and (max-width: 64rem) {
  .process-list__item:nth-child(3)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list__item:nth-child(5)::before {
  content: "03";
}

@media only screen and (max-width: 64rem) {
  .process-list__item:nth-child(5)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list__item:nth-child(7)::before {
  content: "04";
}

@media only screen and (max-width: 64rem) {
  .process-list__item:nth-child(7)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list__item:nth-child(9)::before {
  content: "05";
}

@media only screen and (max-width: 64rem) {
  .process-list__item:nth-child(9)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list__item:nth-child(11)::before {
  content: "06";
}

@media only screen and (max-width: 64rem) {
  .process-list__item:nth-child(11)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list__item::before {
  display: inline-block;
}

@media only screen and (max-width: 64rem) {
  .process-list__item::before {
    display: inline;
  }
}

.process-list__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: #BC2027;
  border-radius: 50%;
}

@media only screen and (max-width: 64rem) {
  .process-list__item::after {
    display: none;
  }
}

.process-list__group {
  position: relative;
}

.process-list__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
}

.process-list__dropdown--active {
  display: block;
}

.process-list__title {
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-weight: lighter;
  font-size: 2rem;
}

@media only screen and (max-width: 64rem) {
  .process-list__title {
    display: inline;
    padding-left: 0;
    text-align: left;
    font-size: 2rem;
    color: #2e3732;
  }
}

.process-list__figure {
  display: block;
  width: 6rem;
  height: 6rem;
  /*overflow: hidden;*/
  /*background: white;*/
  border-radius: 50%;
  border: solid #BC2027 0.3rem;
  position: absolute;
  top: -8rem;
  left: 50%;
  margin-left: -3rem;
}

.process-list__figure::before {
  content: "";
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 8rem;
  left: 50%;
  margin-left: -1.5rem;
  border-top: solid #BC2027 4.5rem;
  margin-top: -5rem;
  border-right: solid transparent 1.5rem;
  border-left: solid transparent 1.5rem;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media only screen and (max-width: 64rem) {
  .process-list__figure {
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 4rem;
    height: 4rem;
  }
  .process-list__figure::before {
    content: "";
    display: none;
  }
  .process-list__figure::after {
    content: "";
    display: none;
  }
}

.process-list__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #eaeaea;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.process-list__content {
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
  color: #2e3732;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1rem;
  z-index: 50;
  width: 80%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  border-radius: 10px;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 64rem) {
  .process-list__content {
    display: none;
    position: relative;
    margin-top: -1rem;
    opacity: 1;
    padding: 2rem 1rem;
    margin-left: 0;
  }
}

.process-list__content-title {
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-weight: lighter;
  font-size: 2rem;
  color: #BC2027;
}

@media only screen and (max-width: 64rem) {
  .process-list__content-title {
    display: none;
  }
}

/* Large Process Section */
.process-list-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg {
    display: block;
    position: relative;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: #e9dfd1;
  }
}

.process-list-lg::before {
  content: "";
  display: block;
  position: absolute;
  top: 8rem;
  left: -100%;
  height: 0;
  width: 300%;
  padding-bottom: 150%;
  border-radius: 50%;
  border-top: dashed #BC2027 2px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg::before {
    display: none;
  }
}

.process-list-lg__item {
  display: block;
  position: relative;
  width: 12.66667%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  padding-top: 1rem;
  padding: 1rem 2rem;
  z-index: 2;
  margin-top: .15%;
  margin-top: 0;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item {
    display: block;
    position: relative;
    width: auto;
    text-align: left;
    padding-top: 0;
    padding: 1rem 1rem 1rem 6rem;
    margin: 5px 0;
    z-index: 0;
    margin-top: 0;
    background-color: #fff;
  }
}

.process-list-lg__item:nth-child(1), .process-list-lg__item:nth-child(15) {
  margin-top: 3.3%;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(1), .process-list-lg__item:nth-child(15) {
    margin-left: 0;
    margin-top: 0;
    padding-left: 6rem;
  }
}

.process-list-lg__item:nth-child(3), .process-list-lg__item:nth-child(13) {
  margin-top: 1.5%;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(3), .process-list-lg__item:nth-child(13) {
    margin-left: 0;
    margin-top: 0;
  }
}

.process-list-lg__item:nth-child(5), .process-list-lg__item:nth-child(11) {
  margin-top: 0.5%;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(5), .process-list-lg__item:nth-child(11) {
    margin-left: 0;
    margin-top: 0;
  }
}

.process-list-lg__item::before {
  content: "00";
  display: block;
  font-weight: lighter;
  font-size: 4rem;
  margin-bottom: -1rem;
  font-family: "Teko", sans-serif;
}

.process-list-lg__item:nth-child(1)::before {
  content: "01";
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(1)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list-lg__item:nth-child(3)::before {
  content: "02";
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(3)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list-lg__item:nth-child(5)::before {
  content: "03";
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(5)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list-lg__item:nth-child(7)::before {
  content: "04";
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(7)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list-lg__item:nth-child(9)::before {
  content: "05";
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(9)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list-lg__item:nth-child(11)::before {
  content: "06";
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(11)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list-lg__item:nth-child(13)::before {
  content: "07";
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(13)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list-lg__item:nth-child(15)::before {
  content: "08";
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item:nth-child(15)::before {
    font-size: 2rem;
    padding-left: 0;
    text-align: left;
    display: none;
  }
}

.process-list-lg__item::before {
  display: inline-block;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item::before {
    display: inline;
  }
}

.process-list-lg__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: #BC2027;
  border-radius: 50%;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__item::after {
    display: none;
  }
}

.process-list-lg__group {
  position: relative;
}

.process-list-lg__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
}

.process-list-lg__dropdown--active {
  display: block;
}

.process-list-lg__title {
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-weight: lighter;
  font-size: 2rem;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__title {
    display: inline;
    padding-left: 0;
    text-align: left;
    font-size: 2rem;
    color: #2e3732;
  }
}

.process-list-lg__figure {
  display: block;
  width: 6rem;
  height: 6rem;
  /*overflow: hidden;*/
  /*background: white;*/
  border-radius: 50%;
  border: solid #BC2027 0.3rem;
  position: absolute;
  top: -8rem;
  left: 50%;
  margin-left: -3rem;
}

.process-list-lg__figure::before {
  content: "";
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 8rem;
  left: 50%;
  margin-left: -1.5rem;
  border-top: solid #BC2027 4.5rem;
  margin-top: -5rem;
  border-right: solid transparent 1.5rem;
  border-left: solid transparent 1.5rem;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__figure {
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 4rem;
    height: 4rem;
  }
  .process-list-lg__figure::before {
    content: "";
    display: none;
  }
  .process-list-lg__figure::after {
    content: "";
    display: none;
  }
}

.process-list-lg__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #eaeaea;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.process-list-lg__content {
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
  color: #2e3732;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1rem;
  z-index: 50;
  width: 80%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  border-radius: 10px;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__content {
    display: none;
    position: relative;
    margin-top: -1rem;
    opacity: 1;
    padding: 2rem 1rem;
    margin-left: 0;
  }
}

.process-list-lg__content-title {
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-weight: lighter;
  font-size: 2rem;
  color: #BC2027;
}

@media only screen and (max-width: 64rem) {
  .process-list-lg__content-title {
    display: none;
  }
}

.code-form-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.code-form-info__column {
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 1rem;
}

.code-form-info__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.code-form-info__title {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-weight: 700;
  font-size: 1.2rem;
  min-width: 80px;
}

.code-form-info__desc {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-box-flex: 1rem;
  -ms-flex-positive: 1rem;
  flex-grow: 1rem;
  -ms-flex-negative: 1rem;
  flex-shrink: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.horizontal-carousel {
  position: relative;
  height: 200px;
}

.horizontal-carousel__container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  -webkit-transition: height  .4s ease-out;
  transition: height  .4s ease-out;
}

.horizontal-carousel__container--full-width {
  width: 100%;
  max-width: 100%;
}

.horizontal-carousel__list {
  width: 100%;
  list-style: none;
  position: relative;
}

.horizontal-carousel__list--alt {
  margin-bottom: 4rem;
}

.horizontal-carousel__list-item {
  display: none;
  text-align: center;
  width: 100%;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.horizontal-carousel__list-item--active {
  position: relative;
  display: block;
  overflow: initial;
}

.horizontal-carousel__list-item--right {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  z-index: 0;
}

.horizontal-carousel__list-item--left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  z-index: 0;
}

@media only screen and (min-width: 57rem) {
  .horizontal-carousel__list-item {
    -webkit-transition: -webkit-transform .7s ease-out;
    transition: -webkit-transform .7s ease-out;
    transition: transform .7s ease-out;
    transition: transform .7s ease-out, -webkit-transform .7s ease-out;
  }
}

.horizontal-carousel__list-item--alt {
  -webkit-transition: all .5s .1s  linear;
  transition: all .5s .1s  linear;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  text-align: left;
}

.screen-reader-response {
  display: none;
}

.catalog {
  background-color: #e9dfd1;
  overflow: hidden;
}

.catalog__title-container {
  background-color: #BC2027;
  color: #e9dfd1;
  width: 100%;
  padding: .5rem 1rem;
}

.catalog__title {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.catalog__content {
  padding: 1rem;
  padding-bottom: 4rem;
}

.catalog__container {
  width: 100%;
  height: 100%;
  position: relative;
}

.catalog__project-details {
  display: block;
}

.project-details {
  list-style: none;
}

.project-details__item {
  display: none;
}

.project-details__item--active {
  display: block;
}

.project-details__item-title {
  padding-bottom: 1rem;
  padding-left: .5rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #BC2027;
}

.project-details__text {
  max-width: 700px;
  text-align: left;
  margin-top: 1rem;
}

.project-tiles {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  overflow: auto;
  /*justify-content: flex-start;
      align-items: flex-start;
      flex-basis: 100px;
      flex-grow: 0;
      flex-shrink: 1;*/
  list-style: none;
  width: 100%;
  padding-bottom: 1rem;
}

.project-tiles__item {
  display: block;
  display: inline-block;
  width: 180px;
  max-width: 180px;
  position: relative;
  margin: .25rem;
  cursor: pointer;
  padding-bottom: 32px;
}

@media only screen and (min-width) {
  .project-tiles__item {
    width: 150px;
  }
}

.project-tiles__item-image {
  padding-bottom: 50%;
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-tiles__item-image-source {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project-tiles__item-title {
  background-color: #2e3732;
  color: #ffffff;
  padding: .3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.project-tiles__item-title-text {
  font-size: 1.2rem;
  font-weight: 700;
}

.project-tiles-group {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 450px;
}

@media only screen and (max-width: 1077px) {
  .project-tiles-group {
    max-width: none;
  }
}

.project-tiles-group-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
}

.project-tiles-group--first-half {
  margin-right: 50px;
  width: 100%;
}

.project-tiles-group--second-half {
  margin-right: 0;
  margin-left: auto;
  width: 100%;
}

@media only screen and (max-width: 1077px) {
  .project-tiles-group--second-half {
    margin-right: auto;
    margin-left: 0;
  }
}

.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project__image-list {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.project__main-image {
  display: block;
  -ms-flex-preferred-size: 730px;
  flex-basis: 730px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 0;
  padding-bottom: 56.25%;
  margin-right: .25rem;
  background-color: black;
  position: relative;
  margin-bottom: 1rem;
}

.project__main-image-source {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.project__image-lists {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
}

@media only screen and (max-width: 500px) {
  .project__image-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.project__image-lists-container {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media only screen and (max-width: 500px) {
  .project__image-lists-container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
  }
  .project__image-lists-container::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 223, 209, 0)), color-stop(80%, #e9dfd1));
    background-image: linear-gradient(to bottom, rgba(233, 223, 209, 0) 0%, #e9dfd1 80%);
    z-index: 10;
  }
}

.project__image-list {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}

.project__image-list-item {
  display: block;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 188px;
  margin: .25rem;
  cursor: pointer;
}

.project__image-list-item:nth-child(1), .project__image-list-item:nth-child(2) {
  margin-top: 0;
}

.project__image-list-image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  max-width: 170px;
}

.project__image-list-image-source {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 500px) {
  .project__image-list {
    height: 200px;
    overflow: auto;
  }
}

.project__image-list-image-source-id {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #000;
  opacity: 0.8;
  padding: 0.2rem;
}

.catalog-carousels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.carousel-box {
  width: 100%;
  background-color: #e9dfd1;
  margin: 3rem 1.5rem 0;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 575px;
}

.carousel-box--full-width {
  /*-ms-flex-preferred-size: 100%;*/
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: none;
}

.carousel-box:first-child {
  /*margin-left: 0;*/
}

.carousel-box:last-child {
  /*margin-right: 0;*/
}

@media only screen and (max-width: 799px) {
  .carousel-box {
    margin-right: 0;
    margin-left: 0;
  }
}

.carousel-box__heading {
  background-color: #BC2027;
  color: #e9dfd1;
  padding: .5rem 1rem;
}

.carousel-box__heading-text {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
}

.carousel-box__image-container {
  position: relative;
}

.carousel-box__list {
  list-style: none;
}

.carousel-box__list-item {
  display: none;
}

.carousel-box__list-item--active {
  display: block;
}

.carousel-box__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-color: #e9dfd1;
  overflow: hidden;
}

.carousel-box__image-source {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.carousel-box__price {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  opacity: 1.0;
  padding: 0.2rem;
  z-index: 0;
  font-size: 1.44rem;
}

.carousel-box__btns {
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  pointer-events: none;
}

.carousel-box__btns-btn {
  background: #BC2027;
  text-indent: -100000000px;
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  color: transparent;
  font-size: 0;
  outline: none;
  cursor: pointer;
  bottom: 0;
  right: 0;
  pointer-events: initial;
}

.carousel-box__btns-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: solid 4px #e9dfd1;
  border-top: solid 4px #e9dfd1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.carousel-box__btns-btn--previous {
  right: 45px;
}

.carousel-box__btns-btn--previous::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.carousel-box__text {
  padding: 1rem;
}

.disclaimer-box {
  max-width: 57rem;
  padding: 1rem;
  padding-top: 3rem;
  margin: 0 auto;
  text-align: center;
}

.disclaimer-box__text {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

.disclaimer-box__date {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

.list {
  text-align: left;
  display: block;
}

.list__item {
  position: relative;
  display: block;
}

.list__item::before {
  content: " - ";
  display: block;
  position: absolute;
  left: 0;
}

.list__item--check {
  padding-left: 30px;
  font-size: 1rem;
}

.list__item--check::before {
  content: "";
  display: block;
  height: 10px;
  width: 20px;
  border-left: solid #BC2027 5px;
  border-bottom: solid #BC2027 5px;
  margin: 0;
  position: absolute;
  left: 0;
  top: .8rem;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 85em) {
  .list__item--check {
    height: auto;
  }
}

.list__item--plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list__item--plus::before {
  content: "";
}

.list__group {
  position: relative;
  margin-bottom: 1rem;
}

.list__group::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e9dfd1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list__faq {
  list-style: none;
}

.list__faq--btn {
  border: none;
  outline: none;
  font-size: 1.5rem;
  text-align: left;
  min-height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  padding-right: 30px;
}

.list__faq--btn:hover {
  text-decoration: underline;
}

.list__faq--btn:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: black;
  color: black;
}

.list__faq--btn:visited {
  color: black;
}

.list__faq--btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 5px;
  width: 5px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  font-size: 28px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.list__faq--active-btn::before {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.list__faq--answer {
  padding-bottom: 1rem;
  display: none;
  font-size: 1.3rem;
}

.list__item--spaced-aside::before {
  display: none;
}

.news-bar {
  display: block;
  position: relative;
  background-color: #e9dfd1;
  color: #BC2027;
  font-family: "Oswald", sans-serif;
  font-size: .8rem;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
}

/*Contractor Directory specific addition*/
.section__drop-down {
  display: block;
  max-width: 400px;
  margin: 0 auto 30px auto;
}

.section__drop-down-select {
  background-color: white;
}

.section__title-padding {
  padding-top: 15px;
}

.section__item-padding {
  padding: 5px 50px;
}

.section__item-header-row {
  color: #e9dfd1;
  padding: 5px 42px;
}

.section__list-label {
  font-weight: bold;
}

.photo-grid-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vertical-list-container {
  background-color: #e9dfd1;
  max-width: 40rem;
  margin: 0 auto;
}

.row-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 20px;
  padding-top: 20px;
}

.row-list-image-container {
  padding: 0 0 0 42px;
  width: 24em;
  height: 10em;
  margin-bottom: 15px;
  overflow: hidden;
}

.row-list-image {
  max-width: 12em;
}

.row-list-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row-image-list-outer {
  height: auto;
  width: 100%;
}

.section__content-category {
  text-align: center;
  padding: 20px 0;
}

/* list view specific change */
.photo-grid__item-line {
  height: 100%;
}

.photo-grid__item--captioned-line {
  height: 5rem;
  width: 24rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #2e3732;
}

.captured-image-line {
  width: 100%;
  overflow: hidden;
}

.captured-image-line-text {
  background-color: #BC2027;
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
}

.captioned-image__header-line {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.625rem;
  background: #BC2027;
  color: #e9dfd1;
  padding: 0.6rem 1.0rem;
  z-index: 2;
  line-height: 1;
}

.captioned-image__image-line {
  width: 30%;
  position: absolute;
  top: 0;
  z-index: 1;
  height: auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  .row-list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row-list-image-container {
    padding-bottom: 20px;
    width: 100%;
  }
  .row-list-image {
    max-width: 12em;
    max-width: 0 auto;
    display: block;
  }
  .row-list-image-outer {
    width: 12em;
  }
}

.widget {
  min-height: 900px;
  max-width: 57rem;
  margin: 0 auto;
}

.widget iframe {
  height: 100%;
  min-height: 900px !important;
}

.link-container {
  max-width: 40rem;
  padding: 1rem;
  margin: 0 auto;
}

.link-container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-container__title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #BC2027;
  text-transform: uppercase;
  font-size: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 45rem) {
  .link-container__title {
    font-size: 3rem;
  }
}

.link-container__item {
  display: block;
  margin: .5rem;
  width: 180px;
  max-width: 180px;
  position: relative;
  /*margin: .25rem;*/
  cursor: pointer;
  padding-bottom: 32px;
  margin-bottom: 4rem;
}

@media only screen and (min-width) {
  .link-container__item {
    width: 150px;
  }
}

.link-container__item-image {
  padding-bottom: 50%;
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.link-container__item-image-source {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.link-container__item-title {
  background-color: #2e3732;
  color: #ffffff;
  padding: .3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.link-container__item-title-text {
  font-size: 1.2rem;
  font-weight: 700;
}

.hidden-menu-item {
  display: none;
}

.cf7-group-container {
  -ms-flex-preferred-size: 50%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.5rem 1rem;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cf7-group-container br {
  display: none;
}

.cf7-group-container span {
  width: 100%;
}

.cf7-group-container__field {
  position: relative;
  width: 100%;
  background-color: #e9dfd1;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.cf7-button-container {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.cf7-button-container__button {
  padding: .75rem;
  font-size: 1.2rem;
}

@media only screen and (min-width: 51rem) {
  .cf7-group-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .cf7-group-container .cf7-group-container__field {
    width: 100%;
  }
}

.cf7-special-select {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.cf7-group-container-select::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: solid 2px #2e3732;
  border-bottom: solid 2px #2e3732;
  z-index: 1;
}

.estimation__button {
  background-color: #bc2027;
  color: white;
  height: 40px;
  text-transform: uppercase;
  font-family: 'Square Market', 'helvetica neue', helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 25px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.column-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-group__two {
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2rem;
}

@media only screen and (min-width: 51rem) {
  .column-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .column-group__two {
    width: 50%;
    padding: 1rem;
  }
}

/** contact form **/
.contact-form__input {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form__input {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  min-height: 35px;
  padding: .5rem;
  border-color: #e5e5e5;
  min-width: 100px;
  background-color: #e9dfd1;
  border: none;
}

.contact-form__label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: .25rem;
}

.contact-form__label--no-animate {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.contact-form__label--radio {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.contact-form__input {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.contact-form__input--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  padding-left: 0;
}

.contact-form__input--radio .first {
  margin-bottom: .5rem;
}

.contact-form__input--radio span input {
  margin-right: .5rem;
}

@media only screen and (min-width: 767px) {
  .contact-form__label--radio {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .contact-form__input {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media only screen and (min-width: 767px) {
  .contact-form__label {
    margin-bottom: 0;
    font-size: 1rem;
    padding-left: .65rem;
    color: #000;
    font-family: "Roboto", sans-serif;
    display: block;
    opacity: 1;
    -webkit-transform: translateY(-1.8rem);
    transform: translateY(-1.8rem);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .contact-form__input:focus + .contact-form__label,
  .contact-form__input:not(:placeholder-shown) + .contact-form__label {
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
    padding-left: 0;
    color: #000;
  }
  .contact-form__label--radio {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .contact-form__label--no-animate {
    -webkit-transform: none !important;
            transform: none !important;
    margin-bottom: .25rem;
    padding-left: 0;
  }
}

.contact-form__input::-webkit-input-placeholder {
  color: #e9dfd1;
}

.contact-form__input:-ms-input-placeholder {
  color: #e9dfd1;
}

.contact-form__input::-ms-input-placeholder {
  color: #e9dfd1;
}

.contact-form__input::placeholder {
  color: #e9dfd1;
}

.distance-messages {
  padding: 0 1rem 1rem;
}

.cf7-group-error, .cf7-group-to-far, .cf7-group-success {
  display: none;
  color: #bc2027;
  padding: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
  background-color: #f8d7da;
  border-radius: .25rem;
  border: 1px solid transparent;
  border-color: #f5c6cb;
}

.cf7-group-to-far--state p {
  text-align: left;
}

.cf7-group-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.email-confirmation {
  display: none;
}

.wpcf7-response-output {
  margin-bottom: 2rem;
}

.cf7-disabled {
  background-color: #bcbcbc;
  color: #333;
  pointer-events: none;
}

.cf7-disabled:hover {
  background-color: #bcbcbc;
  color: #333;
}

/**** WooCommerce ****/
.woocommerce {
  font-family: "Oswald", sans-serif;
}

.woocommerce--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section--no-bg {
  margin: 50px auto;
  width: 100%;
}

.section--no-bg-wide {
  margin: 50px auto;
  width: 100%;
}

.section__wishlist {
  width: 80%;
  margin: 50px auto;
}

.woocommerce-breadcrumb {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin: 50px auto 0px auto;
  width: 80%;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  color: #BC2027;
}

.woocommerce,
.header__title {
  margin: 50px auto;
  width: 80%;
}

.header--text-no-carousel {
  display: none;
}

.product-header-text, .price, .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}

footer {
  clear: both;
}

/*.header__image {
  max-height: 400px;
  overflow: hidden;
  -ms-flex-line-pack: center;
      align-content: center;
  display: none;
}

.header__image-source {
  width: 100%;
  margin-top: -13%;
}*/
.single-product > .product > .related {
  clear: both;
  margin-top: 20px;
}

.single-product > .product > .related > h2 {
  padding: 25px 0;
}

.entry-summary {
  text-align: left;
  -ms-flex-line-pack: left;
  align-content: left;
}

.cart > .quantity > input[type='number'],
#coupon_code, .wishlist_item_qty, .product-quantity > .quantity > input[type='number'] {
  height: 36px;
  width: 110px;
  font-size: 15px;
}

.woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p > span > input,
.pwgc-field-container > input, .woocommerce-form-login input[type="text"], .woocommerce-form-login input[type="password"],
.woocommerce-variation-add-to-cart > .quantity > input, .woocommerce-form-register input[type="email"], .woocommerce-form-login input[type="email"],
#pwgc-redeem-gift-card-number, #wpgv-redeem-gift-voucher-number, .woocommerce-Input--text {
  height: 36px;
  font-size: 16px;
  text-indent: 5px;
}

.woocommerce-additional-fields > .woocommerce-additional-fields__field-wrapper > p > span > textarea,
.pwgc-field-container > textarea {
  height: 100px;
  font-size: 16px;
  resize: none;
}

.single_add_to_cart_button, .checkout-button, #place_order, .ywsfl_single_add,
.ywsfl_button_container > .ywsfl_single_remove, #wishlist_button, .download-file > a {
  background-color: #BC2027 !important;
  font-family: "Oswald", sans-serif;
}

.single_add_to_cart_button, .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions > .woocommerce-button {
  margin-left: 0.75rem !important;
}

/** save for later **/
.ywsfl_button_container {
  margin-left: 0 !important;
}

#ywsfl_container_list > .ywsfl-row > .sub_container_product > .product_name > .display_product_status .savelist-in-stock {
  color: #BC2027 !important;
}

#ywsfl_container_list > .ywsfl-row > .delete_col a {
  color: #BC2027 !important;
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

#ywsfl_container_list > .ywsfl-row > .delete_col a:hover {
  color: #fff !important;
  background-color: #BC2027 !important;
}

.woocommerce-terms-and-conditions-link,
#yith-wsfl-messages {
  color: #BC2027 !important;
}

/** end of save for later **/
/** gift card **/
#voucherFromName,
#voucherForName,
#voucherAmount,
#voucherMessage,
#voucherEmail,
#voucherPayment,
#voucherFirstName,
#voucherLastName,
#voucherAddress,
#voucherPincode,
#shipping_email {
  font-size: 16px !important;
  text-indent: 5px !important;
  border: solid 1px #666666 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: inherit !important;
}

.section-gift {
  margin: 50px auto;
  width: 60%;
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  .section-gift {
    width: 70%;
  }
}

@media only screen and (max-width: 912px) {
  .section-gift {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .section-gift {
    width: 90%;
  }
}

#wpgv-redeem-gift-voucher-number {
  width: 150px;
  margin-right: 10px;
}

#wpgv_show-gift-card {
  color: #BC2027;
}

.checkout_wpgv_gift_voucher {
  margin-bottom: 20px;
}

/** end of gift card **/
.product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

mark {
  background-color: inherit;
}

@media only screen and (min-width: 767px) {
  .woocommerce-product-gallery {
    width: 40% !important;
  }
}

.price > .woocommerce-Price-amount,
.product-price > .woocommerce-Price-amount,
.product-subtotal > .woocommerce-Price-amount,
.product-total > .woocommerce-Price-amount,
.cart-subtotal > td > .woocommerce-Price-amount,
.order-total > td > strong > .woocommerce-Price-amount,
.in-stock {
  color: #BC2027 !important;
}

.bio__content--review {
  text-align: center;
}

@media only screen and (min-width: 50em) {
  .bio__content--review {
    text-align: left;
  }
}

#order_review_heading {
  margin-top: 25px;
}

.bio__content > p > em {
  display: none;
}

#order_review_heading {
  margin-top: 25px;
}

.cart-customlocation {
  color: #BC2027;
  text-decoration: none;
  color: inherit;
}

.cart-customlocation:hover {
  width: 100%;
}

.woocommerce-loop-category__title, .lost_password > a, .ign-list-form a,
.woocommerce-loop-product__title, .woocommerce-message a,
.product_meta > .posted_in a, .tagged_as > a, .woocommerce-MyAccount-content a,
.variations > tbody > tr > .value a, .woocommerce-info > a, .woocommerce-error li > a,
.add_saveforlater, .shipping-calculator-button, .woocommerce-MyAccount-navigation-link > a,
.woocommerce-table__product-name a, .product-name > a, .wl_result_wrap a,
.product_name > a, .ywsfl_button_container > .ywsfl_single_message > a {
  text-decoration: inherit !important;
  color: #BC2027 !important;
}

.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-Message--info::before, .woocommerce-Message--info::after,
.woocommerce-info::before, .woocommerce-info::after {
  color: #2e3732 !important;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: #2e3732 !important;
}

.add_to_cart_button, button[name="update_cart"] {
  background-color: #BC2027 !important;
  color: #ffffff !important;
}

.woocommerce-cart-form__cart-item > .product-name > a {
  text-decoration: inherit;
  color: #BC2027 !important;
}

.woocommerce-cart-form__cart-item > .product-remove > a {
  color: #BC2027 !important;
}

.product-remove > .remove:hover {
  color: #BC2027 !important;
  background-color: #BC2027 !important;
}

.woocommerce-message {
  border-top-color: #BC2027;
}

.woocommerce-message::before {
  content: "\e015";
  color: #BC2027;
}

@media only screen and (min-width: 767px) {
  .woocommerce-product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .woocommerce-product-gallery > .flex-viewport {
    width: 80%;
  }
  .woocommerce-product-gallery > .flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20%;
  }
  .woocommerce-product-gallery > .flex-control-thumbs > li {
    width: 100% !important;
  }
}

.woocommerce-MyAccount-navigation ul {
  width: 100%;
  height: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 2rem;
}

.woocommerce-MyAccount-navigation-link {
  position: relative;
}

.woocommerce-MyAccount-navigation-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 60%;
  width: 1px;
  background-color: #dddddb;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation-link:last-child::after {
  display: none;
}

.woocommerce-MyAccount-navigation-link > a {
  padding: 1rem 1.5rem;
}

.is-active > a {
  color: #BC2027 !important;
  pointer-events: none;
  cursor: default;
}

.woocommerce-address-fields input[type="text"],
.woocommerce-address-fields input[type="email"],
.woocommerce-address-fields input[type="tel"],
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.shipping_address input[type="text"],
.edit_wishlist_desc_title {
  height: 36px;
  font-size: 16px;
  text-indent: 5px;
}

/*** wishlist/registry ***/
.ign-wl-modal-content {
  font-family: "Oswald", sans-serif;
}

#wishlist_close_button {
  background-color: #BC2027 !important;
}

#wishlist_add_button {
  background-color: #BC2027 !important;
}

#wishlist_title_field {
  height: 36px;
  font-size: 18px;
}

#searchform #s {
  height: 36px;
  width: 110px;
  font-size: 15px;
  text-indent: 5px;
}

#searchform #searchsubmit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #BC2027;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.woocommerce input.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.section__header--title, #customer_login h2,
.woocommerce-MyAccount-content > h2, .woocommerce-MyAccount-content > h3 {
  margin: 2rem auto;
  color: #BC2027;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.woocommerce-MyAccount-content > p, .woocommerce-MyAccount-content > .woocommerce-message,
.woocommerce-MyAccount-content > .woocommerce-Message, .woocommerce-MyAccount-content > .woocommerce-Addresses,
.woocommerce-MyAccount-content > .woocommerce-EditAccountForm {
  text-align: left;
}

.wishlist_myaccount_h2, .your_wishlists {
  text-align: center;
}

.section--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  margin: 2em auto;
}

.section--small__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em auto;
  text-align: left;
  border-radius: 5px;
}

.section--small__content--left {
  float: left;
}

.section--small__content--right {
  float: right;
}

@media only screen and (max-width: 912px) {
  .section--small__content {
    width: 100%;
  }
}

.wl-table {
  width: 100%;
  margin: 2rem auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.wl-table th, .wl-table tr {
  text-align: center;
  width: 33%;
}

.wl-table th {
  font-weight: 700;
  padding: 9px 0;
  line-height: 1.5em;
}

.wl-table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0.2rem;
}

.wl-table td > a {
  color: #BC2027 !important;
  text-decoration: none;
}

.list-share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin: 2rem auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.wishlists_notice_ul {
  list-style: none;
  padding: 0;
}

.wishlists_notice_ul > li > a {
  color: #BC2027 !important;
  text-decoration: none;
}

.wishlist_title {
  color: #BC2027;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

.ign-list-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem auto;
  text-align: left;
}

.ign-list-form > form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0;
}

.ign-list-form > form > p > input[type="text"] {
  height: 36px;
  font-size: 16px;
  text-indent: 5px;
  margin: 1rem 0;
}

.ign-list-form > form > p > textarea {
  font-size: 16px;
  margin: 1rem 0;
  resize: none;
  height: 6rem;
}

.ign-list-rad-table tr {
  margin-bottom: 1rem;
}

.ign-list-rad-table td {
  padding-bottom: .5rem;
}

.ign-list-rad-table td > label {
  padding-left: 10px;
}

.ign-list-form > form > p > input[type="submit"] {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #BC2027;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  width: 150px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wishlist_search_form input#s {
  width: 100% !important;
}

#searchsubmit {
  margin-top: 1rem !important;
  float: right;
}

@media only screen and (max-width: 767px) {
  .ign-list-form > form > p > input[type="submit"] {
    width: auto;
    margin: 0;
  }
}

.edit_wishlist_desc_and_type_wrapper {
  margin: 0 auto;
  width: 80%;
}

.edit_wishlist_desc_title {
  margin-top: 1rem;
}

.header__ddl-placeholder {
  display: none;
}

.page-numbers > li > a {
  color: #BC2027 !important;
}

.wishlist_receiver_form {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0;
}

.wishlist_receiver_form > h3 {
  margin-bottom: 1rem;
}

.wishlist_receiver_form > table td {
  padding-bottom: 1rem;
}

.wishlist_receiver_form > table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.wishlist_receiver_form .wishlist_checkout_list_titles {
  margin-top: .5rem;
}

#notify_receiver_message {
  font-size: 16px;
  margin: 1rem 0;
  resize: none;
  height: 6rem;
  width: 100%;
}

@media only screen and (max-width: 912px) {
  .woocommerce {
    margin: 50px auto;
    width: 100%;
  }
  .woocommerce-MyAccount-navigation-link:after {
    display: none;
  }
  .section--no-bg-wide {
    width: 80%;
  }
  .section--no-bg {
    width: 80%;
  }
  .woocommerce-EditAccountForm input, .woocommerce-form-coupon input, .woocommerce-checkout input,
  .woocommerce-checkout textarea, .woocommerce-MyAccount-content input, .woocommerce-cart-form__cart-item .quantity input,
  .ign-list-form input, .ign-list-form textarea, .wishlist_search_form input[type="text"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce-MyAccount-navigation {
    position: relative;
    width: auto;
    padding: 10px;
    margin: 0 auto;
    background: transparent;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
  }
  .woocommerce-MyAccount-navigation > ul {
    display: block;
    position: absolute;
    left: -10px;
    right: 0;
    background: #fff;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    margin: .5rem;
    z-index: 1;
    border: 1px solid #333333;
  }
  .woocommerce-MyAccount-navigation-link > a {
    display: block;
    text-decoration: none;
    color: #515151;
    padding: 1rem 0 .5rem;
    text-align: center;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
  }
  .woocommerce-MyAccount-navigation-link:last-child > a:after {
    display: none;
  }
  .woocommerce-MyAccount-content {
    margin: 2rem auto;
  }
  .header__ddl-placeholder {
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    text-align: center;
    position: relative;
    display: inline;
    padding-right: 20px;
    font-weight: 500;
    color: #333333;
  }
  .header__ddl-placeholder::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #333333;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  .header__ddl--active .header__ddl-placeholder::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .header__ddl--active ul {
    opacity: 1;
    pointer-events: auto;
  }
  .voucher_search_bar {
    width: 100% !important;
  }
  .woocommerce-Address address {
    margin-bottom: 1rem;
  }
  .voucher_search_button, .woocommerce-MyAccount-content button[type="submit"], .wc-proceed-to-checkout {
    margin: 1rem auto !important;
  }
}

/*** end of wishlist/registry ***/
.woocommerce-Tabs-panel--description .column
h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.woocommerce-Tabs-panel--description h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.product_cat-digital > .woocommerce-LoopProduct-link.woocommerce-loop-product__link > img {
  height: 280px !important;
}

.woocommerce-Tabs-panel--description h3 {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  width: 50%;
}

.woocommerce-Tabs-panel--description ul, .woocommerce-Tabs-panel--description ol {
  padding: 1rem;
  font-size: 1.1rem;
  float: left;
}

@media only screen and (min-width: 912px) {
  .woocommerce-thankyou {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

.section-woocommerce {
  padding-top: 0;
}

.woocommerce-order-overview {
  margin: 2rem auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.woocommerce-order-overview > li {
  border: none !important;
  margin: 1rem !important;
}

@media only screen and (min-width: 912px) {
  .woocommerce-order-overview {
    margin: 2rem auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .woocommerce-order-overview > li {
    border-right: 1px dashed #d3ced2 !important;
    margin-left: 0 !important;
  }
}

.check-help {
  display: none;
}

@media only screen and (min-width: 768px) {
  .check-help {
    width: 49%;
    float: right;
    background-color: #2e3732;
    height: 194px;
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .check-help--text {
    padding: 2rem;
    color: #e9dfd1;
    font-size: 24px;
  }
  .check-help--text-link {
    padding-left: .5rem;
    color: #e9dfd1;
    text-decoration: none;
  }
  .check-help--text-link:hover {
    text-decoration: underline;
  }
  #wc-authorize-net-cim-credit-card-credit-card-form {
    display: inline-block;
    width: 49%;
  }
  .woocommerce div.product div.images {
    margin-bottom: 5em !important;
  }
}

/*** end of woocommerce ***/
.cf7-error {
  display: none;
  color: #bc2027;
  padding: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
  background-color: #f8d7da;
  border-radius: .25rem;
  border: 1px solid transparent;
  border-color: #f5c6cb;
  text-align: left;
}

.video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-frame__container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-frame__container-short {
  padding-bottom: 42%;
}

.video-frame__row {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 1250px;
}

@media only screen and (min-width: 32rem) {
  .video-frame__row {
    width: 75%;
  }
}

@media only screen and (min-width: 56rem) {
  .video-frame__row {
    width: 60%;
  }
}

.section--no-pad-top {
  padding: 0 1rem 3rem 1rem;
}
/*# sourceMappingURL=style.css.map */