/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Wed Jun 19 2019 16:07:37 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Breadcrumbs
    Magnific popup
    Pagination
    Skip links
    Slick
    S
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700");
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.main__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list), .main__content ol:not(.breadcrumbs__list), .breadcrumbs__list, .popup__list, .pagination, .skip-links__list, .slick-dots, .event__info-list, .feature-box__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list), .lhs__menu-list, .rhs__panel-links__list, .form__list, .toc__list, .addtocalendar .atcb-list, .landscape-carousel__dots, .search-results__list, .rhs-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main__content .highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix, .banner-carousel__link, .content-image, .event__content, .feature-blocks, .feature-blocks__prospect, .feature-note__left, .feature-note__right, .form-list__item, .rhs-filters, .navigation__level-1, .navigation__level-2, .navigation__level-2-inner, .news-landing__summary, .news-landing__link, .news__blocks, .news__list, .related-content__wrapper, .social-list__wrapper {
  *zoom: 1;
}

.clearfix:before, .banner-carousel__link:before, .content-image:before, .event__content:before, .feature-blocks:before, .feature-blocks__prospect:before, .feature-note__left:before, .feature-note__right:before, .form-list__item:before, .rhs-filters:before, .navigation__level-1:before, .navigation__level-2:before, .navigation__level-2-inner:before, .news-landing__summary:before, .news-landing__link:before, .news__blocks:before, .news__list:before, .related-content__wrapper:before, .social-list__wrapper:before, .clearfix:after, .banner-carousel__link:after, .content-image:after, .event__content:after, .feature-blocks:after, .feature-blocks__prospect:after, .feature-note__left:after, .feature-note__right:after, .form-list__item:after, .rhs-filters:after, .navigation__level-1:after, .navigation__level-2:after, .navigation__level-2-inner:after, .news-landing__summary:after, .news-landing__link:after, .news__blocks:after, .news__list:after, .related-content__wrapper:after, .social-list__wrapper:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .banner-carousel__link:after, .content-image:after, .event__content:after, .feature-blocks:after, .feature-blocks__prospect:after, .feature-note__left:after, .feature-note__right:after, .form-list__item:after, .rhs-filters:after, .navigation__level-1:after, .navigation__level-2:after, .navigation__level-2-inner:after, .news-landing__summary:after, .news-landing__link:after, .news__blocks:after, .news__list:after, .related-content__wrapper:after, .social-list__wrapper:after {
  clear: both;
}

/* stylelint-enable */
/*
--------------------
Reset (normalize.css)
--------------------
*/
/* stylelint-disable */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  line-height: inherit;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* stylelint-enable */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.hidden-opacity {
  opacity: 0;
}

.pull-left {
  float: left;
}

img.pull-left, figure.pull-left {
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 50%;
}

.pull-right {
  float: right;
}

img.pull-right, figure.pull-right {
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 50%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

#page-wrapper {
  background-color: #fff;
}

html,
body {
  height: 100%;
}

body {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  background-color: #fff;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #043673;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

body.home #page-wrapper {
  overflow: hidden;
}

body.landing-content .wrapper {
  padding-top: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

a {
  color: #0b70b8;
}

a:hover, a:focus {
  color: #006f78;
  text-decoration: none;
}

a[rel="external"] {
  /*&::after {
        content: '';
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gZmlsbD0iIzAwNzZhZCIgcG9pbnRzPSI5MS44NzUsNjIgODUsNjIgODUsODUgMTUsODUgMTUsMTUgMzgsMTUgMzgsOC4xMjUgMzgsMCAwLDAgMCwxMDAgMTAwLDEwMCAxMDAsNjIgIj48L3BvbHlnb24+PHBvbHlnb24gZmlsbD0iIzAwNzZhZCIgcG9pbnRzPSI1NCwwIDU0LDAuNjI3IDcxLjc4NywxOC40NzcgNTIuNzAxLDM4IDM4LDM4IDM4LDYyIDYyLDYyIDYyLDQ5Ljc5OSA4Mi43NzMsMjkuNDYyIDk5LjM3NCw0NiAxMDAsNDYgMTAwLDAgIj48L3BvbHlnb24+PC9zdmc+');
        width: 11px;
        height: 11px;
        display: inline-block;
        margin-left: 4px;
    }*/
}

h2.section-title {
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  max-width: 63rem;
  margin: 0 auto;
  padding: 0.875rem 1.25rem;
}

.icon-chevron {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  margin-left: 0.625rem;
  position: relative;
  top: 0.3125rem;
  background: #020202;
  font-size: 1.125rem;
  line-height: 1.4;
}

.icon-chevron:after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  -webkit-transform: rotate(45deg) translateX(-2px) translateY(-7px);
  -ms-transform: rotate(45deg) translateX(-2px) translateY(-7px);
  transform: rotate(45deg) translateX(-2px) translateY(-7px);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .icon-chevron:after {
    -webkit-transform: rotate(45deg) translateX(-4px) translateY(-9px);
    -ms-transform: rotate(45deg) translateX(-4px) translateY(-9px);
    transform: rotate(45deg) translateX(-4px) translateY(-9px);
  }
}

@-moz-document url-prefix() {
  /* Put your Firefox specific code here. */
  .icon-chevron:after {
    -webkit-transform: rotate(45deg) translateX(-4px) translateY(-9px);
    -ms-transform: rotate(45deg) translateX(-4px) translateY(-9px);
    transform: rotate(45deg) translateX(-4px) translateY(-9px);
  }
}

@supports (-ms-ime-align: auto) { {
    /* Put your WebKit specific code here. */
  }
  .icon-chevron:after {
    -webkit-transform: rotate(45deg) translateX(-4px) translateY(-9px);
    -ms-transform: rotate(45deg) translateX(-4px) translateY(-9px);
    transform: rotate(45deg) translateX(-4px) translateY(-9px);
  }
}

@supports (-webkit-appearance: none) {
  .icon-chevron:after {
    -webkit-transform: rotate(45deg) translateX(-2px) translateY(-7px);
    -ms-transform: rotate(45deg) translateX(-2px) translateY(-7px);
    transform: rotate(45deg) translateX(-2px) translateY(-7px);
  }
}

.icon-expand {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  margin-left: 0.625rem;
  position: relative;
  top: 0.1875rem;
  background: #0b70b8;
  font-size: 1.125rem;
  line-height: 1.4;
}

.active .icon-expand {
  background: #fff;
}

.active .icon-expand:after {
  background-color: #0b70b8;
}

.active .icon-expand:before {
  display: none;
}

.icon-expand::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 10px;
  top: 6px;
  right: 9px;
  background-color: #fff;
}

.icon-expand::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #fff;
}

.section {
  background: black;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

.section--programs {
  background: #1DB6C3;
}

.section--news {
  background: #fff;
}

.section--pathways {
  background: #0b70b8;
  padding-top: 1.875rem;
}

.section--pathways > .section-title {
  color: #fff;
}

.section--white {
  background: white;
}

.section__inner {
  width: 100%;
  max-width: 63rem;
  padding: 0 1.25rem;
}

.section__col--centre {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

/*
--------------------
Content
--------------------
*/
/* Buttons */
.btn,
.atcb-link {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.3125rem 1.25rem;
  border-radius: 1.875rem;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #0b70b8;
  border-color: #0b70b8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-primary:hover, .btn-primary:focus {
  color: #0b70b8;
  background-color: #fff;
  border-color: #0b70b8;
}

.btn-primary.btn-inverted {
  color: #0b70b8;
  background-color: #fff;
  border-color: #0b70b8;
}

.btn-primary.btn-inverted:hover, .btn-primary.btn-inverted:focus {
  color: #fff;
  background-color: #0b70b8;
  border-color: #0b70b8;
}

.btn-secondary {
  color: #fff;
  background-color: #f37321;
  border-color: #f37321;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: #f37321;
  background-color: #fff;
  border-color: #f37321;
}

.btn-secondary.btn-inverted {
  color: #f37321;
  background-color: #fff;
  border-color: #f37321;
}

.btn-secondary.btn-inverted:hover, .btn-secondary.btn-inverted:focus {
  color: #fff;
  background-color: #f37321;
  border-color: #f37321;
}

.sq-form-submit {
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  color: #fff;
  background-color: #1b325f;
  border-color: #1b325f;
}

.sq-form-submit:hover, .sq-form-submit:focus {
  color: #1b325f;
  background-color: transparent;
  border-color: #1b325f;
}

.btn-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-success:hover, .btn-success:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-info {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-info:hover, .btn-info:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-danger:hover, .btn-danger:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-social,
.atcb-link {
  color: #fff;
  background-color: #0b70b8;
  border: none;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.btn-social + .btn-social,
.btn-social + .addtocalendar,
.addthis-toolbox + .btn-social,
.addtocalendar + .btn-social,
.btn-social + .addthis-toolbox,
.atcb-link + .btn-social,
.atcb-link + .addtocalendar,
.addthis-toolbox +
.atcb-link,
.addtocalendar +
.atcb-link,
.atcb-link + .addthis-toolbox {
  margin-left: 0.75rem;
}

.btn-social:hover, .btn-social:focus,
.atcb-link:hover,
.atcb-link:focus {
  color: #fff;
  background-color: #000;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-small {
  font-size: 0.8rem;
  padding: 0.4rem 0.75rem;
}

.btn-large {
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
}

.btn-filter {
  cursor: pointer;
  padding: 0.4375rem;
  margin-bottom: 0;
  position: absolute;
  right: 2.5rem;
  left: 0;
}

.social-share__box {
  text-align: right;
  margin: 1.25rem 0 2.5rem 0;
}

/* stylelint-disable */
.addthis_button {
  border-radius: 3.125rem;
  padding: 0.875rem 1.25rem;
  position: relative;
  background: #0b70b8;
}

.addthis_button:hover {
  background: #083871;
}

.addthis_button .fas {
  margin-left: 2.5rem;
  font-size: 1rem;
}

/* stylelint-enable */
.main__content {
  /* Headings */
  /* Tables */
  /* stylelint-disable */
  /* Quotes */
  /* Highlight */
  /* stylelint-enable */
  font-size: 0.875rem;
  line-height: 1.64;
}

.main__content > h1:first-of-type {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.main__content > h1:first-of-type {
  line-height: 1;
}

.main__content h1,
.main__content h2,
.main__content h3,
.main__content h4,
.main__content h5,
.main__content h6 {
  color: #006fba;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main__content h1:not(h1):not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading),
.main__content h2:not(h1):not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading),
.main__content h3:not(h1):not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading),
.main__content h4:not(h1):not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading),
.main__content h5:not(h1):not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading),
.main__content h6:not(h1):not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading) {
  margin-bottom: 0.75rem;
}

.main__content h1 {
  font-size: 1.40625rem;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1.41;
}

.main__content h2 {
  font-size: 1.3125rem;
  font-weight: normal;
}

.main__content h2:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading) {
  margin-top: 3rem;
}

.main__content h3 {
  font-size: 0.9375rem;
  font-weight: normal;
}

.main__content h3:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading) {
  margin-top: 2rem;
}

.main__content h4 {
  font-size: 0.84375rem;
  font-weight: bold;
}

.main__content h4:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading) {
  margin-top: 2rem;
}

.main__content h5 {
  font-size: 0.75rem;
  font-weight: bold;
}

.main__content h5:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading) {
  margin-top: 1.5rem;
}

.main__content h6 {
  font-size: 0.75rem;
  font-weight: bold;
}

.main__content h6:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading) {
  margin-top: 1.5rem;
}

.main__content .responsive__table {
  width: 100%;
  overflow: auto;
  margin: 0.75em 0;
}

.main__content p {
  font-size: 1rem;
  line-height: 1.64;
}

.main__content table {
  width: 100%;
  min-width: 36.375rem;
}

.main__content table ul > li,
.main__content table ol > li {
  margin-bottom: 0.25rem !important;
}

.main__content tbody tr {
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: 0.15s background-color linear;
  -moz-transition: 0.15s background-color linear;
  transition: 0.15s background-color linear;
}

.main__content tbody tr:nth-child(odd) {
  background-color: transparent;
}

.main__content tbody tr:nth-child(odd):hover {
  background-color: #fff;
}

.main__content tbody tr:nth-child(even) {
  background-color: transparent;
}

.main__content tbody tr:nth-child(even):hover {
  background-color: #fff;
}

.main__content tbody tr:last-child {
  border-bottom: 0;
}

.main__content caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

.main__content th {
  font-size: 0.875rem;
  line-height: 1.45;
  text-align: left;
  color: #fff;
  background-color: #f37321;
  border-right: 1px solid #fff;
  padding: 1.125rem 1.25rem 1.125rem;
  white-space: nowrap;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main__content th:first-child {
  border-radius: 3.125rem 0 0 3.125rem;
}

.main__content th:last-child {
  border-right: 0;
  border-radius: 0 3.125rem 3.125rem 0;
}

.main__content td {
  padding: 1.25rem 1.5rem;
}

.main__content td ul,
.main__content td ol {
  margin-top: 0;
  margin-bottom: 0;
}

.main__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li {
  position: relative;
  margin-bottom: 0;
  padding-left: 0.8125rem;
  line-height: 1.375rem;
}

.main__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  height: 5px;
  width: 5px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
}

.main__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li ul,
.main__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.main__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  width: 9px;
  height: 2px;
  border-radius: 0;
}

.main__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li:last-child {
  margin-bottom: 0;
}

.main__content ol:not(.breadcrumbs__list) {
  counter-reset: li;
}

.main__content ol:not(.breadcrumbs__list) > li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.625rem;
}

.main__content ol:not(.breadcrumbs__list) > li:last-child {
  margin-bottom: 0;
}

.main__content ol:not(.breadcrumbs__list) > li::before {
  position: absolute;
  left: 0;
  content: counter(li) ". ";
  counter-increment: li;
  color: #000;
  font-weight: bold;
}

.main__content ol:not(.breadcrumbs__list) > li ul,
.main__content ol:not(.breadcrumbs__list) > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.main__content ol:not(.breadcrumbs__list) > li ol li::before {
  content: counter(li, lower-latin) ". ";
}

.main__content blockquote {
  position: relative;
  margin: 2.5rem 0 1.25rem 0;
  padding-left: 3.1875rem;
  color: #d15420;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.67;
}

.main__content blockquote::before {
  content: "\201C";
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  left: 0;
  color: #d05420;
  position: absolute;
}

.main__content blockquote::after {
  content: "";
  width: 0.125rem;
  height: 94%;
  background-color: #d05420;
  position: absolute;
  left: 1.8125rem;
  top: 0.4375rem;
}

.main__content figure {
  padding: 1.09375rem 0;
  width: 100%;
}

.main__content figure img {
  width: 100%;
  border-radius: 0.625rem;
}

.main__content figure figcaption {
  font-size: 0.70312rem;
  line-height: 1.185;
  padding-top: 0.84375rem;
  color: #4d4d4d;
}

.main__content .pull-quote {
  border-top: 1px solid #333333;
  padding: 0.75em 0.375em 0 0.375em;
  margin: 0.75em;
}

.main__content .highlight {
  background: #cccccc;
  padding: 0.1em 0.5em;
}

@media screen and (min-width: 80rem) {
  .main__content h1 {
    font-size: 1.875rem;
  }
  .main__content h2 {
    font-size: 1.40625rem;
  }
  .main__content h3 {
    font-size: 1.17188rem;
  }
  .main__content h4 {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
  .main__content h5 {
    font-size: 0.84375rem;
  }
  .main__content h6 {
    font-size: 0.84375rem;
  }
  .main__content p {
    font-size: 0.84375rem;
    line-height: 1.25rem;
  }
}

.main__content > h1:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading),
.main__content > h2:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading),
.main__content > h3:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading),
.main__content > h4:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading),
.main__content > h5:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading),
.main__content > h6:not(.search-result__heading):not(.map__description-heading):not(.feature-box__heading):not(.feature-tiles__heading):not(.toc__heading) {
  margin-top: 0;
}

.wrapper.wrapper--nowrap .main-content__wrapper > .main__content div[id^="content_container_"] *:first-child {
  margin-top: 0;
}

.main-content__wrapper,
.main__form form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  min-width: 1px;
}

.home .main-content__wrapper, .home
.main__form form {
  padding: 0;
  max-width: 100%;
  display: block;
}

.icon-image {
  height: 100%;
  width: 100%;
}

.main {
  background-color: #fff;
  position: relative;
  transition: 0.3s ease transform;
  will-change: transform;
}

.main-section {
  padding: 3.75rem 1.25rem;
  max-width: 63rem;
  margin: 0 auto;
}

.main__footer {
  position: relative;
  transition: 0.3s ease transform;
  will-change: transform;
}

.wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.wrapper + .wrapper {
  padding-top: 0;
}

.home .wrapper {
  padding-top: 0;
}

.tool-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.tools-social {
  display: none;
}

.tools-social > * {
  margin-right: 1rem;
}

.tools-social > *:last-child {
  margin-right: 0;
}

.home .page-heading {
  display: none;
}

.space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.compat-object-fit {
  background-position: center center;
  background-size: cover;
}

.compat-object-fit img {
  opacity: 0;
}

.fas {
  margin-left: 0.4375rem;
  font-size: 1rem;
}

/*
--------------------
Modules
--------------------
*/
.button,
a.button {
  display: inline-block;
  width: auto;
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: black;
  text-align: center;
  background: #f47321;
  padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;
  text-decoration: none;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 2.0625rem 0 2.5625rem 0;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.button:hover, .button:focus,
a.button:hover,
a.button:focus {
  background: #d15420;
}

a.cta-button {
  display: inline-block;
  background-color: #009373;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  letter-spacing: -1px;
  text-align: center;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

a.cta-button:hover, a.cta-button:focus {
  background-color: #043673;
}

.button.default:hover,
a.button .default:hover {
  background-color: #043673;
  color: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Module: Breadcrumbs */
.breadcrumbs {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.has-subnav .breadcrumbs {
  margin-top: 36px;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__divider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px;
}

.breadcrumbs__current {
  font-weight: bold;
}

/* Module: Magnific popup */
/* Module: Pagination */
.pagination__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

.pagination__item:first-child, .pagination__item:last-child {
  border: 1px solid;
  border-radius: 4px;
}

.pagination__item--current {
  font-weight: bold;
}

.pagination__item a {
  text-decoration: none;
}

/* Module: Skip links */
/* Module: Slick */
.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

/* Module: S */
.article-title {
  background: #ececec;
  width: 100%;
  padding: 1.875rem;
}

.article-title__content {
  color: #000;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  margin: 0 0 1.125rem 0;
}

.article-title__detail {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000;
}

.article-title__detail p {
  margin-top: 0;
  margin-bottom: 0;
}

.article-title__detail a {
  color: #006fba;
  text-decoration: none;
}

.article-title__detail a:hover, .article-title__detail a:focus {
  text-decoration: underline;
}

/* Module: S */
/* Typeahead */
.twitter-typeahead {
  width: 100%;
}

.search-page {
  position: relative;
  font-weight: bold;
  margin: 0.625rem 0 1.875rem 0;
}

.search-page ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0b70b8;
}

.search-page ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0b70b8;
}

.search-page :-ms-input-placeholder {
  /* IE 10+ */
  color: #0b70b8 !important;
}

.search-page :-moz-placeholder {
  /* Firefox 18- */
  color: #0b70b8;
}

.search-page.search-page-single {
  margin-top: 1.875rem;
}

.search-page.search-page-single .search__summary {
  text-align: right;
  font-weight: normal;
}

.search-page input[type="text"] {
  padding: 1.25rem 3.375rem 1.25rem 1.5rem;
  color: #0b70b8;
  background-color: rgba(247, 247, 247, 0.8);
  border: 0 none;
  border-radius: 1.875rem;
}

.search-page button {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  border: none;
  padding: 0 1.125rem;
  position: absolute;
  top: 0;
  right: 0;
}

.search-page button svg {
  fill: #0b70b8;
  width: 1.875rem;
  height: 2rem;
  background: none;
  padding: 0;
  margin-top: 0.8125rem;
}

.search-page label {
  font-size: 1.125rem;
}

.tt-menu {
  background-color: #f4f4f4;
  color: #000;
  text-align: left;
  width: 100%;
}

.rgba .tt-menu {
  background-color: #f4f4f4;
}

.is-opened .tt-menu {
  margin-top: 0;
}

.form__control.typeahead {
  border-width: 1px;
  height: 100%;
}

.form__control.typeahead:focus {
  border-width: 1px;
}

.tt-selectable {
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  font-weight: 600;
}

.tt-selectable:not(:last-child) {
  border-color: #1DB6C3;
  border-style: solid;
  border-width: 0 0 0.0625rem;
}

.rgba .tt-selectable:not(:last-child) {
  border-color: #1DB6C3;
}

.tt-selectable:focus, .tt-selectable:hover, .tt-selectable.tt-cursor {
  color: #000;
  background-color: #eaeaea;
}

/* Module: S */
.banner-carousel {
  position: relative;
}

.banner-carousel__slide-wrapper {
  position: relative;
}

.banner-carousel__image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 18.75rem;
}

.banner-carousel__inner {
  width: 100%;
  padding: 0 1.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
  height: 100%;
  background: #043673;
}

.banner-carousel__wrapper {
  width: 100%;
}

.banner-carousel__content-wrapper {
  background: #043673;
  width: 100%;
  padding: 1.875rem 0 1.875rem 0;
  position: relative;
  z-index: 150;
}

.banner-carousel__title {
  font-size: 1.875rem;
  line-height: 2rem;
  color: #fff;
  position: relative;
  z-index: 50;
  margin: 0 0 1.25rem 0;
  min-height: 5.9375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner-carousel__content {
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin: 0 0 2.5rem 0;
  color: #fff;
  position: relative;
  z-index: 50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}

.banner-carousel__link {
  position: relative;
  z-index: 50;
  padding: 0 0 0.3125rem 0;
}

.banner-carousel__link a {
  background-color: #f47321;
  color: #043673;
  padding: 0.5rem 0.625rem;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: auto;
  float: left;
  font-size: 1rem;
  line-height: 1.1875rem;
  border: 2px solid #f47321;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.banner-carousel__link a:focus, .banner-carousel__link a:hover {
  background-color: #043673;
  color: #fff;
  border-color: #fff;
}

.banner-carousel__play {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  margin-right: 0.3125rem;
}

.banner-carousel__play button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.banner-carousel__play button:before {
  content: "";
  width: 0.1875rem;
  height: 0.9375rem;
  border: none;
  background: #fff;
  top: 0.4375rem;
  position: absolute;
  left: 0.625rem;
  top: 0.4375rem;
  border: none;
}

.banner-carousel__play button:after {
  content: "";
  width: 0.1875rem;
  height: 0.9375rem;
  border: none;
  background: #fff;
  position: absolute;
  right: 0.5625rem;
  top: 0.4375rem;
}

.banner-carousel__play button.active:after {
  display: none;
}

.banner-carousel__play button.active:before {
  left: 0.625rem;
  top: 0.5625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
  background: transparent;
}

.banner-carousel__nav {
  position: absolute;
  right: 1.25rem;
  bottom: 1.875rem;
  width: 40vw;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}

.banner-carousel__controls {
  width: 100%;
  max-width: 18.75rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  float: right;
}

.banner-carousel__arrows {
  margin: 0 5rem 0 0;
  display: none;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  overflow: hidden;
  background: #f47321;
}

.banner-carousel__arrows .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-indent: -9999px;
  background: #f47321;
  width: 5.625rem;
  height: 5.625rem;
}

.banner-carousel__arrows .slick-arrow:before, .banner-carousel__arrows .slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0.1875rem;
  width: 1.75rem;
  background: #000;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.banner-carousel__arrows .slick-arrow:hover:before, .banner-carousel__arrows .slick-arrow:hover:after, .banner-carousel__arrows .slick-arrow:focus:before, .banner-carousel__arrows .slick-arrow:focus:after {
  background: #fff;
}

.banner-carousel__arrows .slick-arrow.slick-prev {
  border-radius: 200px 0 0 200px;
  -webkit-border-radius: 200px 0 0 200px;
  -moz-border-radius: 200px 0 0 200px;
}

.banner-carousel__arrows .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 2rem;
  left: 2.0625rem;
}

.banner-carousel__arrows .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3.1875rem;
  left: 2.0625rem;
}

.banner-carousel__arrows .slick-arrow.slick-next {
  border-radius: 0 200px 200px 0;
  -webkit-border-radius: 0 200px 200px 0;
  -moz-border-radius: 0 200px 200px 0;
}

.banner-carousel__arrows .slick-arrow.slick-next:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 2rem;
  left: 2.0625rem;
}

.banner-carousel__arrows .slick-arrow.slick-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 3.1875rem;
  left: 2.0625rem;
}

.banner-carousel .slick-dots {
  width: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.banner-carousel .slick-dots li {
  margin: 0 0.625rem 0 0;
  padding: 0;
}

.banner-carousel .slick-dots li.slick-active button {
  background-color: #f47321;
}

.banner-carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 0.8125rem;
  line-height: 0.8125rem;
  background: #fff;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  text-indent: -9999px;
}

.banner-carousel .slick-dots li button:hover, .banner-carousel .slick-dots li button:focus {
  background-color: #f47321;
}

/* Module: S */
.breadcrumbs {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}

.breadcrumbs:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  content: "";
  height: 100%;
  opacity: 0.4;
}

.breadcrumbs__inner {
  width: 100%;
  padding: 0.625rem 1.25rem;
  position: relative;
  z-index: 50;
}

.breadcrumbs a {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-decoration: none;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  display: none;
}

.breadcrumbs li:nth-last-child(2):not(:last-child) {
  display: block;
}

.breadcrumbs li:nth-last-child(2):not(:last-child):before {
  content: "<";
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3125rem;
  color: #fff;
}

.breadcrumbs li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5625rem;
  margin-top: 0;
  content: ">";
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  width: 0.625rem;
  height: 0.6875rem;
  display: inline-block;
  display: none;
  font-weight: 400;
}

.breadcrumbs span {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Module: S */
.content-image {
  width: 100%;
  margin: 1.25rem 0 0.5rem 0;
}

.content-image img {
  width: 100%;
  max-width: 36.25rem;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.content-image figcaption {
  display: none;
}

/* Module: S */
.news__info {
  margin-bottom: 1.5rem;
}

.news__info h1,
.news__info h2 {
  line-height: 1.15;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: .5rem;
}

.news__publication time {
  font-weight: bold;
  font-style: italic;
}

.news__summary {
  font-weight: 600;
  margin-bottom: 1rem;
}

.event__info {
  margin-bottom: 1rem;
}

.event__info-inner {
  margin-bottom: .75rem;
}

.event__info-inner h1,
.event__info-inner h2 {
  line-height: 1.15;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.event__details {
  margin-bottom: 1rem;
}

.event__map {
  height: 100%;
  width: 100%;
  max-height: 400px;
  max-width: 400px;
  border: 1px solid #999;
}

.event__map.pull-right {
  margin-left: .75rem;
}

.event__map.pull-left {
  margin-right: .75rem;
}

@media screen and (max-width: 35.3125rem) {
  .event__map {
    max-width: none;
    float: none !important;
    margin: 0.5rem 0 !important;
  }
}

.event__info-list li {
  line-height: 1.75;
}

.event__info-list span {
  font-weight: 400;
}

.rss-icon {
  fill: #fff;
  height: 1rem;
  width: 1rem;
}

/* Module: S */
.feature-blocks {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.feature-blocks--expand {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: auto;
}

.feature-blocks__inner {
  width: 100%;
}

.feature-blocks__green {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: #000;
  justify-content: #000;
  width: 100%;
}

.feature-blocks__green-images {
  background: #009373;
  padding: 1.25rem;
  position: relative;
  width: 100%;
  z-index: 150;
}

.feature-blocks__green-title {
  color: #fff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.375rem;
  line-height: 2.5rem;
  width: 100%;
}

.feature-blocks__green-image-large, .feature-blocks__green-image-medium, .feature-blocks__green-image-small, .feature-blocks__green-image-xsmall {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  display: none;
}

.feature-blocks__green-image-large {
  width: 16.5625rem;
  height: 16.5625rem;
  left: 17.75rem;
  bottom: -5.3125rem;
}

.feature-blocks__green-image-medium {
  width: 10rem;
  height: 10rem;
  left: 3.125rem;
  top: 15.125rem;
}

.feature-blocks__green-image-small {
  width: 7.625rem;
  height: 7.625rem;
  right: 1.625rem;
  bottom: 1.875rem;
}

.feature-blocks__green-image-xsmall {
  width: 3.625rem;
  height: 3.625rem;
  right: 8.6875rem;
  bottom: 8.125rem;
}

.feature-blocks__blue {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: #000;
  justify-content: #000;
  width: 100%;
  overflow: hidden;
}

.feature-blocks__blue-image-large, .feature-blocks__blue-image-medium, .feature-blocks__blue-image-small {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  display: none;
}

.feature-blocks__blue-images {
  background: #043673;
  width: 65%;
  position: relative;
  overflow: hidden;
}

.feature-blocks__blue-image-large {
  width: 32.5rem;
  height: 31.9375rem;
  right: -8.4375rem;
  top: -4.375rem;
  background-position: -0.625rem 0.9375rem;
}

.feature-blocks__blue-image-medium {
  width: 15.3125rem;
  height: 15.3125rem;
  left: 2.8125rem;
  top: 2.9375rem;
}

.feature-blocks__blue-image-small {
  width: 8.0625rem;
  height: 8.0625rem;
  left: 13.75rem;
  bottom: 2.9375rem;
}

.feature-blocks__blue .feature-blocks__content {
  padding-top: 0;
}

.feature-blocks__blue .feature-blocks__prospect {
  margin: 2.25rem 0 0 0;
}

.feature-blocks__blue .feature-blocks__prospect-title {
  background: #043673;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feature-blocks__title {
  color: black;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  position: relative;
  z-index: 50;
}

.feature-blocks__items {
  position: relative;
  z-index: 50;
  margin: 1.25rem 0 0 0;
}

.feature-blocks__items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-blocks__items ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin: 0 0 0.5rem 0;
}

.feature-blocks__items ul li:last-child {
  margin-bottom: 0;
}

.feature-blocks__items ul li a {
  color: #043673;
  text-decoration: none;
}

.feature-blocks__items ul li a:hover, .feature-blocks__items ul li a:focus {
  text-decoration: underline;
}

.feature-blocks__content {
  background: #ececec;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  width: 100%;
  position: relative;
  height: auto;
}

.feature-blocks__prospect {
  width: 100%;
  margin: 1.0625rem 0 0 0;
}

.feature-blocks__prospect-title {
  color: black;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.375rem;
  padding: 0.5625rem 0.9375rem;
  background: #f47321;
  width: auto;
  float: left;
  position: relative;
  z-index: 1;
}

.feature-blocks__prospect-link {
  width: 100%;
  float: left;
  position: relative;
  z-index: 100;
}

.feature-blocks__prospect-link a {
  display: block;
  float: left;
  background: black;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.625rem 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feature-blocks__prospect-link a:hover, .feature-blocks__prospect-link a:focus {
  text-decoration: underline;
}

/* Module: S */
.feature-bubbles {
  width: 100%;
  margin: 4.0625rem 0 0 0;
}

.feature-bubbles__title {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  color: #006fba;
  font-weight: 400;
  text-align: center;
}

.feature-bubbles__wrapper {
  margin: 1.5625rem 0 0 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.feature-bubbles__item {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 0 1.5625rem 0;
}

.feature-bubbles__item:last-child {
  margin-bottom: 0;
}

.feature-bubbles__item > a {
  display: block;
  max-width: 12.5rem;
}

.feature-bubbles__item > a:hover .feature-bubbles__item-title, .feature-bubbles__item > a:focus .feature-bubbles__item-title {
  text-decoration: none;
}

.feature-bubbles__item > a .feature-bubbles__item-title {
  color: #000;
}

.feature-bubbles__item > a .feature-bubbles__item-title p {
  margin-top: 0;
  margin-bottom: 0;
}

.feature-bubbles__img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.feature-bubbles__img img {
  width: 100%;
  max-width: 60%;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.feature-bubbles__item-title {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-decoration: underline;
  margin: 0.9375rem 0 0 0;
  padding: 0 1.25rem;
}

.feature-bubbles__links {
  width: 100%;
  margin: 3rem 0 2.1875rem 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.feature-bubbles__links a {
  color: #fff;
  background: #043673;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;
  border: 3px solid #043673;
  text-decoration: none;
  font-size: 1.625rem;
  line-height: 1.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.feature-bubbles__links a:hover, .feature-bubbles__links a:focus {
  background: #fff;
  color: #043673;
}

/* Module: S */
.feature-note {
  width: 100%;
  background: #043673;
  margin: 1.1875rem 0;
  padding: 2.625rem 0 3.3125rem 0;
  position: relative;
}

.feature-note--expand {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: auto;
}

.feature-note:before {
  content: "";
  position: absolute;
  left: -24.375rem;
  top: 0;
  width: 28.125rem;
  height: 100%;
  background-image: url("../mysource_files/bg-note-left.png");
  background-repeat: no-repeat;
  background-size: 170%;
  background-position: left center;
  background-color: #043673;
  background-position: -14.875rem -6.25rem;
  z-index: 10;
  display: none;
}

.feature-note:after {
  content: "";
  position: absolute;
  right: -8.125rem;
  top: 0;
  width: 562.5rem;
  height: 100%;
  background-image: url("../mysource_files/bg-note-right.png");
  background-repeat: no-repeat;
  background-size: 17.5rem;
  background-color: #043673;
  background-position: right -0.9375rem;
  -webkit-border-radius: 0 9999px 9999px 0;
  -moz-border-radius: 0 9999px 9999px 0;
  border-radius: 0 9999px 9999px 0;
  overflow: hidden;
  z-index: 0;
  display: none;
}

.feature-note__inner {
  padding: 0 1.25rem;
  position: relative;
  z-index: 50;
}

.feature-note__title {
  color: #fff;
  font-size: 1.17188rem;
  line-height: 1.75rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feature-note__content {
  margin: 1.9375rem 0 0 0;
  color: #fff;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feature-note__left, .feature-note__right {
  width: 100%;
  margin: 0;
  font-weight: 500;
}

.feature-note__left {
  margin: 0 0 0.9375rem 0;
}

/* Module: S */
/* stylelint-disable */
.feature-panels__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 63rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.gradient__wrapper .feature-panels__wrapper {
  padding: 0;
}

.feature-panels__wrapper + .feature-panels__wrapper {
  margin-bottom: 0;
}

/* stylelint-enable */
.feature-box__container {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-top: 1.5rem;
}

.feature-box__container.large-box {
  margin-top: 0;
  background-color: transparent;
}

.feature-box__container:not(.large-box) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature-box__container:first-child {
  margin-top: 0;
}

.feature-box__link {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.large-box .feature-box__link {
  padding: 3rem 2rem;
}

.image-box > .feature-box__link::before {
  content: '';
  background-color: rgba(11, 112, 184, 0.35);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  -moz-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
}

.feature-box__link:hover .feature-box__heading, .feature-box__link:focus .feature-box__heading {
  color: #fff;
  background-color: #0b70b8;
}

.large-box .feature-box__link:hover .feature-box__heading, .large-box .feature-box__link:focus .feature-box__heading {
  color: #0b70b8;
  background-color: transparent;
}

.feature-box__link:hover .feature-box__heading::after, .feature-box__link:focus .feature-box__heading::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
  right: 1.35rem;
}

.feature-box__heading {
  position: relative;
  color: #0b70b8;
  font-weight: 600;
  background-color: #fff;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 2.75em 1rem 1.25rem;
  z-index: 3;
  -webkit-transition: 0.3s background-color ease-in-out;
  -moz-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
  -webkit-font-smoothing: antialiased;
}

.feature-box__heading::after {
  content: '';
  position: absolute;
  top: 1.3rem;
  right: 1.75rem;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0b70b8;
  border-bottom: 2px solid #0b70b8;
  -webkit-transition: 0.2s right linear;
  -moz-transition: 0.2s right linear;
  transition: 0.2s right linear;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.large-box .feature-box__heading {
  text-align: center;
  color: #2b2b2b;
  font-size: 180%;
  line-height: 1.45;
  padding: 0;
  background-color: transparent;
}

.large-box .feature-box__heading span {
  font-weight: bold;
}

.large-box .feature-box__heading::after {
  content: none;
}

.feature-box__content {
  font-size: 0.875rem;
  color: #58595b;
  background-color: #fff;
  line-height: 1.75;
  padding: 1rem;
}

.feature-box__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li {
  position: relative;
  margin-bottom: 0;
  padding-left: 0.8125rem;
  line-height: 1.375rem;
}

.feature-box__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 2px;
  display: inline-block;
  background-color: #0b70b8;
}

.feature-box__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li ul,
.feature-box__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.feature-box__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li ul li::before {
  left: 0;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}

.feature-box__content ul:not(.no-content-styles):not(.pagination):not(.atcb-list) > li:last-child {
  margin-bottom: 0;
}

.large-box .feature-box__content {
  padding: 1.25rem 0 0;
  background-color: transparent;
  display: none;
}

.feature-box__content .event-date {
  font-size: 85%;
  font-weight: bold;
  color: #0b70b8;
  margin-right: .25rem;
}

.feature-box__content a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.05s all ease-in-out;
  -moz-transition: 0.05s all ease-in-out;
  transition: 0.05s all ease-in-out;
}

.feature-box__content a:hover, .feature-box__content a:focus {
  color: #f37321;
  text-decoration: underline;
}

.feature-box__image {
  width: 100%;
  height: auto;
  display: block;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.large-box .feature-box__image {
  display: none;
  -webkit-order: inherit;
  -ms-flex-order: inherit;
  order: inherit;
}

@media screen and (max-width: 767px) {
  .gradient__wrapper .large-box:nth-child(odd) .feature-box__link {
    background-color: #fff;
  }
  .gradient__wrapper .large-box:nth-child(odd) .feature-box__link .feature-box__heading {
    color: #2b2b2b;
  }
  .gradient__wrapper .large-box:nth-child(even) .feature-box__link {
    color: #fff;
    background-color: #2b2b2b;
  }
  .gradient__wrapper .large-box:nth-child(even) .feature-box__link .feature-box__heading {
    color: #fff;
  }
}

.small-box .feature-box__heading {
  padding: 0;
  position: relative;
  height: 3.4375rem;
  font-size: 1.17em;
}

.small-box .feature-box__heading span {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  display: inline-block;
  padding: 0 3em 0 1.5em;
}

/* Module: S */
.featured-banner {
  background-size: cover;
  background-position: center;
}

.featured-banner__wrapper {
  max-width: 63rem;
  margin: 0 auto;
}

.featured-banner__text {
  padding: 6.25rem 1.25rem;
  font-size: 1.5625rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.35;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.featured-banner__text a {
  color: #fff;
}

.featured-banner__text a:hover {
  color: #fff;
}

/* Module: S */
.featured-display {
  background-color: #fff;
}

.featured-display__wrapper {
  max-width: 63rem;
  margin: 0 auto;
  padding: 2.75rem 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-display__item {
  float: left;
  padding: 0.75rem 1.25rem 3rem 1.25rem;
  width: 100%;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.featured-display__item:first-child {
  text-align: left;
}

.featured-display__item:first-child:after {
  display: none;
}

.featured-display__item:last-child {
  padding-bottom: 0.75rem;
}

.featured-display__item:last-child:after {
  display: none;
}

.featured-display__item a {
  color: #fff;
}

.featured-display__item a:hover {
  color: #fff;
}

.featured-display__item h2 {
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1.33;
  color: #0b70b8;
  padding: 0 1.25rem 0 0;
  margin: -0.25rem 0;
}

.featured-display__item h3 {
  font-size: 5rem;
  line-height: 1;
  font-weight: normal;
  color: #d15420;
  padding: 0;
  margin: 0;
}

.featured-display__item p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #4d4d4d;
  padding: 1.5rem 1.25rem 0 1.25rem;
  margin: 0;
}

.featured-display__item img {
  width: auto;
}

.featured-display sub, .featured-display sup {
  font-size: 60%;
}

.featured-display sub {
  bottom: 0;
}

/* Module: S */
.featured-images {
  padding: 2.5rem 0 3.125rem 0;
  background-color: #f7f7f7;
  width: 100%;
  overflow: hidden;
}

.featured-images h2 {
  color: #0b70b8;
}

.featured-images__wrapper {
  max-width: 63rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-images__item {
  float: left;
  padding: 0rem 1.25rem;
  margin-top: 2.1875rem;
  width: 100%;
}

.featured-images__item:first-of-type {
  margin-top: 1.25rem;
}

.featured-images__item > .featured-images__image {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  height: 14.5rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.625rem;
}

.featured-images__info {
  padding: 1.25rem 0 0 0;
}

.featured-images__info p {
  font-size: 0.875rem;
  font-weight: regular;
  line-height: 1.43;
  margin: 0;
  padding: 0.1875rem 0 0 0;
  color: #4d4d4d;
}

.featured-images__date {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #006fba;
}

.featured-images__title {
  font-size: 2.0625rem;
  font-weight: bold;
  line-height: 1.27;
  text-transform: uppercase;
  padding: 0.5rem 0 3.125rem 0;
  color: #f37321;
}

.featured-images__title span {
  display: inline-block;
  font-size: 1.4375rem;
  font-weight: bold;
  background: #fff;
  padding: 0.3125rem 0.75rem;
  border-radius: 1.875rem;
  letter-spacing: 0.125rem;
}

.featured-images__social {
  background-color: #f37321;
  padding: 1.625rem;
  border-radius: 0.625rem;
}

.featured-images__social .list-social__wrapper li {
  margin-bottom: 0.625rem;
}

.featured-images__social .footer-social__wrapper {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.featured-images__social .footer-social__link {
  -webkit-flex: 0 0 1.8125rem;
  -ms-flex: 0 0 1.8125rem;
  flex: 0 0 1.8125rem;
  width: 1.8125rem;
  height: 1.8125rem;
  margin-right: 0.875rem;
}

.featured-images__social .footer-social__link:first-of-type {
  margin-left: 0rem;
}

.featured-images__social .footer-social__link.vimeo {
  padding-top: 0.1875rem;
}

.featured-images__social .footer-social__link ~ a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.featured-images .featured-images__social .featured-images__title span {
  position: relative;
}

.featured-images .featured-images__social .featured-images__title span:nth-of-type(2) {
  top: -0.3125rem;
}

.featured-images .featured-images__social .featured-images__title span:nth-of-type(3) {
  top: -0.625rem;
}

.list-social__wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-social__wrapper ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.list-social__wrapper a {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  border-radius: 0.3125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/* Module: S */
.section--pathways {
  position: relative;
  padding-top: 17.5rem;
  overflow: hidden;
}

.section--pathways:before {
  content: '';
  position: absolute;
  top: -3.4375rem;
  left: auto;
  width: 100%;
  height: 17.625rem;
  background-image: url(../mysource_files/HETI_logo_white.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.featured-people {
  max-width: 63rem;
  margin: 0 auto;
  padding-bottom: 0;
}

.featured-people__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding-bottom: 4.6875rem;
}

.featured-people__item {
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  position: relative;
}

.featured-people__item > .featured-people__avatar {
  width: 16.125rem;
  height: 16.125rem;
  display: block;
  background-size: cover;
  background-position: top center;
  margin: auto;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}

.featured-people__item .featured-people__info-wrap {
  display: block;
  padding-top: 1.5rem;
}

.featured-people__item .featured-people__info-wrap .featured-people__info {
  width: 100%;
  text-align: center;
}

.featured-people__item.active .featured-people__content {
  display: block;
}

.featured-people__name {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.83;
  text-transform: uppercase;
  color: #fff;
}

.featured-people__position {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.22;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.featured-people__content {
  display: none;
  padding: 0 1.25rem 1.875rem 1.25rem;
  color: #484848;
  background-color: #fff;
  position: relative;
  border-radius: 0.9375rem;
  margin-top: 1rem;
}

.featured-people__content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 3.125rem 0 0 0;
  margin: 0;
}

.featured-people__content p {
  font-size: 0.875rem;
  line-height: 1.64;
}

.featured-people__content button {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.4375rem;
  height: 2.4375rem;
  background: transparent;
  border: none;
  padding: 0.75rem;
}

.featured-people__content button svg {
  fill: #006f78;
  width: 0.9375rem;
}

.featured-people__content a {
  color: #484848;
}

.featured-people__content a:hover {
  color: #484848;
}

.featured-people__link {
  font-size: 1.5625rem;
  line-height: 1.4;
  text-align: center;
  padding: 3.75rem 1.25rem 1.875rem 1.25rem;
  color: #006fb9;
  background: #ebebeb;
  font-weight: normal;
  position: relative;
}

.featured-people__link:before, .featured-people__link:after {
  content: "";
  position: absolute;
  /* fill vertically */
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
  background: #ebebeb;
}

.featured-people__link:before {
  left: 100%;
}

.featured-people__link p {
  margin: 0;
}

.featured-people__link a {
  font-weight: bold;
  color: #006fb9;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.featured-people__link a:hover {
  color: #006fb9;
  text-decoration: underline;
}

.featured-people__link-bg {
  position: relative;
}

.featured-people__link-bg:before {
  content: '';
  width: 9.375rem;
  height: 4.6875rem;
  border-bottom-left-radius: 9.375rem;
  border-bottom-right-radius: 9.375rem;
  background-color: #0b70b8;
  position: absolute;
  left: -2.5rem;
  top: -6.875rem;
}

.featured-people__link-bg:after {
  content: ' ';
  width: 15.625rem;
  height: 7.8125rem;
  border-top-left-radius: 15.625rem;
  border-top-right-radius: 15.625rem;
  background-color: #ebebeb;
  position: absolute;
  left: 4.6875rem;
  top: -7.8125rem;
}

.featured-people .icon-chevron {
  background: #fff;
}

.featured-people .icon-chevron:after {
  border-color: #1DB6C3;
}

/* Module: S */
.featured-search {
  max-width: 47.8125rem;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}

.featured-search form {
  padding: 0 1.25rem;
  position: relative;
}

.featured-search form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0b70b8;
}

.featured-search form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0b70b8;
}

.featured-search form :-ms-input-placeholder {
  /* IE 10+ */
  color: #0b70b8 !important;
}

.featured-search form :-moz-placeholder {
  /* Firefox 18- */
  color: #0b70b8;
}

.featured-search input[type="text"] {
  background-color: #f7f7f7;
  font-size: 1.125rem;
  border: none;
  padding: 1.25rem 3.4375rem 1.25rem 1.125rem;
  width: 100%;
  color: #0b70b8;
  border-radius: 2.5rem;
}

.featured-search input[type="text"]::-webkit-input-placeholder {
  font-weight: bold;
}

.featured-search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  font-weight: bold;
}

.featured-search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: bold;
}

.featured-search input[type="text"]:-ms-input-placeholder {
  font-weight: bold;
}

.featured-search button {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  border: none;
  padding: 0 0.8125rem;
}

.featured-search button svg {
  fill: #d8d8d8;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-top: 0.9375rem;
  padding: 0.4375rem;
  padding-top: 0.625rem;
}

.featured-search + h2 {
  color: #000;
}

/* Module: S */
.featured-tiles {
  padding-bottom: 3.75rem;
}

.featured-tiles__wrapper {
  max-width: 63rem;
  margin: 0 auto;
  position: relative;
}

.featured-tiles__wrapper:before {
  z-index: 9;
  content: '';
  position: absolute;
  bottom: -92px;
  left: 115px;
  width: 200px;
  height: 100px;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  background-color: white;
}

.featured-tiles__wrapper:after {
  z-index: 9;
  content: '';
  position: absolute;
  bottom: -90px;
  left: 24px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #1DB6C3;
}

.featured-tiles__item {
  float: left;
  padding: 0.625rem 1.25rem;
  width: 100%;
}

.featured-tiles__item h3 {
  background-color: none;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.38;
  padding: 1rem 0 0.9375rem 0;
  margin: 0;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.featured-tiles__item a {
  text-decoration: none;
}

.featured-tiles__item a:hover .icon-chevron {
  background: #f37321;
}

.featured-tiles__item a:hover h3 {
  color: #020202;
  text-decoration: underline;
}

.featured-tiles__item a:hover h3:after {
  text-decoration: none;
  right: -2px;
}

.featured-tiles__image {
  height: 16.125rem;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0.625rem;
}

.featured-tiles-landing {
  padding: 1.875rem 0;
}

.featured-tiles-landing .featured-tiles__inner {
  margin: 0 -1.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section--programs h2.section-title {
  color: #000;
}

.section h2 {
  font-size: 1.875rem !important;
}

h2.section-title {
  font-size: 1.875rem !important;
}

/* Module: S */
.footer {
  background: #043673;
  border-top: 1.25rem solid #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0 0 3.4375rem 0;
}

.footer--green .footer__enews-title {
  background: #009373;
}

.footer--green .footer__enews-title:before {
  background: #009373;
}

.footer--green .footer__scroll button {
  background: #009373;
}

.footer__enews {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background: #ececec;
  padding: 0 1.25rem;
}

.footer__enews .footer__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: stretch;
}

.footer__enews-title {
  width: 80%;
  font-size: 1.5rem;
  line-height: 1.6875rem;
  color: #000;
  background: #f47321;
  padding: 0.9375rem 3.125rem 1.25rem 0;
  -webkit-border-radius: 0 999px 999px 0;
  -moz-border-radius: 0 999px 999px 0;
  border-radius: 0 999px 999px 0;
  position: relative;
  max-width: 100%;
  z-index: 50;
  text-align: left;
  width: auto;
  float: left;
  margin: 0.9375rem 0 0 0;
}

.footer__enews-title:before {
  content: "";
  left: -374.9375rem;
  top: 0;
  width: 6000px;
  height: 100%;
  position: absolute;
  background: #f47321;
  z-index: 0;
}

.footer__enews-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: stretch;
  position: relative;
}

.footer__enews-wrapper--sending::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  background: #efefef;
  opacity: 0.5;
}

.footer form {
  display: block;
  float: left;
  width: 100%;
}

.footer input[type="text"],
.footer input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 100%;
  padding: 1.125rem 0.8125rem;
  background: #fff;
  color: #000;
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  float: left;
  max-width: 100%;
  margin: 0.9375rem 0 0 0;
}

.footer input[type="text"]::-ms-clear,
.footer input[type="email"]::-ms-clear {
  display: none;
}

.footer input[type="text"]::-webkit-input-placeholder,
.footer input[type="email"]::-webkit-input-placeholder {
  color: #000;
}

.footer input[type="text"]::-moz-placeholder,
.footer input[type="email"]::-moz-placeholder {
  color: #000;
}

.footer input[type="text"]:-ms-input-placeholder,
.footer input[type="email"]:-ms-input-placeholder {
  color: #000;
}

.footer input[type="text"]:-moz-placeholder,
.footer input[type="email"]:-moz-placeholder {
  color: #000;
}

.footer input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  float: left;
  background: #043673;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 1.25rem 1.5625rem;
  color: #fff;
  font-weight: 600;
  width: 100%;
  margin: 0.9375rem 0 1.25rem 0;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.footer input[type="submit"]:focus, .footer input[type="submit"]:hover {
  background: #00295a;
}

.footer__scroll {
  width: 4.375rem;
  display: none;
}

.footer__scroll button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  width: 2.25rem;
  height: 2.25rem;
  background: #f47321;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer__scroll button:before, .footer__scroll button:after {
  content: "";
  width: 0.9375rem;
  height: 0.1875rem;
  background: #043673;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.footer__scroll button:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0.375rem;
  top: 0.9375rem;
}

.footer__scroll button:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0.9375rem;
  top: 0.9375rem;
}

.footer__scroll button:hover, .footer__scroll button:focus {
  -webkit-box-shadow: 1px 2px 9px -1px black;
  -moz-box-shadow: 1px 2px 9px -1px black;
  box-shadow: 1px 2px 9px -1px black;
}

.footer__inner {
  width: 100%;
}

.footer__logo {
  padding-right: 4.6875rem;
  margin: 0 0 2.5rem 0;
}

.footer__logo a {
  display: block;
  width: 100%;
  max-width: 15rem;
}

.footer__logo img {
  width: 100%;
}

.footer__copyright {
  font-size: 0.8125rem;
  color: #fff;
  margin-top: 1.5625rem;
}

.footer__lower {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  padding: 3.4375rem 1.25rem 0 1.25rem;
}

.footer__right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.footer__col {
  width: 100%;
  padding: 0;
  margin: 0 0 1.875rem 0;
}

.footer__col-title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #f47321;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}

.footer__col-title a {
  color: #f47321;
  text-decoration: none;
  margin: 0 0 1rem 0;
  display: block;
  width: 100%;
}

.footer__col-title a:hover, .footer__col-title a:focus {
  color: #fff;
  border-color: #fff;
}

.footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__col ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 0.625rem 0;
}

.footer__col ul li:last-child {
  margin-bottom: 0;
}

.footer__col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.footer__col ul li a:hover, .footer__col ul li a:focus {
  color: #f47321;
}

.footer__col--social ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.footer__col--social ul li {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin: 0 0 0 0.625rem;
}

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

.footer__col--social ul li a {
  width: 100%;
}

.footer__col--social ul li a:hover svg, .footer__col--social ul li a:focus svg {
  color: #f47321;
}

.footer__col--social ul li svg {
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

/* Module: S */
body.navigation-open .header__toggle-nav span:nth-child(2n) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.8125rem;
}

body.navigation-open .header__toggle-nav span:nth-child(3n) {
  display: none;
}

body.navigation-open .header__toggle-nav span:nth-child(4n) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.8125rem;
}

.header__top {
  position: relative;
  z-index: 5000;
}

.header__logo {
  width: 9.375rem;
}

.header__logo img {
  display: none;
}

.header__logo a {
  text-decoration: none;
}

.header__logo-text-mobile {
  display: block;
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.header__toggle-btns {
  width: 12.5rem;
}

.header__toggle-nav {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  float: right;
}

.header__toggle-nav:hover span:nth-child(2n), .header__toggle-nav:hover span:nth-child(3n), .header__toggle-nav:hover span:nth-child(4n), .header__toggle-nav:focus span:nth-child(2n), .header__toggle-nav:focus span:nth-child(3n), .header__toggle-nav:focus span:nth-child(4n) {
  background: #043673;
}

.header__toggle-nav span:nth-child(2n), .header__toggle-nav span:nth-child(3n), .header__toggle-nav span:nth-child(4n) {
  background: #000;
  width: 100%;
  height: 0.25rem;
  display: block;
  position: absolute;
  left: 0;
}

.header__toggle-nav span:nth-child(2n) {
  top: 0.3125rem;
}

.header__toggle-nav span:nth-child(3n) {
  top: 0.8125rem;
}

.header__toggle-nav span:nth-child(4n) {
  top: 1.3125rem;
}

.header__toggle-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  float: right;
  margin-right: 0.9375rem;
  padding: 0.1875rem;
}

.header__toggle-search:hover svg, .header__toggle-search:focus svg {
  color: #043673;
}

.header__toggle-search.active:before, .header__toggle-search.active:after {
  content: "";
  position: absolute;
  display: block;
  width: 1.5625rem;
  height: 0.1875rem;
  background: #000;
  left: 0.125rem;
  top: 0.875rem;
}

.header__toggle-search.active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__toggle-search.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__toggle-search.active svg {
  display: none;
}

.header__toggle-search svg {
  width: 100%;
  height: 100%;
  display: block;
}

.header__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}

.header__details {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: flex-end;
}

.header__left {
  order: 2;
  max-width: 100%;
  width: 100%;
  padding: 1.125rem 1.25rem;
  background: #ececec;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: relative;
}

.header__right {
  order: 1;
  max-width: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.header__my-heti {
  width: auto;
  background: #043673;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  order: 2;
}

.header__my-heti a {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 0.625rem 1.25rem 0.625rem 0.5rem;
}

.header__my-heti a:focus, .header__my-heti a:hover {
  text-decoration: underline;
}

.header__my-heti a[target="_blank"]:before {
  content: "";
  background: url("../mysource_files/icon-external.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin: 0 0.75rem 0 0;
}

.header__contact {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: stretch;
  order: 1;
  background: #f47321;
}

.header__contact a {
  margin-right: 0.625rem;
  color: #000;
  text-decoration: none;
  padding: 0.625rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  position: relative;
  background: #f47321;
}

.header__contact a:after {
  content: "";
  width: 1100px;
  z-index: 0;
  background: #f47321;
  position: absolute;
  right: 5.5rem;
  top: 0;
  height: 100%;
}

.header__contact a:focus, .header__contact a:hover {
  text-decoration: underline;
}

.header__search {
  padding: 1.5rem 0.9375rem 1.3125rem 0.9375rem;
  background: #009373;
  position: relative;
  position: absolute;
  top: 8.75rem;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
  display: none;
}

.header__search.active {
  display: block;
}

.header__search form {
  position: relative;
  z-index: 50;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background: #fff;
  padding: 0 0.9375rem;
}

.header__search form input[type="text"] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  background: white;
  padding: 0.875rem 0.625rem;
  font-size: 1rem;
  line-height: 1.125rem;
  width: 100%;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.header__search form input[type="text"].active {
  max-width: 100%;
}

.header__search form .sq-form-question {
  order: 1;
  margin: 0;
  width: 100%;
}

.header__search form .sq-form-control {
  order: 2;
  max-width: 3.125rem;
}

.header__search form .sq-form-control span {
  display: none;
}

.header__search form .sq-form-control button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: white;
  width: 100%;
  align-content: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  flex-flow: row nowrap;
  padding: 0.625rem 0.3125rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header__search form .sq-form-control button span {
  order: 2;
  margin-left: 0.625rem;
  margin-right: 3.125rem;
}

.header__search form .sq-form-control svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #000;
}

.header__search:after {
  content: "";
  width: 1100px;
  z-index: 0;
  background: #009373;
  position: absolute;
  left: 7.375rem;
  top: 0;
  height: 100%;
}

.header__accessibility {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  height: 1.1875rem;
}

.header__accessibility div {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  color: black;
}

.header__accessibility div a {
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  -moz-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  text-decoration: none;
  position: absolute;
  top: -1.1875rem;
  margin-left: -5rem;
  min-width: 10rem;
  color: black;
}

.header__accessibility div a:focus {
  opacity: 1;
  top: 0;
}

.header__accessibility div span {
  opacity: 0;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}

.header__accessibility div span.active {
  opacity: 1;
}

/* Module: S */
.quicklinks {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}

.quicklinks__wrapper {
  padding: 0.9375rem;
  background: #ebebeb;
}

.quicklinks__heading {
  cursor: pointer;
  position: relative;
  background-color: #0b70b8;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.8125rem 2.875rem 0.8125rem 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.quicklinks__heading::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -8px;
  display: block;
  height: 10px;
  width: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.15s transform linear;
  -moz-transition: 0.15s transform linear;
  transition: 0.15s transform linear;
}

.quicklinks__heading[data-expanded="true"]::after {
  margin-top: -2px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.quicklinks__container {
  display: none;
}

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

.quicklinks__block.active:last-child {
  border-bottom: 0;
}

.quicklinks__block .quicklinks__heading {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 1rem;
  padding: 0.625rem 2.875rem 0.625rem 1.25rem;
  background-color: #fff;
  color: #0b70b8;
  border: 0;
  -webkit-transition: 0.2s background-color linear;
  -moz-transition: 0.2s background-color linear;
  transition: 0.2s background-color linear;
}

.quicklinks__block .quicklinks__heading:hover, .quicklinks__block .quicklinks__heading:focus {
  outline: 0;
  background-color: #d8d8d8;
}

.quicklinks__block .quicklinks__heading::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -8px;
  display: block;
  height: 10px;
  width: 10px;
  border-right: 2px solid #0b70b8;
  border-bottom: 2px solid #0b70b8;
}

.quicklinks__block.active .quicklinks__heading {
  border-bottom: 0;
}

.quicklinks__block.active .quicklinks__heading::after {
  margin-top: -2px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.quicklinks__content {
  display: none;
  padding: 0.625rem 1.75rem;
  background-color: #fff;
}

.quicklinks__link {
  line-height: 2;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.15s color ease-in-out;
  -moz-transition: 0.15s color ease-in-out;
  transition: 0.15s color ease-in-out;
  color: #000;
}

.quicklinks__link:focus, .quicklinks__link:hover {
  outline: 0;
  text-decoration: underline;
  color: #000;
}

.quicklinks__link--standalone {
  font-size: 1rem;
  line-height: 1.4;
  padding: 0.625rem 2.875rem 0.625rem 1.25rem;
  background-color: #fff;
}

/* Module: S */
.lhs__menu {
  margin-top: 1rem;
  margin-bottom: 2.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.lhs__menu-toggle {
  color: #fff;
  background-color: #0b70b8;
  position: relative;
  width: 100%;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  border: 0;
  text-align: left;
  padding: 0.8125rem 1.25rem;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  transition: 0.2s all linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lhs__menu-toggle:focus {
  outline: 0;
}

.lhs__menu-toggle::after {
  content: "";
  position: absolute;
  top: 0.9375rem;
  right: 1rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.2s transform linear, 0.2s border-color linear;
  -moz-transition: 0.2s transform linear, 0.2s border-color linear;
  transition: 0.2s transform linear, 0.2s border-color linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lhs__menu-toggle[data-expanded="true"] {
  color: #fff;
  background-color: #0b70b8;
}

.lhs__menu-toggle[data-expanded="true"]::after {
  top: 1.3125rem;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.lhs__menu-list:not(.menu__level-2):not(.menu__level-3):not(.menu__level-4):not(.menu__level-5) {
  display: none;
  margin-bottom: 2rem;
  border-radius: 0 0 0.625rem 0.625rem;
  overflow: hidden;
}

.lhs__menu-list.menu__level-2 {
  padding: 0 1.25rem;
  background: #ebebeb;
}

.lhs__menu-list.menu__level-2 li {
  border-bottom: 1px solid rgba(0, 111, 186, 0.2);
}

.lhs__menu-list.menu__level-2 li:first-child {
  border-top: 1px solid rgba(0, 111, 186, 0.2);
}

.lhs__menu-list.menu__level-2 li a {
  color: #006fba;
  font-weight: 400;
  padding: 0.5rem 0 0.5rem 1.875rem;
}

.lhs__menu-list.menu__level-3, .lhs__menu-list.menu__level-4 {
  padding: 0 0.625rem;
}

.lhs__menu-item {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}

.lhs__menu-item--parent {
  border-bottom: none;
}

.lhs__menu-item:last-child {
  border-bottom: 0;
  padding-bottom: 0.625rem;
}

.lhs__menu-item.is-hidden {
  display: none;
}

.menu__level-2 .lhs__menu-item {
  border-color: rgba(0, 111, 186, 0.2);
}

.lhs__menu--alternate .menu__level-2 > .lhs__menu-item {
  border-bottom: 0;
}

.lhs__menu .lhs__menu-link {
  display: block;
  position: relative;
  font-size: 1.125rem;
  text-decoration: none;
  color: #484848;
  background-color: #ebebeb;
  padding: 0.875rem 1.25rem 0.4375rem 1.25rem;
  -webkit-transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
  -moz-transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
  transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
}

.lhs__menu .lhs__menu-link.active, .lhs__menu .lhs__menu-link.current {
  font-weight: 600;
  color: #006fba;
}

.lhs__menu .lhs__menu-link.current.has-children {
  padding-right: 2.75rem;
}

.lhs__menu .lhs__menu-link.current.has-children::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 1.5625rem;
  display: block;
  height: 10px;
  width: 10px;
  border-right: 2px solid #006fba;
  border-bottom: 2px solid #006fba;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.lhs__menu .lhs__menu-link:hover, .lhs__menu .lhs__menu-link:focus {
  background-color: #ebebeb;
  color: #165464;
}

.menu__level-2 .lhs__menu .lhs__menu-link {
  color: #0b70b8;
  background-color: #ebebeb;
  padding: 0.625rem 0 0.625rem 1.25rem;
}

.menu__level-2 .lhs__menu .lhs__menu-link.active, .menu__level-2 .lhs__menu .lhs__menu-link.current {
  font-weight: bold;
}

.menu__level-2 .lhs__menu .lhs__menu-link:hover, .menu__level-2 .lhs__menu .lhs__menu-link:focus {
  background-color: #ebebeb;
  color: #165464;
}

.menu__level-3 .lhs__menu .lhs__menu-link {
  font-size: 1rem;
}

.menu__level-4 .lhs__menu .lhs__menu-link {
  font-size: 0.9375rem;
}

.rhs__column {
  margin-top: 3rem;
}

.is-listing + .rhs__column {
  margin-top: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.rhs__column img {
  width: 100%;
  height: auto;
  display: block;
}

.rhs__panel {
  position: relative;
  margin-bottom: 1.875rem;
  background-color: #0b70b8;
  border-radius: 0.625rem;
  overflow: hidden;
}

.rhs__panel.rhs__related {
  background-color: transparent;
  padding: 0;
}

.rhs__image-panel {
  display: block;
  height: 100%;
}

.rhs__image-panel .rhs__panel-image {
  height: 100%;
  object-fit: cover;
}

.rhs__panel-content .rhs__panel-heading {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #f37321;
  padding: 0.75rem 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.rhs__related .rhs__panel-content .rhs__panel-heading {
  background-color: transparent;
  padding: 0;
  margin-bottom: 1rem;
}

.rhs__panel-content .rhs__panel-heading.inside-content {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0.5rem;
  color: #fff;
}

.rhs__panel-content .rhs__panel-heading.inside-content ~ p {
  font-size: 0.9375rem;
  border-top: 0.0625rem solid #fff;
  padding-top: 0.625rem;
}

.rhs__panel-content a {
  color: #fff;
  text-decoration: none;
}

.rhs__panel-content a:hover {
  text-decoration: underline;
}

.rhs__related .rhs__panel-heading {
  font-size: 1.25rem;
  color: #f37321;
  font-weight: 500;
  margin: 0 0 0.9375rem 0;
  padding: 0;
}

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

.rhs-panel__link {
  position: relative;
  color: #043673;
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: 0.15s color ease-in-out;
  -moz-transition: 0.15s color ease-in-out;
  transition: 0.15s color ease-in-out;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.25rem 0;
}

.rhs-panel__link:hover, .rhs-panel__link:focus {
  color: #006fba;
  text-decoration: underline;
}

.rhs-panel__link:last-child {
  border-bottom: 0;
}

.rhs__panel-content {
  position: relative;
  z-index: 2;
  padding: 0.875rem 1.25rem 1.25rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.64;
  color: #fff;
}

.rhs__panel-content h1,
.rhs__panel-content h2,
.rhs__panel-content h3,
.rhs__panel-content h4,
.rhs__panel-content h5,
.rhs__panel-content h6 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
}

.rhs__panel-content h1:last-child,
.rhs__panel-content h2:last-child,
.rhs__panel-content h3:last-child,
.rhs__panel-content h4:last-child,
.rhs__panel-content h5:last-child,
.rhs__panel-content h6:last-child {
  margin-bottom: 0;
}

.rhs__panel-content h1 a,
.rhs__panel-content h2 a,
.rhs__panel-content h3 a,
.rhs__panel-content h4 a,
.rhs__panel-content h5 a,
.rhs__panel-content h6 a {
  text-decoration: none;
  color: #fff;
}

.rhs__panel-content h1 a:hover,
.rhs__panel-content h2 a:hover,
.rhs__panel-content h3 a:hover,
.rhs__panel-content h4 a:hover,
.rhs__panel-content h5 a:hover,
.rhs__panel-content h6 a:hover {
  text-decoration: underline;
}

.rhs__panel-content > h2:first-child,
.rhs__panel-content > h3:first-child,
.rhs__panel-content > h4:first-child,
.rhs__panel-content > h5:first-child {
  margin-top: 0;
}

.rhs__panel-content p {
  font-weight: normal;
}

.rhs__panel-content p:first-child {
  margin-top: 0;
}

.rhs__panel-content p:last-child {
  margin-bottom: 0;
}

.accordion__heading, .tab__button {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0.65rem 1rem;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-transition: 0.15s background-color linear;
  -moz-transition: 0.15s background-color linear;
  transition: 0.15s background-color linear;
}

.rhs-filters__container {
  border-radius: 0.625rem;
  background: #ebebeb;
  overflow: hidden;
}

.rhs-filters__container .rhs-filters__toggle {
  margin: 0;
}

.rhs-filters__main {
  padding: 1.25rem 1.25rem 0 1.25rem;
}

.accordion,
.tabs,
.mobile-tabs__accordion {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.accordion__block {
  background-color: #f7f7f7;
  margin-bottom: 0.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.accordion__block:last-child {
  margin-bottom: 0;
}

.accordion__heading {
  color: #0b70b8;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.125rem 1.25rem;
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.accordion__heading:hover {
  background-color: #ebebeb;
}

.active > .accordion__heading::before {
  content: none;
}

.accordion__content {
  display: none;
  overflow: hidden;
  padding: 0.25rem 1.25rem 1.25rem;
}

.accordion__content p:first-of-type {
  margin-top: 0;
}

.accordion__content p:last-of-type {
  margin-bottom: 0;
}

.accordion__content h1:first-child,
.accordion__content h2:first-child,
.accordion__content h3:first-child,
.accordion__content h4:first-child,
.accordion__content h5:first-child {
  margin-top: 0 !important;
}

.mobile-tabs__accordion .accordion__block {
  background-color: transparent;
}

.mobile-tabs__accordion .accordion__block.active .accordion__heading:after {
  top: 1.3125rem;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.mobile-tabs__accordion .accordion__heading {
  background-color: #0b70b8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
}

.mobile-tabs__accordion .accordion__heading:before {
  content: none;
}

.mobile-tabs__accordion .accordion__heading:after {
  content: "";
  position: absolute;
  top: 0.9375rem;
  right: 1rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: 0.2s transform linear, 0.2s border-color linear;
  -moz-transition: 0.2s transform linear, 0.2s border-color linear;
  transition: 0.2s transform linear, 0.2s border-color linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-tabs__accordion .accordion__heading:hover {
  background-color: #083871;
}

.mobile-tabs__accordion .accordion__content {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 1.25rem;
  border-radius: 0 0 0.625rem 0.625rem;
}

.tabs {
  position: relative;
  display: none;
}

/* stylelint-disable */
.tab__buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* stylelint-enable */
.tab__button {
  color: #fff;
  background-color: #0b70b8;
  text-align: center;
  font-weight: bold;
  margin-right: 4px;
  border: 1px solid transparent;
  border-bottom: 0;
}

.tab__button:first-child {
  margin-right: 0;
  border-radius: 0.625rem 0 0 0;
}

.tab__button:last-child {
  margin-right: 0;
  border-radius: 0 0.625rem 0 0;
}

.tab__button:hover, .tab__button:focus {
  color: #fff;
  background-color: #0a61a0;
}

.tab__button.active {
  color: #0b70b8;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}

.tabs__contents {
  position: relative;
  border: 1px solid #f0f0f0;
  border-top: 0;
}

.tab__content {
  display: none;
  padding: 1rem;
  background-color: #fff;
}

.tab__content p:first-of-type {
  margin-top: 0;
}

.tab__content p:last-of-type {
  margin-bottom: 0;
}

.tab__content.active {
  display: block;
}

.gallery {
  max-width: 50rem;
  margin: 0 auto;
}

.gallery .pagination {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
}

.gallery__single {
  position: relative;
  z-index: 1;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}

.gallery__nav {
  background-color: #fff;
  margin: 0 1.875rem 3rem;
  padding: 0.75rem 0.0625rem;
  position: relative;
  top: -1.25rem;
  z-index: 2;
  border-radius: 0.9375rem;
}

.gallery__nav .slick-slide {
  border-radius: 0.625rem;
}

.gallery__nav .slick-slide img {
  border-radius: 0.625rem;
}

.gallery__nav .gallery__item {
  cursor: pointer;
  border-left: 0.6875rem solid transparent;
  border-right: 0.6875rem solid transparent;
  position: relative;
}

.gallery__nav .gallery__item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 0.625rem;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.gallery__nav .gallery__item:hover, .gallery__nav .gallery__item:focus {
  outline: none;
}

.gallery__nav .gallery__item:hover:after, .gallery__nav .gallery__item:focus:after {
  opacity: 1;
}

.gallery__nav .slick-list {
  position: relative;
}

.gallery__nav .slick-next,
.gallery__nav .slick-prev {
  position: absolute;
  top: 3.125rem;
  right: -1.75rem;
  padding: 0;
  margin: -0.8125rem 0 0 0;
  background-color: transparent;
  color: transparent;
  text-indent: 200%;
  overflow: hidden;
  border: 0;
  height: 1.75rem;
  width: 1.75rem;
}

.gallery__nav .slick-next:hover:before, .gallery__nav .slick-next:focus:before,
.gallery__nav .slick-prev:hover:before,
.gallery__nav .slick-prev:focus:before {
  background: #083871;
}

.gallery__nav .slick-next::after,
.gallery__nav .slick-prev::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.3125rem;
  height: 12px;
  width: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gallery__nav .slick-next::before,
.gallery__nav .slick-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #0b70b8;
  border-radius: 20px;
}

.gallery__nav .slick-prev {
  left: -1.75rem;
  right: auto;
}

.gallery__nav .slick-prev::after {
  left: 0.5625rem;
  right: 0.375rem;
  border-right: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gallery__image {
  display: block;
}

.gallery__description {
  color: inherit;
  background-color: #4eaff4;
  padding: 0.5rem 0.75rem;
  margin-top: 0.5rem;
}

.form__group,
.sq-form-question {
  margin-bottom: 1.25rem;
}

.form__group label,
.sq-form-question label {
  color: #393939;
  font-size: 1.125rem;
}

.form__group .form__group:last-child,
.form__group .form__check:last-child,
.sq-form-question .form__group:last-child,
.sq-form-question .form__check:last-child {
  margin-bottom: 0;
}

.form__group legend,
.sq-form-question legend {
  font-size: 1.25rem;
  font-weight: 500;
}

.rhs-filters__container .form__group label:not(.btn-filter),
.rhs-filters__container .sq-form-question label:not(.btn-filter) {
  width: calc(100% - 1.5rem);
}

.sq-form-question-answer > ul > li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.sq-form-question-answer > ul > li::before {
  content: none !important;
}

.form__group-inline {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.form__group-inline > .datepicker__wrap {
  display: block;
  width: 100%;
}

.form__group-inline > input[type="text"],
.form__group-inline > .datepicker__wrap {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.form-fieldset__content {
  display: none;
  margin-top: 0.75rem;
}

.form-fieldset__content li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.form-fieldset__content li input[type="checkbox"],
.form-fieldset__content li input[type="radio"] {
  margin-right: 0.625rem;
  margin-top: 7px;
  vertical-align: top;
}

.form-fieldset__content li:last-child label {
  margin-bottom: 0;
}

.sq-form-question-option-list li,
.sq-form-question-tickbox-list li,
.form__check {
  position: relative;
  display: block;
  margin-bottom: 0.25rem;
}

.sq-form-question-option-list label,
.sq-form-question-tickbox-list label,
.form-check__label {
  color: #333333;
  padding-left: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.disabled > .sq-form-question-option-list label, .disabled >
.sq-form-question-tickbox-list label, .disabled >
.form-check__label {
  color: #595959;
  cursor: not-allowed;
}

.sq-form-question-option-list input[type="radio"],
.sq-form-question-tickbox-list input[type="checkbox"] {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: 0;
}

.form-check__input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.5rem;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.64;
}

.form__control,
.sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.875rem;
  color: #484848;
  font-size: 0.875rem;
  line-height: 1.64;
  border: 1px solid #d7d7d7;
  border-radius: 0.9375rem;
  resize: none;
  background-color: transparent;
  -webkit-transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
  -moz-transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
  transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
}

.form__control:focus,
.sq-form-field:not([type="radio"]):not([type="checkbox"]):focus {
  border-color: #484848;
  outline: 0;
}

.has-success .form__control, .has-success
.sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  border-color: #1DB6C3;
}

.has-warning .form__control, .has-warning
.sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  border-color: #f37321;
}

.has-error .form__control, .has-error
.sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  border-color: #c80407;
  background-color: #fff3f3;
}

.form__group-inline > .form__control, .form__group-inline >
.sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  margin-right: 0.5rem;
}

.form__group-inline > .form__control:last-child:not(:first-child), .form__group-inline >
.sq-form-field:not([type="radio"]):not([type="checkbox"]):last-child:not(:first-child) {
  margin-right: 0;
}

textarea {
  height: 7.5rem;
}

.form__check:last-child label {
  padding-bottom: 0;
}

.form__check input[type="radio"] {
  display: none;
}

.form__check input[type="radio"]:checked + label:after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  position: absolute;
  left: 0.3125rem;
  top: 0.5rem;
  background-color: #282828;
}

.form__check input[type="radio"] + label {
  position: relative;
  padding: 0 0 0.625rem 2rem;
}

.form__check input[type="radio"] + label:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.1875rem;
  border: 1px solid #d7d7d7;
}

.form__check input[type="checkbox"] {
  display: none;
}

.form__check input[type="checkbox"]:checked + label:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0.1875rem;
  background: transparent url(../mysource_files/tick.svg) center center no-repeat;
  background-size: 0.625rem;
}

.form__check input[type="checkbox"] + label {
  position: relative;
  padding: 0 0 0.625rem 2rem;
}

.form__check input[type="checkbox"] + label:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0.1875rem;
  border: 1px solid #d7d7d7;
}

select.form__control:not([size]):not([multiple]),
select.sq-form-field:not([size]):not([multiple]) {
  padding-right: 2rem;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../mysource_files/select.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 12px;
}

/* stylelint-enable */
.form-control__feedback {
  margin-top: 0.3rem;
  font-size: 0.875rem;
  line-height: 1.64;
}

.has-success .form-control__feedback {
  color: #006f78;
}

.has-warning .form-control__feedback {
  color: #f37321;
}

.has-error .form-control__feedback {
  color: #c80407;
}

.sq-form-question-error .form__control {
  border-color: #c80407;
}

.sq-form-question-error .sq-form-error {
  color: #c80407;
  margin-top: 0.5rem;
}

.form__text {
  display: block;
  margin-top: 0.25rem;
  font-size: 85%;
  color: #636c72;
}

.form-list__item {
  margin-bottom: 0.6rem;
}

.form-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.form-list__link {
  -webkit-transition: 0.15s color ease-in-out;
  -moz-transition: 0.15s color ease-in-out;
  transition: 0.15s color ease-in-out;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0b70b8;
  text-decoration: none;
}

.form-list__link:hover, .form-list__link:focus, .form-list__link.active {
  color: #1DB6C3;
}

.form-list__link:hover + .form-list__count, .form-list__link:focus + .form-list__count, .form-list__link.active + .form-list__count {
  color: #1DB6C3;
}

.form-list__count {
  float: right;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  color: #0b70b8;
}

.form__separator {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border-top-color: #006f78;
  border-bottom: 0;
}

.toc__box {
  display: none;
}

.toc__list {
  display: none;
}

.toc__toggler {
  font-size: 1rem;
  color: #58595b;
  background-color: transparent;
  font-weight: 600;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  display: none;
}

h3.toc__heading {
  color: #f37321;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1rem;
}

.toc__link {
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.93;
  color: #0b70b8;
  text-decoration: none;
  -webkit-transition: 0.15s color ease-in-out;
  -moz-transition: 0.15s color ease-in-out;
  transition: 0.15s color ease-in-out;
}

.toc__link:hover, .toc__link:focus {
  color: #0b70b8;
  text-decoration: underline;
}

.toc__item:last-child {
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toc__item {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .toc__item:before {
    content: none !important;
  }
}

/* stylelint-disable */
.gMap {
  width: 100%;
  height: 400px;
}

/* stylelint-enable */
.btt__wrapper {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0 1.5rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btt__wrapper {
    bottom: calc(100% - 1px);
  }
}

.btt {
  max-width: 80rem;
  margin: 0 auto;
}

.btt a {
  float: right;
  display: block;
  height: 36px;
  width: 80px;
  position: relative;
  background-color: #0b70b8;
  transition: all 0.3s ease;
  color: #fff;
}

.btt a::before {
  content: "";
  position: absolute;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #fff;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease;
}

.btt a:hover, .btt a:focus {
  background: #083871;
}

.figure__image {
  position: relative;
}

.figure__image img {
  display: block;
}

.figure__image figcaption {
  color: #484848;
}

.popup__video {
  text-decoration: none;
}

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent;
}

.addtocalendar var {
  display: none;
}

.addtocalendar .atcb-list {
  position: absolute;
  left: 0;
  display: none;
  background-color: #fff;
  margin-top: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.addtocalendar .atcb-list:hover {
  display: block;
}

.addtocalendar .atcb-link:focus + .atcb-list,
.addtocalendar .atcb-link:active + .atcb-list {
  display: block;
}

.addtocalendar .atcb-item-link {
  font-size: 0.9375rem;
  padding: 0.35rem 0.75rem;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.addtocalendar .atcb-item-link:hover, .addtocalendar .atcb-item-link:focus {
  background-color: #f0f0f0;
}

.at-share-tbx-element .at-icon-wrapper {
  display: none !important;
}

.video-container {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  position: relative;
  border-radius: 0.625rem;
}

.video-container embed,
.video-container iframe,
.video-container object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-poster a img {
  vertical-align: bottom;
  width: 100%;
}

.video-poster a .image__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}

.video-poster a .image__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.6;
  position: absolute;
}

.video-poster a .image__wrapper::after {
  content: "";
  top: calc(50% - 25px);
  right: calc(50% - 25px);
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMzU3IDM1NyI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTM4LjI1IDB2MzU3bDI4MC41LTE3OC41eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center center;
  height: 50px;
  width: 50px;
}

.map__description {
  position: relative;
  padding: 1.9375rem;
  background-color: #fff;
  box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
  will-change: transform;
  color: #2e2e2e;
}

.map__description h3.map__description-heading {
  color: #0b70b8;
  margin-top: 0;
  margin-bottom: 1.3125rem;
  font-size: 1.375rem;
}

.map__description p {
  margin: 0;
}

.breadcrumbs__divider {
  display: none;
}

.breadcrumbs__link,
.breadcrumbs__current {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0b70b8;
  text-decoration: none;
}

.breadcrumbs__link {
  position: relative;
  padding-right: 0.3125rem;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
  color: #006f78;
}

.breadcrumbs__link:after {
  content: "";
  border: solid #0b70b8;
  border-width: 0 0.0625rem 0.0625rem 0;
  display: inline-block;
  padding: 0.1875rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
  margin-left: 0.3125rem;
}

.responsive__table th,
.responsive__table td,
table th,
table td {
  font-size: 1rem;
}

.has_search .breadcrumbs .breadcrumbs__link,
.has_search .breadcrumbs .breadcrumbs__current {
  color: #0b70b8;
}

.has_search .breadcrumbs .breadcrumbs__link:after,
.has_search .breadcrumbs .breadcrumbs__current:after {
  border-color: #0b70b8;
}

.has_search .breadcrumbs .breadcrumbs__link:hover, .has_search .breadcrumbs .breadcrumbs__link:focus {
  color: #165464;
}

/* Module: S */
.landing-blocks {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 1.25rem 0 0 0;
}

.landing-blocks__item {
  max-height: 22.5rem;
  height: 88vw;
  max-width: 22.5rem;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #eee;
  overflow: hidden;
  position: relative;
  transition: .2s ease-in background-color;
}

.landing-blocks__item:hover {
  background-color: #ef670c;
}

.landing-blocks__item a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 50;
}

.landing-blocks__item a:hover .landing-blocks__img-general, .landing-blocks__item a:focus .landing-blocks__img-general {
  display: none;
}

.landing-blocks__item a:hover .landing-blocks__img-hover, .landing-blocks__item a:focus .landing-blocks__img-hover {
  display: block;
}

.landing-blocks__title {
  font-size: 1.875rem;
  line-height: 2.0625rem;
  color: #000;
  font-weight: 400;
  padding: 0 2.5rem;
  position: relative;
  z-index: 50;
}

.landing-blocks__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.landing-blocks__img img {
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  position: absolute;
}

.landing-blocks__img .landing-blocks__img-hover {
  display: none;
}

/* Module: S */
.landing-panel {
  color: #333333;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 1.5rem;
  padding: 1rem;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.landing-panel:first-child {
  margin-top: 0;
}

.landing-panel:hover, .landing-panel:focus {
  color: #333333;
  background-color: #7ec5f7;
  border: 1px solid #000;
}

.landing-panel__link {
  color: #333333;
  text-decoration: none;
}

.landing-panel__heading {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.landing-panel__image {
  display: block;
  margin-bottom: 1rem;
}

.landing-image__container {
  box-shadow: inset 0px -120px 85px -50px rgba(0, 0, 0, 0.7);
  max-width: 90rem;
  margin: 0 auto;
  position: relative;
}

.landing-image__container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #116eb1;
  /* Old browsers */
  background: -webkit-linear-gradient(bottom, #116e75 0%, rgba(17, 110, 117, 0.6) 50%, transparent 100%);
  background: -o-linear-gradient(bottom, #116eb1 0%, rgba(17, 110, 117, 0.6) 50%, transparent 100%);
  background: linear-gradient(to top, #116eb1 0%, rgba(17, 110, 117, 0.6) 50%, transparent 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116eb1', endColorstr='transparent',GradientType=1 );
  /* IE6-9 */
}

.landing-image__container img {
  opacity: 0;
}

.landing-image {
  position: relative;
  display: block;
  height: 11.6875rem;
  width: 100%;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .landing-image {
    z-index: inherit;
  }
}

.landing__content h1,
.landing__content h2,
.landing__content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.landing__content + .panels__container {
  margin-top: 1.5rem;
}

/* Module: S */
.landscape-carousel {
  display: none;
}

.landscape-carousel__wrapper {
  position: relative;
}

.landscape-carousel.slick-initialized {
  display: inherit;
}

.landscape-carousel__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.landscape-carousel__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #116eb1;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #116e75 0%, rgba(17, 110, 117, 0.6) 50%, transparent 100%);
  background: -o-linear-gradient(left, #116eb1 0%, rgba(17, 110, 117, 0.6) 50%, transparent 100%);
  background: linear-gradient(to right, #116eb1 0%, rgba(17, 110, 117, 0.6) 50%, transparent 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116eb1', endColorstr='transparent',GradientType=1 );
  /* IE6-9 */
}

.landscape-carousel,
.landscape-carousel__caption-wrapper {
  position: relative;
  overflow: hidden;
}

/* stylelint-disable */
.landscape-carousel__caption-wrapper {
  position: relative;
  padding-bottom: 1.875rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 63rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* stylelint-enable */
.landscape-carousel__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 31.25rem;
  opacity: 0;
}

.landscape-carousel__caption {
  padding: 1.75rem 0;
  color: #fff;
}

.landscape-carousel__caption-heading {
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1.39;
  margin: 0;
  padding: 0;
  color: #fff;
}

.landscape-carousel__caption-heading ~ p {
  font-size: 1.125rem;
}

.landscape-carousel__caption-link {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.625rem 1.5625rem;
  color: #fff;
  background: #d05420;
  border: 0 none;
  text-decoration: none;
  -webkit-transition: background;
  -moz-transition: background;
  transition: background;
  border-radius: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}

.landscape-carousel__caption-link:hover {
  background: rgba(208, 84, 32, 0.9);
  color: #fff;
}

.landscape-carousel__dots {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.landscape-carousel__dots > li {
  margin-right: 0.75rem;
}

.landscape-carousel__dots > li button {
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 50%;
  background-color: transparent;
  border: 0.125rem solid #fff;
  margin: 4px 0;
  padding: 0;
  color: #757575;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.landscape-carousel__dots > li.slick-active button {
  background-color: #fff;
}

/* stylelint-disable */
.landscape-carousel__controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 63rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 10.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* stylelint-enable */
.landscape-carousel__toggler {
  display: block;
  background-color: transparent;
  height: 0.875rem;
  width: 0.75rem;
  border-width: 0 0.25rem 0 0.25rem;
  border-style: none solid;
  border-color: transparent #fff;
  padding: 0;
  margin-left: 0.25rem;
}

.landscape-carousel__toggler.carousel-paused {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}

/* Module: S */
.search-results__list {
  padding: 1.25rem 0;
}

.search-results__list .search-result__heading {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.39;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #0b70b8;
}

.search-results__list .search-result__heading .fas {
  margin-left: 0.625rem;
  font-size: 80%;
}

.search-result__item {
  margin-bottom: 1.25rem;
  background-color: #f7f7f7;
  border-radius: 0.625rem;
  overflow: hidden;
}

.search-result__item:last-child {
  margin-bottom: 0;
}

.search-result__link {
  position: relative;
  color: #484848;
  text-decoration: none;
  background-color: transparent;
}

.search-result__link:hover .search-result__heading, .search-result__link:focus .search-result__heading {
  text-decoration: underline;
}

.search-result__desc {
  font-size: 1.125rem;
  line-height: 1.64;
  margin-top: 0.625rem;
  color: #484848;
}

.search-result__image-wrapper {
  width: 100%;
  height: 12rem;
  overflow: hidden;
  position: relative;
}

.search-result__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border: none;
  position: absolute;
}

.search-result__content {
  padding: 1.75rem 1.625rem 1.75rem 1.625rem;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  position: relative;
}

.search-result__best-bet .search-result__content {
  border-bottom: 5px solid #f37321;
}

.search-result__type {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: bold;
  color: #0b70b8;
  text-transform: uppercase;
  padding-bottom: 0.3125rem;
}

.search-result__type__label {
  display: inline-block;
}

.search-result__date {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #0b70b8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-result__course {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #0b70b8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-result__event-location {
  margin-bottom: .5rem;
}

.search-result__event-location {
  font-style: italic;
  font-weight: 400;
}

.search-result__url {
  line-height: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1rem;
  word-break: break-all;
}

.main__content-full {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.main__content-full.has__no-rhs {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.rhs-filters__main {
  display: none;
}

.rhs-filters__toggle {
  color: #fff;
  background-color: #0b70b8;
  position: relative;
  width: 100%;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  border: 0;
  text-align: left;
  padding: 0.8125rem 1.25rem;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  transition: 0.2s all linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rhs-filters__toggle:focus {
  outline: 0;
}

.rhs-filters__toggle::after {
  content: '';
  position: absolute;
  top: 0.9375rem;
  right: 1rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.2s transform linear, 0.2s border-color linear;
  -moz-transition: 0.2s transform linear, 0.2s border-color linear;
  transition: 0.2s transform linear, 0.2s border-color linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rhs-filters__toggle[data-expanded='true'] {
  color: #fff;
  background-color: #0b70b8;
}

.rhs-filters__toggle[data-expanded='true']::after {
  top: 1.3125rem;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.rhs-filters legend {
  font-size: 1.5625rem;
  font-weight: bold;
  color: #f37321;
  background-color: transparent;
  padding: 1.875rem 0 1.125rem 0;
  margin: 0;
}

.rhs-filters legend:first-child {
  padding-top: 0;
}

.rhs-filters .form-fieldset__content {
  padding-bottom: 1.25rem;
  display: block;
  margin: 0;
}

.calendar__icon {
  display: block;
  fill: #0b70b8;
  height: 22px;
  width: 26px;
}

.ui-datepicker {
  display: none;
  background-color: #fff;
  padding: .5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  margin-top: 3px;
}

.ui-datepicker-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: .4rem;
}

.ui-datepicker-prev > .ui-icon,
.ui-datepicker-next > .ui-icon {
  display: none;
}

/* stylelint-disable */
.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  display: block;
  height: 28px;
  width: 28px;
  background-color: #eee;
  border-radius: 0.9375rem;
}

.ui-datepicker-prev::after,
.ui-datepicker-next::after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #555 transparent transparent;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 9px;
}

.ui-datepicker-prev:hover, .ui-datepicker-prev:focus,
.ui-datepicker-next:hover,
.ui-datepicker-next:focus {
  background-color: #dfdfdf;
}

/* stylelint-enable */
.ui-datepicker-next {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.ui-datepicker-next::after {
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #555;
  margin-left: 10px;
}

.ui-datepicker-calendar {
  width: 100%;
  min-width: 12.5rem;
}

.ui-datepicker-calendar td {
  padding: 1px;
}

.ui-datepicker-calendar thead span {
  font-size: 80%;
  text-transform: uppercase;
  display: block;
  margin-bottom: .3rem;
}

.ui-datepicker-calendar .ui-state-default {
  display: block;
  padding: .25rem .45rem;
  color: #555;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background-color: #eee;
  border-radius: 0.9375rem;
}

.ui-datepicker-calendar .ui-state-default.ui-state-hover {
  background-color: #dfdfdf;
}

.ui-datepicker-calendar .ui-state-default.ui-state-active {
  color: #fff;
  background-color: #000;
}

.datepicker__wrap {
  position: relative;
}

.datepicker__wrap .form__control {
  padding-left: 2.5rem;
}

.datepicker__wrap .datepicker__clear {
  position: absolute;
  top: 50%;
  right: 1rem;
  padding: 0;
  border: 0;
  height: 1.25rem;
  width: 1.25rem;
  color: #fff;
  background-color: #0b70b8;
  display: none;
  border-radius: .2rem;
  line-height: 1;
  -webkit-transition: 0.2s background-color ease-in-out;
  -moz-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.datepicker__wrap .datepicker__clear:hover, .datepicker__wrap .datepicker__clear:focus {
  outline: 0;
  background-color: black;
}

.pagination {
  text-align: center;
  padding: 1.25rem 0 2.5rem 0;
}

.pagination__item,
.pagination li {
  display: inline-block;
  zoom: 1;
  padding: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #006fb9;
  padding: 0.375rem 0.5rem;
  position: relative;
}

.pagination__item:first-child,
.pagination li:first-child {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 0;
}

.gallery .pagination__item:first-child, .gallery
.pagination li:first-child {
  text-indent: inherit;
  width: inherit;
  height: inherit;
}

.pagination__item:last-child,
.pagination li:last-child {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 0;
}

.gallery .pagination__item:last-child, .gallery
.pagination li:last-child {
  text-indent: inherit;
  width: inherit;
  height: inherit;
}

.pagination__item--current, .pagination__item.slick-active,
.pagination li--current,
.pagination li.slick-active {
  color: #0b70b8;
}

.pagination__item--current:after, .pagination__item.slick-active:after,
.pagination li--current:after,
.pagination li.slick-active:after {
  content: '';
  position: absolute;
  left: 0.4375rem;
  right: 0.4375rem;
  bottom: 0.1875rem;
  height: 0.1875rem;
  background-color: #0b70b8;
}

.pagination__item a,
.pagination li a {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.375rem 0.5rem;
  margin: -0.375rem -0.5rem;
  color: #0b70b8;
  cursor: pointer;
}

.pagination__item a:hover,
.pagination li a:hover {
  color: #0b70b8;
}

.pagination__item:first-child a, .pagination__item:last-child a {
  color: #d7d7d7;
}

.pagination__item:first-child a:hover, .pagination__item:last-child a:hover {
  color: #006fb9;
}

.pagination__item.is-disabled a {
  color: #d7d7d7;
  pointer-events: none !important;
}

.pagination__item.is-disabled a:hover {
  color: #d7d7d7 !important;
}

.search-page.search-page-single .form__group-inline input[type="text"] {
  font-size: 1.125rem;
  font-weight: bold;
}

.search-page.search-page-single .form__group-inline input[type="text"]::placeholder {
  font-size: 1.125rem;
  font-weight: bold;
}

/* Module: S */
body[data-nav-position="top"].navigation-open .navigation {
  top: 8.4375rem;
  display: block;
}

body[data-nav-position="top"] .navigation {
  position: absolute;
  left: 0;
  top: -56.25rem;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navigation {
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px 0px black;
  -moz-box-shadow: 0 0 10px 0px black;
  box-shadow: 0 0 10px 0px black;
}

.navigation__wrapper {
  width: 100%;
  padding: 0.9375rem 1.25rem 0 1.25rem;
  min-height: 100%;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

.navigation__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.625rem;
  padding: 0.625rem 0.625rem;
  color: black;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.navigation__toggle:before, .navigation__toggle:after {
  content: '';
  background: black;
  position: absolute;
  width: 0.625rem;
  height: 0.125rem;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.navigation__toggle:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0.75rem;
  top: 1.25rem;
}

.navigation__toggle:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 1.125rem;
  top: 1.25rem;
}

.navigation__toggle.active:before {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.navigation__toggle.active:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.navigation__info {
  display: none;
}

.navigation__level-1 {
  padding: 0;
  margin: 0;
}

.navigation__level-1 > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navigation__level-1 > li:last-child a:after {
  display: none;
}

.navigation__level-1-link {
  position: relative;
  z-index: 500;
}

.navigation__level-1-link.parent a {
  padding-right: 2.5rem;
  color: #000;
}

.navigation__level-1-link a {
  display: block;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-decoration: none;
  padding: 0.625rem 0 0.875rem;
  position: relative;
  color: #000;
}

.navigation__level-1-link a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  background: #000;
  opacity: 0.2;
  content: "";
}

.navigation__level-2 {
  padding: 0 20px;
  margin: 0 -20px;
  position: relative;
  background: #00295a;
  display: none;
}

.navigation__level-2.active {
  display: block;
}

.navigation__level-2-title {
  position: relative;
  padding: 0.5rem 0 0.5rem 0;
  z-index: 100;
}

.navigation__level-2-title a {
  color: #fff;
  text-decoration: none;
}

.navigation__level-2-title button {
  right: 0;
  height: 2.375rem;
}

.navigation__level-2-title button:before, .navigation__level-2-title button:after {
  background: #fff;
}

.navigation__level-2-wrapper {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 0 -1.25rem;
  background: #043673;
  display: none;
}

.navigation__level-2-wrapper.active {
  display: block;
}

.navigation__level-2 > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navigation__level-2 > li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.625rem 0;
}

.navigation__col-level-2:last-child .navigation__level-2-title {
  padding-bottom: 0;
}

.navigation__level-1-item .navigation__toggle--lvl2 {
  display: none;
}

.navigation__level-1-item.navigation__level-1-item--has-children .navigation__toggle--lvl2 {
  display: block;
}

.navigation__col-level-2 .navigation__toggle--lvl3 {
  display: none;
}

.navigation__col-level-2.navigation__col-level-2--has-children .navigation__toggle--lvl3 {
  display: block;
}

/* Module: S */
.news-landing {
  width: 100%;
}

.news-landing--expand {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: auto;
}

.news-landing__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  width: 100%;
  max-width: 63rem;
}

.news-landing__left {
  background: #009373;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  width: 100%;
  position: relative;
}

.news-landing__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-content: flex-start;
  align-items: flex-start;
}

.news-landing__item:last-child .news-landing__content {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.news-landing__content {
  width: 100%;
  border-bottom: 1px solid #009373;
  padding: 0 0 0.625rem 0;
  margin: 0 0 0.9375rem 0;
}

.news-landing__date {
  color: #043673;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}

.news-landing__item-title {
  font-size: 1.17188rem;
  line-height: 1.4375rem;
  color: #000;
  margin: 0.375rem 0;
}

.news-landing__summary {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: #000;
  margin: 0.3125rem 0 0 0;
}

.news-landing__summary a {
  text-decoration: none;
  color: #006fba;
}

.news-landing__summary a:hover, .news-landing__summary a:focus {
  text-decoration: underline;
}

.news-landing__img {
  width: 8.125rem;
  height: 8.125rem;
  display: none;
}

.news-landing__img img {
  width: 100%;
}

.news-landing__link {
  width: 100%;
  margin: 1.875rem 0 0 0;
  position: relative;
  z-index: 50;
}

.news-landing__link a {
  color: #fff;
  background: #043673;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  display: block;
  float: left;
  width: auto;
  padding: 0.6875rem;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.news-landing__link a:hover, .news-landing__link a:focus {
  background: #f37321;
  color: #fff;
}

.news-landing__right {
  width: 100%;
  background: #ececec;
  padding: 2.375rem 1.25rem 1.875rem 1.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: stretch;
  align-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.news-landing__title {
  color: #fff;
  font-size: 2.375rem;
  line-height: 2.5rem;
  font-weight: 300;
  width: 100%;
  position: relative;
  z-index: 50;
}

/* Module: S */
.news {
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.news__wrapper {
  max-width: 63rem;
  margin: 0 auto;
}

.news__column {
  background-color: #fff;
  color: #006fb9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1.875rem 0;
}

.news__column:last-child {
  background-color: #ebebeb;
  position: relative;
}

.news__column:last-child:before {
  content: "";
  position: absolute;
  /* fill vertically */
  top: 0;
  bottom: 0;
  width: 9600px;
  left: 100%;
  background: #ebebeb;
}

.news__column:last-child h2 {
  color: #006fb9;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0.625rem;
}

.news__column:last-child h3 a {
  color: #006fb9;
  font-weight: normal;
}

.news__column:last-child h3 a:hover {
  color: #000;
  text-decoration: none;
}

.news__column:last-child .news__item {
  padding: 1.125rem 1.25rem;
}

.news__column:last-child .news__date {
  color: #006fb9;
}

.news__column:last-child .news__link a {
  color: #006fb9;
  font-weight: normal;
}

.news__column:last-child .news__link a:hover {
  text-decoration: none;
  color: #006fb9;
}

.news__blocks {
  position: relative;
}

.news__list {
  position: relative;
}

.news__item {
  float: left;
  padding: 1.25rem 1.25rem;
  width: 100%;
}

.news__image {
  padding-bottom: 1.125rem;
}

.news__image img {
  width: 100%;
  border-radius: 0.625rem;
}

.news__date {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.08;
  text-transform: uppercase;
  color: #006fb9;
  font-weight: bold;
}

.news__text {
  font-size: 0.875rem;
  line-height: 1.64;
  color: #020202;
  padding-top: 0.625rem;
}

.news__link {
  padding: 0.625rem 1.25rem 1.25rem 1.25rem;
}

.news__link a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #006fb9;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.39;
}

.news__link a:hover {
  text-decoration: none;
  color: #006fb9;
}

.news__link a:hover .icon-chevron {
  background: #f37321;
}

.news h2 {
  font-size: 2.5rem;
  font-weight: normal;
  margin: 0;
  padding: 1.25rem 1.25rem;
  color: #006fb9;
  position: relative;
  z-index: 10;
}

.news h3 {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.39;
  margin: 0;
}

.news h3 a {
  text-decoration: none;
  color: #d05420;
}

.news h3 a:hover {
  text-decoration: underline;
  color: #d05420;
}

.news .icon-chevron {
  background: #0b70b8;
}

.news .icon-chevron:after {
  color: #0b70b8;
}

/* Module: S */
.page-banner {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  flex-flow: row wrap;
  position: relative;
  z-index: 0;
}

.page-banner__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 18.75rem;
}

.page-banner__inner {
  width: 100%;
  position: relative;
}

.page-banner__header {
  background: #043673;
  width: 100%;
  max-width: 100%;
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  position: relative;
  float: left;
}

.page-banner__header:before {
  content: "";
  right: 24.375rem;
  top: 0;
  height: 100%;
  background: inherit;
  width: 21.5rem;
  position: absolute;
  -webkit-border-radius: 9999px 0 0 9999px;
  -moz-border-radius: 9999px 0 0 9999px;
  border-radius: 9999px 0 0 9999px;
}

.page-banner__title {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 50;
  margin-top: 0;
  margin-bottom: 0;
}

.page-banner__content {
  color: #fff;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  background: #043673;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-banner__links {
  position: relative;
  z-index: 50;
  width: 100%;
  margin: 0.9375rem 0 0 0;
  float: left;
}

.page-banner__links a {
  border: 2px solid #f47321;
  padding: 0.5625rem;
  background: #f47321;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: auto;
  float: left;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.page-banner__links a:hover {
  color: #fff;
  border-color: #fff;
  background-color: #043673;
}

.page-banner--short {
  margin: 0 0 0.625rem 0;
}

.page-banner--short .page-banner__header {
  background: #009373;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.page-banner--short .page-banner__header:before {
  background: inherit;
  right: 21.53125rem;
}

.page-banner--short .page-banner__lower {
  bottom: -4.0625rem;
}

.page-banner--short .page-banner__content {
  float: left;
  margin: 1.25rem 0 0 0;
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  color: #006fba;
  background: #fff;
}

/* Module: S */
.related-content {
  padding: 3rem 0 4rem 0;
  margin-bottom: -4rem;
}

.related-content__wrapper {
  max-width: 63rem;
  margin: -0.75rem auto 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.related-content__item {
  float: left;
  padding: 1.375rem 1.25rem;
  width: 100%;
}

.related-content__item--single {
  margin: 0 auto;
}

.related-content__image {
  padding-bottom: 1.125rem;
}

.related-content__image img {
  width: 100%;
  border-radius: 0.625rem;
}

.related-content--hidden-images .related-content__image {
  display: none;
}

.related-content__date {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.08;
  text-transform: uppercase;
  color: #0b70b8;
  font-weight: bold;
}

.related-content__text {
  font-size: 0.875rem;
  line-height: 1.64;
  color: #484848;
  padding-top: 0.8125rem;
}

.related-content__fallback-text {
  padding: 1.375rem 1.25rem;
  width: 100%;
  text-align: center;
}

.related-content h3 {
  color: #f37321;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.39;
  margin: 0;
}

.related-content h3 a {
  text-decoration: none;
  color: #f37321;
}

.related-content h3 a:hover {
  text-decoration: underline;
  color: #f37321;
}

.related-content h2 {
  color: #0b70b8;
}

.main-content__wrapper .related-content {
  margin: 0;
  padding: 0;
}

/* Module: S */
.service-boxes {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

.service-boxes__inner {
  max-width: 63rem;
  width: 100%;
}

.service-boxes__item {
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 18.75rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-content: stretch;
  align-items: stretch;
  padding: 1.5625rem;
  margin: 0 0 1.25rem 0;
}

.service-boxes__item--no-link {
  justify-content: center;
  align-content: center;
  align-items: center;
}

.service-boxes__item > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  font-size: 0.9375rem;
}

.service-boxes__item > a:hover .service-boxes__title, .service-boxes__item > a:focus .service-boxes__title {
  text-decoration: underline;
}

.service-boxes__title {
  color: #000;
  font-weight: 500;
  font-size: 1.26562rem;
  line-height: 1.8125rem;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.service-boxes__content {
  text-align: center;
  margin: 0.9375rem 0 0 0;
  color: #4d4d4d;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  padding: 0 3.125rem;
}

.service-boxes__content p {
  margin-top: 0;
  margin-bottom: 0;
}

.service-boxes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -3.125rem;
}

.service-boxes ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  padding: 0 0 0.75rem 0;
}

.service-boxes ul li a {
  color: #043673;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  text-decoration: none;
}

.service-boxes ul li a:hover, .service-boxes ul li a:focus {
  text-decoration: underline;
}

.service-boxes ul li svg {
  width: 100%;
  height: 100%;
  color: #000;
}

.service-boxes__social ul {
  margin: 1.375rem 0 0 0;
  float: left;
  display: block;
  width: 100%;
}

.service-boxes__social ul li {
  float: left;
  display: block;
  width: auto;
}

.service-boxes__social ul li:first-child a {
  margin-left: 0;
}

.service-boxes__social ul li a {
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  float: left;
  margin: 0 0 0 0.5rem;
}

.service-boxes__social ul li a:hover svg {
  color: #f47321;
}

.service-boxes__social ul li svg {
  width: 1.375rem;
  height: 1.375rem;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-boxes a {
  text-decoration: none;
}

/* Module: S */
.social-list {
  max-width: 63rem;
  margin: 0 auto;
  padding: 1.875rem 0;
}

.social-list__item {
  float: left;
  padding: 0.625rem 1.25rem 1.875rem 1.25rem;
  width: 100%;
}

.social-list__item > a {
  width: 100%;
  display: block;
  position: relative;
}

.social-list__logo {
  float: left;
  padding-right: 1.125rem;
}

.social-list__logo img {
  border-radius: 50%;
}

.social-list__info {
  float: left;
  padding-bottom: 0.9375rem;
}

.social-list__author {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.39;
}

.social-list__time {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.92;
  color: #767676;
  padding-top: 0;
}

.social-list__content {
  width: 100%;
  float: left;
  font-size: 0.875rem;
  line-height: 1.64;
  color: #484848;
}

.social-list__content a {
  color: #006f78;
  text-decoration: none;
  word-wrap: break-word;
}

.social-list__content a:hover {
  color: #006f78;
  text-decoration: underline;
}

.social-list__content a:after {
  display: none;
}

.social-list__content img {
  margin-top: 1.25rem;
  display: block;
}

/* Module: S */
.testimonial {
  width: 100%;
  margin: 0.875rem 0 0.3125rem 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}

.testimonial__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  width: 7.8125rem;
  height: 7.8125rem;
  margin: 0 0 0.9375rem 0;
}

.testimonial__content {
  font-size: 1rem;
  line-height: 1.625rem;
  width: 100%;
}

@media (min-width: 48em) {
  .wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .main__content.is-listing {
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    margin-top: 0;
  }
  .main__content.is-listing.listing-3-col {
    min-width: 37.1%;
  }
  .main__content {
    font-size: 0.84375rem;
  }
  .main__content h1 {
    font-size: 2.5rem;
  }
  .main__content h2.section-title {
    padding: 1.5rem 1.25rem;
  }
  .main__content blockquote {
    padding-top: 0;
    margin: 2.5rem 0;
    max-width: 28.125rem;
  }
  .main__form {
    width: 100%;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .banner-carousel__image {
    height: 31.25rem;
  }
  /* Module: S */
  .breadcrumbs li {
    display: block;
    position: relative;
    padding-right: 1.875rem;
  }
  .breadcrumbs li:nth-last-child(2):not(:last-child):before {
    display: none;
  }
  .breadcrumbs li:after {
    display: block;
  }
  .breadcrumbs li:last-child:after {
    display: none;
  }
  /* Module: S */
  .event__info-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .event__info-inner h1,
  .event__info-inner h2 {
    margin-right: .5rem;
    margin-bottom: 0;
  }
  .event__info-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .event__info-list li {
    margin-bottom: .5rem;
  }
  .event__info-list strong {
    display: block;
  }
  /* Module: S */
  .feature-bubbles__item {
    width: 25%;
    margin: 0 0 1.5625rem 0;
  }
  .feature-bubbles__item > a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    max-width: 100%;
  }
  .feature-bubbles__wrapper {
    align-items: flex-start;
  }
  .feature-bubbles__img img {
    max-width: 70%;
  }
  .feature-bubbles__item-title {
    max-width: 100%;
    padding: 0;
    max-width: 70%;
  }
  /* Module: S */
  .gradient__wrapper {
    background: #f3f3f3;
    background: -moz-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    background: -webkit-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    background: linear-gradient(to right, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .gradient__wrapper .large-box:nth-child(2) .feature-box__heading,
  .gradient__wrapper .large-box:nth-child(2) .feature-box__content {
    color: #fff;
  }
  .large-box .feature-box__link {
    padding: 0;
  }
  .feature-panels__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .gradient__wrapper + .feature-panels__wrapper {
    padding-top: 0;
    margin-top: -2rem;
  }
  .large-box .feature-box__heading {
    text-align: left;
    padding-bottom: 1rem;
  }
  .feature-box__container {
    width: calc(100% / 2 - 10px);
  }
  .feature-box__container.large-box {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .feature-box__container:not(.large-box) {
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
  }
  .feature-box__container:nth-child(2) {
    margin-top: 0;
  }
  .feature-box__container:nth-child(n+3) {
    margin-top: 3rem;
  }
  .large-box .feature-box__image {
    display: inherit;
  }
  .feature-box__content {
    font-size: 1rem;
    line-height: 1.75;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-box .feature-box__content {
    display: inherit;
    padding-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  /* Module: S */
  .featured-display__item h2 {
    text-align: center;
  }
  /* Module: S */
  .featured-images {
    padding: 4.75rem 0 3.125rem 0;
  }
  .featured-images__wrapper {
    padding-top: 0.875rem;
  }
  .featured-images__item {
    width: 50%;
    margin-top: 1.25rem;
  }
  /* Module: S */
  .featured-people {
    padding: 1.5rem 1.25rem 0 1.25rem;
  }
  .featured-people:before {
    top: -10rem;
    left: -20.625rem;
    width: 22.0625rem;
  }
  .featured-people:after {
    bottom: 8.125rem;
    right: -5rem;
  }
  .featured-people__item {
    width: 50%;
  }
  .featured-people__item.active {
    position: static;
  }
  .featured-people__item.active > a,
  .featured-people__item.active .featured-people__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 9;
    height: 18.3125rem;
    padding-bottom: 0;
    border-radius: 0.9375rem;
  }
  .featured-people__item.active .featured-people__info-wrap {
    height: auto;
    top: 18.75rem;
  }
  .featured-people__item.active .featured-people__content {
    display: block;
  }
  .featured-people__item.is-hidden {
    visibility: hidden;
  }
  .featured-people__content {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    bottom: 1.875rem;
    z-index: 9;
    padding: 0.625rem 3.75rem 1.625rem 3.75rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-top: 0;
    overflow: hidden;
  }
  .featured-people__content:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 50%;
    top: 50%;
    left: -100%;
  }
  .featured-people__link {
    padding: 3rem 1.25rem;
  }
  .featured-people__link-bg:before {
    left: -1.875rem;
    top: -5.625rem;
  }
  .featured-people__link-bg:after {
    left: 6rem;
  }
  /* Module: S */
  .featured-search {
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
  }
  .featured-search input[type="text"] {
    font-size: 1.125rem;
    padding: 1.375rem 5.3125rem 1.4375rem 1.75rem;
  }
  /* Module: S */
  .featured-tiles {
    padding: 0.875rem 0;
    padding-bottom: 3.75rem;
  }
  .featured-tiles__inner {
    margin: 0 -1.25rem;
    padding: 0 1.25rem;
  }
  .featured-tiles__item {
    width: 50%;
  }
  .featured-tiles-landing {
    padding: 2.5rem 0;
  }
  .featured-tiles-landing .featured-tiles__inner {
    padding: 0;
  }
  .section h2 {
    font-size: 2.5rem !important;
  }
  h2.section-title {
    font-size: 2.5rem !important;
  }
  /* Module: S */
  .quicklinks__wrapper {
    width: 100%;
    max-width: 63rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 1.75rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
  }
  h2.quicklinks__heading {
    cursor: default;
  }
  h2.quicklinks__heading:after {
    content: none;
  }
  .quicklinks__container {
    display: inherit;
    background-color: #fff;
  }
  .quicklinks {
    position: absolute;
    bottom: 0;
    right: 2rem;
    max-width: 14.375rem;
    width: 100%;
    box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.4);
  }
  /* Module: S */
  .gallery .pagination {
    visibility: visible;
    height: auto;
  }
  .lhs__menu {
    position: relative;
  }
  .accordion {
    position: relative;
  }
  .tabs {
    display: inherit;
    margin-bottom: 3rem;
  }
  .tab__button {
    padding: 1.0625rem 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .tab__content {
    padding: 1.625rem 1.25rem;
  }
  .mobile-tabs__accordion {
    display: none;
  }
  .toc__box {
    position: relative;
    z-index: 1;
    width: 12.5rem;
    display: inline-block;
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
  .toc__list {
    display: block;
  }
  .toc__link {
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rhs__column {
    margin-top: 3.5rem;
    margin-bottom: .75rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .is-listing + .rhs__column {
    display: block;
  }
  .rhs-filters__container {
    background: none;
  }
  .rhs__panel {
    width: calc(50% - .75rem);
  }
  .rhs__related .rhs__panel-heading {
    font-size: 1.5625rem;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  /* stylelint-disable */
  _::-webkit-full-page-media, _:future, :root .rhs__column {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  _::-webkit-full-page-media, _:future, :root .main__content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  _::-webkit-full-page-media, _:future, :root .is-listing + .rhs__column {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* stylelint-enable */
}

@media (min-width: 48em) {
  /* Module: S */
  .landing-blocks__item {
    width: 33.3%;
    max-width: 100%;
    height: 32vw;
    max-height: 100%;
  }
  .landing-blocks__title {
    font-size: 1.625rem;
    line-height: 1.8125rem;
    padding: 0 6vw;
  }
  /* Module: S */
  .panels__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .landing-panel {
    width: calc(50% - 0.75rem);
  }
  .landing-panel:nth-child(2) {
    margin-top: 0;
  }
  .landing-image {
    height: 21.5625rem;
  }
  /* Module: S */
  /* stylelint-disable */
  .landscape-carousel__caption-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 63rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* stylelint-enable */
  .landscape-carousel__controls {
    top: auto;
    bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .landscape-carousel__image {
    height: 26.5625rem;
  }
  .landscape-carousel__caption {
    width: 100%;
    max-width: calc(100% - 22rem);
    padding: 1.875rem 0;
  }
  .landscape-carousel__caption-link {
    margin-top: 1.625rem;
    font-size: 1.25rem;
  }
  .landscape-carousel__caption-heading {
    font-size: 2.5rem;
    font-weight: normal;
  }
  .landscape-carousel__item {
    background-color: transparent;
  }
  .landscape-carousel__item:after {
    background: #116eb1;
    /* Old browsers */
    background: -webkit-linear-gradient(left, #116e75 0%, rgba(17, 110, 117, 0.4) 50%, transparent 100%);
    background: -o-linear-gradient(left, #116eb1 0%, rgba(17, 110, 117, 0.4) 50%, transparent 100%);
    background: linear-gradient(to right, #116eb1 0%, rgba(17, 110, 117, 0.4) 50%, transparent 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116eb1', endColorstr='transparent',GradientType=1 );
    /* IE6-9 */
  }
  /* Module: S */
  .search-result__link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .search-result__image-wrapper {
    position: absolute;
    height: 100%;
    width: 9.375rem;
  }
  .search-result__image-wrapper + .search-result__content {
    padding-left: 11rem;
  }
  .search-result__desc {
    margin-top: 1.25rem;
  }
  /* Module: S */
  .news__wrapper {
    padding: 0.625rem 1.25rem;
  }
  .news__column {
    margin: 0 -1.25rem;
    padding: 1.875rem 0.25rem;
  }
  .news__blocks .news__item {
    width: 50%;
  }
  .news__blocks .news__item:nth-child(2n+1) {
    clear: left;
  }
  /* Module: S */
  .page-banner__image {
    height: 31.25rem;
  }
  .page-banner__content {
    padding: 0 5.625rem 1.875rem 1.25rem;
  }
  /* Module: S */
  .related-content {
    padding: 3rem 0;
  }
  .related-content__wrapper {
    margin-top: 0;
  }
  .related-content__item {
    width: 50%;
  }
  /* Module: S */
  .service-boxes__inner {
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
  }
  .service-boxes__item {
    width: 49%;
    margin: 0 0 1.25rem 0;
  }
  /* Module: S */
  .social-list {
    padding: 3.75rem 1.25rem;
  }
  .social-list__wrapper {
    margin: 0 -1.25rem;
  }
  .social-list__item {
    width: 50%;
  }
}

@media (min-width: 80em) {
  .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .main-content__wrapper,
  .main__form form {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    max-width: 63rem;
  }
  .wrapper--nowrap {
    flex-wrap: nowrap;
  }
  .main-column__wrapper {
    width: 100%;
  }
  .main-column__wrapper--sml {
    margin: 0 3.98438rem 0 0;
    max-width: 29.0625rem;
  }
  .main-column__wrapper--md {
    max-width: 75%;
  }
  .main-content__wrapper,
  .main__form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main__content {
    width: auto;
    min-width: 1px;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .tool-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .tool-box + .main__content {
    -webkit-flex-basis: 1px;
    -ms-flex-preferred-size: 1px;
    flex-basis: 1px;
  }
  .lhs__menu-toggle {
    display: none;
  }
  .lhs__menu-list:not(.menu__level-2):not(.menu__level-3):not(.menu__level-4):not(.menu__level-5) {
    display: inherit;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .tools-social {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .landing-image__container + .wrapper .tools-social {
    margin-top: 1rem;
    position: absolute;
    right: 1.25rem;
    bottom: -3.75rem;
  }
  .tool-box {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: 4.125rem;
    position: relative;
  }
  .landing-image__container + .wrapper .tool-box {
    margin-top: -4.375rem;
    margin-bottom: 1.875rem;
  }
  .tool-box.has__no-rhs:not(.has_search) {
    margin-bottom: 5.75rem;
  }
  .landing-image__container + .wrapper .tool-box--no-top {
    margin-top: 0;
  }
  .main__content {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .responsive__table table {
    min-width: auto;
  }
  .responsive__table table th {
    white-space: normal;
  }
  /*
--------------------
Modules
--------------------
*/
  .section {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .section__inner {
    width: 100%;
    max-width: 1008px;
    padding: 0 1.25rem;
  }
  .section__col {
    width: 100%;
    background: white;
  }
  .section__col--no-padd {
    padding: 0;
  }
  .button,
  a.button {
    font-size: 1.80469rem;
    line-height: 1.6875rem;
    padding: 0.9375rem 2.10938rem 1.17188rem 2.10938rem;
    margin: 2.01562rem 0 2.39062rem 0;
  }
  a.cta-button {
    font-size: 0.9375rem;
    line-height: 1.03125rem;
    padding: 0.46875rem 0.9375rem;
  }
  /* Module: S */
  .article-title {
    padding: 2.57812rem 1.875rem 2.8125rem 4.21875rem;
    margin: 0 0 3.28125rem 0.3125rem;
    max-width: 900px;
  }
  .article-title__content {
    font-size: 1.875rem;
    line-height: 2.10938rem;
  }
  .article-title__detail {
    font-size: 0.84375rem;
    line-height: 1.125rem;
  }
  /* Module: S */
  .main-header .twitter-typeahead {
    width: 100%;
  }
  .search-page.search-page-single {
    margin-top: 3.75rem;
    max-width: 31.25rem;
  }
  /* Module: S */
  .banner-carousel__slide {
    height: 40.75rem;
  }
  .banner-carousel__image {
    padding-top: 0;
    background-position: center center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .banner-carousel__content {
    display: block;
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
  }
  .banner-carousel__content-wrapper {
    max-width: 27.1875rem;
    padding: 2.34375rem 1.875rem 0.70312rem 1.875rem;
  }
  .banner-carousel__content-wrapper:after {
    content: "";
    left: -7.73438rem;
    top: 0;
    position: absolute;
    height: 100%;
    width: 18.28125rem;
    background: #043673;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
  }
  .banner-carousel__inner {
    margin: auto;
    max-width: 1008px;
    background: transparent;
  }
  .banner-carousel__title {
    font-size: 1.875rem;
    line-height: 1.9375rem;
    margin: 0 0 1.5625rem 0;
    min-height: auto;
  }
  .banner-carousel__arrows {
    display: block;
    margin-right: 3.4375rem;
  }
  .banner-carousel__arrows .slick-prev:before,
  .banner-carousel__arrows .slick-prev:after,
  .banner-carousel__arrows .slick-next:before,
  .banner-carousel__arrows .slick-next:after {
    height: 0.14062rem;
    width: 1.3125rem;
  }
  .banner-carousel__arrows .slick-prev:before {
    top: 1.5rem !important;
    left: 1.54688rem !important;
  }
  .banner-carousel__arrows .slick-prev:after {
    top: 2.375rem !important;
    left: 1.54688rem !important;
  }
  .banner-carousel__arrows .slick-next:before {
    top: 1.5rem !important;
    left: 1.54688rem !important;
  }
  .banner-carousel__arrows .slick-next:after {
    top: 2.375rem !important;
    left: 1.54688rem !important;
  }
  .banner-carousel__arrows .slick-arrow {
    height: 4.21875rem;
    width: 4.21875rem;
  }
  .banner-carousel__link a {
    padding: 0.5625rem 0.46875rem;
    font-size: 0.9375rem;
    line-height: 1.17188rem;
  }
  .banner-carousel__controls {
    width: 100%;
    max-width: 18.75rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    float: right;
  }
  .banner-carousel__nav {
    position: absolute;
    left: 40vw;
    right: auto;
    bottom: 2.8125rem;
    width: 100%;
    max-width: 46.25rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
  }
  /* Module: S */
  .breadcrumbs__inner {
    max-width: 63rem;
    padding: 0.9375rem 0.9375rem;
  }
  .breadcrumbs a {
    font-size: 0.84375rem;
    line-height: 1.03125rem;
  }
  .breadcrumbs span {
    font-weight: 600;
    font-size: 0.84375rem;
    line-height: 1.03125rem;
  }
  .breadcrumbs li {
    padding-right: 1.875rem;
  }
  .breadcrumbs li:after {
    font-weight: 300;
    font-size: 0.84375rem;
    line-height: 1.03125rem;
    width: 0.70312rem;
    height: 0.51562rem;
    right: 0.5625rem;
  }
  /* Module: S */
  .content-image {
    margin: 0.9375rem 0 0.375rem 0;
  }
  .content-image img {
    max-width: 27.1875rem;
  }
  /* Module: S */
  .event__info-list {
    display: inline-block;
  }
  .event__info-list strong {
    display: inline-block;
  }
  .event__info-list li {
    margin-bottom: 0;
  }
  /* stylelint-disable */
  _::-webkit-full-page-media, _:future, :root .event__info-list {
    display: block;
    max-width: 40rem;
  }
  /* stylelint-enable */
  /* Module: S */
  .feature-blocks--expand {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .feature-blocks__green {
    flex-flow: row nowrap;
  }
  .feature-blocks__green-title {
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    line-height: 3.98438rem;
    max-width: 80%;
  }
  .feature-blocks__green-images {
    min-height: 21.09375rem;
    padding: 1.875rem 2.34375rem 2.34375rem 1.875rem;
    max-width: 45.9375rem;
  }
  .feature-blocks__green-images:before {
    content: "";
    right: -1.875rem;
    top: 35%;
    width: 6.09375rem;
    height: 6.09375rem;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    position: absolute;
    background: #009373;
    z-index: 50;
  }
  .feature-blocks__green-images:after {
    content: "";
    left: 7.96875rem;
    bottom: -1.26562rem;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    position: absolute;
    background: #009373;
    z-index: 50;
  }
  .feature-blocks__green-image-large, .feature-blocks__green-image-medium, .feature-blocks__green-image-small, .feature-blocks__green-image-xsmall {
    display: block;
  }
  .feature-blocks__green-image-large {
    width: 12.42188rem;
    height: 12.42188rem;
    left: 13.3125rem;
    bottom: -3.98438rem;
  }
  .feature-blocks__green-image-medium {
    width: 7.5rem;
    height: 7.5rem;
    left: 2.34375rem;
    top: 11.34375rem;
  }
  .feature-blocks__green-image-small {
    width: 5.71875rem;
    height: 5.71875rem;
    right: 1.21875rem;
    bottom: 1.40625rem;
  }
  .feature-blocks__green-image-xsmall {
    width: 2.71875rem;
    height: 2.71875rem;
    right: 6.51562rem;
    bottom: 6.09375rem;
  }
  .feature-blocks__green .feature-blocks__content:after {
    content: "";
    right: -12rem;
    top: 0;
    width: 25.625rem;
    height: 100%;
    background: #ececec;
    position: absolute;
    z-index: 0;
    -webkit-border-radius: 0 900px 900px 0;
    -moz-border-radius: 0 900px 900px 0;
    border-radius: 0 900px 900px 0;
  }
  .feature-blocks__blue {
    flex-flow: row nowrap;
  }
  .feature-blocks__blue .feature-blocks__content {
    padding: 1.73438rem 2.10938rem 1.41125rem 2.5rem;
    height: 22.0625rem;
  }
  .feature-blocks__blue-image-large, .feature-blocks__blue-image-medium, .feature-blocks__blue-image-small {
    display: block;
  }
  .feature-blocks__blue-image-large {
    width: 25.875rem;
    height: 23.95312rem;
    right: -6.32812rem;
    top: -3.28125rem;
    background-position: -0.46875rem 0.70312rem;
  }
  .feature-blocks__blue-image-medium {
    width: 11.48438rem;
    height: 11.48438rem;
    left: 2.10938rem;
    top: 2.20312rem;
  }
  .feature-blocks__blue-image-small {
    width: 6.04688rem;
    height: 6.04688rem;
    left: 10.3125rem;
    bottom: 2.20312rem;
  }
  .feature-blocks__blue .feature-blocks__title {
    width: 15.625rem;
  }
  .feature-blocks__blue .feature-blocks__prospect {
    margin-top: 1.5625rem;
  }
  .feature-blocks__inner {
    min-width: 48pxrem;
  }
  .feature-blocks__title {
    font-size: 1.875rem;
    line-height: 2.10938rem;
    width: 21.0625rem;
  }
  .feature-blocks__content {
    background: #ececec;
    padding: 2.8125rem 0 1.40625rem 3.28125rem;
    width: 100%;
    max-width: 26.0625rem;
    position: relative;
    height: 21.1875rem;
  }
  .feature-blocks__content .feature-blocks__items li {
    line-height: 1.26562rem;
    margin-bottom: 0.3125rem;
  }
  .feature-blocks__content .feature-blocks__items li a {
    font-size: 0.9375rem;
  }
  .feature-blocks__content--blue {
    width: 21.25rem;
  }
  .feature-blocks__items {
    margin-top: 0.9375rem;
  }
  .feature-blocks__prospect {
    margin-top: 0.75rem;
  }
  .feature-blocks__prospect-title {
    font-size: 0.9375rem;
    padding: 0.3125rem 0.70312rem;
  }
  .feature-blocks__prospect-link a {
    font-size: 0.9375rem;
    padding: 0.3125rem 0.65625rem;
  }
  /* Module: S */
  .feature-bubbles {
    width: 120%;
  }
  .feature-bubbles__title {
    text-align: left;
    font-size: 1.40625rem;
  }
  .feature-bubbles__item {
    width: 22%;
    margin: 0;
  }
  .feature-bubbles__item > a {
    max-width: 100%;
  }
  .feature-bubbles__img img {
    max-width: 100%;
  }
  .feature-bubbles__item-title {
    font-size: 0.84375rem;
    line-height: 0.9375rem;
    margin: 0.9375rem 0 0 0;
    padding: 0;
    max-width: 100%;
  }
  .feature-bubbles__links {
    margin: 3.65625rem 0 2.57812rem 0;
    justify-content: flex-start;
  }
  .feature-bubbles__links a {
    padding: 0.70312rem 1.73438rem 0.9375rem 1.73438rem;
    font-size: 2.01562rem;
    line-height: 2.01562rem;
  }
  /* Module: S */
  .feature-note {
    padding: 1.18125rem 0 2.48438rem 0;
  }
  .feature-note--expand {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .feature-note:before, .feature-note:after {
    display: block;
  }
  .feature-note:before {
    left: -29.28125rem;
    background-size: 150%;
    background-position: -10.15625rem -4.6875rem;
  }
  .feature-note:after {
    right: -6.15625rem;
    background-size: 13.125rem;
  }
  .feature-note__inner {
    padding: 0;
    max-width: 46.875rem;
    background-position: right -0.70312rem;
  }
  .feature-note__title {
    font-size: 1.17188rem;
  }
  .feature-note__content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 1.45312rem 0 0 0;
    flex-flow: row nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
  }
  .feature-note__left {
    margin: 0;
    max-height: 6rem;
    overflow: hidden;
    font-size: 0.9375rem;
  }
  .feature-note__right {
    margin: 0 0 0 4.6875rem;
    padding: 0 0.9375rem 0 0;
    max-height: 4.5rem;
    overflow: hidden;
    font-size: 0.9375rem;
  }
  /* Module: S */
  .gradient__wrapper {
    padding-top: 5rem;
    padding-bottom: 8.4375rem;
  }
  .feature-box__container {
    width: calc(100% / 3 - 20px);
  }
  .feature-box__container.landing-box {
    width: calc(100% / 2 - 20px);
  }
  .feature-box__container.landing-box:nth-child(3) {
    margin-top: 4rem;
  }
  .feature-box__container.large-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
  .feature-box__container.large-box:nth-child(2) {
    padding-right: 2rem;
    padding-left: 4rem;
  }
  .feature-box__container:nth-child(3) {
    margin-top: 0;
  }
  .feature-box__container:nth-child(n+4) {
    margin-top: 4rem;
  }
  .feature-box__link {
    display: block;
  }
  .image-box > .feature-box__link:hover .feature-box__content, .image-box > .feature-box__link:focus .feature-box__content {
    -webkit-transform: translateY(-63px);
    -ms-transform: translateY(-63px);
    transform: translateY(-63px);
  }
  .image-box > .feature-box__link:hover::before, .image-box > .feature-box__link:focus::before {
    visibility: visible;
    opacity: 1;
  }
  .feature-box__heading {
    padding: 1.25rem 3em 1.25rem 1.5rem;
    margin-top: -1px;
  }
  .feature-box__heading:after {
    top: 1.6rem;
  }
  .large-box .feature-box__heading {
    font-size: 2.5rem;
    padding-bottom: 1.5rem;
  }
  .feature-box__content {
    font-size: 0.875rem;
  }
  .large-box .feature-box__content {
    padding-top: 2.25rem;
  }
  .image-box .feature-box__content {
    color: #58595b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: 0.3s transform ease-in-out;
    -moz-transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .small-box .feature-box__heading {
    height: 3.9375rem;
  }
  /* Module: S */
  .featured-banner__wrapper {
    max-width: 63rem;
    margin: 0 auto;
  }
  .featured-banner__text {
    width: 45%;
    margin-left: 0;
    padding: 9.25rem 2.5rem;
  }
  /* Module: S */
  .featured-display {
    padding: 0 2rem;
  }
  .featured-display__wrapper {
    padding: 6.25rem 0;
    position: relative;
    position: relative;
  }
  .featured-display__wrapper:before {
    content: "";
    position: absolute;
    /* fill vertically */
    top: 0;
    bottom: 0;
    width: 9600px;
    right: 100%;
    background: linear-gradient(90deg, #fff 30px, transparent 1%) center top, linear-gradient(#fff 30px, transparent 1%) center top, #d8d8d8;
    background-size: 32px 32px;
  }
  .featured-display__wrapper:after {
    content: "";
    position: absolute;
    /* fill vertically */
    top: 0;
    bottom: 0;
    width: 9600px;
    left: 100%;
    background: linear-gradient(90deg, #fff 30px, transparent 1%) center top, linear-gradient(#fff 30px, transparent 1%) center top, #d8d8d8;
    background-size: 32px 32px;
  }
  .featured-display__item {
    width: 25%;
    padding: 0.75rem 2.5rem;
  }
  .featured-display__item h2 {
    margin: 0;
    margin-top: 0.625rem;
    text-align: left;
  }
  .featured-display__item p {
    padding-top: 1rem;
  }
  .featured-display__item:after {
    display: none;
  }
  .featured-display__image {
    border: none;
    padding: 0;
    text-align: center;
  }
  /* Module: S */
  .featured-images {
    background-color: transparent;
    padding: 4.75rem 0 3.125rem 0;
  }
  .featured-images__wrapper {
    position: relative;
    padding: 0 0.75rem;
    position: relative;
    position: relative;
  }
  .featured-images__wrapper:before {
    content: "";
    position: absolute;
    /* fill vertically */
    top: 0;
    bottom: 0;
    width: 9600px;
    right: 100%;
    background: linear-gradient(90deg, #fff 30px, transparent 1%) center top, linear-gradient(#fff 30px, transparent 1%) center top, #d8d8d8;
    background-size: 32px 32px;
  }
  .featured-images__wrapper:after {
    content: "";
    position: absolute;
    /* fill vertically */
    top: 0;
    bottom: 0;
    width: 9600px;
    left: 100%;
    background: linear-gradient(90deg, #fff 30px, transparent 1%) center top, linear-gradient(#fff 30px, transparent 1%) center top, #d8d8d8;
    background-size: 32px 32px;
  }
  .featured-images__wrapper:before, .featured-images__wrapper:after {
    top: -10rem;
  }
  .featured-images__item {
    width: 25%;
    position: relative;
    margin-top: 1.75rem;
  }
  .featured-images__item:first-of-type {
    margin-top: 1.75rem;
  }
  /* Module: S */
  .featured-people {
    padding: 1.5rem 2rem 0 2rem;
    position: relative;
  }
  .featured-people:before {
    content: '';
    position: absolute;
    top: -10.625rem;
    left: -19.6875rem;
    width: 22.0625rem;
    height: 17.625rem;
    background-image: url(../mysource_files/HETI_logo_white.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .featured-people__item {
    width: 25%;
  }
  .featured-people__item.active > a,
  .featured-people__item.active .featured-people__avatar {
    width: 25%;
  }
  .featured-people__item.active .featured-people__info-wrap {
    top: 17.5rem;
  }
  .featured-people__item .featured-people__info-wrap .featured-people__info .featured-people__position .fas {
    display: block;
    margin-top: 1.0625rem;
    position: absolute;
    left: 45%;
  }
  .featured-people__content {
    position: absolute;
    top: 0;
    left: 25%;
    width: 75%;
    bottom: 5.5rem;
    z-index: 9;
    padding: 0.625rem 3.75rem 1.625rem 3.75rem;
  }
  .featured-people__content:after {
    display: none;
  }
  .featured-people__content h3 {
    padding: 1.875rem 0 0 0;
  }
  .featured-people__info {
    bottom: -2.625rem;
  }
  .featured-people__link {
    padding: 2rem 1.25rem;
  }
  .featured-people__link-bg:before {
    left: auto;
    top: -3.75rem;
    right: -15rem;
  }
  .featured-people__link-bg:after {
    width: 12.5rem;
    height: 6.25rem;
    border-top-left-radius: 12.5rem;
    border-top-right-radius: 12.5rem;
    left: auto;
    top: -6.375rem;
    right: -6.25rem;
  }
  .section--pathways {
    padding-top: 1.875rem;
  }
  .section--pathways:before {
    display: none;
  }
  .section--pathways:after {
    bottom: 8.125rem;
    right: -5rem;
  }
  /* Module: S */
  .featured-search button {
    padding: 0.9375rem;
    width: 4.375rem;
    height: 4.375rem;
  }
  .featured-search button svg {
    padding: 0;
    width: 1.5625rem;
    height: 3.125rem;
    margin-top: 0.3125rem;
    margin-left: 0.3125rem;
  }
  .featured-search button svg.search-icon {
    background: none;
  }
  .featured-search button:hover .search-icon, .featured-search button:focus .search-icon {
    fill: #0b70b8;
  }
  /* Module: S */
  .featured-tiles {
    padding-bottom: 1.875rem;
  }
  .featured-tiles__inner {
    padding: 0 2rem;
  }
  .featured-tiles__item {
    width: 25%;
  }
  .featured-tiles-landing .featured-tiles__item {
    width: 33.333%;
  }
  .featured-tiles__wrapper {
    max-width: 63rem;
    margin: 0 auto;
    position: relative;
  }
  .featured-tiles__wrapper:before {
    z-index: 9;
    content: '';
    position: absolute;
    bottom: -163px;
    left: -195px;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: white;
  }
  .featured-tiles__wrapper:after {
    z-index: 9;
    content: '';
    position: absolute;
    bottom: -56px;
    left: -284px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #1DB6C3;
  }
  /* Module: S */
  .footer__inner {
    max-width: 1008px;
  }
  .footer__lower {
    flex-flow: row nowrap;
    padding: 3.4375rem 1.25rem 0 1.25rem;
  }
  .footer__right {
    flex-flow: row nowrap;
    max-width: 37.5rem;
    width: 100%;
  }
  .footer__logo {
    margin: 0;
  }
  .footer__logo a {
    max-width: 17.34375rem;
  }
  .footer__col {
    padding: 0 1.25rem 0 0;
    margin: 0 0 2.5rem 0;
  }
  .footer__col-title a {
    border-bottom: 5px solid #f47321;
    padding: 0 0 0.70312rem 0;
    font-size: 0.75rem;
    line-height: 0.89062rem;
  }
  .footer__col ul li {
    margin: 0 0 0.70312rem 0;
  }
  .footer__col ul li a {
    font-size: 0.75rem;
    line-height: 0.89062rem;
  }
  .footer__col--social ul li {
    margin: 0 0 0 0.625rem;
  }
  .footer__enews .footer__inner {
    position: relative;
  }
  .footer__enews-wrapper {
    padding-left: 1.875rem;
    max-width: 30.625rem;
    width: 70%;
    padding: 0 1.25rem 0 0;
    order: 3;
  }
  .footer__enews-title {
    font-size: 1.875rem;
    line-height: 2.10938rem;
    text-align: right;
    max-width: 30.125rem;
    width: 100%;
    margin: 0;
    padding-right: 1.875rem;
    font-weight: 500;
  }
  .footer__enews form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
  }
  .footer__enews .footer__inner {
    justify-content: space-between;
  }
  .footer input[type="text"],
  .footer input[type="email"] {
    max-width: 22.1875rem;
    margin: 0;
    font-size: 1.17188rem;
    padding: 0.625rem;
  }
  .footer input[type="submit"] {
    margin: 0 0 0 0.4375rem;
    width: auto;
    font-size: 0.9375rem;
    line-height: 0.625rem;
    padding: 0.9375rem 1rem;
    flex-shrink: 0;
  }
  .footer__scroll {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    right: -3.125rem;
    top: 1.5625rem;
  }
  .footer__scroll button {
    width: 1.6875rem;
    height: 1.6875rem;
  }
  .footer__scroll button:before, .footer__scroll button:after {
    content: "";
    width: 0.70312rem;
    height: 0.14062rem;
    background: #043673;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
  }
  .footer__scroll button:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0.28125rem;
    top: 0.70312rem;
  }
  .footer__scroll button:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0.70312rem;
    top: 0.70312rem;
  }
  .home .footer__enews-wrapper {
    max-width: 28.125rem;
  }
  .home .footer__enews-title {
    max-width: 32.8125rem;
  }
  /* Module: S */
  .header {
    position: relative;
    z-index: 500;
  }
  .header__logo {
    width: 100%;
  }
  .header__logo img {
    display: block;
    height: 3.0625rem;
  }
  .header__logo-text-mobile {
    display: none;
  }
  .header__inner {
    margin: auto;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 1.25rem;
    align-content: center;
    align-items: center;
    max-width: 63rem;
  }
  .header__toggle-btns {
    display: none;
  }
  .header__left {
    max-width: 38.90625rem;
    padding: 0 1.875rem 0 0;
    order: 1;
    background: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
  }
  .header__right {
    order: 2;
    max-width: 18.75rem;
  }
  .header__search {
    display: block;
    position: relative;
    top: 0;
    padding: 0.875rem 1.25rem 0.875rem 0.70312rem;
  }
  .header__search form {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
    justify-content: flex-start;
    padding: 0;
  }
  .header__search form .sq-form-question {
    order: 2;
    margin: 0;
    width: auto;
    margin-left: 1.125rem;
  }
  .header__search form .sq-form-control {
    order: 1;
    max-width: 100%;
  }
  .header__search form .sq-form-control span {
    display: block;
  }
  .header__search form .sq-form-control button {
    padding: 0.46875rem 0;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .header__search form .sq-form-control button:hover, .header__search form .sq-form-control button:focus {
    text-decoration: underline;
  }
  .header__search form .sq-form-control button span {
    margin-right: 0.46875rem;
  }
  .header__search form .sq-form-control svg {
    color: white;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1.125rem;
    height: 1.125rem;
  }
  .header__search form input[type="text"] {
    max-width: 6.25rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.65625rem 0.46875rem;
    line-height: 0.84375rem;
    background-color: white !important;
  }
  .header__search form input[type="text"].active {
    max-width: 100%;
  }
  .header__details {
    justify-content: flex-start;
  }
  .header__my-heti {
    width: 100%;
    max-width: 7.07812rem;
    justify-content: stretch;
    order: 1;
  }
  .header__my-heti a {
    padding: 1.17188rem 0.70312rem;
    text-align: center;
    width: 100%;
    font-size: 0.875rem;
    line-height: 0.89062rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
  }
  .header__my-heti a:focus, .header__my-heti a:hover {
    text-decoration: underline;
  }
  .header__my-heti a[target="_blank"]:before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.75rem 0 0;
  }
  .header__contact {
    flex-flow: row nowrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: stretch;
    order: 2;
  }
  .header__contact a {
    padding: 1.875rem 1.25rem 1.875rem 0.70312rem;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: black;
    background: #f47321;
    position: relative;
    z-index: 50;
    font-weight: 500;
  }
  .header__contact a:after {
    content: "";
    width: 1100px;
    z-index: 0;
    background: #f47321;
    position: absolute;
    left: 7.375rem;
    top: 0;
    height: 100%;
  }
  /* Module: S */
  .quicklinks__wrapper {
    bottom: 9.375rem;
  }
  .quicklinks__heading {
    padding: 0.8125rem 1.25rem;
  }
  .quicklinks__block .quicklinks__heading {
    position: relative;
  }
  /* Module: S */
  .lhs__menu {
    margin-top: 0;
    width: 100%;
    max-width: 10.3125rem;
    margin: 0 3.75rem 0 0;
    flex-shrink: 0;
  }
  .lhs__menu-toggle {
    font-size: 0.75rem;
    padding: 0.60938rem 0.9375rem;
  }
  .lhs__menu-toggle::after {
    top: 0.70312rem;
    right: 0.75rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }
  .lhs__menu-toggle[data-expanded="true"]::after {
    top: 0.98438rem;
  }
  .lhs__menu-list:not(.menu__level-2):not(.menu__level-3):not(.menu__level-4):not(.menu__level-5) {
    margin-bottom: 1.5rem;
    border-radius: 0 0 0.46875rem 0.46875rem;
  }
  .lhs__menu-list.menu__level-2 {
    padding: 0 0.9375rem;
  }
  .lhs__menu-list.menu__level-2 li a {
    padding: 0.375rem 0 0.375rem 1.40625rem;
  }
  .lhs__menu-list.menu__level-3, .lhs__menu-list.menu__level-4 {
    padding: 0 0.46875rem;
  }
  .lhs__menu-item:last-child {
    padding-bottom: 0.46875rem;
  }
  .lhs__menu .lhs__menu-link {
    padding: 0.9375rem;
    font-size: 0.84375rem;
    padding: 0.65625rem 0.9375rem 0.32812rem 0.9375rem;
  }
  .lhs__menu .lhs__menu-link.current.has-children::after {
    top: 1.03125rem;
    right: 1.3125rem;
  }
  .menu__level-2 .lhs__menu .lhs__menu-link {
    padding: 0.46875rem 0 0.46875rem 0.9375rem;
  }
  .menu__level-3 .lhs__menu .lhs__menu-link {
    font-size: 0.75rem;
  }
  .menu__level-4 .lhs__menu .lhs__menu-link {
    font-size: 0.70312rem;
  }
  .featured-search + .wrapper .lhs__menu {
    margin-top: 0;
  }
  .rhs__column {
    display: block;
    -webkit-flex-basis: 13.03125rem;
    -ms-flex-preferred-size: 13.03125rem;
    flex-basis: 13.03125rem;
    margin-top: 0rem;
    margin-left: 3rem;
  }
  .is-listing + .rhs__column {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
  .rhs__column--no-marg {
    margin: 0;
  }
  .rhs__panel {
    width: 100%;
    margin-bottom: 1.40625rem;
    max-width: 12.8125rem;
  }
  .rhs-panel__link {
    max-width: 12.985rem;
  }
  .rhs__panel .rhs__panel-heading {
    font-size: 1.17188rem;
    margin: 0 0 0.70312rem 0;
  }
  .rhs__panel .rhs-panel__link {
    font-size: 0.84375rem;
    line-height: 0.9375rem;
    font-weight: 400;
    margin: 0 0 0.3125rem 0;
  }
  .form-fieldset__content {
    display: inherit;
    margin-top: 0;
  }
  .addtocalendar .atcb-list {
    left: auto;
    right: 0;
  }
  .btt__wrapper {
    padding: 0 1.5rem;
  }
  .toc__box {
    display: block;
  }
  .breadcrumbs__link,
  .breadcrumbs__current {
    color: #fff;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .breadcrumbs__link {
    padding-right: 0.9375rem;
  }
  .breadcrumbs__link:hover {
    color: #fff;
  }
  .breadcrumbs__link:after {
    border-color: #fff;
    margin-left: 0.9375rem;
  }
  .map__description {
    width: 40%;
    position: absolute;
    bottom: -2.34375rem;
    left: 0.75rem;
  }
  .map__wrapper {
    position: relative;
    margin-bottom: calc(2.25rem + 37.5px);
  }
  /* Module: S */
  .landing-blocks {
    margin: 0 0 3.51562rem 0;
  }
  .landing-blocks__item {
    width: 33.33%;
    height: 18.51562rem;
    max-width: 100%;
    border: 1px solid #fff;
  }
  .landing-blocks__title {
    font-size: 1.875rem;
    line-height: 2.01562rem;
    padding: 0 5.3125rem;
  }
  /* Module: S */
  .landscape-carousel__image {
    height: 37.5rem;
  }
  .landscape-carousel__caption-wrapper {
    top: auto;
    bottom: 9.375rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .landscape-carousel__controls {
    bottom: 2rem;
  }
  .landscape-carousel__caption {
    width: auto;
    max-width: 37.5rem;
  }
  /* Module: S */
  .main__content-full {
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20.375rem;
  }
  .rhs-filters__toggle {
    display: none;
  }
  .rhs-filters__main {
    display: block;
    padding: 1.25rem 0;
  }
  /* Module: S */
  body[data-nav-position="top"] .navigation {
    display: block;
    position: static;
    left: auto;
    background: #043673;
    width: 100%;
  }
  .navigation {
    background: #043673;
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    z-index: 99;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    overflow: visible;
    visibility: visible;
    width: 100%;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 500;
  }
  .navigation.active {
    left: auto;
    visibility: visible;
  }
  .navigation__wrapper {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    padding: 0;
    margin: auto;
    max-width: 1008px;
  }
  .navigation__toggle {
    display: none;
  }
  .navigation__info {
    display: block;
    float: left;
    width: 25%;
    padding-right: 3.75rem;
  }
  .navigation__col-outer {
    width: 75%;
    float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .navigation__title {
    display: block;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #d15420;
    padding: 0 2.5rem 0 0;
  }
  .navigation__col {
    padding: 0 1.25rem 0 0;
    width: 100%;
  }
  .navigation__level-1 {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 1;
    visibility: visible;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-start;
  }
  .navigation__level-1 > li {
    border-bottom: none;
    float: left;
    margin-right: 7.03125rem;
  }
  .navigation__level-1 > li:last-child {
    margin-right: 0;
  }
  .navigation__level-1 > li:hover .navigation__level-2-wrapper {
    display: block;
  }
  .navigation__level-1 > li.open {
    position: static;
  }
  .navigation__level-1 > li.open .navigation__level-2-wrapper {
    display: block;
  }
  .navigation__level-1 > li.open .navigation__level-1-link > a {
    background-image: url("../mysource_files/nav-circle.gif");
  }
  .navigation__level-1 > li.active .navigation__level-1-link > a {
    background-image: url("../mysource_files/nav-circle.gif");
  }
  .navigation__level-1-link.parent a {
    padding-right: 0.3125rem;
  }
  .navigation__level-1-link a {
    color: white;
    padding: 0.70312rem 0.9375rem 0.70312rem 0.9375rem;
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 1.5625rem;
  }
  .navigation__level-1-link a:after {
    display: none;
  }
  .navigation__level-1-link a:hover, .navigation__level-1-link a:focus {
    background-image: url("../mysource_files/nav-circle.gif");
  }
  .navigation__level-2 {
    padding: 0;
    margin: 0;
    float: left;
    width: 75%;
    display: block;
    background: transparent;
  }
  .navigation__level-2.active {
    display: block;
  }
  .navigation__level-2-inner {
    max-width: 66.875rem;
    margin: 0 auto;
    background: white;
    padding: 2.25rem 2.5rem 2.25rem 2.5rem;
  }
  .navigation__level-2-title {
    font-size: 1rem;
    line-height: 1.125rem;
    color: #000;
    text-transform: uppercase;
  }
  .navigation__level-2-title.active a {
    color: #d15420;
    font-weight: 600;
    border-color: #d15420;
    border-width: 5px;
    margin: 0 0 1rem 0;
  }
  .navigation__level-2-title a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 0.5rem 0;
    border-bottom: 5px solid black;
    margin: 0 0 1.25rem 0;
    font-weight: 600;
  }
  .navigation__level-2-title a:hover, .navigation__level-2-title a:focus {
    color: #d15420;
    border-color: #d15420;
    margin: 0 0 1.25rem 0;
  }
  .navigation__level-2-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    bottom: auto;
    padding: 0rem 2.5rem 2.375rem 2.5rem;
    visibility: visible;
    z-index: 9;
    margin: 0;
    background: transparent;
  }
  .navigation__level-2-wrapper.open {
    display: block;
  }
  .navigation__level-2-wrapper.active {
    display: none;
  }
  .navigation__level-2 > li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
  }
  .navigation__level-2 > li:nth-child(3n+1) {
    clear: left;
  }
  .navigation__level-2 > li.active a {
    color: #d15420;
  }
  .navigation__level-2 > li a {
    display: block;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 500;
    max-width: 15.625rem;
    padding: 0 0 0.9375rem 0;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
  }
  .navigation__level-2 > li a:hover, .navigation__level-2 > li a:focus {
    color: #d15420;
  }
  .navigation__level-1-item.navigation__level-1-item--has-children .navigation__toggle--lvl2 {
    display: none;
  }
  .navigation__col-level-2.navigation__col-level-2--has-children .navigation__toggle--lvl3 {
    display: none;
  }
  /* Module: S */
  .news-landing--expand {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .news-landing__inner {
    flex-flow: row nowrap;
  }
  .news-landing__title {
    font-size: 3.75rem;
    line-height: 3.89062rem;
    max-width: 9.375rem;
  }
  .news-landing__link {
    margin: 1.5625rem 0 0 0 !important;
  }
  .news-landing__left {
    padding: 1.875rem 0 1.875rem 0;
    max-width: 18.98438rem;
  }
  .news-landing__left:before {
    background: #009373;
    content: "";
    left: -12.625rem;
    width: 12.65625rem;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-border-radius: 999px 0 0 999px;
    -moz-border-radius: 999px 0 0 999px;
    border-radius: 999px 0 0 999px;
  }
  .news-landing__right {
    padding: 1.78125rem 1.78125rem 0.51562rem 2.57812rem;
  }
  .news-landing__img {
    display: block;
    width: 6.09375rem;
    height: 6.09375rem;
  }
  .news-landing__link {
    margin: 3.75rem 0 0 0;
  }
  .news-landing__link a {
    padding: 0.6875rem;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
  }
  .news-landing__date {
    line-height: 1.17188rem;
  }
  .news-landing__item-title {
    line-height: 1.3125rem;
    margin: 0.375rem 0;
  }
  .news-landing__summary {
    line-height: 1.17188rem;
  }
  .news-landing__content {
    margin: 0 0 0.9375rem 2.1875rem;
  }
  .news-landing__item {
    flex-flow: row nowrap;
  }
  /* Module: S */
  .news {
    background-color: #fff;
    position: relative;
  }
  .news__wrapper {
    padding: 0 0.75rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .news__column {
    margin: 0;
    padding: 5rem 0 3.75rem 0;
    position: relative;
  }
  .news__column:first-child {
    width: 75%;
    position: relative;
  }
  .news__column:first-child:before {
    content: "";
    position: absolute;
    /* fill vertically */
    top: 0;
    bottom: 0;
    width: 9600px;
    right: 100%;
    background: linear-gradient(90deg, #fff 30px, transparent 1%) center top, linear-gradient(#fff 30px, transparent 1%) center top, #d8d8d8;
    background-size: 32px 32px;
  }
  .news__column:last-child {
    width: 25%;
    padding: 5rem 0 3.75rem 0.9375rem;
    position: relative;
  }
  .news__column:last-child:before {
    content: "";
    position: absolute;
    /* fill vertically */
    top: 0;
    bottom: 0;
    width: 9600px;
    right: 100%;
    background: linear-gradient(90deg, #ebebeb 30px, transparent 1%) center top, linear-gradient(#ebebeb 30px, transparent 1%) center top, #d7d7d7;
    background-size: 32px 32px;
  }
  .news__text {
    display: block;
  }
  .news__blocks .news__item {
    width: 33.333%;
  }
  .news__blocks .news__item:nth-child(2n+1) {
    clear: none;
  }
  .news__list {
    padding: 0.25rem 0;
  }
  /* Module: S */
  .page-banner {
    height: 40.64062rem;
    margin: 0 0 7.5rem 0;
  }
  .page-banner__image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
  }
  .page-banner__inner {
    max-width: 63rem;
    padding: 0 0.9375rem;
  }
  .page-banner__lower {
    position: absolute;
    left: 0;
    bottom: -7.5rem !important;
    width: 100%;
    padding: 0 0.9375rem;
  }
  .page-banner__header {
    max-width: 25.625rem;
    padding: 1.92188rem 4.45312rem 1.92188rem 0;
  }
  .page-banner__header:before {
    right: 25.4375rem;
    width: 16.125rem;
  }
  .page-banner__title {
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 300;
  }
  .page-banner__content {
    color: #043673;
    display: block;
    font-size: 1.17188rem;
    line-height: 1.40625rem;
    position: absolute;
    left: 28.48438rem;
    bottom: 1.5rem;
    max-width: 29.53125rem;
    max-height: 4.21875rem;
    background: transparent !important;
    padding: 0;
  }
  .page-banner__links {
    display: block;
    margin: 0.70312rem 0 0 0.375rem;
  }
  .page-banner__links a {
    font-size: 0.9375rem;
    padding: 0.65625rem;
  }
  .page-banner--short {
    height: 23.4375rem;
    margin: 0 0 3.04688rem 0;
  }
  .page-banner--short .page-banner__lower {
    bottom: -3.04688rem !important;
  }
  .page-banner--short .page-banner__content {
    font-size: 1.40625rem;
    line-height: 1.64062rem;
    bottom: 0.70312rem;
    left: 28.95312rem;
    margin: 0;
  }
  /* Module: S */
  .related-content {
    margin-top: 1.5rem;
  }
  .related-content__wrapper {
    padding: 0 0.75rem;
  }
  .related-content__item {
    width: calc(25% - 0.5px);
  }
  /* Module: S */
  .service-boxes {
    padding: 0;
  }
  .service-boxes__item {
    width: 25%;
    margin: 0;
    height: 15.625rem;
    align-items: flex-start;
    padding: 4.375rem 1.25rem 1.25rem 1.25rem;
  }
  .service-boxes__item--no-link {
    padding-top: 4.375rem;
    align-content: flex-start;
  }
  .service-boxes__title {
    line-height: 1.35938rem;
  }
  .service-boxes__content {
    line-height: 1.17188rem;
  }
  .service-boxes__content ul li a {
    font-size: 0.9375rem;
    line-height: 1.17188rem;
  }
  .service-boxes__social ul li a {
    height: 1.03125rem;
    width: 1.03125rem;
  }
  .service-boxes__social .service-box__icon {
    height: 1.03125rem;
    width: 1.03125rem;
  }
  /* Module: S */
  .social-list {
    padding: 3.75rem 2rem;
    position: relative;
    position: relative;
  }
  .social-list:before {
    content: "";
    position: absolute;
    /* fill vertically */
    top: 0;
    bottom: 0;
    width: 9600px;
    right: 100%;
    background: linear-gradient(90deg, #fff 30px, transparent 1%) center top, linear-gradient(#fff 30px, transparent 1%) center top, #d8d8d8;
    background-size: 32px 32px;
  }
  .social-list:after {
    content: "";
    position: absolute;
    /* fill vertically */
    top: 0;
    bottom: 0;
    width: 9600px;
    left: 100%;
    background: linear-gradient(90deg, #fff 30px, transparent 1%) center top, linear-gradient(#fff 30px, transparent 1%) center top, #d8d8d8;
    background-size: 32px 32px;
  }
  .social-list:before, .social-list:after {
    top: -3.4375rem;
  }
  .social-list__item {
    width: 25%;
  }
  .social-list__wrapper {
    position: relative;
  }
  .social-list__wrapper:before {
    content: '';
    position: absolute;
    bottom: -10rem;
    right: -25rem;
    width: 22.0625rem;
    height: 17.625rem;
    background-image: url(../mysource_files/HETI_logo_blue.svg);
    background-repeat: no-repeat;
    z-index: 9;
  }
  .featured-images + .social-list {
    padding-top: 0;
  }
  /* Module: S */
  .testimonial {
    flex-flow: row nowrap;
    margin: 0.65625rem 0 0.3125rem 0;
  }
  .testimonial__img {
    width: 5.85938rem;
    height: 5.85938rem;
    margin: 0 0.49219rem 0 0;
  }
  .testimonial__content {
    width: 75%;
    font-size: 0.84375rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 80em) {
  /* Module: S */
  .feature-box__content {
    font-size: 1rem;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /* stylelint-disable */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* stylelint-enable */
  .ir a::after,
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: none;
  }
  /* Module: Pagination */
  .pagination {
    display: none;
  }
}

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