@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,800");
.visuallyHidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  color: transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

[data-whatintent='mouse'] *:focus,
[data-whatintent='touch'] *:focus {
  outline: none;
}

.user-is-tabbing :focus {
  outline: dashed 3px #ff9c00 !important;
}

.page-markets--westat h1.page-title,
.page-markets--westat h1.page-title:focus,
.page-markets--westat h1.page-title span,
.page-markets--westat h1.page-title span:focus,
.page-markets--westat.user-is-tabbing h1.page-title,
.page-markets--westat.user-is-tabbing h1.page-title:focus,
.page-markets--westat.user-is-tabbing h1.page-title span,
.page-markets--westat.user-is-tabbing h1.page-title span:focus {
  outline: none !important;
}

a.skipLink:focus {
  position: relative;
  clip: auto;
  height: auto;
  width: auto;
  color: #007a99;
  background-color: #fff;
  padding: 5px;
  position: relative;
  z-index: 99;
}

.user-is-tabbing > .skipLink__container {
  max-width: 1540px;
  display: block;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.user-is-tabbing .visuallyHidden.focusable.skipLink:focus {
  background-color: #fff;
  clip: inherit;
  color: #007a99;
  font-size: inherit;
  height: 0;
  overflow: inherit;
  padding: 5px;
  position: relative !important;
  width: 100%;
  z-index: 99;
}

html {
  background-color: #061943;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
}

*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #000;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 18px;
  background-color: #fff;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.region-content {
  position: relative;
}

.layout-header > .layout-container {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .layout-header > .layout-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .layout-header > .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .layout-header > .layout-container {
    padding-left: 2rem;
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .layout-header > .layout-container {
    padding-left: 1rem;
  }
}

.layout-adminPrecontent > .layout-container {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .layout-adminPrecontent > .layout-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .layout-adminPrecontent > .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.layout-content > .layout-container {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
}

.browser-safari .layout-content {
  overflow: hidden;
}

.layout-contentSecondary > .layout-container {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
}

.layout-footer > .layout-container {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .layout-footer > .layout-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .layout-footer > .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.layout-footer > .layout-container .region-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-footerSecondary > .layout-container {
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .layout-footerSecondary > .layout-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .layout-footerSecondary > .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

h1 {
  display: block;
  color: #00467F;
  font-size: 2.77778rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.16667rem;
  margin-top: 2.61111rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.7rem;
  }
}

h2 {
  display: block;
  color: #00467F;
  font-weight: 800;
  line-height: 1.4;
  font-size: 2.22222rem;
  margin-bottom: 1.72222rem;
  margin-top: 0;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3,
h4,
h5,
h6 {
  display: block;
  color: #00467F;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.44444rem;
  margin-bottom: 1.83333rem;
  margin-top: 0;
}

p {
  line-height: 1.8;
  margin-bottom: 1.77778rem;
}

a {
  color: #007a99;
  text-decoration: none;
}

a:hover {
  color: #005f7c;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: oblique;
}

i {
  font-style: italic;
}

small {
  font-size: 0.83333rem;
}

big {
  font-size: 1.22222rem;
}

dl dt {
  font-weight: 700;
}

abbr {
  text-transform: uppercase;
}

pre,
code {
  font-family: Courier, monospace;
}

.section-title {
  color: #333;
  letter-spacing: 0.16667rem;
  text-transform: uppercase;
}

figcaption {
  text-align: center;
  font-style: normal;
  font-size: 14px;
  color: #005f7c;
}

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  color: #00467F;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

blockquote p {
  max-width: 100%;
  margin: 0;
  padding: 0 50px;
  position: relative;
  font-size: 1.44444rem;
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 1.22rem;
  }
}

@media (max-width: 500px) {
  blockquote p {
    font-size: 1.11rem;
  }
}

blockquote p:before, blockquote p:after {
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 0.85;
  color: #a7bcdb;
  height: 30px;
  width: 38px;
}

blockquote p:before {
  content: '“';
  left: 0;
  top: 8px;
  margin-right: 10px;
  line-height: 0 !important;
}

blockquote p:after {
  content: '”';
  bottom: -20px;
  right: 0;
  margin-left: 10px;
  line-height: 0 !important;
}

blockquote .cite {
  max-width: 100%;
  width: 100%;
  font-size: 18px;
  margin-top: 8px;
}

blockquote .cite:before, blockquote .cite:after {
  display: none;
}

.cite {
  color: #00467F;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 500px) {
  .cite {
    font-size: 0.85rem;
  }
}

.paragraph--type--quote > .cite {
  padding: 0 50px;
}

.footnote {
  line-height: 1.8;
  font-size: 0.8rem;
  margin: 0 0 0.8rem 0;
  font-weight: 400;
}

.block-main-page-content .fieldName-body p,
.block-main-page-content .fieldType-text-long p,
.paragraph--type--project-section p,
.block-main-page-content .field-content-accordion p,
.view-clients p {
  margin: calc(40px - 15px) 0;
  font-weight: 400;
}

.block-main-page-content .fieldName-body h2,
.block-main-page-content .fieldType-text-long h2,
.paragraph--type--project-section h2,
.block-main-page-content .field-content-accordion h2,
.view-clients h2 {
  margin: calc(60px - 15px) 0 calc(40px - 15px) 0;
}

.node-content ul,
.node-content ol,
.field-content ul,
.field-content ol {
  margin: calc(40px - 15px) 0;
}

.node-content ul li,
.node-content ol li,
.field-content ul li,
.field-content ol li {
  padding: 0.5rem 0;
  line-height: 1.8;
  font-weight: 400;
}

.node-content ul li:first-of-type,
.node-content ol li:first-of-type,
.field-content ul li:first-of-type,
.field-content ol li:first-of-type {
  padding-top: 0;
}

.node-content ul li:last-of-type,
.node-content ol li:last-of-type,
.field-content ul li:last-of-type,
.field-content ol li:last-of-type {
  padding-bottom: 0;
}

.node-content ul li p,
.node-content ol li p,
.field-content ul li p,
.field-content ol li p {
  margin: 0;
}

ul.inline {
  padding-left: 1.55556rem;
}

ul.inline li {
  position: relative;
  margin-bottom: 1.66667rem;
  padding-left: 0.55556rem;
  margin-left: 1rem;
  padding-right: 0;
}

ul.inline li:first-child {
  margin-left: 0;
}

ul.inline li:before {
  content: '';
  position: absolute;
  background: #000;
  height: 3px;
  left: 0;
  top: 0.61111rem;
  width: 3px;
}

.path-node .region-content > .block-system-breadcrumb-block,
.page-sorry-this-page-isn’t-available--westat .region-content > .block-system-breadcrumb-block,
.page-our-projects--westat .region-content > .block-system-breadcrumb-block,
.path-taxonomy .region-content > .block-system-breadcrumb-block {
  display: none;
}

.page-sorry-this-page-isn’t-available--westat #block-breadcrumbs,
.page-our-projects--westat #block-breadcrumbs {
  display: none;
}

.path-about-us #block-breadcrumbs {
  margin-bottom: -35px;
}

.breadcrumb ol {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (max-width: 650px) {
  .breadcrumb ol {
    display: inline-block;
  }
}

.breadcrumb ol li {
  color: #007a99;
  display: inline-block;
  position: relative;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0.44444rem;
  padding-right: 1rem;
  font-size: 0.77778rem;
  text-transform: uppercase;
  font-weight: 400;
}

.breadcrumb ol li::before {
  content: '' !important;
  position: absolute;
  background: #007a99;
  border-radius: 10px;
  height: 2px;
  right: 0;
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

@media (max-width: 768px) {
  .breadcrumb ol li::before {
    top: 5px;
  }
}

.breadcrumb ol li a {
  border-bottom: 1px solid #007a99;
}

.breadcrumb ol li a:hover {
  text-decoration: none;
}

.breadcrumb ol li:after {
  content: '';
  position: absolute;
  background: #007a99;
  border-radius: 10px;
  height: 2px;
  right: 0;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

@media (max-width: 768px) {
  .breadcrumb ol li:after {
    top: 9px;
  }
}

.breadcrumb ol li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb ol li:last-child:before, .breadcrumb ol li:last-child:after {
  display: none;
}

@media (max-width: 768px) {
  .breadcrumb ol li {
    font-size: 0.66667rem;
  }
}

@media (max-width: 650px) {
  .breadcrumb ol li {
    clear: both;
    margin-bottom: 3px !important;
  }
}

button,
button.button,
input[type=submit],
input[type=reset],
input[type=button],
a.button,
p.button a,
.webform-confirmation__message a {
  position: relative;
  background: #007a99;
  border: 0;
  color: #fff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  padding: 0 1.11111rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

button:hover, button:focus, button:active,
button.button:hover,
button.button:focus,
button.button:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
a.button:hover,
a.button:focus,
a.button:active,
p.button a:hover,
p.button a:focus,
p.button a:active,
.webform-confirmation__message a:hover,
.webform-confirmation__message a:focus,
.webform-confirmation__message a:active {
  background-color: #005f7c;
  text-decoration: none;
}

input[type=submit],
input[type=reset],
input[type=button],
a.button,
p.button a,
.webform-confirmation__message a {
  background-color: #007a99;
  background-image: url(../img/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px 20px;
  height: 60px;
  padding: 0 2.77778rem 0 1.11111rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 500px) {
  input[type=submit],
  input[type=reset],
  input[type=button],
  a.button,
  p.button a,
  .webform-confirmation__message a {
    height: auto;
    line-height: 1rem !important;
    padding-top: 1.11111rem;
    padding-bottom: 1.11111rem;
  }
}

a.button,
p.button a,
.webform-confirmation__message a {
  line-height: 60px;
}

@media (max-width: 500px) {
  a.button,
  p.button a,
  .webform-confirmation__message a {
    line-height: 60px !important;
  }
}

.webform-confirmation__message a {
  display: inline-block;
}

.client-list .clients-area {
  position: relative;
  width: 100%;
  margin-bottom: 7rem;
}

.client-list .clients-area .clients-area__controls > a.link {
  font-weight: 500;
  padding-right: 20px;
  position: relative;
}

.client-list .clients-area .clients-area__controls > a.link:hover:before, .client-list .clients-area .clients-area__controls > a.link:hover:after {
  color: #005f7c;
}

.client-list .clients-area .clients-area__controls > a.link:before, .client-list .clients-area .clients-area__controls > a.link:after {
  content: '';
  position: absolute;
  background: #007a99;
  border-radius: 5px;
  height: 2px;
  right: 0;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  width: 10px;
}

.client-list .clients-area .clients-area__controls > a.link:before {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.client-list .clients-area .clients-area__controls > a.link:after {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.client-list .clients-area__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 70%;
  position: relative;
  top: -25px;
  z-index: 1;
  color: #fff;
}

@media (max-width: 1480px) {
  .client-list .clients-area__controls {
    max-width: 65%;
  }
}

@media (max-width: 1350px) {
  .client-list .clients-area__controls {
    max-width: 60%;
  }
}

@media (max-width: 1024px) {
  .client-list .clients-area__controls {
    max-width: 100%;
  }
}

.client-list .clients-area__controls p {
  color: #829cbe;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-image: url(../img/backgrounds/please-wait.gif);
  background-repeat: no-repeat;
  width: auto;
  background-size: contain;
  padding-bottom: 10px;
  background-position: bottom;
  margin: 0 auto;
  right: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.client-list .clients-area__controls p.show {
  opacity: 1;
}

.client-list .clients-area__controls-control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #829cbe;
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 60px;
}

.client-list .clients-area__controls-control:hover {
  opacity: 0.8;
}

.client-list .clients-area__controls-pause::after, .client-list .clients-area__controls-pause::before {
  background-color: #fff;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 15px;
}

.client-list .clients-area__controls-pause::before {
  margin-right: 5px;
}

.client-list .clients-area__controls-play::before {
  background-image: url(../img/icons/icon-play-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
}

.client-list .scroller {
  height: 10rem;
  overflow: hidden;
  width: 100%;
  margin-top: 5.5rem;
}

@media (max-width: 1024px) {
  .client-list .scroller {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .client-list .scroller {
    height: auto;
    margin-top: 2rem;
  }
}

.client-list .scroller > div > div {
  min-width: 250px;
}

@media (max-width: 767px) {
  .client-list .scroller > div > div {
    min-width: 200px;
  }
}

.client-list .scroller .scroller-row {
  position: relative;
  padding: 0 1.5rem;
  min-height: 6rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9rem;
  border-right: 2px solid #c7d5e1;
  color: #00467F;
  text-align: center;
}

@media (max-width: 1100px) {
  .client-list .scroller .scroller-row {
    font-size: 0.8rem;
  }
}

.client-list {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #e7ecf2;
  position: relative;
}

.scrollbar-5 .client-list {
  margin-left: calc((-50vw - 2.5px) + 50%);
  margin-right: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .client-list {
  margin-left: calc((-50vw - 6px) + 50%);
  margin-right: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .client-list {
  margin-left: calc((-50vw - 7.5px) + 50%);
  margin-right: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .client-list {
  margin-left: calc((-50vw - 8.5px) + 50%);
  margin-right: calc((-50vw - 8.5px) + 50%);
}

.client-list:before {
  content: '';
  position: absolute;
  background-image: url(../img/backgrounds/triangles-pattern-large.svg);
  height: 100%;
  top: 0;
  right: 0;
  width: 633px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 0;
}

@media (min-width: 1540px) {
  .client-list:before {
    width: calc((100vw / 2) - 8%);
  }
}

@media (min-width: 2000px) {
  .client-list:before {
    width: calc((100vw / 2) - 6%);
  }
}

@media (max-width: 1024px) {
  .client-list:before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .client-list {
    margin: 0;
  }
}

.client-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 100vw;
  padding: 0 5rem;
  clear: both;
  background: #e7ecf2;
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .client-list-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .client-list-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .client-list-content {
    width: 100%;
    padding: 0 2rem;
  }
}

@media (max-width: 768px) {
  .client-list-content {
    padding: 0 1rem;
  }
}

.client-list-content h1, .client-list-content h2 {
  display: block;
  text-align: left;
  font-size: 2.77778rem;
  margin: 0 !important;
  margin-top: 18.33333rem !important;
  z-index: 3;
  color: #00467F !important;
  font-weight: 800;
  line-height: 1.4 !important;
  padding-left: 0 !important;
  width: 100% !important;
}

@media (max-width: 1330px) {
  .client-list-content h1, .client-list-content h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1100px) {
  .client-list-content h1, .client-list-content h2 {
    font-size: 2.22222rem;
  }
}

@media (max-width: 1024px) {
  .client-list-content h1, .client-list-content h2 {
    margin-top: 2.77778rem !important;
  }
}

@media (max-width: 850px) {
  .client-list-content h1, .client-list-content h2 {
    font-size: 1.66667rem;
  }
}

@media (max-width: 675px) {
  .client-list-content h1, .client-list-content h2 {
    font-size: 1.38889rem;
  }
}

@media (max-width: 500px) {
  .client-list-content h1, .client-list-content h2 {
    font-size: 1.55556rem;
  }
}

.client-list-content p {
  width: 100%;
  text-align: left;
  z-index: 3;
}

.client-list-content .button {
  font-weight: 400;
  padding: 1rem;
  background-image: url(../img/icons/icon-chevron-right.svg);
  background-position: 90% 50%;
  width: 192px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.client-list-content .button span {
  display: none;
}

@media (max-width: 1100px) {
  .client-list-content .button {
    font-size: 0.9rem;
  }
}

@media (max-width: 500px) {
  .client-list-content .button {
    margin: 0 0 15px 0;
  }
}

.client-list-content .work-person-1 {
  position: absolute;
  right: 220px;
  top: -60px;
  width: 427px;
  height: 377px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.5s, top 0.95s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, top 0.95s ease-out 0.5s;
  will-change: opacity, top;
}

@media (max-width: 1280px) {
  .client-list-content .work-person-1 {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    right: 140px;
    right: 78px;
  }
}

@media (max-width: 1024px) {
  .client-list-content .work-person-1 {
    top: -100;
    right: -32px;
  }
}

@media (max-width: 910px) {
  .client-list-content .work-person-1 {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    top: -142px;
    right: -91px;
  }
}

.client-list-content .work-person-2 {
  position: absolute;
  right: 39px;
  top: 707px;
  width: 359px;
  height: 314px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.5s, top 0.95s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, top 0.95s ease-out 0.5s;
  will-change: opacity, top;
}

.client-list-content .work-person-2 .triangle-image-svg image {
  -webkit-clip-path: url(#triangle-cutout-smaller);
  clip-path: url(#triangle-cutout-smaller);
}

@media (max-width: 1280px) {
  .client-list-content .work-person-2 {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    right: -12px;
  }
}

.client-list-content .blueish-triangle {
  position: absolute;
  right: 135px;
  top: 493px;
  width: 100px;
  height: 73px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.5s, top 0.95s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, top 0.95s ease-out 0.5s;
  will-change: opacity, top;
}

@media (max-width: 1280px) {
  .client-list-content .blueish-triangle {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    right: 60px;
  }
}

.client-list-content .yellow-triangle {
  position: absolute;
  right: 186px;
  top: 386px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.5s, top 0.95s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, top 0.95s ease-out 0.5s;
  will-change: opacity, top;
}

@media (max-width: 1280px) {
  .client-list-content .yellow-triangle {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    top: -70px;
  }
}

.client-list-content .blue-triangle {
  position: absolute;
  top: 284px;
  width: 100px;
  height: 73px;
  z-index: 3;
  right: 23px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.5s, top 0.95s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, top 0.95s ease-out 0.5s;
  will-change: opacity, top;
}

@media (max-width: 1280px) {
  .client-list-content .blue-triangle {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}

@media (max-width: 1024px) {
  .client-list-content .intro-container {
    float: left;
    width: 70%;
  }
  .client-list-content .intro-container > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .client-list-content .triangles {
    float: left;
    width: 29%;
    padding-top: 4rem;
    position: relative;
  }
  .client-list-content .triangles .floating-container {
    display: block;
    position: relative;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    left: -40px;
    height: 10rem;
    width: 100%;
  }
  .client-list-content .triangles .floating-container .blueish-triangle {
    top: -110px;
    left: 25px;
    -webkit-transform: none;
    transform: none;
    width: 35px;
    height: 35px;
  }
  .client-list-content .triangles .floating-container .yellow-triangle {
    top: 190px;
    left: 120px;
    -webkit-transform: none;
    transform: none;
    width: 55px;
    height: 55px;
  }
  .client-list-content .triangles .floating-container .blue-triangle {
    top: 85px;
    left: 189px;
    -webkit-transform: none;
    transform: none;
    width: 40px;
    height: 40px;
  }
  .client-list-content .triangles .floating-container .work-person-1 {
    top: -200;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 185px;
    height: 160px;
  }
  .client-list-content .triangles .floating-container .work-person-1 img {
    width: 100%;
  }
  .client-list-content .triangles .floating-container .work-person-2 {
    top: 230px;
    left: 124px;
    -webkit-transform: none;
    transform: none;
    width: 160px;
    height: 130px;
    z-index: 0;
  }
  .client-list-content .triangles .floating-container .work-person-2 img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .client-list-content .intro-container {
    width: 60%;
  }
  .client-list-content .intro-container h2 {
    font-size: 1.7rem;
  }
  .client-list-content .intro-container > p a.button {
    height: 2.5rem;
    padding: 0 0.5rem;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    background-size: 16px;
  }
  .client-list-content .intro-container > p a.button:first-child {
    margin-right: 0.5rem;
  }
  .client-list-content .triangles {
    width: 39%;
  }
  .client-list-content .triangles .floating-container {
    -webkit-transform: none;
    transform: none;
    left: -8px;
  }
}

@media (max-width: 600px) {
  .client-list-content .intro-container {
    float: none;
    width: 100%;
  }
  .client-list-content .intro-container h2 {
    font-size: 2rem;
  }
  .client-list-content .intro-container > p {
    margin-top: 1.5rem;
  }
  .client-list-content .intro-container > p a.button {
    height: 3rem;
    padding: 0 0.5rem;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    background-size: 16px;
    width: 50%;
  }
  .client-list-content .intro-container > p a.button:first-child {
    margin-right: 0.5rem;
  }
  .client-list-content .triangles {
    float: none;
    width: 100%;
  }
  .client-list-content .triangles .floating-container {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    left: 10rem;
    height: 11rem;
  }
}

@media (max-width: 500px) {
  .client-list-content .triangles {
    padding-top: 1rem;
    width: 100%;
  }
  .client-list-content .triangles .floating-container {
    -webkit-transform: none;
    transform: none;
    left: calc(50% - 140px);
  }
}

@media (max-width: 375px) {
  .client-list-content .intro-container h2 {
    font-size: 1.5rem;
  }
  .client-list-content .intro-container > p {
    margin-top: 1.5rem;
  }
  .client-list-content .intro-container > p a.button {
    height: 2.3rem;
    font-size: 13px;
    font-weight: 500;
    background-size: 12px;
  }
  .client-list-content .triangles .floating-container {
    height: 9rem;
  }
}

.page-about-us--westat .client-list-content .button {
  width: 240px;
}

.client-list .client-list-content .work-person-1 {
  top: 240px;
  opacity: 1;
}

@media (max-width: 1024px) {
  .client-list .client-list-content .work-person-1 {
    top: 0;
  }
}

@media (max-width: 910px) {
  .client-list .client-list-content .work-person-1 {
    top: -42px;
  }
}

.client-list .client-list-content .work-person-2 {
  top: 407px;
  opacity: 1;
}

.client-list .client-list-content .blueish-triangle {
  top: 293px;
  opacity: 1;
}

.client-list .client-list-content .yellow-triangle {
  top: 84px;
  opacity: 1;
}

@media (max-width: 1280px) {
  .client-list .client-list-content .yellow-triangle {
    top: 130px;
  }
}

.client-list .client-list-content .blue-triangle {
  top: 184px;
  opacity: 1;
}

@media (max-width: 1024px) {
  .client-list .client-list-content .triangles .floating-container .blueish-triangle {
    top: 90px;
  }
  .client-list .client-list-content .triangles .floating-container .yellow-triangle {
    top: 90px;
  }
  .client-list .client-list-content .triangles .floating-container .blue-triangle {
    top: -15px;
  }
  .client-list .client-list-content .triangles .floating-container .work-person-1 {
    top: 0;
  }
  .client-list .client-list-content .triangles .floating-container .work-person-2 {
    top: 30px;
  }
}

.embed-experts {
  position: relative;
  z-index: -1;
  padding: 4rem 0 2rem;
}

@media (max-width: 768px) {
  .embed-experts {
    padding: 2rem 0;
  }
}

.embed-experts .info-storage {
  display: none;
}

.embed-experts .experts.view:after {
  content: '';
  display: table;
  clear: both;
}

.embed-experts .experts.view .view-header,
.embed-experts .experts.view .view-footer {
  float: left;
  clear: left;
  width: calc(100% - 980px);
  padding-left: 4rem;
}

@media (max-width: 1024px) {
  .embed-experts .experts.view .view-header,
  .embed-experts .experts.view .view-footer {
    padding-left: 2rem;
  }
}

@media (max-width: 768px) {
  .embed-experts .experts.view .view-header,
  .embed-experts .experts.view .view-footer {
    padding-left: 1rem;
  }
}

.embed-experts .experts.view .view-footer p {
  margin: 0;
}

.embed-experts .experts.view .view-content {
  float: right;
  clear: right;
  position: relative;
  width: 970px;
  height: 340px;
  -webkit-transform: translate3d(70px, -180px, 0);
  transform: translate3d(70px, -180px, 0);
}

@media (max-width: 1450px) {
  .embed-experts .experts.view .view-header,
  .embed-experts .experts.view .view-footer {
    width: 40vw;
  }
  .embed-experts .experts.view .view-content {
    width: 56vw;
    height: 320px;
    -webkit-transform: scale(0.9) translate3d(90px, -200px, 0);
    transform: scale(0.9) translate3d(90px, -200px, 0);
  }
}

@media (max-width: 1350px) {
  .embed-experts .experts.view h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .embed-experts .experts.view .view-content {
    height: 300px;
    -webkit-transform: scale(0.8) translate3d(90px, -170px, 0);
    transform: scale(0.8) translate3d(90px, -170px, 0);
  }
}

@media (max-width: 1200px) {
  .embed-experts .experts.view h2 {
    font-size: 1.8rem;
  }
  .embed-experts .experts.view .view-content {
    height: 270px;
    -webkit-transform: scale(0.7) translate3d(100px, -150px, 0);
    transform: scale(0.7) translate3d(100px, -150px, 0);
  }
}

@media (max-width: 1100px) {
  .embed-experts .experts.view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .embed-experts .experts.view .view-header,
  .embed-experts .experts.view .view-footer,
  .embed-experts .experts.view .view-content {
    width: 100%;
    float: none;
    clear: none;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 1100px) and (max-width: 1024px) {
  .embed-experts .experts.view .view-header,
  .embed-experts .experts.view .view-footer,
  .embed-experts .experts.view .view-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .embed-experts .experts.view .view-header,
  .embed-experts .experts.view .view-footer,
  .embed-experts .experts.view .view-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1100px) {
  .embed-experts .experts.view h2 {
    font-size: 2rem;
  }
  .embed-experts .experts.view .view-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .embed-experts .experts.view .view-footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .embed-experts .experts.view .view-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 560px;
    -webkit-transform: scale(1) translate3d(-10px, 50px, 0);
    transform: scale(1) translate3d(-10px, 50px, 0);
  }
}

@media (max-width: 940px) {
  .embed-experts .experts.view h2 {
    font-size: 1.8rem;
  }
  .embed-experts .experts.view .view-content {
    height: 450px;
    -webkit-transform: scale(0.8) translate3d(100px, -20px, 0);
    transform: scale(0.8) translate3d(100px, -20px, 0);
  }
}

@media (max-width: 768px) {
  .embed-experts .experts.view h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 720px) {
  .embed-experts .experts.view h2 {
    font-size: 1.6rem;
  }
  .embed-experts .experts.view .button {
    font-size: 0.8rem;
  }
  .embed-experts .experts.view .view-content {
    height: 380px;
    -webkit-transform: scale(0.6) translate3d(220px, -40px, 0);
    transform: scale(0.6) translate3d(220px, -40px, 0);
  }
}

@media (max-width: 530px) {
  .embed-experts .experts.view .view-content {
    height: 330px;
    -webkit-transform: scale(0.5) translate3d(260px, -60px, 0);
    transform: scale(0.5) translate3d(260px, -60px, 0);
  }
}

@media (max-width: 480px) {
  .embed-experts .experts.view .view-content {
    height: 300px;
    -webkit-transform: scale(0.45) translate3d(280px, -80px, 0);
    transform: scale(0.45) translate3d(280px, -80px, 0);
  }
}

@media (max-width: 440px) {
  .embed-experts .experts.view .view-content {
    height: 270px;
    -webkit-transform: scale(0.4) translate3d(290px, -110px, 0);
    transform: scale(0.4) translate3d(290px, -110px, 0);
  }
}

@media (max-width: 400px) {
  .embed-experts .experts.view .view-content {
    height: 250px;
    -webkit-transform: scale(0.4) translate3d(340px, -90px, 0);
    transform: scale(0.4) translate3d(340px, -90px, 0);
  }
}

@media (max-width: 320px) {
  .embed-experts .experts.view .view-content {
    height: 220px;
    -webkit-transform: scale(0.35) translate3d(360px, -100px, 0);
    transform: scale(0.35) translate3d(360px, -100px, 0);
  }
}

.embed-experts .experts.view .views-row {
  position: absolute;
}

.embed-experts .experts.view .views-row,
.embed-experts .experts.view .expert {
  height: 0;
  width: 0;
}

.embed-experts .experts.view .expert {
  position: relative;
  z-index: 1;
}

.embed-experts .experts.view .expert .expert-photo-shadow {
  display: block;
  position: absolute;
  background-image: url("../img/backgrounds/triangle-shadow2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
  width: 420px;
  height: 365px;
  opacity: 0.25;
}

.embed-experts .experts.view .expert .expert-photo-shadow.focused {
  outline: dashed 3px #ff9c00;
}

.embed-experts .experts.view .expert:hover .expert-photo-shadow {
  background-image: url("../img/backgrounds/triangle-shadow-yellow2.png");
  opacity: 0.5;
}

.embed-experts .experts.view .expert .nameplate {
  text-align: center;
  width: 370px;
}

.embed-experts .experts.view .expert-photo {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.embed-experts .experts.view .expert-link {
  display: block;
}

.embed-experts .experts.view .expert-link:hover {
  cursor: pointer;
}

.embed-experts .experts.view .expert-image-img {
  width: 100%;
  height: auto;
}

.embed-experts .experts.view .decor-expert-triangle {
  position: absolute;
  pointer-events: none;
  width: 132px;
  height: 114px;
  z-index: 1;
}

.embed-experts .experts.view .expert-description {
  display: none;
}

.embed-experts .experts.view .expert-image-svg {
  z-index: 3;
}

.embed-experts .experts.view .svg-larger {
  display: none;
}

.embed-experts .experts.view .views-row:first-of-type .expert-photo {
  -webkit-clip-path: polygon(0 100%, 50% 0%, 100% 100%);
  clip-path: polygon(0 100%, 50% 0%, 100% 100%);
  width: 370px;
  height: 320px;
}

.embed-experts .experts.view .views-row:first-of-type .expert-photo-shadow {
  top: -22px;
  left: -25px;
}

.embed-experts .experts.view .views-row:first-of-type .expert-photo .expert-link {
  width: 370px;
  height: 320px;
}

.embed-experts .experts.view .views-row:first-of-type .expert-image-svg image {
  -webkit-clip-path: url(#expert-triangle);
  clip-path: url(#expert-triangle);
  width: 370px;
  height: 320px;
}

.embed-experts .experts.view .views-row:nth-of-type(2) .expert-photo {
  -webkit-clip-path: polygon(0 100%, 50% 0%, 100% 100%);
  clip-path: polygon(0 100%, 50% 0%, 100% 100%);
  width: 370px;
  height: 320px;
}

.embed-experts .experts.view .views-row:nth-of-type(2) .expert-photo-shadow {
  top: -22px;
  left: -25px;
}

.embed-experts .experts.view .views-row:nth-of-type(2) .expert-photo .expert-link {
  width: 370px;
  height: 320px;
}

.embed-experts .experts.view .views-row:nth-of-type(2) .expert-image-svg image {
  -webkit-clip-path: url(#expert-triangle);
  clip-path: url(#expert-triangle);
  width: 370px;
  height: 320px;
}

.embed-experts .experts.view .views-row:nth-of-type(3) .expert-photo {
  -webkit-clip-path: polygon(0 100%, 50% 0%, 100% 100%);
  clip-path: polygon(0 100%, 50% 0%, 100% 100%);
  width: 370px;
  height: 320px;
}

.embed-experts .experts.view .views-row:nth-of-type(3) .expert-photo-shadow {
  top: -22px;
  left: -25px;
}

.embed-experts .experts.view .views-row:nth-of-type(3) .expert-photo .expert-link {
  width: 370px;
  height: 320px;
}

.embed-experts .experts.view .views-row:nth-of-type(3) .expert-image-svg image {
  -webkit-clip-path: url(#expert-triangle);
  clip-path: url(#expert-triangle);
  width: 370px;
  height: 320px;
}

.embed-experts .experts.view .views-row:nth-of-type(3) {
  top: 530px;
  right: 390px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 0.65s, top 0.9s ease-out 0.65s;
  transition: opacity 0.6s ease-out 0.65s, top 0.9s ease-out 0.65s;
  will-change: top, opacity;
  z-index: 3;
}

.embed-experts .experts.view .views-row:nth-of-type(3) .decor-expert-triangle {
  top: 290px;
  left: 250px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100px;
  height: 55px;
  z-index: 1000;
}

.embed-experts .experts.view .views-row:nth-of-type(3) .decor-expert-triangle:not(.decor-second-triangle) {
  display: none;
}

.embed-experts .experts.view .views-row:nth-of-type(2) {
  top: -220px;
  right: 600px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 0.65s, top 0.9s ease-out 0.65s;
  transition: opacity 0.6s ease-out 0.65s, top 0.9s ease-out 0.65s;
  will-change: top, opacity;
  z-index: 2;
}

.embed-experts .experts.view .views-row:nth-of-type(2) .decor-expert-triangle {
  top: 130px;
  left: 269px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 120px;
  height: 70px;
}

.embed-experts .experts.view .views-row:nth-of-type(2) .decor-expert-triangle.decor-second-triangle {
  top: 290px;
  left: 250px;
  z-index: 1000;
  width: 100px;
  height: 55px;
}

.embed-experts .experts.view .views-row:first-of-type {
  top: 300px;
  right: 975px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 0.65s, top 0.9s ease-out 0.65s;
  transition: opacity 0.6s ease-out 0.65s, top 0.9s ease-out 0.65s;
  will-change: top, opacity;
}

.embed-experts .experts.view .views-row:first-of-type .decor-expert-triangle {
  top: 200px;
  left: 320px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100px;
  height: 55px;
}

.embed-experts .experts.view .views-row:first-of-type .decor-expert-triangle:not(.decor-second-triangle) polygon {
  fill: #014480;
}

.embed-experts .experts.view .views-row:first-of-type .decor-expert-triangle.decor-second-triangle {
  left: 30px;
  top: 290px;
  z-index: 1000;
}

.document-ready .embed-experts.hasAppeared {
  z-index: 1;
}

.document-ready .embed-experts.hasAppeared .experts.view .views-row,
.document-ready .embed-experts.hasAppeared .experts.view .decor-expert-triangle,
.document-ready .embed-experts.hasAppeared .experts.view .expert-description {
  opacity: 1;
}

.document-ready .embed-experts.hasAppeared .experts.view .views-row:first-of-type {
  /*  top: 0; */
  top: 150px;
}

.document-ready .embed-experts.hasAppeared .experts.view .views-row:nth-of-type(2) {
  top: 200px;
}

.document-ready .embed-experts.hasAppeared .experts.view .views-row:nth-of-type(3) {
  top: 100px;
}

.embed-experts .expert-image-svg {
  display: none;
}

.browser-ie .embed-experts .expert-image-img,
.browser-ie .embed-experts .expert-photo-shadow,
.browser-edge .embed-experts .expert-image-img,
.browser-edge .embed-experts .expert-photo-shadow {
  display: none;
}

.browser-ie .embed-experts .expert-image-svg,
.browser-edge .embed-experts .expert-image-svg {
  display: block;
}

.fieldName-field-end-of-page-content > .field-item:last-child .paragraph--news-section {
  margin-bottom: 3.33333rem;
}

.path-frontpage .layout-content .questions {
  padding-left: 4rem;
  padding-right: 4rem;
  background-color: #e7ecf2;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-image: url(../img/backgrounds/front-questions.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .questions {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .questions {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.path-frontpage .layout-content .questions > .contextual-region {
  position: initial;
}

.path-frontpage .layout-content .questions h3 {
  font-size: 1.9444rem;
  width: 50%;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .questions h3 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .questions h3 {
    font-size: 1.5444rem;
  }
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .questions h3 {
    font-size: 1.3444rem;
  }
}

.path-frontpage .layout-content .questions ul {
  list-style-type: none;
  margin: 0 0 0 2%;
  padding: 0;
  width: 48%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .questions ul {
    width: 100%;
    margin: 0;
  }
}

.path-frontpage .layout-content .questions ul li {
  background: #fff;
  display: inline-block;
  margin-bottom: 25px;
  max-width: 80%;
  opacity: 0.8;
  font-size: 0.9444rem;
  position: relative;
  color: #00467F;
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  opacity: 0.5;
  -webkit-box-shadow: inset 0.5rem 0 0 #487ba6, 0 5px 20px;
  box-shadow: inset 0.5rem 0 0 #487ba6, 0 5px 20px;
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .questions ul li {
    font-size: 0.8888rem;
  }
}

.path-frontpage .layout-content .questions ul li.active {
  padding: 1rem 3.5rem 1rem 1.5rem;
  -webkit-transform: translateZ(0) scale(1.3);
  transform: translateZ(0) scale(1.3);
  margin-bottom: 25px;
  opacity: 1;
  -webkit-box-shadow: inset 0.4rem 0 0 #ff9e00, 0 5px 20px rgba(4, 68, 127, 0.15);
  box-shadow: inset 0.4rem 0 0 #ff9e00, 0 5px 20px rgba(4, 68, 127, 0.15);
  z-index: 2;
}

.path-frontpage .layout-content .questions ul li.active:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  height: 15px;
  width: 15px;
  position: absolute;
  right: 15px;
  opacity: 0;
  background-image: url(../img/icons/icon-chevron-right.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  padding: 25px;
  background-color: #007a99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 35.33333rem;
  overflow: hidden;
}

.hero-banner:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 1024px) {
  .hero-banner {
    min-height: 28.77778rem;
  }
}

@media (max-width: 768px) {
  .hero-banner {
    min-height: 21.44444rem;
  }
}

@media (max-width: 500px) {
  .hero-banner {
    min-height: 13.88889rem;
  }
}

.hero-banner .hero-banner-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 4.44444rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .hero-banner .hero-banner-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-banner .hero-banner-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hero-banner .hero-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.hero-banner .hero-banner-header {
  max-width: 26.66667rem;
}

.hero-banner .hero-banner-header h1 {
  font-size: 3.61111rem;
  color: #fff;
}

@media (max-width: 1280px) {
  .hero-banner .hero-banner-header h1 {
    font-size: 3.1111rem;
    max-width: 680px;
  }
}

@media (max-width: 1024px) {
  .hero-banner .hero-banner-header h1 {
    font-size: 2.5rem;
    max-width: 550px;
  }
}

@media (max-width: 768px) {
  .hero-banner .hero-banner-header h1 {
    font-size: 1.7rem;
    max-width: 350px;
  }
}

@media (max-width: 500px) {
  .hero-banner .hero-banner-header h1 {
    max-width: 250px;
    font-size: 22px;
  }
}

.hero-banner .hero-banner-cta p {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

@media (max-width: 1280px) {
  .hero-banner .hero-banner-header {
    margin-bottom: 2.22222rem;
  }
  .hero-banner .hero-banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 2.44444rem;
  }
}

@media (max-width: 1024px) {
  .hero-banner .hero-banner-header {
    margin-bottom: 1.11111rem;
  }
}

@media (max-width: 768px) {
  .hero-banner .hero-banner-header {
    max-width: 21.11111rem;
    margin-bottom: 0;
  }
  .hero-banner .hero-banner-cta p {
    margin: 0;
    margin-bottom: 15px;
  }
  .hero-banner .hero-banner-cta a {
    display: block;
    margin: 10px 0;
  }
}

@media (max-width: 500px) {
  .hero-banner .hero-banner-header h1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.browser-ie .hero-banner {
  height: 36.11111rem;
}

.node--view-mode--highlight {
  margin-bottom: 3rem;
  color: white;
}

@media (max-width: 1024px) {
  .node--view-mode--highlight {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .node--view-mode--highlight {
    margin-bottom: 1rem;
  }
}

.node--view-mode--highlight .headline {
  margin-bottom: auto;
  padding: 2.35vw 3vw;
  font-size: 1.1111rem;
  line-height: 1.2;
  color: inherit;
}

@media (min-width: 1540px) {
  .node--view-mode--highlight .headline {
    padding: 2rem 2.5rem;
  }
}

.node--view-mode--highlight .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0 3vw;
  border-top: 1px solid white;
  font-weight: 500;
  white-space: nowrap;
}

@media (min-width: 1540px) {
  .node--view-mode--highlight .more {
    padding: 0 2.5rem;
  }
}

.node--view-mode--highlight .more:after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  margin-left: auto;
  font-size: 60px;
  background: url(../img/icons/icon-chevron-right.svg) no-repeat right 50% transparent;
  background-size: 14px;
}

.node--view-mode--highlight a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: inherit;
}

.node--view-mode--highlight a.link:hover, .node--view-mode--highlight a.link:focus {
  text-decoration: none;
  background-color: #005f7c !important;
}

.node--view-mode--highlight a.link:hover .more, .node--view-mode--highlight a.link:focus .more {
  text-decoration: underline;
}

textarea,
.select,
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=date],
input[type=number],
input[type=range],
input[type=url],
input[type=tel],
input[type=time],
input[type=month],
input[type=week],
input[type=datetime-local] {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  color: #000;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  height: 60px;
  line-height: 1.5;
  padding: 0 0.88889rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  max-width: 100%;
}

textarea:active, textarea:focus,
.select:active,
.select:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=range]:active,
input[type=range]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=week]:active,
input[type=week]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:focus {
  border: 2px solid #005f7c;
}

textarea::-webkit-input-placeholder, .select::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder {
  color: #333;
}

textarea::-moz-placeholder, .select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder {
  color: #333;
}

textarea:-ms-input-placeholder, .select:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder {
  color: #333;
}

textarea::-ms-input-placeholder, .select::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder {
  color: #333;
}

textarea::placeholder,
.select::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder,
input[type=range]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=datetime-local]::placeholder {
  color: #333;
}

label,
.label,
.styledSelect-label {
  font-weight: normal;
  margin-right: 0.25rem;
  color: #00467F;
  font-size: 0.8889rem;
  letter-spacing: 1px;
}

textarea {
  height: auto;
  padding: 0.88889rem;
}

input[type=date],
input[type=number],
input[type=range],
input[type=time],
input[type=month],
input[type=week],
input[type=datetime-local] {
  padding-right: 0;
  width: auto;
}

.form-item:not(.formType-checkbox):not(.formType-radio) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-item:not(.formType-checkbox):not(.formType-radio) label {
  width: 100%;
}

.form-item:not(.formType-checkbox):not(.formType-radio) .description {
  width: 100%;
  margin-top: 0.2rem;
}

.formType-checkbox {
  position: relative;
}

.formType-checkbox input {
  height: 1px;
  left: -1000px;
  position: absolute;
  width: 1px;
  z-index: -1000;
}

.formType-checkbox label {
  display: inline-block;
  color: #005f7c;
  cursor: pointer;
  height: 24px;
  line-height: 27px;
  max-width: auto;
  padding-left: 30px;
  position: relative;
}

.formType-checkbox label:before {
  content: '';
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: #007a99;
  height: 16px;
  left: 0;
  top: 5px;
  width: 16px;
  border-radius: 3px;
}

.formType-checkbox label .circle {
  background: #007a99;
  border-radius: 1px;
  content: '';
  height: 8px;
  left: 4px;
  position: absolute;
  top: 9px;
  width: 8px;
}

.formType-radio {
  position: relative;
}

.formType-radio input {
  height: 1px;
  left: -1000px;
  position: absolute;
  width: 1px;
  z-index: -1000;
}

.formType-radio label {
  color: #005f7c;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  line-height: 27px;
  max-width: auto;
  padding-left: 30px;
  position: relative;
}

.formType-radio label:before {
  content: '';
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: #007a99;
  height: 16px;
  left: 0;
  top: 5px;
  width: 16px;
  border-radius: 10px;
}

.formType-radio label .circle {
  background: #007a99;
  border-radius: 10px;
  content: '';
  height: 8px;
  left: 4px;
  position: absolute;
  top: 9px;
  width: 8px;
}

/*CUSTOM SELECT FORM STYLES*/
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  padding: 0;
  position: relative;
}

.select:before, .select:after {
  content: '';
  display: block;
  position: absolute;
  background: #007a99;
  border-radius: 10px;
  height: 3px;
  top: 28px;
  width: 15px;
}

.select:before {
  right: 29px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.select:after {
  right: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.select:hover {
  cursor: pointer;
}

.styledSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 3;
  line-height: -moz-block-height;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: transparent;
  background-image: none;
  background-size: contain;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #007a99;
  cursor: pointer;
  font-weight: 500;
  overflow: hidden;
  padding: 0 0 0 .88889rem;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 55px);
  text-align: left;
}

.styledSelect:focus, .styledSelect:hover, .styledSelect:active {
  background: none;
}

@media (max-width: 1280px) {
  .styledSelect {
    font-size: .9rem;
  }
}

@media (max-width: 1000px) {
  .styledSelect {
    font-size: .8rem;
  }
}

@media (max-width: 530px) {
  .styledSelect {
    font-size: 0.77778rem;
  }
}

.styledSelect.required-error-message {
  outline: dashed 3px #ff9c00 !important;
}

.select .tooltip {
  position: absolute;
  bottom: -50px;
  font-size: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  font-family: Arial;
}

.select .tooltip:hover {
  cursor: default;
}

.select .tooltip .helper {
  position: relative;
}

.select .tooltip > .helper {
  padding: 8px;
  padding-left: 40px;
}

.select .tooltip > .helper:after, .select .tooltip > .helper:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.select .tooltip > .helper:before {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-width: 10px;
  margin-left: -98px;
}

.select .tooltip > .helper:after {
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -96px;
}

.select .tooltip .icon {
  position: absolute;
  left: 8px;
  top: 7px;
  height: 23px;
  width: 23px;
  background: #ff9800;
  border-radius: 3px;
}

.select .tooltip .icon:before, .select .tooltip .icon:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  background: #fff;
  width: 4px;
  height: 7px;
  z-index: 10;
  border-radius: 1px;
}

.select .tooltip .icon:after {
  top: 15px;
  width: 4px;
  height: 3px;
  border-radius: 100%;
}

.options {
  background-color: white;
  border: 1px solid #007a99;
  display: none;
  max-height: 55vh;
  list-style: none;
  margin: 0 0;
  overflow: auto;
  padding: 0 0;
  position: absolute;
  top: 106%;
  right: -2px;
  left: -2px;
  z-index: 999;
}

.options li {
  margin: 0 0;
  padding: 5px 10px;
  font-weight: 100;
  color: #007a99;
  cursor: pointer;
}

.options li:hover {
  color: white;
  background-color: #1e90ff;
}

.form-isRequired {
  display: inline-block;
  width: auto;
}

.form-isRequired:after {
  content: 'Required field';
  margin-left: 5px;
  color: #cc0000;
  font-size: 10px;
  text-transform: uppercase;
  width: 120px;
  background-image: none;
  vertical-align: inherit;
}

/*.select {
  padding: 0;
  position: relative;
  &:before {
    content: '';
    display: block;
    position: absolute;
    background: $color-teal;
    border-radius: 10px;
    height: 3px;
    top: 28px;
    width: 15px;
    right: 29px;
    transform: rotate(45deg);
  }

  &:after {
    content: '';
    display: block;
    position: absolute;
    background: $color-teal;
    border-radius: 10px;
    height: 3px;
    top: 28px;
    width: 15px;
    right: 20px;
    transform: rotate(-45deg);
  }

    !*_:-ms-fullscreen, :root &:before,
    _:-ms-fullscreen, :root &:after {
      display: none;
    }*!


  select {
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    color: $color-teal;
    cursor: pointer;
    font-weight: 500;
    padding-right: trem(55px);
    width: 100%;

    &:focus {
      outline: none;
    }
  }
  select::-ms-expand {
    display: none;
  }
}*/
.node-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.node-hero__container {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  height: 35.33333rem;
  margin-bottom: 2.77778rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-height: 800px) {
  .node-hero__container {
    height: 21.5rem;
  }
}

@media (max-height: 800px) {
  .node-hero__container {
    height: 21.5rem;
  }
}

@media (max-width: 768px) {
  .node-hero__container {
    height: 21.5rem;
  }
}

@media (max-width: 640px) {
  .node-hero__container {
    margin-bottom: 0;
  }
}

.node-hero__content {
  padding-left: 4rem;
  padding-right: 4rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding-top: 1rem;
  background-color: rgba(0, 70, 127, 0.8);
  color: #fff;
}

@media (max-width: 1024px) {
  .node-hero__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .node-hero__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.node-hero__content .block-breadcrumbs {
  min-height: 1rem;
}

.node-hero__content .block-breadcrumbs ol {
  margin: 0;
}

.node-hero__content .block-breadcrumbs li:before, .node-hero__content .block-breadcrumbs li:after {
  background: #fff;
}

.node-hero__content .block-breadcrumbs a {
  border-bottom: 1px solid #fff;
  font-weight: 400;
  color: #fff;
}

.node-hero__content h1 {
  color: #fff;
  width: 53rem;
  margin: 1rem 0 3.22222rem;
  width: 64%;
}

@media (max-width: 1280px) {
  .node-hero__content h1 {
    padding-left: 0;
    max-width: 670px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .node-hero__content h1 {
    font-size: 2.22222rem;
    max-width: auto;
  }
}

@media (max-width: 500px) {
  .node-hero__content h1 {
    font-size: 1.94444rem;
  }
}

/*.page-nodeType-page:not(.path-frontpage, .page-about-us--westat, .page-join-the-westat-family--westat, .page-markets--westat, .page-frequently-asked-questions--westat, .page-publications--westat, .page-our-projects--westat){

  .block-page-title-block,
  .block-main-page-content {
    @include layoutContentPadding;
  }
}*/
.page-nodeType-page:not(.page-our-projects--westat):not(.page-publications--westat) .page-without-defaultHero,
.page-nodeType-page:not(.page-our-projects--westat):not(.page-publications--westat) .page-with-defaultHero .fieldName-body {
  max-width: 60%;
}

@media (max-width: 1280px) {
  .page-nodeType-page:not(.page-our-projects--westat):not(.page-publications--westat) .page-without-defaultHero,
  .page-nodeType-page:not(.page-our-projects--westat):not(.page-publications--westat) .page-with-defaultHero .fieldName-body {
    max-width: 50%;
  }
}

@media (max-width: 1024px) {
  .page-nodeType-page:not(.page-our-projects--westat):not(.page-publications--westat) .page-without-defaultHero,
  .page-nodeType-page:not(.page-our-projects--westat):not(.page-publications--westat) .page-with-defaultHero .fieldName-body {
    max-width: 100%;
  }
}

.page-nodeType-page .nodeType-page.node-viewMode-full.page-without-defaultHero {
  max-width: 100%;
}

.page-nodeType-page .nodeType-page.node-viewMode-full.page-without-defaultHero .node-content .paragraph {
  overflow: hidden;
  margin-bottom: 3rem;
}

.page-nodeType-page.node-viewMode-full {
  max-width: 100%;
}

.page-nodeType-page .block-page-title-block {
  display: none;
}

.page-nodeType-page .page-without-defaultHero,
.page-nodeType-page .page-with-defaultHero .fieldName-body {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-nodeType-page .page-without-defaultHero,
  .page-nodeType-page .page-with-defaultHero .fieldName-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-page .page-without-defaultHero,
  .page-nodeType-page .page-with-defaultHero .fieldName-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-nodeType-page .page-without-defaultHero .teal-breadcrumbs,
.page-nodeType-page .page-with-defaultHero .teal-breadcrumbs {
  display: inline-block;
  padding-left: 4rem;
  padding-right: 4rem;
  padding: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .page-nodeType-page .page-without-defaultHero .teal-breadcrumbs,
  .page-nodeType-page .page-with-defaultHero .teal-breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-page .page-without-defaultHero .teal-breadcrumbs,
  .page-nodeType-page .page-with-defaultHero .teal-breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1280px) {
  .page-nodeType-page .page-without-defaultHero .teal-breadcrumbs,
  .page-nodeType-page .page-with-defaultHero .teal-breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-nodeType-page .page-without-defaultHero .teal-breadcrumbs .block-breadcrumbs,
.page-nodeType-page .page-with-defaultHero .teal-breadcrumbs .block-breadcrumbs {
  display: block;
  padding: 0;
}

.page-nodeType-page .page-without-defaultHero .teal-breadcrumbs .block-breadcrumbs ol,
.page-nodeType-page .page-with-defaultHero .teal-breadcrumbs .block-breadcrumbs ol {
  margin-top: 0;
}

.page-nodeType-page .page-without-defaultHero .teal-breadcrumbs .block-breadcrumbs li:before,
.page-nodeType-page .page-with-defaultHero .teal-breadcrumbs .block-breadcrumbs li:before {
  top: 8px;
}

.page-nodeType-page .page-without-defaultHero .teal-breadcrumbs .block-breadcrumbs li:after,
.page-nodeType-page .page-with-defaultHero .teal-breadcrumbs .block-breadcrumbs li:after {
  top: 12px;
}

.page-nodeType-page .page-with-defaultHero .fieldName-body {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media (max-width: 768px) {
  .page-nodeType-page .page-with-defaultHero .fieldName-body {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.page-nodeType-page .page-with-defaultHero .teal-breadcrumbs {
  position: absolute;
  top: 0;
}

.page-nodeType-page .page-with-defaultHero .teal-breadcrumbs .block-breadcrumbs li {
  color: #fff;
}

.page-nodeType-page .page-with-defaultHero .teal-breadcrumbs .block-breadcrumbs li:before {
  background: #fff;
}

.page-nodeType-page .page-with-defaultHero .teal-breadcrumbs .block-breadcrumbs li a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}

.page-nodeType-page .page-with-defaultHero .teal-breadcrumbs .block-breadcrumbs li:after {
  background: #fff;
}

.page-nodeType-page .page-without-defaultHero {
  position: relative;
}

.page-nodeType-page .page-without-defaultHero .teal-breadcrumbs {
  position: absolute;
  top: -35px;
}

.page-nodeType-page .page-without-defaultHero .teal-breadcrumbs .block-breadcrumbs li {
  color: #007a99;
}

.page-nodeType-page .page-without-defaultHero .teal-breadcrumbs .block-breadcrumbs li a {
  border-bottom: 1px solid #007a99;
}

.page-join-the-westat-family--westat .block-page-title-block {
  display: none;
}

.page-nodeType-event .block-page-title-block {
  display: none;
}

.page-nodeType-event .page-without-defaultHero,
.page-nodeType-event .page-with-defaultHero .fieldName-body {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-nodeType-event .page-without-defaultHero,
  .page-nodeType-event .page-with-defaultHero .fieldName-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-event .page-without-defaultHero,
  .page-nodeType-event .page-with-defaultHero .fieldName-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-nodeType-event .page-with-defaultHero .fieldName-body {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media (max-width: 768px) {
  .page-nodeType-event .page-with-defaultHero .fieldName-body {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.page-nodeType-page .node-content {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-nodeType-page .node-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-page .node-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.team.team-page {
  margin-top: 50px;
}

.pager-items {
  clear: both;
  text-align: center;
}

.pager-items .pager-item {
  display: inline;
  padding: 0.5em;
}

.pager-items .pager-item.isActive {
  font-weight: bold;
}

.path-user .layout-content > .layout-container {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .path-user .layout-content > .layout-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .path-user .layout-content > .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.path-user .layout-content > .layout-container .block-main-page-content {
  margin-bottom: 4rem;
}

.page-publications--westat.page-nodeType-page .page-without-defaultHero {
  padding-left: 0;
  padding-right: 0;
}

.page-publications--westat .breadcrumb,
.page-publications--westat .title-noHero {
  padding-left: 4rem;
  padding-right: 4rem;
}

.page-publications--westat .breadcrumb {
  margin-top: 2rem;
}

.page-publications--westat .title-noHero {
  margin-top: 0;
}

.page-publications--westat .region-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.page-publications--westat .block-main-page-content {
  width: 100%;
}

@media (min-width: 1025px) {
  .page-publications--westat .block-main-page-content .fieldName-body {
    width: 66%;
  }
}

.page-publications--westat .block-breadcrumbs {
  width: 100%;
}

.page-publications--westat .view-pubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-publications--westat .listing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 1024px) {
  .page-publications--westat .listing-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-publications--westat .view-filters {
  width: 23%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: calc(1.4em + 1.72rem);
}

@media (max-width: 1142px) {
  .page-publications--westat .view-filters {
    width: 30%;
  }
}

@media (max-width: 1024px) {
  .page-publications--westat .view-filters {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 3.88889rem;
  }
}

@media (max-width: 1024px) {
  .page-publications--westat .view-filters .layout-form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-publications--westat .view-filters .layout-form-inline .form-item {
    margin: 0.5rem 1rem;
  }
}

.page-publications--westat .view-filters .layout-form-inline .form-item div.select,
.page-publications--westat .view-filters .layout-form-inline .form-item input {
  width: 100%;
}

.page-publications--westat .view-filters .form-actions input[value='Reset Filters'] {
  background: none;
  float: right;
  color: #007a99;
  padding: 0;
}

.page-publications--westat .view-filters .form-actions input[value='Reset Filters']:hover, .page-publications--westat .view-filters .form-actions input[value='Reset Filters']:focus, .page-publications--westat .view-filters .form-actions input[value='Reset Filters']:active {
  color: #005f7c;
}

@media (max-width: 1024px) {
  .page-publications--westat .view-filters .form-actions #edit-actions {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .page-publications--westat .view-filters #edit-submit-pubs {
    margin: 1.83333rem 0 0 0;
  }
}

@media (max-width: 661px) {
  .page-publications--westat .view-filters #edit-submit-pubs {
    margin: 25px 0 18px 19px;
  }
}

.page-publications--westat .view-content,
.page-publications--westat .view-empty {
  width: 72%;
  margin-right: 5%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 1142px) {
  .page-publications--westat .view-content,
  .page-publications--westat .view-empty {
    width: 65%;
  }
}

@media (max-width: 1024px) {
  .page-publications--westat .view-content,
  .page-publications--westat .view-empty {
    width: 100%;
    margin-right: 0;
  }
}

.page-publications--westat .pager {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}

.bibcite-citation {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 10px 10px 69px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 10px 10px 69px 0 rgba(0, 0, 0, 0.26);
  margin-bottom: 2.22222rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
}

@media (max-width: 500px) {
  .bibcite-citation {
    width: 100%;
  }
}

.bibcite-citation:after {
  display: none;
  /* content: '';
    width: 140px;
    border-left: 2px solid $color-not-that-lightGray;
    background-image: url(../img/icons/icon-pubs.png);
    background-repeat: no-repeat;
    background-size: trem(60px);
    background-position: center center; */
}

@media (max-width: 500px) {
  .bibcite-citation:after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .bibcite-citation {
    width: 100%;
  }
}

.bibcite-citation .bibcite-content {
  width: calc(100% - 140px);
  padding: 2.05556rem;
}

@media (max-width: 500px) {
  .bibcite-citation .bibcite-content {
    width: 100%;
  }
}

.bibcite-citation .citeprop-title {
  color: #007a99;
  font-weight: 800;
  line-height: 1.9rem;
  margin: 0;
}

.bibcite-citation .citeprop-title h3, .bibcite-citation .citeprop-title a {
  font-size: 1.1rem;
  line-height: 1.9rem !important;
}

.bibcite-citation .citeprop-title h3 {
  margin-bottom: 0;
}

.bibcite-citation .citeprop-byline,
.bibcite-citation .citeprop-authors {
  color: #333;
  font-weight: 400;
}

.bibcite-citation .citeprop-byline strong,
.bibcite-citation .citeprop-authors strong {
  font-weight: 700;
}

.bibcite-citation .citeprop-byline {
  margin-bottom: 5px;
}

.bibcite-citation .links a {
  font-weight: 600;
}

.page-nodeType-person .bibcite-reference {
  width: 100%;
}

.block-views-blockpublications-block-3 {
  padding: 0 4rem;
}

.layout-relatedContent {
  position: relative;
  padding: 4.44444rem 0;
  background: #dfe7ed;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  /*h3 {
    margin: 0;
    padding: trem(34px) trem(29px);

    a {
      display: block;
      color: $color-oceanBlue;
      font-size: trem(20px);
      font-weight: 500;
      line-height: 1.8;
      transition: color 0.2s ease-in-out;
      width: 100%;

      &:hover {
        color: $color-darkTeal;
      }
    }
  }*/
  /*article {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: $color-white;
    width: 100%;
  }*/
  /*.relatedContent-image {
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 0;
  }*/
  /*  .node-content,
  h3 {
    flex-basis: 100%;
  }*/
  /*  .fieldType-image a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    img {
      height: 100%;
      width: 100%;
    }
  }

  .decor-overlay{
    display: none;
  }*/
}

@media (max-width: 1024px) {
  .layout-relatedContent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .layout-relatedContent {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.layout-relatedContent h2,
.layout-relatedContent .field-item {
  color: #00467F;
  font-size: 1.11111rem;
  font-weight: 300;
}

.layout-relatedContent h2 {
  margin-bottom: 1.66667rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.layout-relatedContent .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.layout-relatedContent .field-items > .field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 31.29%;
  margin: 0 2.95% 2.22222rem 0;
}

@media (max-width: 700px) {
  .layout-relatedContent .field-items > .field-item {
    width: 100%;
    margin-right: 0;
  }
}

.layout-relatedContent .field-items > .field-item:nth-child(3) {
  margin-right: 0;
}

.layout-relatedContent article .decor-overlay {
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
}

.bc-iframe .vjs-track-setting select:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.sectionMenu-container {
  -webkit-box-shadow: 0px 0px 47px 0px rgba(163, 161, 163, 0.29);
  box-shadow: 0px 0px 47px 0px rgba(163, 161, 163, 0.29);
  margin-top: 1.38889rem;
  max-width: 430px;
}

@media (max-width: 500px) {
  .sectionMenu-container {
    display: none;
  }
}

.sectionMenu-container .sectionMenu-heading {
  color: #fff;
  background: #00467F;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  padding: 2.05556rem 2.11111rem;
}

.sectionMenu-container .sectionMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.sectionMenu-container .sectionMenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  list-style: none;
  margin: 0;
  color: #117b99;
  border-bottom: 2px solid #d4d4d4;
  background: #fff;
}

.sectionMenu-container .sectionMenu li:last-child {
  border: 0;
}

.sectionMenu-container .sectionMenu a {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1.66667rem 2.22222rem;
}

.sectionMenu-container .sectionMenu a:hover {
  text-decoration: none;
}

body:not(.page-nodeType-person) .sectionMenu-container .sectionMenu a {
  font-size: 1.22222rem;
  font-weight: 300;
}

.page-nodeType-person .sectionMenu-container {
  display: none;
}

.statistics-callout-block {
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
  background: #014480;
  color: #fff;
}

@media (max-width: 1024px) {
  .statistics-callout-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .statistics-callout-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.statistics-callout-block:before, .statistics-callout-block:after {
  content: '';
  position: absolute;
  background: #014480;
  height: 100%;
  top: 0;
  width: 100vw;
}

.statistics-callout-block:before {
  left: -100vw;
}

.statistics-callout-block:after {
  right: -100vw;
}

.statistics-callout-block .statistics-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .statistics-callout-block .statistics-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.statistics-callout-block h2 {
  color: #fff;
  font-size: 2.55556rem;
  letter-spacing: 0.11111rem;
  margin: 0 0 0.55556rem;
}

@media (max-width: 1024px) {
  .statistics-callout-block h2 {
    font-size: 2.22222rem;
  }
}

@media (max-width: 860px) {
  .statistics-callout-block h2 {
    font-size: 1.88889rem;
  }
}

.statistics-callout-block .section-title {
  color: #fff;
}

@media (max-width: 1024px) {
  .statistics-callout-block .section-title {
    font-size: 0.88889rem;
    letter-spacing: 0.11111rem;
  }
}

.statistics-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding: 4.61111rem 0;
  text-align: center;
}

@media (max-width: 768px) {
  .statistics-item {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 2.77778rem 0;
  }
}

.statistics-item:first-child {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .statistics-item:first-child {
    border-left: 0;
  }
}

.statistics-item:first-child:before {
  left: -15px;
}

@media (max-width: 768px) {
  .statistics-item:first-child:before {
    display: none;
  }
}

.statistics-item:first-child:after {
  left: -14px;
}

@media (max-width: 768px) {
  .statistics-item:first-child:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .statistics-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  .statistics-item:last-child .decor-square,
  .statistics-item:last-child .decor-triangle {
    display: none;
  }
}

.statistics-item:first-child:before,
.decor-square {
  content: '';
  position: absolute;
  background: #014480;
  height: 50px;
  width: 30px;
  top: calc(50% - 25px);
}

@media (max-width: 768px) {
  .statistics-item:first-child:before,
  .decor-square {
    bottom: -25px;
    top: auto;
    width: 50px;
  }
}

.statistics-item:first-child:after,
.decor-triangle {
  content: '';
  position: absolute;
  border-color: #ff9c00 transparent transparent transparent;
  border-style: solid;
  border-width: 1.22222rem 0.72222rem 0 0.72222rem;
  height: 0;
  top: calc(50% - 11px);
  width: 0;
}

@media (max-width: 768px) {
  .statistics-item:first-child:after,
  .decor-triangle {
    bottom: -14px;
    top: auto;
  }
}

#styleguide-header ul {
  padding-left: 1.55556rem;
}

.styleguide:not(#styleguide-header) ul:not(.pager-items) {
  padding-left: 1rem;
  text-indent: 2rem;
  line-height: 1.8;
}

.styleguide:not(#styleguide-header) ul:not(.pager-items) li {
  position: relative;
  margin-bottom: 1.66667rem;
}

.styleguide .formType-vertical-tabs ul {
  padding-left: 0 !important;
}

.styleguide .formType-vertical-tabs ul li {
  margin-bottom: 0 !important;
  padding-left: 0;
}

.styleguide .formType-vertical-tabs ul li:before {
  display: none;
}

.styleguide ol:not(.searchResults) {
  list-style: decimal;
  padding-left: 0;
  text-indent: 2rem;
  line-height: 1.8;
}

.styleguide ol:not(.searchResults) li {
  position: relative;
  margin-bottom: 1.66667rem;
  margin-left: 1rem;
}

.table-wrapper {
  overflow: hidden;
  overflow-x: auto;
}

table {
  border: 0;
  text-align: left;
}

@media (max-width: 1024px) {
  table {
    width: 972px;
  }
}

table tr.even,
table tr:nth-child(even) {
  background: #efefef;
}

table th,
table td {
  line-height: 2;
  padding: 0.55556rem 0.27778rem;
  vertical-align: baseline;
}

@media (max-width: 1024px) {
  table th,
  table td {
    font-size: 0.94444rem;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  table th,
  table td {
    font-size: 0.88889rem;
    line-height: 1.4;
  }
}

table th {
  border-bottom: 2px solid #00467F;
  border-collapse: separate;
  border-spacing: 5px 5px;
  font-weight: 500;
  padding-top: 0;
}

.path-webform:not(.page-contact-us--westat) .block-breadcrumbs {
  display: none;
}

.path-webform .block-main-page-content {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .path-webform .block-main-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .path-webform .block-main-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

form.webform-submission-form:not(.webform-submission-webform-6-form) {
  margin: 0 0 4rem 0;
}

@media (max-width: 1024px) {
  form.webform-submission-form:not(.webform-submission-webform-6-form) {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

form.webform-submission-form:not(.webform-submission-webform-6-form) legend {
  display: block;
  color: #00467F;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.44444rem;
  margin-bottom: 1.83333rem;
  margin-top: 0;
}

form.webform-submission-form:not(.webform-submission-webform-6-form) fieldset {
  margin: 1rem 0 0 0;
  border: 0;
  padding: 0;
}

form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-textfield, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-select, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-email, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-textarea, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-date {
  width: 50%;
}

@media (max-width: 1280px) {
  form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-textfield, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-select, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-email, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-textarea, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-date {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-textfield, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-select, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-email, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-textarea, form.webform-submission-form:not(.webform-submission-webform-6-form) .formType-date {
    width: 100%;
  }
}

form.webform-submission-form:not(.webform-submission-webform-6-form) input:not(.button--primary), form.webform-submission-form:not(.webform-submission-webform-6-form) .select, form.webform-submission-form:not(.webform-submission-webform-6-form) .layout-textareaContainer {
  width: 100%;
}

form.webform-submission-form:not(.webform-submission-webform-6-form) .webform-button--previous, form.webform-submission-form:not(.webform-submission-webform-6-form) .webform-button--next {
  width: auto !important;
  background-image: none;
  padding-right: 1.11111rem;
}

.webform-confirmation__message {
  background: rgba(0, 95, 124, 0.1);
  padding: 50px 30px;
  border: 1px solid rgba(0, 95, 124, 0.2);
  margin: 50px 0 75px;
}

.webform-progress-tracker .progress-step .progress-marker {
  background: #666;
}

.webform-progress-tracker .progress-step .progress-text {
  color: #666;
}

.webform-progress-tracker .progress-step:hover .progress-marker {
  background: #666;
}

.webform-progress-tracker .progress-step.is-active:hover .progress-marker, .webform-progress-tracker .progress-step.is-active .progress-marker {
  background: #007a99;
}

fieldset {
  padding: 0;
  border: 0;
  min-width: auto;
  width: 100%;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
}

.page-about-us--westat .block-page-title {
  display: none;
}

.page-about-us--westat .block-main-page-content .fieldName-body {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 1024px) {
  .page-about-us--westat .block-main-page-content .fieldName-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-about-us--westat .block-main-page-content .fieldName-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-about-us--westat .block-main-page-content .paragraph--type--text {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
}

@media (max-width: 1024px) {
  .page-about-us--westat .block-main-page-content .paragraph--type--text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-about-us--westat .block-main-page-content .paragraph--type--text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-leadership--westat .view-taxonomy-term .view-header h2 {
  margin-bottom: 1.2rem;
  margin-top: 1.5rem;
}

#toolbar-administration .contextual-toolbar-tab .toolbar-icon-edit {
  display: block;
}

#admin-toolbar-search-input {
  height: 30px;
}

.messages {
  margin: 0.25rem 1rem;
  padding: 23px 20px 15px 53px;
}

.page-nodeType-article .block-main-page-content {
  padding: 0;
}

.page-nodeType-article .hero-node {
  position: relative;
  height: 35.33333rem;
  margin-bottom: 2.77778rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-nodeType-article .hero-node {
    height: 21.7rem;
  }
}

.page-nodeType-article .hero-node .article-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.page-nodeType-article .hero-node .article-image:after {
  content: "";
  height: 100%;
  /* background: url(../img/backgrounds/article-hero-pattern.svg) no-repeat center center / 100%; */
  width: 900px;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: soft-light;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

@media (max-width: 1280px) {
  .page-nodeType-article .hero-node .article-image:after {
    right: -12%;
  }
}

@media (max-width: 1024px) {
  .page-nodeType-article .hero-node .article-image:after {
    right: -25%;
  }
}

.page-nodeType-article .hero-node .decor-overlay {
  position: absolute;
  -webkit-box-shadow: inset 0 -300px 300px -100px rgba(1, 68, 128, 0.75);
  box-shadow: inset 0 -300px 300px -100px rgba(1, 68, 128, 0.75);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.page-nodeType-article .hero-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  z-index: 1;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: .76rem;
  background-color: rgba(0, 70, 127, 0.8);
}

@media (max-width: 1024px) {
  .page-nodeType-article .hero-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-nodeType-article .hero-content .block-breadcrumbs {
  display: none !important;
}

.page-nodeType-article .hero-content .block-breadcrumbs a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}

.page-nodeType-article .hero-content .block-breadcrumbs li:before, .page-nodeType-article .hero-content .block-breadcrumbs li:after {
  background: #fff;
}

.page-nodeType-article .hero-content h1 {
  margin-top: 2.61111rem;
}

.page-nodeType-article .standard-title-container {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-nodeType-article .standard-title-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .standard-title-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-nodeType-article .standard-title-container h1 {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .page-nodeType-article .standard-title-container h1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .standard-title-container h1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1280px) {
  .page-nodeType-article .standard-title-container h1 {
    padding-left: 0;
    max-width: 670px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .standard-title-container h1 {
    font-size: 1.7rem;
    max-width: auto;
  }
}

@media (max-width: 500px) {
  .page-nodeType-article .standard-title-container h1 {
    font-size: 1.94444rem;
  }
}

.page-nodeType-article .hero-content h1 {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-right: 0;
  color: #fff;
  margin: 0 0 3.22222rem;
  width: 64%;
}

@media (max-width: 1024px) {
  .page-nodeType-article .hero-content h1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .hero-content h1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1280px) {
  .page-nodeType-article .hero-content h1 {
    padding-left: 0;
    max-width: 670px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .hero-content h1 {
    font-size: 1.7rem;
    max-width: auto;
  }
}

@media (max-width: 500px) {
  .page-nodeType-article .hero-content h1 {
    font-size: 1.94444rem;
  }
}

.browser-ie.page-nodeType-article .hero-node .article-image:after,
.browser-edge.page-nodeType-article .hero-node .article-image:after {
  opacity: 0.35;
}

.page-nodeType-article .date {
  font-weight: 400;
}

.page-nodeType-article .region > .block-breadcrumbs {
  display: none !important;
}

.page-nodeType-article .teal-breadcrumbs {
  display: inline-block;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-right: 8rem;
  padding-left: 8rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .page-nodeType-article .teal-breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .teal-breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1280px) {
  .page-nodeType-article .teal-breadcrumbs {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 1024px) {
  .page-nodeType-article .teal-breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-nodeType-article .teal-breadcrumbs .block-breadcrumbs {
  display: block !important;
  padding-left: 4rem;
  padding-right: 4rem;
  padding: 0;
  /* margin-top: trem(47px); */
}

@media (max-width: 1024px) {
  .page-nodeType-article .teal-breadcrumbs .block-breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .teal-breadcrumbs .block-breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-nodeType-article .teal-breadcrumbs .block-breadcrumbs ol {
  margin-top: 0;
}

.page-nodeType-article .teal-breadcrumbs .block-breadcrumbs li {
  color: #007a99;
}

.page-nodeType-article .teal-breadcrumbs .block-breadcrumbs li:before {
  top: 8px;
}

.page-nodeType-article .teal-breadcrumbs .block-breadcrumbs li a {
  border-bottom: 1px solid #007a99;
}

.page-nodeType-article .teal-breadcrumbs .block-breadcrumbs li:after {
  top: 12px;
}

.page-nodeType-article article.node-viewMode-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-nodeType-article .layout-bodyContent {
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .page-nodeType-article .layout-bodyContent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .layout-bodyContent {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .fieldName-body a {
    word-break: break-word;
  }
}

.page-nodeType-article .fieldName-body ul ul li:last-child p {
  margin-bottom: 0px;
}

.page-nodeType-article .fieldName-body p > img {
  display: inline-block;
  width: 100%;
}

.page-nodeType-article .layout-paddingHelper {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-nodeType-article .layout-paddingHelper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .layout-paddingHelper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1280px) {
  .page-nodeType-article .layout-paddingHelper {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-nodeType-article .layout-mainContent {
  float: left;
  padding-bottom: 4rem;
  padding-right: 5%;
  width: 65%;
}

@media (max-width: 950px) {
  .page-nodeType-article .layout-mainContent {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-nodeType-article .layout-mainContent {
    width: 100%;
    padding-right: 0;
  }
}

.page-nodeType-article .layout-mainContent .paragraph--type--text-image p {
  font-weight: 400;
}

@media (max-width: 1220px) {
  .page-nodeType-article .layout-mainContent .paragraph--type--text-image .fieldType-image {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .page-nodeType-article .layout-mainContent .paragraph--type--text-image .fieldType-image {
    width: 100%;
  }
}

@media (max-width: 1220px) {
  .page-nodeType-article .layout-mainContent .paragraph--type--text-image img {
    width: 100%;
  }
}

.page-nodeType-article .layout-rightSidebarContent {
  float: right;
  width: 35%;
}

@media (max-width: 950px) {
  .page-nodeType-article .layout-rightSidebarContent {
    float: left;
    width: 100%;
    padding-bottom: 4rem;
  }
}

.page-nodeType-article .layout-rightSidebarContent > div > .field-item {
  margin-bottom: 2.77778rem;
}

.page-nodeType-article .hero-node {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.page-nodeType-article .hero-node .teal-breadcrumbs {
  padding-right: 4rem;
  padding-left: 4rem;
}

@media (max-width: 1280px) {
  .page-nodeType-article .hero-node .teal-breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .page-nodeType-article .hero-node .teal-breadcrumbs .block-breadcrumbs {
    padding: 0;
  }
}

.page-nodeType-article .hero-node .teal-breadcrumbs .block-breadcrumbs li {
  color: #fff;
}

.page-nodeType-article .hero-node .teal-breadcrumbs .block-breadcrumbs li:before {
  background: #fff;
}

.page-nodeType-article .hero-node .teal-breadcrumbs .block-breadcrumbs li a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}

.page-nodeType-article .hero-node .teal-breadcrumbs .block-breadcrumbs li:after {
  background: #fff;
}

.page-nodeType-article .paragraph--type--text-image {
  display: initial !important;
}

.page-nodeType-article .paragraph--type--text-image .p__content {
  width: 100%;
}

.page-nodeType-article .paragraph--type--text-image .fieldType-image {
  float: right;
  padding-left: 2rem;
  width: initial;
}

@media (max-width: 1024px) {
  .page-nodeType-article .paragraph--type--text-image .fieldType-image {
    width: 100%;
    float: left;
    padding-left: 0;
  }
}

.page-nodeType-article .paragraph--type--text-image img {
  height: auto;
  width: auto;
  float: right;
  max-height: 300px;
}

@media (max-width: 1024px) {
  .page-nodeType-article .paragraph--type--text-image img {
    float: left;
    padding-left: 0;
    padding-bottom: 1rem;
  }
}

.block-start-your-career-with-westat-today {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36.11111rem;
  overflow: hidden;
}

.block-start-your-career-with-westat-today:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 500px) {
  .block-start-your-career-with-westat-today {
    height: auto;
    padding-top: 3.88889rem;
    padding-bottom: 3.88889rem;
  }
}

.block-start-your-career-with-westat-today .content {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .block-start-your-career-with-westat-today .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .block-start-your-career-with-westat-today .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.block-start-your-career-with-westat-today .call-to-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.block-start-your-career-with-westat-today .content-header {
  max-width: 28.33333rem;
  margin-bottom: 1.11111rem;
}

.block-start-your-career-with-westat-today .content-header h2 {
  margin: 0;
  color: #fff;
  font-size: 2.77778rem;
}

.block-start-your-career-with-westat-today .content-cta p {
  margin: 0;
  margin-bottom: 0.27778rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

@media (max-width: 1100px) {
  .block-start-your-career-with-westat-today .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .block-start-your-career-with-westat-today .content-header h2 {
    font-size: 2.77778rem;
  }
  .block-start-your-career-with-westat-today .content-cta p {
    margin: 0;
    margin-bottom: 15px;
  }
  .block-start-your-career-with-westat-today .content-cta a {
    display: block;
    margin: 10px 0;
  }
}

@media (max-width: 500px) {
  .block-start-your-career-with-westat-today .content-header h2 {
    font-size: 1.66667rem;
  }
}

.careers-embed-events {
  position: relative;
  padding-top: 4.44444rem;
  padding-left: 4rem;
  padding-right: 4rem;
  background: #dfe7ed;
}

@media (max-width: 1024px) {
  .careers-embed-events {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .careers-embed-events {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.careers-embed-events:before, .careers-embed-events:after {
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  content: '';
  background: #dfe7ed;
}

.careers-embed-events .paragraph--type--text {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.careers-embed-events .paragraph--type--text .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.careers-embed-events:before {
  left: -100vw;
}

.careers-embed-events:after {
  right: -100vw;
}

.careers-embed-events h2 {
  margin: 0;
}

.careers-embed-experts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 500px;
  margin-top: 90px;
}

.careers-embed-experts .view-header {
  width: calc(100% - 865px);
  padding-left: 4rem;
  position: absolute;
}

@media (max-width: 1024px) {
  .careers-embed-experts .view-header {
    padding-left: 2rem;
  }
}

@media (max-width: 768px) {
  .careers-embed-experts .view-header {
    padding-left: 1rem;
  }
}

@media (max-width: 1370px) {
  .careers-embed-experts {
    min-height: 430px;
  }
  .careers-embed-experts .view-header {
    width: calc(100% - 700px);
  }
  .careers-embed-experts .view-header h2 {
    font-size: 1.9rem;
  }
}

@media (max-width: 1100px) {
  .careers-embed-experts {
    min-height: auto;
  }
  .careers-embed-experts .view-header {
    width: 100%;
    position: relative;
  }
}

.careers-embed-experts .experts.view .view-header {
  position: absolute;
  top: 10rem;
}

.careers-embed-experts .experts.view .view-header h2 {
  margin: 0;
}

@media (max-width: 1100px) {
  .careers-embed-experts .experts.view {
    padding: 0;
  }
  .careers-embed-experts .experts.view .view-header {
    position: initial;
  }
}

@media (max-width: 800px) {
  .careers-embed-experts .experts.view {
    margin-top: 0;
  }
}

.careers-embed-faq {
  margin-top: 4.44444rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .careers-embed-faq {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .careers-embed-faq {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.careers-embed-faq h2 {
  margin: 0;
}

@media (max-width: 500px) {
  .careers-hero-banner .hero-banner {
    min-height: 21.44444rem;
  }
}

.careers-hero-banner .hero-banner .hero-banner-content {
  display: block;
}

@media (max-width: 1200px) {
  .careers-hero-banner .hero-banner-cta a {
    font-size: 0.77778rem;
    padding-left: .75rem;
  }
}

@media (max-width: 1100px) {
  .careers-hero-banner .hero-banner-cta a {
    font-size: 1rem;
    padding-left: 1.11111rem;
  }
}

@media (max-width: 500px) {
  .careers-hero-banner .hero-banner-header h1 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
}

.careers-embed-perks {
  position: relative;
  padding-top: 4.44444rem;
  padding-bottom: 4.44444rem;
  padding-left: 4rem;
  padding-right: 4rem;
  background: #dfe7ed;
}

@media (max-width: 1024px) {
  .careers-embed-perks {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .careers-embed-perks {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.careers-embed-perks:before, .careers-embed-perks:after {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  content: '';
  background: #dfe7ed;
}

.careers-embed-perks:before {
  left: -100vw;
}

.careers-embed-perks:after {
  right: -100vw;
}

.careers-embed-perks .title {
  margin: 0;
}

.careers-quotes {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .careers-quotes {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .careers-quotes {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.careers-quotes .faqs.view-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.careers-quotes .faqs.view-lists .views-row {
  width: 33.333%;
}

@media (max-width: 1100px) {
  .careers-quotes .faqs.view-lists .views-row {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .careers-quotes .faqs.view-lists .views-row {
    width: 100%;
  }
}

.careers-quotes .embed-careers-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.careers-quotes .embed-careers-quote-body {
  position: relative;
  margin-bottom: 3.33333rem;
  padding: 0 60px;
  font-size: 1.55556rem;
  line-height: 2.5rem;
  width: 100%;
}

.careers-quotes .embed-careers-quote-body .quote {
  font-size: 4.44444rem;
  line-height: 1;
  color: #819bbd;
}

.careers-quotes .embed-careers-quote-body .quote-open {
  position: absolute;
  top: 0;
  left: 0;
}

.careers-quotes .embed-careers-quote-body .quote-close {
  position: absolute;
  margin: 0 15px;
}

.careers-quotes .embed-careers-quote-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
}

.careers-quotes .embed-careers-quote-image {
  width: 135px;
  height: 120px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.careers-quotes .embed-careers-quote-image > img {
  width: 100%;
  height: auto;
}

.careers-quotes .embed-careers-quote-image-svg {
  display: none;
  width: 135px;
  height: 120px;
}

.careers-quotes .embed-careers-quote-image-svg image {
  -webkit-clip-path: url(#embed-careers-quote-triangle-inverted);
  clip-path: url(#embed-careers-quote-triangle-inverted);
  width: 135px;
  height: 120px;
}

.careers-quotes .embed-careers-quote-name {
  margin: 0;
  font-size: 22px;
}

.browser-ie .embed-careers-quote-image > img,
.browser-edge .embed-careers-quote-image > img {
  display: none;
}

.browser-ie .embed-careers-quote-image .embed-careers-quote-image-svg,
.browser-edge .embed-careers-quote-image .embed-careers-quote-image-svg {
  display: block;
}

.page-contact-us--westat.document-ready .taxonomy-search-block {
  top: 6.44444rem;
}

.page-contact-us--westat .layout-content {
  background: url(../img/backgrounds/contact-hero-pattern.svg) no-repeat;
  background-position: right -490px top;
}

@media (max-width: 1024px) {
  .page-contact-us--westat .layout-content {
    background-image: none;
  }
}

.page-contact-us--westat .layout-content .region-content {
  padding-top: 9.44444rem;
}

@media (max-width: 1024px) {
  .page-contact-us--westat .layout-content .region-content {
    padding-top: 4.44444rem;
  }
}

@media (max-width: 1024px) {
  .page-contact-us--westat .layout-content .block-main-page-content .form-header .taxonomy-search-block {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body {
  background: #dfe7ed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 100px;
}

.scrollbar-5 .page-contact-us--westat .layout-content .block-main-page-content .form-body {
  margin-left: calc((-50vw - 2.5px) + 50%);
  margin-right: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .page-contact-us--westat .layout-content .block-main-page-content .form-body {
  margin-left: calc((-50vw - 6px) + 50%);
  margin-right: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .page-contact-us--westat .layout-content .block-main-page-content .form-body {
  margin-left: calc((-50vw - 7.5px) + 50%);
  margin-right: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .page-contact-us--westat .layout-content .block-main-page-content .form-body {
  margin-left: calc((-50vw - 8.5px) + 50%);
  margin-right: calc((-50vw - 8.5px) + 50%);
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner {
  width: 100vw;
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-contact-us--westat .layout-content .block-main-page-content .form-body .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-contact-us--westat .layout-content .block-main-page-content .form-body .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner .form-message {
  text-transform: uppercase;
  margin: 20px 0 40px 0;
  color: #00467F;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner .form-message h2 {
  font-size: 0.9rem;
  font-weight: 300;
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner .form-message span {
  font-weight: bold;
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner form input[type=text],
.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner form input[type=email],
.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner form .select {
  width: 100%;
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner form textarea {
  width: 100%;
  height: 100%;
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-subject {
  position: absolute;
  top: -360px;
}

@media (max-width: 1024px) {
  .page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-subject {
    position: static;
    width: 100%;
  }
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-subject .select {
  width: 100%;
  max-width: 460px;
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-subject .form-item-expertise-area,
.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-subject .form-item-software-support {
  display: none;
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-left-fields {
  width: 30%;
  margin-right: 5%;
}

@media (max-width: 1280px) {
  .page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-left-fields {
    width: 32%;
    margin-right: 3%;
  }
}

@media (max-width: 768px) {
  .page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-left-fields {
    width: 100%;
    margin-right: 0%;
  }
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-right-fields {
  width: 65%;
}

@media (max-width: 768px) {
  .page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-right-fields {
    width: 100%;
  }
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-right-fields .formType-textarea {
  height: calc(100% - 63.5px);
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-right-fields .formType-textarea .layout-textareaContainer,
.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner #edit-right-fields .formType-textarea textarea {
  width: 100%;
  height: 100%;
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner .form-actions {
  width: 100%;
  text-align: right;
}

.page-contact-us--westat .layout-content .block-main-page-content .form-body .inner .form-actions input {
  width: 200px;
  text-align: left;
}

.path-webform #block-westat-page-title,
.path-webform #block-breadcrumbs {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .path-webform #block-westat-page-title,
  .path-webform #block-breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .path-webform #block-westat-page-title,
  .path-webform #block-breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-contact-us--westat #block-westat-page-title {
  padding-bottom: 13.22222rem;
}

@media (max-width: 1024px) {
  .page-contact-us--westat #block-westat-page-title {
    padding-bottom: 0;
  }
}

.page-contact-us--westat #block-westat-page-title h1 {
  margin-top: 0;
}

.page-contact-us--westat .webform-confirmation {
  margin-top: -225px;
}

@media (max-width: 1024px) {
  .page-contact-us--westat .webform-confirmation {
    margin-top: 0;
  }
}

.page-contact-us--westat .webform-confirmation .webform-confirmation__message {
  margin-top: 0;
  padding-bottom: 15px;
  width: 100%;
  max-width: 700px;
}

.page-contact-us--westat .webform-confirmation .webform-confirmation__message p {
  margin: 0;
}

.fake-location-block .locations-listing .location {
  display: none;
}

.fake-location-block .locations-listing .location.active {
  display: block;
}

.fake-location-block .locations-listing .location .address strong {
  color: #00467F;
}

.fake-location-block .locations-listing .location .links {
  margin-top: 30px;
  line-height: 16px;
}

.fake-location-block .locations-listing .location .links a {
  display: block;
  background-image: none;
  text-align: center;
  margin: 0;
  height: auto;
  padding: 18px 1.11111rem;
  line-height: 1.4 !important;
}

@media (max-width: 500px) {
  .fake-location-block .locations-listing .location .links a {
    line-height: 1.4 !important;
  }
}

.decor-heroTriangle {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 55%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-out 0.5s, left 0.95s ease-out 0.5s;
  transition: opacity 0.25s ease-out 0.5s, left 0.95s ease-out 0.5s;
  will-change: left, opacity;
  /*  @include media('<1540px') {
    &:after {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      top: 5px;
      left: -5px;
      width: $maxWidth + 80px;
      height: 1400px;
      background-color: $color-white;
      clip-path: polygon(0 0, 50% 100%, 100% 0);
    }
  }*/
}

.decor-heroTriangle .decor-heroTriangle-image {
  display: block;
  position: relative;
  z-index: 1;
  width: 1540px;
  height: 1334px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 875px) {
  .decor-heroTriangle {
    z-index: 0;
  }
}

.svg-decor-heroTriangle {
  display: none;
  width: 1540px;
  height: 1334px;
}

.svg-decor-heroTriangle image {
  -webkit-clip-path: url(#taxonomy-hero-triangle);
  clip-path: url(#taxonomy-hero-triangle);
  width: 1540px;
  height: 1334px;
}

.browser-edge .decor-heroTriangle .decor-heroTriangle-image,
.browser-ie .decor-heroTriangle .decor-heroTriangle-image {
  display: none;
}

.browser-edge .decor-heroTriangle .svg-decor-heroTriangle,
.browser-ie .decor-heroTriangle .svg-decor-heroTriangle {
  display: block;
}

.document-ready .decor-heroTriangle {
  left: 50%;
  opacity: 1;
}

@media (max-width: 768px) {
  .document-ready .decor-heroTriangle {
    left: 57.5%;
  }
}

@media (max-width: 640px) {
  .document-ready .decor-heroTriangle {
    display: none;
  }
}

.decor-rhombus-container {
  background-color: #002759;
  color: #fff;
  padding: 60px;
  width: 116%;
  -webkit-transform: skewX(30deg) scaleY(0.866);
  transform: skewX(30deg) scaleY(0.866);
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
}

.decor-rhombus-container .decor-rhombus-unskew {
  -webkit-transform: skewX(-25.98deg);
  transform: skewX(-25.98deg);
}

.experts .decor-rhombus-container {
  width: 120%;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.experts .decor-rhombus-container .decor-rhombus-unskew {
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

.decor-square {
  right: -15px;
}

@media (max-width: 768px) {
  .decor-square {
    right: calc(50% - 25px);
  }
}

.decor-triangle {
  right: -14px;
}

@media (max-width: 768px) {
  .decor-triangle {
    right: calc(50% - 13px);
  }
}

.svg-triangle-defs {
  height: 1px;
  width: 1px;
  position: absolute;
  left: -9999px;
}

.triangle-image-svg {
  display: none;
}

.browser-ie .triangle-image-img,
.browser-edge .triangle-image-img {
  display: none;
}

.browser-ie .triangle-image-svg,
.browser-edge .triangle-image-svg {
  display: block;
}

.triangle-image {
  position: relative;
  z-index: 1;
}

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

.triangle-image {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 1;
}

.triangle-image.inverted {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.triangle-image-svg {
  z-index: 1;
  position: relative;
}

.triangle-image-svg image {
  -webkit-clip-path: url(#triangle-cutout);
  clip-path: url(#triangle-cutout);
  z-index: 1;
}

.events.view-lists article {
  position: relative;
  background: #fff;
  width: 100%;
  min-height: 415px;
  cursor: pointer;
}

.events.view-lists article .event-image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.events.view-lists article .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.events.view-lists article h3 {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 2.5rem 1.66667rem;
  background-color: #fff;
}

.events.view-lists article h3 a {
  display: block;
  color: #3291b2;
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  width: 100%;
}

.events.view-lists article h3 a:hover {
  color: #005f7c;
}

.events.view-lists article:hover .overlay, .events.view-lists article:focus .overlay, .events.view-lists article:active .overlay {
  opacity: 0.25;
}

@media (max-width: 700px) {
  .events.view-lists article {
    min-height: 315px;
  }
  .events.view-lists article h3 {
    padding: 1.94444rem 1.11111rem;
  }
  .events.view-lists article h3 a {
    font-size: 0.88889rem;
  }
  .events.view-lists article .overlay {
    opacity: 0.25;
  }
}

.events.view-lists {
  padding: 4.44444rem 0;
}

.events.view-lists .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (max-width: 875px) {
  .events.view-lists .view-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

.events.view-lists .views-row {
  padding: 1rem;
  width: 33.3333%;
}

@media (max-width: 875px) {
  .events.view-lists .views-row {
    padding: 0.5rem;
  }
}

@media (max-width: 1100px) {
  .events.view-lists .views-row {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .events.view-lists .views-row {
    width: 100%;
  }
}

.faqs.view-lists .default {
  font-size: 1.11111rem;
  line-height: 2.22222rem;
}

.faqs.view-lists .default h3 {
  margin: 0;
  line-height: 1.94444rem;
}

.faqs.view-lists .default p, .faqs.view-lists .default ul {
  margin: 0;
}

.faqs.view-lists .default li {
  line-height: 2.22222rem;
}

.faqs.view-lists {
  padding: 4.44444rem 0;
}

.faqs.view-lists .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (max-width: 875px) {
  .faqs.view-lists .view-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

.faqs.view-lists .views-row {
  padding: 1rem;
  width: 50%;
}

@media (max-width: 875px) {
  .faqs.view-lists .views-row {
    padding: 0.5rem;
  }
}

@media (max-width: 700px) {
  .faqs.view-lists .views-row {
    width: 100%;
  }
}

.page-frequently-asked-questions--westat .layout-container {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-frequently-asked-questions--westat .layout-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-frequently-asked-questions--westat .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-frequently-asked-questions--westat .page-without-defaultHero {
  padding: 0;
}

#block-faqs .faqs-top {
  margin-bottom: 5rem;
}

#block-faqs .faqs-intro {
  display: block;
  color: #00467F;
  font-weight: 800;
  line-height: 1.4;
  font-size: 2.22222rem;
  margin-bottom: 1.72222rem;
  margin-top: 0;
  text-align: center;
}

#block-faqs .faqs-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#block-faqs .faqs-categories .vocabulary-type-faq {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 14.05556rem;
  width: 11.38889rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 935px) {
  #block-faqs .faqs-categories .vocabulary-type-faq {
    margin: 1rem 0.55556rem;
  }
}

#block-faqs .faqs-categories .vocabulary-type-faq a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

#block-faqs .faqs-categories .vocabulary-type-faq a .faq-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

#block-faqs .faqs-categories .vocabulary-type-faq a .faq-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(3rem + 24px);
  font-weight: 800;
  color: #007a99;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #e7ecf2;
  padding: 0.66667rem 0;
}

#block-faqs .faqCategory .faq-title-action {
  position: relative;
  border-top: 1px solid #999;
  font-size: 2rem;
  padding: 1.72222rem 0;
  padding-right: 20px;
  margin: 0;
}

#block-faqs .faqCategory .faq-title-action:before {
  content: '';
  position: absolute;
  background: #007a99;
  border-radius: 10px;
  height: 3px;
  width: 13px;
  right: 7px;
  top: 55px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#block-faqs .faqCategory .faq-title-action:after {
  content: '';
  position: absolute;
  background: #007a99;
  border-radius: 10px;
  height: 3px;
  width: 13px;
  right: 0;
  top: 55px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#block-faqs .faqCategory .faq-title-action:hover {
  color: #005f7c;
  cursor: pointer;
}

#block-faqs .faqCategory.item-isExpanded .faq-title-action:before {
  right: 0;
}

#block-faqs .faqCategory.item-isExpanded .faq-title-action:after {
  right: 7px;
}

#block-faqs .faqCategory .faqs {
  display: none;
  background: #e7ecf2;
  padding: 2rem;
}

#block-faqs .faqCategory .faqs p {
  font-weight: 400;
}

.block-company-info {
  float: left;
  width: 64%;
  clear: both;
  padding-right: 2.22222rem;
}

@media (max-width: 1055px) {
  .block-company-info {
    width: 64%;
  }
}

@media (max-width: 875px) {
  .block-company-info {
    width: 100%;
    padding-right: 0;
    border-top: 1px solid #fff;
  }
}

.block-company-info .fieldName-body {
  max-width: 220px;
  border-top: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

@media (max-width: 875px) {
  .block-company-info .fieldName-body {
    border-top: none;
    padding-bottom: 17px;
    padding-top: 20px;
  }
}

.block-company-info p {
  margin: 0 0 0.66667rem;
  font-size: 0.88889rem;
}

.block-company-info p .location,
.block-company-info p .phone {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

.block-company-info p .phone {
  background-image: url("../img/icons/icon-phone.svg");
}

.block-company-info p .location {
  background-image: url("../img/icons/icon-location.svg");
  margin-bottom: 10px;
  position: relative;
  top: -3px;
}

@media (max-width: 875px) {
  .block-company-info p .location {
    top: initial;
  }
}

.block-company-info p a {
  color: #fff;
  display: block;
}

.block-company-info p a:hover {
  text-decoration: underline;
}

@media (max-width: 1280px) {
  .block-company-info p {
    font-size: 0.88889rem;
  }
}

@media (max-width: 875px) {
  .block-company-info p {
    font-size: 0.88889rem;
  }
}

@media (max-width: 640px) {
  .block-company-info p {
    font-size: 0.88889rem;
    margin-bottom: 0;
  }
}

.block-copyright {
  float: left;
  width: 100%;
  clear: both;
  padding-right: 2.22222rem;
}

@media (max-width: 875px) {
  .block-copyright {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    float: none;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding-right: 0;
    position: absolute;
    bottom: 0;
    padding-left: 15px;
  }
}

.block-copyright .field-item p {
  margin: 0;
  font-size: 0.66667rem;
}

@media (max-width: 1280px) {
  .block-copyright .field-item p {
    font-size: 0.66667rem;
  }
}

@media (max-width: 875px) {
  .block-copyright .field-item p {
    font-size: 0.66667rem;
  }
}

@media (max-width: 640px) {
  .block-copyright .field-item p {
    font-size: 0.66667rem;
  }
}

.block-disclaimer {
  padding: 2.22222rem 0;
  color: #fff;
}

.block-disclaimer p {
  font-size: 0.77778rem;
  margin: 0;
  width: 75%;
}

@media (max-width: 875px) {
  .block-disclaimer p {
    font-size: 0.55556rem;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .block-disclaimer p {
    font-size: 0.55556rem;
  }
}

.block-disclaimer p a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

.block-disclaimer p a:hover {
  color: white;
}

.block-disclaimer .fieldName-body {
  float: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 875px) {
  .block-disclaimer .fieldName-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.block-disclaimer .fieldName-body p {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-width: 850px;
  margin-right: auto;
}

@media (max-width: 875px) {
  .block-disclaimer .fieldName-body p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}

.block-disclaimer .fieldName-body a:nth-child(2) img.align-right {
  margin-left: 10px;
}

.block-disclaimer .fieldName-body a img.align-right {
  width: auto;
  height: 85px;
}

.block-westat-footer-menu,
.block-westat-footer--2-menu {
  position: absolute;
  right: 0;
  width: 36%;
  z-index: 10;
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-left: 15px;
}

@media (max-width: 1055px) {
  .block-westat-footer-menu,
  .block-westat-footer--2-menu {
    width: 36%;
  }
}

@media (max-width: 875px) {
  .block-westat-footer-menu,
  .block-westat-footer--2-menu {
    position: relative;
    right: auto;
    border-left: 0;
    width: 100%;
    padding-left: 46px;
    padding-top: 20px;
    padding-bottom: 1.66667rem;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.block-westat-footer-menu .menu-list,
.block-westat-footer--2-menu .menu-list {
  margin: 0;
}

.block-westat-footer-menu li,
.block-westat-footer--2-menu li {
  margin-bottom: 0.94444rem;
  padding: 0;
  font-size: 0.88889rem;
}

@media (max-width: 1065px) {
  .block-westat-footer-menu li,
  .block-westat-footer--2-menu li {
    margin-bottom: 0.83333rem;
  }
}

@media (max-width: 875px) {
  .block-westat-footer-menu li,
  .block-westat-footer--2-menu li {
    margin-bottom: 0.94444rem;
  }
}

.block-westat-footer-menu li:last-child,
.block-westat-footer--2-menu li:last-child {
  margin-bottom: 0;
}

.block-westat-footer-menu a,
.block-westat-footer--2-menu a {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  padding: 0 20px 0 0;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media (max-width: 1156px) {
  .block-westat-footer-menu a,
  .block-westat-footer--2-menu a {
    font-size: 0.88889rem;
  }
}

@media (max-width: 1065px) {
  .block-westat-footer-menu a,
  .block-westat-footer--2-menu a {
    font-size: 0.88889rem;
  }
}

@media (max-width: 875px) {
  .block-westat-footer-menu a,
  .block-westat-footer--2-menu a {
    font-size: 0.88889rem;
  }
}

.block-westat-footer-menu a:before, .block-westat-footer-menu a:after,
.block-westat-footer--2-menu a:before,
.block-westat-footer--2-menu a:after {
  content: '';
  position: absolute;
  background: #3291b2;
  border-radius: 5px;
  height: 2px;
  right: 0;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  width: 10px;
}

.block-westat-footer-menu a:before,
.block-westat-footer--2-menu a:before {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-westat-footer-menu a:after,
.block-westat-footer--2-menu a:after {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.block-westat-footer-menu a:hover,
.block-westat-footer--2-menu a:hover {
  color: white;
}

.block-westat-footer-menu a:hover:before, .block-westat-footer-menu a:hover:after,
.block-westat-footer--2-menu a:hover:before,
.block-westat-footer--2-menu a:hover:after {
  background: #fff;
}

.block-footer-slogan h1, .block-footer-slogan h3 {
  display: inline-block;
  color: #fff;
  font-family: "Times New Roman", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
  font-size: 2.22222rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.83333rem;
  margin-top: 0;
}

.block-footer-slogan h1:after, .block-footer-slogan h3:after {
  content: "\00ae";
  vertical-align: super;
  font-size: 1.2rem;
  padding: 0 .5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-style: normal;
}

@media (max-width: 1330px) {
  .block-footer-slogan h1:after, .block-footer-slogan h3:after {
    font-size: 0.9rem;
  }
}

@media (max-width: 1460px) {
  .block-footer-slogan h1, .block-footer-slogan h3 {
    font-size: 1.94444rem;
  }
}

@media (max-width: 1330px) {
  .block-footer-slogan h1, .block-footer-slogan h3 {
    font-size: 1.66667rem;
  }
}

@media (max-width: 1240px) {
  .block-footer-slogan h1, .block-footer-slogan h3 {
    font-size: 1.38889rem;
  }
}

.block-footer-slogan h1 div, .block-footer-slogan h3 div {
  position: relative;
  float: left;
  clear: both;
}

.block-footer-slogan h1 .registered-symbol, .block-footer-slogan h3 .registered-symbol {
  position: absolute;
  bottom: 22px;
  right: -17px;
  font-size: 1.11111rem;
}

.block-footer-slogan p {
  font-size: 0.77778rem;
  margin-bottom: 15px;
}

@media (max-width: 875px) {
  .block-footer-slogan p {
    font-size: 0.77778rem;
    margin-bottom: 32px;
  }
}

.menu-social-links {
  float: left;
  width: 47%;
  clear: both;
}

.menu-social-links .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 2rem 0 3rem 0;
}

@media (max-width: 875px) {
  .menu-social-links .menu-list {
    margin: 0 0 2rem 0;
  }
}

.menu-social-links .menu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1.11111rem;
}

@media (max-width: 875px) {
  .menu-social-links .menu-list li {
    margin-right: 2.5rem;
  }
}

.menu-social-links .menu-list a {
  height: 30px;
  width: 30px;
  background: #6c89b4 no-repeat center;
  background-size: 20px 20px;
  text-indent: -99999px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  border-radius: 50%;
}

@media (max-width: 875px) {
  .menu-social-links .menu-list a {
    background-size: 25px 25px;
    height: 40px;
    width: 40px;
  }
}

.menu-social-links .menu-list a:hover {
  background-color: rgba(108, 137, 180, 0.8);
}

.menu-social-links .menu-list a[name='facebook'] {
  background-image: url("../img/icons/icon-social-facebook.svg");
}

.menu-social-links .menu-list a[name='twitter'] {
  background-image: url("../img/icons/icon-social-twitter.svg");
}

.menu-social-links .menu-list a[name='linkedin'] {
  background-image: url("../img/icons/icon-social-linkedin.svg");
}

.layout-footer {
  background: #1F2857;
}

.layout-footer > .layout-container {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  color: #fff;
  padding-top: 3.33333rem;
  padding-bottom: 1.11111rem;
}

@media (max-width: 1024px) {
  .layout-footer > .layout-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .layout-footer > .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 875px) {
  .layout-footer > .layout-container {
    padding-top: 3.61111rem;
  }
}

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

@media (max-width: 875px) {
  .layout-footer .region-footer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-bottom: 60px;
  }
}

.layout-footer .column-slogan {
  width: 46%;
  padding-right: 3.88889rem;
}

@media (max-width: 1330px) {
  .layout-footer .column-slogan {
    width: 46%;
    padding-right: 2.77778rem;
  }
}

@media (max-width: 1156px) {
  .layout-footer .column-slogan {
    padding-right: 2.22222rem;
  }
}

@media (max-width: 1055px) {
  .layout-footer .column-slogan {
    width: 46%;
    padding-right: 1.66667rem;
  }
}

@media (max-width: 875px) {
  .layout-footer .column-slogan {
    width: 100%;
    padding-right: 0;
  }
}

.layout-footer .column-info-menu {
  width: 54%;
  position: relative;
}

@media (max-width: 1330px) {
  .layout-footer .column-info-menu {
    width: 54%;
  }
}

@media (max-width: 1055px) {
  .layout-footer .column-info-menu {
    width: 54%;
  }
}

@media (max-width: 875px) {
  .layout-footer .column-info-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.layout-footerSecondary {
  background-color: #171843;
}

.layout-footerSecondary > .layout-container {
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .layout-footerSecondary > .layout-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .layout-footerSecondary > .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.path-frontpage .layout-content .articles-featured {
  padding-left: 4rem;
  padding-right: 4rem;
  background: #e7ecf2;
  padding-top: 3rem;
  position: relative;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .articles-featured {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .articles-featured {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.path-frontpage .layout-content .articles-featured .views-element-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.path-frontpage .layout-content .articles-featured .views-element-container article {
  margin-right: 4%;
  margin-bottom: 4%;
  width: 48%;
  position: relative;
  -webkit-box-shadow: 0 20px 30px -10px rgba(57, 104, 151, 0.2);
  box-shadow: 0 20px 30px -10px rgba(57, 104, 151, 0.2);
  min-height: 420px;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 650px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article {
    min-height: 400px;
  }
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article {
    min-height: 250px;
  }
}

.path-frontpage .layout-content .articles-featured .views-element-container article:hover .background-container .article-image,
.path-frontpage .layout-content .articles-featured .views-element-container article:hover .background-container .project-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.path-frontpage .layout-content .articles-featured .views-element-container article .background-container {
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.path-frontpage .layout-content .articles-featured .views-element-container article .background-container .article-image,
.path-frontpage .layout-content .articles-featured .views-element-container article .background-container .project-image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center top;
}

.path-frontpage .layout-content .articles-featured .views-element-container article .decor-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 39, 89, 0.6);
  padding: 50px;
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article .decor-overlay {
    padding: 20px;
  }
}

.path-frontpage .layout-content .articles-featured .views-element-container article .decor-overlay h2 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  position: relative;
}

.path-frontpage .layout-content .articles-featured .views-element-container article .decor-overlay h2 a {
  color: #fff;
  font-size: 1.222rem;
  text-decoration: none;
  display: block;
}

@media (max-width: 1280px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article .decor-overlay h2 a {
    font-size: 1.111rem;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article .decor-overlay h2 a {
    font-size: 1rem;
  }
}

.path-frontpage .layout-content .articles-featured .views-element-container article .decor-overlay h2 a span {
  display: inline-block;
  padding-right: 100px;
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article .decor-overlay h2 a span {
    padding-right: 50px;
  }
}

.path-frontpage .layout-content .articles-featured .views-element-container article .decor-overlay h2 a:after {
  content: '';
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  background-image: url(../img/icons/icon-chevron-right.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  padding: 25px;
  background-color: #007a99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article .decor-overlay h2 a:after {
    padding: 15px;
  }
}

.path-frontpage .layout-content .articles-featured .views-element-container article:first-child {
  width: 100%;
  min-height: 585px;
  margin-right: 0;
  margin-bottom: 3.4444rem;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article:first-child {
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 650px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article:first-child {
    min-height: 400px;
  }
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article:first-child {
    min-height: 250px;
  }
}

.path-frontpage .layout-content .articles-featured .views-element-container article:first-child h2 a {
  font-size: 1.888rem;
}

@media (max-width: 1280px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article:first-child h2 a {
    font-size: 1.666rem;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article:first-child h2 a {
    font-size: 1rem;
  }
}

.path-frontpage .layout-content .articles-featured .views-element-container article:first-child h2 a span {
  padding-right: 30%;
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article:first-child h2 a span {
    padding-right: 100px;
  }
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article:first-child h2 a span {
    padding-right: 50px;
  }
}

.path-frontpage .layout-content .articles-featured .views-element-container article:last-child {
  margin: 0;
}

.path-frontpage .layout-content .articles-featured .views-element-container article:nth-last-child(2) {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .articles-featured .views-element-container article:nth-last-child(2) {
    margin-bottom: 4%;
  }
}

.path-frontpage .layout-content .articles-featured .views-element-container article:nth-child(2n + 3) {
  margin-right: 0;
}

.path-frontpage .layout-content .questions {
  padding-left: 4rem;
  padding-right: 4rem;
  background-color: #e7ecf2;
  padding-top: 3rem;
  height: 650px;
  overflow: hidden;
  display: block;
  position: relative;
  background-image: url(../img/backgrounds/fade_bckgrd_woman_stickynotes.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .questions {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .questions {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .questions {
    height: 500px;
    background-image: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .questions {
    height: 400px;
  }
}

.path-frontpage .layout-content .questions .topGradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#e7ecf2));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #e7ecf2 100%);
}

.path-frontpage .layout-content .questions h2 {
  font-size: 1.9444rem;
  margin: 0;
  width: 50%;
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .questions h2 {
    width: 100%;
    padding-top: 0px;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .questions h2 {
    font-size: 1.5444rem;
  }
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .questions h2 {
    font-size: 1.3444rem;
  }
}

.path-frontpage .layout-content .questions .questionControl {
  margin: 0;
  position: absolute;
  right: 35px;
  bottom: 10px;
  z-index: 5;
}

.path-frontpage .layout-content .questions .questionControl a {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  margin: 0 2px;
  opacity: 0.8;
}

.path-frontpage .layout-content .questions .questionControl a:hover {
  opacity: 1;
}

.path-frontpage .layout-content .questions .questionControl .back {
  background-image: url(../img/icons/icon-questions-back.svg);
}

.path-frontpage .layout-content .questions .questionControl .next {
  background-image: url(../img/icons/icon-questions-next.svg);
}

.path-frontpage .layout-content .questions .questionControl .play {
  background-image: url(../img/icons/icon-questions-play.svg);
}

.path-frontpage .layout-content .questions .questionControl .pause {
  background-image: url(../img/icons/icon-questions-pause.svg);
  display: none;
}

.path-frontpage .layout-content .questions .questionControl.active .play {
  display: none;
}

.path-frontpage .layout-content .questions .questionControl.active .pause {
  display: inline-block;
}

.path-frontpage .layout-content .questions ul {
  list-style-type: none;
  margin: 0 0 0 2%;
  padding: 0;
  width: 48%;
  position: absolute;
  right: 0;
  top: 250px;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .questions ul {
    width: 100%;
    margin: 0;
    right: auto;
    left: 2rem;
    top: 190px;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .questions ul {
    left: 1rem;
    top: 140px;
  }
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .questions ul {
    top: 190px;
  }
}

.path-frontpage .layout-content .questions ul li {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: #fff;
  display: inline-block;
  margin: 0.8rem 0;
  max-width: 80%;
  font-weight: 800;
  font-size: 0.9444rem;
  position: relative;
  color: #00467F;
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  opacity: 1;
  -webkit-box-shadow: inset 0.5rem 0 0 #fff, 0 5px 20px rgba(4, 68, 127, 0.15);
  box-shadow: inset 0.5rem 0 0 #fff, 0 5px 20px rgba(4, 68, 127, 0.15);
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .questions ul li {
    font-size: 0.8888rem;
    -webkit-transform: translateZ(0) scale(0.9);
    transform: translateZ(0) scale(0.9);
    margin: 0.5rem 0;
    max-width: 95%;
  }
}

.path-frontpage .layout-content .questions ul li a {
  color: #757575;
  display: block;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .questions ul li.inactive {
    opacity: 0;
  }
}

.path-frontpage .layout-content .questions ul li.active {
  padding: 1rem 1rem 1rem 1.5rem;
  -webkit-transform: translateZ(0) scale(1.2);
  transform: translateZ(0) scale(1.2);
  margin: 0.8rem 0;
  opacity: 1;
  -webkit-box-shadow: inset 0.4rem 0 0 #ff9e00, 0 5px 20px rgba(4, 68, 127, 0.15);
  box-shadow: inset 0.4rem 0 0 #ff9e00, 0 5px 20px rgba(4, 68, 127, 0.15);
}

.path-frontpage .layout-content .questions ul li.active a {
  color: #007a99;
  padding-right: 3.5rem;
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .questions ul li.active a {
    padding-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .questions ul li.active {
    -webkit-transform: translateZ(0) scale(1.1);
    transform: translateZ(0) scale(1.1);
  }
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .questions ul li.active {
    padding-right: 3.5rem;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    margin: 0.5rem 0;
    max-width: 90%;
  }
}

.path-frontpage .layout-content .questions ul li.active:after {
  opacity: 1;
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .questions ul li.active:after {
    padding: 18px;
  }
}

.path-frontpage .layout-content .questions ul li:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  height: 15px;
  width: 15px;
  position: absolute;
  right: 15px;
  opacity: 0;
  background-image: url(../img/icons/icon-chevron-right.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  padding: 25px;
  background-color: #007a99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.path-frontpage .layout-content .articles-recent {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .articles-recent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .articles-recent {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.path-frontpage .layout-content .articles-recent div.views-element-container {
  width: 100%;
}

.path-frontpage .layout-content .articles-recent .views-element-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.path-frontpage .layout-content .articles-recent .views-element-container h2 {
  width: 100%;
}

.path-frontpage .layout-content .articles-recent .views-element-container div {
  width: 22%;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .articles-recent .views-element-container div {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .articles-recent .views-element-container div {
    width: 100%;
  }
}

.path-frontpage .layout-content .articles-recent .views-element-container div .datetime {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.path-frontpage .layout-content .articles-recent .views-element-container div h3 a {
  font-size: 1.1111rem;
}

.path-frontpage .layout-content .articles-recent .views-element-container p {
  width: 100%;
}

.path-frontpage .hero-bottom {
  padding-left: 4rem;
  padding-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .path-frontpage .hero-bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .path-frontpage .hero-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.path-frontpage .hero-bottom .hero-bg {
  width: 48%;
  min-height: 475px;
  position: relative;
  top: -60px;
}

.path-frontpage .hero-bottom .hero-bg .hero-tri-image-1 {
  position: absolute;
  top: -280px;
  left: 60px;
  width: 500px;
  height: 433px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.65s ease-out 0.5s, top 0.95s ease-out 0.5s;
  transition: opacity 0.65s ease-out 0.5s, top 0.95s ease-out 0.5s;
  will-change: opacity, top;
}

@media (max-width: 1280px) {
  .path-frontpage .hero-bottom .hero-bg .hero-tri-image-1 {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    left: 0px;
  }
}

.path-frontpage .hero-bottom .hero-bg .hero-tri-image-1 .triangle-image-svg image {
  -webkit-clip-path: url(#hero-triangle-inverted);
  clip-path: url(#hero-triangle-inverted);
}

.path-frontpage .hero-bottom .hero-bg .hero-tri-image-2 {
  position: absolute;
  left: 410px;
  top: 535px;
  width: 220px;
  height: 190px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.65s ease-out 0.5s, top 0.95s ease-out 0.5s;
  transition: opacity 0.65s ease-out 0.5s, top 0.95s ease-out 0.5s;
  will-change: opacity, top;
}

@media (max-width: 1300px) {
  .path-frontpage .hero-bottom .hero-bg .hero-tri-image-2 {
    left: 385px;
  }
}

@media (max-width: 1280px) {
  .path-frontpage .hero-bottom .hero-bg .hero-tri-image-2 {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    left: 240px;
  }
}

.path-frontpage .hero-bottom .hero-bg .hero-tri-image-2 .triangle-image-svg image {
  -webkit-clip-path: url(#hero-triangle-inverted-small);
  clip-path: url(#hero-triangle-inverted-small);
}

.path-frontpage .hero-bottom .hero-bg .triangle-image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.path-frontpage .hero-bottom .hero-bg .triangle-image-svg {
  z-index: 1;
  position: relative;
}

.path-frontpage .hero-bottom .hero-bg .triangle-image-svg image {
  z-index: 1;
}

.path-frontpage .hero-bottom .hero-bg .blueish-triangle {
  position: absolute;
  z-index: 3;
  top: 358px;
  left: 110px;
  height: 110px;
  width: 110px;
  opacity: 0;
  -webkit-transition: opacity 0.65s ease-out 0.5s, top 0.95s ease-out 0.5s;
  transition: opacity 0.65s ease-out 0.5s, top 0.95s ease-out 0.5s;
  will-change: opacity, top;
}

@media (max-width: 1280px) {
  .path-frontpage .hero-bottom .hero-bg .blueish-triangle {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    left: 50px;
  }
}

.path-frontpage .hero-bottom .hero-bg .yellow-triangle {
  position: absolute;
  left: 490px;
  top: 344px;
  height: 70px;
  width: 70px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.65s ease-out 0.5s, top 0.95s ease-out 0.5s;
  transition: opacity 0.65s ease-out 0.5s, top 0.95s ease-out 0.5s;
  will-change: opacity, top;
}

@media (max-width: 1280px) {
  .path-frontpage .hero-bottom .hero-bg .yellow-triangle {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    top: 130px;
    left: 370px;
  }
}

.path-frontpage .hero-bottom .hero-bg .blue-triangle {
  position: absolute;
  top: 550px;
  width: 70px;
  height: 70px;
  z-index: 3;
  left: 385px;
  opacity: 0;
  -webkit-transition: opacity 0.65s ease-out 0.5s, top 0.95s ease-out 0.5s;
  transition: opacity 0.65s ease-out 0.5s, top 0.95s ease-out 0.5s;
  will-change: opacity, top;
}

@media (max-width: 1280px) {
  .path-frontpage .hero-bottom .hero-bg .blue-triangle {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    left: 260px;
    top: 330px;
  }
}

@media (max-width: 1024px) {
  .path-frontpage .hero-bottom .hero-bg {
    display: none;
  }
}

@media (max-width: 500px) {
  .path-frontpage .hero-bottom .hero-bg {
    display: block;
    height: 9rem;
    position: relative;
    left: -1rem;
    top: 0;
    margin-top: 1rem;
    min-height: 0;
    width: 10rem;
  }
  .path-frontpage .hero-bottom .hero-bg .hero-tri-image-1 {
    width: 105px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 5rem;
    -webkit-transform: none;
    transform: none;
  }
  .path-frontpage .hero-bottom .hero-bg .hero-tri-image-1 img {
    width: 100%;
  }
  .path-frontpage .hero-bottom .hero-bg .hero-tri-image-2 {
    left: 65px;
    top: 260px;
    width: 45px;
    height: 40px;
    -webkit-transform: none;
    transform: none;
  }
  .path-frontpage .hero-bottom .hero-bg .hero-tri-image-2 img {
    width: 100%;
  }
  .path-frontpage .hero-bottom .hero-bg .blueish-triangle {
    top: 140px;
    left: 10px;
    height: 20px;
    width: 20px;
    -webkit-transform: none;
    transform: none;
  }
  .path-frontpage .hero-bottom .hero-bg .yellow-triangle {
    left: 89px;
    top: -67px;
    height: 13px;
    width: 13px;
    -webkit-transform: none;
    transform: none;
  }
  .path-frontpage .hero-bottom .hero-bg .blue-triangle {
    top: 180px;
    width: 10px;
    height: 10px;
    left: 68px;
    -webkit-transform: none;
    transform: none;
  }
}

.path-frontpage .hero-bottom .hero-content {
  width: 48%;
  margin: 50px 0;
}

@media (max-width: 1375px) {
  .path-frontpage .hero-bottom .hero-content {
    width: 45%;
    margin-left: 3%;
  }
}

@media (max-width: 1280px) {
  .path-frontpage .hero-bottom .hero-content {
    width: 48%;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .path-frontpage .hero-bottom .hero-content {
    width: 100%;
  }
}

.path-frontpage .hero-bottom .hero-content h2 {
  position: relative;
  z-index: 5;
}

@media (max-width: 500px) {
  .path-frontpage .hero-bottom .hero-content {
    width: 70%;
  }
  .path-frontpage .hero-bottom .hero-content h2 {
    font-size: 16px;
  }
  .path-frontpage .hero-bottom .hero-content > p {
    padding: 0 1rem;
    position: relative;
    width: 100vw;
    left: calc(-50vw + 29%);
    font-size: 15px;
  }
  .path-frontpage .hero-bottom .hero-content .button {
    font-size: 13px;
    height: 2.5rem;
    line-height: normal;
  }
}

@media (max-width: 320px) {
  .path-frontpage .hero-bottom .hero-content {
    margin-top: 35px;
    width: 65%;
  }
}

.path-frontpage .hero-bottom.hasAppeared .hero-bg .hero-tri-image-1 {
  top: 20px;
  opacity: 1;
}

.path-frontpage .hero-bottom.hasAppeared .hero-bg .hero-tri-image-2 {
  top: 235px;
  opacity: 1;
}

.path-frontpage .hero-bottom.hasAppeared .hero-bg .blueish-triangle {
  top: 158px;
  opacity: 1;
}

.path-frontpage .hero-bottom.hasAppeared .hero-bg .yellow-triangle {
  top: 144px;
  opacity: 1;
}

.path-frontpage .hero-bottom.hasAppeared .hero-bg .blue-triangle {
  top: 350px;
  opacity: 1;
}

@media (max-width: 500px) {
  .path-frontpage .hero-bottom.hasAppeared .hero-bg .hero-tri-image-1 {
    top: 1rem;
  }
  .path-frontpage .hero-bottom.hasAppeared .hero-bg .hero-tri-image-2 {
    top: 60px;
  }
  .path-frontpage .hero-bottom.hasAppeared .hero-bg .blueish-triangle {
    top: 40px;
  }
  .path-frontpage .hero-bottom.hasAppeared .hero-bg .yellow-triangle {
    top: 43px;
  }
  .path-frontpage .hero-bottom.hasAppeared .hero-bg .blue-triangle {
    top: 80px;
  }
}

.path-frontpage .layout-content .hero .hidden {
  display: none;
}

.path-frontpage .layout-content .hero .hero-top {
  min-height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

.path-frontpage .layout-content .hero .hero-top video {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: inherit;
  object-fit: inherit;
}

.path-frontpage .layout-content .hero .hero-top .slogan-container {
  background: url(../img/backgrounds/front-hero-wrapper.png) top right no-repeat;
  height: 100%;
  width: 1020px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 1280px) {
  .path-frontpage .layout-content .hero .hero-top .slogan-container {
    font-size: 3.1111rem;
    max-width: 880px;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .hero .hero-top .slogan-container {
    min-height: 0px;
    width: 90%;
    background-position: bottom right;
  }
}

.path-frontpage .layout-content .hero .hero-top .slogan-container .fixer {
  position: relative;
  height: 100%;
  width: 100%;
}

.path-frontpage .layout-content .hero .hero-top .slogan-container h1 {
  position: absolute;
  bottom: 100px;
  left: 70px;
  color: #fff;
  font-size: 4.1111rem;
  margin: 0;
  max-width: 850px;
}

@media (max-width: 1280px) {
  .path-frontpage .layout-content .hero .hero-top .slogan-container h1 {
    font-size: 3.1111rem;
    max-width: 680px;
    bottom: 50px;
    left: 50px;
  }
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .hero .hero-top .slogan-container h1 {
    font-size: 2.5rem;
    max-width: 550px;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .hero .hero-top .slogan-container h1 {
    font-size: 1.7rem;
    max-width: 350px;
    position: absolute;
    bottom: 30px;
    left: 25px;
  }
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .hero .hero-top .slogan-container h1 {
    max-width: 250px;
    font-size: 22px;
  }
}

.path-frontpage .layout-content .hero .hero-top .slogan-container h1::after {
  content: "®";
  display: inline-block;
  font-size: 1.23rem;
  position: relative;
  top: -40px;
  left: 0px;
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .hero .hero-top .slogan-container h1::after {
    top: -20px;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .hero .hero-top .slogan-container h1::after {
    font-size: 1rem;
    top: -10px;
  }
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .hero .hero-top .slogan-container h1::after {
    font-size: 10px;
  }
}

.path-frontpage .layout-content .quote {
  padding-left: 4rem;
  padding-right: 4rem;
  background: #e7ecf2;
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .path-frontpage .layout-content .quote {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .quote {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.path-frontpage .layout-content .quote blockquote {
  margin: 0;
  padding: 0;
  -webkit-transform: none;
  transform: none;
  display: block;
}

.path-frontpage .layout-content .quote p {
  display: inline-block;
  font-size: 1.6666rem;
}

@media (max-width: 768px) {
  .path-frontpage .layout-content .quote p {
    font-size: 1.22rem;
  }
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .quote p {
    font-size: 1.11rem;
  }
}

.path-frontpage .layout-content .quote p:before {
  color: #ff9c00;
  opacity: 1;
}

.path-frontpage .layout-content .quote p:after {
  color: #ff9c00;
  line-height: 0.65;
  opacity: 1;
}

.path-frontpage .layout-content .author {
  color: #00467F;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0.555rem;
  font-size: 1rem;
}

@media (max-width: 500px) {
  .path-frontpage .layout-content .author {
    font-size: 0.85rem;
  }
}

.layout-header {
  background-color: #00467F;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.layout-header > .layout-container {
  color: #fff;
}

@media (max-width: 1024px) {
  .layout-header > .layout-container .block-system-branding-block {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
}

.layout-header > .layout-container a {
  color: rgba(255, 255, 255, 0.85);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.layout-header > .layout-container a.is-active {
  color: rgba(255, 255, 255, 0.85);
}

.layout-header > .layout-container a:hover {
  color: #fff;
}

.layout-header > .layout-container .region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .layout-header {
    height: 4rem;
  }
  .layout-header .layout-container {
    height: 100%;
    padding: 0;
  }
  .layout-header .layout-container .region-header {
    height: 100%;
  }
  .layout-header .layout-container .region-header .block-system-branding-block {
    padding: 1rem;
  }
  .layout-header .layout-container .region-header .block-system-branding-block .siteBranding-logo {
    margin: 0;
  }
  .layout-header .layout-container .region-header .block-system-branding-block .siteBranding-logo .siteBranding-logo-image {
    height: 30px;
  }
  .layout-header .layout-container .region-header .block-westat-main-menu-menu {
    font-size: 15px;
  }
  .layout-header .layout-container .region-header .block-westat-main-menu-menu .sidebarMenu-toggle {
    margin-left: 0;
  }
}

.cta-info-banner {
  color: #fff;
  padding: 0;
  text-align: center;
  width: 100%;
}

.cta-info-banner #message-banner {
  padding: 2rem;
  position: relative;
}

.cta-info-banner .message-banner__text p {
  margin: 0;
}

.cta-info-banner a {
  color: #fff;
  margin-left: 1rem;
}

.cta-info-banner button {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  height: 32px;
  padding: 0 2px 2px;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}

body {
  padding-top: 124px;
}

@media (max-width: 1024px) {
  body {
    padding-top: 89px !important;
  }
}

@media (max-width: 500px) {
  body {
    padding-top: 71px !important;
  }
}

body.toolbar-horizontal {
  padding-top: 162px !important;
}

body.toolbar-horizontal .layout-header {
  top: 39px;
}

body.toolbar-horizontal.toolbar-tray-open {
  padding-top: 202px !important;
}

body.toolbar-horizontal.toolbar-tray-open .layout-header {
  top: 79px;
}

.block-westat-main-menu-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block-westat-main-menu-menu > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

@media (max-width: 1000px) {
  .block-westat-main-menu-menu > .menu {
    display: none;
  }
}

.block-westat-main-menu-menu > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.block-westat-main-menu-menu > .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 1rem;
}

.block-westat-main-menu-menu > .menu a:hover {
  text-decoration: none;
}

.block-westat-main-menu-menu > .menu li:last-child a {
  position: relative;
  top: -2px;
  background: url("../img/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 22px;
  opacity: 0.85;
  padding: 0;
  width: 50px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  font-size: 0.1px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.block-westat-main-menu-menu > .menu li:last-child a:hover, .block-westat-main-menu-menu > .menu li:last-child a:focus, .block-westat-main-menu-menu > .menu li:last-child a:active {
  opacity: 1;
}

.siteBranding-logo {
  display: block;
  height: 40px;
  width: 151px;
}

.siteBranding-logo-image {
  display: block;
  height: 40px;
  max-width: 100%;
}

.block-system-branding-block {
  padding-top: 1.22222rem;
  padding-bottom: 1.22222rem;
}

.block-system-branding-block .siteBranding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.block-system-branding-block .siteBranding-logo {
  margin: 1.11111rem 0;
}

.block-system-branding-block .siteBranding-slogan {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.94444rem;
  font-style: italic;
  font-weight: normal;
  margin-left: 2.22222rem;
  padding: 0.88889rem 0 0 2.22222rem;
  width: 215px;
}

@media (max-width: 1280px) {
  .block-system-branding-block .siteBranding-slogan {
    font-size: 0.83333rem;
    line-height: 1.4;
    margin-left: 1.66667rem;
    padding: 1.05556rem 0 0 1.66667rem;
  }
}

@media (max-width: 1160px) {
  .block-system-branding-block .siteBranding-slogan {
    margin-left: 1.11111rem;
    padding-left: 1.11111rem;
    width: 175px;
  }
}

@media (max-width: 1124px) {
  .block-system-branding-block .siteBranding-slogan {
    font-size: 0.72222rem;
    margin-left: 0.83333rem;
    padding-left: 0.83333rem;
    width: 150px;
  }
}

@media (max-width: 1065px) {
  .block-system-branding-block .siteBranding-slogan {
    margin-left: 0.55556rem;
    padding-left: 0.55556rem;
    width: 135px;
  }
}

@media (max-width: 600px) {
  .block-system-branding-block .siteBranding-slogan {
    display: none;
  }
}

.hero-markets {
  position: relative;
  height: 636px;
  margin-bottom: 2.77778rem;
  overflow: hidden;
}

.hero-markets .markets-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.hero-markets .markets-image:after {
  content: "";
  height: 100%;
  background: url(../img/backgrounds/article-hero-pattern.svg) no-repeat center center/100%;
  width: 900px;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: soft-light;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

@media (max-width: 1280px) {
  .hero-markets .markets-image:after {
    right: -12%;
  }
}

@media (max-width: 1024px) {
  .hero-markets .markets-image:after {
    right: -25%;
  }
}

.hero-markets .decor-overlay {
  position: absolute;
  -webkit-box-shadow: inset 0 -300px 300px -100px rgba(1, 68, 128, 0.75);
  box-shadow: inset 0 -300px 300px -100px rgba(1, 68, 128, 0.75);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero-markets .hero-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  z-index: 1;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .hero-markets .hero-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-markets .hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hero-markets .block-breadcrumbs a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}

.hero-markets h1 {
  padding-right: 0;
  color: #fff;
  margin: 0 0 3.22222rem;
  width: 64%;
}

@media (max-width: 1280px) {
  .hero-markets h1 {
    padding-left: 0;
    max-width: 670px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-markets h1 {
    font-size: 2.22222rem;
    max-width: auto;
  }
}

@media (max-width: 500px) {
  .hero-markets h1 {
    font-size: 1.94444rem;
  }
}

@media (max-width: 768px) {
  .hero-markets {
    height: 40vh;
  }
}

@media (max-width: 500px) {
  .hero-markets {
    height: 35vh;
  }
}

.browser-ie .hero-markets .markets-image:after,
.browser-edge .hero-markets .markets-image:after {
  opacity: 0.35;
}

.marketsMenu-container {
  position: relative;
  -webkit-box-shadow: -17px 17px 33px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 17px 33px rgba(0, 0, 0, 0.1);
  float: right;
  margin-top: 0;
  max-width: 425px;
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px);
  width: 31.5%;
  z-index: 5;
}

.marketsMenu-container .decor-top {
  height: 20px;
}

.marketsMenu-container .decor-top > div {
  position: relative;
  background: #fff;
  height: 20px;
  width: calc(50% - 20px);
}

.marketsMenu-container .decor-left:before,
.marketsMenu-container .decor-right:before {
  content: '';
  position: absolute;
  border-style: solid;
  height: 0;
  width: 0;
}

.marketsMenu-container .decor-left {
  float: left;
}

.marketsMenu-container .decor-left:before {
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #fff;
  right: -20px;
}

.marketsMenu-container .decor-right {
  float: right;
}

.marketsMenu-container .decor-right:before {
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #fff transparent;
  left: -20px;
}

.marketsMenu-container li {
  color: none;
}

@media (max-width: 1024px) {
  .marketsMenu-container {
    display: none;
  }
}

.page-markets--westat {
  /*	.fieldName-body {
		float: left;
		padding-right: trem(65px);
		width: 68.5%;

		@include media('<=md'){
			width: 100%;
		}

		> p:first-child{
			margin-top: 0;
		}
	}*/
}

.page-markets--westat .block-page-title-block {
  display: none;
}

.page-markets--westat .block-breadcrumbs {
  display: none;
}

.page-markets--westat .breadcrumb li {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.77778rem;
}

.page-markets--westat .breadcrumb li:before, .page-markets--westat .breadcrumb li:after {
  background: #fff;
}

.page-markets--westat .node-content {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-markets--westat .node-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-markets--westat .node-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-markets--westat .node-content > .fieldName-field-image:first-child {
  display: none;
}

.page-markets--westat #main-content {
  position: absolute;
  width: 0;
  height: 0;
  top: 635px;
  left: 0;
  display: block;
  z-index: 100;
}

@media (max-width: 768px) {
  .page-markets--westat #main-content {
    top: 360px;
  }
}

@media (max-width: 500px) {
  .page-markets--westat #main-content {
    top: 315px;
  }
}

.marketsLists .projects.view-lists .view-content {
  display: block;
  margin: 0;
}

.marketsLists {
  padding-bottom: 4.72222rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .marketsLists {
    width: 100%;
  }
}

.marketsLists .projects.view-lists {
  padding: 0;
  width: 100%;
}

.marketsLists .projects.view-lists h2 {
  padding-top: 8rem;
  margin-top: -4rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 1024px) {
  .marketsLists .projects.view-lists h2 {
    padding-top: 4rem;
    margin-top: -2rem;
  }
}

.marketsLists .projects.view-lists p {
  max-width: 68.5%;
  padding-right: 1rem;
}

@media (max-width: 1024px) {
  .marketsLists .projects.view-lists p {
    max-width: 100%;
    paddingright: 0;
  }
}

.marketsLists .projects.view-lists p {
  font-weight: 400;
}

.marketsLists .projects.view-lists {
  background: none;
  padding-right: 3.61111rem;
}

@media (max-width: 1024px) {
  .marketsLists .projects.view-lists {
    padding-right: 0;
  }
}

.marketsLists .projects.view-lists > p:last-child {
  text-align: left;
}

.marketsLists .projects.view-lists:first-child {
  margin-top: 0;
}

.marketsList-heading {
  font-size: 1.33333rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.marketsList-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3.65rem;
  /*  article {
    min-height: 385px !important;
  }*/
  /*
  .project-image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }

  article{
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;

    > a {
      width: 100%;
    }
  }

  .decor-overlay{
    display: none;
  }*/
  /*h3 {
    margin: 0;

    a {
      display: block;
      color: $color-teal;
      font-size: trem(20px);
      font-weight: 500;
      line-height: 1.8;
      transition: color 0.2s ease-in-out;
      width: 100%;
      padding: 1rem;

      &:hover {
        color: $color-darkTeal;
      }
    }
  }*/
}

@media (max-width: 1024px) {
  .marketsList-projects {
    margin: 0;
  }
}

.marketsList-projects .views-row {
  -webkit-box-shadow: 10px 10px 69px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 10px 10px 69px 0px rgba(0, 0, 0, 0.26);
  width: 30%;
  margin-right: 5%;
  position: relative;
  z-index: 5;
}

.marketsList-projects .views-row:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .marketsList-projects .views-row {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.marketsList-projects .image-container,
.marketsList-projects .project-card-image {
  height: 250px !important;
}

.paragraph--highlights {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #dfe7ed;
}

@media (max-width: 1024px) {
  .paragraph--highlights {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .paragraph--highlights {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.paragraph--highlights .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .paragraph--highlights .field-items {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.paragraph--highlights .field-items > * {
  width: 100%;
}

@media (min-width: 769px) {
  .paragraph--highlights .field-items > * {
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .paragraph--highlights .field-items > * {
    width: 25%;
  }
}

.paragraph--highlights .field-items > *:nth-child(3n+1) .link {
  background-color: #1067a9;
}

.paragraph--highlights .field-items > *:nth-child(3n+2) .link {
  background-color: #0d7a99;
}

.paragraph--highlights .field-items > *:nth-child(3n+3) .link {
  background-color: #819bbc;
}

.paragraph--news-section {
  background: #dfe7ed;
  padding: 1.38889rem 3.33333rem 1.66667rem;
  margin-bottom: 0;
}

.paragraph--news-section.odd {
  background: #fff;
}

.paragraph--news-section__title, .paragraph--news-section__subtitle {
  margin-bottom: 1.66667rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #00467F;
  font-size: 1.11111rem;
  font-weight: 300;
}

.paragraph--news-section__subtitle {
  font-size: 1rem;
  text-transform: none;
}

.paragraph--news-section__cta {
  margin-top: 1.66667rem;
}

.paragraph--news-section__news article {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  width: 100%;
  cursor: pointer;
}

.paragraph--news-section__news article:hover .decor-overlay, .paragraph--news-section__news article:focus .decor-overlay, .paragraph--news-section__news article:active .decor-overlay {
  opacity: 0.25;
}

.paragraph--news-section__news article > a {
  width: 100%;
}

.paragraph--news-section__news .decor-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.paragraph--news-section__news .field-item {
  color: #00467F;
  font-size: 1.11111rem;
  font-weight: 300;
}

.paragraph--news-section__news h2 {
  margin-bottom: 1.66667rem;
  letter-spacing: 0.1rem;
}

.paragraph--news-section__news .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2.4rem;
}

.paragraph--news-section__news .field-items > .field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 31.29%;
  margin: 1.66667rem 2.95% 0 0;
}

@media (max-width: 700px) {
  .paragraph--news-section__news .field-items > .field-item {
    width: 100%;
    margin-right: 0;
  }
}

.paragraph--news-section__news .field-items > .field-item:nth-child(1), .paragraph--news-section__news .field-items > .field-item:nth-child(2), .paragraph--news-section__news .field-items > .field-item:nth-child(3) {
  margin-top: 0;
}

@media (max-width: 700px) {
  .paragraph--news-section__news .field-items > .field-item:nth-child(2), .paragraph--news-section__news .field-items > .field-item:nth-child(3) {
    margin-top: 1.66667rem;
  }
}

.paragraph--news-section__news .field-items > .field-item:nth-child(3n) {
  margin-right: 0;
}

.paragraph--news-section__news .image-container {
  position: relative;
  height: 185px;
}

.paragraph--news-section__news .article-image,
.paragraph--news-section__news .project-image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.paragraph--news-section__news h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 7.6rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #007a99;
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media (max-width: 1024px) {
  .paragraph--news-section__news h3 {
    min-height: 5.4em;
  }
}

@media (max-width: 500px) {
  .paragraph--news-section__news h3 {
    min-height: 3.3em;
  }
}

.paragraph--news-section__news h3:hover {
  color: #005f7c;
}

.paragraph--news-section__news h3 span {
  display: block;
  width: 100%;
  padding: 0.83333rem;
}

.paragraph--news-section__news article .decor-overlay {
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
}

.paragraph--type--text-image {
  font-weight: normal;
}

@media (min-width: 768px) {
  .paragraph--type--text-image.paragraph--type--text-image__left, .paragraph--type--text-image.paragraph--type--text-image__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.paragraph--type--text-image .p__content p {
  margin-top: 0;
}

@media (min-width: 768px) {
  .paragraph--type--text-image .p__content {
    width: 72%;
  }
}

.paragraph--type--text-image .p__image {
  margin: 0 0 2rem;
}

@media (min-width: 768px) {
  .paragraph--type--text-image .p__image {
    width: 28%;
  }
}

.paragraph--type--text-image .p__image img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 1220px) {
  .paragraph--type--text-image .p__image img {
    max-height: none;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
}

.paragraph--type--text-image .p__image figcaption {
  padding: 0.5rem 0.75rem;
  font-weight: 300;
}

.paragraph--type--text-image .p__image figcaption a {
  display: block;
  margin: 1em 0;
}

.paragraph--type--text-image .p__image figcaption svg {
  display: inline-block;
  width: 1em;
  height: auto;
}

.paragraph--type--text-image ul li,
.paragraph--type--text-image ol li {
  margin: 0.85em 0;
}

@media (min-width: 768px) {
  .paragraph--type--text {
    margin-right: 28%;
    padding-right: 2rem;
  }
}

.paragraph--type--text img[align=center] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--type--accordion {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  margin-bottom: -1px;
}

.paragraph--type--accordion .fieldName-field-label .field-label {
  display: none;
}

.paragraph--type--accordion .fieldName-field-label.field-item,
.paragraph--type--accordion .fieldName-field-label .field-item {
  display: inline-block;
  position: relative;
  padding: 1.33333rem 1.5rem 1.33333rem 0;
  color: #007a99;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.paragraph--type--accordion .fieldName-field-label.field-item:before,
.paragraph--type--accordion .fieldName-field-label .field-item:before {
  content: '';
  position: absolute;
  background: #007a99;
  border-radius: 10px;
  height: 3px;
  width: 13px;
  right: 7px;
  top: 36px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.paragraph--type--accordion .fieldName-field-label.field-item:after,
.paragraph--type--accordion .fieldName-field-label .field-item:after {
  content: '';
  position: absolute;
  background: #007a99;
  border-radius: 10px;
  height: 3px;
  width: 13px;
  right: 0;
  top: 36px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.paragraph--type--accordion .fieldName-field-label.field-item:hover,
.paragraph--type--accordion .fieldName-field-label .field-item:hover {
  color: #005f7c;
  cursor: pointer;
}

.paragraph--type--accordion .fieldName-field-label.field-item:focus,
.paragraph--type--accordion .fieldName-field-label .field-item:focus {
  background: #e7ecf2;
  padding-left: 1rem;
}

.paragraph--type--accordion .fieldName-field-label.field-item:focus:before,
.paragraph--type--accordion .fieldName-field-label .field-item:focus:before {
  right: 17px;
}

.paragraph--type--accordion .fieldName-field-label.field-item:focus:after,
.paragraph--type--accordion .fieldName-field-label .field-item:focus:after {
  right: 10px;
}

.paragraph--type--accordion .fieldName-field-content .field-label {
  display: none;
}

.paragraph--type--accordion .fieldName-field-content .field-item {
  display: none;
}

.paragraph--type--accordion.item-isExpanded .fieldName-field-label.field-item:before,
.paragraph--type--accordion.item-isExpanded .fieldName-field-label .field-item:before {
  right: 0;
}

.paragraph--type--accordion.item-isExpanded .fieldName-field-label.field-item:after,
.paragraph--type--accordion.item-isExpanded .fieldName-field-label .field-item:after {
  right: 7px;
}

.fieldName-field-default-state {
  display: none;
}

.paragraph--type--chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph--type--chart .radialGauge {
  display: block;
  position: relative;
  width: 100%;
  max-width: 336px;
}

.paragraph--type--chart .radialGauge:before {
  content: '';
  position: absolute;
  display: block;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border: 10px solid #fff;
  border-radius: 50%;
  z-index: 1;
}

.paragraph--type--chart .radialGauge:after {
  content: '';
  position: absolute;
  display: block;
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
  height: 60%;
  width: 60%;
  border-radius: 50%;
  z-index: 1;
  background-color: #fff;
}

.paragraph--type--chart .radialGauge > svg {
  width: 100%;
  height: auto;
  -webkit-transform: rotateY(-180deg) rotateZ(-90deg);
  transform: rotateY(-180deg) rotateZ(-90deg);
  border-radius: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.paragraph--type--chart .radialGauge circle {
  fill: #014480;
  stroke: #a7bcdb;
  stroke-width: 32;
  stroke-dasharray: 100 100;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.paragraph--type--chart .radialGauge .radialGauge-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.paragraph--type--chart .radialGauge .radialGauge-labels .field-item {
  width: 60%;
  text-align: center;
}

.paragraph--type--chart .radialGauge .fieldName-field-label {
  text-transform: uppercase;
  color: #014480;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1.1;
}

.paragraph--type--chart .radialGauge .field-percentage {
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  color: #014480;
  margin-bottom: 6px;
}

.paragraph--type--chart .fieldName-field-caption {
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
  margin: 0 1rem;
  text-align: center;
  width: 90%;
}

@media (max-width: 768px) {
  .paragraph--type--chart .fieldName-field-caption {
    max-width: 300px;
  }
}

.browser-ie .paragraph--type--chart svg {
  display: none;
}

.browser-ie .paragraph--type--chart .radialGauge:before, .browser-ie .paragraph--type--chart .radialGauge:after {
  display: none;
}

.browser-ie .paragraph--type--chart .radialGauge .radialGauge-labels {
  display: block;
  position: relative;
}

.browser-ie .paragraph--type--chart .radialGauge .radialGauge-labels .field-item {
  width: 100%;
}

.browser-ie .paragraph--type--chart .radialGauge .field-percentage {
  font-size: 3.61111rem;
}

.browser-ie .paragraph--type--chart .radialGauge .fieldName-field-label {
  margin-bottom: 1.11111rem;
}

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

.paragraph-image img {
  max-width: 100%;
  height: auto;
}

.paragraph-image__caption-top .fieldName-field-image-caption-link {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.paragraph-image .fieldName-field-image-caption-link,
.paragraph-image .fieldName-field-image-caption-link-two {
  font-style: italic;
}

.paragraph-image + .paragraph {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .page-nodeType-page.document-ready .paragraph--type--text-link {
    position: relative;
    z-index: 5;
  }
}

.page-nodeType-page.document-ready .paragraph--type--text-link .taxonomy-search-block {
  top: 43rem;
}

@media (max-width: 1024px) {
  .page-nodeType-page.document-ready .paragraph--type--text-link .taxonomy-search-block {
    position: static;
    width: 100%;
    margin: 0 auto 70px auto;
  }
}

.paragraph-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.paragraph-video__caption-top .fieldName-field-video-caption,
.paragraph-video__caption-top .fieldName-field-video-caption-two {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.paragraph-video .fieldName-field-video-caption,
.paragraph-video .fieldName-field-video-caption-two {
  font-style: italic;
}

.paragraph-video .fieldName-field-video-caption {
  margin-bottom: 5px;
}

.paragraph-video .fieldName-field-video-media {
  margin-bottom: 10px;
}

.paragraph-video + .paragraph {
  margin-top: 40px;
}

body.browser-ie .term-pb:focus {
  height: 98%;
}

.term-pb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 77px;
  overflow: hidden;
  outline-offset: -4px;
  text-align: center;
}

.term-pb-icon {
  position: relative;
  max-width: 105px;
  margin-bottom: 1.11111rem;
}

.term-pb-icon .icon {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}

.term-pb-icon .icon-normal {
  opacity: 1;
}

.term-pb-icon .icon-white,
.term-pb-icon .icon-yellow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.term-pb-name {
  display: inline-block;
  margin: 0;
  font-size: 0.88889rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #00467F;
  -webkit-transition: color 0.45s;
  transition: color 0.45s;
  width: 100%;
}

.term-pb-description {
  position: relative;
  max-width: 0;
  max-height: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.browser-ie .term-pb-icon {
  height: 90px;
}

.pb-modal-window {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.pb-modal-window.active {
  visibility: visible;
}

.pb-modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(223, 231, 237, 0.7);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pb-modal-window.active .pb-modal-mask {
  opacity: 1;
}

.pb-modal-container {
  position: relative;
  height: 100vh;
  width: 65vw;
  max-width: 1045px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 170px 90px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background: transparent url(../img/backgrounds/pb-modal-container.png) no-repeat top left;
  background-size: cover;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.pb-modal-window.active .pb-modal-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pb-modal-container .icon {
  width: 90px;
  margin-right: 50px;
}

.pb-modal-container .close-btn {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 97px;
  height: 84px;
  cursor: pointer;
  background: transparent url(../img/icons/pb-modal-close.svg) no-repeat center center;
}

.pb-modal-container .close-btn:hover {
  background: transparent url(../img/icons/pb-modal-close-h.svg) no-repeat center center;
}

@media screen and (max-width: 1280px) {
  .pb-modal-container {
    padding: 13.28% 7%;
  }
}

@media screen and (max-width: 1100px) {
  .pb-modal-container {
    width: 100%;
    max-width: 715px;
  }
}

@media screen and (max-width: 750px) {
  .pb-modal-container {
    background-position: top center;
  }
}

.pb-modal-content {
  width: 59.5%;
}

.pb-modal-content * {
  color: #fff;
}

.pb-modal-content h3 {
  margin: 0;
}

.pb-modal-content p {
  margin-top: 0;
  font-size: clamp(14px, 1.5vw, 18px);
}

.view-perks-and-benefits .view-header {
  margin-bottom: 3.33333rem;
  font-family: "Times New Roman", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
  font-size: 1.66667rem;
  font-style: italic;
  color: #00467F;
}

.view-perks-and-benefits .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -1px -1px 0;
}

.view-perks-and-benefits .views-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  min-height: 16.66667rem;
  max-height: 16.66667rem;
  overflow: hidden;
  background: #fff;
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.view-perks-and-benefits .views-row:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: 0;
  background: transparent url(../img/backgrounds/triangle-perks-hover.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.view-perks-and-benefits .views-row:nth-child(even):before {
  background: transparent url(../img/backgrounds/triangle-perks-inv-hover.svg) no-repeat center center;
  background-size: contain;
}

.view-perks-and-benefits .views-row.active:before, .view-perks-and-benefits .views-row:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(4, 4, 4);
  transform: scale3d(4, 4, 4);
}

.view-perks-and-benefits .views-row.active .term-pb-name, .view-perks-and-benefits .views-row:hover .term-pb-name {
  color: #fff;
}

.view-perks-and-benefits .views-row.active .icon-normal, .view-perks-and-benefits .views-row:hover .icon-normal {
  opacity: 0;
}

.view-perks-and-benefits .views-row.active .icon-white, .view-perks-and-benefits .views-row:hover .icon-white {
  opacity: 1;
}

@media (max-width: 1100px) {
  .view-perks-and-benefits .views-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
  }
  .view-perks-and-benefits .views-row:hover:before {
    -webkit-transform: scale3d(10, 10, 10);
    transform: scale3d(10, 10, 10);
  }
}

@media (max-width: 1100px) and (max-width: 840px) {
  .view-perks-and-benefits .views-row .term-pb {
    padding: 0 30px;
  }
}

@media (max-width: 1100px) {
  .view-perks-and-benefits .views-row.active .icon-white {
    opacity: 0;
  }
  .view-perks-and-benefits .views-row.active .icon-yellow {
    opacity: 1;
  }
  .view-perks-and-benefits .views-row.active .close-term-pb {
    position: absolute;
    z-index: 2;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0;
    background: url(../img/icons/pb-modal-close.svg);
    background-size: contain;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
  }
  .view-perks-and-benefits .views-row.active .term-pb-description {
    max-height: 1000px;
    max-width: 1000px;
    padding: 30px;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .view-perks-and-benefits .views-row.active:before {
    -webkit-transform: scale3d(10, 10, 10);
    transform: scale3d(10, 10, 10);
  }
}

@media (max-width: 700px) {
  .view-perks-and-benefits .views-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
  .view-perks-and-benefits .views-row .term-pb {
    min-height: 16.66667rem;
  }
  .view-perks-and-benefits .views-row.active {
    width: 100%;
    padding-top: 60px;
  }
  .view-perks-and-benefits .views-row.active .term-pb-description {
    padding-top: 5px;
    font-size: 0.88889rem;
    padding-right: 1.11111rem;
    padding-left: 1.11111rem;
  }
  .view-perks-and-benefits .views-row.active .term-pb {
    overflow: visible;
    min-height: 8.33333rem;
  }
}

@media (max-width: 450px) {
  .view-perks-and-benefits .views-row {
    width: 100%;
  }
}

.browser-safari .view-perks-and-benefits .views-row.active .term-pb-description {
  padding-bottom: 150px;
}

.person.card {
  position: relative;
  background-color: #00467F;
  -webkit-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.15);
  min-height: 24.3rem;
  border-bottom: 8px solid #007a99;
}

.person.card:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(51, 51, 51, 0)), color-stop(70%, rgba(51, 51, 51, 0.5)), to(rgba(51, 51, 51, 0.75)));
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0) 40%, rgba(51, 51, 51, 0.5) 70%, rgba(51, 51, 51, 0.75) 100%);
}

.person.card > img,
.person.card > a > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.person.card > a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.person.card .person-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 1rem;
  color: #fff;
  width: 100%;
  background-color: rgba(0, 70, 127, 0.8);
  height: 30%;
}

.person.card .person-content a {
  position: relative;
  z-index: 11;
}

.person.card a {
  color: #fff;
}

.person.card a:hover, .person.card a:hover .person-content-name, .person.card a:hover .person-content-type {
  text-decoration: underline;
}

.person.card .person-content-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  color: #fff;
}

.person.card .person-content-name a {
  color: #fff;
}

.person.card .person-content-type {
  font-style: italic;
  font-family: "Times New Roman", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
}

.view-display-id-page_leadership .person.card > a > img,
.view-display-id-page_leadership .person.card > img {
  position: relative;
}

.team .region-content,
.page-team-members--westat .region-content,
.page-about-exec-leadership--westat .region-content,
.page-about-senior-fellows--westat .region-content,
.page-clients--westat .region-content {
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .team .region-content,
  .page-team-members--westat .region-content,
  .page-about-exec-leadership--westat .region-content,
  .page-about-senior-fellows--westat .region-content,
  .page-clients--westat .region-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .team .region-content,
  .page-team-members--westat .region-content,
  .page-about-exec-leadership--westat .region-content,
  .page-about-senior-fellows--westat .region-content,
  .page-clients--westat .region-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.experts.team .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
}

.experts.team .view-content h3 {
  padding: 0 1rem;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.83333rem;
}

.experts.team .view-content .views-row {
  padding: 1rem;
  width: 25%;
}

@media (max-width: 1150px) {
  .experts.team .view-content .views-row {
    width: 33.3333%;
  }
}

@media (max-width: 800px) {
  .experts.team .view-content .views-row {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .experts.team .view-content .views-row {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}

.page-nodeType-person .layout-content .layout-container {
  background: url(../img/backgrounds/triangles-pattern-extended.svg);
  background-repeat: no-repeat;
  background-position: right 14px;
  background-size: 432px;
}

.page-nodeType-person .layout-person-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-nodeType-person .layout-person-container p,
.page-nodeType-person .layout-person-container li,
.page-nodeType-person .layout-person-container .degree {
  font-weight: 400;
}

.page-nodeType-person .block-main-page-content {
  padding: 0;
}

.page-nodeType-person .person-mainContent {
  width: calc(100% - 430px);
  padding-top: 4.72222rem;
  padding-right: 12rem;
  min-height: 35.22222rem;
  padding-left: 4rem;
}

@media (max-width: 1024px) {
  .page-nodeType-person .person-mainContent {
    padding-left: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-person .person-mainContent {
    padding-left: 1rem;
  }
}

@media (max-width: 1200px) {
  .page-nodeType-person .person-mainContent {
    padding-right: 6rem;
  }
}

@media (max-width: 1050px) {
  .page-nodeType-person .person-mainContent {
    padding-right: 4rem;
  }
}

@media (max-width: 950px) {
  .page-nodeType-person .person-mainContent {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-right: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 950px) and (max-width: 1024px) {
  .page-nodeType-person .person-mainContent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 950px) and (max-width: 768px) {
  .page-nodeType-person .person-mainContent {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 768px) and (min-width: 500px) {
  .page-nodeType-person .person-mainContent {
    float: left;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    width: 60%;
  }
}

@media (max-width: 500px) {
  .page-nodeType-person .person-mainContent {
    padding-top: 0;
  }
}

.page-nodeType-person .person-sideContent {
  padding-top: 4rem;
  width: 430px;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-nodeType-person .person-sideContent {
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-person .person-sideContent {
    padding-right: 1rem;
  }
}

@media (max-width: 950px) {
  .page-nodeType-person .person-sideContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 40px;
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 950px) and (max-width: 1024px) {
  .page-nodeType-person .person-sideContent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 950px) and (max-width: 768px) {
  .page-nodeType-person .person-sideContent {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 768px) and (min-width: 500px) {
  .page-nodeType-person .person-sideContent {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-top: 40px;
    position: relative;
    width: 40%;
  }
}

@media (max-width: 500px) {
  .page-nodeType-person .person-sideContent {
    max-width: 100%;
    padding-top: 0;
  }
}

.page-nodeType-person .person-relatedContent {
  margin-top: 4rem;
  width: 100%;
}

@media (max-width: 950px) {
  .page-nodeType-person .person-relatedContent {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 2rem;
  }
}

.page-nodeType-person .back-experts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  font-weight: 400;
  padding-left: 1.22222rem;
}

.page-nodeType-person .back-experts:before {
  content: "";
  position: absolute;
  background: url("../img/icons/icon-chevron-right-small.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 1rem;
  height: 0.72222rem;
  background-size: 10px;
  left: -8px;
  background-repeat: no-repeat;
}

@media (max-width: 500px) {
  .page-nodeType-person .back-experts {
    display: none;
  }
}

.page-nodeType-person h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 460px) {
  .page-nodeType-person h1 {
    margin-top: 0;
  }
}

.page-nodeType-person .person-title {
  color: #00467F;
  font-weight: 400;
  margin: 1rem 0;
}

.page-nodeType-person .person-pic {
  position: relative;
  width: 430px;
  height: 385px;
}

@media (max-width: 768px) and (min-width: 500px) {
  .page-nodeType-person .person-pic {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    position: absolute;
    left: -73px;
  }
}

@media (max-width: 460px) {
  .page-nodeType-person .person-pic {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -12vw;
  }
}

@media (max-width: 350px) {
  .page-nodeType-person .person-pic {
    top: -20px;
    left: -23vw;
  }
}

.page-nodeType-person .person-pic:after {
  content: '';
  display: block;
  position: absolute;
  top: -5%;
  left: -5%;
  right: -10%;
  bottom: -10%;
  background-image: url("../img/backgrounds/triangle-shadow-big.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.75;
}

.page-nodeType-person .person-pic .expert-image {
  position: relative;
  z-index: 1;
  height: 20.66667rem;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.page-nodeType-person .person-pic .expert-image-img {
  width: 23.88889rem;
  z-index: 1;
}

.page-nodeType-person .person-pic .expert-image-svg {
  z-index: 1;
  position: relative;
}

.page-nodeType-person .person-pic .expert-image-svg image {
  -webkit-clip-path: url(#person-cutout);
  clip-path: url(#person-cutout);
  z-index: 1;
  width: 430px;
}

@media (max-width: 499px) {
  .page-nodeType-person .person-pic .expert-image-svg image {
    width: 430px;
    height: 480px;
  }
}

.page-nodeType-person .person-pic .expert-image-svg {
  display: none;
}

.page-nodeType-person .person-pic .browser-ie .expert-image-img {
  display: none;
}

.page-nodeType-person .person-pic .browser-ie .expert-image-svg {
  display: block;
}

.page-nodeType-person .person-pic .blueish-triangle {
  position: absolute;
  z-index: 0;
  width: 80px;
  height: 71px;
  top: 13px;
  right: 100px;
}

.page-nodeType-person .person-pic .blue-triangle {
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 71px;
  bottom: 127px;
  left: 11px;
}

.page-nodeType-person .person-pic .yellow-triangle {
  position: absolute;
  z-index: 2;
  bottom: 38px;
  right: -31px;
}

.page-nodeType-person.browser-ie .expert-image-img, .page-nodeType-person.browser-edge .expert-image-img {
  display: none;
}

.page-nodeType-person.browser-ie .expert-image-svg, .page-nodeType-person.browser-edge .expert-image-svg {
  display: block;
}

@media (max-width: 768px) and (min-width: 500px) {
  .page-nodeType-person .person-sections {
    display: none;
  }
}

@media (max-width: 500px) {
  .page-nodeType-person .person-sections {
    display: none;
  }
}

.page-nodeType-person .person-education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-nodeType-person .person-education ul {
  list-style: none;
  padding: 0px;
}

.page-nodeType-person .person-education ul .degree {
  width: 100%;
  line-height: 1.8;
}

.page-nodeType-person .person-education,
.page-nodeType-person .person-expertise {
  margin-bottom: 2rem;
}

.page-nodeType-person .education-heading,
.page-nodeType-person .expertise-heading {
  width: 100%;
  margin-bottom: 0.88889rem;
  display: block;
  color: #00467F;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.44444rem;
  margin-top: 0;
}

.page-nodeType-person .expertise-list {
  margin: 0;
  padding-left: 15px;
}

.page-nodeType-person .expertise-list li {
  list-style-image: url("../img/icons/icon-chevron-right-small.svg");
  font-weight: 400;
  margin-bottom: 0.55556rem;
}

.page-nodeType-person .expertise-list li h3 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: normal;
}

.page-nodeType-person .person-projects,
.page-nodeType-person .person-publications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-nodeType-person .person-projects,
  .page-nodeType-person .person-publications {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-person .person-projects,
  .page-nodeType-person .person-publications {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 950px) {
  .page-nodeType-person .person-projects,
  .page-nodeType-person .person-publications {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.page-nodeType-person .person-projects > h2,
.page-nodeType-person .person-publications > h2 {
  padding-left: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  width: 100%;
  font-size: 1.44444rem;
}

.page-nodeType-person .person-projects article,
.page-nodeType-person .person-publications article {
  margin-bottom: 1rem;
}

@media (max-width: 500px) {
  .page-nodeType-person .person-projects article,
  .page-nodeType-person .person-publications article {
    width: 100%;
  }
}

.page-nodeType-person .person-projects {
  background-color: #e7ecf2;
}

.page-nodeType-person .person-publications {
  background: url(../img/backgrounds/triangles-pattern-extended.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 432px;
}

.page-nodeType-person .person-publications .person-publications-heading {
  width: 100%;
}

.page-nodeType-person .person-publications .bibcite-citation {
  width: 64%;
}

.page-nodeType-person .person-publications .bibcite-citation h3 {
  width: 100%;
}

@media (max-width: 768px) {
  .page-nodeType-person .person-publications .bibcite-citation {
    width: 100%;
  }
}

.featured-projects,
.taxonomy-featured-articles .view-display-id-embed_projects .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
}

@media (max-width: 1100px) {
  .featured-projects,
  .taxonomy-featured-articles .view-display-id-embed_projects .view-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .featured-projects,
  .taxonomy-featured-articles .view-display-id-embed_projects .view-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.noFeaturedArticle .featured-projects,
.taxonomy-featured-articles .noFeaturedArticle .view-display-id-embed_projects .view-content {
  width: 80%;
}

@media (max-width: 1280px) {
  .noFeaturedArticle .featured-projects,
  .taxonomy-featured-articles .noFeaturedArticle .view-display-id-embed_projects .view-content {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .noFeaturedArticle .featured-projects,
  .taxonomy-featured-articles .noFeaturedArticle .view-display-id-embed_projects .view-content {
    width: 100%;
  }
}

.featured-projects .project,
.taxonomy-featured-articles .view-display-id-embed_projects .views-row {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 31%;
  flex: 1 1 31%;
  margin-right: 3.5%;
}

@media (max-width: 768px) {
  .featured-projects .project,
  .taxonomy-featured-articles .view-display-id-embed_projects .views-row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 0;
  }
}

.featured-projects .project:last-child,
.taxonomy-featured-articles .view-display-id-embed_projects .views-row:last-child {
  margin-right: 0;
}

.featured-projects .project a,
.taxonomy-featured-articles .view-display-id-embed_projects .views-row a {
  font-size: 1rem;
  font-weight: 500;
  color: #00467F;
  text-decoration: underline;
}

.featured-projects .project a:hover,
.taxonomy-featured-articles .view-display-id-embed_projects .views-row a:hover {
  color: #00467F;
  font-weight: 500;
  text-decoration: underline;
}

.featured-projects .project a {
  color: #00467F;
  text-decoration: underline;
}

.level2-projects {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 1024px) {
  .level2-projects {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .level2-projects {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.level2-projects .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.83333rem;
}

@media (max-width: 1024px) {
  .level2-projects .title-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.level2-projects .title-container .featured-articles-seeMore-container, .level2-projects .title-container h3 {
  z-index: 2;
}

.level2-projects .title-container h3 {
  margin-bottom: 0.27778rem;
}

.level2-projects .featured-projects, .level2-projects .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1280px) {
  .level2-projects .featured-projects, .level2-projects .view-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .level2-projects .featured-projects, .level2-projects .view-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.level2-projects .project, .level2-projects .views-row {
  position: relative;
  background: #fff;
  width: 100%;
  min-height: 330px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 26%;
  flex-basis: 26%;
  z-index: 2;
  margin-right: 3.5%;
}

@media (max-width: 1024px) {
  .level2-projects .project, .level2-projects .views-row {
    min-height: 340px;
  }
}

@media (max-width: 768px) {
  .level2-projects .project, .level2-projects .views-row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-top: 2rem;
    min-height: 310px;
  }
}

@media (max-width: 480px) {
  .level2-projects .project, .level2-projects .views-row {
    min-height: 320px;
  }
}

.level2-projects .project:last-child, .level2-projects .views-row:last-child {
  margin-right: 0;
}

.level2-projects .project a, .level2-projects .views-row a {
  font-size: 1rem;
  font-weight: 500;
}

.level2-projects .project .project-image, .level2-projects .views-row .project-image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 240px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto 100%;
}

@media (max-width: 1280px) {
  .level2-projects .project .project-image, .level2-projects .views-row .project-image {
    background-size: cover;
  }
}

.level2-projects .project .project-image:before, .level2-projects .views-row .project-image:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: calc(50% - 20px);
  top: 0;
}

.level2-projects .project h4 a, .level2-projects .views-row h4 a {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: .5rem;
  padding-top: calc(250px + .5rem);
  line-height: 1;
}

.fieldName-field-project-callout > .field-label {
  display: none;
}

.project-sections {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  background: #fff;
  z-index: 1;
}

@media (max-width: 1024px) {
  .project-sections {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .project-sections {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.project-sections:before, .project-sections:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  background: #fff;
}

.project-sections:before {
  left: -100vw;
}

.project-sections:after {
  left: auto;
  right: -100vw;
}

.project-sections .verticalTabs-panes {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 68.5%;
  flex: 1 1 68.5%;
  margin-top: 150px;
}

.project-sections .verticalTabs-panes .item-content {
  padding: 0 3.61111rem 12.44444rem 0;
  width: 100%;
}

.project-sections .verticalTabs-panes .hidden {
  display: none;
}

@media (max-width: 1200px) {
  .project-sections .verticalTabs-panes {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin-top: 75px;
  }
  .project-sections .verticalTabs-panes .item-content {
    padding: 20px 0;
    width: 100%;
  }
  .project-sections .verticalTabs-panes .hidden {
    display: block;
  }
}

@media (max-width: 1024px) {
  .project-sections .verticalTabs-panes {
    margin-top: 0px;
    padding: 0;
  }
}

.project-sections .paragraph--type--project-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.8;
}

.project-sections .paragraph--type--project-section .field-content {
  min-width: 50%;
  max-width: 850px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-sections .paragraph--type--project-section .fieldName-field-project-callout {
  min-width: 50%;
  max-width: 600px;
  margin-top: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 800px) {
  .project-sections .paragraph--type--project-section .field-content,
  .project-sections .paragraph--type--project-section .fieldName-field-project-callout {
    min-width: 100%;
    width: 100%;
  }
}

.project-sections .paragraph--type--project-section .fieldName-field-section-label {
  width: 100%;
  max-width: 100%;
}

.project-sections--full .verticalTabs-panes {
  margin-top: 40px;
}

.project-sections--full .verticalTabs-panes .item-content {
  padding: 0 0 1.66667rem 0;
}

.project-sections--full .verticalTabs-panes .item-content:last-child {
  padding: 0 0 12.44444rem 0;
}

.project-sections--full .paragraph--type--project-section .field-content {
  min-width: 100%;
}

.project-sections--full .paragraph--type--project-section .fieldName-field-project-callout {
  min-width: 50%;
  max-width: 100%;
}

.block-views-blockcontent-lists-projects-tagged-x article,
body:not(.page-markets--westat) .projects.view-lists article,
.person-projects article,
.marketsLists article,
.layout-relatedContent article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  width: 100%;
  min-height: 320px;
  cursor: pointer;
}

.block-views-blockcontent-lists-projects-tagged-x article a,
body:not(.page-markets--westat) .projects.view-lists article a,
.person-projects article a,
.marketsLists article a,
.layout-relatedContent article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.block-views-blockcontent-lists-projects-tagged-x article .image-container,
body:not(.page-markets--westat) .projects.view-lists article .image-container,
.person-projects article .image-container,
.marketsLists article .image-container,
.layout-relatedContent article .image-container {
  position: relative;
  height: 185px;
}

.block-views-blockcontent-lists-projects-tagged-x article .project-image,
body:not(.page-markets--westat) .projects.view-lists article .project-image,
.person-projects article .project-image,
.marketsLists article .project-image,
.layout-relatedContent article .project-image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.block-views-blockcontent-lists-projects-tagged-x article h3,
body:not(.page-markets--westat) .projects.view-lists article h3,
.person-projects article h3,
.marketsLists article h3,
.layout-relatedContent article h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 7.6rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #007a99;
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media (max-width: 1024px) {
  .block-views-blockcontent-lists-projects-tagged-x article h3,
  body:not(.page-markets--westat) .projects.view-lists article h3,
  .person-projects article h3,
  .marketsLists article h3,
  .layout-relatedContent article h3 {
    min-height: 5.4em;
  }
}

@media (max-width: 500px) {
  .block-views-blockcontent-lists-projects-tagged-x article h3,
  body:not(.page-markets--westat) .projects.view-lists article h3,
  .person-projects article h3,
  .marketsLists article h3,
  .layout-relatedContent article h3 {
    min-height: 3.3em;
  }
}

.block-views-blockcontent-lists-projects-tagged-x article h3:hover,
body:not(.page-markets--westat) .projects.view-lists article h3:hover,
.person-projects article h3:hover,
.marketsLists article h3:hover,
.layout-relatedContent article h3:hover {
  color: #005f7c;
}

.block-views-blockcontent-lists-projects-tagged-x article h3 span,
body:not(.page-markets--westat) .projects.view-lists article h3 span,
.person-projects article h3 span,
.marketsLists article h3 span,
.layout-relatedContent article h3 span {
  display: block;
  width: 100%;
  padding: 1.33333rem;
}

.block-views-blockcontent-lists-projects-tagged-x article:hover .decor-overlay, .block-views-blockcontent-lists-projects-tagged-x article:focus .decor-overlay, .block-views-blockcontent-lists-projects-tagged-x article:active .decor-overlay,
body:not(.page-markets--westat) .projects.view-lists article:hover .decor-overlay,
body:not(.page-markets--westat) .projects.view-lists article:focus .decor-overlay,
body:not(.page-markets--westat) .projects.view-lists article:active .decor-overlay,
.person-projects article:hover .decor-overlay,
.person-projects article:focus .decor-overlay,
.person-projects article:active .decor-overlay,
.marketsLists article:hover .decor-overlay,
.marketsLists article:focus .decor-overlay,
.marketsLists article:active .decor-overlay,
.layout-relatedContent article:hover .decor-overlay,
.layout-relatedContent article:focus .decor-overlay,
.layout-relatedContent article:active .decor-overlay {
  opacity: 0.25;
}

@media (max-width: 700px) {
  .block-views-blockcontent-lists-projects-tagged-x article,
  body:not(.page-markets--westat) .projects.view-lists article,
  .person-projects article,
  .marketsLists article,
  .layout-relatedContent article {
    min-height: 270px;
  }
  .block-views-blockcontent-lists-projects-tagged-x article h3,
  body:not(.page-markets--westat) .projects.view-lists article h3,
  .person-projects article h3,
  .marketsLists article h3,
  .layout-relatedContent article h3 {
    padding: 1rem;
    font-size: 0.88889rem;
  }
  .block-views-blockcontent-lists-projects-tagged-x article .decor-overlay,
  body:not(.page-markets--westat) .projects.view-lists article .decor-overlay,
  .person-projects article .decor-overlay,
  .marketsLists article .decor-overlay,
  .layout-relatedContent article .decor-overlay {
    opacity: 0.25;
  }
}

.block-views-blockcontent-lists-projects-tagged-x article .decor-overlay,
.projects.view-lists article .decor-overlay,
.layout-relatedContent article .decor-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.page-nodeType-project .node-intro-area {
  position: relative;
  width: 50%;
  z-index: 5;
}

@media (max-width: 768px) {
  .page-nodeType-project .node-intro-area {
    padding-top: 1.11111rem;
  }
}

.page-nodeType-project .node-intro-area a {
  position: relative;
  padding-left: 1rem;
  text-decoration: underline;
  color: #fff;
}

.page-nodeType-project .node-intro-area a:before {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 10px;
  height: 2px;
  left: 0;
  top: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.page-nodeType-project .node-intro-area a:after {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 10px;
  height: 2px;
  left: 0;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
}

@media (max-width: 1250px) {
  .page-nodeType-project .node-intro-area {
    width: 70%;
  }
}

@media (max-width: 900px) {
  .page-nodeType-project .node-intro-area {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .page-nodeType-project .node-intro-area {
    width: 85%;
  }
}

@media (max-width: 640px) {
  .page-nodeType-project .node-intro-area {
    width: 100%;
  }
}

.page-nodeType-project .node-intro-area h1 {
  display: block;
  margin: 1.5rem 0 1.5rem 0;
  font-size: 2.22222rem;
  color: #fff;
}

@media (max-width: 1280px) {
  .page-nodeType-project .node-intro-area h1 {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .page-nodeType-project .node-intro-area h1 {
    font-size: 2.22222rem;
    line-height: 2.77778rem;
  }
}

@media (max-width: 768px) {
  .page-nodeType-project .node-intro-area h1 {
    font-size: 1.55556rem;
    line-height: 1.77778rem;
  }
}

@media (max-width: 640px) {
  .page-nodeType-project .node-intro-area h1 {
    font-size: 1.33333rem;
  }
}

@media (max-width: 500px) {
  .page-nodeType-project .node-intro-area h1 {
    font-size: 1.11111rem;
    line-height: 1.66667rem;
  }
}

.page-nodeType-project .node-intro-area h3 {
  font-size: 1.22222rem;
  line-height: 1.8;
  color: #fff;
}

.project-sections .paragraph--type--chart {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 800px) {
  .project-sections .paragraph--type--chart {
    padding-left: 0;
  }
}

.project-sections .paragraph--type--quote {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .project-sections .paragraph--type--quote {
    padding-left: 0;
  }
}

.project-sections .project-title {
  position: absolute;
  margin-top: 1.83333rem;
  max-width: 50%;
  font-weight: 400;
  font-size: 1.44444rem;
}

@media (max-width: 1250px) {
  .project-sections .project-title {
    max-width: 70%;
  }
}

@media (max-width: 1024px) {
  .project-sections .project-title {
    position: relative;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .project-sections .project-title {
    max-width: 80%;
  }
}

@media (max-width: 640px) {
  .project-sections .project-title {
    max-width: 90%;
  }
}

@media (max-width: 500px) {
  .project-sections .project-title {
    font-size: 1.22222rem;
  }
}

.project-sections .verticalTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.project-sections .verticalTabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 31.5%;
  flex: 1 1 31.5%;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  max-width: 425px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transform: translateY(-87px);
  transform: translateY(-87px);
  z-index: 1;
}

@media (max-width: 1200px) {
  .project-sections .verticalTabs-menu {
    display: none;
  }
}

.project-sections .verticalTabs-menu span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1.66667rem 2.22222rem;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.5rem;
  font-size: 1.44444rem;
}

.project-sections .verticalTabs-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.project-sections .verticalTabs-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project-sections .verticalTabs-menu li:last-child {
  border-bottom: 0;
}

.project-sections .verticalTabs-menu a {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
  font-size: 1.22222rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1.66667rem 2.22222rem;
}

.project-sections .item-isExpanded:before {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 12px 0 12px 23px;
  border-color: transparent transparent transparent #014480;
  height: 0;
  left: 0;
  top: calc(50% - 12px);
  width: 0;
}

.project-sections--full .project-title {
  position: relative;
  max-width: 100%;
}

.project-sections .nextSection {
  position: absolute;
  bottom: 4.83333rem;
}

@media (max-width: 1200px) {
  .project-sections .nextSection {
    display: none;
  }
}

.project-sections .nextSection .nextSection-button {
  margin: 0;
  display: none;
}

.project-sections .nextSection .nextSection-button:first-child {
  display: block;
}

.page-nodeType-project .layout-relatedContent,
.page-nodeType-project .layout-contentSecondary,
.page-nodeType-project .layout-footer {
  position: relative;
  z-index: 1;
}

.page-our-projects--westat {
  /* taxonomy-search-block {
  position: absolute;
  box-shadow: -17px 17px 33px rgba($color-black, 0.1);
  max-width: 510px;
  right: $outerContentPaddingMax;
  top: trem(230px);
  opacity: 0;
  width: 37.63%;
  z-index: 2;
  transition:
    opacity 0.25s ease-out 0.35s,
    top 0.5s ease-out 0.35s;


  @include media('<=md') {
    right: $outerContentPaddingMax/2;
  }

  @include media('<=1100px') {
    width: 43%;
  }

  @include media('<=875px') {
    position: relative;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    margin-bottom: trem(40px);
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
  }


  .decor-top {
    height: 20px;

    > div {
      position: relative;
      background: #fff;
      height: 20px;
      width: calc(50% - 20px);
    }
  }


  .decor-left,
  .decor-right {
    &:before {
      content:'';
      position: absolute;
      border-style: solid;
      height: 0;
      width: 0;
    }
  }


  .decor-left {
    float: left;

    &:before {
      border-width: 20px 0 0 20px;
      border-color: transparent transparent transparent #fff;
      right: -20px;
    }
  }


  .decor-right {
    float: right;

    &:before {
      border-width: 0 0 20px 20px;
      border-color: transparent transparent #fff transparent;
      left: -20px;
    }
  }


  .fields {
    position: relative;
  }


  .inner-block {
    background: $color-white;
    padding: trem(30px) trem(48px) trem(40px);

    @include media('<=lg') {
      padding-left: trem(30px);
      padding-right: trem(30px);
    }
  }

  .search {
    border-bottom: 2px solid $color-lightGray;
    padding-top: trem(15px);

    input {
      width: 100%;
    }

    input[type="submit"] {
      position: absolute;
      background: url(../img/icons/icon-search-blue.svg) no-repeat center center;
      background-size: 24px 24px;
      height: 54px;
      padding: 0;
      right: 3px;
      bottom: 3px;
      width: 54px;

      &:hover {
        background-color: rgba($color-teal, 0.1);
      }
    }
  }


  .explore {
    .select {
      display: inline-block;
      width: calc(100% - 80px);
    }

    input[type="submit"] {
      background-position: center;
      float: right;
      height: 60px;
      padding: 0;
      width: 60px;
    }
  }


  label {
    display: inline-block;
    margin-bottom: trem(11px);
  }
}

.document-ready .taxonomy-search-block {
  opacity: 1;

  @include media('>875px') {
    top: trem(170px);
  }
}
*/
}

.page-our-projects--westat #block-westat-page-title {
  display: block;
  position: absolute;
  top: 6rem;
  z-index: 2;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-our-projects--westat #block-westat-page-title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-our-projects--westat #block-westat-page-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 768px) {
  .page-our-projects--westat #block-westat-page-title {
    position: static;
  }
}

.page-our-projects--westat #block-westat-page-title h1 {
  margin-top: 1.61111rem;
}

.page-our-projects--westat .title-noHero {
  display: none;
}

.page-our-projects--westat .page-without-defaultHero {
  padding: 0;
}

.page-our-projects--westat .paragraph--type--hero {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .page-our-projects--westat .paragraph--type--hero {
    min-height: 0;
  }
}

.page-our-projects--westat .paragraph--type--hero p {
  font-weight: 400;
}

@media (max-width: 768px) {
  .page-our-projects--westat .paragraph--type--hero .hero-banner-image {
    display: none;
  }
}

.page-our-projects--westat .paragraph--type--hero .hero-banner-header {
  max-width: 36.66667rem;
}

@media (max-width: 1280px) {
  .page-our-projects--westat .paragraph--type--hero .hero-banner-header {
    max-width: 26.667rem;
  }
}

@media (max-width: 768px) {
  .page-our-projects--westat .paragraph--type--hero .hero-banner-header {
    max-width: 100%;
  }
}

.page-our-projects--westat .paragraph--type--hero.hero-triangular:after {
  content: none;
}

.page-our-projects--westat .paragraph--type--hero.hero-default .hero-banner-header:after {
  background: url(../img/backgrounds/white-hero-wrapper.png) top right no-repeat;
  width: 95%;
}

@media (max-width: 1280px) {
  .page-our-projects--westat .paragraph--type--hero.hero-default .hero-banner-header:after {
    min-height: 820px;
    width: 110%;
  }
}

@media (max-width: 1024px) {
  .page-our-projects--westat .paragraph--type--hero.hero-default .hero-banner-header:after {
    min-height: 820px;
    width: 120%;
    background-position: bottom right;
  }
}

.page-our-projects--westat .paragraph--type--hero .hero-banner-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 11rem;
  min-height: 36.11111rem;
}

@media (max-width: 768px) {
  .page-our-projects--westat .paragraph--type--hero .hero-banner-content {
    padding-top: 0;
    min-height: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .page-our-projects--westat .paragraph--type--hero .fieldName-field-image {
    display: none;
  }
}

.page-our-projects--westat .view-lists .views-exposed-form {
  top: 7rem;
  position: absolute;
  padding-left: 4rem;
  padding-right: 4rem;
  z-index: 2;
  right: 0;
}

@media (max-width: 1024px) {
  .page-our-projects--westat .view-lists .views-exposed-form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-our-projects--westat .view-lists .views-exposed-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .page-our-projects--westat .view-lists .views-exposed-form {
    position: static;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-bottom: 1rem;
  }
}

.page-our-projects--westat .view-lists .views-exposed-form .select {
  width: 100%;
}

.page-our-projects--westat .view-lists .views-exposed-form select {
  padding-right: 0;
}

.page-our-projects--westat .view-lists .views-exposed-form .layout-form-inline {
  -webkit-box-shadow: -17px 17px 33px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 17px 33px rgba(0, 0, 0, 0.1);
  max-width: 420px;
  width: 100%;
  -webkit-transition: opacity 0.25s ease-out 0.35s, top 0.5s ease-out 0.35s;
  transition: opacity 0.25s ease-out 0.35s, top 0.5s ease-out 0.35s;
  background: #fff;
  padding: 0.55556rem 2.66667rem 2.22222rem;
  position: relative;
}

.page-our-projects--westat .view-lists .views-exposed-form .layout-form-inline:before {
  content: ' ';
  background: url(../img/backgrounds/filters_top-decor.png) top center no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
}

@media (max-width: 1280px) {
  .page-our-projects--westat .view-lists .views-exposed-form .layout-form-inline {
    padding-left: 1.66667rem;
    padding-right: 1.66667rem;
  }
}

@media (max-width: 1024px) {
  .page-our-projects--westat .view-lists .views-exposed-form .layout-form-inline {
    max-width: none;
  }
  .page-our-projects--westat .view-lists .views-exposed-form .layout-form-inline .select {
    width: 100%;
  }
}

.page-our-projects--westat .view-lists .views-exposed-form .layout-form-inline .select {
  max-width: 100%;
}

.page-our-projects--westat .view-lists .views-exposed-form .layout-form-inline .button {
  margin: 0;
  width: 100%;
}

.hero-projects {
  position: relative;
  height: 636px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-projects .node-intro-area {
    position: relative;
  }
}

.hero-projects .projects-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.hero-projects .projects-image:after {
  content: "";
  height: 100%;
  background: url(../img/backgrounds/article-hero-pattern.svg) no-repeat center center/100%;
  width: 900px;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: soft-light;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

@media (max-width: 1280px) {
  .hero-projects .projects-image:after {
    right: -12%;
  }
}

@media (max-width: 1024px) {
  .hero-projects .projects-image:after {
    right: -25%;
  }
}

.hero-projects .hero-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  z-index: 1;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  background-color: rgba(0, 70, 127, 0.8);
}

@media (max-width: 1024px) {
  .hero-projects .hero-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-projects .hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hero-projects .block-breadcrumbs a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}

.hero-projects h1 {
  padding-right: 0;
  color: #fff;
  margin: 0 0 3.22222rem;
  width: 100%;
}

@media (max-width: 1280px) {
  .hero-projects h1 {
    padding-left: 0;
    max-width: 670px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-projects h1 {
    font-size: 1.66667rem;
    max-width: auto;
  }
}

@media (max-width: 500px) {
  .hero-projects h1 {
    font-size: 1.38889rem;
  }
}

@media (max-width: 768px) {
  .hero-projects {
    height: 340px;
  }
}

@media (max-width: 500px) {
  .hero-projects {
    height: 340px;
  }
}

@media (max-width: 768px) {
  .hero-projects h3 {
    position: absolute;
    bottom: -150px;
    color: #007a99 !important;
  }
}

@media (max-width: 500px) {
  .hero-projects h3 {
    bottom: -190px;
  }
}

.browser-ie .hero-projects .projects-image:after,
.browser-edge .hero-projects .projects-image:after {
  opacity: 0.35;
}

body:not(.page-markets--westat) .projects.view-lists,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x {
  padding: 4.44444rem 0;
  background: #dfe7ed;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  body:not(.page-markets--westat) .projects.view-lists,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  body:not(.page-markets--westat) .projects.view-lists,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

body:not(.page-markets--westat) .projects.view-lists h2,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .1rem;
}

body:not(.page-markets--westat) .projects.view-lists .view-content,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content {
  margin-left: -1rem;
  margin-right: -1rem;
}

body:not(.page-markets--westat) .projects.view-lists .view-content .views-infinite-scroll-content-wrapper,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 875px) {
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-infinite-scroll-content-wrapper,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-infinite-scroll-content-wrapper {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

@media (max-width: 768px) {
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-infinite-scroll-content-wrapper,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-infinite-scroll-content-wrapper {
    padding: 0 1rem;
  }
}

body:not(.page-markets--westat) .projects.view-lists .view-content .views-row,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row {
  padding: 1rem;
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1),
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) {
  width: 66.6666%;
}

body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1) a,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1) a:hover,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) a:hover {
  text-decoration: none;
}

body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1) a:hover h3 span,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) a:hover h3 span {
  text-decoration: underline;
}

body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1) .image-container,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) .image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1) h3,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) h3 {
  background-color: rgba(0, 39, 89, 0.6);
  color: #fff;
}

body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1):hover .decor-overlay, body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1):focus .decor-overlay, body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1):active .decor-overlay,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1):hover .decor-overlay,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1):focus .decor-overlay,
body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1):active .decor-overlay {
  opacity: 1;
}

@media (max-width: 1100px) {
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1),
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) {
    width: 100%;
  }
}

@media (max-width: 700px) {
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1) .image-container,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) .image-container {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: 185px;
  }
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1) h3,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) h3 {
    background-color: #fff;
    color: #3291b2;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1) h3:hover,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) h3:hover {
    color: #005f7c;
  }
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1) .decor-overlay,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1) .decor-overlay {
    opacity: 0.25;
  }
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1):hover .decor-overlay, body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1):focus .decor-overlay, body:not(.page-markets--westat) .projects.view-lists .view-content .views-row:nth-child(5n+1):active .decor-overlay,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1):hover .decor-overlay,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1):focus .decor-overlay,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row:nth-child(5n+1):active .decor-overlay {
    opacity: 0.25;
  }
}

@media (max-width: 875px) {
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-row,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row {
    padding: 0.5rem;
  }
}

@media (max-width: 1100px) {
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-row,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row {
    width: 50%;
  }
}

@media (max-width: 700px) {
  body:not(.page-markets--westat) .projects.view-lists .view-content .views-row,
  body:not(.page-markets--westat) .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row {
    width: 100%;
  }
}

.browser-ie .projects.view-lists .view-content .views-row article,
.browser-ie .block-views-blockcontent-lists-projects-tagged-x .view-content .views-row article {
  height: 100%;
}

.block-views-blockcontent-lists-projects-tagged-x .pager,
.projects.view-lists .pager {
  text-align: center;
  list-style: none;
  padding: 0;
}

.block-views-blockcontent-lists-projects-tagged-x .pager .pager__item .button,
.projects.view-lists .pager .pager__item .button {
  background-image: none;
  padding: 0 5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  max-width: 100%;
}

@media (max-width: 500px) {
  .block-views-blockcontent-lists-projects-tagged-x .pager .pager__item .button,
  .projects.view-lists .pager .pager__item .button {
    padding: 0;
    width: 100%;
  }
}

.projects.view-lists p:last-child {
  text-align: center;
  margin-top: 36px;
}

.projects.view-lists p:last-child a {
  font-weight: 500;
  color: #00467F;
}

.projects.view-lists p:last-child a:hover, .projects.view-lists p:last-child a:focus, .projects.view-lists p:last-child a:active {
  text-decoration: underline;
}

.page-search-results--westat .block-page-title-block,
.page-search-results--westat .block-main-page-content,
.page-news--events--westat .block-page-title-block,
.page-news--events--westat .block-main-page-content,
.page-awards-and-honors--westat .block-page-title-block,
.page-awards-and-honors--westat .block-main-page-content,
.page-conferences--presentations--westat .block-page-title-block,
.page-conferences--presentations--westat .block-main-page-content {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .page-search-results--westat .block-page-title-block,
  .page-search-results--westat .block-main-page-content,
  .page-news--events--westat .block-page-title-block,
  .page-news--events--westat .block-main-page-content,
  .page-awards-and-honors--westat .block-page-title-block,
  .page-awards-and-honors--westat .block-main-page-content,
  .page-conferences--presentations--westat .block-page-title-block,
  .page-conferences--presentations--westat .block-main-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .page-search-results--westat .block-page-title-block,
  .page-search-results--westat .block-main-page-content,
  .page-news--events--westat .block-page-title-block,
  .page-news--events--westat .block-main-page-content,
  .page-awards-and-honors--westat .block-page-title-block,
  .page-awards-and-honors--westat .block-main-page-content,
  .page-conferences--presentations--westat .block-page-title-block,
  .page-conferences--presentations--westat .block-main-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-search-results--westat .block-page-title-block,
.page-news--events--westat .block-page-title-block,
.page-awards-and-honors--westat .block-page-title-block,
.page-conferences--presentations--westat .block-page-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url(../img/backgrounds/news-events-hero.jpg) no-repeat top center;
  background-size: cover;
  min-height: 35.33333rem;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .page-search-results--westat .block-page-title-block,
  .page-news--events--westat .block-page-title-block,
  .page-awards-and-honors--westat .block-page-title-block,
  .page-conferences--presentations--westat .block-page-title-block {
    min-height: 28.77778rem;
  }
}

@media (max-width: 768px) {
  .page-search-results--westat .block-page-title-block,
  .page-news--events--westat .block-page-title-block,
  .page-awards-and-honors--westat .block-page-title-block,
  .page-conferences--presentations--westat .block-page-title-block {
    min-height: 21.44444rem;
  }
}

@media (max-width: 500px) {
  .page-search-results--westat .block-page-title-block,
  .page-news--events--westat .block-page-title-block,
  .page-awards-and-honors--westat .block-page-title-block,
  .page-conferences--presentations--westat .block-page-title-block {
    min-height: 13.88889rem;
  }
}

.page-search-results--westat .block-page-title-block:after,
.page-news--events--westat .block-page-title-block:after,
.page-awards-and-honors--westat .block-page-title-block:after,
.page-conferences--presentations--westat .block-page-title-block:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 950px;
  content: ' ';
  background: url(../img/backgrounds/front-hero-wrapper.png) top right no-repeat;
}

@media (max-width: 848px) {
  .page-search-results--westat .block-page-title-block:after,
  .page-news--events--westat .block-page-title-block:after,
  .page-awards-and-honors--westat .block-page-title-block:after,
  .page-conferences--presentations--westat .block-page-title-block:after {
    left: -15%;
  }
}

@media (max-width: 648px) {
  .page-search-results--westat .block-page-title-block:after,
  .page-news--events--westat .block-page-title-block:after,
  .page-awards-and-honors--westat .block-page-title-block:after,
  .page-conferences--presentations--westat .block-page-title-block:after {
    left: -20vw;
  }
}

@media (max-width: 546px) {
  .page-search-results--westat .block-page-title-block:after,
  .page-news--events--westat .block-page-title-block:after,
  .page-awards-and-honors--westat .block-page-title-block:after,
  .page-conferences--presentations--westat .block-page-title-block:after {
    left: -38vw;
  }
}

@media (max-width: 500px) {
  .page-search-results--westat .block-page-title-block:after,
  .page-news--events--westat .block-page-title-block:after,
  .page-awards-and-honors--westat .block-page-title-block:after,
  .page-conferences--presentations--westat .block-page-title-block:after {
    left: -60vw;
  }
}

.page-search-results--westat .block-page-title-block h1,
.page-news--events--westat .block-page-title-block h1,
.page-awards-and-honors--westat .block-page-title-block h1,
.page-conferences--presentations--westat .block-page-title-block h1 {
  font-size: 3.61111rem;
  color: #fff;
  max-width: 26.66667rem;
  padding-bottom: 4.44444rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 1280px) {
  .page-search-results--westat .block-page-title-block h1,
  .page-news--events--westat .block-page-title-block h1,
  .page-awards-and-honors--westat .block-page-title-block h1,
  .page-conferences--presentations--westat .block-page-title-block h1 {
    font-size: 3.1111rem;
    max-width: 680px;
  }
}

@media (max-width: 1024px) {
  .page-search-results--westat .block-page-title-block h1,
  .page-news--events--westat .block-page-title-block h1,
  .page-awards-and-honors--westat .block-page-title-block h1,
  .page-conferences--presentations--westat .block-page-title-block h1 {
    font-size: 2.5rem;
    max-width: 550px;
  }
}

@media (max-width: 768px) {
  .page-search-results--westat .block-page-title-block h1,
  .page-news--events--westat .block-page-title-block h1,
  .page-awards-and-honors--westat .block-page-title-block h1,
  .page-conferences--presentations--westat .block-page-title-block h1 {
    font-size: 1.7rem;
    max-width: 350px;
  }
}

@media (max-width: 500px) {
  .page-search-results--westat .block-page-title-block h1,
  .page-news--events--westat .block-page-title-block h1,
  .page-awards-and-honors--westat .block-page-title-block h1,
  .page-conferences--presentations--westat .block-page-title-block h1 {
    max-width: 250px;
    font-size: 22px;
  }
}

.page-search-results--westat .block-breadcrumbs,
.page-news--events--westat .block-breadcrumbs,
.page-awards-and-honors--westat .block-breadcrumbs,
.page-conferences--presentations--westat .block-breadcrumbs {
  display: none;
}

.page-search-results--westat .view-header,
.page-news--events--westat .view-header,
.page-awards-and-honors--westat .view-header,
.page-conferences--presentations--westat .view-header {
  position: relative;
  font-size: 1.5rem;
  margin-top: 75px;
  margin-bottom: 2rem;
  z-index: 1;
  float: left;
  width: 50%;
  clear: both;
}

@media (max-width: 500px) {
  .page-search-results--westat .view-header,
  .page-news--events--westat .view-header,
  .page-awards-and-honors--westat .view-header,
  .page-conferences--presentations--westat .view-header {
    font-size: 20px;
  }
}

.page-search-results--westat .search-publications-notice,
.page-news--events--westat .search-publications-notice,
.page-awards-and-honors--westat .search-publications-notice,
.page-conferences--presentations--westat .search-publications-notice {
  float: left;
  width: 50%;
  clear: both;
  padding: 30px;
  background: #e7ecf2;
  margin-bottom: 1.77778rem;
}

.page-search-results--westat .search-publications-notice.search-publications-notice-bottom,
.page-news--events--westat .search-publications-notice.search-publications-notice-bottom,
.page-awards-and-honors--westat .search-publications-notice.search-publications-notice-bottom,
.page-conferences--presentations--westat .search-publications-notice.search-publications-notice-bottom {
  margin-top: 1.77778rem;
  margin-bottom: 0;
}

@media (max-width: 875px) {
  .page-search-results--westat .search-publications-notice,
  .page-news--events--westat .search-publications-notice,
  .page-awards-and-honors--westat .search-publications-notice,
  .page-conferences--presentations--westat .search-publications-notice {
    width: 100%;
    padding: 20px;
  }
}

.page-search-results--westat .search-publications-notice h3,
.page-news--events--westat .search-publications-notice h3,
.page-awards-and-honors--westat .search-publications-notice h3,
.page-conferences--presentations--westat .search-publications-notice h3 {
  font-size: 1rem;
  margin: 0 0 0.83333rem 0;
}

.page-search-results--westat .search-publications-notice a,
.page-news--events--westat .search-publications-notice a,
.page-awards-and-honors--westat .search-publications-notice a,
.page-conferences--presentations--westat .search-publications-notice a {
  color: #3291b2;
  font-weight: 800;
  /*&:after{
        content: "\203A";
        margin-left: 5px;
        font-size: 1.5rem;
      }*/
}

.page-search-results--westat .search-publications-notice a:hover,
.page-news--events--westat .search-publications-notice a:hover,
.page-awards-and-honors--westat .search-publications-notice a:hover,
.page-conferences--presentations--westat .search-publications-notice a:hover {
  color: #005f7c;
  text-decoration: underline;
}

@media (max-width: 463px) {
  .page-search-results--westat .search-publications-notice a,
  .page-news--events--westat .search-publications-notice a,
  .page-awards-and-honors--westat .search-publications-notice a,
  .page-conferences--presentations--westat .search-publications-notice a {
    display: block;
    clear: both;
    float: left;
  }
}

.page-search-results--westat .search-publications-notice a span,
.page-news--events--westat .search-publications-notice a span,
.page-awards-and-honors--westat .search-publications-notice a span,
.page-conferences--presentations--westat .search-publications-notice a span {
  color: #000;
  font-weight: 300;
}

.page-search-results--westat .block-page-title-block {
  background: url(../img/backgrounds/search-hero.jpg) no-repeat top center;
}

.path-news .search-results .listing-content {
  margin-top: 75px;
}

.search-results {
  display: inline-block;
  margin-bottom: 5.55556rem;
  width: 100%;
}

.search-results .listing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 875px) {
  .search-results .listing-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.search-results .view-content {
  width: 50%;
}

@media (max-width: 875px) {
  .search-results .view-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

.search-results .view-content .views-row {
  margin-bottom: 2.33333rem;
  border-bottom: 2px solid #ccc;
}

.search-results .view-content .views-row:last-child {
  margin-bottom: 0;
}

.search-results .view-content .views-row .date div {
  display: inline-block;
}

.search-results .view-content h4 {
  margin-bottom: 1rem;
}

.search-results .view-empty {
  float: left;
  width: 50%;
}

@media (max-width: 875px) {
  .search-results .view-empty {
    width: 100%;
  }
}

.search-results .pager {
  float: left;
  clear: both;
  list-style: none;
  padding-left: 0;
  margin: 2.33333rem 0 0;
}

.page-news--events--westat .view-filters,
.page-search-results--westat .view-filters,
.page-awards-and-honors--westat .view-filters,
.page-conferences--presentations--westat .view-filters {
  float: right;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  max-width: 510px;
  opacity: 1;
  width: 37.63%;
  z-index: 2;
  -webkit-transition: opacity 0.25s ease-out 0.35s, top 0.5s ease-out 0.35s;
  transition: opacity 0.25s ease-out 0.35s, top 0.5s ease-out 0.35s;
  margin-top: -75px;
}

.page-news--events--westat .view-filters.collapsible,
.page-search-results--westat .view-filters.collapsible,
.page-awards-and-honors--westat .view-filters.collapsible,
.page-conferences--presentations--westat .view-filters.collapsible {
  max-width: 100%;
  position: relative;
}

.page-news--events--westat .view-filters.collapsible .view-filters-title,
.page-search-results--westat .view-filters.collapsible .view-filters-title,
.page-awards-and-honors--westat .view-filters.collapsible .view-filters-title,
.page-conferences--presentations--westat .view-filters.collapsible .view-filters-title {
  cursor: pointer;
}

.page-news--events--westat .view-filters.collapsible:after,
.page-search-results--westat .view-filters.collapsible:after,
.page-awards-and-honors--westat .view-filters.collapsible:after,
.page-conferences--presentations--westat .view-filters.collapsible:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 24px;
  background: url(../img/icons/icon-angleDown-white.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-news--events--westat .view-filters.collapsible.collapsed:after,
.page-search-results--westat .view-filters.collapsible.collapsed:after,
.page-awards-and-honors--westat .view-filters.collapsible.collapsed:after,
.page-conferences--presentations--westat .view-filters.collapsible.collapsed:after {
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 1024px) {
  .page-news--events--westat .view-filters,
  .page-search-results--westat .view-filters,
  .page-awards-and-honors--westat .view-filters,
  .page-conferences--presentations--westat .view-filters {
    width: 43%;
  }
}

@media (max-width: 875px) {
  .page-news--events--westat .view-filters,
  .page-search-results--westat .view-filters,
  .page-awards-and-honors--westat .view-filters,
  .page-conferences--presentations--westat .view-filters {
    position: relative;
    margin-bottom: 2.22222rem;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .page-news--events--westat .view-filters,
  .page-search-results--westat .view-filters,
  .page-awards-and-honors--westat .view-filters,
  .page-conferences--presentations--westat .view-filters {
    max-width: 100%;
  }
}

.page-news--events--westat .view-filters span,
.page-search-results--westat .view-filters span,
.page-awards-and-honors--westat .view-filters span,
.page-conferences--presentations--westat .view-filters span {
  display: inline-block;
  background: #014480;
  color: #fff;
  letter-spacing: .1rem;
  padding: 1.66667rem 2.22222rem;
  text-transform: uppercase;
  width: 100%;
}

.page-news--events--westat .view-filters .fields,
.page-search-results--westat .view-filters .fields,
.page-awards-and-honors--westat .view-filters .fields,
.page-conferences--presentations--westat .view-filters .fields {
  position: relative;
}

.page-news--events--westat .view-filters .layout-form-inline > div:nth-last-child(2),
.page-search-results--westat .view-filters .layout-form-inline > div:nth-last-child(2),
.page-awards-and-honors--westat .view-filters .layout-form-inline > div:nth-last-child(2),
.page-conferences--presentations--westat .view-filters .layout-form-inline > div:nth-last-child(2) {
  border-bottom: 0;
}

.page-news--events--westat .view-filters .form-item,
.page-news--events--westat .view-filters .form-actions,
.page-search-results--westat .view-filters .form-item,
.page-search-results--westat .view-filters .form-actions,
.page-awards-and-honors--westat .view-filters .form-item,
.page-awards-and-honors--westat .view-filters .form-actions,
.page-conferences--presentations--westat .view-filters .form-item,
.page-conferences--presentations--westat .view-filters .form-actions {
  background: #fff;
  padding: 1.11111rem 2.66667rem 1.66667rem;
  margin: 0;
  border-bottom: 2px solid #ccc;
  position: relative;
}

.page-news--events--westat .view-filters .form-item input[value='Reset Filters'],
.page-news--events--westat .view-filters .form-actions input[value='Reset Filters'],
.page-search-results--westat .view-filters .form-item input[value='Reset Filters'],
.page-search-results--westat .view-filters .form-actions input[value='Reset Filters'],
.page-awards-and-honors--westat .view-filters .form-item input[value='Reset Filters'],
.page-awards-and-honors--westat .view-filters .form-actions input[value='Reset Filters'],
.page-conferences--presentations--westat .view-filters .form-item input[value='Reset Filters'],
.page-conferences--presentations--westat .view-filters .form-actions input[value='Reset Filters'] {
  background: none;
  float: right;
  color: #007a99;
  padding: 0;
}

.page-news--events--westat .view-filters .form-item input[value='Reset Filters']:hover, .page-news--events--westat .view-filters .form-item input[value='Reset Filters']:focus, .page-news--events--westat .view-filters .form-item input[value='Reset Filters']:active,
.page-news--events--westat .view-filters .form-actions input[value='Reset Filters']:hover,
.page-news--events--westat .view-filters .form-actions input[value='Reset Filters']:focus,
.page-news--events--westat .view-filters .form-actions input[value='Reset Filters']:active,
.page-search-results--westat .view-filters .form-item input[value='Reset Filters']:hover,
.page-search-results--westat .view-filters .form-item input[value='Reset Filters']:focus,
.page-search-results--westat .view-filters .form-item input[value='Reset Filters']:active,
.page-search-results--westat .view-filters .form-actions input[value='Reset Filters']:hover,
.page-search-results--westat .view-filters .form-actions input[value='Reset Filters']:focus,
.page-search-results--westat .view-filters .form-actions input[value='Reset Filters']:active,
.page-awards-and-honors--westat .view-filters .form-item input[value='Reset Filters']:hover,
.page-awards-and-honors--westat .view-filters .form-item input[value='Reset Filters']:focus,
.page-awards-and-honors--westat .view-filters .form-item input[value='Reset Filters']:active,
.page-awards-and-honors--westat .view-filters .form-actions input[value='Reset Filters']:hover,
.page-awards-and-honors--westat .view-filters .form-actions input[value='Reset Filters']:focus,
.page-awards-and-honors--westat .view-filters .form-actions input[value='Reset Filters']:active,
.page-conferences--presentations--westat .view-filters .form-item input[value='Reset Filters']:hover,
.page-conferences--presentations--westat .view-filters .form-item input[value='Reset Filters']:focus,
.page-conferences--presentations--westat .view-filters .form-item input[value='Reset Filters']:active,
.page-conferences--presentations--westat .view-filters .form-actions input[value='Reset Filters']:hover,
.page-conferences--presentations--westat .view-filters .form-actions input[value='Reset Filters']:focus,
.page-conferences--presentations--westat .view-filters .form-actions input[value='Reset Filters']:active {
  color: #005f7c;
}

@media (max-width: 400px) {
  .page-news--events--westat .view-filters .form-item input[value='Reset Filters'],
  .page-news--events--westat .view-filters .form-actions input[value='Reset Filters'],
  .page-search-results--westat .view-filters .form-item input[value='Reset Filters'],
  .page-search-results--westat .view-filters .form-actions input[value='Reset Filters'],
  .page-awards-and-honors--westat .view-filters .form-item input[value='Reset Filters'],
  .page-awards-and-honors--westat .view-filters .form-actions input[value='Reset Filters'],
  .page-conferences--presentations--westat .view-filters .form-item input[value='Reset Filters'],
  .page-conferences--presentations--westat .view-filters .form-actions input[value='Reset Filters'] {
    margin-top: 1rem;
    text-align: left;
    float: left;
  }
}

@media (max-width: 1280px) {
  .page-news--events--westat .view-filters .form-item,
  .page-news--events--westat .view-filters .form-actions,
  .page-search-results--westat .view-filters .form-item,
  .page-search-results--westat .view-filters .form-actions,
  .page-awards-and-honors--westat .view-filters .form-item,
  .page-awards-and-honors--westat .view-filters .form-actions,
  .page-conferences--presentations--westat .view-filters .form-item,
  .page-conferences--presentations--westat .view-filters .form-actions {
    padding-left: 1.66667rem;
    padding-right: 1.66667rem;
  }
}

@media (max-width: 768px) {
  .page-news--events--westat .view-filters .form-item,
  .page-news--events--westat .view-filters .form-actions,
  .page-search-results--westat .view-filters .form-item,
  .page-search-results--westat .view-filters .form-actions,
  .page-awards-and-honors--westat .view-filters .form-item,
  .page-awards-and-honors--westat .view-filters .form-actions,
  .page-conferences--presentations--westat .view-filters .form-item,
  .page-conferences--presentations--westat .view-filters .form-actions {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}

.page-news--events--westat .view-filters .form-actions,
.page-search-results--westat .view-filters .form-actions,
.page-awards-and-honors--westat .view-filters .form-actions,
.page-conferences--presentations--westat .view-filters .form-actions {
  border-bottom: 0;
  padding-top: 0;
}

.page-news--events--westat .view-filters label,
.page-search-results--westat .view-filters label,
.page-awards-and-honors--westat .view-filters label,
.page-conferences--presentations--westat .view-filters label {
  display: inline-block;
  margin-bottom: 0.61111rem;
}

.page-news--events--westat .view-filters input[type="text"],
.page-search-results--westat .view-filters input[type="text"],
.page-awards-and-honors--westat .view-filters input[type="text"],
.page-conferences--presentations--westat .view-filters input[type="text"] {
  color: #000;
  width: 100%;
  position: relative;
  padding-right: 45px;
}

.page-news--events--westat .view-filters .filter-text-box-close,
.page-search-results--westat .view-filters .filter-text-box-close,
.page-awards-and-honors--westat .view-filters .filter-text-box-close,
.page-conferences--presentations--westat .view-filters .filter-text-box-close {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 3px solid #007a99;
  background: url(../img/icons/icon-close.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 46px;
  right: 63px;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .page-news--events--westat .view-filters .filter-text-box-close,
  .page-search-results--westat .view-filters .filter-text-box-close,
  .page-awards-and-honors--westat .view-filters .filter-text-box-close,
  .page-conferences--presentations--westat .view-filters .filter-text-box-close {
    right: 43px;
  }
}

@media (max-width: 768px) {
  .page-news--events--westat .view-filters .filter-text-box-close,
  .page-search-results--westat .view-filters .filter-text-box-close,
  .page-awards-and-honors--westat .view-filters .filter-text-box-close,
  .page-conferences--presentations--westat .view-filters .filter-text-box-close {
    bottom: 43px;
  }
}

.page-news--events--westat .view-filters .select,
.page-search-results--westat .view-filters .select,
.page-awards-and-honors--westat .view-filters .select,
.page-conferences--presentations--westat .view-filters .select {
  width: 100%;
}

.page-news--events--westat .view-filters select,
.page-search-results--westat .view-filters select,
.page-awards-and-honors--westat .view-filters select,
.page-conferences--presentations--westat .view-filters select {
  padding-right: 0;
}

.page-news--events--westat .document-ready .view-filters,
.page-search-results--westat .document-ready .view-filters,
.page-awards-and-honors--westat .document-ready .view-filters,
.page-conferences--presentations--westat .document-ready .view-filters {
  opacity: 1;
}

@media (min-width: 876px) {
  .page-news--events--westat .document-ready .view-filters,
  .page-search-results--westat .document-ready .view-filters,
  .page-awards-and-honors--westat .document-ready .view-filters,
  .page-conferences--presentations--westat .document-ready .view-filters {
    top: 9.44444rem;
  }
}

.page-news--events--westat .view-filters {
  float: none;
  margin-left: auto;
  margin-top: 0;
}

@media (max-width: 875px) {
  .page-news--events--westat .view-filters {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.page-search-results--westat .views-exposed-form .form-wrapper {
  padding: 1.11111rem 2.66667rem 1.66667rem !important;
}

.page-search-results--westat .views-exposed-form .form-wrapper .fieldset-inner {
  width: 100%;
}

.page-search-results--westat .views-exposed-form .form-wrapper .fieldset-inner > legend > span {
  margin-right: 0.25rem;
  padding: 0;
  background: transparent;
  color: #00467F;
  font-size: 0.8889rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.page-search-results--westat .views-exposed-form .form-wrapper .fieldset-inner > .fieldset-wrapper .form-item {
  padding: 0 !important;
  border-bottom: none !important;
}

.page-search-results--westat .views-exposed-form .form-wrapper .fieldset-inner > .fieldset-wrapper .form-item .filter-text-box-close {
  bottom: 20px !important;
  right: 10px !important;
}

.page-search-results--westat .views-exposed-form .form-wrapper .fieldset-inner > .fieldset-wrapper .form-item-search-api-fulltext-op {
  display: none;
}

.sidebarMenu-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-sidebar {
  display: none;
  position: absolute;
  background: #00467F;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  color: #fff;
  right: 0;
  top: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.sidebarMenu-isActive .menu-sidebar {
  display: block;
  z-index: 20;
}

.sidebarMenu-isHidden .menu-sidebar {
  opacity: 0;
  -webkit-transform: translateX(125%);
  transform: translateX(125%);
}

.menu-sidebar {
  padding: 40px 80px;
  max-width: 500px;
  overflow-y: scroll;
  max-height: 80vh;
}

@media (max-width: 768px) {
  .menu-sidebar {
    max-height: 90vh;
  }
}

@media (max-width: 1100px) {
  .menu-sidebar {
    padding: 30px 60px;
  }
}

@media (max-width: 800px) {
  .menu-sidebar {
    padding: 20px 40px;
    max-width: 100vw;
  }
}

.sidebarMenu-menus > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 20px 0;
  border-bottom: 4px solid #406a97;
}

.sidebarMenu-menus > .menu a {
  color: #fff;
}

.sidebarMenu-menus > .menu a:hover {
  text-decoration: none;
}

.sidebarMenu-menus > .menu:nth-child(1) {
  margin-top: 40px;
  border-top: 4px solid #406a97;
}

.sidebarMenu-menus > .menu:nth-child(1) > .menu-sidebar-item > a, .sidebarMenu-menus > .menu:nth-child(2) > .menu-sidebar-item > a {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .sidebarMenu-menus > .menu:nth-child(1) > .menu-sidebar-item > a, .sidebarMenu-menus > .menu:nth-child(2) > .menu-sidebar-item > a {
    font-size: 22px;
  }
}

.sidebarMenu-menus > .menu > .menu-item-isExpanded > .menu {
  display: none;
}

.sidebarMenu-menus > .menu:nth-child(4) {
  display: block;
}

.sidebarMenu-menus > .menu:nth-child(4) li {
  display: inline-block;
  width: auto;
}

.sidebarMenu-menus > .menu:nth-child(4) .menu-sidebar-item a {
  font-size: 14px;
  display: block;
  margin: 0 5px;
  text-align: center;
}

@media (max-width: 500px) {
  .sidebarMenu-menus > .menu:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.sidebarMenu-menus > .menu:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sidebarMenu-menus > .menu:last-child .menu-sidebar-item {
  margin-right: 0.75rem;
}

.sidebarMenu-menus > .menu .menu-sidebar-item {
  padding: 12px 0;
  width: 100%;
}

.sidebarMenu-menus > .menu .menu-sidebar-item a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.sidebarMenu-menus > .menu > .menu-sidebar-item > .menu {
  margin: 0;
  padding: 10px 0;
}

.sidebarMenu-menus > .menu > .menu-sidebar-item > .menu li {
  display: block;
  margin: 0;
  padding: 12px 0;
}

.sidebarMenu-menus > .menu > .menu-sidebar-item > .menu a {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  padding-left: 38px;
}

.sidebarMenu-menus > .menu > .menu-sidebar-item > .menu a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #406a97;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.sidebarMenu-menus > .menu > .menu-sidebar-item > .menu a:hover:before, .sidebarMenu-menus > .menu > .menu-sidebar-item > .menu a:focus:before, .sidebarMenu-menus > .menu > .menu-sidebar-item > .menu a:active:before {
  background-color: #fff;
}

@media (max-width: 500px) {
  .sidebarMenu-menus > .menu > .menu-sidebar-item > .menu a {
    font-size: 16px;
  }
}

.menu-sidebar .block-search-api-page {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

.menu-sidebar .block-search-api-page .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-sidebar .block-search-api-page .formType-search {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-sidebar .block-search-api-page .formType-search .form-search {
  border: none;
  height: 60px;
  width: 100%;
  padding: 0;
  padding-left: 20px;
  padding-right: 50px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: 60px;
  font-size: 18px;
  background-color: #406a97;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  min-width: 340px;
}

@media (max-width: 400px) {
  .menu-sidebar .block-search-api-page .formType-search .form-search {
    min-width: 280px;
  }
}

.menu-sidebar .block-search-api-page .form-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  background-color: transparent;
  font-size: 0.1px;
  color: transparent;
  background-image: url("../img/icons/icon-search.svg");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.sidebarMenu-menus > .menu:nth-child(5) a {
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.2) no-repeat center;
  background-size: 20px 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.sidebarMenu-menus > .menu:nth-child(5) a:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.sidebarMenu-menus > .menu:nth-child(5) a[name='facebook'] {
  background-image: url("../img/icons/icon-social-facebook.svg");
}

.sidebarMenu-menus > .menu:nth-child(5) a[name='twitter'] {
  background-image: url("../img/icons/icon-social-twitter.svg");
}

.sidebarMenu-menus > .menu:nth-child(5) a[name='linkedin'] {
  background-image: url("../img/icons/icon-social-linkedin.svg");
}

.sidebarMenu-toggle {
  margin: 0;
  margin-left: 1rem;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sidebarMenu-toggle-title {
  -ms-flex-item-align: center;
  align-self: center;
}

.sidebarMenu-toggle-icon {
  position: relative;
  margin-left: 1rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -ms-flex-item-align: center;
  align-self: center;
}

.sidebarMenu-toggle-icon,
.sidebarMenu-toggle-icon:before,
.sidebarMenu-toggle-icon:after {
  display: block;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
}

.sidebarMenu-toggle-icon:before,
.sidebarMenu-toggle-icon:after {
  content: '';
  position: absolute;
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.sidebarMenu-toggle-icon:before {
  top: -8px;
}

.sidebarMenu-toggle-icon:after {
  top: 8px;
}

.sidebarMenu-isActive .sidebarMenu-toggle-icon {
  background: transparent;
}

.sidebarMenu-isActive .sidebarMenu-toggle-icon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.sidebarMenu-isActive .sidebarMenu-toggle-icon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.taxonomy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url("../img/backgrounds/triangles-pattern.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 25%;
}

.taxonomy-content .taxonomy-news,
.taxonomy-content .taxonomy-pubs {
  padding-top: 6.7rem;
  padding-bottom: 6.7rem;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 50%;
}

@media (max-width: 1024px) {
  .taxonomy-content .taxonomy-news,
  .taxonomy-content .taxonomy-pubs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .taxonomy-content .taxonomy-news,
  .taxonomy-content .taxonomy-pubs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 800px) {
  .taxonomy-content .taxonomy-news,
  .taxonomy-content .taxonomy-pubs {
    padding-top: 4rem;
    padding-bottom: 2rem;
    width: 100%;
  }
  .taxonomy-content .taxonomy-news:last-child,
  .taxonomy-content .taxonomy-pubs:last-child {
    padding-top: 0;
  }
}

.taxonomy-content .taxonomy-content-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  height: 3.8rem;
  margin-bottom: 3rem;
}

.taxonomy-content .taxonomy-content-header:before {
  content: "";
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}

.taxonomy-content .taxonomy-news .view-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  height: 3.8rem;
  margin-bottom: 3rem;
}

.taxonomy-content .taxonomy-news .view-header:before {
  content: "";
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  width: 3.8rem;
  background-image: url("../img/icons/icon-news.png");
}

.taxonomy-content .taxonomy-news .tags {
  text-transform: uppercase;
  letter-spacing: 4px;
}

.taxonomy-content .taxonomy-news h3 {
  font-size: 1.1rem;
  line-height: 1.9rem;
  margin-bottom: 2rem;
}

.taxonomy-content .citeprop-title h3 {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.taxonomy-content .taxonomy-pubs .content-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  height: 3.8rem;
  margin-bottom: 3rem;
}

.taxonomy-content .taxonomy-pubs .content-header:before {
  content: "";
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  width: 3.8rem;
  background-image: url("../img/icons/icon-pubs.png");
}

.taxonomy-content .taxonomy-pubs .bibcite-citation {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  margin: 0 0 2rem 0;
}

.taxonomy-content .taxonomy-pubs .bibcite-citation:after {
  content: none;
  display: none;
}

.taxonomy-content .taxonomy-pubs .bibcite-citation .bibcite-content {
  width: 100%;
  padding: 0;
}

.taxonomy-content .taxonomy-pubs .bibcite-citation .citeprop-title {
  font-size: 1.1rem;
}

.taxonomy-content .taxonomy-pubs .button {
  padding-right: 4.3rem;
}

@media (max-width: 500px) {
  .taxonomy-content .taxonomy-pubs .button {
    padding-right: 3rem;
  }
}

.taxonomy-embed-experts .view.has-results {
  min-height: 400px;
  background: url(/themes/westat/img/backgrounds/triangles-pattern-extended.svg) no-repeat top right;
}

@media (max-width: 1100px) {
  .taxonomy-embed-experts {
    padding-bottom: 8rem;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .taxonomy-embed-experts {
    padding-bottom: 4rem;
    min-height: auto;
  }
}

.taxonomy-embed-experts .view-header,
.taxonomy-embed-experts .view-footer {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

@media (max-width: 1100px) {
  .taxonomy-embed-experts .view-header,
  .taxonomy-embed-experts .view-footer {
    -webkit-transform: none;
    transform: none;
  }
}

.page-leadership--westat .view-display-id-attachment_exec,
.page-leadership--westat .view-display-id-attachment_study,
.page-leadership--westat .view-display-id-attachment_unit {
  border-top: 3px #00467F solid;
  padding-top: 2rem;
  margin-top: 2rem;
}

.nameplate .pname {
  font-weight: 700;
}

.taxonomy-featured-articles {
  position: relative;
  padding-top: 6.11111rem;
  padding-bottom: 5.55556rem;
  padding-left: 4rem;
  padding-right: 4rem;
  left: -5%;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 0.5s, left 0.95s ease-out 0.5s;
  transition: opacity 0.25s ease-out 0.5s, left 0.95s ease-out 0.5s;
  will-change: opacity, left;
  z-index: 0;
  background: url(../img/backgrounds/focus-education.jpg) no-repeat center;
  background-size: cover;
  /*.decor-diagonalMask {
		position: absolute;
		z-index: 0;
		right: -1px;
		top: -1px;
		height: 700px;
		width: 404px;
		background-color: $color-white;
		clip-path: polygon(0 0, 100% 0, 100% 100%);
		pointer-events: none;

		@include media('<1540px') {
			display: none;
		}
	}*/
}

@media (max-width: 1024px) {
  .taxonomy-featured-articles {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .taxonomy-featured-articles {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1539px) {
  .taxonomy-featured-articles {
    opacity: 1;
    left: 0;
  }
}

.taxonomy-featured-articles .decor-overlay {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 231, 235, 0.25)), to(#e6e7eb));
  background: linear-gradient(to bottom, rgba(230, 231, 235, 0.25) 0%, #e6e7eb 100%);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}

.taxonomy-featured-articles .featured-articles-content {
  position: relative;
  z-index: 2;
}

.taxonomy-featured-articles .featured-articles-content > h2 {
  font-size: 1.44444rem;
}

.taxonomy-featured-articles .node-viewMode-teaser-featured {
  margin-bottom: 6.38889rem;
  max-width: 40.27778rem;
  width: 100%;
}

.taxonomy-featured-articles .node-viewMode-teaser-featured .fieldName-field-focus {
  display: none;
}

.taxonomy-featured-articles .node-viewMode-teaser-featured h2 {
  line-height: 1.6;
}

.taxonomy-featured-articles .button {
  background-position: 90% center;
  font-weight: 400;
  margin: 0;
}

.taxonomy-featured-articles .decor-diagonalMask {
  display: none;
}

.taxonomy-featured-articles .view-display-id-embed_projects h2 {
  font-size: 1.44444rem;
  margin-bottom: 1.83333rem;
}

.browser-ie .taxonomy-featured-articles .decor-diagonalMask,
.browser-edge .taxonomy-featured-articles .decor-diagonalMask {
  display: none;
}

.document-ready .taxonomy-featured-articles {
  left: 0;
  opacity: 1;
}

.taxonomy-search-block {
  position: absolute;
  -webkit-box-shadow: -17px 17px 33px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 17px 33px rgba(0, 0, 0, 0.1);
  max-width: 510px;
  right: 4rem;
  top: 12.77778rem;
  opacity: 0;
  width: 37.63%;
  z-index: 2;
  -webkit-transition: opacity 0.25s ease-out 1.5s, top 0.95s ease-out 1.5s;
  transition: opacity 0.25s ease-out 1.5s, top 0.95s ease-out 1.5s;
  will-change: opacity, top;
}

@media (max-width: 1024px) {
  .taxonomy-search-block {
    right: 2rem;
  }
}

@media (max-width: 1100px) {
  .taxonomy-search-block {
    width: 43%;
  }
}

@media (max-width: 875px) {
  .taxonomy-search-block {
    position: relative;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    margin-bottom: 2.22222rem;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
  }
}

.taxonomy-search-block .decor-top {
  height: 20px;
}

.taxonomy-search-block .decor-top > div {
  position: relative;
  background: #fff;
  height: 20px;
  width: calc(50% - 20px);
}

.taxonomy-search-block .decor-left:before,
.taxonomy-search-block .decor-right:before {
  content: '';
  position: absolute;
  border-style: solid;
  height: 0;
  width: 0;
}

.taxonomy-search-block .decor-left {
  float: left;
}

.taxonomy-search-block .decor-left:before {
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #fff;
  right: -20px;
}

.taxonomy-search-block .decor-right {
  float: right;
}

.taxonomy-search-block .decor-right:before {
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #fff transparent;
  left: -20px;
}

.taxonomy-search-block .fields {
  position: relative;
}

.taxonomy-search-block .inner-block {
  background: #fff;
  padding: 1.11111rem 2.11111rem 1.66667rem;
}

.taxonomy-search-block .inner-block #explore-education {
  display: none;
}

.taxonomy-search-block .inner-block button.styledSelect {
  display: block !important;
}

@media (max-width: 1280px) {
  .taxonomy-search-block .inner-block {
    padding-left: 1.66667rem;
    padding-right: 1.66667rem;
  }
}

.taxonomy-search-block .search {
  border-bottom: 2px solid #ccc;
  padding-top: 0.83333rem;
}

.taxonomy-search-block .search input {
  padding-right: 56px;
  width: 100%;
}

.taxonomy-search-block .search input::-ms-clear {
  display: none;
}

.taxonomy-search-block .search input[type="submit"] {
  position: absolute;
  background: url(../img/icons/icon-search-blue.svg) no-repeat center center;
  background-size: 24px 24px;
  height: 54px;
  padding: 0;
  right: 3px;
  bottom: 3px;
  width: 54px;
  text-indent: -9999px;
}

.taxonomy-search-block .search input[type="submit"]:hover {
  background-color: rgba(0, 122, 153, 0.1);
}

.taxonomy-search-block .explore .select {
  display: inline-block;
  width: calc(100% - 80px);
}

.taxonomy-search-block .explore input[type="submit"] {
  background-position: center;
  float: right;
  height: 60px;
  padding: 0;
  width: 60px;
  text-indent: -9999px;
}

.taxonomy-search-block label,
.taxonomy-search-block .styledSelect-label {
  display: inline-block;
  margin-bottom: 0.61111rem;
}

.taxonomy-search-block select {
  padding-right: 0;
}

.document-ready .taxonomy-search-block {
  opacity: 1;
}

@media (min-width: 876px) {
  .document-ready .taxonomy-search-block {
    top: 9.44444rem;
  }
}

.taxonomy-term-hero {
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .taxonomy-term-hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .taxonomy-term-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.taxonomy-term-hero .taxonomy-intro-area {
  position: relative;
  padding: 4.72222rem 0;
  min-height: 15.27778rem;
  width: 50%;
  z-index: 5;
}

@media (max-width: 1110px) {
  .taxonomy-term-hero .taxonomy-intro-area {
    width: 40%;
  }
}

@media (max-width: 875px) {
  .taxonomy-term-hero .taxonomy-intro-area {
    min-height: 0;
    padding: 2.5rem 0 1.11111rem;
    width: 60%;
  }
}

@media (max-width: 768px) {
  .taxonomy-term-hero .taxonomy-intro-area {
    width: 68%;
  }
}

@media (max-width: 640px) {
  .taxonomy-term-hero .taxonomy-intro-area {
    width: 100%;
  }
}

.taxonomy-term-hero .taxonomy-intro-area h1 {
  display: inline-block;
  margin: 0;
}

@media (max-width: 768px) {
  .taxonomy-term-hero .taxonomy-intro-area h1 {
    font-size: 1.7rem;
  }
}

@media (max-width: 500px) {
  .taxonomy-term-hero .taxonomy-intro-area h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 400px) {
  .taxonomy-term-hero .taxonomy-intro-area h1 {
    font-size: 2.36111rem;
  }
}

.taxonomy-term-hero .taxonomy-intro-area .fieldName-name {
  width: 100%;
  max-width: 0;
  -webkit-transition: max-width 0.5s linear 0.5s;
  transition: max-width 0.5s linear 0.5s;
  overflow-x: hidden;
  will-change: max-width;
}

.taxonomy-term-hero .taxonomy-intro-area .fieldName-description {
  position: relative;
  opacity: 0;
  top: -1rem;
  -webkit-transition: opacity 0.15s linear 0.25s, top 0.5s ease-out 0.25s;
  transition: opacity 0.15s linear 0.25s, top 0.5s ease-out 0.25s;
  will-change: opacity, top;
  font-weight: 400;
}

.taxonomy-term-hero.level-3, .taxonomy-term-hero.level-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.taxonomy-term-hero.level-3 .taxonomy-hero-content, .taxonomy-term-hero.level-4 .taxonomy-hero-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.taxonomy-term-hero.level-3 .taxonomy-hero-content .taxonomy-search-block, .taxonomy-term-hero.level-4 .taxonomy-hero-content .taxonomy-search-block {
  top: 26.44444rem;
  z-index: 3;
}

@media (max-height: 800px) {
  .taxonomy-term-hero.level-3 .taxonomy-hero-content .taxonomy-search-block, .taxonomy-term-hero.level-4 .taxonomy-hero-content .taxonomy-search-block {
    top: 16.44444rem;
  }
}

@media (max-width: 874px) {
  .taxonomy-term-hero.level-3 .taxonomy-hero-content .taxonomy-search-block, .taxonomy-term-hero.level-4 .taxonomy-hero-content .taxonomy-search-block {
    top: auto;
    margin-left: 5%;
    width: 90%;
  }
}

.taxonomy-term-hero.level-3 .taxonomy-hero-content .fieldName-description, .taxonomy-term-hero.level-4 .taxonomy-hero-content .fieldName-description {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .taxonomy-term-hero.level-3 .taxonomy-hero-content .fieldName-description, .taxonomy-term-hero.level-4 .taxonomy-hero-content .fieldName-description {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .taxonomy-term-hero.level-3 .taxonomy-hero-content .fieldName-description, .taxonomy-term-hero.level-4 .taxonomy-hero-content .fieldName-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.taxonomy-term-hero.level-3 .hero-image-container, .taxonomy-term-hero.level-4 .hero-image-container {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  height: 35.33333rem;
  margin-bottom: 2.77778rem;
}

@media (max-height: 800px) {
  .taxonomy-term-hero.level-3 .hero-image-container, .taxonomy-term-hero.level-4 .hero-image-container {
    height: 21.5rem;
  }
}

@media (max-width: 768px) {
  .taxonomy-term-hero.level-3 .hero-image-container, .taxonomy-term-hero.level-4 .hero-image-container {
    height: 21.5rem;
  }
}

@media (max-width: 640px) {
  .taxonomy-term-hero.level-3 .hero-image-container, .taxonomy-term-hero.level-4 .hero-image-container {
    margin-bottom: 0;
  }
}

.taxonomy-term-hero.level-3 .hero-image-container .top-fixer, .taxonomy-term-hero.level-4 .hero-image-container .top-fixer {
  position: absolute;
  padding-left: 4rem;
  padding-right: 4rem;
  bottom: 0;
  color: #fff;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 70, 127, 0.8);
}

@media (max-width: 1024px) {
  .taxonomy-term-hero.level-3 .hero-image-container .top-fixer, .taxonomy-term-hero.level-4 .hero-image-container .top-fixer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .taxonomy-term-hero.level-3 .hero-image-container .top-fixer, .taxonomy-term-hero.level-4 .hero-image-container .top-fixer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.taxonomy-term-hero.level-3 .hero-image-container .block-breadcrumbs li:before, .taxonomy-term-hero.level-3 .hero-image-container .block-breadcrumbs li:after, .taxonomy-term-hero.level-4 .hero-image-container .block-breadcrumbs li:before, .taxonomy-term-hero.level-4 .hero-image-container .block-breadcrumbs li:after {
  background: #fff;
}

.taxonomy-term-hero.level-3 .hero-image-container .block-breadcrumbs a, .taxonomy-term-hero.level-4 .hero-image-container .block-breadcrumbs a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}

.taxonomy-term-hero.level-3 .hero-image-container h1, .taxonomy-term-hero.level-4 .hero-image-container h1 {
  color: #fff;
  width: 53rem;
  margin: 0 0 3.22222rem;
  width: 64%;
}

@media (max-width: 1280px) {
  .taxonomy-term-hero.level-3 .hero-image-container h1, .taxonomy-term-hero.level-4 .hero-image-container h1 {
    padding-left: 0;
    max-width: 670px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .taxonomy-term-hero.level-3 .hero-image-container h1, .taxonomy-term-hero.level-4 .hero-image-container h1 {
    font-size: 2.22222rem;
    max-width: auto;
  }
}

@media (max-width: 500px) {
  .taxonomy-term-hero.level-3 .hero-image-container h1, .taxonomy-term-hero.level-4 .hero-image-container h1 {
    font-size: 1.94444rem;
  }
}

.taxonomy-term-hero.level-3 .hero-image-container .decor-heroTriangle, .taxonomy-term-hero.level-4 .hero-image-container .decor-heroTriangle {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: none;
  transition: none;
  will-change: auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .taxonomy-term-hero.level-3 .hero-image-container .decor-heroTriangle, .taxonomy-term-hero.level-4 .hero-image-container .decor-heroTriangle {
    height: 386px;
  }
}

@media (max-width: 640px) {
  .taxonomy-term-hero.level-3 .hero-image-container .decor-heroTriangle, .taxonomy-term-hero.level-4 .hero-image-container .decor-heroTriangle {
    display: block;
  }
}

.taxonomy-term-hero.level-3 .hero-image-container .decor-heroTriangle.decor-noImageSet, .taxonomy-term-hero.level-4 .hero-image-container .decor-heroTriangle.decor-noImageSet {
  background-image: url(../img/backgrounds/taxonomy-standard.jpg);
}

.taxonomy-term-hero.level-3 .hero-image-container .decor-heroTriangle:after, .taxonomy-term-hero.level-4 .hero-image-container .decor-heroTriangle:after {
  content: "";
  height: 100%;
  /* background: url(../img/backgrounds/article-hero-pattern.svg) no-repeat center center / 100%; */
  width: 900px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  mix-blend-mode: soft-light;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

@media (max-width: 1539px) {
  .taxonomy-term-hero.level-3 .hero-image-container .decor-heroTriangle:after, .taxonomy-term-hero.level-4 .hero-image-container .decor-heroTriangle:after {
    left: auto;
  }
}

@media (max-width: 1280px) {
  .taxonomy-term-hero.level-3 .hero-image-container .decor-heroTriangle:after, .taxonomy-term-hero.level-4 .hero-image-container .decor-heroTriangle:after {
    right: -12%;
  }
}

@media (max-width: 1024px) {
  .taxonomy-term-hero.level-3 .hero-image-container .decor-heroTriangle:after, .taxonomy-term-hero.level-4 .hero-image-container .decor-heroTriangle:after {
    right: -25%;
  }
}

.taxonomy-term-hero.level-3 .hero-image-container .decor-heroTriangle .decor-heroTriangle-image, .taxonomy-term-hero.level-4 .hero-image-container .decor-heroTriangle .decor-heroTriangle-image {
  width: 100%;
  height: 100%;
  -webkit-clip-path: none;
  clip-path: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.taxonomy-term-hero.level-3 .hero-image-container .decor-heroTriangle .level-3-4-decorator, .taxonomy-term-hero.level-4 .hero-image-container .decor-heroTriangle .level-3-4-decorator {
  position: absolute;
  -webkit-box-shadow: inset 0 -300px 300px -100px rgba(1, 68, 128, 0.75);
  box-shadow: inset 0 -300px 300px -100px rgba(1, 68, 128, 0.75);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.taxonomy-term-hero.level-3 .taxonomy-hero-content, .taxonomy-term-hero.level-4 .taxonomy-hero-content {
  width: 100%;
}

.taxonomy-term-hero.level-3 .taxonomy-hero-content .taxonomy-intro-area, .taxonomy-term-hero.level-4 .taxonomy-hero-content .taxonomy-intro-area {
  min-height: auto;
  width: 58.5%;
  padding-top: 0;
  padding-bottom: 2.5rem;
  height: auto;
}

@media (max-width: 1100px) {
  .taxonomy-term-hero.level-3 .taxonomy-hero-content .taxonomy-intro-area, .taxonomy-term-hero.level-4 .taxonomy-hero-content .taxonomy-intro-area {
    width: 50%;
  }
}

@media (max-width: 875px) {
  .taxonomy-term-hero.level-3 .taxonomy-hero-content .taxonomy-intro-area, .taxonomy-term-hero.level-4 .taxonomy-hero-content .taxonomy-intro-area {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .taxonomy-term-hero.level-3 .taxonomy-hero-content .taxonomy-intro-area, .taxonomy-term-hero.level-4 .taxonomy-hero-content .taxonomy-intro-area {
    padding-top: 2rem;
  }
}

.document-ready .taxonomy-term-hero .fieldName-name {
  max-width: 100%;
}

.document-ready .taxonomy-term-hero .fieldName-description {
  opacity: 1;
  top: 0;
}

.browser-ie .taxonomy-term-hero.level-3 .decor-heroTriangle:after,
.browser-ie .taxonomy-term-hero.level-4 .decor-heroTriangle:after,
.browser-edge .taxonomy-term-hero.level-3 .decor-heroTriangle:after,
.browser-edge .taxonomy-term-hero.level-4 .decor-heroTriangle:after {
  opacity: 0.35;
}

.browser-ie .taxonomy-term-hero.level-3 .decor-heroTriangle-image,
.browser-ie .taxonomy-term-hero.level-4 .decor-heroTriangle-image,
.browser-edge .taxonomy-term-hero.level-3 .decor-heroTriangle-image,
.browser-edge .taxonomy-term-hero.level-4 .decor-heroTriangle-image {
  display: block;
}

.browser-ie .taxonomy-term-hero.level-3 .svg-decor-heroTriangle,
.browser-ie .taxonomy-term-hero.level-4 .svg-decor-heroTriangle,
.browser-edge .taxonomy-term-hero.level-3 .svg-decor-heroTriangle,
.browser-edge .taxonomy-term-hero.level-4 .svg-decor-heroTriangle {
  display: none;
}

.full-width .taxonomy-term-hero.level-3 .taxonomy-hero-content .taxonomy-intro-area {
  width: 100%;
}

.level2-related-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4.44444rem 0;
  background: #e7ecf2;
  padding: 5rem 4rem 3rem 4rem;
}

@media (max-width: 1024px) {
  .level2-related-content {
    padding: 4rem 2rem;
  }
}

.level2-related-content .related-left {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-right: 5rem;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .level2-related-content .related-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}

.level2-related-content .related-right {
  padding-left: 2rem;
  position: relative;
}

@media (max-width: 1024px) {
  .level2-related-content .related-right {
    padding: 0;
  }
}

.level2-related-content .related-right h2 {
  margin: 0 0 1rem 0;
}

.level2-related-content .related-right h2:last-of-type {
  margin-top: 3rem;
}

.level2-related-content .related-right ul {
  margin: 0;
  position: relative;
  padding: 0;
}

.level2-related-content .related-right li {
  list-style: none;
  position: relative;
  padding: 0;
  font-weight: 800;
  margin-bottom: 1rem;
}

.level2-related-tags {
  padding-left: 4rem;
  padding-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 5px solid rgba(0, 0, 0, 0.0901961);
  padding: 5rem;
  margin: 5rem 0 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .level2-related-tags {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .level2-related-tags {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.level2-related-tags h3 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 0 1rem 0;
}

.level2-related-tags ul {
  margin: 0;
  padding: 0;
  z-index: 1;
}

.level2-related-tags li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.level2-related-tags li:after {
  content: ", ";
  margin-right: 3px;
}

.level2-related-tags li:last-of-type:after {
  content: none;
  margin-right: 0px;
}

.level2-related-tags li a:hover {
  text-decoration: underline;
}

.level2-projects .featured-articles-seeMore-container {
  margin-top: 2rem;
}

.paragraph--type--referenced-content {
  padding: 0px 4rem 2.4rem;
}

/*# sourceMappingURL=sourcemaps/main.css.map */
