/*
 Theme Name: SGH
 */
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.clear {
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
div {
  position: relative;
  box-sizing: border-box;
}
a[href^="tel"] {
  color: inherit !important;
  text-decoration: none !important;
}
/* ##### COLORS ##### */
/* ##### FONTS ##### */
@font-face {
  font-family: "ConneqtRegular";
  src: url('fonts/ConneqtRegular/font.woff2') format('woff2'), url('webFonts/ConneqtRegular/font.woff') format('woff');
}
@font-face {
  font-family: "ConneqtBold";
  src: url('fonts/ConneqtBold/font.woff2') format('woff2'), url('webFonts/ConneqtBold/font.woff') format('woff');
}
@font-face {
  font-family: "ConneqtBlack";
  src: url('fonts/ConneqtBlack/font.woff2') format('woff2'), url('webFonts/ConneqtBlack/font.woff') format('woff');
}
/* ##### SCREEN SIZES ##### */
/* ##### UTILITY VARIABLES ##### */
/* ##### DEFAULT TEXT STYLES ##### */
h1 {
  font-size: 54px;
  font-weight: 300;
  font-family: 'ConneqtRegular', sans-serif;
  line-height: 1.25em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1105px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: 'ConneqtRegular', sans-serif;
  line-height: 1.25em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1105px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 36px;
  font-weight: 400;
  font-family: 'ConneqtRegular', sans-serif;
  line-height: 1.25em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1105px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: 'ConneqtRegular', sans-serif;
  line-height: 1.25em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1105px) {
  h4 {
    font-size: 24px;
    line-height: 1.1em;
  }
}
h5 {
  font-size: 22px;
  font-weight: 400;
  font-family: 'ConneqtRegular', sans-serif;
  line-height: 1.25em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1105px) {
  h5 {
    font-size: 22px;
    line-height: 1.1em;
  }
}
h6 {
  font-size: 12px;
  font-weight: 400;
  font-family: 'ConneqtBlack', sans-serif;
  line-height: 1.25em;
}
@media only screen and (max-width: 1105px) {
  h6 {
    font-size: 18px;
    line-height: 1.1em;
  }
}
em {
  font-style: italic;
}
* {
  box-sizing: border-box;
}
/* #####LIST STYLES ##### */
/* This file contains reasonable resets, basic page styles, and reusable/utility  classes that are used in many places throughout the site */
*::-webkit-scrollbar {
  display: none;
}
*:focus {
  outline: none;
}
body {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 400;
  color: #373a36;
}
a {
  text-decoration: none;
  color: #d29f1c;
}
p {
  line-height: 150%;
  margin: 0 0 1em 0;
}
img {
  max-width: 100%;
  height: auto;
}
div.alignleft, img.alignleft {
  display: block;
}
@media only screen and (min-width: 900px) {
  div.alignleft, img.alignleft {
    float: left;
    margin: 0 25px 25px 0;
  }
}
@media only screen and (max-width: 650px) {
  div.alignleft, img.alignleft {
    width: 100%;
  }
}
div.alignright, img.alignright {
  display: block;
}
@media only screen and (min-width: 900px) {
  div.alignright, img.alignright {
    float: right;
    margin: 0 0 25px 25px;
  }
}
strong {
  font-weight: 700;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
#page {
  z-index: 2;
  background: #fff;
}
@media only screen and (max-width: 450px) {
  #page {
    /*overflow: hidden; */
    margin-bottom: 0 !important;
  }
}
#content {
  overflow-x: clip;
}
.flex {
  display: flex;
}
.flexwrap {
  flex-wrap: wrap;
}
.flexcenter {
  align-items: center;
}
.fixed-width {
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1255px) {
  .fixed-width {
    margin: 0 20px;
  }
}
p.wp-caption-text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 10px !important;
  line-height: 14px !important;
  color: #373a36;
}
.button {
  display: inline-block;
  border-radius: 25px;
  font-family: 'ConneqtBold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 10px 15px 15px;
  text-decoration: none;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  z-index: 0;
}
.button::after {
  content: ' ';
  display: inline-block;
  height: 14px;
  width: 13px;
  background-image: url(images/arrow_gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
  top: 1px;
  position: relative;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #d6d2c4;
  z-index: -1;
  width: 200%;
  transform-origin: 0 bottom;
  transform: translate3D(-50%, 0, 0) rotate(-50deg);
}
.button:hover:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.button.outline {
  background: none;
  border: 1px solid #fff;
}
.button.outline.dark {
  border: 1px solid #373a36;
  color: #373a36;
}
.button.outline:hover {
  border: 1px solid #d6d2c4 !important;
}
.button:hover {
  /*background:$color-tan;*/
  color: #373a36;
  border-color: #d6d2c4;
}
.cta_button {
  display: inline-block;
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #373a36;
  margin-bottom: 16px;
  font-weight: 700;
}
.cta_button svg {
  vertical-align: middle;
  margin-left: 15px;
}
.cta_button svg circle {
  fill: #d29f1c;
}
.cta_button svg path {
  fill: #373a36;
}
.cta_button:hover svg circle {
  fill: #d6d2c4;
}
.dark-large-dotted-bg {
  background: url(images/dark-pattern-lg-bg.jpg);
  color: #fff;
  background-position: bottom;
}
.dark-large-dotted-bg.topalign {
  background-position: top;
}
@media only screen and (max-width: 650px) {
  .modulewrap {
    flex-wrap: wrap;
  }
}
.rotated_text {
  display: inline-block;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: inline-block;
  line-height: 16px;
  position: relative;
  right: 0px;
  text-align: right;
  text-align: right;
  flex-basis: 60px;
  flex: 0;
}
@media only screen and (max-width: 650px) {
  .rotated_text {
    flex-basis: 100%;
    writing-mode: initial;
    -moz-transform: none;
    -webkit-transform: none;
    right: unset;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 16px;
  }
}
.rotated_text h2, .rotated_text h4 {
  font-family: 'ConneqtBold', sans-serif;
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  border-left: 1px solid #fff;
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 650px) {
  .rotated_text h2, .rotated_text h4 {
    border-left: none;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    font-size: 14px;
  }
}
@keyframes kenburns {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-90px, -20px, 0px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
}
.category-pill {
  display: inline-block;
  border-radius: 10px;
  background: #d29f1c;
  padding: 4px 10px;
  font-family: 'ConneqtBold', sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}
.category-pill.tan {
  background-color: #d6d2c4;
}
.category-pill.green, .category-pill.light-green {
  background-color: #96d6cc;
}
.category-pill.orange {
  background-color: #dc582a;
}
.gold-arrow-after:after {
  content: ' ';
  display: inline-block;
  height: 14px;
  width: 13px;
  background-image: url(images/arrow_gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
  top: 1px;
  position: relative;
}
/* Responsively embed videos */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header-title {
  height: 250px;
  padding-top: 84px;
  padding-bottom: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 650px) {
  .page-header-title {
    height: auto;
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.page-header-title .page-parent {
  display: block;
  text-align: center;
  color: #d29f1c;
  font-family: 'ConneqtBold', sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .page-header-title .page-parent {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
}
.page-header-title h1 {
  text-align: center;
  color: #fff;
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 50px;
  line-height: initial;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media only screen and (max-width: 900px) {
  .page-header-title h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.page-header-title h1 span {
  font-feature-settings: 'aalt' 1;
}
.page-header-title h1 em {
  font-feature-settings: 'aalt' 2;
  font-style: normal;
}
.page-header-title.gray {
  background: url(images/dark-pattern-lg-bg.jpg);
}
.page-header-title.green {
  background: url(images/dark-pattern-green-bg-larger.jpg);
  background-size: 52px;
}
.page-header-title.yellow {
  background: url(images/dark-pattern-yellow-bg-larger.jpg);
  background-size: 52px;
}
.page-header-title.yellow .page-parent {
  color: #373a36;
}
/*Toggle switches used throughout the site */
.toggle {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
/* Hide default HTML checkbox */
.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The checkbox replacement slider/toggle */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #373a36;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #d29f1c;
  background-image: url(images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: 8px 7px;
}
input:focus + .slider {
  box-shadow: 0 0 1px #d29f1c;
}
input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}
.slider.round:before {
  border-radius: 50%;
}
/*Tables throughout the site */
#content table:not(#directory-results):not(.nostyle) {
  border-top: 1px solid #d1cfd7;
  border-left: 1px solid #d1cfd7;
  border-bottom: 1px solid #d1cfd7;
  margin: 0 auto 1em auto;
  text-align: left;
}
#content table:not(#directory-results):not(.nostyle) tr td {
  border-right: 1px solid #d1cfd7;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
}
#content table:not(#directory-results):not(.nostyle) tr:first-child {
  background-color: #d29f1c;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}
#content table:not(#directory-results):not(.nostyle) tr:first-child td {
  font-weight: 700;
  padding: 10px;
  vertical-align: middle;
  border-right: none;
}
#content table:not(#directory-results):not(.nostyle) tr:nth-child(2n+3) {
  background: #f1f1f1;
}
/*Photo captions throughout site */
.photocaption, dl.gallery-item dd {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 10px;
  line-height: 14px;
  color: #373a36;
  padding: 10px 0;
  text-align: left;
}
.fancybox-navigation {
  position: static;
}
.fancybox-caption__body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 10px;
}
.fancybox-button {
  background: transparent;
  opacity: 1 !important;
  color: #fff;
}
.homepagehero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 250px;
  z-index: 50;
  background-color: #373a36;
  overflow-y: hidden;
}
.homepagehero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(120%);
  transition: transform 5s;
}
.homepagehero img.zoomed {
  transform: scale(100%);
}
.homepagehero h1 {
  font-family: 'ConneqtBold', sans-serif;
  font-size: 50px;
  line-height: 95px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 900px) {
  .homepagehero h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .homepagehero h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.homepagehero h1 div {
  display: inline;
}
.homepagehero h1 span {
  /*font-feature-settings: 'aalt' on;*/
}
.homepagehero h1 strong {
  font-family: 'ConneqtBlack', sans-serif;
  font-weight: 400;
  font-size: 110px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .homepagehero h1 strong {
    font-size: 45px;
    line-height: 60px;
  }
}
.homepagehero h2 {
  font-family: 'ConneqtBlack', sans-serif;
  font-weight: 400;
  font-size: 110px;
  line-height: 95px;
  display: block;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 900px) {
  .homepagehero h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .homepagehero h2 {
    font-size: 43px;
    line-height: 55px;
  }
}
.homepagehero h2 span {
  font-feature-settings: 'aalt' on;
}
.homepagehero #animated-diamonds-left {
  position: absolute;
  width: 340px;
  height: 690px;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .homepagehero #animated-diamonds-left {
    left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .homepagehero #animated-diamonds-left {
    left: -30%;
  }
}
.homepagehero #animated-diamonds-right {
  position: absolute;
  width: 340px;
  height: 690px;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .homepagehero #animated-diamonds-right {
    right: 0;
  }
}
@media only screen and (max-width: 650px) {
  .homepagehero #animated-diamonds-right {
    right: -20%;
  }
}
.homepagehero .homepageherocaption {
  position: absolute;
  bottom: 12px;
  left: 25px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 8px;
  color: #fff;
  line-height: 14px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.news-events-section {
  padding: 53px 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 30;
}
.news-events-section .news-events-slider-container {
  margin-left: 10px;
  flex: 1;
  width: 90vw;
}
.news-events-section .news-events-slider-container .news-events-slider .ne-slide {
  margin: 0 0 0 15px;
  padding: 30px;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 100%;
  min-height: 229px;
}
@media only screen and (max-width: 1105px) {
  .news-events-section .news-events-slider-container .news-events-slider .ne-slide {
    min-height: 250px;
  }
}
.news-events-section .news-events-slider-container .news-events-slider .ne-slide.darkteal {
  background: #034a59;
}
.news-events-section .news-events-slider-container .news-events-slider .ne-slide.darkgreen {
  background: #00634f;
}
.news-events-section .news-events-slider-container .news-events-slider .ne-slide .category {
  float: right;
}
.news-events-section .news-events-slider-container .news-events-slider .ne-slide .date {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}
.news-events-section .news-events-slider-container .news-events-slider .ne-slide h2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
  text-transform: none;
  max-width: 75%;
}
@media only screen and (max-width: 1105px) {
  .news-events-section .news-events-slider-container .news-events-slider .ne-slide h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.news-events-section .news-events-slider-container .news-events-slider .ne-slide a.storylink {
  position: absolute;
  bottom: 15px;
  right: 25px;
  font-family: 'ConneqtBold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 40px;
  font-size: 12px;
  margin-top: 10px;
}
.news-events-section .news-events-slider-container .news-events-slider .ne-slide a.storylink svg {
  margin-left: 10px;
  vertical-align: middle;
}
.news-events-section .news-events-slider-container .news-events-slider .ne-slide a.storylink:hover svg circle {
  fill: #d6d2c4;
}
.news-events-section .news-events-slider-container .news-events-slider-controls {
  margin-left: 85px;
  text-align: center;
  margin: 20px 0 20px 0;
  text-align: center;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slide-count {
  position: absolute;
  right: 25px;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slide-count strong {
  color: #d29f1c;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slick-dots li {
  margin: 0 2px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slick-dots li button::before {
  color: #fff;
  opacity: 1;
  font-size: 30px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slick-dots li.slick-active button::before {
  color: #d29f1c;
  font-size: 42px;
  line-height: 22px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav {
  display: inline-block;
  margin-bottom: 14px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav > div {
  display: inline-block;
  margin: 0 5px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .slick-arrow {
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
  cursor: pointer;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .slick-arrow svg {
  width: 15px;
  height: 15px;
  margin-top: 7px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .slick-arrow:hover svg path {
  fill: #d29f1c;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .prev-arrow svg {
  margin-right: 3px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .next-arrow svg {
  transform: rotate(180deg);
  margin-left: 3px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .play-pause-button .playpause {
  display: block;
  min-width: auto;
  width: 32px;
  height: 32px;
  padding: 10px;
  position: relative;
  border-radius: 32px;
  border: 1px solid #fff;
  top: 8px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .play-pause-button .playpause svg {
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: visible;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .play-pause-button .playpause svg.icon-progress {
  transform: rotate(-90deg);
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .play-pause-button .playpause div svg {
  width: 11px;
  height: 12px;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .play-pause-button .playpause div svg:hover path {
  fill: #d29f1c;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .play-pause-button .playpause div svg:hover rect {
  fill: #d29f1c;
}
.news-events-section .news-events-slider-container .news-events-slider-controls .slider-nav .play-pause-button .playpause div.play {
  display: none;
  margin-left: 2px;
}
.featured-project-story {
  padding: 53px 0;
  display: flex;
  height: 796px;
  z-index: 25;
}
@media only screen and (max-width: 900px) {
  .featured-project-story {
    height: 596px;
  }
}
@media only screen and (max-width: 900px) {
  .featured-project-story .rotated_text {
    display: none;
  }
}
.featured-project-story .featured-project-story-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
}
.featured-project-story .yellowoverlay {
  background: linear-gradient(0deg, rgba(210, 159, 28, 0.75), rgba(210, 159, 28, 0.75));
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.featured-project-story .prominent-material {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 900px) {
  .featured-project-story .prominent-material {
    display: none;
  }
}
.featured-project-story .featured-image-container {
  position: absolute;
  bottom: 72px;
  right: 72px;
  width: 850px;
  height: 640px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .featured-project-story .featured-image-container {
    display: none;
  }
}
.featured-project-story .featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: kenburns 40s;
}
.featured-project-story .featured-project-story-headline {
  position: absolute;
  top: 288px;
  left: 112px;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 350px;
  text-transform: none;
}
@media only screen and (max-width: 900px) {
  .featured-project-story .featured-project-story-headline {
    top: 50px;
    left: 25px;
    width: auto;
  }
}
.featured-project-story .featured-project-story-card {
  position: absolute;
  top: 402px;
  left: 237px;
  background: #034a59;
  padding: 40px 44px;
  color: #fff;
  max-width: 590px;
}
@media only screen and (max-width: 900px) {
  .featured-project-story .featured-project-story-card {
    top: 150px;
    left: 25px;
    width: auto;
    padding: 20px;
    max-width: 87%;
  }
}
.featured-project-story .featured-project-story-card .project-title {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.featured-project-story .featured-project-story-card .project-question {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  display: inline-block;
  max-width: 75%;
}
@media only screen and (max-width: 900px) {
  .featured-project-story .featured-project-story-card .project-question {
    max-width: 100%;
  }
}
.featured-project-story .featured-project-story-card .project-question strong {
  display: block;
  color: #d29f1c;
  font-weight: 900;
}
.featured-project-story .featured-project-story-card .readmore {
  display: inline-block;
  margin-left: 20px;
  text-align: center;
}
.featured-project-story .featured-project-story-card .readmore a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'ConneqtRegular', sans-serif;
}
.featured-project-story .featured-project-story-card .readmore a svg {
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: 5px;
}
.featured-project-story .featured-project-story-card .readmore a svg:hover circle {
  fill: #d6d2c4;
}
.view-all-projects-bar, .view-lab-bar {
  position: relative;
  bottom: 0px;
  width: 100%;
  z-index: 20;
  padding: 20px 0;
  text-align: center;
}
.our-lab-feature {
  height: 56vw;
  padding: 53px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .our-lab-feature {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 650px) {
  .our-lab-feature .rotated_text {
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    right: 0px;
    text-align: right;
    flex-basis: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .our-lab-feature .rotated_text h2 {
    padding-left: 5px;
    border-left: 1px solid #fff;
    border-bottom: none;
  }
}
.our-lab-feature .lab-video {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 20;
}
.our-lab-feature .lab-video .embed-container {
  width: 100%;
  height: 100%;
}
.our-lab-feature .lab-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-lab-feature .lab-image-overlay {
  background-image: url(images/our-lab-overlay.png);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-lab-feature .lab-body-copy {
  background: #004860;
  padding: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  max-width: 515px;
  position: absolute;
  top: 53px;
  left: 188px;
}
@media only screen and (max-width: 1255px) {
  .our-lab-feature .lab-body-copy {
    left: 75px;
  }
}
@media only screen and (max-width: 900px) {
  .our-lab-feature .lab-body-copy {
    display: none;
  }
}
.our-lab-feature .lab-video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 19;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.our-lab-feature .lab-video-play-button svg {
  display: inline-block;
  margin-bottom: 8px;
}
.our-lab-feature .lab-video-play-button:hover svg path.background {
  fill: #d6d2c4;
}
.our-lab-feature .lab-headline {
  position: absolute;
  bottom: -9px;
  font-family: 'ConneqtBold', sans-serif;
  font-size: 100px;
  line-height: 100px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  max-width: 75%;
}
@media only screen and (max-width: 1450px) {
  .our-lab-feature .lab-headline {
    font-size: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 900px) {
  .our-lab-feature .lab-headline {
    font-size: 55px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 650px) {
  .our-lab-feature .lab-headline {
    display: none;
  }
}
.our-lab-feature .lab-headline span {
  font-feature-settings: 'aalt' 1;
}
.mobile-our-lab-feature-text-stuff {
  display: none;
  background: #004860;
  padding: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 650px) {
  .mobile-our-lab-feature-text-stuff {
    display: block;
  }
}
.mobile-our-lab-feature-text-stuff .lab-headline {
  font-family: 'ConneqtBold', sans-serif;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 30px;
}
.mobile-our-lab-feature-text-stuff .lab-headline span {
  font-feature-settings: 'aalt' 1;
}
/* The CSS for Featured Insights section is in the Related Insights flex module SCSS file */
.page-template-page-home .rotated_text {
  margin-left: 20px;
}
.projects-hero-slider {
  height: 36.5vw;
  min-height: 500px;
}
.projects-hero-slider .projects-hero-slider-container {
  height: 100%;
}
.projects-hero-slider .projects-hero-slider-container .projects-hero-slide {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 2s linear;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
  background-size: cover;
}
.projects-hero-slider .projects-hero-slider-container .projects-hero-slide.currentSlide {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 2s linear;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
}
.projects-hero-slider .projects-hero-slider-container .projects-hero-slide .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/our-lab-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: normal;
}
.projects-hero-slider .projects-hero-slider-container .projects-hero-slide .projects-hero-slide-inner {
  padding: 60px 0 0 135px;
}
@media only screen and (max-width: 1255px) {
  .projects-hero-slider .projects-hero-slider-container .projects-hero-slide .projects-hero-slide-inner {
    padding: 40px 25px 0 25px;
  }
}
.projects-hero-slider .projects-hero-slider-container .projects-hero-slide .projects-hero-slide-inner h2 {
  max-width: 655px;
  color: #fff;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 60px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: none;
  margin: 10px 0 30px 0;
}
@media only screen and (max-width: 900px) {
  .projects-hero-slider .projects-hero-slider-container .projects-hero-slide .projects-hero-slide-inner h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.projects-hero-slider .projects-hero-slider-container .projects-hero-slide .projects-hero-slide-inner h2 strong {
  color: #d29f1c;
}
.projects-hero-slider .projects-hero-slider-container .projects-hero-slide .projects-hero-slide-inner a:hover svg circle {
  fill: #d6d2c4;
}
.projects-hero-slider .projects-hero-slider-nav {
  position: absolute;
  bottom: 30px;
  padding: 0 135px;
  width: 100%;
}
@media only screen and (max-width: 1255px) {
  .projects-hero-slider .projects-hero-slider-nav {
    padding: 0 25px;
  }
}
.projects-hero-slider .projects-hero-slider-nav a {
  color: #fff;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  min-width: 250px;
  margin-right: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 450px) {
  .projects-hero-slider .projects-hero-slider-nav a {
    max-width: 280px;
    margin-right: 0;
  }
}
.projects-hero-slider .projects-hero-slider-nav a:hover {
  color: #d6d2c4;
}
.projects-hero-slider .projects-hero-slider-nav a .trigger-eyebrow {
  height: 2px;
  width: 0px;
  background: #d29f1c;
  margin-bottom: 5px;
  transition: width 0.3s;
}
.projects-hero-slider .projects-hero-slider-nav a.playpause {
  float: right;
  min-width: auto;
  width: 32px;
  height: 32px;
  padding: 5px 9px;
  position: relative;
  border-radius: 32px;
  border: 1px solid #fff;
  margin-right: 0;
}
.projects-hero-slider .projects-hero-slider-nav a.playpause svg {
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: visible;
}
.projects-hero-slider .projects-hero-slider-nav a.playpause svg.icon-progress {
  transform: rotate(-90deg);
}
.projects-hero-slider .projects-hero-slider-nav a.playpause div svg {
  width: 11px;
  height: 12px;
  top: 4px;
  left: 0px;
}
.projects-hero-slider .projects-hero-slider-nav a.playpause div svg:hover path {
  fill: #d29f1c;
}
.projects-hero-slider .projects-hero-slider-nav a.playpause div svg:hover rect {
  fill: #d29f1c;
}
.projects-hero-slider .projects-hero-slider-nav a.playpause div.play {
  display: none;
  margin-left: 2px;
}
.projects-filter {
  background: #373a36;
  color: #fff;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 1105px) {
  .projects-filter {
    padding: 20px 0;
  }
}
.projects-filter .projects-filter-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1105px) {
  .projects-filter .projects-filter-inner {
    padding: 0 20px;
  }
}
.projects-filter .projects-filter-inner .project-search {
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .projects-filter .projects-filter-inner .project-search {
    margin-bottom: 0;
  }
}
.projects-filter .projects-filter-inner .project-search input[type=text] {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #d29f1c;
  border-left: none;
  max-width: 587px;
  margin-right: 14px;
  background: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  width: 0px;
  opacity: 0;
  transition: width 1.2s, opacity 0.2s;
}
@media only screen and (max-width: 900px) {
  .projects-filter .projects-filter-inner .project-search input[type=text] {
    margin-right: 0;
  }
}
.projects-filter .projects-filter-inner .project-search input[type=text].showing {
  opacity: 1;
  display: inline-block;
  width: 90%;
}
.projects-filter .projects-filter-inner .project-search svg {
  width: 18px;
  height: 18px;
}
.projects-filter .projects-filter-inner .project-search svg:hover path {
  stroke: #d29f1c;
}
@media only screen and (max-width: 1105px) {
  .projects-filter .projects-filter-inner .projectfilters {
    flex-wrap: wrap;
  }
}
.projects-filter .projects-filter-inner .projectfilters .filterby {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 18px;
  line-height: 52px;
  font-weight: 700;
}
@media only screen and (max-width: 1105px) {
  .projects-filter .projects-filter-inner .projectfilters .filterby {
    flex-basis: 100%;
    line-height: 25px;
  }
}
.projects-filter .projects-filter-inner .projectfilters > div {
  padding: 0 20px;
}
@media only screen and (max-width: 900px) {
  .projects-filter .projects-filter-inner .projectfilters > div {
    flex: 1;
    flex-basis: 50%;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 650px) {
  .projects-filter .projects-filter-inner .projectfilters > div {
    flex-basis: 50%;
    padding: 4px;
  }
}
.projects-filter .projects-filter-inner .projectfilters > div a.traytoggle {
  display: inline-block;
  font-family: 'ConneqtRegular', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .projects-filter .projects-filter-inner .projectfilters > div a.traytoggle {
    font-size: 14px;
    padding: 0 14px;
  }
}
.projects-filter .projects-filter-inner .projectfilters > div a.traytoggle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #d6d2c4;
  z-index: -1;
  width: 200%;
  transform-origin: 0 bottom;
  transform: translate3D(-50%, 0, 0) rotate(-50deg);
}
.projects-filter .projects-filter-inner .projectfilters > div a.traytoggle:hover:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.projects-filter .projects-filter-inner .projectfilters > div a.traytoggle svg {
  width: 11px;
  height: 15px;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 42px;
  vertical-align: middle;
}
.projects-filter .projects-filter-inner .projectfilters > div a.traytoggle svg path {
  fill: #fff;
}
.projects-filter .projects-filter-inner .projectfilters > div a.traytoggle:hover, .projects-filter .projects-filter-inner .projectfilters > div a.traytoggle.open {
  /*background:$color-tan;*/
  color: #373a36;
  border-color: #d6d2c4;
}
.projects-filter .projects-filter-inner .projectfilters > div a.traytoggle:hover svg path, .projects-filter .projects-filter-inner .projectfilters > div a.traytoggle.open svg path {
  fill: #d29f1c;
}
.projects-filter .projects-filter-inner .projectfilters > div a.traytoggle.open {
  color: #fff;
}
.projects-filter .projects-filter-inner .projectfilters > div a.traytoggle.open svg {
  transform: rotate(-90deg);
  vertical-align: initial;
}
.projects-filter .projects-filter-inner .projectfilters > div a.traytoggle.open:hover {
  color: #373a36;
}
.projects-filter .projects-filter-inner .projectfilters #resetfilters {
  color: #fff;
  text-transform: uppercase;
  line-height: 52px;
  text-decoration: none;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 15px;
}
@media only screen and (max-width: 900px) {
  .projects-filter .projects-filter-inner .projectfilters #resetfilters {
    line-height: 20px;
  }
}
.projects-filter .projects-filter-inner .projectfilters #resetfilters:hover svg path {
  fill: #d29f1c;
}
.projects-filter .projects-filter-inner .filter-pills {
  margin: 20px 0;
}
@media only screen and (max-width: 900px) {
  .projects-filter .projects-filter-inner .filter-pills {
    margin: 0;
  }
}
.projects-filter .projects-filter-inner .filter-pills .filter-pill {
  display: inline-block;
  background: #d29f1c;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  padding: 0 10px;
  color: #000;
  border-radius: 50px;
  margin: 0 10px 10px 0;
}
.projects-filter .projects-filter-inner .filter-pills .filter-pill:hover {
  background: #d6d2c4;
}
.projects-filter .projects-filter-inner .filter-pills .filter-pill:hover a {
  border: none;
}
.projects-filter .projects-filter-inner .filter-pills .filter-pill span {
  text-transform: uppercase;
  font-weight: 700;
}
.projects-filter .projects-filter-inner .filter-pills .filter-pill a {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid #000;
  margin-left: 15px;
  vertical-align: middle;
}
.projects-filter .projects-filter-inner .filter-pills .filter-pill img {
  width: 18px;
  height: 18px;
  border-radius: 18px;
}
.filtertray {
  background: #121212;
  color: #fff;
  display: none;
}
.filtertray .filtertray-inner {
  padding: 50px 135px;
}
@media only screen and (max-width: 900px) {
  .filtertray .filtertray-inner {
    padding: 20px 10px;
  }
}
.filtertray .filtertray-inner > div {
  flex-basis: 20%;
  padding: 12px;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 900px) {
  .filtertray .filtertray-inner > div {
    flex-basis: 50%;
    line-height: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .filtertray .filtertray-inner > div label {
    float: left;
    margin-bottom: 20px;
    margin-right: 5px;
  }
}
#projects_grid {
  margin: 50px 15px 80px 15px;
  padding-bottom: 30px;
}
#projects_grid + .loadmoretrigger {
  margin-bottom: 0;
}
#projects_grid .project {
  flex-basis: calc(50% - 30px);
  height: 25vw;
  margin: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  #projects_grid .project {
    flex-basis: 100%;
    height: 65vw;
  }
}
#projects_grid .project:first-child {
  height: 27vw;
}
@media only screen and (max-width: 650px) {
  #projects_grid .project:first-child {
    height: 65vw;
  }
}
#projects_grid .project:nth-child(even) {
  top: -2vw;
}
#projects_grid .project:nth-child(2) {
  top: 0;
}
#projects_grid .project:last-child:nth-child(even) {
  height: 27vw;
}
@media only screen and (max-width: 650px) {
  #projects_grid .project:last-child:nth-child(even) {
    height: 65vw;
  }
}
@media only screen and (min-width: 900px) {
  #projects_grid .project:hover .overlay {
    height: 100%;
  }
  #projects_grid .project:hover .featured-insight-inner .date {
    display: block;
  }
  #projects_grid .project:hover .featured-insight-inner h2 a {
    color: #000;
  }
  #projects_grid .project:hover a.floatingbutton span {
    display: block;
  }
  #projects_grid .project:hover a.floatingbutton svg circle {
    fill: #d6d2c4;
  }
}
#projects_grid .project .overlay {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  background-color: rgba(210, 159, 28, 0.9);
  background-image: url(images/gold-hover-fade.svg);
  background-position: top right;
  background-repeat: no-repeat;
  color: #000;
  transition: height 0.5s;
}
#projects_grid .project .project-inner {
  padding: 40px;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  #projects_grid .project .project-inner {
    padding: 40px 20px;
  }
}
#projects_grid .project .project-inner .title-holder {
  position: absolute;
  bottom: 30px;
  left: 40px;
  padding-right: 50px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #projects_grid .project .project-inner .title-holder {
    left: 20px;
    padding-right: 20px;
    bottom: 35px;
  }
}
#projects_grid .project .project-inner .title-holder .location {
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 12px;
  margin-bottom: 16px;
}
#projects_grid .project .project-inner .title-holder h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
}
@media only screen and (max-width: 1255px) {
  #projects_grid .project .project-inner .title-holder h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
#projects_grid .project .project-inner .title-holder h2 a {
  color: #fff;
  text-decoration: none;
}
#projects_grid .project .project-inner .title-holder .short-blurb {
  display: none;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1255px) {
  #projects_grid .project .project-inner .title-holder .short-blurb {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 900px) {
  #projects_grid .project .project-inner:hover .title-holder {
    margin-bottom: 80px;
    color: #000;
  }
  #projects_grid .project .project-inner:hover .title-holder h2 {
    margin-bottom: 10px;
  }
  #projects_grid .project .project-inner:hover .title-holder h2 a {
    color: #000;
  }
  #projects_grid .project .project-inner:hover .title-holder .short-blurb {
    display: block;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1255px) {
  #projects_grid .project .project-inner:hover .title-holder {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1105px) {
  #projects_grid .project .project-inner:hover .title-holder h2 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1105px) {
  #projects_grid .project .project-inner:hover .title-holder .short-blurb {
    display: none;
  }
}
#projects_grid .project a.floatingbutton {
  position: absolute;
  bottom: -20px;
  right: 50px;
  width: 70px;
  color: #000;
  text-decoration: none;
  font-family: 'ConneqtRegular', sans-serif;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  #projects_grid .project a.floatingbutton {
    right: 10px;
  }
}
#projects_grid .project a.floatingbutton span {
  display: none;
  margin-bottom: 10px;
  font-size: 12px;
}
#projects_grid .project a.floatingbutton svg circle {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
#projects_grid .loadmoretrigger {
  margin-bottom: 80px;
}
/* NOTE: This SASS file has definitions that apply to BOTH the Project Stories and Projects single template */
.projects-header {
  background-size: cover;
  background-repeat: no-repeat;
  height: 39.5vw;
  min-height: 500px;
}
.projects-header .texture-swatch {
  flex-basis: 200px;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .projects-header .texture-swatch {
    display: none;
  }
}
.projects-header .texture-swatch.texture {
  background-size: cover;
}
.projects-header .projects-header-inner {
  height: 100%;
  flex: 1;
}
.projects-header .projects-header-inner .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/our-lab-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: normal;
}
.projects-header .projects-header-inner .title-holder {
  position: absolute;
  bottom: 80px;
  left: 120px;
}
@media only screen and (max-width: 1105px) {
  .projects-header .projects-header-inner .title-holder {
    left: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .projects-header .projects-header-inner .title-holder {
    left: 25px;
    bottom: 50px;
  }
}
.projects-header .projects-header-inner .title-holder .location {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 20px;
  line-height: 60px;
  color: #d6d2c4;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.projects-header .projects-header-inner .title-holder h1 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 900px) {
  .projects-header .projects-header-inner .title-holder h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .projects-header .projects-header-inner .title-holder h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.projects-body .projects-body-sidebar {
  flex-basis: 200px;
  padding-top: 62px;
  min-width: 200px;
}
@media only screen and (max-width: 900px) {
  .projects-body .projects-body-sidebar {
    display: none;
  }
}
.projects-body .projects-body-sidebar ul {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 140px;
  padding-bottom: 30px;
}
.projects-body .projects-body-sidebar ul li {
  margin: 0 29px 20px 0;
}
.projects-body .projects-body-sidebar ul li.sidebar-button {
  background: #000;
  color: #fff;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.projects-body .projects-body-sidebar ul li.sidebar-button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #d29f1c;
  z-index: -1;
  width: 200%;
  transform-origin: 0 bottom;
  transform: translate3D(-50%, 0, 0) rotate(-50deg);
}
.projects-body .projects-body-sidebar ul li.sidebar-button:hover:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.projects-body .projects-body-sidebar ul li.sidebar-button:hover {
  /*background:$color-gold;*/
}
.projects-body .projects-body-sidebar ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0px 10px 20px;
}
.projects-body .projects-body-sidebar ul li a svg {
  vertical-align: middle;
}
.projects-body .projects-body-content {
  padding: 62px 0;
  flex: 1;
  background: #fff;
}
.projects-body .projects-body-content .intro-section {
  padding-left: 150px;
}
@media only screen and (max-width: 1105px) {
  .projects-body .projects-body-content .intro-section {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1105px) {
  .projects-body .projects-body-content .intro-section {
    max-width: calc(100vw - 215px);
  }
}
.projects-body .projects-body-content .rotated_text {
  margin-left: 20px;
}
@media only screen and (max-width: 650px) {
  .projects-body .projects-body-content .rotated_text {
    margin-left: 0;
  }
}
.projects-body .projects-body-content .rotated_text h2 {
  color: #373a36;
  border-color: #373a36;
}
.projects-body .projects-body-content .intro-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 0 30px;
  max-width: 900px;
}
@media only screen and (max-width: 1105px) {
  .projects-body .projects-body-content .intro-text {
    max-width: calc(100vw - 75px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .projects-body .projects-body-content .intro-text {
    max-width: 100%;
    margin-right: 20px;
  }
}
.projects-body .projects-body-content .intro-text strong {
  color: #004860;
}
.projects-body .projects-body-content .body-copy-section {
  padding-left: 222px;
}
@media only screen and (max-width: 1105px) {
  .projects-body .projects-body-content .body-copy-section {
    padding-left: 20px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1105px) {
  .projects-body .projects-body-content .body-copy-section {
    max-width: calc(100vw - 215px);
  }
}
.projects-body .projects-body-content .body-copy-section .body-copy {
  flex: 1;
  padding-right: 20px;
  margin-bottom: 60px;
  max-width: 1020px;
}
@media only screen and (max-width: 1105px) {
  .projects-body .projects-body-content .body-copy-section .body-copy {
    max-width: calc(100vw - 75px);
  }
}
@media only screen and (max-width: 900px) {
  .projects-body .projects-body-content .body-copy-section .body-copy {
    max-width: 100%;
    padding-right: 20px;
  }
}
.projects-body .projects-body-content .body-copy-section .body-copy h2 {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ConneqtBlack', sans-serif;
  color: #004860;
  margin: 30px 0 24px 0;
}
@media only screen and (max-width: 650px) {
  .projects-body .projects-body-content .body-copy-section .body-copy h2 {
    font-size: 18px;
  }
}
.projects-body .projects-body-content .body-copy-section .body-copy p {
  font-size: 16px;
  line-height: 26px;
}
.projects-body .projects-body-content .body-copy-section .body-copy ul {
  margin: 2em 0 2em 30px;
  font-size: 16px;
  line-height: 26px;
  text-indent: -0.8em;
}
.projects-body .projects-body-content .body-copy-section .body-copy ul li {
  margin-bottom: 1em;
  padding-left: 1em;
}
.projects-body .projects-body-content .body-copy-section .body-copy ul li:before {
  content: ' ';
  height: 0.8em;
  display: inline-block;
  border-left: 2px solid #dc582a;
  margin-right: 10px;
}
.projects-body .projects-body-content .body-copy-section .body-copy ol {
  list-style-type: decimal;
  margin: 2em 0 2em 45px;
  font-size: 16px;
  line-height: 26px;
}
.projects-body .projects-body-content .body-copy-section .body-copy ol li {
  margin-bottom: 1em;
}
.projects-body .projects-body-content .body-copy-section .body-copy-sidebar {
  flex-basis: 462px;
  margin-right: 60px;
}
@media only screen and (max-width: 1105px) {
  .projects-body .projects-body-content .body-copy-section .body-copy-sidebar {
    flex-basis: 100%;
    margin-right: 20px;
  }
}
.projects-body .projects-body-content .body-copy-section .body-copy-sidebar .supporting-media-block {
  height: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 130px;
  box-sizing: border-box;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1105px) {
  .projects-body .projects-body-content .body-copy-section .body-copy-sidebar .supporting-media-block {
    margin-bottom: 30px;
  }
}
.projects-body .projects-body-content .body-copy-section .body-copy-sidebar .supporting-media-block .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.projects-body .projects-body-content .body-copy-section .body-copy-sidebar .supporting-media-block .overlay.teal {
  background: rgba(151, 213, 203, 0.8);
}
.projects-body .projects-body-content .body-copy-section .body-copy-sidebar .supporting-media-block .overlay.teal h3 {
  color: #373a36;
}
.projects-body .projects-body-content .body-copy-section .body-copy-sidebar .supporting-media-block .overlay.darkblue {
  background: rgba(3, 74, 89, 0.8);
}
.projects-body .projects-body-content .body-copy-section .body-copy-sidebar .supporting-media-block .overlay.darkblue h3 {
  color: #fff;
}
.projects-body .projects-body-content .body-copy-section .body-copy-sidebar .supporting-media-block .overlay h3 {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
}
@media only screen and (max-width: 650px) {
  .projects-body .projects-body-content .body-copy-section .body-copy-sidebar .supporting-media-block .overlay h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.projects-body .projects-body-content .body-copy-section .body-copy-sidebar .supporting-media-block .overlay .floatingbutton {
  position: absolute;
  bottom: -20px;
  right: 18px;
}
.project-gallery {
  width: calc(100vw - 215px);
}
@media only screen and (max-width: 1105px) {
  .project-gallery {
    width: 100%;
    max-width: calc(100vw - 200px);
  }
}
@media only screen and (max-width: 900px) {
  .project-gallery {
    max-width: 100vw;
  }
}
.project-gallery .slick-prev-next {
  background: none;
}
.project-gallery .slick-slide {
  margin-right: 20px;
}
.project-gallery .slick-slide .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.project-gallery .slick-slide img {
  height: 600px;
  /*width:100%;*/
  margin: 0 auto;
  object-fit: cover;
}
@media only screen and (max-width: 1105px) {
  .project-gallery .slick-slide img {
    height: 500px;
  }
}
@media only screen and (max-width: 900px) {
  .project-gallery .slick-slide img {
    height: 55vw;
  }
}
.project-gallery .slick-slide .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(55, 58, 54, 0.85);
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 10px;
  line-height: 14px;
  padding: 7px 11px;
}
.project-gallery .slick-slide.slick-current .overlay {
  display: none;
}
.project-gallery .slick-dots {
  display: none !important;
}
.gallery-count {
  margin: 12px 20%;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 10px;
}
.gallery-count strong {
  color: #dc582a;
  font-weight: 900;
}
.project-team-members {
  max-width: 1020px;
  margin: 100px auto 0 222px;
}
@media only screen and (max-width: 1105px) {
  .project-team-members {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .project-team-members {
    margin-left: 20px;
  }
}
.project-team-members h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #004860;
  margin-bottom: 15px;
  text-transform: none;
}
.project-team-members .project-team-members-inner .team-member {
  flex-basis: calc(33.333% - 20px);
  margin-right: 20px;
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 40px) 100%, 0 100%, 0 0);
}
@media only screen and (max-width: 900px) {
  .project-team-members .project-team-members-inner .team-member {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 450px) {
  .project-team-members .project-team-members-inner .team-member {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.project-team-members .project-team-members-inner .team-member img.team-member-photo {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 85px;
  object-fit: cover;
  object-position: top;
}
.project-team-members .project-team-members-inner .team-member .team-member-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #d29f1c;
  color: #000;
  padding: 10px 20px;
  transition: height 0.7s;
  height: 100px;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .team-member-info-inner {
  transition: all 0.5s;
  padding-right: 20px;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .team-member-info-inner .name {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .team-member-info-inner .name strong {
  font-weight: 900;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .team-member-info-inner .title {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .team-member-info-inner .contact-methods {
  font-family: 'Nunito Sans', sans-serif;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s ease-out, opacity 0.5s ease-out;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .team-member-info-inner .contact-methods a {
  color: #000;
  line-height: 28px;
  margin: 0 10px 0 0;
  text-transform: lowercase;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .team-member-info-inner .contact-methods a span {
  margin-left: 16px;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .view-bio {
  margin-top: 6px;
  opacity: 0;
  transition: visibility 0s, opacity 0.7s;
  visibility: hidden;
  position: absolute;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .view-bio a {
  color: #000;
  font-family: 'ConneqtBold', sans-serif;
  font-size: 12px;
  line-height: 26px;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .view-bio svg {
  width: 6px;
  height: auto;
}
.project-team-members .project-team-members-inner .team-member .team-member-info .view-bio svg path {
  fill: #000;
}
.project-team-members .project-team-members-inner .team-member:hover .team-member-info {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  bottom: 0;
  background-color: #d29f1c;
  background-image: url(images/gold-hover-fade.svg);
  background-position: top right;
  background-size: 40%;
  background-repeat: no-repeat;
}
.project-team-members .project-team-members-inner .team-member:hover .team-member-info .team-member-info-inner {
  position: absolute;
  bottom: 20px;
}
.project-team-members .project-team-members-inner .team-member:hover .team-member-info .team-member-info-inner .contact-methods {
  display: block;
  opacity: 1;
  visibility: visible;
}
.project-team-members .project-team-members-inner .team-member:hover .team-member-info .team-member-info-inner .contact-methods a {
  display: block;
}
.project-team-members .project-team-members-inner .team-member:hover .team-member-info .team-member-info-inner .contact-methods a span {
  display: inline;
}
.project-team-members .project-team-members-inner .team-member:hover .team-member-info .team-member-info-inner .view-bio {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.additional-projects {
  background: #004860;
  padding: 40px 0;
  color: #fff;
}
.additional-projects h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
  text-transform: none;
}
.additional-projects h2 span {
  text-transform: lowercase;
  color: #d29f1c;
}
.additional-projects .additional-projects-inner {
  padding: 15px;
}
@media only screen and (max-width: 900px) {
  .additional-projects .additional-projects-inner {
    flex-wrap: wrap;
  }
}
.additional-projects .additional-projects-inner .additional-project {
  display: block;
  position: relative;
  height: 27.6vw;
  flex-basis: calc(50% - 30px);
  margin: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1255px) {
  .additional-projects .additional-projects-inner .additional-project {
    height: 35vw;
  }
}
@media only screen and (max-width: 1105px) {
  .additional-projects .additional-projects-inner .additional-project {
    height: 40vw;
  }
}
@media only screen and (max-width: 900px) {
  .additional-projects .additional-projects-inner .additional-project {
    flex-basis: 100%;
    height: 55vw;
  }
}
@media only screen and (max-width: 650px) {
  .additional-projects .additional-projects-inner .additional-project {
    height: 80vw;
  }
}
@media only screen and (min-width: 900px) {
  .additional-projects .additional-projects-inner .additional-project:hover .overlay {
    height: 100%;
  }
  .additional-projects .additional-projects-inner .additional-project:hover .additional-project-inner .date {
    display: block;
  }
  .additional-projects .additional-projects-inner .additional-project:hover .additional-project-inner h2 a {
    color: #000;
  }
  .additional-projects .additional-projects-inner .additional-project:hover .floatingbutton span {
    display: block;
  }
  .additional-projects .additional-projects-inner .additional-project:hover .floatingbutton svg circle {
    fill: #d6d2c4;
  }
}
.additional-projects .additional-projects-inner .additional-project .overlay {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  background-color: rgba(210, 159, 28, 0.9);
  background-image: url(images/gold-hover-fade.svg);
  background-size: 20%;
  background-position: top right;
  background-repeat: no-repeat;
  color: #000;
  transition: height 0.5s;
}
.additional-projects .additional-projects-inner .additional-project .additional-project-inner {
  padding: 40px;
  height: 100%;
}
@media only screen and (max-width: 650px) {
  .additional-projects .additional-projects-inner .additional-project .additional-project-inner {
    padding: 20px;
  }
}
.additional-projects .additional-projects-inner .additional-project .additional-project-inner .title-holder {
  position: absolute;
  bottom: 40px;
}
.additional-projects .additional-projects-inner .additional-project .additional-project-inner .title-holder h3 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
  color: #fff;
}
.additional-projects .additional-projects-inner .additional-project .additional-project-inner .title-holder .short-blurb {
  display: none;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 900px) {
  .additional-projects .additional-projects-inner .additional-project .additional-project-inner:hover .title-holder {
    margin-bottom: 80px;
    color: #000;
  }
  .additional-projects .additional-projects-inner .additional-project .additional-project-inner:hover .title-holder h3 {
    margin-bottom: 10px;
    color: #000;
  }
  .additional-projects .additional-projects-inner .additional-project .additional-project-inner:hover .title-holder .short-blurb {
    display: block;
  }
}
@media only screen and (min-width: 900px) and (max-width: 650px) {
  .additional-projects .additional-projects-inner .additional-project .additional-project-inner:hover .title-holder .short-blurb {
    display: none;
  }
}
.additional-projects .floatingbutton {
  position: absolute;
  bottom: -22px;
  right: 40px;
}
.view-all-projects {
  background: #022c35;
  padding: 40px 0;
  text-align: center;
}
.view-all-projects a {
  font-family: 'ConneqtRegular', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
.view-all-projects a img {
  margin-right: 12px;
  vertical-align: bottom;
}
.view-all-projects a svg {
  margin-right: 12px;
  vertical-align: bottom;
}
.view-all-projects a:hover {
  color: #d29f1c;
}
.view-all-projects a:hover svg circle {
  fill: #d29f1c;
}
/* NOTE: These styles ONLY apply to the Projects single, not the Project Stories single */
#project-summary {
  margin: 60px 0;
  padding-left: 150px;
}
@media only screen and (max-width: 1105px) {
  #project-summary {
    padding-left: 0;
  }
}
#project-summary .project-summary-inner {
  margin: 0 0 0 30px;
  flex: 1;
  max-width: 1020px;
}
@media only screen and (max-width: 1105px) {
  #project-summary .project-summary-inner {
    margin-left: 0;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1105px) {
  #project-summary .project-summary-inner {
    max-width: calc(100vw - 200px);
  }
}
#project-summary .project-summary-inner .project-summary-icons .project-summary-icon {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  #project-summary .project-summary-inner .project-summary-icons .project-summary-icon {
    margin-bottom: 25px;
    flex: 0;
    flex-basis: 50%;
  }
}
#project-summary .project-summary-inner .project-summary-icons .project-summary-icon h3 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 50px;
  line-height: 60px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 13px;
  margin-top: 10px;
}
@media only screen and (max-width: 650px) {
  #project-summary .project-summary-inner .project-summary-icons .project-summary-icon h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
#project-summary .project-summary-inner .project-summary-icons .project-summary-icon h3 span {
  font-size: 20px;
  line-height: initial;
  display: block;
}
#project-summary .project-summary-inner .project-summary-icons .project-summary-icon.completion-date .item-type-pill {
  background: #dc582a;
}
#project-summary .project-summary-inner .project-summary-icons .project-summary-icon.construction-value .item-type-pill {
  background: #96d6cc;
}
#project-summary .project-summary-inner .project-summary-icons .project-summary-icon.building-size .item-type-pill {
  background: #5f9bc6;
}
#project-summary .project-summary-inner .project-summary-icons .project-summary-icon.award-winner .item-type-pill {
  background: #d29f1c;
}
#project-summary .project-summary-inner .project-summary-icons .project-summary-icon.certification .item-type-pill {
  background: #d6d2c4;
}
#project-summary .project-summary-inner .project-summary-icons .project-summary-icon.project-deliver .item-type-pill {
  background: #00634f;
  color: #fff;
}
#project-summary .project-summary-inner .project-summary-icons .project-summary-icon .item-type-pill {
  display: inline-block;
  font-family: 'ConneqtBold', sans-serif;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 50px;
}
#project-summary .project-summary-inner .project-summary-table {
  background: #fff;
  padding: 25px 35px;
  max-width: 1020px;
  margin-top: 48px;
  margin-right: 25px;
}
@media only screen and (min-width: 900px) and (max-width: 1105px) {
  #project-summary .project-summary-inner .project-summary-table {
    max-width: calc(100vw - 230px);
  }
}
#project-summary .project-summary-inner .project-summary-table .row {
  padding: 10px 8px;
}
@media only screen and (max-width: 1105px) {
  #project-summary .project-summary-inner .project-summary-table .row {
    flex-wrap: wrap;
  }
}
#project-summary .project-summary-inner .project-summary-table .row:nth-child(odd) {
  background: rgba(245, 245, 245, 0.5);
}
#project-summary .project-summary-inner .project-summary-table .row .label {
  display: inline-block;
  min-width: 225px;
  color: #dc582a;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 650px) {
  #project-summary .project-summary-inner .project-summary-table .row .label {
    margin-bottom: 3px;
  }
}
#project-summary .project-summary-inner .project-summary-table .row .details {
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
#project-summary .project-summary-inner .project-summary-table .row .details span {
  color: #dc582a;
}
.team-member-grid .team-member {
  display: block;
  position: relative;
  flex-basis: calc(25% - 20px);
  margin: 0 20px 20px 0;
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 40px) 100%, 0 100%, 0 0);
  text-align: left;
}
@media only screen and (max-width: 1255px) {
  .team-member-grid .team-member {
    flex-basis: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 900px) {
  .team-member-grid .team-member {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 450px) {
  .team-member-grid .team-member {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.team-member-grid .team-member img.team-member-photo {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 85px;
  object-fit: cover;
  object-position: top;
  position: relative;
}
.team-member-grid .team-member .team-member-info {
  background: #d29f1c;
  color: #000;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: height 0.7s;
  height: 100px;
}
.team-member-grid .team-member .team-member-info .team-member-info-inner {
  transition: bottom 0.5s;
}
.team-member-grid .team-member .team-member-info .team-member-info-inner .name {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.team-member-grid .team-member .team-member-info .team-member-info-inner .name strong {
  font-weight: 900;
}
.team-member-grid .team-member .team-member-info .team-member-info-inner .title {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.team-member-grid .team-member .team-member-info .team-member-info-inner .contact-methods {
  font-family: 'Nunito Sans', sans-serif;
}
.team-member-grid .team-member .team-member-info .team-member-info-inner .contact-methods a {
  color: #000;
  line-height: 28px;
}
.team-member-grid .team-member .team-member-info .team-member-info-inner .contact-methods a span {
  display: none;
  margin-left: 16px;
}
.team-member-grid .team-member .team-member-info .view-bio {
  margin-top: 6px;
  color: #000;
  font-family: 'ConneqtBold', sans-serif;
  font-size: 12px;
  line-height: 26px;
  opacity: 0;
  transition: visibility 0.5s ease-out, opacity 0.5s ease-out;
  visibility: hidden;
  position: absolute;
}
.team-member-grid .team-member .team-member-info .view-bio svg {
  width: 6px;
  height: auto;
}
.team-member-grid .team-member .team-member-info .view-bio svg path {
  fill: #000;
}
@media only screen and (min-width: 900px) {
  .team-member-grid .team-member:hover .team-member-info {
    background: #d29f1c;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-image: url(images/gold-hover-fade.svg);
    background-size: 40%;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .team-member-grid .team-member:hover .team-member-info .team-member-info-inner {
    position: absolute;
    bottom: 20px;
    padding-right: 20px;
  }
  .team-member-grid .team-member:hover .team-member-info .team-member-info-inner .contact-methods a {
    display: block;
  }
  .team-member-grid .team-member:hover .team-member-info .team-member-info-inner .contact-methods a span {
    display: inline;
  }
  .team-member-grid .team-member:hover .team-member-info .team-member-info-inner .view-bio {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
@media only screen and (max-width: 900px) {
  body.single-team_member {
    -webkit-overflow-scrolling: touch;
  }
  body.single-team_member .siteheader {
    position: absolute !important;
  }
}
.single-team-member-slideshow {
  height: 100vh;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
.single-team-member-slideshow .photo {
  /*flex: 1;*/
  position: fixed;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .photo {
    height: 50%;
    width: 100%;
  }
}
.single-team-member-slideshow .photo.alternatephoto {
  background: url(images/pattern-tan-dots-bg.jpg);
  padding-bottom: 5%;
}
.single-team-member-slideshow .photo.alternatephoto img {
  clip-path: polygon(100% 0, 100% calc(100% - 80px), calc(100% - 120px) 100%, 0 100%, 0 0);
  height: 80vh;
}
.single-team-member-slideshow .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .photo img {
    display: none;
  }
}
.single-team-member-slideshow .info {
  scroll-snap-type: y mandatory;
  flex: 1;
  /*background: $color-darkblue;*/
  position: absolute;
  padding-left: 50%;
  height: 100vh;
  overflow: auto;
  -webkit-scrollbar: none;
  ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info {
    padding-left: 0;
    height: 100vh;
    position: fixed;
  }
}
.single-team-member-slideshow .info .slides {
  scroll-snap-align: start;
  /*display:none;
   opacity:0;*/
  height: 100%;
  transition: all 0.6s;
  width: 100%;
  /*position: absolute;*/
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slides {
    height: auto;
    min-height: 100vh;
    display: block;
    overflow: scroll;
  }
}
.single-team-member-slideshow .info .slides .slidecontent {
  padding: 50px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slides .slidecontent {
    padding: 20px;
  }
}
.single-team-member-slideshow .info .slides h1 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slides h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .single-team-member-slideshow .info .slides h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.single-team-member-slideshow .info .slides h2 {
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slides h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slides p {
    font-size: 16px;
    line-height: 26px;
  }
}
.single-team-member-slideshow .info .slides .category-pill {
  margin-bottom: 15px;
}
.single-team-member-slideshow .info .slide1 {
  display: flex;
  opacity: 1;
  background: #96d6cc;
  color: #000;
  z-index: 3;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slide1 {
    height: 100vh;
    display: block;
  }
}
.single-team-member-slideshow .info .slide1 .alternatephoto {
  background: url(images/pattern-tan-dots-bg.jpg);
}
@media only screen and (min-width: 900px) {
  .single-team-member-slideshow .info .slide1 .alternatephoto img {
    clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 60px) 100%, 0 100%, 0 0);
  }
}
.single-team-member-slideshow .info .slide1 img.mobile-photo {
  display: none;
  width: 100%;
  height: 45vh;
  object-fit: cover;
  object-position: top center;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slide1 img.mobile-photo {
    display: block;
  }
}
.single-team-member-slideshow .info .slide1 h1 {
  color: #004860;
}
.single-team-member-slideshow .info .slide1 h2 {
  color: #373a36;
  margin-bottom: 65px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slide1 h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slide1 .category-pill {
    display: none;
  }
}
.single-team-member-slideshow .info .slide1 .office-name {
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #004860;
  margin-bottom: 10px;
}
.single-team-member-slideshow .info .slide1 .office-address {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.single-team-member-slideshow .info .slide1 .contact-methods li {
  display: inline-block;
  margin-right: 35px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slide1 .contact-methods li {
    display: block;
    margin-bottom: 10px;
  }
}
.single-team-member-slideshow .info .slide1 .contact-methods li a {
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  text-transform: lowercase;
}
.single-team-member-slideshow .info .slide1 .contact-methods li svg {
  margin-right: 5px;
}
.single-team-member-slideshow .info .slide1 .contact-methods li svg path {
  fill: #004860;
}
.single-team-member-slideshow .info .slide2 {
  background: #004860;
  color: #fff;
  z-index: 2;
}
.single-team-member-slideshow .info .slide2 .slidecontent {
  padding: 110px 50px 5px 50px;
  max-height: 100vh;
  overflow: scroll;
  scrollbar-width: none;
  –webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slide2 .slidecontent {
    padding: 60px 20px 130px 20px;
  }
}
.single-team-member-slideshow .info .slide2 h1 {
  color: #fff;
  font-size: 30px;
}
.single-team-member-slideshow .info .slide2 h2 {
  color: #d6d2c4;
  margin-bottom: 20px;
}
.single-team-member-slideshow .info .slide2 .personality-trait {
  margin-bottom: 11px;
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #96d6cc;
  letter-spacing: 0.02em;
}
.single-team-member-slideshow .info .slide2 .bio {
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slide2 .bio {
    margin-bottom: 20px;
  }
}
.single-team-member-slideshow .info .slide2 .bio p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slide2 .bio p {
    font-size: 15px;
    line-height: 26px;
  }
}
.single-team-member-slideshow .info .slide2 .education-item h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #d6d2c4;
  margin-bottom: 5px;
  text-transform: none;
}
.single-team-member-slideshow .info .slide2 .education-item .degree {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 15px 15px;
}
.single-team-member-slideshow .info .slide2 .education-item .degree::before {
  content: '';
  height: 0.8em;
  display: inline-block;
  border-left: 2px solid #dc582a;
  margin-right: 10px;
}
.single-team-member-slideshow .info .slide3 {
  background: #5f9bc6;
  color: #000;
  z-index: 1;
}
.single-team-member-slideshow .info .slide3 .slidecontent {
  padding: 110px 50px 5px 50px;
  max-height: 100vh;
  overflow: scroll;
  scrollbar-width: none;
  –webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slide3 .slidecontent {
    padding: 60px 20px 130px 20px;
  }
}
.single-team-member-slideshow .info .slide3 h1 {
  color: #000;
  font-size: 30px;
}
.single-team-member-slideshow .info .slide3 h2 {
  color: #fff;
  margin-bottom: 118px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .info .slide3 h2 {
    margin-bottom: 15px;
  }
}
.single-team-member-slideshow .info .slide3 .category-pill {
  margin-bottom: 15px;
}
.single-team-member-slideshow .info .slide3 .related-projects {
  margin-bottom: 5px;
}
.single-team-member-slideshow .info .slide3 .related-projects .location {
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 3px;
}
.single-team-member-slideshow .info .slide3 .related-projects a {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: inline-block;
}
.single-team-member-slideshow .info .slide3 .related-projects a svg {
  height: 30px;
  margin-left: 3px;
  vertical-align: bottom;
}
.single-team-member-slideshow .info .slide3 .related-projects a svg circle {
  fill: none;
}
.single-team-member-slideshow .info .slide3 .related-projects a svg path {
  fill: #d29f1c;
}
.single-team-member-slideshow .info .slide3 .related-projects a:hover {
  text-decoration: underline;
}
.single-team-member-slideshow .info .slide3 .related-projects a:hover svg circle {
  fill: #d6d2c4;
}
.single-team-member-slideshow .info .slide3 .related-insights .related-insight {
  margin-bottom: 30px;
}
.single-team-member-slideshow .info .slide3 .related-insights .related-insight a {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
}
.single-team-member-slideshow .info .slide3 .related-insights .related-insight a svg {
  height: 30px;
  margin-left: 3px;
  vertical-align: bottom;
}
.single-team-member-slideshow .info .slide3 .related-insights .related-insight a svg circle {
  fill: none;
}
.single-team-member-slideshow .info .slide3 .related-insights .related-insight a svg path {
  fill: #d29f1c;
}
.single-team-member-slideshow .info .slide3 .related-insights .related-insight a:hover {
  text-decoration: underline;
}
.single-team-member-slideshow .info .slide3 .related-insights .related-insight a:hover svg circle {
  fill: #d6d2c4;
}
.single-team-member-slideshow .info .slide3 .related-insights .related-insight .project-meta {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
}
.single-team-member-slideshow .info .slide3 .related-insights .related-insight .project-meta svg {
  margin-left: 10px;
}
.single-team-member-slideshow .floating-arrow {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  text-align: center;
  padding-bottom: 30px;
  z-index: 4;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .floating-arrow {
    display: none;
    bottom: -30px;
    left: 30px;
    transform: none;
  }
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .floating-arrow div:first-child {
    order: 2;
  }
}
.single-team-member-slideshow .floating-arrow .pulser {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-slideshow .floating-arrow .pulser {
    order: 1;
    position: relative;
    left: initial;
    top: 5px;
  }
}
.single-team-member-slideshow .floating-arrow .pulser:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #d29f1c;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.single-team-member-slideshow .floating-arrow .pulser:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: white url(images/pulsing-arrow.svg);
  background-position: -6px 1px;
  border-radius: 15px;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
body.single-team_member #page {
  /* Have to add this padding so that the footer reveals itself fully - this needs to be set to the height of the navbar that appears at the bottom */
  padding-bottom: 192px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  body.single-team_member #page {
    padding-bottom: 0;
  }
}
#page.stop-scrolling {
  /*height: 100%;*/
  /*overflow: hidden;*/
}
#content.stop-scrolling {
  position: fixed;
  width: 100%;
  height: 100%;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.team-member-pagination {
  background: #373a36;
  position: static;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .team-member-pagination {
    display: none;
  }
}
.team-member-pagination > div {
  flex: 1;
  color: #fff;
}
.team-member-pagination .team-member-previous a {
  display: block;
  color: #d6d2c4;
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 70px 40px;
}
.team-member-pagination .team-member-previous a svg {
  float: left;
  transform: rotate(180deg);
  width: 87px;
  height: 87px;
  margin-right: 15px;
  top: -17px;
  position: relative;
}
.team-member-pagination .team-member-previous a svg circle {
  fill: transparent;
}
.team-member-pagination .team-member-previous a:hover svg circle {
  fill: #d6d2c4;
}
.team-member-pagination .team-member-previous a .title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 12px;
}
.team-member-pagination .view-all-team {
  flex-grow: 0;
  flex-basis: 125px;
  text-align: center;
  background: #000;
}
.team-member-pagination .view-all-team a {
  display: block;
  padding: 70px 20px;
  color: #fff;
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.team-member-pagination .view-all-team a svg {
  display: block;
  margin: 5px auto;
}
.team-member-pagination .view-all-team:hover {
  background: #d6d2c4;
}
.team-member-pagination .view-all-team:hover a {
  color: #000;
}
.team-member-pagination .view-all-team:hover a svg circle {
  fill: #d29f1c;
}
.team-member-pagination .team-member-next {
  text-align: right;
}
.team-member-pagination .team-member-next a {
  display: block;
  color: #d6d2c4;
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 70px 40px;
}
.team-member-pagination .team-member-next a svg {
  float: right;
  width: 87px;
  height: 87px;
  margin-left: 15px;
  top: -17px;
  position: relative;
}
.team-member-pagination .team-member-next a svg circle {
  fill: transparent;
}
.team-member-pagination .team-member-next a:hover svg circle {
  fill: #d6d2c4;
}
.team-member-pagination .team-member-next a .title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 12px;
}
.mobile-team-member-pagination {
  background: #373a36;
  position: static;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 900px) {
  .mobile-team-member-pagination {
    display: flex;
  }
}
.mobile-team-member-pagination > div {
  flex: 1;
  color: #fff;
}
.mobile-team-member-pagination .view-all-team {
  flex-grow: 0;
  flex-basis: 60px;
  text-align: center;
  background: #000;
  align-items: center;
}
.mobile-team-member-pagination .view-all-team a {
  display: block;
  padding: 15px;
  color: #fff;
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-team-member-pagination .view-all-team a svg {
  display: block;
  margin: 5px auto;
}
.mobile-team-member-pagination .view-all-team:hover {
  background: #d6d2c4;
}
.mobile-team-member-pagination .view-all-team:hover a {
  color: #000;
}
.mobile-team-member-pagination .view-all-team:hover a svg circle {
  fill: #d29f1c;
}
.mobile-team-member-pagination .team-member-next {
  text-align: right;
}
.mobile-team-member-pagination .team-member-next a {
  color: #d6d2c4;
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 20px;
  align-items: center;
}
.mobile-team-member-pagination .team-member-next a svg {
  float: right;
  width: 32px;
  height: 32px;
  margin-left: 0px;
  top: -13px;
  position: relative;
}
.mobile-team-member-pagination .team-member-next a svg circle {
  fill: transparent;
}
.mobile-team-member-pagination .team-member-next a:hover svg circle {
  fill: #d6d2c4;
}
.mobile-team-member-pagination .team-member-next a .title {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  margin-top: 12px;
}
#insights_grid {
  margin: 50px auto 80px auto;
}
#insights_grid + .loadmoretrigger {
  margin-bottom: 0;
}
#insights_grid .featured-insight {
  flex-basis: calc(33.333% - 24px);
  height: 545px;
  margin: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#insights_grid .featured-insight.defaultpattern {
  background-repeat: repeat !important;
  background-size: auto !important;
}
@media only screen and (max-width: 1105px) {
  #insights_grid .featured-insight {
    flex-basis: calc(50% - 24px);
  }
}
@media only screen and (max-width: 650px) {
  #insights_grid .featured-insight {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 900px) {
  #insights_grid .featured-insight:hover .overlay {
    height: 100%;
  }
  #insights_grid .featured-insight:hover .featured-insight-inner .date {
    display: block;
  }
  #insights_grid .featured-insight:hover .featured-insight-inner h2 a {
    color: #000;
  }
}
#insights_grid .featured-insight .overlay {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  background-color: rgba(210, 159, 28, 0.95);
  background-image: url(images/gold-hover-fade.svg);
  background-position: top right;
  background-repeat: no-repeat;
  color: #000;
  transition: height 0.5s;
}
#insights_grid .featured-insight .featured-insight-inner {
  padding: 44px 40px;
  height: 100%;
}
#insights_grid .featured-insight .featured-insight-inner .category-pill {
  margin-left: -10px;
}
#insights_grid .featured-insight .featured-insight-inner .date {
  display: none;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
#insights_grid .featured-insight .featured-insight-inner a.storylink {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 32px;
  bottom: 32px;
  transition: visibility 0s, opacity 0.7s;
}
#insights_grid .featured-insight .featured-insight-inner a.storylink svg {
  width: 87px;
  height: 87px;
  margin-top: 10px;
}
#insights_grid .featured-insight .featured-insight-inner .byline-hover-stuff {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: 44px;
  transition: visibility 0s, opacity 0.7s;
}
#insights_grid .featured-insight .featured-insight-inner .title-holder {
  position: absolute;
  bottom: 44px;
  left: 40px;
  padding-right: 50px;
  transition: bottom 0.5s;
}
#insights_grid .featured-insight .featured-insight-inner h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
}
@media only screen and (max-width: 650px) {
  #insights_grid .featured-insight .featured-insight-inner h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
#insights_grid .featured-insight .featured-insight-inner h2 a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  #insights_grid .featured-insight .featured-insight-inner:hover a.storylink {
    visibility: visible;
    opacity: 1;
  }
  #insights_grid .featured-insight .featured-insight-inner:hover a.storylink:hover svg circle {
    fill: #d6d2c4;
  }
  #insights_grid .featured-insight .featured-insight-inner:hover .byline-hover-stuff {
    visibility: visible;
    opacity: 1;
    bottom: 44px;
    max-width: 55%;
  }
  #insights_grid .featured-insight .featured-insight-inner:hover .byline-hover-stuff .byline {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  #insights_grid .featured-insight .featured-insight-inner:hover .byline-hover-stuff .readtime {
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
  }
  #insights_grid .featured-insight .featured-insight-inner:hover .title-holder {
    bottom: 200px;
  }
  #insights_grid .featured-insight .featured-insight-inner:hover .title-holder .date {
    display: block;
  }
}
#insights_grid .featured-insight.darkfont .featured-insight-inner h2 a {
  color: #000;
}
#insights_grid .loadmoretrigger {
  margin-bottom: 80px;
}
.progress-bar-outer {
  display: block;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 5px;
  overflow: hidden;
}
.progress-bar-outer .progress-bar {
  display: block;
  position: relative;
  width: 0;
  background: #d29f1c;
  height: 5px;
  display: block;
  left: 0;
  z-index: 100;
}
body.scrolled .progress-bar-outer {
  top: 84px;
}
@media only screen and (max-width: 650px) {
  body.scrolled .progress-bar-outer {
    top: 40px;
  }
}
.insight_single_header {
  position: fixed;
  width: 100%;
  background: url(images/dark-pattern-green-bg.jpg);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 39vw;
  /*max-height: 487px;*/
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .insight_single_header {
    position: relative;
    height: auto;
    display: block !important;
  }
}
.insight_single_header .insight_single_header_inner {
  flex: 1;
  padding: 0 130px;
}
@media only screen and (max-width: 1255px) {
  .insight_single_header .insight_single_header_inner {
    padding: 100px 25px 25px 25px;
  }
}
@media only screen and (max-width: 650px) {
  .insight_single_header .insight_single_header_inner {
    padding: 70px 25px 25px 25px;
  }
}
.insight_single_header .insight_single_header_inner h1 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1105px) {
  .insight_single_header .insight_single_header_inner h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 650px) {
  .insight_single_header .insight_single_header_inner h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.insight_single_header .insight_single_header_inner .byline {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.insight_single_header .insight_single_header_inner .readtime {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.insight_single_header .insight_single_header_inner .readtime svg {
  margin-left: 8px;
}
.insight_single_header img {
  width: 425px;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .insight_single_header img {
    display: none;
  }
}
.insight_single_header.blog {
  background: url(images/pattern-blue-dots-bg.jpg);
  color: #373a36;
}
.insight_single_header.publication {
  background: url(images/pattern-tan-dots-bg.jpg);
  color: #373a36;
}
.insight_single_header.video {
  background: url(images/dark-pattern-light-green-bg.jpg);
  color: #373a36;
}
.insight_single_header.topic-brief {
  background: url(images/dark-pattern-green-bg.jpg);
}
.insight_single_body {
  background: #fff;
  top: 39vw;
  z-index: 3;
  margin-bottom: calc(39vw + 576px);
  /* this is equal to twice the top since we have to reveal the footer on scroll */
}
@media only screen and (max-width: 900px) {
  .insight_single_body {
    top: auto;
    margin-bottom: 0;
  }
}
.insight_single_body .insight_single_body_inner {
  padding: 50px 0 0 0;
}
.insight_single_body .insight_single_body_inner .content-sidebar {
  position: absolute;
  left: 120px;
  top: 50px;
  height: 100%;
  width: 260px;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .insight_single_body_inner .content-sidebar {
    position: relative;
    left: auto;
    height: auto;
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner {
  position: sticky;
  margin-right: 50px;
  top: 150px;
  z-index: 2;
  padding-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner {
    position: relative;
    top: auto;
  }
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .eventlabel {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #dc582a;
  font-size: 16px;
  line-height: 26px;
  vertical-align: bottom;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit {
  display: flex;
  display: inline-block;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit a {
  display: inline-block;
  margin: 0 11px;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit a.a2a_button_facebook:hover svg path.colorizeme {
  fill: #5f9bc6;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit a.a2a_button_twitter:hover svg path.colorizeme {
  fill: #96d6cc;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit a.a2a_button_linkedin:hover svg path.colorizeme {
  fill: #d29f1c;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit a svg {
  vertical-align: middle;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .pdf-download {
  margin-top: 35px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 14px 0;
  text-align: center;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .pdf-download a {
  color: #373a36;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .pdf-download a svg {
  margin-right: 8px;
  vertical-align: middle;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .pdf-download a svg path {
  stroke: #373a36;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .pdf-download a:hover {
  color: #d29f1c;
}
.insight_single_body .insight_single_body_inner .content-sidebar .content-sidebar-inner .pdf-download a:hover svg path {
  stroke: #d29f1c;
}
.insight_single_body .insight_single_body_inner .content-sidebar .scroll-to-top {
  position: sticky;
  top: 92vh;
  width: 120px;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  z-index: 2;
  margin-bottom: 20px;
}
.insight_single_body .insight_single_body_inner .content-sidebar .scroll-to-top a {
  color: #373a36;
  text-transform: uppercase;
}
.insight_single_body .insight_single_body_inner .content-sidebar .scroll-to-top a svg {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.insight_single_body .insight_single_body_inner .content-main a {
  text-decoration: underline;
  color: #c54c20;
}
.insight_single_body .insight_single_body_inner .content-main a:hover {
  text-decoration: none;
}
.insight_single_body .insight_single_body_inner .content-main .intro-content {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-left: 400px;
  max-width: 800px;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .insight_single_body_inner .content-main .intro-content {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.insight_single_body .insight_single_body_inner .content-main .intro-content strong {
  font-weight: 900;
  color: #004860;
}
.insight_single_body .insight_single_body_inner .content-main .insights-module {
  margin-left: 400px;
  max-width: 800px;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .insight_single_body_inner .content-main .insights-module {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.insight_single_body .insight_single_body_inner .content-main .insights-module.pull-quote {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  z-index: 3;
}
.insight_single_body .insight_single_body_inner .content-main .insights-module .last-element::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(images/story-end.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  bottom: 6px;
  position: absolute;
}
.insight_single_body .insight_single_body_inner .content-main .footnote {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  color: #373a36;
  font-size: 10px;
  line-height: 14px;
  margin-left: 400px;
  max-width: 800px;
  margin-bottom: 30px;
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta {
  margin-left: 400px;
  max-width: 800px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .insight_single_body_inner .content-main .insight-meta {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta h3 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta .category-pill {
  margin: 0 15px 30px 0;
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta .team-member {
  margin-bottom: 35px;
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta .team-member img {
  width: 115px;
  height: 108px;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
  clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta .team-member .team-member-name {
  line-height: 22px;
  font-family: 'Nunito Sans', sans-serif;
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta .team-member .team-member-info {
  font-family: 'Nunito Sans', sans-serif;
  font-family: 16px;
  line-height: 26px;
  margin-top: 5px;
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta .team-member .team-member-info strong {
  font-weight: 900;
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta .team-member .team-member-info .contact-methods a {
  display: inline-block;
  margin-right: 20px;
  color: #373a36;
  text-decoration: none;
  text-transform: lowercase;
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta .team-member .team-member-info .contact-methods a.viewbio {
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta .team-member .team-member-info .contact-methods a svg {
  width: 15px;
}
.insight_single_body .insight_single_body_inner .content-main .insight-meta .team-member .team-member-info .contact-methods a svg path {
  fill: #d29f1c;
}
.insight_single_body .related-content {
  margin-top: 50px;
}
.insight_single_body .related-content > h2 {
  text-align: center;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #004860;
  text-transform: none;
  margin-bottom: 30px;
}
.insight_single_body .related-content .featured-insights .featured-insight {
  flex-basis: 33.33%;
  height: 683px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .related-content .featured-insights .featured-insight {
    flex-basis: 100%;
    height: 350px;
  }
}
.insight_single_body .related-content .featured-insights .featured-insight:hover .overlay {
  display: block;
}
.insight_single_body .related-content .featured-insights .featured-insight:hover .featured-insight-inner .date {
  display: block;
}
.insight_single_body .related-content .featured-insights .featured-insight:hover .featured-insight-inner h2 a {
  color: #000;
}
.insight_single_body .related-content .featured-insights .featured-insight .overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d29f1c;
  background-image: url(images/gold-hover-fade.svg);
  background-position: top right;
  background-repeat: no-repeat;
  color: #000;
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner {
  padding: 44px 40px;
  height: 100%;
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner .date {
  display: none;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner a.storylink {
  display: none;
  position: absolute;
  right: 32px;
  bottom: 32px;
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner a.storylink svg {
  width: 87px;
  height: 87px;
  margin-top: 10px;
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner .byline-hover-stuff {
  position: absolute;
  display: none;
  bottom: 44px;
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner .title-holder {
  position: absolute;
  bottom: 44px;
  left: 40px;
  padding-right: 50px;
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner h2 a {
  color: #fff;
  text-decoration: none;
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover a.storylink {
  display: block;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover a.storylink {
    display: none;
  }
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff {
  display: block;
  bottom: 44px;
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff .byline {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff .byline {
    display: none;
  }
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff .readtime {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff .readtime {
    display: none;
  }
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .title-holder {
  bottom: 260px;
}
@media only screen and (max-width: 900px) {
  .insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .title-holder {
    bottom: 44px;
  }
}
.insight_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .title-holder .date {
  display: block;
}
.insight_single_body .related-content .featured-insights .featured-insight.darkfont .featured-insight-inner h2 a {
  color: #000;
}
body .single-insight #page {
  margin-bottom: calc(39vw + 576px);
}
body.page-template-page-news-events-overview .centered_headline_text p {
  margin-bottom: 0;
}
.news-events-flipper {
  text-align: center;
  margin-bottom: 60px;
}
.news-events-flipper ul {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #373a36;
  overflow: hidden;
  height: 50px;
}
.news-events-flipper ul li {
  display: inline-block;
}
.news-events-flipper ul li a {
  display: block;
  color: #373a36;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 45px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.news-events-flipper ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #d29f1c;
  z-index: -1;
  width: 200%;
  transform-origin: 0 bottom;
  transform: translate3D(-50%, 0, 0) rotate(-50deg);
}
.news-events-flipper ul li a:hover:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.news-events-flipper ul li a.selected:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.newseventcontent {
  display: none;
}
.newseventcontent#newscontent {
  display: block;
}
.newseventcontent > h2 {
  text-align: center;
  color: #004860;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 20px;
}
.newseventcontent .newseventgrid > div {
  margin: 0 25px 25px 0;
  flex-basis: calc(33.333% - 25px);
  height: 545px;
  cursor: pointer;
}
@media only screen and (max-width: 1105px) {
  .newseventcontent .newseventgrid > div {
    flex-basis: calc(50% - 25px);
    margin-right: 25px;
    height: 485px;
  }
}
@media only screen and (max-width: 650px) {
  .newseventcontent .newseventgrid > div {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.newseventcontent .newseventgrid > div:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 1105px) {
  .newseventcontent .newseventgrid > div:nth-child(3n+3) {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 650px) {
  .newseventcontent .newseventgrid > div:nth-child(3n+3) {
    margin-right: 0;
  }
}
.newseventcontent .newseventgrid > div .overlay {
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0px;
  background-color: rgba(210, 159, 28, 0.95);
  background-image: url(images/gold-hover-fade-reverse.svg);
  background-position: top right;
  background-repeat: no-repeat;
  color: #000;
  transition: height 0.5s;
}
.newseventcontent .newseventgrid > div .item-inner {
  padding: 30px;
  height: 100%;
}
.newseventcontent .newseventgrid > div .item-inner .title-holder {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding-right: 50px;
  transition: bottom 0.5s;
}
.newseventcontent .newseventgrid > div .item-inner .location {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.newseventcontent .newseventgrid > div .item-inner .date {
  font-family: 'ConneqtBold', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #fff;
}
.newseventcontent .newseventgrid > div .item-inner h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
}
.newseventcontent .newseventgrid > div .item-inner h2 a {
  color: #fff;
  text-decoration: none;
}
.newseventcontent .newseventgrid > div .item-inner a.storylink {
  display: none;
  position: absolute;
  right: 32px;
  bottom: 32px;
}
.newseventcontent .newseventgrid > div .item-inner a.storylink svg {
  width: 87px;
  height: 87px;
  margin-top: 10px;
}
.newseventcontent .newseventgrid > div .item-inner a.storylink:hover svg circle {
  fill: #d6d2c4;
}
.newseventcontent .newseventgrid > div.defaultimage .item-inner h2, .newseventcontent .newseventgrid > div.defaultimage .item-inner .date, .newseventcontent .newseventgrid > div.defaultimage .item-inner a {
  color: #000;
}
@media only screen and (min-width: 900px) {
  .newseventcontent .newseventgrid > div:hover .overlay {
    height: 100%;
  }
  .newseventcontent .newseventgrid > div:hover .item-inner .title-holder {
    bottom: 180px;
  }
  .newseventcontent .newseventgrid > div:hover .item-inner .title-holder .date, .newseventcontent .newseventgrid > div:hover .item-inner .title-holder .location {
    color: #000;
  }
  .newseventcontent .newseventgrid > div:hover .item-inner .title-holder h2 a {
    color: #000;
  }
  .newseventcontent .newseventgrid > div:hover .item-inner a.storylink {
    display: block;
  }
}
.news-event_single_header {
  position: fixed;
  width: 100%;
  background: url(images/pattern-tan-dots-bg.jpg);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 39vw;
  color: #373a36;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .news-event_single_header {
    position: relative;
    height: auto;
    display: block !important;
  }
}
.news-event_single_header.eventtype {
  background: url(images/dark-pattern-light-green-bg.jpg);
}
.news-event_single_header .news-event_single_header_inner {
  flex: 1;
  padding: 0 130px;
}
@media only screen and (max-width: 1255px) {
  .news-event_single_header .news-event_single_header_inner {
    padding: 100px 25px 25px 25px;
  }
}
.news-event_single_header .news-event_single_header_inner .date {
  display: inline-block;
  margin-left: 20px;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.news-event_single_header .news-event_single_header_inner h1 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1105px) {
  .news-event_single_header .news-event_single_header_inner h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 650px) {
  .news-event_single_header .news-event_single_header_inner h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.news-event_single_header img {
  width: 425px;
  /*height: calc(100% - 84px);*/
  height: 100%;
  object-fit: cover;
  align-self: flex-end;
}
@media only screen and (max-width: 900px) {
  .news-event_single_header img {
    display: none;
  }
}
.news-event_single_body {
  background: #fff;
  top: 39vw;
  padding: 50px 0 0 0;
  z-index: 3;
  margin-bottom: calc(39vw + 576px);
  /* this is equal to twice the top since we have to reveal the footer on scroll */
}
@media only screen and (max-width: 900px) {
  .news-event_single_body {
    top: auto;
    margin-bottom: 0;
  }
}
.news-event_single_body .news-event_single_body_inner .content-sidebar {
  position: absolute;
  left: 120px;
  top: 0px;
  height: 100%;
  width: 260px;
}
@media only screen and (max-width: 900px) {
  .news-event_single_body .news-event_single_body_inner .content-sidebar {
    position: relative;
    left: auto;
    height: auto;
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner {
  position: sticky;
  margin-right: 50px;
  top: 150px;
  z-index: 2;
  padding-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  .news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner {
    position: relative;
    top: auto;
  }
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .eventlabel {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #dc582a;
  font-size: 16px;
  line-height: 26px;
  vertical-align: top;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .event-details {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 45px;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .event-details p {
  line-height: 210%;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .event-details strong {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .event-details a {
  color: #dc582a;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .event-details .pipe-divider {
  color: #dc582a;
  font-weight: 700;
  display: inline-block;
  margin: 0 2px;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .event-details a.button.outline {
  margin-top: 40px;
  color: #373a36;
  border: 1px solid #373a36;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit {
  display: flex;
  margin-bottom: 20px;
  display: inline-block;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit a {
  display: inline-block;
  margin: 0 11px;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit a.a2a_button_facebook:hover svg path.colorizeme {
  fill: #5f9bc6;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit a.a2a_button_twitter:hover svg path.colorizeme {
  fill: #96d6cc;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit a.a2a_button_linkedin:hover svg path.colorizeme {
  fill: #d29f1c;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .a2a_kit a svg {
  vertical-align: middle;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .pdf-download {
  margin-top: 35px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 14px 0;
  text-align: center;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .pdf-download a {
  color: #373a36;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .pdf-download a svg {
  margin-right: 8px;
  vertical-align: middle;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .content-sidebar-inner .pdf-download a svg path {
  stroke: #373a36;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .scroll-to-top {
  position: sticky;
  top: 92vh;
  width: 120px;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  z-index: 2;
  margin-bottom: 20px;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .scroll-to-top a {
  color: #373a36;
  text-transform: uppercase;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .scroll-to-top a svg {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .scroll-to-top a:hover svg path.circle {
  fill: #d6d2c4;
}
.news-event_single_body .news-event_single_body_inner .content-sidebar .scroll-to-top a:hover svg path.arrowparts {
  fill: #d29f1c;
}
.news-event_single_body .news-event_single_body_inner .content-main a {
  text-decoration: underline;
  color: #c54c20;
}
.news-event_single_body .news-event_single_body_inner .content-main a:hover {
  text-decoration: none;
}
.news-event_single_body .news-event_single_body_inner .content-main .intro-content {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-left: 400px;
  max-width: 800px;
}
@media only screen and (max-width: 900px) {
  .news-event_single_body .news-event_single_body_inner .content-main .intro-content {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.news-event_single_body .news-event_single_body_inner .content-main .intro-content strong {
  font-weight: 900;
  color: #004860;
}
.news-event_single_body .news-event_single_body_inner .content-main .insights-module {
  margin-left: 400px;
  max-width: 800px;
}
@media only screen and (max-width: 900px) {
  .news-event_single_body .news-event_single_body_inner .content-main .insights-module {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.news-event_single_body .news-event_single_body_inner .content-main .insights-module.pull-quote {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  z-index: 3;
}
.news-event_single_body .news-event_single_body_inner .content-main .insights-module .last-element::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(images/story-end.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.news-event_single_body .news-event_single_body_inner .content-main .footnote {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  color: #373a36;
  font-size: 10px;
  line-height: 14px;
  margin-left: 400px;
  max-width: 800px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .news-event_single_body .news-event_single_body_inner .content-main .footnote {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta {
  margin-left: 400px;
  max-width: 800px;
  padding-bottom: 50px;
  border-top: 1px solid #000;
  padding-top: 30px;
}
@media only screen and (max-width: 900px) {
  .news-event_single_body .news-event_single_body_inner .content-main .insight-meta {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 0;
  }
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta h3 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .category-pill {
  margin: 0 15px 30px 0;
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member {
  margin-bottom: 35px;
}
@media only screen and (max-width: 900px) {
  .news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member {
    flex-wrap: wrap;
  }
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member img {
  width: 115px;
  height: 108px;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
  clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member .team-member-info {
  font-family: 'Nunito Sans', sans-serif;
  font-family: 16px;
  line-height: 26px;
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member .team-member-info strong {
  font-weight: 900;
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member .team-member-info .pipe-divider {
  color: #dc582a;
  font-weight: 700;
  display: inline-block;
  margin: 0 2px;
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member .team-member-info .contact-methods {
  margin: 5px 0;
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member .team-member-info .contact-methods a {
  display: inline-block;
  margin-right: 20px;
  color: #373a36;
  text-decoration: none;
  text-transform: lowercase;
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member .team-member-info .contact-methods a.viewbio {
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member .team-member-info .contact-methods a svg {
  width: 15px;
}
.news-event_single_body .news-event_single_body_inner .content-main .insight-meta .team-member .team-member-info .contact-methods a svg path {
  fill: #d29f1c;
}
.news-event_single_body .related-content {
  margin-top: 50px;
}
.news-event_single_body .related-content > h2 {
  text-align: center;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #004860;
  text-transform: none;
  margin-bottom: 30px;
}
.news-event_single_body .related-content .featured-insights .featured-insight {
  flex-basis: 33.33%;
  height: 683px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .news-event_single_body .related-content .featured-insights .featured-insight {
    flex-basis: 100%;
    height: 350px;
  }
}
.news-event_single_body .related-content .featured-insights .featured-insight:hover .overlay {
  height: 100%;
}
.news-event_single_body .related-content .featured-insights .featured-insight:hover .featured-insight-inner .date {
  display: block;
}
.news-event_single_body .related-content .featured-insights .featured-insight:hover .featured-insight-inner h2 a {
  color: #000;
}
.news-event_single_body .related-content .featured-insights .featured-insight .overlay {
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0px;
  background-color: #d29f1c;
  background-image: url(images/gold-hover-fade.svg);
  background-position: top right;
  background-repeat: no-repeat;
  color: #000;
  transition: height 0.5s;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner {
  padding: 44px 40px;
  height: 100%;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner .date {
  display: none;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner a.storylink {
  display: none;
  position: absolute;
  right: 32px;
  bottom: 32px;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner a.storylink svg {
  width: 87px;
  height: 87px;
  margin-top: 10px;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner .byline-hover-stuff {
  position: absolute;
  display: none;
  bottom: 44px;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner .title-holder {
  position: absolute;
  bottom: 44px;
  left: 40px;
  padding-right: 50px;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner h2 a {
  color: #fff;
  text-decoration: none;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover a.storylink {
  display: block;
}
@media only screen and (max-width: 900px) {
  .news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover a.storylink {
    display: none;
  }
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff {
  display: block;
  bottom: 44px;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff .byline {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff .readtime {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .title-holder {
  bottom: 260px;
}
@media only screen and (max-width: 900px) {
  .news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .title-holder {
    bottom: 44px;
  }
}
.news-event_single_body .related-content .featured-insights .featured-insight .featured-insight-inner:hover .title-holder .date {
  display: block;
}
.news-event_single_body .related-content .featured-insights .featured-insight.defaultimage .featured-insight-inner h2, .news-event_single_body .related-content .featured-insights .featured-insight.defaultimage .featured-insight-inner .date, .news-event_single_body .related-content .featured-insights .featured-insight.defaultimage .featured-insight-inner a {
  color: #000;
}
.news-event_single_body .related-content .featured-insights .featured-insight.darkfont h2 a {
  color: #000;
}
body .single-insight #page {
  margin-bottom: calc(39vw + 576px);
}
.location-map-section {
  padding: 105px 0;
}
@media only screen and (max-width: 900px) {
  /*.map-side {
   flex-basis:50%;
   margin-right:65px;
   @media only screen and (max-width: $tablet) {
   flex-basis:100%;
   margin-right:0;
   }
   .locations-map {
   width:100%;
   height:589px;
   @media only screen and (max-width: $tablet) {
   height:350px;
   margin-bottom:20px;
   }
   }
   }*/
  .location-map-section {
    flex-wrap: wrap;
    padding: 25px 0;
  }
}
.location-map-section .info-side {
  flex-basis: 50%;
  margin-right: 135px;
}
@media only screen and (max-width: 900px) {
  .location-map-section .info-side {
    flex-basis: 100%;
    margin-right: 0;
    padding: 0 25px;
  }
}
.location-map-section .info-side h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #004860;
  text-transform: none;
  margin-bottom: 50px;
}
.location-map-section .info-side .location {
  margin-bottom: 25px;
}
.location-map-section .info-side .location h3 {
  display: block;
  font-family: 'ConneqtRegular', sans-serif;
  color: #373a36;
  font-size: 18px;
  line-height: 50px;
  background: #d6d2c4;
  border-radius: 50px;
  padding: 0 0 0 25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.location-map-section .info-side .location h3 .plus-toggle {
  float: right;
}
.location-map-section .info-side .location h3 .plus-toggle > label {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #bcb9ae;
  cursor: pointer;
  position: relative;
  display: block;
}
.location-map-section .info-side .location h3 .plus-toggle > label:before, .location-map-section .info-side .location h3 .plus-toggle > label:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background: #fff;
  height: 27.7777777778px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.location-map-section .info-side .location h3 .plus-toggle > label:after {
  width: 27.7777777778px;
  height: 2px;
}
.location-map-section .info-side .location h3 .plus-toggle > input {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}
.location-map-section .info-side .location h3 .plus-toggle > input:checked + label:before {
  transform: rotate(-90deg);
}
.location-map-section .info-side .location h3 .plus-toggle > input:checked + label:after {
  transform: rotate(-180deg);
  opacity: 0;
}
.location-map-section .info-side .location h3:hover .plus-toggle > label {
  background: #d29f1c;
}
.location-map-section .info-side .location .offices {
  background: #f1f1f1;
  padding-top: 25px;
  top: -25px;
  z-index: 1;
  display: none;
  border-radius: 0px 0px 10px 10px;
}
.location-map-section .info-side .location .offices .office {
  padding: 15px 20px 25px 20px;
}
.location-map-section .info-side .location .offices .office .address {
  margin-top: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #004860;
}
.location-map-section .info-side .location .offices .office .phone {
  display: block;
  margin-top: 10px;
}
.location-map-section .info-side .location .offices .office .phone span {
  font-family: 'ConneqtRegular', sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #004860;
  text-transform: uppercase;
}
.location-map-section .info-side .location .offices .office .directions {
  margin-top: 10px;
}
.location-map-section .info-side .location .offices .office .directions a {
  font-family: 'ConneqtRegular', sans-serif;
  color: #373a36;
  font-size: 12px;
  line-height: 12px;
}
.location-map-section .info-side .location .offices .office .directions a svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.location-map-section .info-side .location .offices .office:hover {
  background: #ebebeb;
}
.location-map-section .info-side .location .offices .office:hover .directions a svg circle {
  fill: #d6d2c4;
}
.location-map-section .info-side .location.open h3 svg line.vertical {
  display: none;
}
.location-map-section .employee-search h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #004860;
  text-transform: none;
  margin-bottom: 15px;
}
.location-map-section .employee-search #employeeSeachForm {
  background: #373a36;
  color: #fff;
  border-radius: 50px;
  padding: 0 0 0 35px;
  position: relative;
  z-index: 2;
  align-items: center;
}
.location-map-section .employee-search #employeeSeachForm #employeeSearch {
  flex: 1;
  border: none;
  border-bottom: 1px solid #d29f1c;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  background: none;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}
.location-map-section .employee-search #employeeSeachForm #employeeSearch::placeholder {
  opacity: 0.8;
}
.location-map-section .employee-search #employeeSeachForm #submitButton {
  display: inline-block;
  background: #000;
  padding: 15px;
  border-radius: 50px;
  border: none;
}
.location-map-section .employee-search .employee-results-holder {
  display: none;
  background: #000;
  top: -22px;
  position: relative;
  z-index: 1;
  padding: 50px 0 40px 0;
}
.location-map-section .employee-search .employee-results-holder #employeeResults {
  max-height: 200px;
  overflow-y: scroll;
}
.location-map-section .employee-search .employee-results-holder #employeeResults li {
  padding-left: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.location-map-section .employee-search .employee-results-holder #employeeResults li a {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
}
.employee-search-bar {
  padding: 60px 0;
  background: #f1f1f1;
}
@media only screen and (max-width: 900px) {
  .employee-search-bar .employee-search-bar-inner {
    flex-wrap: wrap;
  }
}
.employee-search-bar .employee-search-bar-left {
  flex-basis: 50%;
  padding-right: 100px;
}
@media only screen and (max-width: 900px) {
  .employee-search-bar .employee-search-bar-left {
    flex-basis: 100%;
    padding-right: 0;
  }
}
.employee-search-bar .employee-search-bar-left h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #004860;
  text-transform: none;
  margin-bottom: 15px;
}
.employee-search-bar .employee-search-bar-right {
  flex-basis: 35%;
  margin-top: 25px;
}
@media only screen and (max-width: 900px) {
  .employee-search-bar .employee-search-bar-right {
    flex-basis: 100%;
  }
}
.employee-search-bar .employee-search-bar-right #employeeSeachForm {
  background: #373a36;
  color: #fff;
  border-radius: 50px;
  padding: 0 0 0 35px;
  position: relative;
  z-index: 2;
  align-items: center;
}
.employee-search-bar .employee-search-bar-right #employeeSeachForm #employeeSearch {
  flex: 1;
  border: none;
  border-bottom: 1px solid #d29f1c;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  background: none;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}
.employee-search-bar .employee-search-bar-right #employeeSeachForm #employeeSearch::placeholder {
  opacity: 0.8;
}
.employee-search-bar .employee-search-bar-right #employeeSeachForm #submitButton {
  display: inline-block;
  background: #000;
  padding: 15px;
  border-radius: 50px;
  border: none;
}
.employee-search-bar .employee-search-bar-right .employee-results-holder {
  display: none;
  background: #000;
  top: -22px;
  position: relative;
  z-index: 1;
  padding: 50px 0 40px 0;
}
.employee-search-bar .employee-search-bar-right .employee-results-holder #employeeResults {
  max-height: 200px;
  overflow-y: scroll;
}
.employee-search-bar .employee-search-bar-right .employee-results-holder #employeeResults li {
  padding-left: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.employee-search-bar .employee-search-bar-right .employee-results-holder #employeeResults li a {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
}
.contact-info-form-section {
  padding: 80px 0;
  background-image: url(images/faq_background.png);
  background-repeat: repeat-y;
  background-size: contain;
}
@media only screen and (max-width: 900px) {
  .contact-info-form-section .contact-info-form-section-inner {
    flex-wrap: wrap;
  }
}
.contact-info-form-section .contact-info-form-section-inner .contact-info {
  padding-right: 35px;
}
@media only screen and (max-width: 900px) {
  .contact-info-form-section .contact-info-form-section-inner .contact-info {
    order: 2;
  }
}
.contact-info-form-section .contact-info-form-section-inner .contact-info .contact-type {
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 16px;
}
.contact-info-form-section .contact-info-form-section-inner .contact-info .contact-type h4 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.contact-info-form-section .contact-info-form-section-inner .contact-info .contact-type p {
  font-size: 16px;
  line-height: 26px;
}
.contact-info-form-section .contact-info-form-section-inner .contact-info .contact-type a {
  color: #dc582a;
  text-decoration: underline;
}
@media only screen and (max-width: 900px) {
  .contact-info-form-section .contact-info-form-section-inner .contact-form {
    order: 1;
  }
}
.contact-info-form-section .contact-info-form-section-inner .contact-form > h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #004860;
  text-transform: none;
  margin-bottom: 15px;
}
.contact-info-form-section .contact-info-form-section-inner .contact-form .required-instructions {
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 10px;
  font-weight: 700;
}
.contact-info-form-section .contact-info-form-section-inner .contact-form .required {
  color: #d29f1c;
  font-weight: 700;
}
body.search-results .content, body.search-no-results .content, body.error404 .content {
  background-image: url(images/faq_background.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  body.search-results .content .flex, body.search-no-results .content .flex, body.error404 .content .flex {
    flex-wrap: wrap;
  }
}
body.search-results .content .search-results, body.search-no-results .content .search-results, body.error404 .content .search-results {
  flex-basis: 70%;
  padding-right: 100px;
}
@media only screen and (max-width: 900px) {
  body.search-results .content .search-results, body.search-no-results .content .search-results, body.error404 .content .search-results {
    flex-basis: 100%;
    padding-right: 0;
  }
}
body.search-results .content .search-results .results-intro, body.search-no-results .content .search-results .results-intro, body.error404 .content .search-results .results-intro {
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 15px;
}
body.search-results .content .search-results .results-intro span, body.search-no-results .content .search-results .results-intro span, body.error404 .content .search-results .results-intro span {
  font-family: 'ConneqtBlack', sans-serif;
}
body.search-results .content .search-results article, body.search-no-results .content .search-results article, body.error404 .content .search-results article {
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
}
body.search-results .content .search-results article .results-content, body.search-no-results .content .search-results article .results-content, body.error404 .content .search-results article .results-content {
  display: block;
  flex: 1;
}
body.search-results .content .search-results article .results-content .category-pill, body.search-no-results .content .search-results article .results-content .category-pill, body.error404 .content .search-results article .results-content .category-pill {
  padding: 2px 10px;
  margin-bottom: 10px;
  font-size: 11px;
}
body.search-results .content .search-results article .results-content h3, body.search-no-results .content .search-results article .results-content h3, body.error404 .content .search-results article .results-content h3 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #004860;
}
body.search-results .content .search-results article .results-content p, body.search-no-results .content .search-results article .results-content p, body.error404 .content .search-results article .results-content p {
  margin-bottom: 0;
  color: #373a36;
}
body.search-results .content .search-results article .results-button a, body.search-no-results .content .search-results article .results-button a, body.error404 .content .search-results article .results-button a {
  display: block;
  border-radius: 28px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 10px;
}
body.search-results .content .search-results article .results-button a svg, body.search-no-results .content .search-results article .results-button a svg, body.error404 .content .search-results article .results-button a svg {
  width: 10px;
  padding-top: 7px;
}
body.search-results .content .search-results article .results-button a svg path, body.search-no-results .content .search-results article .results-button a svg path, body.error404 .content .search-results article .results-button a svg path {
  fill: #d29f1c;
}
body.search-results .content .search-results article:hover .results-button a, body.search-no-results .content .search-results article:hover .results-button a, body.error404 .content .search-results article:hover .results-button a {
  background: #d6d2c4;
}
body.search-results .content .search-sidebar, body.search-no-results .content .search-sidebar, body.error404 .content .search-sidebar {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  body.search-results .content .search-sidebar, body.search-no-results .content .search-sidebar, body.error404 .content .search-sidebar {
    flex-basis: 100%;
    margin-top: 40px;
  }
}
body.search-results .content .search-sidebar h2, body.search-no-results .content .search-sidebar h2, body.error404 .content .search-sidebar h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  color: #004860;
  margin-bottom: 15px;
}
body.search-results .content .search-sidebar .employee-search-bar, body.search-no-results .content .search-sidebar .employee-search-bar, body.error404 .content .search-sidebar .employee-search-bar {
  background: none;
  padding: 0;
}
body.search-results .content .search-sidebar .employee-search-bar #employeeSeachForm, body.search-no-results .content .search-sidebar .employee-search-bar #employeeSeachForm, body.error404 .content .search-sidebar .employee-search-bar #employeeSeachForm {
  background: #373a36;
  color: #fff;
  border-radius: 50px;
  padding: 0 0 0 35px;
  position: relative;
  z-index: 2;
  align-items: center;
}
body.search-results .content .search-sidebar .employee-search-bar #employeeSeachForm #employeeSearch, body.search-no-results .content .search-sidebar .employee-search-bar #employeeSeachForm #employeeSearch, body.error404 .content .search-sidebar .employee-search-bar #employeeSeachForm #employeeSearch {
  flex: 1;
  border: none;
  border-bottom: 1px solid #d29f1c;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  background: none;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}
body.search-results .content .search-sidebar .employee-search-bar #employeeSeachForm #employeeSearch::placeholder, body.search-no-results .content .search-sidebar .employee-search-bar #employeeSeachForm #employeeSearch::placeholder, body.error404 .content .search-sidebar .employee-search-bar #employeeSeachForm #employeeSearch::placeholder {
  opacity: 0.8;
}
body.search-results .content .search-sidebar .employee-search-bar #employeeSeachForm #submitButton, body.search-no-results .content .search-sidebar .employee-search-bar #employeeSeachForm #submitButton, body.error404 .content .search-sidebar .employee-search-bar #employeeSeachForm #submitButton {
  display: inline-block;
  background: #000;
  padding: 15px;
  border-radius: 50px;
  border: none;
}
body.search-results .content .search-sidebar .employee-search-bar .employee-results-holder, body.search-no-results .content .search-sidebar .employee-search-bar .employee-results-holder, body.error404 .content .search-sidebar .employee-search-bar .employee-results-holder {
  display: none;
  background: #000;
  top: -22px;
  position: relative;
  z-index: 1;
  padding: 50px 0 40px 0;
}
body.search-results .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults, body.search-no-results .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults, body.error404 .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults {
  max-height: 200px;
  overflow-y: scroll;
}
body.search-results .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults li, body.search-no-results .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults li, body.error404 .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults li {
  padding-left: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
body.search-results .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults li a, body.search-no-results .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults li a, body.error404 .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults li a {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
}
body.search-results .pagination, body.search-no-results .pagination, body.error404 .pagination {
  margin: 20px 0;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
body.search-results .pagination .pages, body.search-no-results .pagination .pages, body.error404 .pagination .pages {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 12px;
  border: none;
}
body.search-results .pagination .wp-pagenavi a, body.search-no-results .pagination .wp-pagenavi a, body.error404 .pagination .wp-pagenavi a {
  border: none;
  color: #373a36;
}
body.search-results .pagination .wp-pagenavi span.current, body.search-no-results .pagination .wp-pagenavi span.current, body.error404 .pagination .wp-pagenavi span.current {
  border: none;
  display: inline-block;
  background: #d29f1c;
  width: 32px;
  text-align: center;
  border-radius: 25px;
}
body.search-results .pagination .wp-pagenavi span.extend, body.search-no-results .pagination .wp-pagenavi span.extend, body.error404 .pagination .wp-pagenavi span.extend {
  border: none;
}
@media only screen and (max-width: 650px) {
  body.search-results .pagination .previouspostslink, body.search-no-results .pagination .previouspostslink, body.error404 .pagination .previouspostslink, body.search-results .pagination .last, body.search-no-results .pagination .last, body.error404 .pagination .last {
    display: none;
  }
}
body.page-template-page-directory-results .content {
  background-image: url(images/faq_background.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-directory-results .content .flex {
    flex-wrap: wrap;
  }
}
body.page-template-page-directory-results .content .search-results {
  flex-basis: 70%;
  padding-right: 100px;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-directory-results .content .search-results {
    flex-basis: 100%;
    padding-right: 0;
  }
}
body.page-template-page-directory-results .content .search-results table#directory-results {
  width: 100%;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr {
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr th {
  text-align: left;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr td {
  text-align: left;
  padding: 12px 0;
  vertical-align: middle;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr td.name {
  font-weight: 700;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr td h3 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #004860;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr td a {
  color: #373a36;
  text-transform: lowercase;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr td a.viewbiolink {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 13px;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr td a.viewbiolink:hover {
  color: #d29f1c;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr td a.viewbiolink svg {
  height: 12px;
  margin-left: 3px;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr td a.viewbiolink svg path {
  fill: #d29f1c;
}
body.page-template-page-directory-results .content .search-results table#directory-results tr td a.linkedinicon:hover svg path.colorizeme {
  fill: #d29f1c;
}
body.page-template-page-directory-results .content .search-sidebar {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-directory-results .content .search-sidebar {
    flex-basis: 100%;
    margin-top: 40px;
  }
}
body.page-template-page-directory-results .content .search-sidebar h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  color: #004860;
  margin-bottom: 15px;
}
body.page-template-page-directory-results .content .search-sidebar .employee-search-bar {
  background: none;
  padding: 0;
}
body.page-template-page-directory-results .content .search-sidebar .employee-search-bar #employeeSeachForm {
  background: #373a36;
  color: #fff;
  border-radius: 50px;
  padding: 0 0 0 35px;
  position: relative;
  z-index: 2;
  align-items: center;
}
body.page-template-page-directory-results .content .search-sidebar .employee-search-bar #employeeSeachForm #employeeSearch {
  flex: 1;
  border: none;
  border-bottom: 1px solid #d29f1c;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  background: none;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}
body.page-template-page-directory-results .content .search-sidebar .employee-search-bar #employeeSeachForm #employeeSearch::placeholder {
  opacity: 0.8;
}
body.page-template-page-directory-results .content .search-sidebar .employee-search-bar #employeeSeachForm #employeeSearch::-webkit-input-placeholder {
  opacity: 1;
  color: #f1f1f1;
}
body.page-template-page-directory-results .content .search-sidebar .employee-search-bar #employeeSeachForm #submitButton {
  display: inline-block;
  background: #000;
  padding: 15px;
  border-radius: 50px;
  border: none;
}
body.page-template-page-directory-results .content .search-sidebar .employee-search-bar .employee-results-holder {
  display: none;
  background: #000;
  top: -26px;
  position: relative;
  z-index: 1;
  padding: 50px 0 40px 0;
}
body.page-template-page-directory-results .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults {
  max-height: 200px;
  overflow-y: scroll;
}
body.page-template-page-directory-results .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults li {
  padding-left: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
body.page-template-page-directory-results .content .search-sidebar .employee-search-bar .employee-results-holder #employeeResults li a {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
}
/* This is some hacky stuff that just applies to the Brand page.  Probably a bad idea but we're doing it anyway. */
body.page-id-1402 header #header_inner .primary_nav {
  display: none;
}
body.page-id-1402 header #mobilenav {
  display: none;
}
body.page-id-1402 #content .cta_module .cta_module_inner_left.alternatebg {
  background: url(/wp-content/uploads/2021/09/SGH-Gradient-Pattern-1600x1360.jpg);
  color: #fff;
}
@media only screen and (max-width: 900px) {
  body.page-id-1402 #content .centered_headline_text {
    text-align: left;
  }
  body.page-id-1402 #content .centered_headline_text p {
    text-align: left;
  }
}
.job-openings {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid rgba(55, 58, 54, 0.3);
}
.job-openings h1 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #004860;
  text-transform: uppercase;
}
.job-openings h2.jobs-title {
  text-align: left;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
  margin: 0 0 24px 0;
}
.job-openings.filtering h1 {
  display: none;
}
.job-openings .filters {
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .job-openings .filters {
    flex-wrap: wrap;
  }
}
.job-openings .filters > div {
  margin: 0 10px;
}
.job-openings p {
  text-align: left;
}
.job-openings .job {
  margin-bottom: 20px;
}
.job-openings .job h3 {
  text-align: left;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  margin: 0;
}
.job-openings .job h3 a {
  color: #373a36;
}
.job-openings .job .location {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}
.single-job {
  max-width: 1060px;
  margin: 0 auto;
  text-align: left;
}
.single-job h2.job-title {
  text-align: left;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  margin: 0;
}
.single-job .location {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}
.single-job .description {
  margin-top: 24px;
}
.single-job .description p {
  text-align: left;
}
.single-job .description p strong {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.single-job .description ul {
  margin: 2em 0 2em 30px;
  font-size: 16px;
  line-height: 26px;
  text-indent: -0.8em;
}
.single-job .description ul li {
  margin-bottom: 1em;
  padding-left: 1em;
}
.single-job .description ul li:before {
  content: ' ';
  height: 0.8em;
  display: inline-block;
  border-left: 2px solid #dc582a;
  margin-right: 10px;
}
.single-job .description ol {
  list-style-type: decimal;
  margin: 2em 0 2em 45px;
  font-size: 16px;
  line-height: 26px;
}
.single-job .description ol li {
  margin-bottom: 1em;
}
.single-job .description ul li p {
  display: inline;
}
header {
  height: 84px;
  width: 100%;
  max-width: 100vw;
  position: absolute;
  z-index: 900;
  display: flex;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
@media only screen and (max-width: 900px) {
  header {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 650px) {
  header {
    height: 40px;
  }
}
header .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgba(59, 61, 61, 0.7);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
header #logo, header #searchicon {
  flex-basis: 10%;
  line-height: 84px;
}
@media only screen and (max-width: 900px) {
  header #logo {
    flex: 1;
  }
}
@media only screen and (max-width: 650px) {
  header #logo {
    line-height: initial;
    top: 8px;
    flex-basis: 60%;
  }
}
header #logo a {
  display: block;
  padding: 10px 20px;
}
@media only screen and (max-width: 650px) {
  header #logo a {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 650px) {
  header #logo svg {
    height: 25px;
    width: 63px;
  }
}
header #searchicon {
  text-align: right;
}
@media only screen and (max-width: 900px) {
  header #searchicon {
    line-height: 56px;
  }
}
header #searchicon a {
  display: inline-block;
  padding: 0 20px;
}
header #searchicon a:hover svg path {
  stroke: #dc582a;
}
@media only screen and (max-width: 650px) {
  header #searchicon svg {
    width: 25px;
  }
}
header #header_inner {
  flex-basis: 80%;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  header #header_inner {
    display: none;
  }
}
header #header_inner .primary_nav {
  list-style: none;
  line-height: 84px;
}
header #header_inner .primary_nav > li {
  display: inline-block;
}
header #header_inner .primary_nav > li:hover > a:after {
  width: 100%;
}
header #header_inner .primary_nav > li > a {
  font-family: 'ConneqtBold', sans-serif;
  padding: 0 0 5px 0;
  margin: 0 23px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  position: relative;
}
@media only screen and (max-width: 1105px) {
  header #header_inner .primary_nav > li > a {
    margin: 0 15px;
  }
}
header #header_inner .primary_nav > li > a:after {
  content: ' ';
  border-top: 2px solid #dc582a;
  position: absolute;
  left: 0px;
  bottom: 0;
  display: block;
  transition: width 0.4s;
  width: 0%;
}
header #header_inner .primary_nav > li .sub-menu {
  display: none;
  position: absolute;
  background: #fef8ee;
  text-align: left;
  padding: 30px 40px;
  line-height: 2.5em;
  margin-top: -1px;
}
header #header_inner .primary_nav > li .sub-menu a {
  font-family: 'ConneqtBlack', sans-serif;
  color: #373a36;
  text-transform: uppercase;
  opacity: 0.8;
  text-decoration: none;
  font-size: 12px;
}
header #header_inner .primary_nav > li .sub-menu a::after {
  content: ' ';
  display: inline-block;
  height: 11px;
  width: 10px;
  background-image: url(images/arrow_charcoal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
  top: 1px;
  position: relative;
}
header #header_inner .primary_nav > li .sub-menu a:hover {
  color: #dc582a;
  text-decoration: solid underline #dc582a 2px;
}
header #header_inner .primary_nav > li .sub-menu.megamenu {
  max-width: 680px;
  padding: 40px 0;
  font-family: 'ConneqtRegular', sans-serif;
  margin-top: -1px;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner {
  display: flex;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner .megacolumn {
  padding: 0 20px;
  flex: 1;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner .megacolumn:first-child {
  flex-basis: 15%;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner .megacolumn:nth-child(2) {
  flex-basis: 18%;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner .megacolumn.last h6 {
  margin-bottom: 40px;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner li {
  /*line-height: initial;*/
  line-height: 14px;
  margin: 12px 0;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner h6 {
  opacity: 0.8;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner h6 a {
  font-family: 'ConneqtBlack', sans-serif;
  color: #373a36;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner h6 a::after {
  content: ' ';
  display: inline-block;
  height: 11px;
  width: 10px;
  background-image: url(images/arrow_charcoal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
  top: 1px;
  position: relative;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner a {
  font-family: 'Pragati Narrow', sans-serif;
  text-transform: uppercase;
  color: #373a36;
  text-decoration: none;
  opacity: 1;
  font-size: 13px;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner a::after {
  content: ' ';
  background-image: none;
  display: none;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner a:hover {
  color: #dc582a;
  text-decoration: solid underline #dc582a 2px;
}
header #header_inner .nav-search-field {
  display: none;
  color: #fff;
  line-height: 85px;
  position: absolute;
  right: -9vw;
  width: 100%;
}
header #header_inner .nav-search-field .close-nav-search {
  top: 12px;
  position: relative;
}
header #header_inner .nav-search-field .close-nav-search svg path {
  stroke: #fff;
}
header #header_inner .nav-search-field #search {
  width: 95%;
  border: none;
  border-bottom: 2px solid #fff;
  background: none;
  color: #fff;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}
header #header_inner .nav-search-field #search::placeholder {
  color: #fff;
  opacity: 1;
}
header #mobilenav {
  display: none;
}
@media only screen and (max-width: 900px) {
  header #mobilenav {
    display: block;
    flex: 0;
    text-align: right;
    padding-right: 25px;
  }
}
header.scrolled {
  position: fixed;
}
header.scrolled .bg {
  background: #fff;
}
header.scrolled #logo svg path.main {
  fill: #373a36;
}
header.scrolled .search_icon svg path {
  stroke: #373a36;
}
header.scrolled #header_inner .primary_nav > li > a {
  color: #373a36;
}
header.scrolled #header_inner .nav-search-field {
  color: #373a36;
}
header.scrolled #header_inner .nav-search-field .close-nav-search svg path {
  stroke: #373a36;
}
header.scrolled #header_inner .nav-search-field #search {
  color: #373a36;
  border-bottom: 2px solid #373a36;
  -webkit-appearance: none;
  border-radius: 0;
}
header.scrolled #header_inner .nav-search-field #search:placeholder {
  color: #373a36;
}
#mobilenavcontainer {
  display: none;
}
.nav-search-field-mobile {
  display: none;
  padding: 20px 20px 0px 20px;
  background: #373a36;
  color: #fff;
  line-height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}
.nav-search-field-mobile .close-nav-search {
  display: none;
  top: 12px;
  position: relative;
}
.nav-search-field-mobile .close-nav-search svg path {
  stroke: #fff;
}
.nav-search-field-mobile #search {
  width: 85%;
  border: none;
  border-bottom: 2px solid #fff;
  background: none;
  color: #fff;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}
.nav-search-field-mobile #search::placeholder {
  color: #fff;
  opacity: 1;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 450px) {
  footer {
    position: relative;
  }
}
footer .gold-line {
  height: 5px;
  background: linear-gradient(51.36deg, #b37e00 29.02%, #d29f1c 84.02%);
}
footer .footer-main-columns {
  display: flex;
}
@media only screen and (max-width: 900px) {
  footer .footer-main-columns {
    flex-wrap: wrap;
  }
}
footer .footer-left {
  flex-basis: 40%;
}
@media only screen and (max-width: 900px) {
  footer .footer-left {
    flex-basis: 100%;
  }
}
footer .footer-left .footer-left-top {
  height: 215px;
  background-image: url(images/footer-left-top-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 900px) {
  footer .footer-left .footer-left-top {
    display: none;
  }
}
footer .footer-left .footer-left-top .logo {
  margin: 0 0 22px 43px;
}
footer .footer-left .footer-left-top .logo svg {
  height: 42px;
  width: auto;
}
footer .footer-left .footer-left-top .logo svg path.main {
  fill: #373a36;
}
footer .footer-left .footer-left-bottom {
  background-image: url(images/dark-pattern-sm-bg.jpg);
  display: flex;
  height: 100%;
  color: #fff;
}
footer .footer-left .footer-left-bottom .footer-left-bottom-inner {
  padding: 80px 43px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  footer .footer-left .footer-left-bottom .footer-left-bottom-inner {
    padding: 25px;
  }
}
footer .footer-left .footer-left-bottom .footer-left-bottom-inner h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 16px;
  text-transform: none;
}
@media only screen and (max-width: 900px) {
  footer .footer-left .footer-left-bottom .footer-left-bottom-inner h2 {
    font-size: 24px;
  }
}
footer .footer-left .footer-left-bottom .footer-left-bottom-inner p {
  margin-bottom: 30px;
}
footer .footer-right {
  flex-basis: 60%;
  background: #00634f;
  padding: 70px 78px 70px 36px;
}
@media only screen and (max-width: 900px) {
  footer .footer-right {
    flex-basis: 100%;
    padding: 20px 25px 20px 25px;
  }
}
footer .footer-right h1 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: none;
}
@media only screen and (max-width: 900px) {
  footer .footer-right h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 650px) {
  footer .footer-right h1 {
    display: none;
  }
}
footer .footer-right .footer-columns {
  display: flex;
}
@media only screen and (max-width: 900px) {
  footer .footer-right .footer-columns {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  footer .footer-right .footer-columns {
    display: none;
  }
}
footer .footer-right .footer-columns > div {
  flex: 1;
  font-size: 12px;
}
@media only screen and (max-width: 900px) {
  footer .footer-right .footer-columns > div {
    flex-basis: 50%;
  }
}
footer .footer-right .footer-columns > div .menu {
  margin-bottom: 32px;
}
footer .footer-right .footer-columns > div h6 {
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  footer .footer-right .footer-columns > div h6 {
    font-size: 16px;
  }
}
footer .footer-right .footer-columns > div h6 a {
  font-family: 'ConneqtBold', sans-serif;
  font-size: 12px;
  color: #fff;
}
footer .footer-right .footer-columns > div a {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}
footer .footer-right .footer-columns > div a:hover {
  color: #d29f1c;
  text-decoration: solid underline #d29f1c 1px;
}
footer .footer-right .footer-columns > div a svg {
  margin-left: 8px;
  height: 10px;
}
footer .footer-right .footer-columns > div a svg path {
  fill: #fff;
}
footer .footer-right .footer-columns > div:last-child h6 {
  margin-bottom: 30px;
}
footer .footer-right .legal-social {
  border-top: 1px solid #fff;
  padding-top: 27px;
  display: flex;
  line-height: 110%;
}
@media only screen and (max-width: 900px) {
  footer .footer-right .legal-social {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  footer .footer-right .legal-social {
    border-top: none;
    padding-top: 0;
  }
}
footer .footer-right .legal-social > div {
  flex: 1;
  color: #fff;
  font-family: 'Pragati Narrow', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (max-width: 900px) {
  footer .footer-right .legal-social > div {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 3px;
  }
}
footer .footer-right .legal-social > div a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer-right .legal-social > div.copyright-row {
  order: 3;
}
footer .footer-right .legal-social > div.privacy-row {
  order: 2;
}
footer .footer-right .legal-social > div.social-row {
  order: 1;
}
footer .footer-right .legal-social .social-icons a {
  margin: 0 10px;
}
@media only screen and (max-width: 1105px) {
  footer .footer-right .legal-social .social-icons a {
    margin: 0 8px;
  }
}
footer .footer-right .legal-social .social-icons a.facebook:hover svg path.colorizeme {
  fill: #5f9bc6;
}
footer .footer-right .legal-social .social-icons a.twitter:hover svg path.colorizeme {
  fill: #96d6cc;
}
footer .footer-right .legal-social .social-icons a.linkedin:hover svg path.colorizeme {
  fill: #d29f1c;
}
footer .footer-right .legal-social .social-icons a.youtube:hover svg path.colorizeme {
  fill: #dc582a;
}
.page_header_image {
  height: 25vw;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
}
@media only screen and (max-width: 900px) {
  .page_header_image {
    min-height: 200px;
  }
}
.image_text {
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .image_text {
    padding: 30px 0;
    margin: 0;
  }
}
@media only screen and (max-width: 900px) {
  .image_text .rotated_text {
    padding-left: 20px;
  }
}
.image_text .rotated_text h4 {
  color: #373a36;
  border-color: #373a36;
}
.image_text .image_text_inner {
  margin-left: 30px;
}
@media only screen and (max-width: 900px) {
  .image_text .image_text_inner {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.image_text .image_text_inner .videothumbnail {
  display: block;
  position: relative;
  height: 22vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media only screen and (max-width: 650px) {
  .image_text .image_text_inner .videothumbnail {
    height: auto;
  }
}
.image_text .image_text_inner .videothumbnail .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(151, 213, 203, 0.8);
  background-blend-mode: soft-light, normal;
}
.image_text .image_text_inner .videothumbnail .video_caption {
  padding: 60px;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  color: #373a36;
  font-size: 32px;
  line-height: 40px;
}
.image_text .image_text_inner .videothumbnail .floatingbutton {
  position: absolute;
  bottom: -35px;
  right: 18px;
}
.image_text .image_text_inner .videothumbnail .floatingbutton svg {
  width: 52px;
  height: 52px;
}
.image_text .image_text_inner .videothumbnail:hover .floatingbutton svg circle {
  fill: #d6d2c4;
}
.image_text .image_text_inner .image {
  flex-basis: 40%;
  margin: 0 155px 0 0;
}
.image_text .image_text_inner .image.image-right {
  order: 1;
  margin: 0 0 0 155px;
}
@media only screen and (max-width: 900px) {
  .image_text .image_text_inner .image.image-right {
    margin: 0 0 0 25px;
  }
}
@media only screen and (max-width: 650px) {
  .image_text .image_text_inner .image.image-right {
    order: 2;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 900px) {
  .image_text .image_text_inner .image {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .image_text .image_text_inner .image {
    flex-basis: 100%;
    order: 2;
    margin: 0 0 20px 0;
  }
}
.image_text .image_text_inner .image img {
  height: 350px;
  object-fit: cover;
  clip-path: polygon(100% 0, 100% calc(100% - 60px), calc(100% - 80px) 100%, 0 100%, 0 0);
}
.image_text .image_text_inner .image img.photo2 {
  margin-top: 20px;
}
.image_text .image_text_inner .image .caption {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 8px;
  color: #fff;
  line-height: 14px;
  top: -22px;
  padding-left: 10px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.image_text .image_text_inner .text {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  .image_text .image_text_inner .text {
    padding: 0 20px;
  }
}
.image_text .image_text_inner .text h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #004860;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-rendering: optimizeSpeed;
}
.image_text .image_text_inner .text p {
  font-size: 16px;
  line-height: 28px;
}
.image_text .image_text_inner .text .headline-font {
  font-family: 'ConneqtBold', sans-serif;
  font-size: 22px;
}
.image_text .image_text_inner .text h5 {
  font-family: 'ConneqtBold', sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.image_text .image_text_inner .text ul {
  margin: 2em 0 2em 30px;
  font-size: 16px;
  line-height: 26px;
  text-indent: -0.8em;
}
.image_text .image_text_inner .text ul li {
  margin-bottom: 1em;
  padding-left: 1em;
}
.image_text .image_text_inner .text ul li:before {
  content: ' ';
  height: 0.8em;
  display: inline-block;
  border-left: 2px solid #dc582a;
  margin-right: 10px;
}
.image_text .image_text_inner .text ol {
  list-style-type: decimal;
  margin: 2em 0 2em 45px;
  font-size: 16px;
  line-height: 26px;
}
.image_text .image_text_inner .text ol li {
  margin-bottom: 1em;
}
.hover_columns {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .hover_columns {
    overflow: hidden;
  }
}
.hover_columns h2 {
  display: block;
  text-align: center;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #004860;
  font-size: 40px;
  line-height: 40px;
  padding: 40px 0 0 0;
}
.hover_columns > p {
  text-align: center;
  margin: 1em 0;
}
.hover_columns .hover_columns_columns {
  height: 40vw;
  min-height: 500px;
  color: #fff;
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .hover_columns .hover_columns_columns {
    min-height: auto;
    overflow-x: scroll;
    width: max-content;
    height: 325px;
  }
}
.hover_columns .hover_columns_columns .hover_columns_mobile_swipe {
  display: none;
}
@media only screen and (max-width: 900px) {
  .hover_columns .hover_columns_columns .hover_columns_mobile_swipe {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 20;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    width: 100vw;
    text-align: right;
    padding-right: 20px;
    font-size: 8px;
  }
  .hover_columns .hover_columns_columns .hover_columns_mobile_swipe img {
    height: 10px;
    vertical-align: sub;
    margin-left: 3px;
  }
  .hover_columns .hover_columns_columns .hover_columns_mobile_swipe img.reverse {
    transform: rotate(180deg);
    margin-right: 3px;
    margin-left: 0;
  }
}
.hover_columns .hover_columns_columns .background-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media only screen and (max-width: 900px) {
  .hover_columns .hover_columns_columns .background-images {
    display: none;
  }
}
.hover_columns .hover_columns_columns .background-images img {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.hover_columns .hover_columns_columns .background-images img:first-child {
  opacity: 1;
}
.hover_columns .hover_columns_columns .hover_columns_column {
  flex-basis: 25%;
  padding: 30px;
  transition: all, 0.5s;
  background: transparent;
  border-top: 6px solid transparent;
}
@media only screen and (max-width: 900px) {
  .hover_columns .hover_columns_columns .hover_columns_column {
    flex-basis: 100vw;
    padding: 12px 25px;
    background: rgba(55, 58, 54, 0.7);
    width: 100%;
    height: 100%;
    border-top: none;
    padding-top: 50px;
    z-index: 1;
  }
}
.hover_columns .hover_columns_columns .hover_columns_column::after {
  content: ' ';
  position: absolute;
  top: 7.5%;
  left: 0;
  width: 100%;
  height: 85%;
  border-right: 1px solid #fff;
}
.hover_columns .hover_columns_columns .hover_columns_column:last-child::after {
  border-right: none;
}
.hover_columns .hover_columns_columns .hover_columns_column .mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 900px) {
  .hover_columns .hover_columns_columns .hover_columns_column .mobile-bg {
    display: none;
  }
}
.hover_columns .hover_columns_columns .hover_columns_column .mobile-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hover_columns .hover_columns_columns .hover_columns_column .mobile-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 58, 54, 0.5);
}
.hover_columns .hover_columns_columns .hover_columns_column .title-holder {
  color: #fff;
  position: absolute;
  bottom: 4%;
  transition: all, 0.5s;
  padding-right: 30px;
}
@media only screen and (max-width: 900px) {
  .hover_columns .hover_columns_columns .hover_columns_column .title-holder {
    position: relative;
    top: initial;
    padding-right: 0;
  }
}
.hover_columns .hover_columns_columns .hover_columns_column .title-holder h3 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: none;
}
@media only screen and (max-width: 900px) {
  .hover_columns .hover_columns_columns .hover_columns_column .title-holder h3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }
}
.hover_columns .hover_columns_columns .hover_columns_column .title-holder p {
  display: none;
}
@media only screen and (max-width: 900px) {
  .hover_columns .hover_columns_columns .hover_columns_column .title-holder p {
    display: block;
  }
}
.hover_columns .hover_columns_columns .hover_columns_column a.cta_button {
  color: #fff;
  position: absolute;
  bottom: 45px;
  right: 30px;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
}
.hover_columns .hover_columns_columns .hover_columns_column a.cta_button svg {
  vertical-align: middle;
  margin-left: 15px;
}
.hover_columns .hover_columns_columns .hover_columns_column a.cta_button svg circle {
  fill: #fff;
}
.hover_columns .hover_columns_columns .hover_columns_column a.cta_button svg path {
  fill: #d29f1c;
}
.hover_columns .hover_columns_columns .hover_columns_column a.cta_button:hover svg circle {
  fill: #d6d2c4;
}
@media only screen and (min-width: 900px) {
  .hover_columns .hover_columns_columns .hover_columns_column:hover {
    background: rgba(55, 58, 54, 0.5);
    border-top-color: #d29f1c;
  }
  .hover_columns .hover_columns_columns .hover_columns_column:hover.empty {
    background: none;
    border-top: none;
  }
  .hover_columns .hover_columns_columns .hover_columns_column:hover .title-holder {
    bottom: auto;
    top: 130px;
  }
  .hover_columns .hover_columns_columns .hover_columns_column:hover .title-holder h3 {
    margin-bottom: 20px;
  }
  .hover_columns .hover_columns_columns .hover_columns_column:hover .title-holder p {
    display: block;
  }
  .hover_columns .hover_columns_columns .hover_columns_column:hover a.cta_button {
    opacity: 1;
  }
}
@media only screen and (min-width: 900px) and (max-width: 900px) {
  .hover_columns .hover_columns_columns .hover_columns_column:hover .title-holder {
    top: auto;
    bottom: unset;
  }
}
.hover_columns .photocaption {
  display: none;
}
.tabbed-section {
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .tabbed-section {
    margin: 0;
    padding: 30px 0;
  }
}
.tabbed-section > .flex {
  align-items: flex-start;
}
.tabbed-section .rotated_text h4 {
  color: #373a36;
  border-color: #373a36;
}
.tabbed-section .tabbed-section-inner {
  margin-left: 30px;
  width: 100%;
  max-width: 1330px;
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner {
    margin-left: 0;
  }
}
.tabbed-section .tabbed-section-inner h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: none;
  margin: 28px 0;
}
.tabbed-section .tabbed-section-inner h2 strong {
  color: #d29f1c;
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner h2 {
    padding: 0 20px;
    text-align: left;
  }
}
.tabbed-section .tabbed-section-inner .tabbed-section-content {
  background: #004860;
  color: #fff;
  height: 500px;
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-content {
    height: auto;
  }
}
@media only screen and (max-width: 650px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-content {
    height: auto;
  }
}
.tabbed-section .tabbed-section-inner .tabbed-section-content > div {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-content > div {
    flex-wrap: wrap;
    display: block !important;
    opacity: 1 !important;
  }
}
.tabbed-section .tabbed-section-inner .tabbed-section-content > div:first-child {
  display: flex;
  opacity: 1;
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left {
  padding: 50px;
  flex-basis: 50%;
}
@media only screen and (max-width: 1255px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left {
    padding: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left {
    flex-basis: 100%;
    order: 1;
    padding-bottom: 45px;
  }
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left h3 {
  color: #d29f1c;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left strong {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left p {
  font-size: 16px;
  line-height: 28px;
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left ul {
  list-style: none;
  margin: 1em 0 1em 30px;
  font-size: 16px;
  line-height: 26px;
  text-indent: -0.8em;
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left ul li {
  margin-bottom: 0.5em;
  padding-left: 1em;
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left ul li::before {
  content: ' ';
  height: 0.8em;
  display: inline-block;
  border-left: 2px solid #fff;
  margin-right: 10px;
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left .image-caption {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  text-align: right;
  position: absolute;
  bottom: 28px;
  right: 28px;
  max-width: 300px;
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-left .image-caption {
    display: none;
  }
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-right {
  flex-basis: 50%;
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-right {
    flex-basis: 100%;
    order: 2;
    height: auto;
    background: #fff;
  }
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-right .mobile-image-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: 'Nunito Sans', sans-serif;
  background: rgba(55, 58, 54, 0.9);
  color: #fff;
  font-weight: 900;
  font-size: 10px;
  line-height: 14px;
  padding: 7px 11px;
}
@media only screen and (min-width: 900px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-content .tab-content-right .mobile-image-caption {
    display: none;
  }
}
.tabbed-section .tabbed-section-inner .tabbed-section-nav {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding-left: 40px;
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-nav {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-nav {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tabbed-section .tabbed-section-inner .tabbed-section-nav li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 22px;
}
@media only screen and (max-width: 1255px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-nav li {
    padding: 0 9px;
  }
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-nav li {
    flex-basis: 33%;
  }
}
.tabbed-section .tabbed-section-inner .tabbed-section-nav li:last-child:after {
  border-right: none;
}
.tabbed-section .tabbed-section-inner .tabbed-section-nav li:after {
  content: ' ';
  border-right: 1px solid #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
}
.tabbed-section .tabbed-section-inner .tabbed-section-nav li a {
  display: block;
  color: #fff;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 19px;
  padding: 25px 0;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-nav li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .tabbed-section .tabbed-section-inner .tabbed-section-nav li a {
    font-size: 14px;
  }
}
.tabbed-section .tabbed-section-inner .tabbed-section-nav li a:before {
  content: ' ';
  border-top: 6px solid #d29f1c;
  position: absolute;
  left: -100%;
  top: 0;
  display: block;
  transition: left 0.4s;
  width: calc(100% - 44px);
  margin-left: 22px;
}
.tabbed-section .tabbed-section-inner .tabbed-section-nav li a:hover:before {
  left: 0;
}
.tabbed-section .tabbed-section-inner .tabbed-section-nav li a.selected:before {
  content: ' ';
  border-top: 6px solid #d29f1c;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: left 0.4s;
  width: calc(100% - 44px);
  margin-left: 22px;
}
.related-insights > h2 {
  text-align: center;
  padding: 35px 0;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #004860;
  font-weight: 700;
  text-transform: none;
}
.featured-insights-header {
  background: #f1f1f1;
  padding: 100px 0 25px 0;
  text-align: center;
}
.featured-insights-header h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #004860;
  font-weight: 700;
  text-transform: none;
}
@media only screen and (max-width: 900px) {
  .featured-insights {
    flex-wrap: wrap;
  }
}
.featured-insights .featured-insight {
  flex-basis: 33.33%;
  height: 41vw;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .featured-insights .featured-insight {
    flex-basis: 100%;
    height: 350px;
  }
}
@media only screen and (min-width: 900px) {
  .featured-insights .featured-insight:hover .overlay {
    height: 100%;
  }
  .featured-insights .featured-insight:hover .featured-insight-inner .date {
    display: block;
  }
  .featured-insights .featured-insight:hover .featured-insight-inner h2 a {
    color: #000;
  }
}
.featured-insights .featured-insight .overlay {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  background-color: rgba(210, 159, 28, 0.9);
  background-image: url(images/gold-hover-fade.svg);
  background-position: top right;
  background-repeat: no-repeat;
  color: #000;
  transition: height 0.5s;
}
.featured-insights .featured-insight .featured-insight-inner {
  padding: 44px 40px;
  height: 100%;
}
.featured-insights .featured-insight .featured-insight-inner .date {
  display: none;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
.featured-insights .featured-insight .featured-insight-inner a.storylink {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 32px;
  bottom: 32px;
  transition: visibility 0s, opacity 0.7s;
}
.featured-insights .featured-insight .featured-insight-inner a.storylink svg {
  width: 87px;
  height: 87px;
  margin-top: 10px;
}
.featured-insights .featured-insight .featured-insight-inner a.storylink:hover svg circle {
  fill: #d6d2c4;
}
.featured-insights .featured-insight .featured-insight-inner .byline-hover-stuff {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: 44px;
  color: #000;
  padding-right: 120px;
  transition: visibility 0s, opacity 0.7s;
}
.featured-insights .featured-insight .featured-insight-inner .title-holder {
  position: absolute;
  bottom: 44px;
  left: 40px;
  padding-right: 50px;
  transition: bottom 0.5s;
}
.featured-insights .featured-insight .featured-insight-inner h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
}
.featured-insights .featured-insight .featured-insight-inner h2 a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  .featured-insights .featured-insight .featured-insight-inner:hover a.storylink {
    visibility: visible;
    opacity: 1;
  }
  .featured-insights .featured-insight .featured-insight-inner:hover a.storylink:hover svg circle {
    fill: #d6d2c4;
  }
  .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff {
    visibility: visible;
    opacity: 1;
    bottom: 44px;
  }
  .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff .byline {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .featured-insights .featured-insight .featured-insight-inner:hover .byline-hover-stuff .readtime {
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
  }
  .featured-insights .featured-insight .featured-insight-inner:hover .title-holder {
    bottom: 260px;
  }
  .featured-insights .featured-insight .featured-insight-inner:hover .title-holder .date {
    display: block;
  }
}
.featured-insights .featured-insight.darkfont .featured-insight-inner h2 a {
  color: #373a36;
}
.additional-projects > h2 {
  text-align: center;
  padding: 10px 0 35px 0;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .additional-projects > h2 {
    padding: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 650px) {
  .video_block .our-lab-feature {
    height: 56vw !important;
  }
}
.video_block .our-lab-feature h2.lab-headline {
  opacity: 0.75;
  max-width: 80%;
  text-shadow: none;
  font-weight: 900;
}
.video_block .our-lab-feature .lab-body-copy {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 30px;
}
@media only screen and (max-width: 900px) {
  .video_block .our-lab-feature .lab-body-copy {
    display: none;
  }
}
.video_carousel .slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.video_carousel .lab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.video_carousel .lab-image-overlay {
  background-image: none;
}
.video_carousel .lab-image-overlay.gold {
  background: linear-gradient(0deg, rgba(210, 159, 19, 0.5), rgba(210, 159, 19, 0.5));
}
.video_carousel .lab-image-overlay.green {
  background: linear-gradient(0deg, rgba(151, 213, 197, 0.65), rgba(151, 213, 197, 0.65));
}
.video_carousel .lab-image-overlay.blue {
  background: linear-gradient(0deg, rgba(89, 161, 200, 0.5), rgba(89, 161, 200, 0.5));
}
.video_carousel .mobile-our-lab-feature-text-stuff.gold {
  background: #d29f1c;
  color: #000;
}
.video_carousel .mobile-our-lab-feature-text-stuff.gold h2 {
  color: #000;
}
.video_carousel .mobile-our-lab-feature-text-stuff.green {
  background: #96d6cc;
  color: #000;
}
.video_carousel .mobile-our-lab-feature-text-stuff.green h2 {
  color: #000;
}
.video_carousel .mobile-our-lab-feature-text-stuff.blue {
  background: #5f9bc6;
}
.video_carousel .lab-body-copy {
  color: #000;
}
.video_carousel .lab-body-copy.gold {
  background: #d29f1c;
}
.video_carousel .lab-body-copy.green {
  background: #96d6cc;
}
.video_carousel .lab-body-copy.blue {
  background: #5f9bc6;
}
.video_carousel .slider-nav {
  margin-bottom: 14px;
  justify-content: center;
}
.video_carousel .slider-nav > div {
  display: inline-block;
  margin: 0 5px;
}
.video_carousel .slider-nav .slick-arrow {
  border: 1px solid #373a36;
  width: 22px;
  height: 22px;
  line-height: 19px;
  text-align: center;
  border-radius: 22px;
  cursor: pointer;
}
.video_carousel .slider-nav .slick-arrow svg {
  width: 11px;
  height: 11px;
  margin-top: 0;
}
.video_carousel .slider-nav .slick-arrow svg path {
  fill: #373a36;
}
.video_carousel .slider-nav .prev-arrow svg {
  margin-right: 1px;
}
.video_carousel .slider-nav .next-arrow svg {
  transform: rotate(180deg);
  margin-left: 1px;
}
.video_carousel .slider-nav .dots .slick-dots {
  position: relative;
  bottom: auto;
}
.video_carousel .slider-nav .dots .slick-dots li {
  margin: 0 2px;
}
.video_carousel .slider-nav .dots .slick-dots li button {
  line-height: 20px;
}
.video_carousel .slider-nav .dots .slick-dots li button::before {
  color: #373a36;
  opacity: 1;
  font-size: 30px;
  line-height: 22px;
}
.video_carousel .slider-nav .dots .slick-dots li.slick-active button::before {
  color: #d29f1c;
  font-size: 42px;
  line-height: 22px;
}
.quote-carousel {
  padding: 50px 0;
}
.quote-carousel .quote-carousel-inner {
  /*height:27vw;*/
  background-image: url(images/quote-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding-bottom: 34px;
}
@media only screen and (max-width: 900px) {
  .quote-carousel .quote-carousel-inner {
    background-attachment: initial;
  }
}
.quote-carousel .quote-carousel-inner .quote_photos {
  position: absolute;
  width: 472px;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .quote-carousel .quote-carousel-inner .quote_photos {
    width: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .quote-carousel .quote-carousel-inner .quote_photos {
    display: none;
  }
}
.quote-carousel .quote-carousel-inner .quote_photos .slick-list {
  height: 100%;
}
.quote-carousel .quote-carousel-inner .quote_photos .slick-list .slick-track {
  height: 100%;
}
.quote-carousel .quote-carousel-inner .quote_photos .slick-list .slick-track img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(100% 0, 100% calc(100% - 60px), calc(100% - 80px) 100%, 0 100%, 0 0);
}
.quote-carousel .quote-carousel-inner .quote_slider {
  margin: 45px auto;
  max-width: 875px;
  padding: 0 20px;
  font-size: 22px;
  line-height: 36px;
}
@media only screen and (max-width: 900px) {
  .quote-carousel .quote-carousel-inner .quote_slider {
    font-size: 18px;
  }
}
.quote-carousel .quote-carousel-inner .quote_slider .quote {
  text-align: center;
}
.quote-carousel .quote-carousel-inner .quote_slider .quote .quote-meta {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
}
.quote-carousel .quote-carousel-inner .quote_slider .quote .quote-meta .name {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
}
.quote-carousel .quote-carousel-inner .quote_slider .quote .quote-meta::before {
  content: ' ';
  display: inline-block;
  border-right: 2px solid #fff;
  margin-right: 5px;
  height: 1em;
  top: 3px;
  position: relative;
}
.quote-carousel .quote-carousel-inner .slider-navigation {
  display: inline-block;
  padding: 0 30px;
}
.quote-carousel .quote-carousel-inner .slider-navigation .slick-prev, .quote-carousel .quote-carousel-inner .slider-navigation .slick-next {
  background: none;
}
.quote-carousel .quote-carousel-inner .slider-navigation .slick-prev svg, .quote-carousel .quote-carousel-inner .slider-navigation .slick-next svg {
  top: 0px;
}
.quote-carousel .quote-carousel-inner .slider-navigation .slick-prev svg:hover, .quote-carousel .quote-carousel-inner .slider-navigation .slick-next svg:hover {
  fill: #d6d2c4;
}
.quote-carousel .quote-carousel-inner .slider-navigation .slick-prev svg:hover path.arrowlines, .quote-carousel .quote-carousel-inner .slider-navigation .slick-next svg:hover path.arrowlines {
  fill: #d29f1c;
}
.quote-carousel .quote-carousel-inner .slider-navigation .slick-prev svg:hover path.circle, .quote-carousel .quote-carousel-inner .slider-navigation .slick-next svg:hover path.circle {
  stroke: #d6d2c4;
}
.quote-carousel .quote-carousel-inner .slider-navigation .slick-next svg {
  transform: rotate(180deg);
}
.quote-carousel .quote-carousel-inner .slider-navigation .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
}
.quote-carousel .quote-carousel-inner .slider-navigation .slick-dots li {
  height: 12px;
  width: 12px;
}
.quote-carousel .quote-carousel-inner .slider-navigation .slick-dots li button::before {
  height: 12px;
  width: 15px;
  font-size: 23px;
  line-height: 18px;
  color: #373a36;
  opacity: 1;
  transform: all 0.5s;
}
.quote-carousel .quote-carousel-inner .slider-navigation .slick-dots li.slick-active button::before {
  font-size: 34px;
  line-height: 18px;
  color: #fff;
  opacity: 1;
}
.quote-carousel .quote-carousel-inner.full-width .quote_slider {
  max-width: 100%;
}
.quote-carousel .quote-carousel-inner.has-photos .quote-main-content {
  flex: 1;
  padding-left: 475px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .quote-carousel .quote-carousel-inner.has-photos .quote-main-content {
    padding-left: 305px;
  }
}
@media only screen and (max-width: 450px) {
  .quote-carousel .quote-carousel-inner.has-photos .quote-main-content {
    padding-left: 0;
  }
}
.quote-carousel .quote-carousel-inner.has-photos .quote-body {
  max-width: 800px;
  margin: 0 auto;
}
.cta_module {
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .cta_module {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 650px) {
  .cta_module .cta_module_inner {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cta_module .cta_module_inner .cta_module_inner_left {
  padding: 50px 80px;
  flex: 1;
  background: url(images/dark-pattern-light-green-bg.jpg);
}
@media only screen and (max-width: 900px) {
  .cta_module .cta_module_inner .cta_module_inner_left {
    padding: 25px;
  }
}
@media only screen and (max-width: 650px) {
  .cta_module .cta_module_inner .cta_module_inner_left {
    order: 2;
  }
}
.cta_module .cta_module_inner .cta_module_inner_left h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  margin-bottom: 20px;
}
.cta_module .cta_module_inner .cta_module_inner_left p {
  max-width: 654px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 2em;
}
.cta_module .cta_module_inner .cta_module_inner_left a.button {
  border: 1px solid #373a36;
  color: #373a36;
}
.cta_module .cta_module_inner .cta_module_inner_left a.button::after {
  background-image: url(images/arrow_charcoal.svg);
}
.cta_module .cta_module_inner .cta_module_inner_left a.button:hover {
  border: 1px solid #d6d2c4;
}
.cta_module .cta_module_inner .cta_module_inner_right {
  flex-basis: 520px;
}
@media only screen and (max-width: 900px) {
  .cta_module .cta_module_inner .cta_module_inner_right {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 650px) {
  .cta_module .cta_module_inner .cta_module_inner_right {
    flex-basis: 100%;
    order: 2;
  }
}
.cta_module .cta_module_inner .cta_module_inner_right > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 40px) 100%, 0 100%, 0 0);
}
.cta_module .cta_module_inner.contact {
  padding: 70px 80px;
}
@media only screen and (max-width: 650px) {
  .cta_module .cta_module_inner.contact {
    padding: 40px 20px;
  }
}
.cta_module .cta_module_inner.contact .cta_module_inner_left {
  background: #004860;
  color: #fff;
}
.cta_module .cta_module_inner.contact .cta_module_inner_left a.button {
  border: 1px solid #fff;
  color: #fff;
}
.cta_module .cta_module_inner.contact .cta_module_inner_left a.button::after {
  background-image: url(images/arrow_gold.svg);
}
.cta_module .cta_module_inner.contact .cta_module_inner_right {
  flex-basis: 325px;
}
@media only screen and (max-width: 650px) {
  .cta_module .cta_module_inner.contact .cta_module_inner_right {
    flex-basis: 100%;
  }
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member {
  height: 100%;
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 40px) 100%, 0 100%, 0 0);
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member img.team-member-photo {
  display: block;
  width: 100%;
  min-height: 310px;
  /*height:206px;*/
  object-fit: cover;
  object-position: top;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member .team-member-info {
  background: #d29f1c;
  color: #000;
  padding: 20px;
  position: absolute;
  bottom: 0;
  max-height: 120px;
  height: auto;
  transition: max-height 0.5s;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member .team-member-info .team-member-info-inner .name {
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member .team-member-info .team-member-info-inner .name strong {
  font-family: 'ConneqtBlack', sans-serif;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member .team-member-info .team-member-info-inner .title {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member .team-member-info .team-member-info-inner .contact-methods {
  font-family: 'Nunito Sans', sans-serif;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member .team-member-info .team-member-info-inner .contact-methods a {
  color: #000;
  line-height: 28px;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member .team-member-info .team-member-info-inner .contact-methods a span {
  display: none;
  margin-left: 16px;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member .team-member-info .view-bio {
  display: none;
  margin-top: 6px;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member .team-member-info .view-bio a {
  color: #000;
  font-family: 'ConneqtBold', sans-serif;
  font-size: 12px;
  line-height: 26px;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member:hover .team-member-info {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  bottom: 0;
  background-color: rgba(210, 159, 28, 0.8);
  background-image: url(images/gold-hover-fade-reverse.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member:hover .team-member-info .team-member-info-inner {
  position: absolute;
  bottom: 20px;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member:hover .team-member-info .team-member-info-inner .contact-methods a {
  display: block;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member:hover .team-member-info .team-member-info-inner .contact-methods a span {
  display: inline;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member:hover .team-member-info .team-member-info-inner .view-bio {
  display: block;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member:hover .team-member-info .team-member-info-inner .view-bio svg {
  width: 6px;
  height: auto;
}
.cta_module .cta_module_inner.contact .cta_module_inner_right .team-member:hover .team-member-info .team-member-info-inner .view-bio svg path {
  fill: #000;
}
.cta_module .disclaimer {
  margin-top: 35px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: 900;
}
.cta_module .disclaimer a {
  color: #dc582a;
}
.page_header_image_with_headline {
  height: 515px;
  /*min-height:400px;*/
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: hidden;
}
.page_header_image_with_headline .page_header_inner {
  top: 25%;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page_header_image_with_headline .page_header_inner h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 46px;
  line-height: 40px;
  text-transform: none;
  margin-bottom: 30px;
  max-width: 675px;
}
.page_header_image_with_headline .page_header_inner p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  max-width: 675px;
}
.page_header_image_with_headline .floaters {
  position: absolute;
}
.page_header_image_with_headline .floaters.floater1 {
  left: 75%;
  top: 10%;
}
.page_header_image_with_headline .floaters.floater1 img {
  width: 70%;
}
.page_header_image_with_headline .floaters.floater2 {
  left: 70%;
  top: 75%;
}
.page_header_image_with_headline .floaters.floater3 {
  left: 17%;
  top: 70%;
}
.page_header_image_with_headline .floaters.floater3 img {
  width: 50%;
}
.page_header_image_with_headline .floaters.floater4 {
  left: 17%;
  top: 40%;
}
.page_header_image_with_headline .floaters.floater4 img {
  width: 70%;
}
.page_header_image_with_headline .floaters.floater5 {
  left: 65%;
  top: 35%;
}
.timeline {
  margin: 55px 0;
  text-align: center;
}
.timeline h2 {
  text-align: center;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #004860;
  text-transform: none;
  margin-bottom: 26px;
}
.timeline .supporting_copy {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
}
.timeline .supporting_copy img {
  vertical-align: middle;
  margin-right: 5px;
}
.timeline .desktop-nav-buttons {
  display: none;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .timeline .desktop-nav-buttons {
    display: block;
  }
}
.timeline .desktop-nav-buttons a {
  display: inline-block;
  background: #f1f1f1;
  padding: 16px 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  color: #373a36;
  text-transform: uppercase;
  line-height: 22px;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.timeline .desktop-nav-buttons a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #d29f1c;
  z-index: -1;
  width: 200%;
  transform-origin: 0 bottom;
  transform: translate3D(-50%, 0, 0) rotate(-50deg);
}
.timeline .desktop-nav-buttons a:hover:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.timeline .desktop-nav-buttons a:first-child {
  border-radius: 50px 0 0 50px;
  padding-right: 32px;
}
.timeline .desktop-nav-buttons a:first-child svg {
  transform: rotate(180deg);
  margin-right: 3px;
  margin-left: 0;
}
.timeline .desktop-nav-buttons a:last-child {
  border-radius: 0 50px 50px 0;
  padding-left: 58px;
}
.timeline .desktop-nav-buttons a svg {
  width: 22px;
  height: 22px;
  vertical-align: bottom;
  margin-left: 3px;
}
.timeline .desktop-nav-buttons a svg circle {
  fill: #d29f1c;
}
.timeline .desktop-nav-buttons a svg path {
  fill: #f1f1f1;
}
.timeline .desktop-nav-buttons a:hover {
  /*background:$color-gold;*/
}
.timeline .desktop-nav-buttons a:hover svg circle {
  fill: #373a36;
}
.timeline .desktop-nav-buttons a:hover svg path {
  fill: #d29f1c;
}
.timeline #draggable-box {
  margin-top: 35px;
  overflow-x: scroll;
  /*overflow:hidden;*/
  overflow-y: hidden;
}
.timeline #draggable-box #draggable-content {
  height: 100%;
  padding: 20px 10px;
  /*cursor: move !important;*/
}
.timeline #draggable-box #draggable-content .timeline-items {
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
  grid-auto-flow: column;
  grid-template-rows: 1fr 1fr;
  grid-auto-columns: 228px;
  margin: 40px 0;
}
.timeline #draggable-box #draggable-content .timeline-items > div {
  width: 228px;
  height: 456px;
}
.timeline #draggable-box #draggable-content .timeline-items > div.bottom {
  top: -158px;
}
.timeline #draggable-box #draggable-content .timeline-items > div:nth-child(6n+1) {
  top: 166px;
}
.timeline #draggable-box #draggable-content .timeline-items > div:nth-child(6n+2) {
  top: 7px;
}
.timeline #draggable-box #draggable-content .timeline-items > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 calc(100% - 296px), 100% 0%, 100% calc(100% - 160px), 0% 100%);
  /*clip-path: polygon(0 calc(100% - 280px), 100% 0%, 100% calc(100% - 176px), 0% 100%);*/
}
.timeline #draggable-box #draggable-content .timeline-items > div .timeline-caption {
  position: absolute;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
}
.timeline #draggable-box #draggable-content .timeline-items > div .timeline-caption h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: #004860;
  margin-top: 5px;
}
.timeline #draggable-box #draggable-content .timeline-items > div .timeline-caption h4 a {
  color: #004860;
}
.timeline #draggable-box #draggable-content .timeline-items > div .timeline-caption h4 a svg {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.timeline #draggable-box #draggable-content .timeline-items > div .timeline-caption h4 a:hover {
  color: #d29f1c;
}
.timeline #draggable-box #draggable-content .timeline-items > div .timeline-caption h4 a:hover svg circle {
  fill: #d6d2c4;
}
.timeline #draggable-box #draggable-content .timeline-items > div .timeline-caption .location {
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.timeline #draggable-box #draggable-content .timeline-items > div.top .timeline-caption {
  top: -40px;
  text-align: left;
  padding-right: 60px;
}
.timeline #draggable-box #draggable-content .timeline-items > div.top .timeline-caption::before {
  content: ' ';
  border-left: 1px solid #d29f1c;
  position: absolute;
  height: 170px;
  bottom: 0;
  left: 21px;
}
.timeline #draggable-box #draggable-content .timeline-items > div.top .timeline-caption::after {
  content: ' ';
  height: 170px;
  display: block;
  margin-left: 19px;
  background-image: url(images/gold-dot.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.timeline #draggable-box #draggable-content .timeline-items > div.bottom .timeline-caption {
  bottom: -40px;
  text-align: right;
  padding-left: 60px;
  padding-top: 10px;
}
.timeline #draggable-box #draggable-content .timeline-items > div.bottom .timeline-caption::before {
  content: ' ';
  background-image: url(images/gold-dot.svg);
  background-repeat: no-repeat;
  background-position: top right;
  height: 170px;
  display: block;
  margin-right: 19px;
}
.timeline #draggable-box #draggable-content .timeline-items > div.bottom .timeline-caption::after {
  content: ' ';
  border-right: 1px solid #d29f1c;
  position: absolute;
  height: 160px;
  top: 10px;
  right: 21px;
}
@media only screen and (max-height: 768px) {
  .timeline #draggable-box #draggable-content .timeline-items {
    grid-auto-columns: 150px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div {
    width: 150px;
    height: 300px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div img {
    clip-path: polygon(0 calc(100% - 184px), 100% 0%, 100% calc(100% - 115px), 0% 100%);
  }
  .timeline #draggable-box #draggable-content .timeline-items > div .timeline-caption h4 {
    font-size: 13px;
    line-height: 17px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div .timeline-caption .location {
    font-size: 10px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div.top .timeline-caption {
    top: -40px;
    padding-right: 40px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div.top .timeline-caption::before {
    height: 80px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div.top .timeline-caption::after {
    height: 80px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div.bottom {
    top: -111px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div.bottom .timeline-caption {
    bottom: -45px;
    padding-left: 40px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div.bottom .timeline-caption::before {
    height: 90px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div.bottom .timeline-caption::after {
    height: 80px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div:nth-child(6n+1) {
    top: 120px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div:nth-child(6n+1) .timeline-caption {
    top: -30px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div:nth-child(6n+2) {
    top: 10px;
  }
  .timeline #draggable-box #draggable-content .timeline-items > div:nth-child(6n+2) .timeline-caption {
    bottom: -40px;
  }
}
.centered_headline_text {
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .centered_headline_text {
    padding: 30px 0;
  }
}
.centered_headline_text.centered {
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .centered_headline_text.centered {
    text-align: left;
  }
}
.centered_headline_text .rotated_text h4 {
  color: #373a36;
  border-color: #373a36;
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {
  .centered_headline_text .rotated_text h4 {
    font-size: 14px;
  }
}
.centered_headline_text .centered_headline_text_inner {
  width: 100%;
}
.centered_headline_text h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #004860;
  text-transform: none;
  margin: 0 auto 30px auto;
  max-width: 1060px;
}
.centered_headline_text p {
  font-size: 16px;
  line-height: 28px;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.centered_headline_text h4 {
  font-family: 'ConneqtBold', sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.faqs {
  text-align: center;
  background-image: url(images/faq_background.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 50px 0;
}
.faqs .rotated_text h4 {
  color: #373a36;
  border-color: #373a36;
  margin-right: 15px;
}
.faqs .faqs-inner {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
.faqs .faqs-inner h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #004860;
  text-transform: none;
  margin: 0 auto 10px auto;
  text-align: center;
}
.faqs .faqs-inner .category {
  text-align: left;
  margin-bottom: 40px;
}
.faqs .faqs-inner .category h3 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #004860;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}
.faqs .faqs-inner .category .question {
  margin-bottom: 20px;
}
.faqs .faqs-inner .category .question h4 {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  background: #fff;
  padding: 15px 50px 15px 25px;
  border-radius: 50px;
  cursor: pointer;
}
.faqs .faqs-inner .category .question h4:hover {
  background: #d6d2c4;
}
.faqs .faqs-inner .category .question h4 svg {
  width: 15px;
  transform: rotate(90deg);
  position: absolute;
  right: 25px;
}
.faqs .faqs-inner .category .question h4 svg path {
  fill: #d29f1c;
}
.faqs .faqs-inner .category .question .answer {
  display: none;
  padding: 0 20px;
  font-size: 16px;
  line-height: 28px;
}
.faqs .faqs-inner .category .question .answer a {
  color: #dc582a;
}
.faqs .faqs-inner .category .question.open h4 {
  background: #d6d2c4;
}
.faqs .faqs-inner .category .question.open h4 svg {
  transform: rotate(-90deg);
}
.full_width_text_headline {
  margin: 20px 0 50px 0;
}
.full_width_text_headline h2 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #004860;
  margin-bottom: 23px;
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .full_width_text_headline h2 {
    font-size: 18px;
  }
}
.full_width_text_headline p {
  font-size: 16px;
  line-height: 26px;
}
.full_width_text_headline ul {
  margin: 2em 0 2em 30px;
  font-size: 16px;
  line-height: 26px;
  text-indent: -0.8em;
}
.full_width_text_headline ul li {
  margin-bottom: 1em;
  padding-left: 1em;
}
.full_width_text_headline ul li:before {
  content: ' ';
  height: 0.8em;
  display: inline-block;
  border-left: 2px solid #dc582a;
  margin-right: 10px;
}
.full_width_text_headline ol {
  list-style-type: decimal;
  margin: 2em 0 2em 45px;
  font-size: 16px;
  line-height: 26px;
}
.full_width_text_headline ol li {
  margin-bottom: 1em;
}
.pull-quote {
  background-image: url(images/quote-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding-bottom: 34px;
}
@media only screen and (max-width: 650px) {
  .pull-quote {
    background-attachment: unset;
  }
}
.pull-quote .quote {
  text-align: center;
  max-width: 800px;
  margin: 45px auto 10px auto;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px;
  line-height: 36px;
}
.large-image-caption {
  margin: 50px 0;
}
.large-image-caption .caption {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 10px;
  line-height: 14px;
}
.insights-video {
  margin: 50px 0;
}
.image-slider .project-gallery {
  width: 100%;
}
.image-slider .slick-dots {
  display: none !important;
}
.image-slider .gallery-count {
  margin: 12px 16%;
}
.image-slider .category-pill {
  position: absolute;
  top: 15px;
  left: 15px;
}
.flip-cards {
  padding: 70px 0;
}
.flip-cards h2 {
  display: block;
  text-align: center;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #004860;
  font-size: 40px;
  line-height: 40px;
  padding: 0;
  margin-bottom: 20px;
}
.flip-cards p {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .flip-cards p.desktop-instructions {
    display: none;
  }
}
.flip-cards p.mobile-instructions {
  display: none;
}
@media only screen and (max-width: 900px) {
  .flip-cards p.mobile-instructions {
    display: block;
  }
}
.flip-cards .rotated_text h4 {
  color: #373a36;
  border-color: #373a36;
  margin-right: 15px;
}
.flip-cards .flip-cards-inner {
  width: 100%;
}
.flip-cards .cards .card {
  flex-basis: calc(25% - 20px);
  margin: 10px;
  text-align: center;
  padding: 40px 20px;
  transition: transform 1s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 600px;
  -webkit-perspective: 600px;
  min-height: 225px;
}
@media only screen and (max-width: 1105px) {
  .flip-cards .cards .card {
    flex-basis: calc(33.333% - 20px);
  }
}
@media only screen and (max-width: 900px) {
  .flip-cards .cards .card {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  .flip-cards .cards .card {
    flex-basis: calc(100% - 20px);
  }
}
.flip-cards .cards .card .front {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d29f1c;
  color: #373a36;
  padding: 40px 20px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 30px) 100%, 0 100%, 0 0);
  transition: all 0.5s;
}
.flip-cards .cards .card .front img {
  margin-bottom: 30px;
  height: 60px;
}
.flip-cards .cards .card .front h3 {
  color: #000;
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 22px;
  line-height: 24px;
}
.flip-cards .cards .card .back {
  background: #004860;
  color: #fff;
  padding: 50px 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 28px;
  clip-path: none;
  transition: all 0.5s;
}
.flip-cards .cards .card .back a {
  color: #fff;
}
.flip-cards .cards .card .back a svg circle {
  fill: #fff;
}
.flip-cards .cards .card .back a svg path {
  fill: #d29f1c;
}
.flip-cards .cards .card .back a:hover svg circle {
  fill: #d6d2c4;
}
.flip-cards .cards .card:hover {
  transform: rotateY(180deg);
}
.flip-cards .cards .card:hover .front {
  clip-path: none;
}
.flip-cards .cards .card:hover .back {
  clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 30px) 100%, 0 100%, 0 0);
}
.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 20px 0;
  background: #373a36;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .sticky-navbar {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .sticky-navbar::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .sticky-navbar .fixed-width {
    overflow-x: scroll;
    width: max-content;
    scrollbar-width: none;
  }
  .sticky-navbar .fixed-width::-webkit-scrollbar {
    display: none;
  }
}
.sticky-navbar ul {
  display: inline-block;
}
.sticky-navbar ul li {
  display: inline-block;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 900px) {
  .sticky-navbar ul li {
    margin: 0 10px 10px 0;
  }
}
@media only screen and (max-width: 650px) {
  .sticky-navbar ul li {
    margin: 0 10px 0 0;
  }
}
.sticky-navbar ul li a.button.outline {
  padding: 9px 15px;
  font-size: 12px;
}
.sticky-navbar ul li a.button.outline::after {
  content: normal;
}
.sticky-navbar ul li a.button.outline::before {
  background: #d29f1c;
}
.sticky-navbar ul li a.button.outline:hover {
  color: #fff;
  border-color: #d29f1c !important;
}
body.scrolled .sticky-navbar {
  top: 84px;
}
@media only screen and (max-width: 650px) {
  body.scrolled .sticky-navbar {
    top: 70px;
  }
}
.brand-colors-section > h2 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #004860;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 650px) {
  .brand-colors-section > h2 {
    margin-bottom: 20px;
  }
}
.brand-colors-section .palette {
  margin: 10px 0;
}
@media only screen and (max-width: 650px) {
  .brand-colors-section .palette {
    text-align: center;
  }
}
.brand-colors-section .palette .category-pill {
  margin-left: 50px;
}
@media only screen and (max-width: 650px) {
  .brand-colors-section .palette .category-pill {
    margin: 0;
  }
}
.brand-colors-section .palette .colors {
  margin: 18px 0;
  column-gap: 14px;
  text-align: left;
}
@media only screen and (max-width: 1105px) {
  .brand-colors-section .palette .colors {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  .brand-colors-section .palette .colors {
    margin-bottom: 50px;
  }
}
.brand-colors-section .palette .colors .color {
  flex: 1;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 30px;
  min-height: 300px;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .brand-colors-section .palette .colors .color {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .brand-colors-section .palette .colors .color {
    flex-basis: 100%;
  }
}
.brand-colors-section .palette .colors .color .color-inner {
  padding: 30px 40px;
}
.brand-colors-section .palette .colors .color.whitetext {
  color: #fff;
}
.brand-colors-section .palette .colors .color h3 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 650px) {
  .brand-colors-section .palette .colors .color h3 {
    font-size: 20px;
  }
}
.brand-colors-section .palette:nth-of-type(2) .colors {
  column-gap: 0px;
}
@media only screen and (max-width: 1105px) {
  .brand-colors-section .palette:nth-of-type(2) .colors .color {
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 650px) {
  .brand-colors-section .palette:nth-of-type(2) .colors .color {
    flex-basis: 100%;
    min-height: 200px;
  }
}
.project-meta {
  margin: 40px 0;
}
.project-meta .project-summary-table {
  background: #fff;
  padding: 0;
  max-width: 1020px;
  margin-top: 48px;
  margin-right: 25px;
}
@media only screen and (min-width: 900px) and (max-width: 1105px) {
  .project-meta .project-summary-table {
    max-width: calc(100vw - 230px);
  }
}
.project-meta .project-summary-table .row {
  padding: 10px 8px;
}
@media only screen and (max-width: 1105px) {
  .project-meta .project-summary-table .row {
    flex-wrap: wrap;
  }
}
.project-meta .project-summary-table .row:nth-child(odd) {
  background: rgba(245, 245, 245, 0.5);
}
.project-meta .project-summary-table .row .label {
  display: inline-block;
  min-width: 225px;
  color: #dc582a;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.project-meta .project-summary-table .row .details {
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
}
.project-meta .project-summary-table .row .details span {
  color: #dc582a;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}
/* Icons (disabled)
 @if $slick-font-family == "slick" {
 @font-face {
 font-family: "slick";
 src: slick-font-url("fonts/slick.eot");
 src: slick-font-url("fonts/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("fonts/slick.woff") format("woff"), slick-font-url("fonts/slick.ttf") format("truetype"), slick-font-url("fonts/slick.svg#slick") format("svg");
 font-weight: normal;
 font-style: normal;
 }
 }*/
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: ' ';
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: ' ';
}
/* Custom Stuff */
.slick-prev-next img {
  top: 50%;
  position: absolute;
}
.slick-prev-next.slick-prev img {
  left: 10px;
}
.slick-prev-next.slick-next img {
  right: 10px;
  transform: rotate(180deg);
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.gform_wrapper {
  margin-top: 30px !important;
}
.gform_wrapper .gform_body .gfield {
  margin-top: 30px;
}
.gform_wrapper .gform_body .gfield_label {
  font-family: 'ConneqtRegular', sans-serif;
  font-size: 10px;
}
.gform_wrapper .gform_body .gfield_label .gfield_required {
  color: #d29f1c;
}
.gform_wrapper .gform_body input {
  border: none;
}
.gform_wrapper .gform_body select {
  background: #fff;
  border: none;
}
.gform_wrapper .gform_body textarea {
  resize: vertical;
  border: none;
}
.gform_wrapper .gform_footer .gform_button {
  border-radius: 25px;
  font-family: 'ConneqtBold', sans-serif;
  color: #373a36;
  text-transform: uppercase;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  font-size: 16px;
  background: none;
  border: 1px solid #373a36 !important;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.gform_wrapper .gform_footer .gform_button:hover {
  /*background:$color-tan;*/
  border: 1px solid #d6d2c4 !important;
}
.gform_wrapper .gform_footer .gform_button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #d6d2c4;
  z-index: -1;
  width: 200%;
  transform-origin: 0 bottom;
  transform: translate3D(-50%, 0, 0) rotate(-50deg);
}
.gform_wrapper .gform_footer .gform_button:hover:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
#gform_wrapper_1.gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
  background: #fff;
  border: none;
  box-shadow: none;
}
#gform_wrapper_1.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div {
  right: 5px;
}
#gform_wrapper_1.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
  background-image: url(images/arrow_gold.svg);
  transform: rotate(90deg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}
#gform_wrapper_1.gform_legacy_markup_wrapper .gform_footer {
  display: inline-block;
  width: auto;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  z-index: 0;
  padding: 0;
  margin-top: 25px;
}
#gform_wrapper_1.gform_legacy_markup_wrapper .gform_footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #d6d2c4;
  z-index: -1;
  width: 200%;
  transform-origin: 0 bottom;
  transform: translate3D(-50%, 0, 0) rotate(-50deg);
}
#gform_wrapper_1.gform_legacy_markup_wrapper .gform_footer:hover:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
#gform_wrapper_1.gform_legacy_markup_wrapper .gform_footer input[type="image"] {
  border: 1px solid #373a36 !important;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 0 !important;
}
#gform_wrapper_1.gform_legacy_markup_wrapper .gform_footer input[type="image"]:hover {
  /*background:$color-tan !important;*/
  border: 1px solid #d6d2c4 !important;
}
#gform_wrapper_2 {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
}
#gform_wrapper_2 input[type=text] {
  border: 1px solid #373a36;
}
#gform_wrapper_2 input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#gform_wrapper_2 input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}
#gform_wrapper_2 input[type=checkbox] + label:before, #gform_wrapper_2 input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#gform_wrapper_2 input[type=checkbox]:not(:checked) + label:after {
  width: 14px;
  height: 14px;
  border: 2px solid #373a36;
  top: 0px;
}
#gform_wrapper_2 input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
#gform_wrapper_2 input[type=checkbox]:checked + label:after {
  top: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #d29f1c;
  background-color: #d29f1c;
  z-index: 0;
  border-radius: 2px;
}
#gform_wrapper_2 input[type=checkbox]:checked + label:before {
  top: 0;
  left: 1px;
  width: 4px;
  height: 8px;
  margin-top: 3px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
#gform_wrapper_2 .gchoice {
  margin: 12px 0;
}
#gform_wrapper_2 .gchoice label {
  font-size: 18px;
}
#gform_wrapper_2 .gform_footer {
  display: inline-block;
  width: auto;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  z-index: 0;
  padding: 0;
  margin-top: 25px;
}
#gform_wrapper_2 .gform_footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #d6d2c4;
  z-index: -1;
  width: 200%;
  transform-origin: 0 bottom;
  transform: translate3D(-50%, 0, 0) rotate(-50deg);
}
#gform_wrapper_2 .gform_footer:hover:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
#gform_wrapper_2 .gform_footer .gform_button {
  padding: 0px;
}
#gform_wrapper_2 .gform_footer input[type="image"] {
  border: 1px solid #373a36 !important;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 0 !important;
  height: 48px;
}
#gform_wrapper_2 .gform_footer input[type="image"]:hover {
  /*background:$color-tan !important;*/
  border: 1px solid #d6d2c4 !important;
}
/*  --------------------- Mobile Nav Styles  ------------------------*/
ul.mobileicons {
  list-style: none;
  line-height: 64px;
  margin-bottom: 0;
  padding-left: 0;
  z-index: 902;
  position: relative;
}
ul.mobileicons li {
  display: inline-block;
  margin-left: 0px;
}
ul.mobileicons li img {
  margin-top: -15px;
}
#nav-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 10px 0 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.siteheader.scrolled #nav-icon3 span {
  background: #373a36;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}
#nav-icon3 span:nth-child(4) {
  top: 16px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#mobilenavcontainer {
  display: none;
  position: absolute;
  height: 100%;
  top: 0px;
  z-index: 901;
  background: #373a36;
  width: 100%;
  font-family: 'ConneqtBold', sans-serif;
  font-size: 16px;
  padding-top: 100px;
  left: 0;
}
#mobilenavcontainer.scrolled {
  position: fixed;
}
ul.mobilenav {
  margin: 0;
  padding: 0;
}
ul.mobilenav li {
  display: block;
  float: none;
  margin-bottom: 40px;
}
ul.mobilenav li .mobilenavarrow {
  display: none;
}
ul.mobilenav li.menu-item-has-children > a .mobilenavarrow {
  display: block;
  float: right;
  color: #3865a8;
  width: 18px;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
  margin-right: 15px;
}
ul.mobilenav li.menu-item-has-children a.down .mobilenavarrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border-left: none;
  height: 100%;
  width: 18px;
  margin-right: 23px;
}
ul.mobilenav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-left: 13px;
  outline: 0;
  overflow: hidden;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
ul.mobilenav li a:hover {
  color: #d29f1c;
}
ul.mobilenav li ul {
  position: absolute;
  left: 100vw;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  padding-left: 0;
  background: #373a36;
  top: 0px;
}
ul.mobilenav li ul li {
  padding-right: 0;
}
ul.mobilenav li ul li a {
  padding-left: 20px;
  font-size: 16px;
}
ul.mobilenav li.show-child > ul {
  left: 0;
}
ul.mobilenav li.show-child > ul > li.go-back {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  padding-bottom: 10px;
  text-align: center;
}
ul.mobilenav li.show-child > ul > li.go-back:before {
  content: '';
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(180deg);
  background-image: url(images/read-story-button.svg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
ul.mobilenav li.show-child > ul > li.go-back > a {
  color: #d29f1c;
  background-image: none !important;
  font-size: 20px !important;
  font-family: 'ConneqtBold', sans-serif !important;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children > a {
  background-image: url(images/mobile-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
  width: 90%;
  font-size: 16px;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu li {
  margin-bottom: 30px;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  font-family: 'Pragati Narrow', sans-serif;
  text-transform: uppercase;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu .sub-menu a {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 20px;
}
.floaters {
  position: absolute;
}
.floaters.floater1 {
  left: 75%;
}
@media only screen and (max-width: 900px) {
  .floaters.floater1 img {
    width: 70%;
  }
}
@media only screen and (max-width: 650px) {
  .floaters.floater1 img {
    width: 55%;
  }
}
.floaters.floater2 {
  left: 70%;
  top: 75%;
}
@media only screen and (max-width: 900px) {
  .floaters.floater2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 650px) {
  .floaters.floater2 {
    left: 60%;
  }
  .floaters.floater2 img {
    width: 55%;
  }
}
.floaters.floater3 {
  left: 17%;
  top: 70%;
}
.floaters.floater3 img {
  width: 50%;
}
.floaters.floater4 {
  left: 17%;
  top: 40%;
}
.floaters.floater4 img {
  width: 70%;
}
.floaters.floater5 {
  left: 10%;
  top: 20%;
}
.floaters.floater6 {
  left: 80%;
  top: 60%;
}
.floaters.floater6 img {
  width: 70%;
}
@media only screen and (max-width: 900px) {
  .floaters.floater6 img {
    width: 70%;
  }
}
@media only screen and (max-width: 650px) {
  .floaters.floater6 img {
    width: 55%;
  }
}
.floaters.floater7 {
  left: 10%;
  top: 65%;
}
.campus-events-outer {
  max-width: 1100px;
  margin: 30px auto;
}
.campus-events-outer .campus-events-slider {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .campus-events-outer .campus-events-slider {
    margin-left: 0;
  }
}
.campus-events-outer .campus-events-slider h3 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 22px;
  line-heigth: 24px;
  color: #004860;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.campus-events-outer .campus-events-slider table.events {
  width: 90%;
  margin-left: 0 !important;
}
.campus-events-outer .campus-events-slider table.events th {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  color: #000;
  padding: 8px;
  font-size: 22px;
  border-right: 1px solid #fff;
}
.campus-events-outer .campus-events-slider table.events th:last-child {
  border-right: none;
}
.campus-events-outer .campus-events-slider table.events .date {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.campus-events-outer .campus-events-slider table.events .school {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.campus-events-outer .campus-events-slider table.events .eventname {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #000;
}
.campus-events-outer .campus-events-slider-controls {
  position: absolute;
  top: 0px;
  right: 10%;
  width: auto;
  padding-top: 10px;
  background: #fff;
}
.campus-events-outer .campus-events-slider-controls .slider-nav {
  display: flex;
}
.campus-events-outer .campus-events-slider-controls .slider-nav svg .arrowlines {
  fill: #d29f1c;
}
.campus-events-outer .campus-events-slider-controls .slider-nav svg:hover .circle {
  fill: #d6d2c4;
  stroke: #d6d2c4;
}
.campus-events-outer .campus-events-slider-controls .slider-nav .next-arrow svg {
  transform: rotate(180deg);
}
.campus-events-outer .campus-events-slider-controls .slider-nav .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
  margin-top: 1px;
}
.campus-events-outer .campus-events-slider-controls .slider-nav .slick-dots li {
  height: 12px;
  width: 12px;
}
.campus-events-outer .campus-events-slider-controls .slider-nav .slick-dots li button::before {
  height: 12px;
  width: 15px;
  font-size: 23px;
  line-height: 15px;
  color: #373a36;
  opacity: 1;
  transform: all 0.5s;
}
.campus-events-outer .campus-events-slider-controls .slider-nav .slick-dots li.slick-active button {
  margin-top: 3px;
}
.campus-events-outer .campus-events-slider-controls .slider-nav .slick-dots li.slick-active button::before {
  font-size: 34px;
  line-height: 18px;
  color: #d29f1c;
  opacity: 1;
}
#homepage-takeover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  display: none;
  background: #373a36;
}
#homepage-takeover.show {
  display: flex;
}
#homepage-takeover .main-takeover {
  flex: 1;
  align-items: center;
  background-image: url(images/splash-page-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#homepage-takeover .main-takeover .takeover-messagebox {
  text-align: center;
  flex-basis: 100%;
}
#homepage-takeover .main-takeover .takeover-messagebox h1 {
  font-family: 'ConneqtBold', sans-serif;
  font-size: 50px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  #homepage-takeover .main-takeover .takeover-messagebox h1 {
    font-size: 6vw;
    line-height: 7vw;
  }
}
#homepage-takeover .main-takeover .takeover-messagebox h1 span {
  display: inline-block;
}
#homepage-takeover .main-takeover .takeover-messagebox h2 {
  font-family: 'ConneqtBlack', sans-serif;
  font-size: 110px;
  line-height: 124px;
  color: #fff;
}
@media only screen and (max-width: 1105px) {
  #homepage-takeover .main-takeover .takeover-messagebox h2 {
    font-size: 95px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 900px) {
  #homepage-takeover .main-takeover .takeover-messagebox h2 {
    font-size: 12vw;
    line-height: 13vw;
  }
}
#homepage-takeover .main-takeover .takeover-messagebox h2 span {
  color: #d29f1c;
}
#homepage-takeover .main-takeover .takeover-messagebox h2 span.glyph {
  color: #fff;
  font-feature-settings: 'aalt' on;
}
#homepage-takeover .main-takeover .takeover-messagebox .play-button {
  margin: 40px 0;
}
@media only screen and (max-width: 650px) {
  #homepage-takeover .main-takeover .takeover-messagebox .play-button {
    margin: 30px 0;
  }
}
#homepage-takeover .main-takeover .takeover-messagebox .play-button a {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
#homepage-takeover .main-takeover .takeover-messagebox .play-button a svg {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
#homepage-takeover .main-takeover .takeover-messagebox .play-button a:hover svg path.background {
  fill: #d6d2c4;
}
#homepage-takeover .main-takeover .takeover-messagebox .takeover-bodytext {
  background: #004860;
  padding: 50px;
  color: #fff;
  text-align: left;
  max-width: 835px;
  margin: 0 auto;
}
@media only screen and (max-width: 650px) {
  #homepage-takeover .main-takeover .takeover-messagebox .takeover-bodytext {
    padding: 20px;
  }
}
#homepage-takeover .main-takeover .takeover-messagebox .takeover-bodytext h3 {
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  text-transform: none;
}
@media only screen and (max-width: 650px) {
  #homepage-takeover .main-takeover .takeover-messagebox .takeover-bodytext h3 {
    font-size: 24px;
    line-height: 25px;
  }
}
#homepage-takeover .main-takeover .takeover-messagebox .takeover-bodytext h3 span {
  color: #d29f1c;
}
#homepage-takeover .main-takeover .takeover-messagebox .takeover-bodytext p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media only screen and (max-width: 650px) {
  #homepage-takeover .main-takeover .takeover-messagebox .takeover-bodytext p {
    font-size: 14px;
    line-height: 22px;
  }
}
#homepage-takeover .main-takeover .video-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 58, 54, 0.8);
  align-items: center;
}
#homepage-takeover .main-takeover .video-container .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
#homepage-takeover .main-takeover .video-container .embed-container iframe, #homepage-takeover .main-takeover .video-container .embed-container .embed-container object, #homepage-takeover .main-takeover .video-container .embed-container .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homepage-takeover .main-takeover .takeover-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
}
#homepage-takeover .main-takeover .takeover-close-button:hover svg path {
  stroke: #d29f1c;
}
#homepage-takeover .takeover-sidebar {
  flex-basis: 115px;
  background: #d6d2c4;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  #homepage-takeover .takeover-sidebar {
    display: none;
  }
}
#homepage-takeover .takeover-sidebar a.takeover-sidebar-close-button {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #373a36;
  text-transform: uppercase;
  text-align: center;
}
#homepage-takeover .takeover-sidebar a.takeover-sidebar-close-button svg {
  display: block;
  margin: 0 auto 10px auto;
}
#homepage-takeover .takeover-sidebar a.takeover-sidebar-close-button:hover svg circle {
  fill: #373a36;
}
