@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,200&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@1,100&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@1,200&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@1,300&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@1,400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@1,500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@1,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@1,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@1,900&amp;display=swap");
/* line 24, ../sass/partials/_fonts.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "Archivo", sans-serif;
}

/* line 30, ../sass/partials/_fonts.scss */
h1, h2, h3, h4, p {
  margin-top: 0;
}

/* line 33, ../sass/partials/_fonts.scss */
h1 {
  font-size: 36px;
  font-weight: 700;
}

/* line 38, ../sass/partials/_fonts.scss */
.sub-head, h2, #block-views-block-bios-block-2 > h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

/* line 54, ../sass/partials/_fonts.scss */
h2 a {
  color: #000;
}

/* line 60, ../sass/partials/_fonts.scss */
main p, main li {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}
/* line 63, ../sass/partials/_fonts.scss */
main ul {
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 67, ../sass/partials/_fonts.scss */
  main li {
    margin-bottom: 10px;
  }
}
/* line 74, ../sass/partials/_fonts.scss */
main .copy li,
main .col li {
  margin-bottom: .75em;
}
/* line 78, ../sass/partials/_fonts.scss */
main h4 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}
/* line 82, ../sass/partials/_fonts.scss */
main p:last-child {
  margin-bottom: 0;
}

/* line 87, ../sass/partials/_fonts.scss */
strong {
  font-weight: bold;
}

/* line 91, ../sass/partials/_fonts.scss */
.intro-text {
  font-size: 27px;
  line-height: 1.4;
  color: #000;
  font-weight: 300;
}
/* line 96, ../sass/partials/_fonts.scss */
.intro-text strong {
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 91, ../sass/partials/_fonts.scss */
  .intro-text {
    font-size: 24px;
  }
}

/* line 105, ../sass/partials/_fonts.scss */
.intro-text-lg {
  font-size: 32px;
  line-height: 1.4;
  color: #000;
  font-weight: 300;
}
/* line 110, ../sass/partials/_fonts.scss */
.intro-text-lg strong {
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 105, ../sass/partials/_fonts.scss */
  .intro-text-lg {
    font-size: 24px;
  }
}

/* line 119, ../sass/partials/_fonts.scss */
.intro-text-xl {
  font-size: 40px;
  line-height: 1.4;
  color: #000;
  font-weight: 300;
}
/* line 124, ../sass/partials/_fonts.scss */
.intro-text-xl strong {
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 119, ../sass/partials/_fonts.scss */
  .intro-text-xl {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* line 133, ../sass/partials/_fonts.scss */
  .insta-title {
    font-size: 21px;
  }
}

/* line 1, ../sass/partials/_gui.scss */
a {
  text-decoration: none;
  color: #0a4ede;
}

/* line 6, ../sass/partials/_gui.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 11, ../sass/partials/_gui.scss */
.element-invisible, .bio-with-location .views-exposed-form fieldset legend {
  overflow: hidden;
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  left: -20000em;
}

/* line 20, ../sass/partials/_gui.scss */
.contentwidth {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../sass/partials/_gui.scss */
.button {
  background-color: #286AA6;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 30px;
  font-size: 24px;
  font-weight: 100;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 24, ../sass/partials/_gui.scss */
  .button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 40, ../sass/partials/_gui.scss */
.spaced-both {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 45, ../sass/partials/_gui.scss */
.spaced-top {
  margin-top: 50px;
}

/* line 49, ../sass/partials/_gui.scss */
.spaced-bottom {
  margin-bottom: 50px;
}

/* line 53, ../sass/partials/_gui.scss */
.spaced-double-both {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 58, ../sass/partials/_gui.scss */
.spaced-double-top {
  margin-top: 100px;
}

/* line 62, ../sass/partials/_gui.scss */
.spaced-double-bottom {
  margin-bottom: 100px;
}

/* line 68, ../sass/partials/_gui.scss */
.padded-both {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 73, ../sass/partials/_gui.scss */
.padded-top {
  padding-top: 50px;
}

/* line 77, ../sass/partials/_gui.scss */
.padded-bottom {
  padding-bottom: 50px;
}

/* line 81, ../sass/partials/_gui.scss */
.padded-double-both {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 86, ../sass/partials/_gui.scss */
.padded-double-top {
  padding-top: 100px;
}

/* line 90, ../sass/partials/_gui.scss */
.padded-double-bottom {
  padding-bottom: 100px;
}

/* line 94, ../sass/partials/_gui.scss */
.button-red {
  background-color: #0a4ede;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 7px 30px;
  font-size: 24px;
  font-weight: 100;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 94, ../sass/partials/_gui.scss */
  .button-red {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 110, ../sass/partials/_gui.scss */
.button-clear-white, .text-faded-image .image .inner .text .link a, .gradient-banner .link-button > a {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0 50px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  border: 4px solid #fff;
  position: relative;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}
/* line 124, ../sass/partials/_gui.scss */
.button-clear-white:hover, .text-faded-image .image .inner .text .link a:hover, .gradient-banner .link-button > a:hover {
  color: #000;
  background-color: #fff;
}
@media (max-width: 767px) {
  /* line 110, ../sass/partials/_gui.scss */
  .button-clear-white, .text-faded-image .image .inner .text .link a, .gradient-banner .link-button > a {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 134, ../sass/partials/_gui.scss */
.button-blue-grad, .featured-projects > .inner > .button-link a, .callout-with-text .cols .link-button a, .instagram .link-button > a {
  background-image: linear-gradient(to right, #1143aa, #06abeb);
  background-size: 100% 100%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0 50px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
/* line 148, ../sass/partials/_gui.scss */
.button-blue-grad:hover, .featured-projects > .inner > .button-link a:hover, .callout-with-text .cols .link-button a:hover, .instagram .link-button > a:hover {
  background-size: 300% 100%;
}
@media (max-width: 767px) {
  /* line 134, ../sass/partials/_gui.scss */
  .button-blue-grad, .featured-projects > .inner > .button-link a, .callout-with-text .cols .link-button a, .instagram .link-button > a {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 159, ../sass/partials/_gui.scss */
.centered-title .block > h2 {
  text-align: center;
}

/* line 166, ../sass/partials/_gui.scss */
.breakout, .breakout-content, .breakout-title > h2 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* line 173, ../sass/partials/_gui.scss */
.breakout > .inner, .breakout-content > .inner, .breakout-title > h2 > .inner,
.breakout > span,
.breakout-content > span,
.breakout-title > h2 > span {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 177, ../sass/partials/_gui.scss */
.breakout > span, .breakout-content > span, .breakout-title > h2 > span {
  display: block;
}

/* line 182, ../sass/partials/_gui.scss */
.grad-full, .para-item.full-banner-image:before {
  background-image: linear-gradient(90deg, #2b3695 0%, #2546a1 5%, #176fc0 14%, #00aeef 25%, #00a79d 44%, #8dc63f 62%, #ffd800 80%, #f7941d 99%, #f7941d 100%);
}

/* line 186, ../sass/partials/_gui.scss */
.grad-full-rev, .para-item.color-bar {
  background-image: linear-gradient(90deg, #ffcb05 0%, #d80b8c 52%, #bb1992 57%, #7938a1 68%, #4551ad 79%, #1f63b5 88%, #086eba 95%, #0072bc 100%);
}

/* line 191, ../sass/partials/_gui.scss */
.grad-orange, .para-item.link-list-block:before {
  background-image: linear-gradient(90deg, #ed1c24 0%, #ed683c 25%, #f3903f 51%, #fdc70c 77%, #fdca10 84%, #fed51b 90%, #fee72e 97%, #fff33b 100%);
}

/* line 195, ../sass/partials/_gui.scss */
.grad-blue-green, #block-bala-main-menu > .menu > li a:before,
.hnav > .menu > li a:before, .menu-panels .view-rows > .views-row > a > i:before,
.menu-panels .view-rows > .views-row > span > i:before, .menu-panels .view-rows > .views-row .panel-wrap:before, .featured-article-item.blue-green:before {
  background-image: linear-gradient(90deg, #00aeef 0%, #39b54a 100%);
}

/* line 200, ../sass/partials/_gui.scss */
.grad-yellow-blue, .featured-article-item.yellow-blue:before, .breakout-title > h2:before {
  background-image: linear-gradient(90deg, #ffcb05 0%, #d80b8c 52%, #bb1992 57%, #7938a1 68%, #4551ad 79%, #1f63b5 88%, #086eba 95%, #0072bc 100%);
}

/* line 204, ../sass/partials/_gui.scss */
.grad-green-yellow, .featured-article-item.green-yellow:before {
  background-image: linear-gradient(270deg, #e2e419 0%, #e2e419 1%, #d7df23 23%, #c8db2b 27%, #a2d141 35%, #64c164 45%, #10ab94 57%, #00a79d 60%, #009444 100%);
}

/* line 210, ../sass/partials/_gui.scss */
.page-anchor {
  position: relative;
  top: -220px;
}

/* line 1, ../sass/partials/_admin.scss */
body.toolbar-tray-open {
  margin-top: 27px;
  margin-bottom: 30px;
  padding-top: 0 !important;
}

/* line 7, ../sass/partials/_admin.scss */
.block-local-tasks-block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#333333, #000000);
  background-image: -webkit-linear-gradient(#333333, #000000);
  background-image: linear-gradient(#333333, #000000);
  white-space: normal;
  margin: 0;
  padding: 0;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
/* line 18, ../sass/partials/_admin.scss */
.block-local-tasks-block > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 24, ../sass/partials/_admin.scss */
.block-local-tasks-block > ul li {
  margin: 0;
  padding: 0;
}
/* line 27, ../sass/partials/_admin.scss */
.block-local-tasks-block > ul li a {
  display: block;
  margin: 0 10px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

/* line 41, ../sass/partials/_admin.scss */
ul.slides > li,
.views-row {
  position: relative;
}
/* line 44, ../sass/partials/_admin.scss */
ul.slides > li .edit,
ul.slides > li .views-field-edit-node,
ul.slides > li .views-field-edit-term,
.views-row .edit,
.views-row .views-field-edit-node,
.views-row .views-field-edit-term {
  position: absolute;
  top: 10px;
  right: 40px;
  display: none;
  z-index: 9999;
}
/* line 52, ../sass/partials/_admin.scss */
ul.slides > li .edit a,
ul.slides > li .views-field-edit-node a,
ul.slides > li .views-field-edit-term a,
.views-row .edit a,
.views-row .views-field-edit-node a,
.views-row .views-field-edit-term a {
  display: block;
  padding: 0 15px;
  line-height: 25px !important;
  font-weight: bold;
  font-size: 13px !important;
  background: #000;
  text-decoration: none;
}
/* line 60, ../sass/partials/_admin.scss */
ul.slides > li .edit a:link, ul.slides > li .edit a:hover, ul.slides > li .edit a:visited,
ul.slides > li .views-field-edit-node a:link,
ul.slides > li .views-field-edit-node a:hover,
ul.slides > li .views-field-edit-node a:visited,
ul.slides > li .views-field-edit-term a:link,
ul.slides > li .views-field-edit-term a:hover,
ul.slides > li .views-field-edit-term a:visited,
.views-row .edit a:link,
.views-row .edit a:hover,
.views-row .edit a:visited,
.views-row .views-field-edit-node a:link,
.views-row .views-field-edit-node a:hover,
.views-row .views-field-edit-node a:visited,
.views-row .views-field-edit-term a:link,
.views-row .views-field-edit-term a:hover,
.views-row .views-field-edit-term a:visited {
  color: #fff;
}
@media (min-width: 1026px) {
  /* line 67, ../sass/partials/_admin.scss */
  ul.slides > li:hover .edit,
  ul.slides > li:hover .views-field-edit-node,
  ul.slides > li:hover .views-field-edit-term,
  .views-row:hover .edit,
  .views-row:hover .views-field-edit-node,
  .views-row:hover .views-field-edit-term {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 76, ../sass/partials/_admin.scss */
  ul.slides > li:hover .edit,
  ul.slides > li:hover .views-field-edit-node,
  ul.slides > li:hover .views-field-edit-term,
  .views-row:hover .edit,
  .views-row:hover .views-field-edit-node,
  .views-row:hover .views-field-edit-term {
    display: block;
  }
}

/* line 85, ../sass/partials/_admin.scss */
.admin-info-panel {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 9998;
  background-color: transparent;
  padding: 0;
  font-size: 12px;
  color: #fff;
}
/* line 96, ../sass/partials/_admin.scss */
.admin-info-panel > span {
  margin: 0 10px;
  line-height: 30px;
}
/* line 100, ../sass/partials/_admin.scss */
.admin-info-panel a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
/* line 104, ../sass/partials/_admin.scss */
.admin-info-panel .source > a {
  display: block;
  line-height: 20px;
  width: 20px;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
}

/* line 116, ../sass/partials/_admin.scss */
.messages {
  margin: 50px 0;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* line 1, ../sass/partials/_menus.scss */
.mobile-trigger-block {
  display: none;
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_menus.scss */
  .mobile-trigger-block {
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 8, ../sass/partials/_menus.scss */
  #block-bala-main-menu {
    display: none;
  }
}

/* line 16, ../sass/partials/_menus.scss */
#block-bala-main-menu .menu,
.hnav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/partials/_menus.scss */
#block-bala-main-menu .menu li.menu-item--active-trail a,
.hnav .menu li.menu-item--active-trail a {
  color: #000;
}
/* line 31, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu,
.hnav > .menu {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  /* line 31, ../sass/partials/_menus.scss */
  #block-bala-main-menu > .menu,
  .hnav > .menu {
    display: block;
  }
}
/* line 38, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li,
.hnav > .menu > li {
  margin-left: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 38, ../sass/partials/_menus.scss */
  #block-bala-main-menu > .menu > li,
  .hnav > .menu > li {
    margin-left: 40px;
  }
}
/* line 44, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li a,
.hnav > .menu > li a {
  display: block;
  text-decoration: none;
  font-size: 22px;
  color: #000;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}
/* line 52, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li a:before,
.hnav > .menu > li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 100%;
  height: 2px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 63, ../sass/partials/_menus.scss */
body.path-frontpage #block-bala-main-menu > .menu > li a, body.path-frontpage
.hnav > .menu > li a {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 63, ../sass/partials/_menus.scss */
  body.path-frontpage #block-bala-main-menu > .menu > li a, body.path-frontpage
  .hnav > .menu > li a {
    color: #000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 63, ../sass/partials/_menus.scss */
  body.path-frontpage #block-bala-main-menu > .menu > li a, body.path-frontpage
  .hnav > .menu > li a {
    color: #000;
  }
}
/* line 75, ../sass/partials/_menus.scss */
body.header-fixed.path-frontpage #block-bala-main-menu > .menu > li a, body.header-fixed.path-frontpage
.hnav > .menu > li a {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 44, ../sass/partials/_menus.scss */
  #block-bala-main-menu > .menu > li a,
  .hnav > .menu > li a {
    font-size: 18px;
  }
}
/* line 81, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li a:hover, #block-bala-main-menu > .menu > li a.is-active,
.hnav > .menu > li a:hover,
.hnav > .menu > li a.is-active {
  color: #000;
}
/* line 84, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li a:hover:before, #block-bala-main-menu > .menu > li a.is-active:before,
.hnav > .menu > li a:hover:before,
.hnav > .menu > li a.is-active:before {
  right: 0;
}
/* line 89, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li > .menu,
.hnav > .menu > li > .menu {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  padding-top: 10px;
}
/* line 98, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li > .menu:after,
.hnav > .menu > li > .menu:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #919990;
}
/* line 108, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li > .menu:before,
.hnav > .menu > li > .menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #919990 transparent;
}
/* line 120, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li > .menu li,
.hnav > .menu > li > .menu li {
  display: block;
  background-color: #f7f7f7;
}
/* line 123, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li > .menu li a,
.hnav > .menu > li > .menu li a {
  font-size: 18px;
  padding: 5px 10px;
  color: #919990;
}
/* line 127, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li > .menu li a:hover,
.hnav > .menu > li > .menu li a:hover {
  color: #000;
  background-color: #f1f1f1;
}
/* line 133, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li > .menu li.menu-item--active-trail a,
.hnav > .menu > li > .menu li.menu-item--active-trail a {
  color: #000;
}
/* line 141, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li.menu-item--active-trail > a:before,
.hnav > .menu > li.menu-item--active-trail > a:before {
  right: 0;
}
/* line 146, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li:first-child,
.hnav > .menu > li:first-child {
  margin-left: 0;
}
/* line 150, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li:last-child > .menu,
.hnav > .menu > li:last-child > .menu {
  left: auto;
  right: 0;
}
/* line 153, ../sass/partials/_menus.scss */
#block-bala-main-menu > .menu > li:last-child > .menu:before,
.hnav > .menu > li:last-child > .menu:before {
  left: auto;
  right: 10px;
}

/* line 165, ../sass/partials/_menus.scss */
.hnav.locations .menu {
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 167, ../sass/partials/_menus.scss */
.hnav.locations .menu > li {
  margin: 0 30px;
}
@media (max-width: 767px) {
  /* line 167, ../sass/partials/_menus.scss */
  .hnav.locations .menu > li {
    margin: 0;
    text-align: center;
  }
}

/* line 176, ../sass/partials/_menus.scss */
.hnav.locations {
  text-align: center;
}
/* line 183, ../sass/partials/_menus.scss */
.hnav.locations .menu li a {
  color: #000;
}

/* line 192, ../sass/partials/_menus.scss */
.vnav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 197, ../sass/partials/_menus.scss */
.vnav .menu li a {
  display: block;
}

/* line 207, ../sass/partials/_menus.scss */
.footer-nav .menu li,
.vnav.locations .menu li {
  margin-bottom: 18px;
}
/* line 209, ../sass/partials/_menus.scss */
.footer-nav .menu li a,
.vnav.locations .menu li a {
  font-size: 14px;
  font-weight: 500;
}
/* line 214, ../sass/partials/_menus.scss */
.footer-nav .menu li:last-child a,
.vnav.locations .menu li:last-child a {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 222, ../sass/partials/_menus.scss */
  .footer-nav {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 228, ../sass/partials/_menus.scss */
  .vnav.locations {
    margin-bottom: 30px;
  }
}

/* line 235, ../sass/partials/_menus.scss */
.region-content .sub-menu {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 239, ../sass/partials/_menus.scss */
.sub-menu {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  /* line 239, ../sass/partials/_menus.scss */
  .sub-menu {
    display: none;
  }
}
/* line 246, ../sass/partials/_menus.scss */
.sub-menu .menu {
  list-style-image: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
/* line 252, ../sass/partials/_menus.scss */
.sub-menu .menu li {
  display: block;
}
/* line 254, ../sass/partials/_menus.scss */
.sub-menu .menu li a {
  text-decoration: none;
  color: #919990;
  display: block;
  position: relative;
  padding: 15px 0;
  font-size: 16px;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 254, ../sass/partials/_menus.scss */
  .sub-menu .menu li a {
    font-size: 14px;
  }
}
/* line 266, ../sass/partials/_menus.scss */
.sub-menu .menu li a:before {
  content: "";
  display: block;
  height: 7px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: repeat-y;
  opacity: 1;
}
/* line 279, ../sass/partials/_menus.scss */
.sub-menu .menu li a:hover {
  color: #000;
}
/* line 281, ../sass/partials/_menus.scss */
.sub-menu .menu li a:hover:before {
  opacity: 1;
}
/* line 286, ../sass/partials/_menus.scss */
.sub-menu .menu li.menu-item--active-trail {
  opacity: 1;
}
/* line 288, ../sass/partials/_menus.scss */
.sub-menu .menu li.menu-item--active-trail a {
  color: #000;
  opacity: 1;
}
/* line 291, ../sass/partials/_menus.scss */
.sub-menu .menu li.menu-item--active-trail a:before {
  opacity: 1;
}
/* line 301, ../sass/partials/_menus.scss */
.sub-menu.sub-menu-ideation .menu li a {
  padding-right: 50px;
}
/* line 308, ../sass/partials/_menus.scss */
.sub-menu.sub-menu-ideation .menu li:nth-child(1) a:before {
  background-color: #C6D2C3;
}
/* line 311, ../sass/partials/_menus.scss */
.sub-menu.sub-menu-ideation .menu li:nth-child(2) a:before {
  background-color: #B6A77A;
}
/* line 314, ../sass/partials/_menus.scss */
.sub-menu.sub-menu-ideation .menu li:nth-child(3) a:before {
  background-color: #EC5128;
}

/* line 328, ../sass/partials/_menus.scss */
.culture-sub-menu {
  width: 80%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 328, ../sass/partials/_menus.scss */
  .culture-sub-menu {
    width: 100%;
  }
}
/* line 335, ../sass/partials/_menus.scss */
.culture-sub-menu .menu li {
  width: calc(100%/6);
}
/* line 337, ../sass/partials/_menus.scss */
.culture-sub-menu .menu li a {
  border-top-width: 7px;
  border-top-style: solid;
  padding-top: 8px;
  opacity: 0.6;
}
/* line 343, ../sass/partials/_menus.scss */
.culture-sub-menu .menu li:nth-child(1) a {
  border-top-color: #c6d2c3;
}
/* line 346, ../sass/partials/_menus.scss */
.culture-sub-menu .menu li:nth-child(2) a {
  border-top-color: #b6a77a;
}
/* line 349, ../sass/partials/_menus.scss */
.culture-sub-menu .menu li:nth-child(3) a {
  border-top-color: #6d6e71;
}
/* line 353, ../sass/partials/_menus.scss */
.culture-sub-menu .menu li.menu-item--active-trail a {
  opacity: 1;
}

/* line 365, ../sass/partials/_menus.scss */
.page-node-22 .culture-sub-menu .menu li {
  opacity: 1;
}
/* line 367, ../sass/partials/_menus.scss */
.page-node-22 .culture-sub-menu .menu li a {
  opacity: 1;
}

/* line 377, ../sass/partials/_menus.scss */
.engineering-sub-menu .menu {
  list-style-image: none;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
}
/* line 382, ../sass/partials/_menus.scss */
.engineering-sub-menu .menu li {
  width: calc(100%/5);
  border-top: none;
  padding-top: 0;
}
/* line 387, ../sass/partials/_menus.scss */
.engineering-sub-menu .menu li.menu-comm a:before {
  background-image: url(../png/colorbar-comm.png);
}
/* line 392, ../sass/partials/_menus.scss */
.engineering-sub-menu .menu li.menu-cons a:before {
  background-image: url(../png/colorbar-cons.png);
}
/* line 397, ../sass/partials/_menus.scss */
.engineering-sub-menu .menu li.menu-elec a:before {
  background-image: url(../png/colorbar-elec.png);
}
/* line 402, ../sass/partials/_menus.scss */
.engineering-sub-menu .menu li.menu-mech a:before {
  background-image: url(../png/colorbar-mech.png);
}
/* line 407, ../sass/partials/_menus.scss */
.engineering-sub-menu .menu li.menu-stru a:before {
  background-image: url(../png/colorbar-stru.png);
}
/* line 412, ../sass/partials/_menus.scss */
.engineering-sub-menu .menu li.menu-tech a:before {
  background-image: url(../png/colorbar-tech.png);
}
/* line 417, ../sass/partials/_menus.scss */
.engineering-sub-menu .menu li.menu-sust a:before {
  background-image: url(../png/colorbar-sust.png);
}

/* line 428, ../sass/partials/_menus.scss */
#block-mainnavigation-2.engineering-sub-menu {
  width: 80%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 428, ../sass/partials/_menus.scss */
  #block-mainnavigation-2.engineering-sub-menu {
    width: 100%;
  }
}

/* line 441, ../sass/partials/_menus.scss */
.page-node-2 .sub-menu .menu li a {
  opacity: 1;
}
/* line 444, ../sass/partials/_menus.scss */
.page-node-2 .sub-menu .menu li a:before {
  opacity: 1;
}

/* line 456, ../sass/partials/_menus.scss */
#block-mainnavigation-3.engineering-sub-menu .menu li a {
  opacity: 1;
}
/* line 459, ../sass/partials/_menus.scss */
#block-mainnavigation-3.engineering-sub-menu .menu li a:before {
  opacity: 1;
}

/* line 467, ../sass/partials/_menus.scss */
.hamburger--slider .hamburger-inner,
.hamburger--slider .hamburger-inner:after,
.hamburger--slider .hamburger-inner:before {
  background-color: #000 !important;
  border-radius: 0;
  width: 50px;
  height: 6px;
}
/* line 476, ../sass/partials/_menus.scss */
.hamburger--slider .hamburger-inner:before {
  top: 14px;
}
/* line 479, ../sass/partials/_menus.scss */
.hamburger--slider .hamburger-inner:after {
  top: 28px;
}

/* line 484, ../sass/partials/_menus.scss */
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -28px, 0) rotate(-90deg);
}

/* line 498, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .hamburger-inner,
.mobile-menu-wrapper .hamburger-inner:after,
.mobile-menu-wrapper .hamburger-inner:before {
  background-color: #000;
  border-radius: 0;
  width: 50px;
  height: 6px;
}
/* line 507, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .hamburger-inner:before {
  top: 14px;
}
/* line 510, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .hamburger-inner:after {
  top: 28px;
}
/* line 514, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -28px, 0) rotate(-90deg);
}
/* line 517, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .region-mobile-menu {
  position: absolute;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 400px;
  list-style: none;
  margin: 0;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 800;
}
@media (max-width: 767px) {
  /* line 517, ../sass/partials/_menus.scss */
  .mobile-menu-wrapper .region-mobile-menu {
    width: 300px;
  }
}
/* line 533, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .region-mobile-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 537, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .region-mobile-menu nav ul > li {
  display: block;
  position: relative;
}
/* line 540, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .region-mobile-menu nav ul > li > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 0;
  color: #aaaaaa;
  font-size: 26px;
  text-decoration: none;
}
/* line 549, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .region-mobile-menu nav ul > li.menu-item--active-trail > a {
  color: #fff;
}
/* line 553, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .region-mobile-menu nav ul > li .sub-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 558, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .region-mobile-menu nav ul > li > .menu {
  display: none;
}
/* line 561, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .region-mobile-menu nav ul > li > .menu > li a {
  font-size: 21px;
  padding-left: 20px;
}
/* line 567, ../sass/partials/_menus.scss */
.mobile-menu-wrapper .region-mobile-menu nav ul > li > .menu > li.menu-item--active-trail a {
  color: #fff;
}

/* line 580, ../sass/partials/_menus.scss */
.not-front-page .mobile-menu-wrapper {
  display: none;
  top: 26px;
}
@media (max-width: 767px) {
  /* line 580, ../sass/partials/_menus.scss */
  .not-front-page .mobile-menu-wrapper {
    display: block;
  }
}
/* line 586, ../sass/partials/_menus.scss */
.not-front-page .mobile-menu-wrapper .hamburger-inner,
.not-front-page .mobile-menu-wrapper .hamburger-inner:after,
.not-front-page .mobile-menu-wrapper .hamburger-inner:before {
  background-color: #000;
}

/* line 598, ../sass/partials/_menus.scss */
.menu-panels.contextual-region {
  position: unset;
}
/* line 601, ../sass/partials/_menus.scss */
.menu-panels .view-rows {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 50px;
}
@media (max-width: 767px) {
  /* line 601, ../sass/partials/_menus.scss */
  .menu-panels .view-rows {
    display: block;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
/* line 610, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row {
  position: unset;
  margin-left: 10px;
}
/* line 614, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  /* line 610, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row {
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px 30px;
  }
}
/* line 625, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row.contact, .menu-panels .view-rows > .views-row.search {
  display: none;
}
@media (max-width: 767px) {
  /* line 625, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row.contact, .menu-panels .view-rows > .views-row.search {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 632, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row.has-dropdown {
    margin-bottom: 0;
  }
}
/* line 638, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row.has-dropdown > a i,
.menu-panels .view-rows > .views-row.has-dropdown > span i {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 641, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row.has-dropdown > a i:after,
.menu-panels .view-rows > .views-row.has-dropdown > span i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 5px;
  border-left-width: 5px;
  border-top: 5px solid #9aa396;
  margin-left: 8px;
}
/* line 658, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row > a,
.menu-panels .view-rows > .views-row > span {
  display: block;
  text-decoration: none;
  font-size: var(--menulinksize);
  color: #000;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding: 0 0 30px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 658, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row > a,
  .menu-panels .view-rows > .views-row > span {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
/* line 676, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row > a:before,
.menu-panels .view-rows > .views-row > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 10px;
  border-left-width: 10px;
  border-bottom: 10px solid #16b1b1;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  display: none;
}
/* line 694, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row > a > i,
.menu-panels .view-rows > .views-row > span > i {
  font-style: normal;
  position: relative;
}
/* line 697, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row > a > i:before,
.menu-panels .view-rows > .views-row > span > i:before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 100%;
  height: 2px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  /* line 697, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row > a > i:before,
  .menu-panels .view-rows > .views-row > span > i:before {
    display: none;
  }
}
/* line 712, ../sass/partials/_menus.scss */
body.path-frontpage .menu-panels .view-rows > .views-row > a, body.path-frontpage
.menu-panels .view-rows > .views-row > span {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 712, ../sass/partials/_menus.scss */
  body.path-frontpage .menu-panels .view-rows > .views-row > a, body.path-frontpage
  .menu-panels .view-rows > .views-row > span {
    color: #000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 712, ../sass/partials/_menus.scss */
  body.path-frontpage .menu-panels .view-rows > .views-row > a, body.path-frontpage
  .menu-panels .view-rows > .views-row > span {
    color: #000;
  }
}
/* line 724, ../sass/partials/_menus.scss */
body.header-fixed.path-frontpage .menu-panels .view-rows > .views-row > a, body.header-fixed.path-frontpage
.menu-panels .view-rows > .views-row > span {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 658, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row > a,
  .menu-panels .view-rows > .views-row > span {
    font-size: 18px;
  }
}
/* line 730, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row > a:hover, .menu-panels .view-rows > .views-row > a.active,
.menu-panels .view-rows > .views-row > span:hover,
.menu-panels .view-rows > .views-row > span.active {
  color: #000;
}
/* line 733, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row > a:hover i:before, .menu-panels .view-rows > .views-row > a.active i:before,
.menu-panels .view-rows > .views-row > span:hover i:before,
.menu-panels .view-rows > .views-row > span.active i:before {
  right: 0;
}
/* line 738, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row .panel-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 9;
  padding: 50px;
}
/* line 750, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row .panel-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
}
@media (max-width: 767px) {
  /* line 738, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row .panel-wrap {
    background-color: unset;
    padding: 0;
    padding-left: 30px;
    padding-top: 20px;
    visibility: visible;
    position: relative;
    top: 0;
    opacity: 1;
    display: none;
  }
  /* line 770, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row .panel-wrap:before {
    display: none;
  }
}
/* line 774, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row .panel-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-column-gap: 60px;
  column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  /* line 774, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row .panel-wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  /* line 774, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row .panel-wrap ul {
    display: block;
  }
}
/* line 783, ../sass/partials/_menus.scss */
.menu-panels .view-rows > .views-row .panel-wrap ul li .menu-chunk {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 789, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row .panel-wrap ul li:last-child > .menu-chunk:last-child {
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  /* line 801, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row.has-dropdown:hover a:before, .menu-panels .view-rows > .views-row.has-dropdown:hover span:before {
    display: block;
  }
}
@media (hover: hover) and (max-width: 767px) {
  /* line 801, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row.has-dropdown:hover a:before, .menu-panels .view-rows > .views-row.has-dropdown:hover span:before {
    display: none;
  }
}
@media (hover: hover) {
  /* line 808, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row.has-dropdown:hover > .panel-wrap {
    opacity: 1;
    visibility: visible;
  }
  /* line 815, ../sass/partials/_menus.scss */
  .menu-panels .view-rows > .views-row:hover a i:before, .menu-panels .view-rows > .views-row:hover span i:before {
    right: 0;
  }
}

/* line 834, ../sass/partials/_menus.scss */
.page-node-type-blog-post .menu-panels a.insights,
.page-node-type-blog-post .menu-panels span.insights,
.page-node-type-podcast .menu-panels a.insights,
.page-node-type-podcast .menu-panels span.insights,
.page-node-type-in-the-news .menu-panels a.insights,
.page-node-type-in-the-news .menu-panels span.insights,
.page-node-type-video .menu-panels a.insights,
.page-node-type-video .menu-panels span.insights,
.page-node-735 .menu-panels a.insights,
.page-node-735 .menu-panels span.insights,
.page-node-736 .menu-panels a.insights,
.page-node-736 .menu-panels span.insights,
.page-node-737 .menu-panels a.insights,
.page-node-737 .menu-panels span.insights {
  color: #000;
}
/* line 837, ../sass/partials/_menus.scss */
.page-node-type-blog-post .menu-panels a.insights i:before,
.page-node-type-blog-post .menu-panels span.insights i:before,
.page-node-type-podcast .menu-panels a.insights i:before,
.page-node-type-podcast .menu-panels span.insights i:before,
.page-node-type-in-the-news .menu-panels a.insights i:before,
.page-node-type-in-the-news .menu-panels span.insights i:before,
.page-node-type-video .menu-panels a.insights i:before,
.page-node-type-video .menu-panels span.insights i:before,
.page-node-735 .menu-panels a.insights i:before,
.page-node-735 .menu-panels span.insights i:before,
.page-node-736 .menu-panels a.insights i:before,
.page-node-736 .menu-panels span.insights i:before,
.page-node-737 .menu-panels a.insights i:before,
.page-node-737 .menu-panels span.insights i:before {
  right: 0;
}

/* line 846, ../sass/partials/_menus.scss */
.page-node-type-engineering-category-page .menu-panels a.engineering,
.page-node-type-engineering-category-page .menu-panels span.engineering {
  color: #000;
}
/* line 849, ../sass/partials/_menus.scss */
.page-node-type-engineering-category-page .menu-panels a.engineering i:before,
.page-node-type-engineering-category-page .menu-panels span.engineering i:before {
  right: 0;
}

/* line 858, ../sass/partials/_menus.scss */
.page-node-type-market-page .menu-panels a.markets,
.page-node-type-market-page .menu-panels span.markets {
  color: #000;
}
/* line 861, ../sass/partials/_menus.scss */
.page-node-type-market-page .menu-panels a.markets i:before,
.page-node-type-market-page .menu-panels span.markets i:before {
  right: 0;
}

/* line 870, ../sass/partials/_menus.scss */
.page-node-type-bio .menu-panels a.people,
.page-node-type-bio .menu-panels span.people {
  color: #000;
}
/* line 873, ../sass/partials/_menus.scss */
.page-node-type-bio .menu-panels a.people i:before,
.page-node-type-bio .menu-panels span.people i:before {
  right: 0;
}

/* line 881, ../sass/partials/_menus.scss */
.header-top-menu {
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 881, ../sass/partials/_menus.scss */
  .header-top-menu {
    display: none;
  }
}
/* line 886, ../sass/partials/_menus.scss */
.header-top-menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
/* line 894, ../sass/partials/_menus.scss */
.header-top-menu .menu-item {
  margin-left: 20px;
}
/* line 896, ../sass/partials/_menus.scss */
.header-top-menu .menu-item a {
  font-size: 16px;
  color: #597b7c;
}
/* line 899, ../sass/partials/_menus.scss */
body.path-frontpage .header-top-menu .menu-item a {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 899, ../sass/partials/_menus.scss */
  body.path-frontpage .header-top-menu .menu-item a {
    color: #597b7c;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 899, ../sass/partials/_menus.scss */
  body.path-frontpage .header-top-menu .menu-item a {
    color: #597b7c;
  }
}
/* line 908, ../sass/partials/_menus.scss */
body.path-frontpage.header-fixed .header-top-menu .menu-item a {
  color: #597b7c;
}
/* line 911, ../sass/partials/_menus.scss */
.header-top-menu .menu-item a.linkedin {
  position: relative;
  height: 26px;
  width: 26px;
  text-indent: -20000em;
  overflow: hidden;
  display: block;
}
/* line 918, ../sass/partials/_menus.scss */
.header-top-menu .menu-item a.linkedin:before {
  content: "";
  font-family: 'Font Awesome 6 Brands';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  position: relative;
  top: -1px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 3px;
  text-indent: 0;
  font-size: 24px;
}
/* line 930, ../sass/partials/_menus.scss */
.header-top-menu .menu-item a.search {
  position: relative;
  height: 26px;
  width: 26px;
  text-indent: -20000em;
  overflow: hidden;
  display: block;
}
/* line 937, ../sass/partials/_menus.scss */
.header-top-menu .menu-item a.search:before {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  position: relative;
  top: -1px;
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 3px;
  text-indent: 0;
  font-size: 20px;
  font-weight: 400;
}

/* line 956, ../sass/partials/_menus.scss */
.menu-chunk > .plain-text {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  /* line 956, ../sass/partials/_menus.scss */
  .menu-chunk > .plain-text {
    font-size: 24px;
  }
}
/* line 965, ../sass/partials/_menus.scss */
.menu-chunk > .title a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--menulinksize);
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  /* line 965, ../sass/partials/_menus.scss */
  .menu-chunk > .title a {
    font-size: 18px;
  }
}
/* line 974, ../sass/partials/_menus.scss */
.menu-chunk > .title a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 5px;
  border-top-width: 5px;
  border-left: 5px solid black;
  margin-left: 10px;
}
@media (hover: hover) {
  /* line 986, ../sass/partials/_menus.scss */
  .menu-chunk > .title a:hover {
    color: var(--linkblue);
  }
  /* line 988, ../sass/partials/_menus.scss */
  .menu-chunk > .title a:hover:after {
    border-left-color: var(--linkblue);
  }
}
/* line 993, ../sass/partials/_menus.scss */
.menu-chunk > .title a.active {
  color: var(--linkblue);
}
/* line 995, ../sass/partials/_menus.scss */
.menu-chunk > .title a.active:after {
  border-left-color: var(--linkblue);
}
/* line 1001, ../sass/partials/_menus.scss */
.menu-chunk > .text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 1001, ../sass/partials/_menus.scss */
  .menu-chunk > .text {
    font-size: 16px;
  }
}

/* line 1, ../sass/partials/_layout.scss */
:root {
  --headerheight: 130px;
  --headerheightsmall: 130px;
  --admintoolbar: 27px;
  --linkblue: #0a4eb4;
  --menulinksize: 22px;
  --palebg: #f3f5f8;
  --pagetitlesize: 42px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_layout.scss */
  :root {
    --headerheight: 63px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_layout.scss */
  :root {
    --headerheightsmall: 63px;
  }
}

/* line 21, ../sass/partials/_layout.scss */
.page-node-type-white-paper .region-preface-first {
  margin-bottom: 50px;
}

/* line 27, ../sass/partials/_layout.scss */
body.fixy {
  overflow: hidden;
}

/* line 34, ../sass/partials/_layout.scss */
.page-node-type-engineering-category-page #block-bala-page-title,
.page-node-type-page #block-bala-page-title {
  display: none;
}

/* line 40, ../sass/partials/_layout.scss */
body.not-front-page .header-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 43, ../sass/partials/_layout.scss */
body.not-front-page .layout-content {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 53, ../sass/partials/_layout.scss */
body.not-front-page .region-preface-first {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* line 63, ../sass/partials/_layout.scss */
body.page-node-type-page .region-preface-first,
body.page-node-type-engineering-category-page .region-preface-first,
body.page-node-type-market-page .region-preface-first {
  max-width: 100%;
}
/* line 66, ../sass/partials/_layout.scss */
body.page-node-type-page .layout-content,
body.page-node-type-engineering-category-page .layout-content,
body.page-node-type-market-page .layout-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 73, ../sass/partials/_layout.scss */
.block-views-blockheader-image-and-text-block-1 {
  background-color: #f3f5f8;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
/* line 77, ../sass/partials/_layout.scss */
.block-views-blockheader-image-and-text-block-1 .view-rows {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 77, ../sass/partials/_layout.scss */
  .block-views-blockheader-image-and-text-block-1 .view-rows {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 85, ../sass/partials/_layout.scss */
.block-views-blockheader-image-and-text-block-1 .header-text {
  padding-top: 100px;
  padding-bottom: 70px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  /* line 85, ../sass/partials/_layout.scss */
  .block-views-blockheader-image-and-text-block-1 .header-text {
    padding-bottom: 15px;
    padding-top: 50px;
  }
}
/* line 95, ../sass/partials/_layout.scss */
.block-views-blockheader-image-and-text-block-1 .header-text h1 {
  font-size: var(--pagetitlesize);
  font-weight: 500;
  margin-bottom: 30px;
}
/* line 100, ../sass/partials/_layout.scss */
.block-views-blockheader-image-and-text-block-1 .header-text p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
/* line 107, ../sass/partials/_layout.scss */
.block-views-blockheader-image-and-text-block-1 .header-image {
  margin-bottom: 0;
}

/* line 114, ../sass/partials/_layout.scss */
.page-node-type-basic-page #block-bala-page-title h1 {
  color: #636466;
  font-size: 42px;
  text-align: center;
  font-weight: 500;
}

/* line 124, ../sass/partials/_layout.scss */
.header-image {
  position: relative;
  margin-bottom: 60px;
}
/* line 127, ../sass/partials/_layout.scss */
.header-image img {
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 124, ../sass/partials/_layout.scss */
  .header-image {
    overflow: hidden;
    height: 350px;
  }
  /* line 134, ../sass/partials/_layout.scss */
  .header-image img {
    height: 350px;
    width: auto;
    position: absolute;
    right: -30%;
    top: 0;
    z-index: 1;
  }
}
/* line 143, ../sass/partials/_layout.scss */
.header-image .header-text {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  color: #fff;
}
/* line 147, ../sass/partials/_layout.scss */
.header-image .header-text .header-text-inner {
  max-width: 48%;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  /* line 147, ../sass/partials/_layout.scss */
  .header-image .header-text .header-text-inner {
    top: 30px;
    left: 30px;
    right: 30px;
    max-width: 100%;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 147, ../sass/partials/_layout.scss */
  .header-image .header-text .header-text-inner {
    top: 30px;
    max-width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 171, ../sass/partials/_layout.scss */
  .header-image .header-text h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
/* line 180, ../sass/partials/_layout.scss */
.header-image .header-text p {
  font-size: 28px;
  line-height: 38px;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 180, ../sass/partials/_layout.scss */
  .header-image .header-text p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 180, ../sass/partials/_layout.scss */
  .header-image .header-text p {
    font-size: 22px;
    line-height: 30px;
  }
}
/* line 198, ../sass/partials/_layout.scss */
.header-image.locations .header-text .header-text-inner {
  top: -220px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 198, ../sass/partials/_layout.scss */
  .header-image.locations .header-text .header-text-inner {
    top: -85px;
  }
}
/* line 205, ../sass/partials/_layout.scss */
.header-image.locations .header-text .header-text-inner h1 {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
}
@media (max-width: 767px) {
  /* line 205, ../sass/partials/_layout.scss */
  .header-image.locations .header-text .header-text-inner h1 {
    font-size: 45px;
  }
}
/* line 218, ../sass/partials/_layout.scss */
.header-image.title_hidden .header-text h1 {
  display: none;
}

/* line 227, ../sass/partials/_layout.scss */
.header-magazine .header-image .header-static {
  position: absolute;
  top: 25px;
  left: 30px;
  right: 30px;
  color: #b3bfb1;
  font-size: 14px;
  font-weight: bold;
}
/* line 236, ../sass/partials/_layout.scss */
.header-magazine .header-image .header-static strong {
  color: #fff;
}
/* line 239, ../sass/partials/_layout.scss */
body.page-node-type-magazine-article .header-magazine .header-image .header-static {
  top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 239, ../sass/partials/_layout.scss */
  body.page-node-type-magazine-article .header-magazine .header-image .header-static {
    top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 227, ../sass/partials/_layout.scss */
  .header-magazine .header-image .header-static {
    top: 10px;
  }
}
/* line 249, ../sass/partials/_layout.scss */
.header-magazine .header-image .header-text-inner {
  top: 90px;
  max-width: 57%;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 249, ../sass/partials/_layout.scss */
  .header-magazine .header-image .header-text-inner {
    max-width: 75%;
    top: 90px;
  }
}
@media (max-width: 767px) {
  /* line 249, ../sass/partials/_layout.scss */
  .header-magazine .header-image .header-text-inner {
    max-width: 100%;
    top: 120px;
  }
}
/* line 260, ../sass/partials/_layout.scss */
.header-magazine .header-image .header-text-inner h1 {
  font-size: 88px;
  line-height: 1.1;
  font-weight: bold;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
  text-transform: none;
}
@media (min-width: 1026px) {
  /* line 260, ../sass/partials/_layout.scss */
  .header-magazine .header-image .header-text-inner h1 {
    font-size: 7vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 260, ../sass/partials/_layout.scss */
  .header-magazine .header-image .header-text-inner h1 {
    font-size: 8vw;
  }
}
@media (max-width: 767px) {
  /* line 260, ../sass/partials/_layout.scss */
  .header-magazine .header-image .header-text-inner h1 {
    font-size: 42px;
  }
}
/* line 275, ../sass/partials/_layout.scss */
body.page-node-type-magazine-article .header-magazine .header-image .header-text-inner h1 {
  font-size: 60px;
}
@media (min-width: 1026px) {
  /* line 275, ../sass/partials/_layout.scss */
  body.page-node-type-magazine-article .header-magazine .header-image .header-text-inner h1 {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 275, ../sass/partials/_layout.scss */
  body.page-node-type-magazine-article .header-magazine .header-image .header-text-inner h1 {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  /* line 275, ../sass/partials/_layout.scss */
  body.page-node-type-magazine-article .header-magazine .header-image .header-text-inner h1 {
    font-size: 32px;
  }
}
/* line 289, ../sass/partials/_layout.scss */
.header-magazine .header-image .header-text-inner .copy {
  border-left: 4px solid #0a4ede;
  padding-left: 20px;
}
/* line 292, ../sass/partials/_layout.scss */
.header-magazine .header-image .header-text-inner .copy p {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
}
/* line 296, ../sass/partials/_layout.scss */
.header-magazine .header-image .header-text-inner .copy p a {
  color: #ffcc00;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 292, ../sass/partials/_layout.scss */
  .header-magazine .header-image .header-text-inner .copy p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  /* line 292, ../sass/partials/_layout.scss */
  .header-magazine .header-image .header-text-inner .copy p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* line 314, ../sass/partials/_layout.scss */
body.one-sidebar.sidebar-second main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  /* line 314, ../sass/partials/_layout.scss */
  body.one-sidebar.sidebar-second main {
    display: block;
  }
}
/* line 328, ../sass/partials/_layout.scss */
body.one-sidebar.sidebar-second main a#main-content {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 333, ../sass/partials/_layout.scss */
body.one-sidebar.sidebar-second main .layout-content {
  width: 67%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  /* line 333, ../sass/partials/_layout.scss */
  body.one-sidebar.sidebar-second main .layout-content {
    width: auto;
  }
}
/* line 343, ../sass/partials/_layout.scss */
body.one-sidebar.sidebar-second main .layout-sidebar-second {
  width: 20%;
}
@media (max-width: 767px) {
  /* line 343, ../sass/partials/_layout.scss */
  body.one-sidebar.sidebar-second main .layout-sidebar-second {
    width: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 5px solid #ccc;
  }
}

/* line 369, ../sass/partials/_layout.scss */
.ideation-banner .views-row {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 373, ../sass/partials/_layout.scss */
.ideation-banner .views-row .inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 378, ../sass/partials/_layout.scss */
  .ideation-banner .views-row .inner > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
/* line 384, ../sass/partials/_layout.scss */
.ideation-banner .views-row .inner img {
  height: 43px;
  width: auto;
  margin-right: 10px;
}

/* line 395, ../sass/partials/_layout.scss */
.banner-logo {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 399, ../sass/partials/_layout.scss */
.banner-logo .field--name-body {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 401, ../sass/partials/_layout.scss */
.banner-logo .field--name-body img {
  height: 43px;
  width: auto;
}

/* line 409, ../sass/partials/_layout.scss */
.page-toc {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: var(--headerheight);
  z-index: 100;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 409, ../sass/partials/_layout.scss */
  .page-toc {
    display: none;
  }
}
/* line 421, ../sass/partials/_layout.scss */
body.toolbar-fixed .page-toc {
  top: calc(var(--headerheight) + var(--admintoolbar));
}
/* line 428, ../sass/partials/_layout.scss */
.page-toc > ul {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 437, ../sass/partials/_layout.scss */
.page-toc > ul > li {
  margin: 0 10px;
}
/* line 439, ../sass/partials/_layout.scss */
.page-toc > ul > li a {
  display: block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
  padding: 0 20px;
  background-color: var(--palebg);
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

/* line 1, ../sass/partials/_blocks.scss */
.centered {
  text-align: center;
}

/* line 5, ../sass/partials/_blocks.scss */
.back-to-top {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 9, ../sass/partials/_blocks.scss */
.back-to-top .field--name-body a {
  font-weight: 600;
  color: #000;
}

/* line 1, ../sass/partials/_flexslider.scss */
.flex-control-nav {
  position: relative;
  width: auto;
  right: 0;
  bottom: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

/* line 12, ../sass/partials/_flexslider.scss */
.flex-control-paging {
  bottom: -30px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 18, ../sass/partials/_flexslider.scss */
.flex-control-paging li a {
  height: 10px;
  width: 10px;
  text-align: initial;
  background-color: #ccc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 26, ../sass/partials/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background-color: #e24b70;
}

/* line 1, ../sass/partials/_views.scss */
nav.pager {
  width: 100%;
  margin-bottom: 100px;
  margin-top: 50px;
}
/* line 5, ../sass/partials/_views.scss */
nav.pager .pager__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 11, ../sass/partials/_views.scss */
nav.pager .pager__items li {
  margin: 0 4px;
}
/* line 13, ../sass/partials/_views.scss */
nav.pager .pager__items li a {
  color: #000;
}

/* line 117, ../sass/partials/_views.scss */
.views-grid.two .view-rows {
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  /* line 117, ../sass/partials/_views.scss */
  .views-grid.two .view-rows {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 122, ../sass/partials/_views.scss */
.views-grid.three .view-rows {
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  /* line 122, ../sass/partials/_views.scss */
  .views-grid.three .view-rows {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 127, ../sass/partials/_views.scss */
.views-grid.four .view-rows {
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  /* line 127, ../sass/partials/_views.scss */
  .views-grid.four .view-rows {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 132, ../sass/partials/_views.scss */
.views-grid.five .view-rows {
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  /* line 132, ../sass/partials/_views.scss */
  .views-grid.five .view-rows {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 139, ../sass/partials/_views.scss */
.view-grid .view-rows {
  display: grid;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  /* line 139, ../sass/partials/_views.scss */
  .view-grid .view-rows {
    display: block;
  }
}
/* line 147, ../sass/partials/_views.scss */
.view-grid.two.spaced .view-rows {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
/* line 155, ../sass/partials/_views.scss */
.view-grid.three.spaced .view-rows {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
/* line 163, ../sass/partials/_views.scss */
.view-grid.four.spaced .view-rows {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
/* line 171, ../sass/partials/_views.scss */
.view-grid.five .view-rows {
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 171, ../sass/partials/_views.scss */
  .view-grid.five .view-rows {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 185, ../sass/partials/_views.scss */
.views-element-container .grid .view-rows {
  display: grid;
}
@media (max-width: 767px) {
  /* line 185, ../sass/partials/_views.scss */
  .views-element-container .grid .view-rows {
    display: block;
  }
}
/* line 192, ../sass/partials/_views.scss */
.views-element-container .grid.two.spaced .view-rows {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
/* line 200, ../sass/partials/_views.scss */
.views-element-container .grid.three.spaced .view-rows {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
/* line 208, ../sass/partials/_views.scss */
.views-element-container .grid.four.spaced .view-rows {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
/* line 216, ../sass/partials/_views.scss */
.views-element-container .grid.five .view-rows {
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 216, ../sass/partials/_views.scss */
  .views-element-container .grid.five .view-rows {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 229, ../sass/partials/_views.scss */
.cards.grid {
  margin-top: 100px;
  margin-bottom: 100px;
}
/* line 232, ../sass/partials/_views.scss */
.cards.grid .inner {
  display: grid;
}
@media (max-width: 767px) {
  /* line 232, ../sass/partials/_views.scss */
  .cards.grid .inner {
    display: block;
  }
}
/* line 25, ../sass/partials/_views.scss */
.cards.grid .inner.two.spaced {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
/* line 31, ../sass/partials/_views.scss */
.cards.grid .inner.three.spaced {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
/* line 37, ../sass/partials/_views.scss */
.cards.grid .inner.five {
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}

/* line 237, ../sass/partials/_views.scss */
a.card {
  color: #000;
  display: block;
}
/* line 240, ../sass/partials/_views.scss */
a.card > span {
  display: block;
}
/* line 243, ../sass/partials/_views.scss */
a.card .image {
  display: block;
  line-height: 0;
}
/* line 247, ../sass/partials/_views.scss */
a.card .text {
  margin-top: 24px;
}
/* line 249, ../sass/partials/_views.scss */
a.card .text > h3 {
  margin-bottom: 10px;
}
/* line 253, ../sass/partials/_views.scss */
a.card:hover {
  color: #0a4ede;
}
@media (max-width: 767px) {
  /* line 237, ../sass/partials/_views.scss */
  a.card {
    margin-bottom: 35px;
  }
}

/* line 268, ../sass/partials/_views.scss */
.fancy-list .views-row {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}
/* line 273, ../sass/partials/_views.scss */
.fancy-list .views-field-title {
  font-size: 26px;
}
/* line 275, ../sass/partials/_views.scss */
.fancy-list .views-field-title a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
/* line 281, ../sass/partials/_views.scss */
.fancy-list .views-field-created {
  font-size: 16px;
  margin: 5px 0;
  color: #000;
}
/* line 287, ../sass/partials/_views.scss */
.fancy-list .views-field-body {
  color: #000;
  font-size: 21px;
  line-height: 28px;
}

/* line 297, ../sass/partials/_views.scss */
.grid.three.items .view-rows {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -20px;
  overflow: hidden;
  padding-top: 1px;
}
@media (max-width: 767px) {
  /* line 297, ../sass/partials/_views.scss */
  .grid.three.items .view-rows {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 311, ../sass/partials/_views.scss */
.grid.three.items .view-rows > div {
  width: calc(33.333% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 311, ../sass/partials/_views.scss */
  .grid.three.items .view-rows > div {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

/* line 326, ../sass/partials/_views.scss */
.bio-with-location {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  /* line 328, ../sass/partials/_views.scss */
  .bio-with-location .views-exposed-form {
    display: none;
  }
}
/* line 337, ../sass/partials/_views.scss */
.bio-with-location .views-exposed-form .fieldset-wrapper .fieldgroup {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  /* line 337, ../sass/partials/_views.scss */
  .bio-with-location .views-exposed-form .fieldset-wrapper .fieldgroup {
    display: block;
  }
}
/* line 343, ../sass/partials/_views.scss */
.bio-with-location .views-exposed-form .fieldset-wrapper .fieldgroup .form-item {
  margin-right: 20px;
}
/* line 345, ../sass/partials/_views.scss */
.bio-with-location .views-exposed-form .fieldset-wrapper .fieldgroup .form-item label {
  cursor: pointer;
  font-size: 18px;
  padding: 10px;
  display: block;
  background-color: #f1f1f1;
}
/* line 352, ../sass/partials/_views.scss */
.bio-with-location .views-exposed-form .fieldset-wrapper .fieldgroup .form-item input[type="radio"] {
  display: none;
}
/* line 356, ../sass/partials/_views.scss */
.bio-with-location .views-exposed-form .fieldset-wrapper .fieldgroup .form-item.active label {
  background-color: #0C4EDE;
  color: #fff;
}

/* line 367, ../sass/partials/_views.scss */
body.insights-search-page .preface-third-wrapper {
  padding-top: 80px;
  padding-bottom: 40px;
}

/* line 373, ../sass/partials/_views.scss */
.insights-search {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 380, ../sass/partials/_views.scss */
.insights-search .form-item {
  position: relative;
}
/* line 382, ../sass/partials/_views.scss */
.insights-search .form-item:before {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  position: relative;
  top: -1px;
  position: absolute;
  top: 50%;
  left: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
}
/* line 391, ../sass/partials/_views.scss */
.insights-search .form-item input[type="text"] {
  background-color: var(--palebg);
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: none;
  padding: 0 50px;
  font-size: 16px;
}
/* line 400, ../sass/partials/_views.scss */
.insights-search .form-actions {
  display: none;
}

/* line 1, ../sass/partials/_forms.scss */
.user-login-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

/* line 8, ../sass/partials/_forms.scss */
.form-item {
  margin-bottom: 20px;
}
/* line 10, ../sass/partials/_forms.scss */
.form-item label {
  display: block;
  font-weight: 600;
  font-size: 12px;
}
/* line 16, ../sass/partials/_forms.scss */
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="password"] {
  font-size: 18px;
  padding: 5px;
  height: 30px;
  border: 1px solid #ccc;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 26, ../sass/partials/_forms.scss */
.form-item .description {
  font-size: 11px;
  color: #666;
}

/* line 32, ../sass/partials/_forms.scss */
.form-textarea {
  font-size: 18px;
  padding: 5px;
  height: 200px;
  border: 1px solid #ccc;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, ../sass/partials/_paragraphs.scss */
.two-column-text > .inner,
.para-text-image > .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_paragraphs.scss */
  .two-column-text > .inner,
  .para-text-image > .inner {
    display: block;
  }
}
/* line 9, ../sass/partials/_paragraphs.scss */
.two-column-text > .inner > div,
.para-text-image > .inner > div {
  width: 47%;
}
@media (max-width: 767px) {
  /* line 9, ../sass/partials/_paragraphs.scss */
  .two-column-text > .inner > div,
  .para-text-image > .inner > div {
    width: auto;
  }
}
/* line 22, ../sass/partials/_paragraphs.scss */
.two-column-text > .inner.col_even > div,
.para-text-image > .inner.col_even > div {
  width: 47%;
}
@media (max-width: 767px) {
  /* line 22, ../sass/partials/_paragraphs.scss */
  .two-column-text > .inner.col_even > div,
  .para-text-image > .inner.col_even > div {
    width: auto;
  }
}
/* line 30, ../sass/partials/_paragraphs.scss */
.two-column-text > .inner.col_sixty_forty > div:first-child,
.para-text-image > .inner.col_sixty_forty > div:first-child {
  width: 57%;
}
@media (max-width: 767px) {
  /* line 30, ../sass/partials/_paragraphs.scss */
  .two-column-text > .inner.col_sixty_forty > div:first-child,
  .para-text-image > .inner.col_sixty_forty > div:first-child {
    width: auto;
  }
}
/* line 36, ../sass/partials/_paragraphs.scss */
.two-column-text > .inner.col_sixty_forty > div:last-child,
.para-text-image > .inner.col_sixty_forty > div:last-child {
  width: 40%;
}
@media (max-width: 767px) {
  /* line 36, ../sass/partials/_paragraphs.scss */
  .two-column-text > .inner.col_sixty_forty > div:last-child,
  .para-text-image > .inner.col_sixty_forty > div:last-child {
    width: auto;
  }
}
/* line 44, ../sass/partials/_paragraphs.scss */
.two-column-text > .inner.col_forty_sixty > div:first-child,
.para-text-image > .inner.col_forty_sixty > div:first-child {
  width: 40%;
}
@media (max-width: 767px) {
  /* line 44, ../sass/partials/_paragraphs.scss */
  .two-column-text > .inner.col_forty_sixty > div:first-child,
  .para-text-image > .inner.col_forty_sixty > div:first-child {
    width: auto;
  }
}
/* line 50, ../sass/partials/_paragraphs.scss */
.two-column-text > .inner.col_forty_sixty > div:last-child,
.para-text-image > .inner.col_forty_sixty > div:last-child {
  width: 57%;
}
@media (max-width: 767px) {
  /* line 50, ../sass/partials/_paragraphs.scss */
  .two-column-text > .inner.col_forty_sixty > div:last-child,
  .para-text-image > .inner.col_forty_sixty > div:last-child {
    width: auto;
  }
}

/* line 62, ../sass/partials/_paragraphs.scss */
.paragraph > .inner,
.para-item > .inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 68, ../sass/partials/_paragraphs.scss */
.two-column-text {
  margin-bottom: 50px;
}

/* line 74, ../sass/partials/_paragraphs.scss */
.para-text-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 74, ../sass/partials/_paragraphs.scss */
  .para-text-image {
    margin-bottom: 0;
  }
}
/* line 80, ../sass/partials/_paragraphs.scss */
.para-text-image .inner {
  -webkit-align-items: center;
  align-items: center;
}
/* line 84, ../sass/partials/_paragraphs.scss */
.para-text-image .para > .small-title {
  color: #0C4EDE;
  margin-bottom: 20px;
}
/* line 88, ../sass/partials/_paragraphs.scss */
.para-text-image .para > .title {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 88, ../sass/partials/_paragraphs.scss */
  .para-text-image .para > .title {
    font-size: 20px;
  }
}
/* line 97, ../sass/partials/_paragraphs.scss */
.para-text-image .para > .copy p, .para-text-image .para > .copy li {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

/* line 107, ../sass/partials/_paragraphs.scss */
.para-grid {
  display: grid;
  grid-column-gap: 32px;
  column-gap: 32px;
  grid-row-gap: 100px;
}
@media (max-width: 767px) {
  /* line 107, ../sass/partials/_paragraphs.scss */
  .para-grid {
    display: block;
  }
  /* line 114, ../sass/partials/_paragraphs.scss */
  .para-grid > * {
    display: block;
    margin-bottom: 50px;
  }
}
/* line 119, ../sass/partials/_paragraphs.scss */
.para-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
/* line 122, ../sass/partials/_paragraphs.scss */
.para-grid.three {
  grid-template-columns: repeat(3, 1fr);
}
/* line 125, ../sass/partials/_paragraphs.scss */
.para-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
/* line 128, ../sass/partials/_paragraphs.scss */
.para-grid.five {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 128, ../sass/partials/_paragraphs.scss */
  .para-grid.five {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  /* line 139, ../sass/partials/_paragraphs.scss */
  .para-text-image .inner > div {
    margin-bottom: 50px;
  }
  /* line 141, ../sass/partials/_paragraphs.scss */
  .para-text-image .inner > div:last-child {
    margin-bottom: 0;
  }
}
/* line 147, ../sass/partials/_paragraphs.scss */
.para-text-image.image-text > .inner {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 150, ../sass/partials/_paragraphs.scss */
.para-text-image .image {
  text-align: center;
}
/* line 153, ../sass/partials/_paragraphs.scss */
.para-text-image .image > img {
  max-width: 2000px;
  width: 100%;
  height: auto;
}
/* line 159, ../sass/partials/_paragraphs.scss */
.para-text-image.stacked > .inner {
  display: block;
}
/* line 164, ../sass/partials/_paragraphs.scss */
.para-text-image.stacked > .inner.col_even > div, .para-text-image.stacked > .inner.col_forty_sixty > div, .para-text-image.stacked > .inner.col_sixty_forty > div {
  width: auto;
}
/* line 170, ../sass/partials/_paragraphs.scss */
.para-text-image.stacked-image-top > .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 173, ../sass/partials/_paragraphs.scss */
.para-text-image.stacked-image-top > .inner .para {
  order: 2;
}
/* line 176, ../sass/partials/_paragraphs.scss */
.para-text-image.stacked-image-top > .inner .image {
  order: 1;
  margin-bottom: 30px;
}
/* line 184, ../sass/partials/_paragraphs.scss */
.para-text-image.stacked-image-top.col_even > .inner > div, .para-text-image.stacked-image-top.col_forty_sixty > .inner > div, .para-text-image.stacked-image-top.col_sixty_forty > .inner > div {
  width: auto;
}
/* line 190, ../sass/partials/_paragraphs.scss */
.para-text-image.stacked-image-bottom > .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 193, ../sass/partials/_paragraphs.scss */
.para-text-image.stacked-image-bottom > .inner .para {
  order: 1;
}
/* line 196, ../sass/partials/_paragraphs.scss */
.para-text-image.stacked-image-bottom > .inner .image {
  order: 2;
  margin-top: 30px;
}
/* line 204, ../sass/partials/_paragraphs.scss */
.para-text-image.stacked-image-bottom.col_even > .inner > div, .para-text-image.stacked-image-bottom.col_forty_sixty > .inner > div, .para-text-image.stacked-image-bottom.col_sixty_forty > .inner > div {
  width: auto;
}

/* line 211, ../sass/partials/_paragraphs.scss */
.paragraph.featured-items {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* line 215, ../sass/partials/_paragraphs.scss */
.paragraph.featured-items .inner > .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
/* line 221, ../sass/partials/_paragraphs.scss */
.paragraph.featured-items .inner > .intro {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}
/* line 227, ../sass/partials/_paragraphs.scss */
.paragraph.featured-items .inner > .intro p {
  font-size: 24px;
  line-height: 1.4;
}

/* line 236, ../sass/partials/_paragraphs.scss */
.paragraph.pale-blue {
  background-color: #F3F5F8;
}

/* line 276, ../sass/partials/_paragraphs.scss */
.large-text-banner {
  margin-top: 75px;
  margin-bottom: 75px;
}
/* line 279, ../sass/partials/_paragraphs.scss */
.large-text-banner > .inner {
  position: relative;
}
/* line 281, ../sass/partials/_paragraphs.scss */
.large-text-banner > .inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-image: linear-gradient(0deg, #39b54a 0%, #00aeef 100%);
}
/* line 290, ../sass/partials/_paragraphs.scss */
.large-text-banner > .inner p {
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 290, ../sass/partials/_paragraphs.scss */
  .large-text-banner > .inner p {
    font-size: 24px;
  }
}

/* line 300, ../sass/partials/_paragraphs.scss */
.featured-projects {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 300, ../sass/partials/_paragraphs.scss */
  .featured-projects {
    padding-bottom: 0;
  }
}
/* line 307, ../sass/partials/_paragraphs.scss */
.featured-projects > .inner > .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
/* line 313, ../sass/partials/_paragraphs.scss */
.featured-projects > .inner > .copy {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
}
/* line 321, ../sass/partials/_paragraphs.scss */
.featured-projects > .inner > .button-link {
  text-align: center;
}
/* line 328, ../sass/partials/_paragraphs.scss */
.featured-projects .col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 332, ../sass/partials/_paragraphs.scss */
.featured-projects .col .item {
  display: block;
}
/* line 334, ../sass/partials/_paragraphs.scss */
.featured-projects .col .item:nth-child(1) {
  margin-bottom: 32px;
}
/* line 337, ../sass/partials/_paragraphs.scss */
.featured-projects .col .item span {
  display: block;
}
/* line 339, ../sass/partials/_paragraphs.scss */
.featured-projects .col .item span.location {
  margin-top: 18px;
  font-size: 16px;
  color: #777;
}
/* line 344, ../sass/partials/_paragraphs.scss */
.featured-projects .col .item span.title {
  margin-top: 12px;
  font-size: 24px;
  color: #000;
}

/* line 354, ../sass/partials/_paragraphs.scss */
.image-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 360, ../sass/partials/_paragraphs.scss */
.hoverzoom .image, .engineering-item .image,
.card-item .image {
  line-height: 0;
  overflow: hidden;
  display: block;
}
/* line 364, ../sass/partials/_paragraphs.scss */
.hoverzoom .image img, .engineering-item .image img,
.card-item .image img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 100%;
  height: auto;
}
/* line 373, ../sass/partials/_paragraphs.scss */
.hoverzoom:hover .image > img, .engineering-item:hover .image > img,
.card-item:hover .image > img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 380, ../sass/partials/_paragraphs.scss */
.text-faded-image {
  background-color: #6A8D91;
}
/* line 382, ../sass/partials/_paragraphs.scss */
.text-faded-image .image {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 388, ../sass/partials/_paragraphs.scss */
.text-faded-image .image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhOGQ5MSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzZhOGQ5MSIgc3RvcC1vcGFjaXR5PSIwLjgyIi8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiM2YThkOTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(180deg, rgba(106, 141, 145, 0) 0%, rgba(106, 141, 145, 0.82) 43%, #6a8d91 67%);
  background-image: -webkit-linear-gradient(180deg, rgba(106, 141, 145, 0) 0%, rgba(106, 141, 145, 0.82) 43%, #6a8d91 67%);
  background-image: linear-gradient(270deg, rgba(106, 141, 145, 0) 0%, rgba(106, 141, 145, 0.82) 43%, #6a8d91 67%);
}
@media (max-width: 767px) {
  /* line 388, ../sass/partials/_paragraphs.scss */
  .text-faded-image .image:before {
    display: none;
  }
}
/* line 400, ../sass/partials/_paragraphs.scss */
.text-faded-image .image img {
  display: block;
  margin-left: auto;
}
/* line 404, ../sass/partials/_paragraphs.scss */
.text-faded-image .image .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  /* line 404, ../sass/partials/_paragraphs.scss */
  .text-faded-image .image .inner {
    display: block;
    background-color: #6A8D91;
    position: relative;
    width: auto;
    left: 0;
    padding: 30px;
  }
}
/* line 422, ../sass/partials/_paragraphs.scss */
.text-faded-image .image .inner .text {
  margin-bottom: 0;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 422, ../sass/partials/_paragraphs.scss */
  .text-faded-image .image .inner .text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 433, ../sass/partials/_paragraphs.scss */
.text-faded-image .image .inner .text .copy {
  max-width: 720px;
}
/* line 435, ../sass/partials/_paragraphs.scss */
.text-faded-image .image .inner .text .copy p {
  color: #fff;
  line-height: 1.2;
  font-size: 26px;
  max-width: 450px;
}
@media (max-width: 767px) {
  /* line 435, ../sass/partials/_paragraphs.scss */
  .text-faded-image .image .inner .text .copy p {
    max-width: 100%;
  }
}
/* line 443, ../sass/partials/_paragraphs.scss */
.text-faded-image .image .inner .text .copy p:first-child {
  font-size: 56px;
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 443, ../sass/partials/_paragraphs.scss */
  .text-faded-image .image .inner .text .copy p:first-child {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 443, ../sass/partials/_paragraphs.scss */
  .text-faded-image .image .inner .text .copy p:first-child {
    font-size: 32px;
  }
}
/* line 455, ../sass/partials/_paragraphs.scss */
.text-faded-image .image .inner .text .link {
  margin-top: 50px;
}

/* line 466, ../sass/partials/_paragraphs.scss */
.callout-with-text {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 469, ../sass/partials/_paragraphs.scss */
.callout-with-text .cols {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 469, ../sass/partials/_paragraphs.scss */
  .callout-with-text .cols {
    display: block;
  }
}
/* line 475, ../sass/partials/_paragraphs.scss */
.callout-with-text .cols .callout {
  width: 33.333%;
}
@media (max-width: 767px) {
  /* line 475, ../sass/partials/_paragraphs.scss */
  .callout-with-text .cols .callout {
    width: auto;
    margin-bottom: 30px;
  }
}
/* line 481, ../sass/partials/_paragraphs.scss */
.callout-with-text .cols .callout p {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 481, ../sass/partials/_paragraphs.scss */
  .callout-with-text .cols .callout p {
    line-height: 48px;
  }
}
/* line 489, ../sass/partials/_paragraphs.scss */
.callout-with-text .cols .text {
  width: 60%;
}
@media (max-width: 767px) {
  /* line 489, ../sass/partials/_paragraphs.scss */
  .callout-with-text .cols .text {
    width: auto;
  }
}
/* line 494, ../sass/partials/_paragraphs.scss */
.callout-with-text .cols .text p {
  font-size: 24px;
}
/* line 498, ../sass/partials/_paragraphs.scss */
.callout-with-text .cols .link-button {
  margin-top: 40px;
}

/* line 508, ../sass/partials/_paragraphs.scss */
.card.featured-item span {
  display: block;
}
/* line 511, ../sass/partials/_paragraphs.scss */
.card.featured-item .image {
  line-height: 0;
}
/* line 516, ../sass/partials/_paragraphs.scss */
.card.featured-item .text > span.title {
  margin-top: 24px;
}
/* line 519, ../sass/partials/_paragraphs.scss */
.card.featured-item .text > span.copy {
  margin-top: 16px;
}
/* line 521, ../sass/partials/_paragraphs.scss */
.card.featured-item .text > span.copy p {
  line-height: 1.5;
}

/* line 531, ../sass/partials/_paragraphs.scss */
.field--name-field-gallery-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
@media (max-width: 767px) {
  /* line 531, ../sass/partials/_paragraphs.scss */
  .field--name-field-gallery-images {
    margin: 0;
  }
}

/* line 549, ../sass/partials/_paragraphs.scss */
.horizontal-dotted-line > .inner {
  background-image: url(../png/related-dots.png);
  background-repeat: repeat-x;
  height: 4px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 557, ../sass/partials/_paragraphs.scss */
.horizontal-rule > .inner {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 570, ../sass/partials/_paragraphs.scss */
.para-item.link-list-block {
  background-color: #ccc;
  padding: 40px 0;
}
/* line 573, ../sass/partials/_paragraphs.scss */
.para-item.link-list-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
}
/* line 593, ../sass/partials/_paragraphs.scss */
.para-item.link-list-block h2 {
  font-size: 21px;
  border-bottom: 1px solid #fff;
  padding: 0 0 15px 0;
  margin: 0;
}
/* line 602, ../sass/partials/_paragraphs.scss */
.para-item.link-list-block .files a {
  padding: 15px 0;
  display: block;
  font-size: 21px;
  color: #000;
  border-bottom: 1px solid #fff;
}
/* line 610, ../sass/partials/_paragraphs.scss */
.para-item.link-list-block .footer {
  margin-top: 15px;
}
/* line 612, ../sass/partials/_paragraphs.scss */
.para-item.link-list-block .footer p {
  max-width: 50%;
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  /* line 612, ../sass/partials/_paragraphs.scss */
  .para-item.link-list-block .footer p {
    max-height: 100%;
  }
}
/* line 619, ../sass/partials/_paragraphs.scss */
.para-item.link-list-block .footer p a {
  color: #0a4ede;
}

/* line 626, ../sass/partials/_paragraphs.scss */
.para-item.featured-articles {
  margin-top: 40px;
}
/* line 628, ../sass/partials/_paragraphs.scss */
.para-item.featured-articles > .title {
  background-color: #000;
}
/* line 630, ../sass/partials/_paragraphs.scss */
.para-item.featured-articles > .title .inner {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffcc00;
  font-size: 21px;
  line-height: 21px;
}

/* line 643, ../sass/partials/_paragraphs.scss */
.featured-article-item {
  position: relative;
  padding-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  color: #fff;
  display: block;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 652, ../sass/partials/_paragraphs.scss */
.featured-article-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10px;
  background-color: #ccc;
}
/* line 706, ../sass/partials/_paragraphs.scss */
.featured-article-item .inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 130px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
/* line 715, ../sass/partials/_paragraphs.scss */
.featured-article-item .inner > .title {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 4px 0;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
/* line 723, ../sass/partials/_paragraphs.scss */
.featured-article-item .inner > .title:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 736, ../sass/partials/_paragraphs.scss */
.featured-article-item .inner .text p {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  display: inline;
}
/* line 744, ../sass/partials/_paragraphs.scss */
.featured-article-item:hover {
  background-blend-mode: color-burn;
}
/* line 748, ../sass/partials/_paragraphs.scss */
.featured-article-item:hover .inner .title:after {
  width: 100%;
}

/* line 760, ../sass/partials/_paragraphs.scss */
.three-cols > .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 760, ../sass/partials/_paragraphs.scss */
  .three-cols > .inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  /* line 760, ../sass/partials/_paragraphs.scss */
  .three-cols > .inner {
    display: block;
  }
}
/* line 771, ../sass/partials/_paragraphs.scss */
.three-cols > .inner > div {
  width: calc(33.333% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 773, ../sass/partials/_paragraphs.scss */
  .three-cols > .inner > div.callout {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 779, ../sass/partials/_paragraphs.scss */
  .three-cols > .inner > div.copy, .three-cols > .inner > div.image {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  /* line 771, ../sass/partials/_paragraphs.scss */
  .three-cols > .inner > div {
    width: auto;
    margin-bottom: 40px;
  }
  /* line 788, ../sass/partials/_paragraphs.scss */
  .three-cols > .inner > div:last-child {
    margin-bottom: 0;
  }
}
/* line 793, ../sass/partials/_paragraphs.scss */
.three-cols > .inner .callout {
  font-size: 24px;
  line-height: 32px;
  color: #707070;
  font-weight: 300;
}
/* line 798, ../sass/partials/_paragraphs.scss */
.three-cols > .inner .callout * {
  font-size: 24px;
  line-height: 32px;
  color: #707070;
  font-weight: 300;
}
/* line 804, ../sass/partials/_paragraphs.scss */
.three-cols > .inner .callout strong {
  font-weight: normal;
  color: #000;
}
/* line 810, ../sass/partials/_paragraphs.scss */
.three-cols > .inner .copy > * {
  color: #000;
  font-size: 16px;
}
/* line 816, ../sass/partials/_paragraphs.scss */
.three-cols > .inner .image .image-wrap {
  line-height: 0;
}
/* line 819, ../sass/partials/_paragraphs.scss */
.three-cols > .inner .image .caption {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
}
/* line 823, ../sass/partials/_paragraphs.scss */
.three-cols > .inner .image .caption > * {
  color: #707070;
  font-size: 16px;
  line-height: 1.2;
}
/* line 827, ../sass/partials/_paragraphs.scss */
.three-cols > .inner .image .caption > * strong {
  color: #000;
}

/* line 838, ../sass/partials/_paragraphs.scss */
body.page-node-type-magazine-article main p, body.page-node-type-magazine-article main li,
body.page-node-type-magazine-article main p,
body.page-node-type-magazine-article main li {
  color: #000;
  font-weight: 300;
}
/* line 843, ../sass/partials/_paragraphs.scss */
body.page-node-type-magazine-article .footer-second,
body.page-node-type-magazine-article .footer-second {
  margin-top: 0;
}

/* line 849, ../sass/partials/_paragraphs.scss */
.para-item.full-banner-image {
  position: relative;
  padding-top: 10px;
  background-color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 855, ../sass/partials/_paragraphs.scss */
.para-item.full-banner-image .image-wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}
/* line 861, ../sass/partials/_paragraphs.scss */
.para-item.full-banner-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 20px;
}

/* line 874, ../sass/partials/_paragraphs.scss */
.para-item.text-with-sidebar > .inner {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 874, ../sass/partials/_paragraphs.scss */
  .para-item.text-with-sidebar > .inner {
    display: block;
  }
}
/* line 882, ../sass/partials/_paragraphs.scss */
.para-item.text-with-sidebar > .inner .text {
  width: 68%;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 882, ../sass/partials/_paragraphs.scss */
  .para-item.text-with-sidebar > .inner .text {
    width: calc(66.666% - 50px);
  }
}
@media (max-width: 767px) {
  /* line 882, ../sass/partials/_paragraphs.scss */
  .para-item.text-with-sidebar > .inner .text {
    width: auto;
  }
}
/* line 891, ../sass/partials/_paragraphs.scss */
.para-item.text-with-sidebar > .inner .callout {
  width: 27%;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 891, ../sass/partials/_paragraphs.scss */
  .para-item.text-with-sidebar > .inner .callout {
    width: 33.333%;
  }
}
/* line 896, ../sass/partials/_paragraphs.scss */
.para-item.text-with-sidebar > .inner .callout > * {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 100;
  color: #666;
}
/* line 901, ../sass/partials/_paragraphs.scss */
.para-item.text-with-sidebar > .inner .callout > * strong {
  font-weight: 300;
  color: #000;
}
@media (max-width: 767px) {
  /* line 891, ../sass/partials/_paragraphs.scss */
  .para-item.text-with-sidebar > .inner .callout {
    width: auto;
    margin-top: 40px;
  }
}

/* line 920, ../sass/partials/_paragraphs.scss */
.para-item.large-cards > .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  /* line 920, ../sass/partials/_paragraphs.scss */
  .para-item.large-cards > .inner {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 933, ../sass/partials/_paragraphs.scss */
.para-item.large-cards > .inner > .card-item {
  width: calc(33.333% - 40px);
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  /* line 933, ../sass/partials/_paragraphs.scss */
  .para-item.large-cards > .inner > .card-item {
    width: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 948, ../sass/partials/_paragraphs.scss */
.para-item.large-cards > .inner > .card-item > span {
  display: block;
}
/* line 951, ../sass/partials/_paragraphs.scss */
.para-item.large-cards > .inner > .card-item > span.title > img {
  max-height: 27px;
  width: auto;
}
/* line 956, ../sass/partials/_paragraphs.scss */
.para-item.large-cards > .inner > .card-item > span.image {
  line-height: 0;
}
/* line 959, ../sass/partials/_paragraphs.scss */
.para-item.large-cards > .inner > .card-item > span.text {
  margin-top: 10px;
}
/* line 961, ../sass/partials/_paragraphs.scss */
.para-item.large-cards > .inner > .card-item > span.text > * {
  font-size: 14px;
  color: #000;
  text-transform: none;
}

/* line 972, ../sass/partials/_paragraphs.scss */
.para-item.text-block {
  margin-bottom: 50px;
}
/* line 974, ../sass/partials/_paragraphs.scss */
.para-item.text-block.width-full {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 974, ../sass/partials/_paragraphs.scss */
  .para-item.text-block.width-full {
    width: auto;
  }
}
/* line 980, ../sass/partials/_paragraphs.scss */
.para-item.text-block.width-sixty {
  width: 60%;
}
@media (max-width: 767px) {
  /* line 980, ../sass/partials/_paragraphs.scss */
  .para-item.text-block.width-sixty {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 980, ../sass/partials/_paragraphs.scss */
  .para-item.text-block.width-sixty {
    width: auto;
  }
}
/* line 989, ../sass/partials/_paragraphs.scss */
.para-item.text-block.width-half {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 989, ../sass/partials/_paragraphs.scss */
  .para-item.text-block.width-half {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 989, ../sass/partials/_paragraphs.scss */
  .para-item.text-block.width-half {
    width: auto;
  }
}
/* line 998, ../sass/partials/_paragraphs.scss */
.para-item.text-block.width-third {
  width: 33.333%;
}
@media (max-width: 767px) {
  /* line 998, ../sass/partials/_paragraphs.scss */
  .para-item.text-block.width-third {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 998, ../sass/partials/_paragraphs.scss */
  .para-item.text-block.width-third {
    width: 50%;
  }
}
/* line 1007, ../sass/partials/_paragraphs.scss */
.para-item.text-block.width-quarter {
  width: 25%;
}
@media (max-width: 767px) {
  /* line 1007, ../sass/partials/_paragraphs.scss */
  .para-item.text-block.width-quarter {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 1007, ../sass/partials/_paragraphs.scss */
  .para-item.text-block.width-quarter {
    width: 33.333%;
  }
}

/* line 1018, ../sass/partials/_paragraphs.scss */
.para-item.color-bar {
  height: 10px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}

/* line 1027, ../sass/partials/_paragraphs.scss */
.three-images {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 1030, ../sass/partials/_paragraphs.scss */
.three-images .cols.three {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 1030, ../sass/partials/_paragraphs.scss */
  .three-images .cols.three {
    display: block;
  }
  /* line 1035, ../sass/partials/_paragraphs.scss */
  .three-images .cols.three > div {
    margin-bottom: 30px;
  }
}
/* line 1039, ../sass/partials/_paragraphs.scss */
.three-images .cols.three div:nth-child(2) {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  /* line 1039, ../sass/partials/_paragraphs.scss */
  .three-images .cols.three div:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1051, ../sass/partials/_paragraphs.scss */
.header-video {
  padding-top: 80px;
  background-color: #F3F5F8;
}
/* line 1054, ../sass/partials/_paragraphs.scss */
.header-video .intro,
.header-video .post {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1059, ../sass/partials/_paragraphs.scss */
.header-video .intro p,
.header-video .post p {
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  /* line 1059, ../sass/partials/_paragraphs.scss */
  .header-video .intro p,
  .header-video .post p {
    font-size: 28px;
  }
}
/* line 1067, ../sass/partials/_paragraphs.scss */
.header-video .intro {
  margin-bottom: 80px;
}
/* line 1069, ../sass/partials/_paragraphs.scss */
.header-video .intro p {
  font-weight: 300;
}
/* line 1073, ../sass/partials/_paragraphs.scss */
.header-video .post {
  margin-top: 80px;
}
/* line 1076, ../sass/partials/_paragraphs.scss */
.header-video .inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1079, ../sass/partials/_paragraphs.scss */
.header-video .header-video-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 1085, ../sass/partials/_paragraphs.scss */
.gradient-banner {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNTJiNCIvPjxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjMDhhYmViIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2E5YTZlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #1152b4 0%, #08abeb 53%, #3a9a6e 100%);
  background-image: -webkit-linear-gradient(135deg, #1152b4 0%, #08abeb 53%, #3a9a6e 100%);
  background-image: linear-gradient(-45deg, #1152b4 0%, #08abeb 53%, #3a9a6e 100%);
  padding-top: 75px;
  padding-bottom: 75px;
}
/* line 1089, ../sass/partials/_paragraphs.scss */
.gradient-banner .copy {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 960px;
}
/* line 1095, ../sass/partials/_paragraphs.scss */
.gradient-banner .copy p {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  /* line 1095, ../sass/partials/_paragraphs.scss */
  .gradient-banner .copy p {
    font-size: 32px;
  }
  /* line 1102, ../sass/partials/_paragraphs.scss */
  .gradient-banner .copy p br {
    display: none;
  }
}
/* line 1106, ../sass/partials/_paragraphs.scss */
.gradient-banner .copy p strong {
  font-weight: 900;
}
/* line 1111, ../sass/partials/_paragraphs.scss */
.gradient-banner .link-button {
  text-align: center;
  margin-top: 50px;
}

/* line 1120, ../sass/partials/_paragraphs.scss */
.small-icon-blocks {
  background-color: #F3F5F8;
  padding-bottom: 100px;
  padding-top: 30px;
  text-align: center;
}
/* line 1125, ../sass/partials/_paragraphs.scss */
.small-icon-blocks .intro {
  margin-bottom: 50px;
}
/* line 1127, ../sass/partials/_paragraphs.scss */
.small-icon-blocks .intro p {
  font-size: 28px;
}
/* line 1131, ../sass/partials/_paragraphs.scss */
.small-icon-blocks .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 1131, ../sass/partials/_paragraphs.scss */
  .small-icon-blocks .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  /* line 1131, ../sass/partials/_paragraphs.scss */
  .small-icon-blocks .grid {
    display: block;
  }
}

/* line 1147, ../sass/partials/_paragraphs.scss */
.icon-block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
/* line 1153, ../sass/partials/_paragraphs.scss */
.icon-block .icon {
  margin-left: auto;
  margin-right: auto;
  height: 64px;
  width: 64px;
}
/* line 1159, ../sass/partials/_paragraphs.scss */
.icon-block .title {
  margin-top: 20px;
  font-size: 24px;
}

/* line 1165, ../sass/partials/_paragraphs.scss */
.instagram {
  background-color: #F3F5F8;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
/* line 1170, ../sass/partials/_paragraphs.scss */
.instagram .title {
  font-size: 36px;
  font-weight: 900;
}
/* line 1174, ../sass/partials/_paragraphs.scss */
.instagram .small-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
/* line 1179, ../sass/partials/_paragraphs.scss */
.instagram .insta {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 1190, ../sass/partials/_paragraphs.scss */
.sy-pager li {
  height: 10px;
  width: 10px;
}

/* line 1196, ../sass/partials/_paragraphs.scss */
.header-slideshow {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F3F5F8;
}
/* line 1200, ../sass/partials/_paragraphs.scss */
.header-slideshow .sy-pager {
  margin-top: 30px;
}
/* line 1203, ../sass/partials/_paragraphs.scss */
.header-slideshow > .inner {
  max-width: 1070px;
}
/* line 1206, ../sass/partials/_paragraphs.scss */
.header-slideshow .intro {
  margin-bottom: 80px;
}
/* line 1208, ../sass/partials/_paragraphs.scss */
.header-slideshow .intro p {
  font-size: 36px;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 1208, ../sass/partials/_paragraphs.scss */
  .header-slideshow .intro p {
    font-size: 28px;
  }
}
/* line 1214, ../sass/partials/_paragraphs.scss */
.header-slideshow .intro p strong {
  font-weight: 900;
}

/* line 1221, ../sass/partials/_paragraphs.scss */
.icon-list {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 1224, ../sass/partials/_paragraphs.scss */
.icon-list .inner > .text {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
/* line 1229, ../sass/partials/_paragraphs.scss */
.icon-list .inner > .text p {
  font-size: 26px;
}
/* line 1231, ../sass/partials/_paragraphs.scss */
.icon-list .inner > .text p:first-child {
  font-size: 36px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 1231, ../sass/partials/_paragraphs.scss */
  .icon-list .inner > .text p:first-child {
    font-size: 28px;
  }
}

/* line 1243, ../sass/partials/_paragraphs.scss */
.icon-list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 100px;
  column-gap: 100px;
  grid-row-gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 1243, ../sass/partials/_paragraphs.scss */
  .icon-list-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  /* line 1243, ../sass/partials/_paragraphs.scss */
  .icon-list-items {
    display: block;
  }
}
/* line 1255, ../sass/partials/_paragraphs.scss */
.icon-list-items .item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 1255, ../sass/partials/_paragraphs.scss */
  .icon-list-items .item {
    margin-bottom: 50px;
  }
}
/* line 1262, ../sass/partials/_paragraphs.scss */
.icon-list-items .item .icon {
  margin-right: 12px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 1265, ../sass/partials/_paragraphs.scss */
.icon-list-items .item .icon img {
  width: 64px;
}
/* line 1269, ../sass/partials/_paragraphs.scss */
.icon-list-items .item .title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 21px;
  font-weight: 500;
}

/* line 1277, ../sass/partials/_paragraphs.scss */
.paragraph.video {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 1280, ../sass/partials/_paragraphs.scss */
.paragraph.video .para-video-wrap {
  position: relative;
  padding-bottom: 5px;
}
/* line 1283, ../sass/partials/_paragraphs.scss */
.paragraph.video .para-video-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  display: block;
  background-image: linear-gradient(270deg, #2d806d 0%, #0da8db 42%, #0a9bdc 59%, #10589d 100%);
}
/* line 1294, ../sass/partials/_paragraphs.scss */
.paragraph.video .caption {
  margin-top: 16px;
}
/* line 1296, ../sass/partials/_paragraphs.scss */
.paragraph.video .caption p {
  font-size: 18px;
  color: #4C6C70;
}

/* line 1304, ../sass/partials/_paragraphs.scss */
.quote-slider {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F3F5F8;
}
/* line 1308, ../sass/partials/_paragraphs.scss */
.quote-slider .sy-slide {
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 1316, ../sass/partials/_paragraphs.scss */
.quote-slide {
  text-align: center;
}
/* line 1318, ../sass/partials/_paragraphs.scss */
.quote-slide .text {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1318, ../sass/partials/_paragraphs.scss */
  .quote-slide .text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 1326, ../sass/partials/_paragraphs.scss */
.quote-slide .text:before, .quote-slide .text:after {
  content: "";
  display: block;
  height: 27px;
  width: 31px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 1337, ../sass/partials/_paragraphs.scss */
.quote-slide .text:before {
  left: 0;
  background-image: url(../png/quote-left.png);
}
/* line 1341, ../sass/partials/_paragraphs.scss */
.quote-slide .text:after {
  right: 0;
  background-image: url(../png/quote-right.png);
}
/* line 1345, ../sass/partials/_paragraphs.scss */
.quote-slide .text p {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 1345, ../sass/partials/_paragraphs.scss */
  .quote-slide .text p {
    font-size: 21px;
  }
}
/* line 1354, ../sass/partials/_paragraphs.scss */
.quote-slide .title {
  font-size: 21px;
}
@media (max-width: 767px) {
  /* line 1354, ../sass/partials/_paragraphs.scss */
  .quote-slide .title {
    font-size: 16px;
  }
}
/* line 1360, ../sass/partials/_paragraphs.scss */
.quote-slide .org-title {
  font-size: 18px;
}
@media (max-width: 767px) {
  /* line 1360, ../sass/partials/_paragraphs.scss */
  .quote-slide .org-title {
    font-size: 14px;
  }
}

/* line 1370, ../sass/partials/_paragraphs.scss */
.para-text-image .image > img:nth-child(2) {
  margin-top: 32px;
}

/* line 1377, ../sass/partials/_paragraphs.scss */
.image-grid-three div {
  line-height: 0;
}
/* line 1380, ../sass/partials/_paragraphs.scss */
.image-grid-three .bottom {
  margin-top: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 1380, ../sass/partials/_paragraphs.scss */
  .image-grid-three .bottom {
    display: block;
  }
}
/* line 1387, ../sass/partials/_paragraphs.scss */
.image-grid-three .bottom > img {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  /* line 1387, ../sass/partials/_paragraphs.scss */
  .image-grid-three .bottom > img {
    width: auto;
    margin-bottom: 32px;
  }
}

/* line 1398, ../sass/partials/_paragraphs.scss */
.node__content {
  padding-top: 1px;
}
/* line 1400, ../sass/partials/_paragraphs.scss */
.node__content > .header-video,
.node__content > .header-slideshow {
  margin-top: 50px;
}
/* line 1404, ../sass/partials/_paragraphs.scss */
.node__content > .two-column-text:nth-of-type(1) {
  margin-top: 50px;
}

/* line 14, ../sass/partials/_home.scss */
.path-frontpage .paragraph > .inner {
  max-width: 1500px;
}
/* line 17, ../sass/partials/_home.scss */
.path-frontpage .paragraph.para-home-content-width {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* line 22, ../sass/partials/_home.scss */
.home-video {
  max-width: 2240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 27, ../sass/partials/_home.scss */
.home-video > video {
  width: 100%;
  height: auto;
}
/* line 31, ../sass/partials/_home.scss */
.home-video .plyr__controls {
  display: none !important;
}
/* line 34, ../sass/partials/_home.scss */
.home-video .plyr__video-wrapper {
  pointer-events: none;
}
/* line 48, ../sass/partials/_home.scss */
.home-video .video-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
/* line 74, ../sass/partials/_mixins.scss */
.home-video .video-caption {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  /* line 74, ../sass/partials/_mixins.scss */
  .home-video .video-caption {
    font-size: calc(32px + 40 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  /* line 74, ../sass/partials/_mixins.scss */
  .home-video .video-caption {
    font-size: 72px;
  }
}

/* line 63, ../sass/partials/_home.scss */
.home-intro .inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 980px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 69, ../sass/partials/_home.scss */
.home-intro .inner h2 {
  font-weight: 300;
  font-size: 62px;
  line-height: 1.4;
  margin-bottom: 30px;
}
/* line 74, ../sass/partials/_home.scss */
.home-intro .inner h2 > strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 69, ../sass/partials/_home.scss */
  .home-intro .inner h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
/* line 82, ../sass/partials/_home.scss */
.home-intro .inner h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 82, ../sass/partials/_home.scss */
  .home-intro .inner h3 {
    font-size: 28px;
  }
}

/* line 94, ../sass/partials/_home.scss */
.home-trending {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--palebg);
}
@media (max-width: 767px) {
  /* line 94, ../sass/partials/_home.scss */
  .home-trending {
    padding-bottom: 1px;
  }
}
/* line 101, ../sass/partials/_home.scss */
.home-trending .intro {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  /* line 101, ../sass/partials/_home.scss */
  .home-trending .intro {
    display: block;
  }
}
/* line 111, ../sass/partials/_home.scss */
.home-trending .intro > h2 {
  font-size: 36px;
  max-width: 300px;
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  /* line 111, ../sass/partials/_home.scss */
  .home-trending .intro > h2 {
    max-width: auto;
  }
}
/* line 120, ../sass/partials/_home.scss */
.home-trending .intro .copy {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 760px;
}
@media (max-width: 767px) {
  /* line 120, ../sass/partials/_home.scss */
  .home-trending .intro .copy {
    max-width: auto;
  }
}
/* line 126, ../sass/partials/_home.scss */
.home-trending .intro .copy p {
  font-weight: 300;
}

/* line 133, ../sass/partials/_home.scss */
.home-insights-featured .view-rows {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 133, ../sass/partials/_home.scss */
  .home-insights-featured .view-rows {
    display: block;
  }
}
/* line 139, ../sass/partials/_home.scss */
.home-insights-featured .view-rows > div:nth-child(1) {
  order: 2;
}
/* line 142, ../sass/partials/_home.scss */
.home-insights-featured .view-rows > div:nth-child(2) {
  order: 1;
}
/* line 145, ../sass/partials/_home.scss */
.home-insights-featured .view-rows > div:nth-child(3) {
  order: 3;
}
/* line 148, ../sass/partials/_home.scss */
.home-insights-featured .view-rows > div:nth-child(2),
.home-insights-featured .view-rows > div:nth-child(3) {
  max-width: 27%;
}
@media (max-width: 767px) {
  /* line 148, ../sass/partials/_home.scss */
  .home-insights-featured .view-rows > div:nth-child(2),
  .home-insights-featured .view-rows > div:nth-child(3) {
    max-width: 100%;
  }
}
/* line 155, ../sass/partials/_home.scss */
.home-insights-featured .view-rows > div:nth-child(1) {
  max-width: 40%;
}
@media (max-width: 767px) {
  /* line 155, ../sass/partials/_home.scss */
  .home-insights-featured .view-rows > div:nth-child(1) {
    max-width: 100%;
  }
}

/* line 1, ../sass/partials/_engineering.scss */
#block-views-block-engineering-categories-block-1 {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 6, ../sass/partials/_engineering.scss */
#block-mainnavigation-3 {
  margin-bottom: 50px;
}

/* line 10, ../sass/partials/_engineering.scss */
.engineering-item,
.card-item {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
}
@media (max-width: 767px) {
  /* line 10, ../sass/partials/_engineering.scss */
  .engineering-item,
  .card-item {
    margin-bottom: 70px;
  }
}
/* line 23, ../sass/partials/_engineering.scss */
.engineering-item:before,
.card-item:before {
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: repeat-y;
}
/* line 35, ../sass/partials/_engineering.scss */
.engineering-item .title,
.card-item .title {
  display: block;
  padding: 22px 0 15px 0;
}

/* line 43, ../sass/partials/_engineering.scss */
.cate-6:before,
.bar-cons:before {
  background-image: url(../png/colorbar-cons.png);
}

/* line 50, ../sass/partials/_engineering.scss */
.cate-5:before,
.bar-comm:before {
  background-image: url(../png/colorbar-comm.png);
}

/* line 57, ../sass/partials/_engineering.scss */
.cate-4:before,
.bar-tech:before {
  background-image: url(../png/colorbar-tech.png);
}

/* line 64, ../sass/partials/_engineering.scss */
.cate-3:before,
.bar-stru:before {
  background-image: url(../png/colorbar-stru.png);
}

/* line 71, ../sass/partials/_engineering.scss */
.cate-2:before,
.bar-elec:before {
  background-image: url(../png/colorbar-elec.png);
}

/* line 78, ../sass/partials/_engineering.scss */
.cate-1:before,
.bar-mech:before {
  background-image: url(../png/colorbar-mech.png);
}

/* line 86, ../sass/partials/_engineering.scss */
.cate-88:before,
.bar-sus:before {
  background-image: url(../png/colorbar-sust.png);
}

/* line 94, ../sass/partials/_engineering.scss */
.cate-90:before,
.bar-data:before {
  background-image: url(../png/colorbar-mech.png);
}

/* line 2, ../sass/partials/_bios.scss */
body.page-node-type-bio .block-page-title-block {
  display: none;
}

/* line 8, ../sass/partials/_bios.scss */
.bio-header .header-image {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 8, ../sass/partials/_bios.scss */
  .bio-header .header-image {
    margin-bottom: 15px;
    height: auto;
  }
  /* line 43, ../sass/partials/_bios.scss */
  .bio-header .header-image img {
    height: auto;
    width: 100%;
  }
}

/* line 51, ../sass/partials/_bios.scss */
#block-views-block-bios-block-4 {
  margin-top: 100px;
}

/* line 55, ../sass/partials/_bios.scss */
#block-views-block-bios-block-2 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  /* line 57, ../sass/partials/_bios.scss */
  #block-views-block-bios-block-2 > h2 {
    text-align: center;
  }
}

/* line 71, ../sass/partials/_bios.scss */
.bio-with-location .views-row {
  display: -webkit-flex;
  display: flex;
}
/* line 74, ../sass/partials/_bios.scss */
.bio-with-location .bio-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 74, ../sass/partials/_bios.scss */
  .bio-with-location .bio-item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
/* line 85, ../sass/partials/_bios.scss */
.bio-with-location .bio-item > span {
  display: block;
}
/* line 87, ../sass/partials/_bios.scss */
.bio-with-location .bio-item > span.bottom {
  margin-top: 15px;
  color: #000;
}
/* line 90, ../sass/partials/_bios.scss */
.bio-with-location .bio-item > span.bottom > em {
  display: inline;
}

/* line 104, ../sass/partials/_bios.scss */
.bio-item {
  text-align: left;
  text-decoration: none;
  color: #000;
  display: block;
}
/* line 110, ../sass/partials/_bios.scss */
.bio-item .image {
  display: block;
  position: relative;
  line-height: 0;
  margin-bottom: 5px;
}
/* line 115, ../sass/partials/_bios.scss */
.bio-item .image > i {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(270deg, #2d806d 0%, #0da8db 42%, #0a9bdc 59%, #10589d 100%);
  display: none;
}
/* line 127, ../sass/partials/_bios.scss */
.bio-item .image img {
  position: relative;
}
@media (max-width: 767px) {
  /* line 127, ../sass/partials/_bios.scss */
  .bio-item .image img {
    width: 100%;
    height: auto;
  }
}
/* line 136, ../sass/partials/_bios.scss */
.bio-item a {
  color: #000;
}
/* line 139, ../sass/partials/_bios.scss */
.bio-item .text,
.bio-item .bottom {
  display: block;
}
/* line 144, ../sass/partials/_bios.scss */
.bio-item .text strong,
.bio-item .text em {
  display: block;
}
/* line 148, ../sass/partials/_bios.scss */
.bio-item .text strong {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 5px;
}
/* line 152, ../sass/partials/_bios.scss */
.bio-item .text strong > .fa {
  font-size: 12px;
  position: relative;
  top: -1px;
}
/* line 158, ../sass/partials/_bios.scss */
.bio-item .text em {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
/* line 165, ../sass/partials/_bios.scss */
.bio-item .bottom .location {
  display: none;
}
/* line 167, ../sass/partials/_bios.scss */
.bio-item .bottom .location em {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* line 179, ../sass/partials/_bios.scss */
a.bio-item:hover .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(226, 202, 43, 0.5);
  z-index: 79;
}
/* line 190, ../sass/partials/_bios.scss */
a.bio-item:hover .image:before {
  text-align: center;
  content: "View Profile";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -6px;
  font-size: 16px;
  color: #fff;
  z-index: 80;
}

/* line 210, ../sass/partials/_bios.scss */
.bio-title h1, .bio-title h4 {
  color: #3c3e40;
}
/* line 213, ../sass/partials/_bios.scss */
.bio-title h1 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 217, ../sass/partials/_bios.scss */
  .bio-title h1, .bio-title h4 {
    line-height: 120%;
  }
  /* line 220, ../sass/partials/_bios.scss */
  .bio-title h1 {
    font-size: 26px;
  }
}

/* line 225, ../sass/partials/_bios.scss */
.bio-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  /* line 225, ../sass/partials/_bios.scss */
  .bio-detail {
    display: block;
  }
}
/* line 232, ../sass/partials/_bios.scss */
.bio-detail > div {
  width: 48%;
}
@media (max-width: 767px) {
  /* line 232, ../sass/partials/_bios.scss */
  .bio-detail > div {
    width: auto;
  }
}
/* line 239, ../sass/partials/_bios.scss */
.bio-detail div.left > img {
  width: 100%;
  height: auto;
}
/* line 243, ../sass/partials/_bios.scss */
.bio-detail div.left .contact-icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 40px;
  width: 40px;
  text-indent: -20000px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
}
/* line 254, ../sass/partials/_bios.scss */
.bio-detail div.left .contact-icon > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 0;
  font-size: 38px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 276, ../sass/partials/_bios.scss */
.bio-detail div.left h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
/* line 281, ../sass/partials/_bios.scss */
.bio-detail div.left div {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 40px;
}
/* line 285, ../sass/partials/_bios.scss */
.bio-detail div.left p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
/* line 290, ../sass/partials/_bios.scss */
.bio-detail div.right h2 {
  margin: 0;
  font-size: 24px;
  color: #000;
}
/* line 296, ../sass/partials/_bios.scss */
.bio-detail div.right h4 {
  margin: 0;
}
/* line 300, ../sass/partials/_bios.scss */
.bio-detail div.right .bio-text {
  margin: 30px 0;
}
/* line 302, ../sass/partials/_bios.scss */
.bio-detail div.right .bio-text p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}
/* line 306, ../sass/partials/_bios.scss */
.bio-detail div.right .expertise {
  margin-bottom: 60px;
  font-size: 18px;
}
/* line 309, ../sass/partials/_bios.scss */
.bio-detail div.right .expertise h4 {
  font-size: 18px;
}
/* line 313, ../sass/partials/_bios.scss */
.bio-detail div.right .expertise div {
  font-size: 18px;
}
/* line 318, ../sass/partials/_bios.scss */
.bio-detail div.right .qa {
  margin-bottom: 30px;
}
/* line 320, ../sass/partials/_bios.scss */
.bio-detail div.right .qa p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

/* line 4, ../sass/partials/_locations.scss */
.page-node-type-office-location #block-bala-page-title {
  display: none;
}
/* line 8, ../sass/partials/_locations.scss */
.page-node-type-office-location .layout-content .field--name-field-address-on-page {
  text-align: center;
}
/* line 10, ../sass/partials/_locations.scss */
.page-node-type-office-location .layout-content .field--name-field-address-on-page p {
  margin-bottom: 0;
}
/* line 16, ../sass/partials/_locations.scss */
.page-node-type-office-location .layout-content .field--name-field-phone,
.page-node-type-office-location .layout-content .field--name-field-office-email-address {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}
/* line 20, ../sass/partials/_locations.scss */
.page-node-type-office-location .layout-content .field--name-field-phone a,
.page-node-type-office-location .layout-content .field--name-field-office-email-address a {
  color: #000;
}
/* line 26, ../sass/partials/_locations.scss */
.page-node-type-office-location .layout-content .field--name-body {
  margin-top: 60px;
}

/* line 35, ../sass/partials/_locations.scss */
#block-views-block-office-locations-block-1 {
  margin-bottom: 100px;
}
/* line 39, ../sass/partials/_locations.scss */
#block-views-block-office-locations-block-1 > h2:before {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  position: relative;
  top: -1px;
  margin-right: 10px;
  color: #000;
  position: relative;
  top: -2px;
}

/* line 49, ../sass/partials/_locations.scss */
.offices.cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  /* line 49, ../sass/partials/_locations.scss */
  .offices.cards {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 60, ../sass/partials/_locations.scss */
.offices.cards > .office-item {
  width: calc(33.333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  /* line 60, ../sass/partials/_locations.scss */
  .offices.cards > .office-item {
    display: block;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
/* line 72, ../sass/partials/_locations.scss */
.offices.cards > footer {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
/* line 76, ../sass/partials/_locations.scss */
.offices.cards > footer h3 {
  margin: 0;
  color: #000;
  font-size: 28px;
}

/* line 85, ../sass/partials/_locations.scss */
.office-item {
  margin-bottom: 20px;
  background-color: #f1f1f1;
}
/* line 88, ../sass/partials/_locations.scss */
.office-item > a {
  display: block;
}
/* line 90, ../sass/partials/_locations.scss */
.office-item > a span {
  display: block;
}
/* line 97, ../sass/partials/_locations.scss */
.office-item .bottom {
  padding: 15px 15px 0 15px;
}
@media (max-width: 767px) {
  /* line 97, ../sass/partials/_locations.scss */
  .office-item .bottom {
    margin-left: 0;
  }
}
/* line 102, ../sass/partials/_locations.scss */
.office-item .bottom .title {
  font-size: 16px;
  color: #000;
  margin: 0 0 15px 0;
  font-weight: 400;
}
/* line 110, ../sass/partials/_locations.scss */
.office-item .bottom .address p {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 116, ../sass/partials/_locations.scss */
.office-item .phone-email {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  padding: 15px;
}
/* line 122, ../sass/partials/_locations.scss */
.office-item .phone-email em {
  font-style: normal;
}
/* line 124, ../sass/partials/_locations.scss */
.office-item .phone-email em a {
  color: #000;
}

/* line 7, ../sass/partials/_datacircles.scss */
.field--name-field-project-data-circles {
  margin-bottom: 60px;
  margin-top: 60px;
}
/* line 10, ../sass/partials/_datacircles.scss */
.field--name-field-project-data-circles > .field__label {
  color: #4D4E4C;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 41, ../sass/partials/_datacircles.scss */
.para-item.project-data-circles.pale-blue {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F3F5F8;
}
/* line 46, ../sass/partials/_datacircles.scss */
.para-item.project-data-circles .intro {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}
/* line 52, ../sass/partials/_datacircles.scss */
.para-item.project-data-circles .intro p {
  font-size: 21px;
  font-weight: 300;
}
/* line 55, ../sass/partials/_datacircles.scss */
.para-item.project-data-circles .intro p:first-child {
  font-size: 36px;
  font-weight: 700;
}

/* line 63, ../sass/partials/_datacircles.scss */
.project-circles {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  /* line 63, ../sass/partials/_datacircles.scss */
  .project-circles {
    display: block;
  }
}

/* line 79, ../sass/partials/_datacircles.scss */
.data-circle {
  height: 150px;
  width: 150px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  /* line 79, ../sass/partials/_datacircles.scss */
  .data-circle {
    margin-bottom: 50px;
  }
}
/* line 97, ../sass/partials/_datacircles.scss */
.data-circle .left,
.data-circle .right {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0, 150px, 150px, 75px);
}
/* line 105, ../sass/partials/_datacircles.scss */
.data-circle .left span,
.data-circle .right span {
  width: 146px;
  height: 146px;
  border-radius: 100%;
  position: absolute;
  opacity: 1;
  border: 2px solid transparent;
}
/* line 114, ../sass/partials/_datacircles.scss */
.data-circle .right {
  clip: rect(0px, 75px, 150px, 0px);
}
/* line 117, ../sass/partials/_datacircles.scss */
.data-circle img {
  width: 75px;
  height: 75px;
  height: auto;
  opacity: 0;
}
/* line 123, ../sass/partials/_datacircles.scss */
.data-circle em, .data-circle i, .data-circle strong {
  font-style: normal;
}
/* line 127, ../sass/partials/_datacircles.scss */
.data-circle strong {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 21px;
  font-weight: 300;
  line-height: 100%;
  display: block;
  height: 55px;
}
/* line 136, ../sass/partials/_datacircles.scss */
.data-circle > span {
  display: block;
  text-align: center;
}
/* line 141, ../sass/partials/_datacircles.scss */
.data-circle.animate .left span {
  clip: rect(0px, 75px, 150px, 0px);
  -webkit-animation: rotate-left .75s linear forwards;
  -moz-animation: rotate-left .75s linear forwards;
  -ms-animation: rotate-left .75s linear forwards;
  -o-animation: rotate-left .75s linear forwards;
  animation: rotate-left .75s linear forwards;
}
/* line 149, ../sass/partials/_datacircles.scss */
.data-circle.animate .right span {
  clip: rect(0, 150px, 150px, 75px);
  -webkit-animation: rotate-right .75s linear forwards;
  -moz-animation: rotate-right .75s linear forwards;
  -ms-animation: rotate-right .75s linear forwards;
  -o-animation: rotate-right .75s linear forwards;
  animation: rotate-right .75s linear forwards;
}

/* line 161, ../sass/partials/_datacircles.scss */
.data-circle-text .number {
  font-size: 28px;
  font-weight: 900;
  height: 75px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* rotate-left */
@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes rotate-left {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-ms-keyframes rotate-left {
  0% {
    -ms-transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(180deg);
  }
}
@-o-keyframes rotate-left {
  0% {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(180deg);
  }
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* rotate-right */
@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes rotate-right {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-ms-keyframes rotate-right {
  0% {
    -ms-transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(180deg);
  }
}
@-o-keyframes rotate-right {
  0% {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(180deg);
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* line 1, ../sass/partials/_projects.scss */
.header-inner {
  position: relative;
}

/* line 5, ../sass/partials/_projects.scss */
#block-projectfiltertrigger {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  text-align: right;
}
/* line 11, ../sass/partials/_projects.scss */
#block-projectfiltertrigger .project-filters-trigger {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 700;
  color: #000;
}

/* line 59, ../sass/partials/_projects.scss */
body.page-node-29 .preface-second-wrapper.filters-open {
  margin-bottom: 10px;
}

/* line 65, ../sass/partials/_projects.scss */
.preface-second-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
@media (max-width: 767px) {
  /* line 65, ../sass/partials/_projects.scss */
  .preface-second-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 73, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 73, ../sass/partials/_projects.scss */
  .preface-second-wrapper .region-preface-second {
    display: block;
  }
}
/* line 81, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .filters-reset {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
/* line 85, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .filters-reset .iso-reset-button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 93, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block {
  position: relative;
  padding-top: 20px;
  border-top-width: 5px;
  border-top-style: solid;
}
/* line 98, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block > h2 {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 102, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block .filter-button-group {
  display: none;
  height: 210px;
  padding-bottom: 20px;
}
/* line 108, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-1 {
  width: 25%;
  border-top-color: #c6d2c3;
}
@media (max-width: 767px) {
  /* line 108, ../sass/partials/_projects.scss */
  .preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-1 {
    width: auto;
    margin-bottom: 30px;
  }
  /* line 114, ../sass/partials/_projects.scss */
  .preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-1 .filter-button-group {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
/* line 119, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-2 {
  width: 50%;
  border-top-color: #b6a77a;
}
/* line 122, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-2 .filter-button-group {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
@media (max-width: 767px) {
  /* line 119, ../sass/partials/_projects.scss */
  .preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-2 {
    margin-bottom: 30px;
    width: auto;
  }
  /* line 128, ../sass/partials/_projects.scss */
  .preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-2 .filter-button-group {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 133, ../sass/partials/_projects.scss */
  .preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-2 .filter-button-group {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
/* line 138, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-3 {
  width: 25%;
  border-top-color: #6d6e71;
}
@media (max-width: 767px) {
  /* line 138, ../sass/partials/_projects.scss */
  .preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-3 {
    width: auto;
  }
  /* line 143, ../sass/partials/_projects.scss */
  .preface-second-wrapper .region-preface-second #block-views-block-project-filters-block-3 .filter-button-group {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
/* line 149, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block > h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
/* line 156, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block > h2 > span {
  position: relative;
  display: block;
}
/* line 159, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block > h2 > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 5px;
  border-left-width: 5px;
  border-top: 5px solid #9aa396;
  position: absolute;
  right: -15px;
  top: calc(50% - 2.5px);
}
/* line 175, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block .filter-button-group > span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  position: relative;
}
/* line 179, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block .filter-button-group > span .clearfilter {
  margin-left: 5px;
  margin-top: -3px;
  cursor: pointer;
  display: none;
  color: #ccc;
}
/* line 188, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block .filter-button-group > span .clearfilter:hover {
  color: #000;
}
/* line 193, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block .filter-button-group > span:hover .clearfilter {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 199, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block a.filter-button {
  color: #000;
  text-decoration: none;
  padding: 0;
}
/* line 205, ../sass/partials/_projects.scss */
.preface-second-wrapper .region-preface-second .project-filter-block a.filter-button.active {
  text-decoration: underline;
}

/* line 214, ../sass/partials/_projects.scss */
.projects-grid-small .view-rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  /* line 214, ../sass/partials/_projects.scss */
  .projects-grid-small .view-rows {
    display: block;
    margin-bottom: 50px;
  }
}
/* line 227, ../sass/partials/_projects.scss */
.projects-grid-small .grid-item {
  display: block;
  line-height: 0;
}
@media (max-width: 767px) {
  /* line 227, ../sass/partials/_projects.scss */
  .projects-grid-small .grid-item {
    margin: 1% 0;
    width: auto;
  }
}
/* line 234, ../sass/partials/_projects.scss */
.projects-grid-small .grid-item span {
  display: block;
  position: relative;
}
/* line 237, ../sass/partials/_projects.scss */
.projects-grid-small .grid-item span i {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: rgba(103, 163, 253, 0.6);
  color: #fff;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  padding: 20px;
}
/* line 254, ../sass/partials/_projects.scss */
.projects-grid-small .grid-item span i span.subtitle {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
/* line 263, ../sass/partials/_projects.scss */
.projects-grid-small .grid-item:hover span i {
  display: -webkit-flex;
  display: flex;
}

/* line 272, ../sass/partials/_projects.scss */
.projects-grid-term header {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 278, ../sass/partials/_projects.scss */
.projects-grid-term header p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

/* line 284, ../sass/partials/_projects.scss */
.iso-grid {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1239px) {
  /* line 284, ../sass/partials/_projects.scss */
  .iso-grid {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 945px) {
  /* line 284, ../sass/partials/_projects.scss */
  .iso-grid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 298, ../sass/partials/_projects.scss */
.iso-grid > .grid-item {
  line-height: 0;
  opacity: 0;
  display: block;
}
/* line 302, ../sass/partials/_projects.scss */
.iso-grid > .grid-item:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 10px solid #fff;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 302, ../sass/partials/_projects.scss */
  .iso-grid > .grid-item:after {
    display: none;
  }
}
/* line 318, ../sass/partials/_projects.scss */
.iso-grid > .grid-item span {
  display: block;
  position: relative;
  z-index: 9;
}
/* line 322, ../sass/partials/_projects.scss */
.iso-grid > .grid-item span img {
  position: relative;
  z-index: 7;
}
/* line 327, ../sass/partials/_projects.scss */
.iso-grid > .grid-item span i {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-color: rgba(103, 163, 253, 0.6);
  color: #fff;
  font-size: 24px;
  font-style: normal;
  line-height: 150%;
}
/* line 347, ../sass/partials/_projects.scss */
.iso-grid > .grid-item:hover span i {
  display: -webkit-flex;
  display: flex;
  z-index: 910;
}
/* line 367, ../sass/partials/_projects.scss */
.iso-grid .grid-sizer,
.iso-grid .grid-item {
  width: 400px;
}
@media only screen and (max-width: 1239px) {
  /* line 367, ../sass/partials/_projects.scss */
  .iso-grid .grid-sizer,
  .iso-grid .grid-item {
    width: 300px;
  }
}
@media (max-width: 767px) {
  /* line 367, ../sass/partials/_projects.scss */
  .iso-grid .grid-sizer,
  .iso-grid .grid-item {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 379, ../sass/partials/_projects.scss */
  .iso-grid .grid-sizer img,
  .iso-grid .grid-item img {
    width: 100%;
  }
}
/* line 385, ../sass/partials/_projects.scss */
.iso-grid .grid-item--width2 {
  width: 800px;
}
@media only screen and (max-width: 1239px) {
  /* line 385, ../sass/partials/_projects.scss */
  .iso-grid .grid-item--width2 {
    width: 600px;
  }
}
@media (max-width: 767px) {
  /* line 385, ../sass/partials/_projects.scss */
  .iso-grid .grid-item--width2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 396, ../sass/partials/_projects.scss */
  .iso-grid .grid-item--height2 {
    width: 100%;
  }
  /* line 401, ../sass/partials/_projects.scss */
  .iso-grid .grid-item--height2 img {
    width: 100%;
  }
}
/* line 406, ../sass/partials/_projects.scss */
.iso-grid.is-showing-items .grid-item {
  opacity: 1;
}

/* line 410, ../sass/partials/_projects.scss */
.no-results {
  display: none;
  padding: 100px 0;
  text-align: center;
}
/* line 414, ../sass/partials/_projects.scss */
.no-results h2 {
  margin: 0;
}

/* line 419, ../sass/partials/_projects.scss */
.views-infinite-scroll-content-wrapper {
  height: 100%;
}

/* line 423, ../sass/partials/_projects.scss */
#block-resetprojectfilters {
  text-align: center;
}
/* line 425, ../sass/partials/_projects.scss */
#block-resetprojectfilters .iso-reset-button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: 600;
  text-decoration: none;
  color: #7d7c6d;
}

/* line 434, ../sass/partials/_projects.scss */
.related-block {
  margin-top: 80px;
}
@media (max-width: 767px) {
  /* line 436, ../sass/partials/_projects.scss */
  .related-block > h2 {
    text-align: center;
  }
}

/* line 449, ../sass/partials/_projects.scss */
.title-margin > h2 {
  margin-bottom: 1%;
}

/* line 457, ../sass/partials/_projects.scss */
.page-node-type-project .region-content {
  margin-bottom: 100px;
}
/* line 459, ../sass/partials/_projects.scss */
.page-node-type-project .region-content #block-bala-page-title {
  margin-top: 55px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 462, ../sass/partials/_projects.scss */
.page-node-type-project .region-content #block-bala-page-title h1 {
  margin: 0;
}
/* line 471, ../sass/partials/_projects.scss */
.page-node-type-project .region-content #block-bala-content .field--name-field-sub-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}
/* line 477, ../sass/partials/_projects.scss */
.page-node-type-project .region-content #block-bala-content .field--name-field-location {
  margin: 0;
  font-size: 25px;
}
/* line 484, ../sass/partials/_projects.scss */
.page-node-type-project .project-details {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  /* line 484, ../sass/partials/_projects.scss */
  .page-node-type-project .project-details {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/* line 498, ../sass/partials/_projects.scss */
.page-node-type-project .project-details .project-left {
  width: 35%;
}
@media (max-width: 767px) {
  /* line 498, ../sass/partials/_projects.scss */
  .page-node-type-project .project-details .project-left {
    width: auto;
  }
}
/* line 503, ../sass/partials/_projects.scss */
.page-node-type-project .project-details .project-left > div {
  margin-bottom: 40px;
}
/* line 507, ../sass/partials/_projects.scss */
.page-node-type-project .project-details .project-left .field__label {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
/* line 518, ../sass/partials/_projects.scss */
.page-node-type-project .project-details .project-left .field--name-field-project-expertise .field__items > div,
.page-node-type-project .project-details .project-left .field--name-field-project-type .field__items > div {
  display: inline;
}
/* line 520, ../sass/partials/_projects.scss */
.page-node-type-project .project-details .project-left .field--name-field-project-expertise .field__items > div:after,
.page-node-type-project .project-details .project-left .field--name-field-project-type .field__items > div:after {
  content: ", ";
}
/* line 525, ../sass/partials/_projects.scss */
.page-node-type-project .project-details .project-left .field--name-field-project-expertise .field__items > div:last-child:after,
.page-node-type-project .project-details .project-left .field--name-field-project-type .field__items > div:last-child:after {
  content: "";
}
/* line 535, ../sass/partials/_projects.scss */
.page-node-type-project .project-details .project-left .field__items,
.page-node-type-project .project-details .project-left .field__item {
  line-height: 1.3;
}
/* line 542, ../sass/partials/_projects.scss */
.page-node-type-project .project-details .project-right {
  width: 55%;
}
@media (max-width: 767px) {
  /* line 542, ../sass/partials/_projects.scss */
  .page-node-type-project .project-details .project-right {
    width: auto;
  }
}

/* line 603, ../sass/partials/_projects.scss */
.flexslider {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: relative;
  zoom: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_news.scss */
  #block-views-block-project-filters-block-4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 1, ../sass/partials/_news.scss */
  #block-views-block-project-filters-block-4 {
    width: 100%;
  }
  /* line 23, ../sass/partials/_news.scss */
  #block-views-block-project-filters-block-4:before {
    top: -45px;
  }
}
/* line 27, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group {
  display: -webkit-flex;
  display: flex;
}
/* line 29, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span {
  width: calc(100%/6);
  display: block;
  border-top: 7px solid #ccc;
}
/* line 33, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span .newsclearfilter {
  margin-left: 5px;
  cursor: pointer;
  display: none;
  color: #ccc;
}
/* line 41, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span:hover .newsclearfilter {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 45, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding: 15px 0;
  font-size: 16px;
  color: #919990;
}
/* line 52, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span a.active {
  color: #000;
}
/* line 56, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span.news-type-menu-link-68 {
  border-top-color: #292e78;
}
/* line 59, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span.news-type-menu-link-69 {
  border-top-color: #00a3da;
}
/* line 62, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span.news-type-menu-link-70 {
  border-top-color: #2bab6e;
}
/* line 65, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span.news-type-menu-link-71 {
  border-top-color: #d8222a;
}
/* line 68, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span.news-type-menu-link-72 {
  border-top-color: #df542f;
}
/* line 71, ../sass/partials/_news.scss */
#block-views-block-project-filters-block-4 .news-type-filter-group > span.news-type-menu-link-73 {
  border-top-color: #d8127d;
}

/* line 78, ../sass/partials/_news.scss */
.news-grid > .grid-item {
  color: #fff;
}
/* line 80, ../sass/partials/_news.scss */
.news-grid > .grid-item span {
  position: relative;
}
/* line 82, ../sass/partials/_news.scss */
.news-grid > .grid-item span .headline {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.35);
  line-height: 130%;
  z-index: 15;
  padding: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 82, ../sass/partials/_news.scss */
  .news-grid > .grid-item span .headline {
    font-size: 18px;
  }
}
/* line 98, ../sass/partials/_news.scss */
.news-grid > .grid-item span .headline .type {
  position: absolute;
  top: -11px;
  left: 20px;
  line-height: 22px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 767px) {
  /* line 98, ../sass/partials/_news.scss */
  .news-grid > .grid-item span .headline .type {
    font-size: 10px;
  }
}
/* line 111, ../sass/partials/_news.scss */
.news-grid > .grid-item span .headline .date {
  display: block;
  font-size: 16px;
  font-style: normal;
}
@media (max-width: 767px) {
  /* line 111, ../sass/partials/_news.scss */
  .news-grid > .grid-item span .headline .date {
    font-size: 14px;
  }
}

/* line 125, ../sass/partials/_news.scss */
.news-type-68 .type {
  background-color: #292e78;
}

/* line 131, ../sass/partials/_news.scss */
.news-type-69 .type {
  background-color: #00a3da;
}

/* line 137, ../sass/partials/_news.scss */
.news-type-70 .type {
  background-color: #2bab6e;
}

/* line 143, ../sass/partials/_news.scss */
.news-type-71 .type {
  background-color: #d8222a;
}

/* line 149, ../sass/partials/_news.scss */
.news-type-72 .type {
  background-color: #df542f;
}

/* line 155, ../sass/partials/_news.scss */
.news-type-73 .type {
  background-color: #d8127d;
}

@media (max-width: 767px) {
  /* line 1, ../sass/partials/_blog.scss */
  #block-bloglogo,
  .blog-logo {
    max-width: 220px;
  }
}

/* line 9, ../sass/partials/_blog.scss */
.page-node-317 .region-preface-first {
  display: none;
}

/* line 14, ../sass/partials/_blog.scss */
.blog-nav {
  position: relative;
  z-index: 500;
  margin-bottom: 80px;
}
/* line 18, ../sass/partials/_blog.scss */
.blog-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 18, ../sass/partials/_blog.scss */
  .blog-nav .menu {
    display: block;
  }
}
/* line 28, ../sass/partials/_blog.scss */
.blog-nav .menu li {
  position: relative;
  margin: 0;
  display: block;
}
@media (max-width: 767px) {
  /* line 28, ../sass/partials/_blog.scss */
  .blog-nav .menu li {
    width: auto;
  }
}
/* line 36, ../sass/partials/_blog.scss */
.blog-nav .menu li a {
  display: block;
  position: relative;
  line-height: 30px;
  color: #919990;
  display: block;
  position: relative;
  padding: 15px 0;
  font-size: 16px;
  cursor: pointer;
}
/* line 47, ../sass/partials/_blog.scss */
.blog-nav .menu li a:hover, .blog-nav .menu li a.is-active {
  color: #000;
}
/* line 51, ../sass/partials/_blog.scss */
.blog-nav .menu li a:before {
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: repeat-y;
}
/* line 64, ../sass/partials/_blog.scss */
.blog-nav .menu li .menu {
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 73, ../sass/partials/_blog.scss */
.blog-nav .menu li .menu li {
  width: auto;
}
/* line 75, ../sass/partials/_blog.scss */
.blog-nav .menu li .menu li a {
  padding: 0;
  font-size: 14px;
  color: #919990;
  line-height: 130%;
}
/* line 80, ../sass/partials/_blog.scss */
.blog-nav .menu li .menu li a:hover, .blog-nav .menu li .menu li a.is-active {
  color: #000;
}
/* line 88, ../sass/partials/_blog.scss */
.blog-nav .menu li:hover > a {
  color: #000;
}
/* line 91, ../sass/partials/_blog.scss */
.blog-nav .menu li:hover > .menu {
  display: block;
}
/* line 96, ../sass/partials/_blog.scss */
.blog-nav .menu li.menu-item--active-trail > a {
  color: #000;
}

/* line 105, ../sass/partials/_blog.scss */
.bar-covi:before {
  background-color: #D9232A;
}

/* line 112, ../sass/partials/_blog.scss */
.blog-list .views-row,
.featured-posts .views-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #b9c3b7;
}
/* line 118, ../sass/partials/_blog.scss */
.blog-list .views-row .image,
.featured-posts .views-row .image {
  width: 30%;
}
/* line 121, ../sass/partials/_blog.scss */
.blog-list .views-row .text,
.featured-posts .views-row .text {
  width: 65%;
}
/* line 131, ../sass/partials/_blog.scss */
.blog-list .views-row .text h2,
.featured-posts .views-row .text h2 {
  margin-bottom: 5px;
}
/* line 134, ../sass/partials/_blog.scss */
.blog-list .views-row .text .byline,
.featured-posts .views-row .text .byline {
  margin-bottom: 10px;
}
/* line 138, ../sass/partials/_blog.scss */
.blog-list .views-row .text .copy,
.featured-posts .views-row .text .copy {
  line-height: 1.3;
}
/* line 140, ../sass/partials/_blog.scss */
.blog-list .views-row .text .copy a,
.featured-posts .views-row .text .copy a {
  color: #0a4ede;
  margin-left: 8px;
  font-weight: bold;
}
/* line 145, ../sass/partials/_blog.scss */
.blog-list .views-row .text .copy a:before,
.featured-posts .views-row .text .copy a:before {
  content: ">";
  margin-right: 3px;
}

@media (max-width: 767px) {
  /* line 156, ../sass/partials/_blog.scss */
  .blog-list .views-row {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 160, ../sass/partials/_blog.scss */
  .blog-list .views-row .image, .blog-list .views-row .text {
    width: auto;
  }
}

/* line 168, ../sass/partials/_blog.scss */
.views-row.horizontal-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}
/* line 185, ../sass/partials/_blog.scss */
.views-row.horizontal-item .image {
  width: 30%;
  line-height: 0;
  display: block;
}
/* line 194, ../sass/partials/_blog.scss */
.views-row.horizontal-item .text {
  width: 65%;
}
/* line 199, ../sass/partials/_blog.scss */
.views-row.horizontal-item .text h3 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
}
/* line 203, ../sass/partials/_blog.scss */
.views-row.horizontal-item .text h3 a {
  color: #000;
}
/* line 205, ../sass/partials/_blog.scss */
.views-row.horizontal-item .text h3 a:hover {
  text-decoration: underline;
}
/* line 210, ../sass/partials/_blog.scss */
.views-row.horizontal-item .text .copy {
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}
/* line 214, ../sass/partials/_blog.scss */
.views-row.horizontal-item .text .copy > * {
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

/* line 224, ../sass/partials/_blog.scss */
.block-bordered > h2 {
  position: relative;
}
/* line 226, ../sass/partials/_blog.scss */
.block-bordered > h2 > span {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 230, ../sass/partials/_blog.scss */
.block-bordered > h2 > span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 1px;
  background-color: #ccc;
}

/* line 244, ../sass/partials/_blog.scss */
.breakout-content {
  margin-top: 40px;
  background-color: #ebebeb;
}
/* line 248, ../sass/partials/_blog.scss */
.breakout-content > h2 {
  margin: 0;
  background-color: #fff;
}
/* line 251, ../sass/partials/_blog.scss */
.breakout-content > h2 > span {
  display: block;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #b9c3b7;
  font-size: 21px;
  font-weight: bold;
  position: relative;
}
/* line 261, ../sass/partials/_blog.scss */
.breakout-content > .views-element-container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 263, ../sass/partials/_blog.scss */
.breakout-content > .views-element-container .grid.three.items {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 268, ../sass/partials/_blog.scss */
.breakout-content > .views-element-container .grid.three.items .views-row.horizontal-item {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 277, ../sass/partials/_blog.scss */
.breakout-title > h2 {
  background-color: #000;
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
}
/* line 283, ../sass/partials/_blog.scss */
.breakout-title > h2 > span {
  color: #ffcc00;
  font-size: 18px;
  font-weight: normal;
}
/* line 289, ../sass/partials/_blog.scss */
.breakout-title > h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
}

/* line 305, ../sass/partials/_blog.scss */
.featured-posts-block > h2,
.sidebar-tags > h2,
.sidebar-block > h2 {
  background-color: #f3f5f8;
  margin: 0;
  padding: 10px 20px;
  margin-bottom: 2px;
}

/* line 318, ../sass/partials/_blog.scss */
.sidebar-block {
  background-color: #f3f5f8;
}
/* line 320, ../sass/partials/_blog.scss */
.sidebar-block > h2 {
  padding-bottom: 0;
}

/* line 326, ../sass/partials/_blog.scss */
.downloads .views-row {
  padding: 10px 20px;
}
/* line 328, ../sass/partials/_blog.scss */
.downloads .views-row a {
  display: block;
  padding: 10px 0;
}

/* line 335, ../sass/partials/_blog.scss */
.sidebar-tags {
  margin-top: 30px;
}
/* line 337, ../sass/partials/_blog.scss */
.sidebar-tags > h2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 341, ../sass/partials/_blog.scss */
.sidebar-tags ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 346, ../sass/partials/_blog.scss */
.sidebar-tags ul li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 351, ../sass/partials/_blog.scss */
.sidebar-tags ul li a {
  font-size: 18px;
  color: #000;
  display: block;
  padding: 5px 0;
}
/* line 359, ../sass/partials/_blog.scss */
.sidebar-tags .views-element-container,
.sidebar-tags > .menu {
  padding: 10px 20px;
  background-color: #f3f5f8;
}

/* line 368, ../sass/partials/_blog.scss */
.featured-posts .views-row {
  margin-bottom: 2px;
  padding: 20px;
  background-color: #f3f5f8;
  border-bottom: none;
}
/* line 374, ../sass/partials/_blog.scss */
.featured-posts .views-row .text h3 {
  font-size: 16px;
  margin-bottom: 4px;
}
/* line 377, ../sass/partials/_blog.scss */
.featured-posts .views-row .text h3 a {
  text-decoration: underline;
}
/* line 381, ../sass/partials/_blog.scss */
.featured-posts .views-row .text .copy {
  color: #000;
  font-size: 12px;
}

/* line 540, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .preface-third-wrapper,
body.path-taxonomy .preface-third-wrapper,
body.path-blog .preface-third-wrapper,
body.path-search .preface-third-wrapper,
body.page-node-372 .preface-third-wrapper {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
/* line 545, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .preface-third-wrapper .region-preface-third,
body.path-taxonomy .preface-third-wrapper .region-preface-third,
body.path-blog .preface-third-wrapper .region-preface-third,
body.path-search .preface-third-wrapper .region-preface-third,
body.page-node-372 .preface-third-wrapper .region-preface-third {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 552, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .preface-third-wrapper .region-preface-third .blog-logo .field--name-body a,
body.path-taxonomy .preface-third-wrapper .region-preface-third .blog-logo .field--name-body a,
body.path-blog .preface-third-wrapper .region-preface-third .blog-logo .field--name-body a,
body.path-search .preface-third-wrapper .region-preface-third .blog-logo .field--name-body a,
body.page-node-372 .preface-third-wrapper .region-preface-third .blog-logo .field--name-body a {
  display: block;
  max-width: 200px;
}
/* line 558, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .preface-third-wrapper .region-preface-third .block-custom-search,
body.path-taxonomy .preface-third-wrapper .region-preface-third .block-custom-search,
body.path-blog .preface-third-wrapper .region-preface-third .block-custom-search,
body.path-search .preface-third-wrapper .region-preface-third .block-custom-search,
body.page-node-372 .preface-third-wrapper .region-preface-third .block-custom-search {
  width: 25%;
}
/* line 562, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item,
body.path-taxonomy .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item,
body.path-blog .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item,
body.path-search .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item,
body.page-node-372 .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item {
  position: relative;
  margin: 0;
}
/* line 565, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item input[type="search"],
body.path-taxonomy .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item input[type="search"],
body.path-blog .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item input[type="search"],
body.path-search .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item input[type="search"],
body.page-node-372 .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item input[type="search"] {
  width: 100%;
  height: 36px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  border: none;
  background-color: #fff;
  padding-left: 46px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 574, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item:after,
body.path-taxonomy .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item:after,
body.path-blog .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item:after,
body.path-search .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item:after,
body.page-node-372 .preface-third-wrapper .region-preface-third .custom-search-block-form .js-form-item:after {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  position: relative;
  top: -1px;
  font-size: 22px;
  text-align: center;
  color: #000;
  line-height: 36px;
  width: 36px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 593, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .region-content .paragraph--type--two-column-text,
body.not-front-page.page-node-type-blog-post .region-content .para-text-image,
body.path-taxonomy .region-content .paragraph--type--two-column-text,
body.path-taxonomy .region-content .para-text-image,
body.path-blog .region-content .paragraph--type--two-column-text,
body.path-blog .region-content .para-text-image,
body.path-search .region-content .paragraph--type--two-column-text,
body.path-search .region-content .para-text-image,
body.page-node-372 .region-content .paragraph--type--two-column-text,
body.page-node-372 .region-content .para-text-image {
  margin-bottom: 0;
}
/* line 597, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .region-content .para-text-image .image,
body.path-taxonomy .region-content .para-text-image .image,
body.path-blog .region-content .para-text-image .image,
body.path-search .region-content .para-text-image .image,
body.page-node-372 .region-content .para-text-image .image {
  margin-top: 30px;
}
/* line 615, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .region-content .views-field-body p a, body.not-front-page.page-node-type-blog-post .region-content .views-field-body li a,
body.path-taxonomy .region-content .views-field-body p a,
body.path-taxonomy .region-content .views-field-body li a,
body.path-blog .region-content .views-field-body p a,
body.path-blog .region-content .views-field-body li a,
body.path-search .region-content .views-field-body p a,
body.path-search .region-content .views-field-body li a,
body.page-node-372 .region-content .views-field-body p a,
body.page-node-372 .region-content .views-field-body li a {
  color: #0a4ede;
  text-decoration: underline;
}
/* line 618, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .region-content .views-field-body p a:hover, body.not-front-page.page-node-type-blog-post .region-content .views-field-body li a:hover,
body.path-taxonomy .region-content .views-field-body p a:hover,
body.path-taxonomy .region-content .views-field-body li a:hover,
body.path-blog .region-content .views-field-body p a:hover,
body.path-blog .region-content .views-field-body li a:hover,
body.path-search .region-content .views-field-body p a:hover,
body.path-search .region-content .views-field-body li a:hover,
body.page-node-372 .region-content .views-field-body p a:hover,
body.page-node-372 .region-content .views-field-body li a:hover {
  color: #000;
}
/* line 624, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .region-content strong,
body.path-taxonomy .region-content strong,
body.path-blog .region-content strong,
body.path-search .region-content strong,
body.page-node-372 .region-content strong {
  color: #000;
}
/* line 648, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .region-content .byline,
body.path-taxonomy .region-content .byline,
body.path-blog .region-content .byline,
body.path-search .region-content .byline,
body.page-node-372 .region-content .byline {
  margin-bottom: 10px;
  color: #000;
}
/* line 654, ../sass/partials/_blog.scss */
body.not-front-page.page-node-type-blog-post .region-content .byline a,
body.path-taxonomy .region-content .byline a,
body.path-blog .region-content .byline a,
body.path-search .region-content .byline a,
body.page-node-372 .region-content .byline a {
  color: #0a4ede;
}

/* line 665, ../sass/partials/_blog.scss */
body.path-search .block-system-main-block {
  padding-top: 50px;
}
/* line 669, ../sass/partials/_blog.scss */
body.path-search .search-form .search-help-link,
body.path-search .search-form .search-advanced {
  display: none;
}
/* line 673, ../sass/partials/_blog.scss */
body.path-search .search-form .container-inline {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}
/* line 677, ../sass/partials/_blog.scss */
body.path-search .search-form .container-inline .form-item-keys {
  position: relative;
  margin: 0;
  display: block;
}
/* line 681, ../sass/partials/_blog.scss */
body.path-search .search-form .container-inline .form-item-keys label {
  overflow: hidden;
  text-indent: -20000em;
  height: 0px;
}
/* line 686, ../sass/partials/_blog.scss */
body.path-search .search-form .container-inline .form-item-keys input[type="search"] {
  width: 100%;
  height: 46px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  border: none;
  background-color: #fff;
  padding-left: 56px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b9c3b7;
  font-size: 21px;
}
/* line 697, ../sass/partials/_blog.scss */
body.path-search .search-form .container-inline .form-item-keys:after {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  position: relative;
  top: -1px;
  font-size: 18px;
  text-align: center;
  color: #b9c3b7;
  line-height: 46px;
  width: 46px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 710, ../sass/partials/_blog.scss */
body.path-search .search-form .container-inline input[type="submit"] {
  display: none;
}
/* line 715, ../sass/partials/_blog.scss */
body.path-search .region-content {
  min-height: 70vh;
}
/* line 717, ../sass/partials/_blog.scss */
body.path-search .region-content > h2 {
  font-size: 18px;
}
/* line 721, ../sass/partials/_blog.scss */
body.path-search .region-content .item-list ol {
  margin-left: 0;
  padding-left: 0;
  font-size: 26px;
  list-style: none;
}
/* line 726, ../sass/partials/_blog.scss */
body.path-search .region-content .item-list ol li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b9c3b7;
}
/* line 730, ../sass/partials/_blog.scss */
body.path-search .region-content .item-list ol li:last-child {
  border-bottom: none;
}
/* line 733, ../sass/partials/_blog.scss */
body.path-search .region-content .item-list ol li h3 {
  font-size: 21px;
  margin-bottom: 0;
}
/* line 736, ../sass/partials/_blog.scss */
body.path-search .region-content .item-list ol li h3 a {
  color: #000;
}
/* line 740, ../sass/partials/_blog.scss */
body.path-search .region-content .item-list ol li .search-result__snippet {
  font-size: 16px;
}
/* line 743, ../sass/partials/_blog.scss */
body.path-search .region-content .item-list ol li .search-result__info {
  font-size: 14px;
  color: #666;
}

/* line 754, ../sass/partials/_blog.scss */
.page-node-type-blog-post main {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 761, ../sass/partials/_blog.scss */
.block.small-title > h2 {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #33cc99 !important;
  margin-bottom: 0;
}

/* line 775, ../sass/partials/_blog.scss */
.related-project-link a {
  color: #000;
  text-decoration: underline;
}

/* line 783, ../sass/partials/_blog.scss */
.block-views-blockblog-block-3 .view-rows,
.block-views-blockblog-block-5 .view-rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  column-gap: 24px;
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  /* line 783, ../sass/partials/_blog.scss */
  .block-views-blockblog-block-3 .view-rows,
  .block-views-blockblog-block-5 .view-rows {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 794, ../sass/partials/_blog.scss */
.block-views-blockblog-block-3 .view-rows .views-row,
.block-views-blockblog-block-5 .view-rows .views-row {
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 794, ../sass/partials/_blog.scss */
  .block-views-blockblog-block-3 .view-rows .views-row,
  .block-views-blockblog-block-5 .view-rows .views-row {
    width: auto;
  }
}
/* line 801, ../sass/partials/_blog.scss */
.block-views-blockblog-block-3 .view-rows .views-row > .author,
.block-views-blockblog-block-5 .view-rows .views-row > .author {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 804, ../sass/partials/_blog.scss */
.block-views-blockblog-block-3 .view-rows .views-row > .author .left,
.block-views-blockblog-block-5 .view-rows .views-row > .author .left {
  max-width: 150px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 817, ../sass/partials/_blog.scss */
.block-views-blockblog-block-3 .view-rows .views-row > .author .right,
.block-views-blockblog-block-5 .view-rows .views-row > .author .right {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #999;
}
/* line 823, ../sass/partials/_blog.scss */
.block-views-blockblog-block-3 .view-rows .views-row > .author .right .name,
.block-views-blockblog-block-5 .view-rows .views-row > .author .right .name {
  font-weight: bold;
}
/* line 825, ../sass/partials/_blog.scss */
.block-views-blockblog-block-3 .view-rows .views-row > .author .right .name a,
.block-views-blockblog-block-5 .view-rows .views-row > .author .right .name a {
  color: #000;
}
/* line 829, ../sass/partials/_blog.scss */
.block-views-blockblog-block-3 .view-rows .views-row > .author .right a,
.block-views-blockblog-block-5 .view-rows .views-row > .author .right a {
  color: #999;
}

/* line 840, ../sass/partials/_blog.scss */
.path-taxonomy #block-bala-page-title {
  text-align: center;
  color: #000;
  margin: 50px 0;
  display: none;
}

/* line 849, ../sass/partials/_blog.scss */
.comment-form .filter-wrapper {
  display: none;
}

/* line 854, ../sass/partials/_blog.scss */
.by-tag-list {
  margin-top: 80px;
}

/* line 861, ../sass/partials/_blog.scss */
.blog-header .views-row .image {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 865, ../sass/partials/_blog.scss */
.blog-header .views-row h1.page-title {
  margin-bottom: 30px;
}
/* line 868, ../sass/partials/_blog.scss */
.blog-header .views-row .created {
  color: #666;
}

/* line 875, ../sass/partials/_blog.scss */
.articles-nav-title > h2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 881, ../sass/partials/_blog.scss */
.collapse-top {
  margin-top: 0;
}

/* line 885, ../sass/partials/_blog.scss */
.collapse-bottom {
  margin-bottom: 0;
}

/* line 890, ../sass/partials/_blog.scss */
.related-blog-posts h2 {
  font-size: 26px;
  font-weight: 600;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 12px;
}
/* line 896, ../sass/partials/_blog.scss */
.related-blog-posts .views-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}
/* line 901, ../sass/partials/_blog.scss */
.related-blog-posts .views-row .text h3 {
  margin-bottom: 15px;
}
/* line 903, ../sass/partials/_blog.scss */
.related-blog-posts .views-row .text h3 a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
@media (hover: hover) {
  /* line 908, ../sass/partials/_blog.scss */
  .related-blog-posts .views-row .text h3 a:hover {
    color: #666;
  }
}
/* line 915, ../sass/partials/_blog.scss */
.related-blog-posts .views-row .text .copy {
  color: #666;
  line-height: 1.4;
  font-size: 16px;
}

/* line 927, ../sass/partials/_blog.scss */
.bio-grid.two .view-rows {
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  /* line 927, ../sass/partials/_blog.scss */
  .bio-grid.two .view-rows {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 932, ../sass/partials/_blog.scss */
.bio-grid.three .view-rows {
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  /* line 932, ../sass/partials/_blog.scss */
  .bio-grid.three .view-rows {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 937, ../sass/partials/_blog.scss */
.bio-grid.four .view-rows {
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  /* line 937, ../sass/partials/_blog.scss */
  .bio-grid.four .view-rows {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 942, ../sass/partials/_blog.scss */
.bio-grid.five .view-rows {
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  /* line 942, ../sass/partials/_blog.scss */
  .bio-grid.five .view-rows {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 949, ../sass/partials/_blog.scss */
.card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 952, ../sass/partials/_blog.scss */
.card .image {
  margin-bottom: 15px;
  line-height: 0;
}
/* line 957, ../sass/partials/_blog.scss */
.card .text > span {
  display: block;
}
/* line 961, ../sass/partials/_blog.scss */
.card .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 965, ../sass/partials/_blog.scss */
.card .title a {
  color: #000;
}
/* line 969, ../sass/partials/_blog.scss */
.card .meta {
  font-weight: 300;
  font-size: 16px;
}
/* line 972, ../sass/partials/_blog.scss */
.card .meta a {
  color: #000;
}
/* line 977, ../sass/partials/_blog.scss */
.card.blog-card .type {
  margin-bottom: 10px;
  color: #666;
}
/* line 981, ../sass/partials/_blog.scss */
.card.blog-card .text {
  margin-top: 17px;
}
/* line 984, ../sass/partials/_blog.scss */
.card.blog-card .image {
  margin-bottom: 0;
}
/* line 987, ../sass/partials/_blog.scss */
.card.blog-card .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

/* line 999, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content {
  max-width: 1500px;
}
/* line 1002, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .breakout > .inner, body.page-node-723.not-front-page .layout-content .breakout-content > .inner, body.page-node-723.not-front-page .layout-content .breakout-title > h2 > .inner,
body.page-node-723.not-front-page .layout-content .breakout > .intro,
body.page-node-723.not-front-page .layout-content .breakout-content > .intro,
body.page-node-723.not-front-page .layout-content .breakout-title > h2 > .intro {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1011, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .breakout > .intro, body.page-node-723.not-front-page .layout-content .breakout-content > .intro, body.page-node-723.not-front-page .layout-content .breakout-title > h2 > .intro {
  max-width: 1100px;
  padding-bottom: 80px;
  text-align: center;
}
/* line 1016, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .breakout > .intro p, body.page-node-723.not-front-page .layout-content .breakout-content > .intro p, body.page-node-723.not-front-page .layout-content .breakout-title > h2 > .intro p {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 1016, ../sass/partials/_blog.scss */
  body.page-node-723.not-front-page .layout-content .breakout > .intro p, body.page-node-723.not-front-page .layout-content .breakout-content > .intro p, body.page-node-723.not-front-page .layout-content .breakout-title > h2 > .intro p {
    font-size: 28px;
    line-height: 1.4;
  }
}
/* line 1026, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .insights-header {
  background-color: var(--palebg);
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
/* line 1031, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .insights-header .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 1031, ../sass/partials/_blog.scss */
  body.page-node-723.not-front-page .layout-content .insights-header .inner {
    display: block;
  }
}
/* line 1037, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .insights-header .inner > .left {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 1040, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .insights-header .inner .right {
  width: 100%;
  max-width: 380px;
  margin-left: 50px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  /* line 1040, ../sass/partials/_blog.scss */
  body.page-node-723.not-front-page .layout-content .insights-header .inner .right {
    margin-left: 0;
    margin-top: 40px;
  }
}
/* line 1053, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .paragraph > .inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* line 1058, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .paragraph > .inner .block h2 {
  font-size: 32px;
  text-align: center;
}
/* line 1064, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .paragraph.show-block {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  /* line 1064, ../sass/partials/_blog.scss */
  body.page-node-723.not-front-page .layout-content .paragraph.show-block {
    margin-bottom: 40px;
  }
}
/* line 1069, ../sass/partials/_blog.scss */
body.page-node-723.not-front-page .layout-content .paragraph.show-block.insights-search {
  margin-bottom: 20px;
}

/* line 1076, ../sass/partials/_blog.scss */
#block-insightsmenu {
  max-width: 960px;
  margin: 20px auto 50px auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1082, ../sass/partials/_blog.scss */
#block-insightsmenu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  /* line 1082, ../sass/partials/_blog.scss */
  #block-insightsmenu ul.menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 1088, ../sass/partials/_blog.scss */
#block-insightsmenu ul.menu li a {
  display: block;
  padding: 0 30px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background-color: var(--palebg);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (hover: hover) {
  /* line 1100, ../sass/partials/_blog.scss */
  #block-insightsmenu ul.menu li a:hover {
    background-color: #ccc;
  }
}

/* line 1110, ../sass/partials/_blog.scss */
.field--name-field-embed-code,
.field--name-field-video-url {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 1118, ../sass/partials/_blog.scss */
.page-node-type-article .node-article {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 100px;
}
/* line 1121, ../sass/partials/_blog.scss */
.page-node-type-article .node-article > .image {
  width: 100%;
  max-width: 320px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 1135, ../sass/partials/_blog.scss */
.page-node-type-article .node-article > .text > .article-link strong {
  display: block;
  color: #666;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 1141, ../sass/partials/_blog.scss */
.page-node-type-article .node-article > .text > .article-link a {
  color: #000;
  font-weight: bold;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 1, ../sass/partials/_header.scss */
.layout-container {
  margin-top: var(--headerheight);
}
/* line 3, ../sass/partials/_header.scss */
body.toolbar-fixed .layout-container {
  margin-top: calc(var(--headerheight) + var(--admintoolbar));
}
@media (min-width: 1026px) {
  /* line 7, ../sass/partials/_header.scss */
  body.path-frontpage .layout-container {
    margin-top: 0;
  }
  /* line 10, ../sass/partials/_header.scss */
  body.path-frontpage.toolbar-fixed .layout-container {
    margin-top: var(--admintoolbar);
  }
}
/* line 14, ../sass/partials/_header.scss */
.layout-container > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  background-color: #fff;
  z-index: 500;
}
/* line 22, ../sass/partials/_header.scss */
body.path-frontpage .layout-container > header {
  background-color: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) {
  /* line 22, ../sass/partials/_header.scss */
  body.path-frontpage .layout-container > header {
    background: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 22, ../sass/partials/_header.scss */
  body.path-frontpage .layout-container > header {
    background: none;
  }
}
/* line 32, ../sass/partials/_header.scss */
body.toolbar-tray-open .layout-container > header {
  top: var(--admintoolbar);
}
/* line 35, ../sass/partials/_header.scss */
.layout-container > header > .header-inner {
  height: var(--headerheight);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 41, ../sass/partials/_header.scss */
.layout-container > header > .header-inner .region-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 46, ../sass/partials/_header.scss */
.layout-container > header > .header-inner .region-header-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 52, ../sass/partials/_header.scss */
.layout-container > header > .header-inner .region-header-menu .menu-panels {
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 767px) {
  /* line 52, ../sass/partials/_header.scss */
  .layout-container > header > .header-inner .region-header-menu .menu-panels {
    position: fixed;
    top: var(--headerheightsmall);
    right: -100%;
    bottom: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    background-color: var(--palebg);
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  /* line 65, ../sass/partials/_header.scss */
  .layout-container > header > .header-inner .region-header-menu .menu-panels.active {
    right: 0;
  }
}
/* line 72, ../sass/partials/_header.scss */
body.header-fixed .layout-container > header {
  background: none;
  background-color: #fff;
}
/* line 75, ../sass/partials/_header.scss */
body.header-fixed .layout-container > header > .header-inner {
  height: var(--headerheightsmall);
}

/* line 82, ../sass/partials/_header.scss */
.region-subheader {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 91, ../sass/partials/_header.scss */
.main-logo .field--name-body > a {
  display: block;
  line-height: 0;
}
/* line 96, ../sass/partials/_header.scss */
.main-logo svg {
  height: 70px;
  width: auto;
  -moz-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 96, ../sass/partials/_header.scss */
  .main-logo svg {
    height: 35px;
  }
}
@media (max-width: 767px) {
  /* line 96, ../sass/partials/_header.scss */
  .main-logo svg {
    height: 30px;
  }
}
/* line 106, ../sass/partials/_header.scss */
.main-logo svg #main-logo-group {
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 110, ../sass/partials/_header.scss */
body.path-frontpage .main-logo svg #main-logo-group {
  fill: #fff;
}
@media (max-width: 767px) {
  /* line 110, ../sass/partials/_header.scss */
  body.path-frontpage .main-logo svg #main-logo-group {
    fill: #A5AEA1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* line 110, ../sass/partials/_header.scss */
  body.path-frontpage .main-logo svg #main-logo-group {
    fill: #A5AEA1;
  }
}
/* line 121, ../sass/partials/_header.scss */
body.path-frontpage.header-fixed .main-logo svg #main-logo-group {
  fill: #A5AEA1;
}

/* line 3, ../sass/partials/_footer.scss */
.social-links .field--name-body .phone {
  margin-bottom: 18px;
  font-size: 14px;
}
/* line 7, ../sass/partials/_footer.scss */
.social-links .field--name-body .email {
  margin-bottom: 18px;
  font-size: 14px;
}
/* line 10, ../sass/partials/_footer.scss */
.social-links .field--name-body .email a {
  color: #fff;
}
/* line 14, ../sass/partials/_footer.scss */
.social-links .field--name-body .social > a {
  font-size: 18px;
  color: #fff;
  margin: 0 15px 0 0;
}

@media (max-width: 767px) {
  /* line 22, ../sass/partials/_footer.scss */
  .footer-logo {
    margin-bottom: 50px;
  }
}
/* line 26, ../sass/partials/_footer.scss */
.footer-logo .field--name-body {
  margin-left: 25%;
}
@media (max-width: 767px) {
  /* line 26, ../sass/partials/_footer.scss */
  .footer-logo .field--name-body {
    margin-left: 0;
  }
}
/* line 31, ../sass/partials/_footer.scss */
.footer-logo .field--name-body svg {
  max-width: 150px;
}

/* line 38, ../sass/partials/_footer.scss */
.vnav.engineering-nav .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* line 38, ../sass/partials/_footer.scss */
  .vnav.engineering-nav .menu {
    display: block;
  }
}
/* line 45, ../sass/partials/_footer.scss */
.vnav.engineering-nav .menu > li {
  width: 40%;
}
@media (max-width: 767px) {
  /* line 45, ../sass/partials/_footer.scss */
  .vnav.engineering-nav .menu > li {
    width: auto;
  }
}

/* line 64, ../sass/partials/_footer.scss */
.footer-second {
  background-color: #415151;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
/* line 71, ../sass/partials/_footer.scss */
.footer-second a {
  color: #fff;
}
/* line 74, ../sass/partials/_footer.scss */
.footer-second h2 {
  color: #8E978A;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
}
/* line 83, ../sass/partials/_footer.scss */
.footer-second nav ul li a {
  font-size: 14px;
}

/* line 90, ../sass/partials/_footer.scss */
.footer-third {
  background-color: #415151;
  text-align: center;
  font-size: 12px;
}
/* line 94, ../sass/partials/_footer.scss */
.footer-third .region-footer-third {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #000;
}
/* line 99, ../sass/partials/_footer.scss */
.footer-third .region-footer-third p {
  color: #fff;
  font-size: 12px;
}

/* line 105, ../sass/partials/_footer.scss */
.region-footer-second {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 105, ../sass/partials/_footer.scss */
  .region-footer-second {
    display: block;
  }
}
/* line 117, ../sass/partials/_footer.scss */
.region-footer-second .footer-logo {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 117, ../sass/partials/_footer.scss */
  .region-footer-second .footer-logo {
    width: auto;
  }
}
/* line 123, ../sass/partials/_footer.scss */
.region-footer-second .discover-nav {
  width: 15%;
}
@media (max-width: 767px) {
  /* line 123, ../sass/partials/_footer.scss */
  .region-footer-second .discover-nav {
    width: auto;
  }
}
/* line 129, ../sass/partials/_footer.scss */
.region-footer-second .engineering-nav {
  width: 30%;
}
@media (max-width: 767px) {
  /* line 129, ../sass/partials/_footer.scss */
  .region-footer-second .engineering-nav {
    width: auto;
  }
}
/* line 135, ../sass/partials/_footer.scss */
.region-footer-second .social-links {
  width: 25%;
}
@media (max-width: 767px) {
  /* line 135, ../sass/partials/_footer.scss */
  .region-footer-second .social-links {
    width: auto;
  }
}
