@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@font-face {
  font-family: dia;
  src: url(/wp-content/themes/hos/dist/fonts/Dia_Bold.otf);
}
@font-face {
  font-family: gordita;
  src: url(/wp-content/themes/hos/dist/fonts/Gordita-Bold.otf);
}
@font-face {
  font-family: ogg;
  src: url(/wp-content/themes/hos/dist/fonts/Ogg-Text-Medium.otf);
}
.serif {
  font-family: ogg, serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.sans {
  font-family: dia, sans-serif;
  font-weight: 400;
}

.white {
  color: #FFF;
}

body {
  font-family: ogg, serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body {
  color: #000;
}

h2, .h2 {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  h2, .h2 {
    font-size: 6.5104166667vw;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  h2, .h2 {
    font-size: 3.90625vw;
  }
}
h2, .h2 {
  margin-bottom: 1.5625vw;
}

p {
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  p {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 1320px) {
  p {
    font-size: 1.40625vw;
  }
}
strong {
  font-weight: 600;
}

.text-black {
  color: #000;
}
.text-white {
  color: #FFF;
}

.smallcaps {
  font-family: dia, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  .smallcaps {
    font-size: 1.3541666667vw;
  }
}

.aligncenter {
  text-align: center;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}
body ::selection {
  color: #000;
  background-color: #ffdc61;
}

.post, .page {
  margin-bottom: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

.nopad {
  padding: 0 !important;
}

.nomargin {
  margin: 0;
}

.site-pad-half {
  padding: 2vw;
}
@media (min-width: 576px) {
  .site-pad-half {
    padding: 4.5572916667vw;
  }
}
@media (min-width: 768px) {
  .site-pad-half {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 1320px) {
  .site-pad-half {
    padding: 2.2135416667vw;
  }
}

.desktop-only {
  display: none !important;
}
@media (min-width: 576px) {
  .desktop-only {
    display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .mobile-only {
    display: none !important;
  }
}

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

.flex-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.flex-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.fg-1 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.fg-2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}

.fg-3 {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}

.fg-4 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 576px) {
  .fg-4 {
    -webkit-flex-grow: 4;
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    flex-grow: 4;
  }
}

.bg-blue {
  background: #9CC4FF;
}
.bg-red {
  background: #FF4026;
}
.bg-sage {
  background: #778C7C;
}
.bg-green {
  background: #1A8A52;
}
.bg-yellow {
  background: #ffdc61;
}
.bg-mauve {
  background: #dfc7d8;
}
.bg-brown {
  background: #867472;
}
.bg-light-blue {
  background: #9CC4FF;
}
.bg-purple {
  background: #BC91FA;
}
.bg-peach {
  background: #FF9961;
}

.img-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-height {
  height: 93.3333333333vw;
}
@media (min-width: 768px) {
  .project-height {
    height: 41.6666666667vw;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  margin-left: -1vw;
  margin-right: -1vw;
}
@media (min-width: 576px) {
  .row {
    margin-left: -2.2786458333vw;
    margin-right: -2.2786458333vw;
  }
}
@media (min-width: 768px) {
  .row {
    margin-left: -0.9114583333vw;
    margin-right: -0.9114583333vw;
  }
}
@media (min-width: 1320px) {
  .row {
    margin-left: -1.1067708333vw;
    margin-right: -1.1067708333vw;
  }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: -1vw !important;
  padding-right: -1vw !important;
}
@media (min-width: 576px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 2.2786458333vw;
    padding-right: 2.2786458333vw;
  }
}
@media (min-width: 768px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 0.9114583333vw;
    padding-right: 0.9114583333vw;
  }
}
@media (min-width: 1320px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 1.1067708333vw;
    padding-right: 1.1067708333vw;
  }
}

.blockpadding {
  padding: 2vw;
}
@media (min-width: 576px) {
  .blockpadding {
    padding: 4.5572916667vw;
  }
}
@media (min-width: 768px) {
  .blockpadding {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 1320px) {
  .blockpadding {
    padding: 2.2135416667vw;
  }
}
@media (max-width: 768px) {
  .blockpadding {
    padding: 4vw;
  }
}

.row-spacing-half {
  margin-top: 2vw;
}
@media (min-width: 576px) {
  .row-spacing-half {
    margin-top: 4.5572916667vw;
  }
}
@media (min-width: 768px) {
  .row-spacing-half {
    margin-top: 1.8229166667vw;
  }
}
@media (min-width: 1320px) {
  .row-spacing-half {
    margin-top: 2.2135416667vw;
  }
}

.min-block-height {
  height: 100%;
  min-height: 36.4583333333vw;
}

header#masthead {
  background: #000;
  color: #FFF;
  position: relative;
  top: 0;
}
header#masthead .hos-logo {
  font-family: dia, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1;
  margin: 0;
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  header#masthead .hos-logo {
    font-size: 1.3541666667vw;
  }
}
header#masthead .hos-logo a, header#masthead .hos-logo a:visited {
  color: #FFF;
}
header#masthead .hos-logo a:hover, header#masthead .hos-logo a:visited:hover {
  color: #9CC4FF;
}
@media (max-width: 768px) {
  header#masthead .main-navigation-wrap {
    position: static;
  }
}
header#masthead.is-featured #site-navigation ul li.menu-item-home a {
  color: #9CC4FF;
}
header#masthead #site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  header#masthead #site-navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
header#masthead #site-navigation ul li {
  display: block;
  text-transform: uppercase;
  margin-bottom: 2.4vw;
  margin-top: 1.8666666667vw;
  line-height: 1;
}
@media (min-width: 768px) {
  header#masthead #site-navigation ul li {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 3.125vw;
  }
}
@media (min-width: 768px) {
  header#masthead #site-navigation ul li:last-of-type {
    margin: 0;
  }
}
header#masthead #site-navigation ul li a, header#masthead #site-navigation ul li a:visited {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  color: #FFF;
}
@media (min-width: 768px) {
  header#masthead #site-navigation ul li a, header#masthead #site-navigation ul li a:visited {
    font-size: 1.3541666667vw;
  }
}
header#masthead #site-navigation ul li a:hover, header#masthead #site-navigation ul li a:visited:hover {
  color: #9CC4FF;
}
@media (max-width: 768px) {
  header#masthead #site-navigation .menu-primary-navigation-container {
    display: none;
  }
  header#masthead #site-navigation.toggled .menu-primary-navigation-container {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: 0;
    left: 0;
    background: #000;
    border-top: 0.5px solid #FFF;
    padding: 2vw;
    padding-left: calc(15px + 1.3333333333vw);
    padding-right: calc(15px + 1.3333333333vw);
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  header#masthead #site-navigation.toggled .menu-primary-navigation-container {
    padding: 4.5572916667vw;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  header#masthead #site-navigation.toggled .menu-primary-navigation-container {
    padding: 1.8229166667vw;
  }
}
@media (max-width: 768px) and (min-width: 1320px) {
  header#masthead #site-navigation.toggled .menu-primary-navigation-container {
    padding: 2.2135416667vw;
  }
}
@media (max-width: 768px) {
  header#masthead #site-navigation.toggled .menu-toggle svg#close {
    display: block;
  }
  header#masthead #site-navigation.toggled .menu-toggle svg#open {
    display: none;
  }
}
header#masthead .nav-below * {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 2.4533333333vw;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1.2;
}
@media (min-width: 768px) {
  header#masthead .nav-below * {
    font-size: 1.0416666667vw;
  }
}
header#masthead .nav-below .email a {
  color: #ffdc61;
}
header#masthead .nav-below .email a:hover {
  color: #9CC4FF;
}
@media (max-width: 768px) {
  header#masthead .phrases {
    overflow: hidden;
  }
}
header#masthead.slim-nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  border: none;
}
header#masthead.slim-nav .phrases, header#masthead.slim-nav .nav-below {
  display: none;
}
header#masthead.slim-nav .nav-left-bottom, header#masthead.slim-nav .nav-right {
  display: none;
}
header#masthead.slim-nav .nav-wrap {
  border: none;
}
header#masthead.slim-nav .nav-wrap .nav-left {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
}
header#masthead.slim-nav .nav-wrap .nav-left:after {
  content: none;
}
header#masthead.slim-nav .nav-wrap .nav-left .nav-left-top {
  margin-bottom: 0;
}
header#masthead.slim-nav .nav-wrap .nav-left .nav-left-top .site-branding svg.stacked-logo {
  display: none;
}
header#masthead.slim-nav .nav-wrap .nav-left .nav-left-top .site-branding svg.one-line-logo {
  display: block;
  width: 40vw;
}
@media (min-width: 576px) {
  header#masthead.slim-nav .nav-wrap .nav-left .nav-left-top .site-branding svg.one-line-logo {
    width: 29.9479166667vw;
  }
}
@media (min-width: 768px) {
  header#masthead.slim-nav .nav-wrap .nav-left .nav-left-top .site-branding svg.one-line-logo {
    width: 12.5vw;
  }
}
@media (min-width: 1320px) {
  header#masthead.slim-nav .nav-wrap .nav-left .nav-left-top .site-branding svg.one-line-logo {
    width: 13.0208333333vw;
  }
}
header#masthead.slim-nav .nav-wrap .nav-left .nav-left-top #site-navigation ul {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
header#masthead.slim-nav .nav-wrap .nav-left .nav-left-top #site-navigation ul li {
  display: inline-block;
  margin-left: 2.6041666667vw;
}
header#masthead.slim-nav .nav-wrap .nav-left .nav-left-top #site-navigation ul li a, header#masthead.slim-nav .nav-wrap .nav-left .nav-left-top #site-navigation ul li a:visited {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 1.1458333333vw;
  color: #FFF;
}
header#masthead .phrases {
  overflow: hidden !important;
  white-space: nowrap !important;
  position: relative !important;
}
header#masthead .phrases .phrase-wrap {
  padding: 2vw;
}
@media (min-width: 576px) {
  header#masthead .phrases .phrase-wrap {
    padding: 4.5572916667vw;
  }
}
@media (min-width: 768px) {
  header#masthead .phrases .phrase-wrap {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 1320px) {
  header#masthead .phrases .phrase-wrap {
    padding: 2.2135416667vw;
  }
}
header#masthead .phrases .phrase-wrap {
  padding-top: 5.3333333333vw !important;
  padding-right: 0;
  padding-bottom: 3.2vw !important;
  display: inline-flex !important;
  will-change: transform !important;
}
@media (min-width: 768px) {
  header#masthead .phrases .phrase-wrap {
    padding-bottom: 1.0416666667vw !important;
    padding-top: 4.1666666667vw !important;
  }
}
header#masthead .phrases .phrase-wrap .phrase {
  line-height: 1;
  font-size: 10.6666666667vw;
  font-weight: 400;
  margin: 0;
}
header#masthead .phrases .phrase-wrap .phrase svg {
  width: 7.4666666667vw;
  height: auto;
  margin-right: 3.8vw;
  margin-left: 3.8vw;
  position: relative;
  top: -0.46875vw;
}
header#masthead .phrases .phrase-wrap .phrase svg circle {
  fill: #ffdc61;
}
@media (min-width: 768px) {
  header#masthead .phrases .phrase-wrap .phrase svg {
    width: 4.84375vw;
    margin-right: 2.8vw;
    margin-left: 2.8vw;
  }
}
header#masthead .phrases .phrase-wrap .phrase svg:hover circle {
  fill: #ffdc61;
}
@media (min-width: 768px) {
  header#masthead .phrases .phrase-wrap .phrase {
    font-size: 6.7708333333vw;
  }
}
header#masthead .nav-wrap {
  border-bottom: 0.5px solid #FFF;
}
@media (max-width: 768px) {
  header#masthead .nav-wrap {
    position: relative;
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
header#masthead .nav-wrap .nav-left {
  position: relative;
}
header#masthead .nav-wrap .nav-left:after {
  content: "";
  display: block;
  position: absolute;
  right: -0.78125vw;
  top: 0;
  height: 100%;
  border-right: 1px solid #FFF;
}
header#masthead .nav-wrap .nav-left .nav-left-top {
  margin-bottom: 4vw;
}
@media (min-width: 576px) {
  header#masthead .nav-wrap .nav-left .nav-left-top {
    margin-bottom: 9.1145833333vw;
  }
}
@media (min-width: 768px) {
  header#masthead .nav-wrap .nav-left .nav-left-top {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1320px) {
  header#masthead .nav-wrap .nav-left .nav-left-top {
    margin-bottom: 5.2083333333vw;
  }
}
header#masthead .nav-wrap .nav-left .nav-left-top .site-branding svg {
  width: 26.6666666667vw;
}
@media (min-width: 576px) {
  header#masthead .nav-wrap .nav-left .nav-left-top .site-branding svg {
    width: 23.4375vw;
  }
}
@media (min-width: 768px) {
  header#masthead .nav-wrap .nav-left .nav-left-top .site-branding svg {
    width: 10.4166666667vw;
  }
}
@media (min-width: 1320px) {
  header#masthead .nav-wrap .nav-left .nav-left-top .site-branding svg {
    width: 13.3854166667vw;
  }
}
header#masthead .nav-wrap .nav-left .nav-left-top .site-branding svg.one-line-logo {
  display: none;
}
header#masthead .nav-wrap .nav-left .nav-left-top .site-branding svg:hover .f4e1ef7f-e4fa-4612-89c4-074a275ba667 {
  fill: #FF9961;
}
header#masthead .nav-wrap .nav-left .nav-left-bottom {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.2;
}
header#masthead .nav-wrap .nav-left .nav-left-bottom a, header#masthead .nav-wrap .nav-left .nav-left-bottom a:visited {
  color: #FFF;
}
header#masthead .nav-wrap .nav-right {
  font-size: 2.7083333333vw;
  color: #FF4026;
  padding-left: 4vw !important;
  line-height: 1.2;
}
@media (min-width: 576px) {
  header#masthead .nav-wrap .nav-right {
    padding-left: 3.90625vw 2 !important;
  }
}
@media (min-width: 768px) {
  header#masthead .nav-wrap .nav-right {
    padding-left: 2.0833333333vw !important;
  }
}
@media (min-width: 1320px) {
  header#masthead .nav-wrap .nav-right {
    padding-left: 2.0833333333vw !important;
  }
}
header#masthead .menu-toggle {
  background: none;
  border: none;
  appearance: none;
  padding: 0;
  margin-left: auto;
  line-height: 1;
}
header#masthead .menu-toggle #close {
  display: none;
}
header#masthead .menu-toggle #open {
  display: block;
}
header#masthead .menu-toggle svg {
  height: 3.2vw;
  width: auto;
  position: relative;
}
header#masthead .menu-toggle svg #top, header#masthead .menu-toggle svg #bottom {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#masthead .menu-toggle:active, header#masthead .menu-toggle:focus {
  border: none;
  outline: none;
}

body:not(.home) #site-navigation li.current-menu-item a {
  color: #9CC4FF !important;
}

body.single-work_post_type #masthead.is-featured #site-navigation li.home a {
  color: #9CC4FF !important;
}
body.single-work_post_type #masthead.is-archive #site-navigation li.archive a {
  color: #9CC4FF !important;
}

main#primary {
  padding: 2vw;
}
@media (min-width: 576px) {
  main#primary {
    padding: 4.5572916667vw;
  }
}
@media (min-width: 768px) {
  main#primary {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 1320px) {
  main#primary {
    padding: 2.2135416667vw;
  }
}
@media (max-width: 768px) {
  main#primary {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  main#primary {
    margin-top: 4.2666666667vw !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  main#primary {
    margin-bottom: 4.2666666667vw !important;
  }
}
@media (min-width: 768px) {
  main#primary .featured-project.double-width {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
}
main#primary.featured-projects-home {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  main#primary.featured-projects-home {
    margin-top: 0 !important;
  }
  main#primary.featured-projects-home p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  main#primary.featured-projects-home {
    padding-bottom: 0;
  }
}
main#primary.featured-projects-home .featured-projects {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
main#primary.featured-projects-home .featured-projects .intro-block {
  margin-bottom: 2vw !important;
}
@media (min-width: 576px) {
  main#primary.featured-projects-home .featured-projects .intro-block {
    margin-bottom: 4.5572916667vw !important;
  }
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .intro-block {
    margin-bottom: 1.8229166667vw !important;
    height: 36.71875vw;
  }
}
@media (min-width: 1320px) {
  main#primary.featured-projects-home .featured-projects .intro-block {
    margin-bottom: 2.2135416667vw !important;
  }
}
main#primary.featured-projects-home .featured-projects .archive-intro ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main#primary.featured-projects-home .featured-projects .archive-intro ul li a {
  font-family: dia, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .archive-intro ul li a {
    font-size: 1.3541666667vw;
  }
}
main#primary.featured-projects-home .featured-projects .archive-intro ul li a {
  color: #FFF;
}
@media (max-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project:not(.wide) {
    height: auto;
  }
}
main#primary.featured-projects-home .featured-projects .featured-project {
  overflow: hidden;
}
@media (max-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project {
    margin-top: 4.2666666667vw !important;
  }
}
@media (max-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project {
    margin-bottom: 1.8229166667vw !important;
    height: 36.71875vw;
  }
}
@media (min-width: 1320px) {
  main#primary.featured-projects-home .featured-projects .featured-project {
    margin-bottom: 2.2135416667vw !important;
  }
}
main#primary.featured-projects-home .featured-projects .featured-project .featured-project-image {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  height: auto;
}
@media (max-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project .featured-project-image {
    position: static;
    transform: none;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
main#primary.featured-projects-home .featured-projects .featured-project .featured-project-pattern {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 2vw;
}
@media (min-width: 576px) {
  main#primary.featured-projects-home .featured-projects .featured-project .featured-project-pattern {
    padding: 4.5572916667vw;
  }
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project .featured-project-pattern {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 1320px) {
  main#primary.featured-projects-home .featured-projects .featured-project .featured-project-pattern {
    padding: 2.2135416667vw;
  }
}
main#primary.featured-projects-home .featured-projects .featured-project a {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a {
    height: 100%;
    padding: 2vw;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  main#primary.featured-projects-home .featured-projects .featured-project a {
    padding: 4.5572916667vw;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 768px) and (min-width: 1320px) {
  main#primary.featured-projects-home .featured-projects .featured-project a {
    padding: 2.2135416667vw;
  }
}
main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info {
  padding: calc(10px + 2vw) calc(15px + 2vw);
}
@media (max-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info .featured-project-categories {
    padding: 0;
  }
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 2vw;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info {
    padding: 4.5572916667vw;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 768px) and (min-width: 1320px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info {
    padding: 2.2135416667vw;
  }
}
main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info .featured-project-bottom {
  color: #FFF;
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 1.0416666667vw;
  text-transform: uppercase;
}
main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info .featured-project-bottom h2 {
  margin-bottom: 0;
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info .featured-project-bottom h2 {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info .featured-project-bottom h2 {
    font-family: dia, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info .featured-project-bottom h2 {
    font-size: 1.3541666667vw;
  }
}
main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info .featured-project-bottom ul {
  line-height: 1.35;
  margin-top: 5px;
}
main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info .featured-project-bottom ul li {
  font-family: dia, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-info .featured-project-bottom ul li {
    font-size: 1.3541666667vw;
  }
}
main#primary.featured-projects-home .featured-projects .featured-project a:hover .featured-project-info {
  opacity: 1;
}
main#primary.featured-projects-home .featured-projects .featured-project a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main#primary.featured-projects-home .featured-projects .featured-project a ul li {
  display: inline-block;
  margin-right: 4px;
  color: #000;
  float: left;
}
main#primary.featured-projects-home .featured-projects .featured-project a ul li:after {
  content: " & ";
}
main#primary.featured-projects-home .featured-projects .featured-project a ul li:nth-of-type(even):after {
  content: "";
}
main#primary.featured-projects-home .featured-projects .featured-project a ul li:nth-of-type(2n+3) {
  clear: left;
}
main#primary.featured-projects-home .featured-projects .featured-project a ul li:last-of-type:after {
  content: none;
}
main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-top {
  position: absolute;
  top: 45%;
}
main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-bottom {
  width: inherit;
  top: 2vw;
  right: 2vw;
  left: 2vw;
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-bottom {
    position: absolute;
  }
}
main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-bottom .featured-project-teaser {
  text-transform: none;
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-bottom .featured-project-teaser {
    font-size: 6.5104166667vw;
  }
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-bottom .featured-project-teaser {
    font-size: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-bottom .featured-project-teaser {
    font-size: 3.90625vw;
  }
}
main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-bottom .featured-project-teaser {
  color: #000;
}
@media (min-width: 576px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-bottom {
    top: 4.5572916667vw;
    right: 4.5572916667vw;
    left: 4.5572916667vw;
  }
}
@media (min-width: 768px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-bottom {
    top: 2.2135416667vw;
    right: 2.2135416667vw;
    left: 2.2135416667vw;
  }
}
@media (min-width: 1320px) {
  main#primary.featured-projects-home .featured-projects .featured-project a .featured-project-bottom {
    top: 2.2135416667vw;
    right: 2.2135416667vw;
    left: 2.2135416667vw;
  }
}
main#primary.featured-archive .featured-project .featured-project-info .featured-project-bottom h2 {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  main#primary.featured-archive .featured-project .featured-project-info .featured-project-bottom h2 {
    font-size: 6.5104166667vw;
  }
}
@media (min-width: 768px) {
  main#primary.featured-archive .featured-project .featured-project-info .featured-project-bottom h2 {
    font-size: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  main#primary.featured-archive .featured-project .featured-project-info .featured-project-bottom h2 {
    font-size: 3.90625vw;
  }
}
main#primary.featured-archive .featured-project .featured-project-info .featured-project-bottom h2 {
  color: #FFF;
  text-transform: none;
  font-size: 5.3333333333vw !important;
}
@media (min-width: 576px) {
  main#primary.featured-archive .featured-project .featured-project-info .featured-project-bottom h2 {
    font-size: 5.2083333333vw !important;
  }
}
@media (min-width: 768px) {
  main#primary.featured-archive .featured-project .featured-project-info .featured-project-bottom h2 {
    font-size: 3.125vw !important;
  }
}
@media (min-width: 1320px) {
  main#primary.featured-archive .featured-project .featured-project-info .featured-project-bottom h2 {
    font-size: 3.3854166667vw !important;
  }
}
main#primary section#studio-intro .hos-carousel-js .owl-stage-outer .owl-stage .owl-item .item {
  height: 36.4583333333vw;
}
main#primary section#studio-intro .hos-carousel-js .owl-stage-outer .owl-stage .owl-item .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
main#primary section#studio-bottom ul {
  margin: 0;
  padding: 0;
}
main#primary section#studio-bottom ul li {
  list-style: none;
  font-family: dia, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  main#primary section#studio-bottom ul li {
    font-size: 1.3541666667vw;
  }
}
main#primary section#studio-bottom .about-block-spacing {
  margin-top: 2vw !important;
}
@media (min-width: 576px) {
  main#primary section#studio-bottom .about-block-spacing {
    margin-top: 4.5572916667vw !important;
  }
}
@media (min-width: 768px) {
  main#primary section#studio-bottom .about-block-spacing {
    margin-top: 1.8229166667vw !important;
  }
}
@media (min-width: 1320px) {
  main#primary section#studio-bottom .about-block-spacing {
    margin-top: 2.2135416667vw !important;
  }
}
main#primary section#studio-bottom .client-list-block h3 {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  main#primary section#studio-bottom .client-list-block h3 {
    font-size: 6.5104166667vw;
  }
}
@media (min-width: 768px) {
  main#primary section#studio-bottom .client-list-block h3 {
    font-size: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  main#primary section#studio-bottom .client-list-block h3 {
    font-size: 3.90625vw;
  }
}
main#primary section#studio-bottom .client-list-block h3 {
  margin-bottom: 1.0416666667vw;
}
main#primary section#studio-bottom .client-list-block ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 0;
  padding: 0;
}
main#primary section#studio-bottom .client-list-block ul li {
  list-style: none;
  font-family: dia, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  main#primary section#studio-bottom .client-list-block ul li {
    font-size: 1.3541666667vw;
  }
}
main#primary section#studio-bottom .client-list-block ul li {
  color: #FFF;
}
main#primary section#studio-bottom .studio-block-1 h3 {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 16vw;
  line-height: 0.8;
  letter-spacing: -0.2604166667vw;
}
@media (min-width: 576px) {
  main#primary section#studio-bottom .studio-block-1 h3 {
    font-size: 13.0208333333vw;
  }
}
@media (min-width: 768px) {
  main#primary section#studio-bottom .studio-block-1 h3 {
    font-size: 6.7708333333vw;
  }
}
@media (min-width: 1320px) {
  main#primary section#studio-bottom .studio-block-1 h3 {
    font-size: 7.2916666667vw;
  }
}
main#primary section#studio-bottom .studio-block-1 h3 {
  margin-bottom: 1.5625vw;
  padding-bottom: 2.0833333333vw;
  border-bottom: 1px solid #FFF;
}
main#primary section#studio-bottom .studio-block-2 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
main#primary section#studio-bottom .studio-block-3 h3 {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  main#primary section#studio-bottom .studio-block-3 h3 {
    font-size: 6.5104166667vw;
  }
}
@media (min-width: 768px) {
  main#primary section#studio-bottom .studio-block-3 h3 {
    font-size: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  main#primary section#studio-bottom .studio-block-3 h3 {
    font-size: 3.90625vw;
  }
}
main#primary section#studio-bottom .studio-block-3 h3 {
  margin-bottom: 1.5625vw;
  padding-bottom: 1.0416666667vw;
  border-bottom: 1px solid #FFF;
}
main#primary section#studio-bottom .friends img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
main#primary section#studio-bottom .friends .rollover {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
}
@media (min-width: 576px) {
  main#primary section#studio-bottom .friends .rollover {
    left: 2.2786458333vw;
    right: 2.2786458333vw;
  }
}
@media (min-width: 768px) {
  main#primary section#studio-bottom .friends .rollover {
    left: 0.9114583333vw;
    right: 0.9114583333vw;
  }
}
@media (min-width: 1320px) {
  main#primary section#studio-bottom .friends .rollover {
    left: 1.1067708333vw;
    right: 1.1067708333vw;
  }
}
main#primary section#studio-bottom .friends:hover .rollover {
  opacity: 1;
}
main#primary section#studio-bottom .team-member img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
main#primary section#studio-bottom .team-member .rollover {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
}
@media (min-width: 576px) {
  main#primary section#studio-bottom .team-member .rollover {
    left: 2.2786458333vw;
    right: 2.2786458333vw;
  }
}
@media (min-width: 768px) {
  main#primary section#studio-bottom .team-member .rollover {
    left: 0.9114583333vw;
    right: 0.9114583333vw;
  }
}
@media (min-width: 1320px) {
  main#primary section#studio-bottom .team-member .rollover {
    left: 1.1067708333vw;
    right: 1.1067708333vw;
  }
}
main#primary section#studio-bottom .team-member .rollover h3 {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  main#primary section#studio-bottom .team-member .rollover h3 {
    font-size: 6.5104166667vw;
  }
}
@media (min-width: 768px) {
  main#primary section#studio-bottom .team-member .rollover h3 {
    font-size: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  main#primary section#studio-bottom .team-member .rollover h3 {
    font-size: 3.90625vw;
  }
}
main#primary section#studio-bottom .team-member .rollover h4 {
  color: #FFF;
  text-transform: uppercase;
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 1.4583333333vw;
}
main#primary section#studio-bottom .team-member:hover .rollover {
  opacity: 1;
}
main#primary section#studio-content .studio-content-row {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
main#primary section#studio-content h2 {
  margin-bottom: 0.2604166667vw;
}
main#primary section#studio-content p {
  margin-bottom: 0;
  margin-top: 0.78125vw;
}
main#primary section#studio-content .studio-content-right {
  height: inherit;
}
main#primary section#studio-content .studio-content-right div {
  height: 100%;
}
main#primary section#studio-content .studio-content-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main#primary section#studio-content .studio-content-right ul li {
  margin-bottom: 4.1666666667vw;
  position: relative;
}
main#primary section#studio-content .studio-content-right ul li:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #FFF;
  display: block;
  position: absolute;
  top: calc(100% + 2.0833333333vw);
}
main#primary section#studio-content .studio-content-right ul li:last-of-type {
  padding-bottom: 0;
}
main#primary section#studio-content .studio-content-right ul li:last-of-type:after {
  content: none;
}
main#primary section#studio-content .studio-content-right ul li a {
  color: #FFF;
}
main#primary section#studio-content .studio-content-right ul li a:hover {
  color: #000;
}
main#primary section#studio-content .studio-content-right ul li a.news-item-link {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 1.1458333333vw;
  color: #FFF;
  text-transform: uppercase;
}
main#primary section#studio-content .studio-content-right ul li a.news-item-link:hover {
  color: #000;
}
@media (min-width: 768px) {
  .page-template-page-home main#primary.featured-projects-home .featured-projects .featured-project.wide {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
}
@media (max-width: 768px) {
  .page-template-page-home main#primary.featured-projects-home .featured-projects .featured-project.wide {
    height: auto;
  }
  .page-template-page-home main#primary.featured-projects-home .featured-projects .featured-project.wide a {
    height: auto;
  }
}

@media (max-width: 768px) {
  #project-builder .page-section {
    margin-bottom: 4.2666666667vw !important;
  }
}
@media (min-width: 768px) {
  #project-builder .page-section {
    margin-bottom: 1.8229166667vw !important;
  }
}
@media (min-width: 1320px) {
  #project-builder .page-section {
    margin-bottom: 2.2135416667vw !important;
  }
}
#project-builder .page-section.media-row-full-width .wp-video {
  width: 100% !important;
}
@media (max-width: 768px) {
  #project-builder .page-section.project-intro-row .min-block-height {
    height: inherit;
    min-height: inherit;
  }
}
#project-builder .page-section.project-intro-row .project-intro-image {
  height: 100%;
}
#project-builder .page-section.project-intro-row .project-intro-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#project-builder .page-section.project-intro-row .project-intro-details {
  padding: 4vw;
}
@media (min-width: 576px) {
  #project-builder .page-section.project-intro-row .project-intro-details {
    padding: 9.1145833333vw;
  }
}
@media (min-width: 768px) {
  #project-builder .page-section.project-intro-row .project-intro-details {
    padding: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  #project-builder .page-section.project-intro-row .project-intro-details {
    padding: 4.4270833333vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #project-builder .page-section.project-intro-row .project-intro-details {
    margin-top: 4.2666666667vw !important;
  }
}
#project-builder .page-section.project-intro-row .project-intro-details p {
  margin: 0;
}
#project-builder .page-section.project-intro-row .project-intro-details .project-intro-scope {
  margin-top: 2.0833333333vw;
}
#project-builder .page-section.project-intro-row .project-intro-details .project-intro-scope h2 {
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  #project-builder .page-section.project-intro-row .project-intro-details .project-intro-scope h2 {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 1320px) {
  #project-builder .page-section.project-intro-row .project-intro-details .project-intro-scope h2 {
    font-size: 1.40625vw;
  }
}
#project-builder .page-section.project-intro-row .project-intro-details .project-intro-scope ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
#project-builder .page-section.project-intro-row .project-intro-details .project-intro-scope ul li {
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 1.3020833333vw;
  line-height: 1.2;
  text-transform: uppercase;
}
#project-builder .page-section.image-row .two-thirds-image.has-video p {
  margin: 0;
}
@media (max-width: 768px) and (max-width: 768px) {
  #project-builder .page-section.image-row-two-up .col-md-6 {
    margin-bottom: 4.2666666667vw !important;
  }
}
@media (max-width: 768px) {
  #project-builder .page-section.image-row-two-up .col-md-6:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #project-builder .page-section.image-row-two-thirds-one-third .two-thirds-image {
    margin-bottom: 4.2666666667vw !important;
  }
}
#project-builder .page-section.image-row-three-up img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) and (max-width: 768px) {
  #project-builder .page-section.image-row-three-up .col-md-4 {
    margin-bottom: 4.2666666667vw !important;
  }
}
@media (max-width: 768px) {
  #project-builder .page-section.image-row-three-up .col-md-4:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #project-builder .page-section.quote-row .col-md-4 {
    margin-bottom: 4.2666666667vw !important;
  }
}
#project-builder .page-section.quote-row .quote-row-left {
  padding: 4vw;
}
@media (min-width: 576px) {
  #project-builder .page-section.quote-row .quote-row-left {
    padding: 9.1145833333vw;
  }
}
@media (min-width: 768px) {
  #project-builder .page-section.quote-row .quote-row-left {
    padding: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  #project-builder .page-section.quote-row .quote-row-left {
    padding: 4.4270833333vw;
  }
}
#project-builder .page-section.quote-row .quote-row-left {
  height: 100%;
  min-height: 36.4583333333vw;
}
#project-builder .page-section.quote-row .quote-row-left .quote-row-quote {
  margin-bottom: 0;
}
#project-builder .page-section.quote-row .quote-row-left .quote-row-citation {
  font-family: dia, sans-serif;
  font-weight: 400;
}
#project-builder .page-section.quote-row .quote-row-image {
  height: 100%;
  height: 100%;
  min-height: 36.4583333333vw;
}
#project-builder .page-section.last-project-row {
  margin-bottom: 0 !important;
}
#project-builder .page-section.last-project-row .last-project-row-image {
  height: 100%;
  height: 100%;
  min-height: 36.4583333333vw;
}
#project-builder .page-section.last-project-row .project-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
}
@media (max-width: 768px) and (max-width: 768px) {
  #project-builder .page-section.last-project-row .project-nav {
    margin-top: 4.2666666667vw !important;
  }
}
#project-builder .page-section.last-project-row .project-nav .project-footer-next {
  width: 100%;
  background-color: #FF4026;
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 4vw;
}
@media (min-width: 576px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-next {
    padding: 9.1145833333vw;
  }
}
@media (min-width: 768px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-next {
    padding: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-next {
    padding: 4.4270833333vw;
  }
}
#project-builder .page-section.last-project-row .project-nav .project-footer-next {
  text-align: left;
}
@media (max-width: 768px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-next {
    margin-bottom: 4.2666666667vw !important;
  }
}
@media (min-width: 768px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-next {
    padding: 2vw;
    margin-bottom: 30px;
    height: calc(50% - 15px);
    font-size: 2.0833333333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-next {
    padding: 4.5572916667vw;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-next {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 768px) and (min-width: 1320px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-next {
    padding: 2.2135416667vw;
  }
}
#project-builder .page-section.last-project-row .project-nav .project-footer-next .post-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  height: 100%;
}
#project-builder .page-section.last-project-row .project-nav .project-footer-next .nav-links .nav-next {
  text-align: left;
}
#project-builder .page-section.last-project-row .project-nav .project-footer-next .nav-links .nav-next a {
  color: #000;
}
#project-builder .page-section.last-project-row .project-nav .project-footer-next .nav-links .nav-previous {
  display: none;
}
#project-builder .page-section.last-project-row .project-nav .project-footer-archive {
  width: 100%;
  background-color: #dfc7d8;
  font-family: dia, sans-serif;
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 4vw;
}
@media (min-width: 576px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-archive {
    padding: 9.1145833333vw;
  }
}
@media (min-width: 768px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-archive {
    padding: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-archive {
    padding: 4.4270833333vw;
  }
}
#project-builder .page-section.last-project-row .project-nav .project-footer-archive {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-archive {
    margin-bottom: 4.2666666667vw !important;
  }
}
@media (min-width: 768px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-archive {
    padding: 2vw;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    height: calc(50% - 15px);
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-archive {
    padding: 4.5572916667vw;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-archive {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 768px) and (min-width: 1320px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-archive {
    padding: 2.2135416667vw;
  }
}
@media (max-width: 768px) {
  #project-builder .page-section.last-project-row .project-nav .project-footer-archive br {
    display: none;
  }
}
#project-builder .page-section.last-project-row .project-nav .project-footer-archive a, #project-builder .page-section.last-project-row .project-nav .project-footer-archive a:visited {
  color: #000;
}

footer#colophon {
  padding: 4vw;
}
@media (min-width: 576px) {
  footer#colophon {
    padding: 9.1145833333vw;
  }
}
@media (min-width: 768px) {
  footer#colophon {
    padding: 3.6458333333vw;
  }
}
@media (min-width: 1320px) {
  footer#colophon {
    padding: 4.4270833333vw;
  }
}
footer#colophon {
  background: #000;
  color: #FFF;
}
footer#colophon a, footer#colophon a:visited {
  color: #FFF;
}
footer#colophon h3 {
  font-family: dia, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.5vw;
}
@media (max-width: 768px) {
  footer#colophon .row {
    margin-left: 0;
    margin-right: 0;
  }
  footer#colophon .row .footer-left, footer#colophon .row .footer-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  footer#colophon .row .footer-left div {
    padding-left: 0;
    padding-right: 0;
  }
}
footer#colophon .footer-logo svg {
  width: 16vw;
}
@media (min-width: 576px) {
  footer#colophon .footer-logo svg {
    width: 13.0208333333vw;
  }
}
@media (min-width: 768px) {
  footer#colophon .footer-logo svg {
    width: 5.7291666667vw;
  }
}
@media (min-width: 1320px) {
  footer#colophon .footer-logo svg {
    width: 6.25vw;
  }
}
footer#colophon #mc_embed_signup {
  position: relative;
}
footer#colophon #mc_embed_signup label {
  display: block;
  font-family: dia, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.5vw;
}
@media (min-width: 768px) {
  footer#colophon #mc_embed_signup label {
    font-size: 1.3020833333vw;
  }
}
footer#colophon #mc_embed_signup input#mce-EMAIL {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #FFF;
  width: 100%;
  color: #FF9961;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  footer#colophon #mc_embed_signup input#mce-EMAIL {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 1320px) {
  footer#colophon #mc_embed_signup input#mce-EMAIL {
    font-size: 1.40625vw;
  }
}
footer#colophon #mc_embed_signup input#mce-EMAIL:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #FF9961;
}
footer#colophon #mc_embed_signup input#mc-embedded-subscribe {
  appearance: none;
  background: #000 url("/wp-content/themes/hos/dist/images/form-submit.svg") no-repeat right bottom;
  background-size: 80% auto;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: -99999px;
  position: absolute;
  right: -2px;
  bottom: 0;
}
footer#colophon #mc_embed_signup input#mc-embedded-subscribe:focus {
  outline: none;
}
footer#colophon .footer-left-row {
  height: 100%;
}
footer#colophon .footer-left-row .footer-cta {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
footer#colophon .footer-right {
  padding-left: -1vw !important;
}
@media (min-width: 576px) {
  footer#colophon .footer-right {
    padding-left: 3.5807291667vw;
  }
}
@media (min-width: 768px) {
  footer#colophon .footer-right {
    padding-left: 1.4322916667vw;
  }
}
@media (min-width: 1320px) {
  footer#colophon .footer-right {
    padding-left: 1.8229166667vw;
  }
}
footer#colophon .footer-right p {
  font-size: 4vw;
}
@media (min-width: 576px) {
  footer#colophon .footer-right p {
    font-size: 3.2552083333vw;
  }
}
@media (min-width: 768px) {
  footer#colophon .footer-right p {
    font-size: 0.9895833333vw;
  }
}
@media (min-width: 1320px) {
  footer#colophon .footer-right p {
    font-size: 1.1458333333vw;
  }
}

/*# sourceMappingURL=styles.css.map */
