@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Mon Aug 21 2023 16:35:36 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    S
 */
.visuallyhidden, .sr-only {
  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 {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

@keyframes scrollDown {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0.3125rem);
  }
}

@font-face {
  font-family: "Neustadt";
  src: url("mysource_files/neustadt-light-webfont.woff2") format("woff2"), url("mysource_files/neustadt-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Neustadt";
  src: url("mysource_files/neustadt-regular-webfont.woff2") format("woff2"), url("mysource_files/neustadt-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Neustadt";
  src: url("mysource_files/neustadt-semibold-webfont.woff2") format("woff2"), url("mysource_files/neustadt-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! 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;
}

a:active,
a:hover {
  outline: 0;
}

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

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

b, strong {
  font-weight: bold;
}

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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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;
}

*, *: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;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.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;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  font-family: "Neustadt";
  line-height: 1.4;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

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

th {
  background: #222;
  color: #dddddd;
}

td {
  border: 1px solid #222;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  color: #dddddd;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: black;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #222;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

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

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

.icon-arrow-right {
  fill: #ffffff;
  stroke: #ffffff;
}

/* Module: S */
.home-search__form .twitter-typeahead {
  display: block;
  width: 100%;
}

.twitter-typeahead {
  display: block;
  width: 100%;
}

.twitter-typeahead .home-search__input {
  width: 100%;
}

.quick-search__form .twitter-typeahead {
  order: 2;
  display: block;
  width: 100%;
}

.tt-menu {
  border: 1px solid #4a4a4a;
  border-top: none;
  width: 100%;
  background-color: #ffffff;
}

.search-suggest-result__container,
.search-suggest-result-large__container,
.search-suggest-result-standard__container {
  display: block;
  border-top: 1px solid #8b8b8b;
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  margin: 0 0 0.9375rem 0;
  text-align: left;
  text-decoration: none;
  color: #0b0b0b;
}

.search-suggest-result__container:first-child,
.search-suggest-result-large__container:first-child,
.search-suggest-result-standard__container:first-child {
  border-top: none;
}

.search-suggest-result__container.tt-cursor, .search-suggest-result__container:hover, .search-suggest-result__container:focus,
.search-suggest-result-large__container.tt-cursor,
.search-suggest-result-large__container:hover,
.search-suggest-result-large__container:focus,
.search-suggest-result-standard__container.tt-cursor,
.search-suggest-result-standard__container:hover,
.search-suggest-result-standard__container:focus {
  text-decoration: underline;
}

.search-suggest-result-standard__container {
  margin: 0;
  padding-bottom: 0.9375rem;
  cursor: pointer;
}

.search-suggest-result-large__title {
  font-size: 1rem;
  line-height: 1.33;
  margin: 0;
  color: #0b0b0b;
}

.search-suggest-result-large__summary {
  margin: 0.625rem 0 0 0;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.5;
  display: none;
}

/* Module: S */
.back-to {
  width: 100%;
  border-top: 2px solid #e0e0e0;
  padding: 1.25rem 0;
}

.back-to__link {
  font-family: "Open Sans";
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.67;
  color: #0b0b0b;
  text-decoration: none;
}

.icon-arrow-left-thin {
  height: 1.125rem;
  position: relative;
  top: 0.3125rem;
  width: 1.125rem;
  transform: rotate(180deg);
  margin-right: 0.625rem;
}

/* Module: S */
.breadcrumbs {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  color: #696364;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Open Sans";
}

.breadcrumbs__item:nth-last-child(2) {
  display: flex;
  align-items: center;
}

.breadcrumbs__item {
  display: none;
}

.breadcrumbs__item::after {
  content: url("mysource_files/chevron-right.svg");
  width: 0.5rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  display: inline-block;
  order: -1;
  transform: rotate(0.5turn);
}

.breadcrumbs__link {
  color: #0b0b0b;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Open Sans";
  text-decoration: none;
}

/* Module: S */
.slick-disabled {
  display: none !important;
  pointer-events: none;
}

.card-grid {
  padding: 2.1875rem 2.5rem 1.875rem;
  clear: both;
}

.card-grid--search-results,
.card-grid.card-grid--home,
.card-grid.card-grid--aside,
.card-grid.card-grid--services-projects {
  padding: 0;
}

.card-grid__title {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.46;
  margin: 0;
}

.card-grid--gray {
  background-color: #e4e4e4;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 1.875rem 1.25rem 1.25rem;
}

.card-grid__header {
  color: #0b0b0b;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0 0 0.9375rem;
}

.card-grid__item--project {
  padding-top: 3.125rem;
}

.card-grid__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.card-grid__item {
  background-color: #ffffff;
  margin-bottom: 2.5rem;
  width: 100%;
}

.card-grid__link {
  color: #0b0b0b;
  text-decoration: none;
  width: 100%;
}

.card-grid--search-results .card-grid__meta {
  padding-left: 1.25rem;
}

.card-grid__item--white-bg .card-grid__meta {
  padding-left: 0;
}

.card-grid--home .card-grid__meta {
  padding-left: 0;
}

.contact-offices .card-grid__meta {
  padding-left: 0;
}

.card-grid--slider .card-grid__meta {
  padding-left: 0;
}

.card-grid__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 18.75rem;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  width: 100%;
}

.card-grid__type {
  text-transform: capitalize;
  color: #b71337;
  font-family: "Neustadt";
  font-size: 1.25rem;
}

.card-grid__item--project .card-grid__title {
  font-size: 1.625rem;
}

.card-grid__more {
  display: block;
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 1.25rem;
  text-transform: uppercase;
}

.card-grid__date {
  font-family: "Neustadt";
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1;
  color: #696969;
  margin-left: 0.9375rem;
  display: none;
}

.card-grid__subtitle {
  color: #696969;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
}

.card-grid__subtitle--extra-space {
  bottom: 0.625rem;
  position: relative;
}

.card-grid__show-more {
  color: #0b0b0b;
  display: block;
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.67;
  padding-right: 0.625rem;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.card-grid__show-more .icon-arrow-right-thin {
  height: 1.125rem;
  left: 0.75rem;
  position: relative;
  top: 0.3125rem;
  width: 1.125rem;
}

.card-grid__description {
  font-size: 0.875rem;
  line-height: 1.86;
}

.card-grid--services-projects .card-grid__image {
  height: 16.625rem;
  background-size: cover;
  background-position: center center;
}

.card-grid--services-projects .card-grid__details {
  min-height: 10rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}

.card-grid--services-projects .card-grid__title {
  font-size: 1.5rem;
}

.card-grid--aside .card-grid__list {
  padding-bottom: 1.875rem;
}

.card-grid--aside .card-grid__title {
  color: #0b0b0b;
  line-height: 1.55;
}

.card-grid--aside .card-grid__date {
  display: inline-block;
}

.search-results__header {
  padding-bottom: 1.25rem;
}

.search-results__heading {
  font-family: "Neustadt";
  margin-bottom: 0.9375rem;
}

.search-results__info {
  font-size: 0.875rem;
}

.card-grid__image {
  width: 100%;
}

.card-grid--search-results .card-grid__item {
  position: relative;
}

.card-grid--search-results .card-grid__item--white-bg {
  background: #ffffff;
}

.card-grid--search-results .card-grid__item::after {
  background-color: #ffffff;
  bottom: 0;
  content: '';
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.card-grid--search-results .card-grid__item--white-bg::after {
  display: none;
}

.card-grid--search-results .card-grid__image {
  display: block;
  margin-top: 1.25rem;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
}

.card-grid--search-results .card-grid__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 16.625rem;
  display: block;
}

.card-grid--search-results .card-grid__item--white-bg .card-grid__meta {
  padding-top: 0;
  margin-bottom: 0.625rem;
}

.card-grid--search-results .card-grid__details {
  min-height: 0;
}

.card-grid--search-results .card-grid__link {
  flex-direction: column;
}

.svg-icon.icon-link-external-nc {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 2px;
  left: 10px;
  fill: #e3183d;
  stroke: #e3183d;
}

.card-grid--slider {
  background-color: #e4e4e4;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.card-grid--slider.card-grid--service-details .card-grid__image {
  height: 11.5625rem;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.card-grid--slider .card-grid__item {
  flex: 1;
}

.card-grid--slider .card-grid__details {
  height: 23.5rem;
  min-height: auto;
}

.card-grid--slider.card-grid--service-details .card-grid__details {
  height: 11.9375rem;
}

.card-grid--slider .slick-arrow {
  background-color: rgba(255, 255, 255, 0.7);
  height: 23.5rem;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 2.5rem;
}

.card-grid--slider .slick-arrow:hover,
.card-grid--slider .slick-arrow:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.card-grid--slider .slick-arrow::after {
  background-image: url(mysource_files/arrow-right-thin.svg);
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 1rem;
  left: calc(50% - 0.75rem);
  position: absolute;
  top: calc(50% - 0.5rem);
  width: 1.4375rem;
}

.card-grid--slider .slick-next {
  right: -2.5rem;
}

.card-grid--slider .slick-prev {
  left: -2.5rem;
}

.card-grid--slider .slick-prev::after {
  transform: rotate(0.5turn);
}

/* Module: S */
.contact-map {
  background-color: #0a1c42;
  color: #ffffff;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  text-align: center;
}

.contact-map__heading {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: normal;
  font-size: 1.5rem;
  padding-top: 1.75rem;
  text-align: left;
}

.contact-map__map-wrapper {
  position: relative;
  width: 16.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.contact-map__main-map {
  width: 100%;
  height: auto;
}

.contact-map__main-map path {
  fill: #15397e;
  transition: .2s fill ease-in;
}

.contact-map__main-map path.mapactive,
.contact-map__main-map path:hover {
  fill: #0d2555;
}

.contact-map__region {
  position: absolute;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: bold;
}

.contact-map__region span {
  display: block;
  line-height: 1.67;
}

.contact-map__region .icon-place-inactive {
  width: 0.9375rem;
  height: 1.25rem;
  fill: #B3B6B8;
}

.contact-map__region--active .icon-place-inactive {
  display: none;
}

.contact-map__region .icon-place-active {
  width: 1.125rem;
  height: 1.5rem;
  margin-top: -0.25rem;
  display: none;
  fill: #e3183d;
}

.contact-map__region--active .icon-place-active {
  display: inline-block;
}

.contact-map__region-riverina {
  top: 5.75rem;
  left: 1.875rem;
}

.contact-map__region-northcoast {
  top: 0.625rem;
  right: -1.125rem;
}

.contact-map__region-hunter {
  top: 3.375rem;
  right: 0rem;
}

.contact-map__region-southcoast {
  top: 10.625rem;
  right: 3.3125rem;
}

.contact-map__region-sydney {
  top: 7.5rem;
  right: 2.25rem;
}

.contact-person__item {
  display: none;
}

.contact-person__item--active {
  display: block;
}

.contact-person__item--sydney {
  border-bottom: 0.125rem solid #b71337;
}

.contact-person .inside-widget {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.contact-person .inside-widget__name {
  font-weight: bold;
}

.contact-offices {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  background-color: #e4e4e4;
  padding-bottom: 1px;
}

.contact-offices--hidden {
  display: none;
}

.contact-offices__heading {
  height: 8.3125rem;
  background-color: #0a1c42;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: normal;
  padding: 1.8125rem 1.25rem 0;
  font-family: "Neustadt";
  margin: 0;
}

.contact-offices__card-grid-wrapper {
  margin-top: -3.3125rem;
  width: 100%;
}

.contact-offices__card-grid-wrapper .card-grid {
  padding: 0 1.25rem;
}

.contact-offices__office {
  display: none;
}

.contact-offices__office--active {
  display: block;
}

/* Module: S */
.contact-us__header {
  color: #15397e;
  line-height: 1.33;
}

.contact-us__header span {
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
}

.contact-us__form-wrapper label {
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: #0a1c42;
  font-weight: bold;
}

.container .contact-us__form-wrapper input[type=text],
.container .contact-us__form-wrapper textarea {
  border: none;
  background-color: rgba(239, 238, 238, 0.5);
}

.container .contact-us__form-wrapper input[type=text] {
  min-height: 3.125rem;
}

.container .contact-us__form-wrapper textarea {
  min-height: 9.375rem;
}

.contact-summary {
  text-align: right;
}

.container .contact_submit {
  background-color: transparent;
  line-height: 1.67;
  padding: 0;
  margin: 0.625rem 0 0;
}

.container .contact_submit:hover,
.container .contact_submit:focus {
  background-color: transparent;
}

.contact_submit span {
  color: #0b0b0b;
  font-size: 0.75rem;
  opacity: 0.5;
}

.contact_submit .icon-arrow-right-thin {
  width: 1.25rem;
  height: 0.75rem;
  position: relative;
  top: 0.125rem;
}

/* Module: S */
.footer-newsletter {
  order: -1;
  width: 100%;
  background-color: #15397e;
  color: #ffffff;
  padding: 0.3125rem 1.25rem 2.1875rem 1.25rem;
}

.footer-newsletter__form {
  border-bottom: 0.125rem solid #0a1c42;
}

.footer-newsletter__label {
  font-size: 1.625rem;
  font-weight: 600;
}

.footer-newsletter__description {
  font-size: 0.875rem;
  line-height: 1.57;
  font-family: "Open Sans";
}

.footer-newsletter__sign-up {
  display: flex;
  justify-content: space-between;
}

.footer-newsletter__email {
  color: #ffffff;
  width: 100%;
  border: none;
  background-color: transparent;
}

.footer-newsletter__email::placeholder {
  color: #ffffff;
}

.footer-newsletter__email::-ms-input-placeholder {
  color: #ffffff;
}

.footer-newsletter__submit {
  border: none;
  background-color: transparent;
  width: 1.875rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}

.footer-newsletter__submit .icon-arrow-right {
  width: 1.3125rem;
  height: 1.25rem;
}

/* Module: S */
.footer-content {
  display: flex;
  justify-content: space-between;
  background-color: #0a1c42;
  flex-wrap: wrap;
}

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

ul.footer-links {
  width: 50%;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.footer-links__item {
  height: 3.125rem;
  display: flex;
  align-items: center;
}

.footer-links__link {
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

ul.footer-social {
  width: 50%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.footer-social__item {
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: start;
}

.footer-social__item .icon-youtube {
  width: 1.5625rem;
  height: 1.0625rem;
}

.footer-social__item .icon-linkedin {
  width: 1.625rem;
  height: 1.5625rem;
}

.footer-social__text {
  padding-left: 0.625rem;
}

.footer-social__link {
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.footer__go-top {
  display: none;
}

/* Module: S */
.content {
  margin-bottom: 4.6875rem;
}

.sidebar {
  margin-bottom: 4.6875rem;
}

@media screen and (min-width: 1024px) {
  .grid {
    display: grid;
    grid-template-columns: auto 23.75rem;
    grid-template-areas: "content sidebar";
    gap: 75px;
  }
  .content {
    grid-area: content;
  }
  .content > *:first-child {
    margin-top: 0;
  }
  .sidebar {
    grid-area: sidebar;
  }
}

/* Module: S */
.header-nav ul,
.header-nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-nav a {
  text-decoration: none;
}

.header-nav-l1__list {
  position: relative;
  transition: transform .2s ease-in;
}

.header-nav-l1__list--l2-active {
  transform: translateX(-100%);
  height: 0;
}

.header-nav-l1__list--l3-active {
  transform: translateX(-200%);
  height: 0;
}

.header-nav-l1__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-nav-l1__item::after {
  background-color: #0a1c42;
  content: '';
  display: block;
  height: 0.125rem;
  opacity: .5;
  width: 100%;
}

.header-nav-l1__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.25rem;
  font-weight: 600;
  height: 4.75rem;
  padding-left: 1.25rem;
  text-transform: uppercase;
}

.header-nav-l2__toggle {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  height: 4.75rem;
  justify-content: center;
  padding: 0;
  width: 2.5rem;
}

.header-nav-l2__toggle .icon-dash-right {
  height: 0.6875rem;
  width: 0.375rem;
  fill: #ffffff;
  stroke: #ffffff;
}

.header-nav-l1__item.active {
  background-color: #0a1c42;
}

.header-nav-l1__item.active .header-nav-l2__toggle .icon-dash-right {
  fill: #e3183d;
  stroke: #e3183d;
}

.header-nav-l2__list {
  background-color: #0a1c42;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-nav-l2__item {
  align-items: center;
  display: flex;
  height: 3.375rem;
  justify-content: space-between;
}

.header-nav-l2__link {
  color: #fafafa;
  font-family: "Open Sans";
  font-size: 1rem;
  padding-left: 1.25rem;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
}

.header-nav-l3__list {
  background-color: #0a1c42;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-nav-l3__item {
  align-items: center;
  display: flex;
  height: 3.375rem;
  justify-content: space-between;
}

.header-nav-l3__link {
  color: #dedede;
  font-size: 1.125rem;
  font-weight: 600;
  padding-left: 1.25rem;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
}

.header-nav__go-back {
  align-items: center;
  background-image: linear-gradient(to top, #123066, #15397e);
  border: none;
  display: flex;
  height: 4.25rem;
  justify-content: start;
  padding-left: 1.0625rem;
  width: 100%;
}

.header-nav__go-back .icon-arrow-right {
  height: 0.875rem;
  transform: rotate(0.5turn);
  width: 1.1875rem;
}

.header-nav__go-back span {
  color: #fafafa;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 600;
  padding-left: 0.9375rem;
}

.header-nav-l3__toggle {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  height: 3.375rem;
  justify-content: center;
  padding: 0;
  width: 2.5rem;
}

.header-nav-l3__toggle .icon-arrow-right {
  height: 0.875rem;
  width: 1.1875rem;
}

.header-nav-l2__item.active .header-nav-l3__toggle .icon-arrow-right {
  fill: #e3183d;
  stroke: #e3183d;
}

/* Module: S */
.header-search__toggle {
  display: none;
}

.header-search__form {
  align-items: center;
  border-bottom: 0.0625rem solid #113671;
  display: flex;
  height: 4.75rem;
  justify-content: space-between;
}

.header-search__input {
  background-color: transparent;
  border: none;
  color: #ffffff;
  height: 4.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

.header-search__input::placeholder {
  color: #ffffff;
}

.header-search__submit {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  height: 4.75rem;
  justify-content: center;
  width: 3.75rem;
}

.header-search__submit .icon-search {
  height: 1.125rem;
  width: 1.0625rem;
  fill: #ffffff;
}

.main-header--submenu-open .header-search__toggle .icon-search {
  fill: #ffffff;
}

/* Module: S */
.header-text {
  background-color: #ffffff;
  margin-left: calc((100vw - 100%) / -2);
  width: 100vw;
}

.header-text__header {
  color: #15397e;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-family: "Open Sans";
  font-weight: normal;
  padding: 1.875rem 1.25rem 0;
}

.header-text__text {
  width: 100vw;
  padding: 1.875rem 1.25rem;
}

.header-text__text p {
  color: #0b0b0b;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: "Open Sans";
  margin: 1.25rem 0;
}

/* Module: S */
.main-header,
.main-header--home.main-header--mobile-menu-active {
  background-color: #fff;
  height: 92px;
  padding-top: 0.625rem;
  position: relative;
  z-index: 2;
}

.main-header--home {
  background-color: transparent;
}

.header-content {
  position: relative;
}

.header-logo__wrapper {
  color: #15397e;
  display: inline-block;
  padding: 0 14px;
  position: relative;
  z-index: 4;
}

.main-header--home .header-logo__wrapper,
.main-header--submenu-open .header-logo__wrapper {
  color: #ffffff;
}

.main-header--mobile-menu-active .header-logo__wrapper {
  color: #15397e;
}

.header-logo__image {
  height: 72px;
  width: 230px;
}

.header-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links__item--active {
  background-color: #0a1c42;
}

.header-links__link {
  font-size: 1rem;
  height: 4.75rem;
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #ffffff;
  text-decoration: none;
}

.main-header--submenu-open .header-links__link {
  color: #ffffff;
}

.header-links__item::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #0a1c42;
  opacity: 0.5;
}

.header__mobile-menu-toggle {
  position: absolute;
  right: 1.25rem;
  top: 1.0625rem;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
}

.header__mobile-menu-toggle .icon-menu {
  width: 1.5rem;
  height: 1.0625rem;
  fill: #15397e;
}

.main-header--home .header__mobile-menu-toggle .icon-menu {
  fill: #ffffff;
}

.header__mobile-menu-toggle[aria-expanded='true'] .icon-menu {
  display: none;
}

.header__mobile-menu-toggle .icon-close {
  display: none;
}

.header__mobile-menu-toggle[aria-expanded='true'] .icon-close {
  fill: #15397e;
  display: inline-block;
  width: 1.5rem;
  height: 1.125rem;
}

.header__mobile-menu-toggle[aria-expanded='true'] + .header__mobile-menu {
  display: block;
}

.header__mobile-menu {
  display: none;
  background-color: #0a1c42;
  position: absolute;
  top: 82px;
  width: 100%;
}

.header__mobile-wrapper {
  background-image: linear-gradient(to top, #123066, #15397e);
}

.header-section--hidden {
  display: none;
}

.main-header--mobile-menu-active + main#main {
  position: relative;
}

.main-header--mobile-menu-active + main#main::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: 1;
  opacity: 0.9;
}

/* Module: S */
.hero-text {
  background-image: linear-gradient(to top, rgba(21, 57, 126, 0), #0e2655), linear-gradient(273deg, #15397e, #0a1c42);
  padding: 2.5rem 1.25rem 3.125rem;
  color: #ffffff;
  margin-top: 2.5rem;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
}

.hero-text__subtitle {
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "Neustadt";
}

.hero-text__title {
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.43;
  font-size: 1.75rem;
}

.hero-text__title a {
  color: #fbfbfb;
  text-decoration: none;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 1.43;
  font-size: 1.75rem;
  position: relative;
  display: inline-block;
}

.hero-text__title a::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.125rem;
  background-image: linear-gradient(to right, #f5515f, #9f041b);
  position: absolute;
  left: 0;
  bottom: 0.125rem;
}

.hero-text__title a::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.125rem;
  background-image: none;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  opacity: 0;
  transition: .2s opacity ease-in;
}

.hero-text__title a:hover::after {
  opacity: 1;
}

.hero-text__title strong {
  font-weight: 400;
  position: relative;
}

.hero-text__title strong::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.125rem;
  background-image: linear-gradient(to right, #f5515f, #9f041b);
  position: absolute;
  left: 0;
  bottom: 0.125rem;
}

.hero-text__title--normal {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.33;
}

.hero-text__description {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #ffffff;
  font-family: "Open Sans";
}

.hero-text__more,
.hero-text__link {
  color: #ffffff;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans";
}

.hero-text__more-text:hover {
  text-decoration: underline;
}

.hero-text .svg-icon.icon-arrow-right-thin {
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  top: 0.3125rem;
  left: 0.4375rem;
}

.hero-text .svg-icon.icon-arrow-left-thin {
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  top: 0.3125rem;
  transform: rotate(180deg);
  margin-right: 0.625rem;
}

.link--external:after {
  content: url("mysource_files/link-external-red.svg");
  display: inline-block;
  position: relative;
  top: 0.125rem;
  right: -0.625rem;
}

/* Module: S */
.hero {
  position: relative;
  z-index: 0;
}

.hero::after {
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  bottom: 0;
  content: '';
  display: block;
  height: 10.875rem;
  left: 0;
  opacity: .6;
  position: absolute;
  width: 100%;
}

.hero::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
  content: '';
  display: block;
  height: 10.875rem;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero__image {
  display: block;
  height: 20.75rem;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.hero__text {
  top: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.875rem;
  left: 0;
  line-height: 2.375rem;
  margin: 0;
  padding: 2.0625rem 1.25rem;
  position: absolute;
  z-index: 1;
  height: 100%;
  text-shadow: 0px 0px 9px black;
}

.hero--text-middle .hero__text {
  font-size: 2.625rem;
  line-height: 3.25rem;
  justify-content: center;
}

.hero__location {
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.67;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
}

.icon-location {
  width: 15px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 6px;
}

.hero__text.hero__text--project {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 2.375rem;
}

/* Module: S */
.home-cta {
  background-color: #15397e;
  margin-left: calc((100vw - 100%) / -2);
  width: 100vw;
  margin-bottom: 3.125rem;
}

.home-cta__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home-cta__item {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding: 1.6875rem 1.25rem;
}

.home-cta__item:last-of-type {
  border-bottom: none;
}

.home-cta__link {
  color: #ffffff;
  text-decoration: none;
}

.home-cta__title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.6875rem;
  margin-top: 0;
}

.home-cta__subtitle {
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.home-cta__subtitle .icon-arrow-right-thin {
  height: 1.25rem;
  left: 0.625rem;
  opacity: 0;
  position: relative;
  top: 0.3125rem;
  transition: .2s all ease-in;
  width: 1.25rem;
}

/* Module: S */
.home-hero {
  margin-top: -92px;
  position: relative;
}

.home-hero::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-hero__video-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-hero__image,
.home-hero__video {
  height: 31rem;
  object-fit: cover;
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.home-hero__video iframe {
  width: 100%;
  height: 100%;
}

.home-hero__text {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  left: 0;
  margin: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 0;
  text-shadow: 0 0 22px #000000;
  width: 100%;
  font-size: 2.625rem;
  font-weight: 400;
  z-index: 1;
}

/* Module: S */
.image-row img {
  display: block;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  width: 100%;
}

/* Module: S */
.image-slider {
  margin: 2.5rem -1.25rem 1.25rem;
  position: relative;
}

.image-slider::after {
  content: '';
  display: block;
  width: 100%;
  height: 53px;
  position: absolute;
  bottom: 53px;
  left: 0;
  background: #f4f3f3;
  z-index: 0;
}

.image-slider__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.image-slider__details {
  background-color: #f4f3f3;
  height: 3.3125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.image-slider__title {
  color: #696969;
  font-family: "Open Sans";
  font-size: 0.75rem;
  line-height: 1.67;
  text-transform: uppercase;
}

.image-slider__item {
  padding-bottom: 6.625rem;
  position: relative;
}

.image-slider__image {
  height: 11.5625rem;
  width: 100%;
  object-fit: cover;
}

.image-slider .slick-arrow {
  background-color: transparent;
  bottom: 3.3125rem;
  height: 3.3125rem;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: -999em;
  width: 1.25rem;
  z-index: 1;
}

.image-slider .slick-arrow:hover,
.image-slider .slick-arrow:focus {
  background-color: transparent;
}

.image-slider .slick-arrow::after {
  background-image: url(mysource_files/arrow-right-thin.svg);
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 1rem;
  left: calc(50% - 0.75rem);
  position: absolute;
  top: calc(50% - 0.5rem);
  width: 1.4375rem;
}

.image-slider .slick-next {
  right: 1.25rem;
}

.image-slider .slick-prev {
  left: 1.25rem;
}

.image-slider .slick-prev::after {
  transform: rotate(0.5turn);
}

.image-slider .slick-dots {
  bottom: 3.5rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 3.5rem;
  z-index: 1;
}

.image-slider .slick-dots li {
  display: inline-block;
  padding-left: 1rem;
}

.image-slider .slick-dots button {
  background-color: #b3b6b8;
  border: 0.125rem solid #f4f3f3;
  border-radius: 0.3125rem;
  height: 0.625rem;
  padding: 0;
  text-indent: -999em;
  width: 0.625rem;
}

.image-slider .slick-dots button:hover,
.image-slider .slick-dots button:focus {
  background-color: #e3183d;
  border-color: #e3183d;
}

.image-slider .slick-active button {
  background-color: #e3183d;
  border-color: #e3183d;
}

/* Module: S */
.two-col__content {
  width: 100%;
  margin-bottom: 3.125rem;
}

.two-col__aside {
  width: 100%;
}

/* Module: S */
main > .container,
form > .container {
  font-family: "Open Sans";
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 1.875rem;
}

main > .container th,
form > .container th {
  color: #000000;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  padding: 0.3125rem;
}

main > .container td,
form > .container td {
  border-color: #e4e4e4;
  padding: 0.3125rem;
}

main.main--home > .container {
  margin-top: 0;
}

main.main--home {
  background-color: #e4e4e4;
  padding-bottom: 0rem;
}

main.main--grey-bg {
  background-color: #e4e4e4;
}

.page--service-details main > .container {
  font-size: 0.875rem;
  font-family: "Open Sans";
  line-height: 1.86;
  color: #0b0b0b;
}

.page--search-results main {
  background-color: #e4e4e4;
}

.page--search-results .main > .container > .inside-top-bar {
  display: none;
}

.page--search-results.page--news-events-listing .main > .container > .inside-top-bar {
  display: flex;
}

.page--search-results .main > .container {
  margin-top: 0;
}

/* Module: S */
main > .container form {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

main > .container fieldset {
  margin: 0.625rem 0 0;
  padding: 0;
  border: 0;
  display: block;
}

main > .container legend {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 1.25rem 0 0.625rem;
}

main > .container input[type="text"],
main > .container input[type="email"],
main > .container input[type="password"],
main > .container input[type="number"],
main > .container select,
main > .container textarea {
  border: 0.0625rem solid #dedede;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  max-width: 100%;
  width: 100%;
  padding: 0.5rem;
}

main > .container input[type="submit"],
main > .container button {
  background-color: #15387f;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

main > .container input[type="submit"]:hover, main > .container input[type="submit"]:focus,
main > .container button:hover,
main > .container button:focus {
  background-color: #0d2555;
}

main > .container select {
  height: 2.5rem;
}

main > .container .sq-form-question-datetime select {
  height: auto;
}

main > .container fieldset ul {
  margin: 0;
  padding: 0 0 0.625rem;
  list-style-type: none;
}

main > .container fieldset ul li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

main > .container fieldset ul li::before {
  content: '';
  display: none;
}

main > .container input[type="checkbox"] + label,
main > .container input[type="radio"] + label {
  padding-left: 0.3125rem;
}

/* Module: S */
.inside-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 0.125rem solid #e0e0e0;
  margin-bottom: 2.5rem;
}

.main--home .inside-top-bar {
  display: none;
}

.page--news-events .inside-top-bar {
  display: none;
}

/* Module: S */
.inside-widget-with-thumbnail {
  background-color: #15397e;
  color: #ffffff;
  padding: 1.4375rem 1.25rem 2.0625rem;
  font-family: "Open Sans";
}

.inside-widget-with-thumbnail__details {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.43;
  margin-bottom: 1.875rem;
}

.inside-widget-with-thumbnail__header {
  margin: 0;
  font-weight: 400;
  font-size: 1.5rem;
}

.inside-widget-with-thumbnail__title {
  margin: 0;
  font-weight: 400;
  font-size: 1.25rem;
}

.inside-widget-with-thumbnail__image {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  height: auto;
  width: 25rem;
  margin-right: 1.25rem;
  cursor: pointer;
  margin: 1.5rem 0;
}

.icon-download {
  width: 1.1875rem;
  height: 0.9375rem;
  fill: #ffffff;
}

.inside-widget-with-thumbnail__download-link {
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}

.svg-icon {
  width: 1.125rem;
  height: 1.625rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  position: relative;
  fill: #e3183d;
}

/* Module: S */
.inside-widget {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  background-color: #15397e;
  color: #ffffff;
  padding: 1.4375rem 1.25rem 2.0625rem;
  font-family: "Open Sans";
}

.inside-widget.inside-widget--aside {
  margin-bottom: 1.875rem;
}

.inside-widget__person-wrapper {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  font-size: 0.875rem;
}

.inside-widget__header {
  margin: 0;
  font-weight: 300;
  font-size: 1.5rem;
}

.inside-widget__person-image {
  border: solid 0.25rem #ffffff;
  border-radius: 3.125rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  height: 3.9375rem;
  width: 3.9375rem;
  margin-right: 1.25rem;
}

.inside-widget__person-details {
  line-height: 1.43;
}

.inside-widget__person-wrapper span {
  display: block;
}

.inside-widget__contact-list {
  margin: 0;
  padding: 1.25rem 0 0;
  list-style-type: none;
  font-size: 0.875rem;
}

.inside-widget__contact-item {
  display: flex;
  align-items: center;
  padding-bottom: 0.3125rem;
}

.inside-widget__contact-item:last-of-type {
  padding-bottom: 0;
}

.inside-widget__contact-item .icon-contact-mail {
  width: 1.25rem;
  height: 0.9375rem;
  fill: #ffffff;
  flex-shrink: 0;
}

.inside-widget__contact-item .icon-contact-linkedin {
  width: 1.1875rem;
  height: 0.9375rem;
  fill: #ffffff;
}

.inside-widget__contact-link {
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  padding-left: 0.9375rem;
  word-break: break-word;
}

.inside-widget__contact-details {
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 6.25rem;
}

.inside-widget__contact-inquiry {
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.inside-widget__contact-inquiry .icon-arrow-thin-right {
  width: 1.25rem;
  height: 0.9375rem;
  position: relative;
  top: 0.1875rem;
  left: 0.3125rem;
  transition: .2s ease-in translate;
}

.inside-widget__details {
  margin-bottom: 1.875rem;
}

.inside-widget__service-link {
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}

.inside-widget__details--awards p {
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
}

.inside-widget__details--awards .svg-icon {
  width: 1.125rem;
  height: 1.625rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  position: relative;
  top: 0.3125rem;
}

.inside-widget__phone a {
  color: #ffffff;
  text-decoration: none;
}

.inside-widget__default-header {
  font-size: 28px;
  margin-bottom: 10px;
}

.default-contact-list {
  padding-top: 0;
}

.default-details {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.default-contact-item {
  min-height: 40px;
}

.default-contact-item img {
  max-width: 25px;
  margin-right: 10px;
}

.default-contact-item-desc {
  min-height: 40px;
  margin-top: 10px;
  font-size: 16px;
}

.inside-widget__phone-icon {
  margin-right: 4px;
}

.default-phone-no {
  font-weight: 600;
  font-size: 16px;
}

.inside-widget__mail-icon {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.default__mail-link {
  padding: 0;
  font-weight: 600;
  font-size: 14px;
}

.contact-us__form {
  padding-top: 50px;
}

/* Module: S */
.links-box {
  background-color: #15397e;
  padding: 1.25rem 1.25rem;
  color: #ffffff;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
}

.links-box__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
}

.links-box__list-item {
  margin: 0.3125rem 0;
}

.links-box__link {
  font-family: "Neustadt";
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  color: #f7f6f6;
  text-decoration: none;
}

.links-box__link.links-box__link--active {
  border-bottom: 1px solid #f7f6f6;
}

.text-on-image-tab {
  display: none;
}

.text-on-image-tab--active {
  display: block;
}

/* Module: S */
figcaption {
  background-color: white;
  padding: 1.25rem;
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: normal;
  color: #696969;
  text-transform: uppercase;
}

figure img {
  display: inherit;
  width: 100%;
}

.news-event__type {
  color: #b71337;
  font-size: 1.25rem;
  font-family: "Neustadt";
}

.news-event__date {
  font-family: "Neustadt";
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1;
  color: #696969;
  margin-left: 0.9375rem;
  display: inline-block;
}

p.strong {
  font-weight: bold;
}

/* Module: S */
.rich-quote {
  margin-top: 4.375rem;
  display: flex;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.rich-quote__details {
  background-color: #e4e4e4;
  color: #0b0b0b;
  padding: 1.25rem;
  position: relative;
  text-align: center;
  padding-top: 3.6875rem;
}

.rich-quote__thumbnail {
  border: solid 0.25rem #ffffff;
  border-radius: 3.125rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  height: 6.125rem;
  left: calc(50% - 3.0625rem);
  position: absolute;
  top: -3.0625rem;
  width: 6.125rem;
}

.rich-quote__description {
  font-family: "Open Sans";
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 1.5625rem;
}

.rich-quote__author {
  color: #696969;
  display: block;
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.67;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}

/* Module: S */
.rich-slider {
  margin-left: calc((100vw - 100%) / -2);
  margin-top: 1.9375rem;
  width: 100vw;
  z-index: 1;
}

.rich-slider__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.rich-slider__item {
  padding-top: 3.0625rem;
}

.rich-slider__item-details {
  background-color: #f7f6f6;
  color: #0b0b0b;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.rich-slider__item-type {
  color: #b71337;
  display: block;
  font-size: 1.25rem;
  text-align: left;
  font-family: "Neustadt";
}

.rich-slider__item-thumbnail {
  border: solid 0.25rem #ffffff;
  border-radius: 3.125rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  height: 6.125rem;
  left: calc(50% - 3.0625rem);
  position: absolute;
  top: -3.0625rem;
  width: 6.125rem;
}

.rich-slider__item-title {
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: 400;
  padding-top: 1.25rem;
}

.rich-slider__item-description {
  font-family: "Open Sans";
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 2.1875rem;
}

.rich-slider__item-details--bg-grey {
  background-color: #f7f6f6;
}

.rich-slider__item-author {
  font-family: "Open Sans";
  font-size: 0.75rem;
  line-height: 1.67;
  font-weight: bold;
  color: #696969;
  text-transform: uppercase;
  margin-bottom: 2.625rem;
  display: block;
}

.rich-slider__item-more {
  display: block;
  color: #0b0b0b;
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

.rich-slider__item-more .icon-arrow-right-thin {
  height: 1.125rem;
  left: 0.4375rem;
  position: relative;
  top: 0.3125rem;
  width: 1.125rem;
}

.rich-slider .slick-dots {
  position: absolute;
  top: 4.5rem;
  right: 1.25rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.rich-slider .slick-dots li {
  display: inline-block;
  padding-left: 1rem;
}

.rich-slider .slick-dots button,
.rich-slider .slick-dots button:focus {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.125rem solid #ffffff;
  text-indent: -999em;
  background-color: #b3b6b8;
  padding: 0;
  border-radius: 0.3125rem;
}

.rich-slider .slick-active button {
  border-color: #e3183d;
  background-color: #e3183d;
}

.rich-slider .slick-dots button:hover,
.rich-slider .slick-dots .slick-active button:focus {
  background-color: #e3183d;
  border-color: #e3183d;
}

/* Module: S */
.rich-text {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 0.9375rem 1.25rem 3.125rem;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
}

.rich-text__container-header {
  color: #15397e;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-family: "Open Sans";
  font-weight: normal;
  margin-top: 0;
}

.rich-text__container--right p {
  color: #0b0b0b;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: "Open Sans";
  margin: 1.25rem 0;
}

.rich-text + div {
  margin-top: 0;
}

.rich-text__container--left {
  text-align: right;
  padding-right: 1.6875rem;
  border-right: solid 2px #15397e;
}

.rich-text__author {
  display: flex;
  align-items: center;
  margin-top: 2.25rem;
}

.rich-text__author--image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.rich-text_author--about {
  display: flex;
  flex-direction: column;
  margin-left: 0.9375rem;
  color: #15397e;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.57;
}

.rich-text_author--name {
  font-weight: 600;
}

/* Module: S */
.search-filters {
  background-color: #15397e;
  color: #ffffff;
  padding: 0rem 1.25rem;
  font-family: "Open Sans";
}

.search-filters__container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.search-filters__filter-input-wrapper {
  display: flex;
  border-bottom: 0.125rem solid rgba(179, 182, 184, 0.5);
}

.search-filters__input {
  font-size: 1.25rem;
  line-height: 1.46;
  height: 2.875rem;
  background-color: transparent;
  color: #ffffff;
  border: none;
  width: calc(100% - 2.875rem);
}

.search-filters__search-button {
  border: 0;
  background-color: transparent;
  height: 2.875rem;
  width: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}

.search-filters__search-button .svg-icon.icon-search {
  fill: #ffffff;
  width: 1.3125rem;
  height: 1.375rem;
}

.search-filters__label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
}

.search-filters__filter {
  width: 100%;
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.search-filters__filter .selectize-control {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  z-index: 1;
  height: 2.5rem;
}

.search-filters__filter .selectize-input.full {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 0;
}

.search-filters__filter .selectize.single .selectize-input.full.input-active {
  background-color: transparent;
}

.search-filters__filter .selectize-control.single .selectize-input::after {
  background-image: url("mysource_files/arrow-bottom-thin.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  height: 0.625rem;
  right: 0;
  transform: rotate(0.25turn);
  width: 1.125rem;
}

.search-filters__filter .selectize-control.single .selectize-input.dropdown-active::after {
  background-image: url("mysource_files/arrow-right-thin.svg");
  transform: rotate(-0.25turn);
}

.search-filters__filter .selectize-dropdown-content {
  max-height: none;
}

.search-filters__filter .selectize-dropdown {
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius: 0;
  font-size: 1rem;
}

.search-filters__filter .selectize-dropdown .option {
  padding: 0.875rem 0.8125rem 0.75rem;
  color: #061228;
  border-bottom: 0.0625rem solid #e7e8ea;
}

.search-filters__filter .option:hover {
  background-color: #e7e8ea;
}

.search-filters__filter .option.selected {
  background-color: #e7e8ea;
}

.page--search-results .search-filters__filter {
  text-transform: capitalize;
}

/* Module: S */
.search-pagination {
  text-align: center;
  padding-bottom: 3.125rem;
  margin-top: 2.5rem;
}

.pagination {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.pagination__item {
  display: inline-block;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}

.pagination__page {
  font-size: 1rem;
  position: relative;
  font-weight: bold;
  color: #0b0b0b;
}

.pagination__page::after {
  content: '';
  display: block;
  width: 0.5625rem;
  height: 0.1875rem;
  background-color: #e3183d;
  left: 0;
  bottom: -0.625rem;
}

.pagination__link {
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: #0b0b0b;
}

.pagination__more {
  font-size: 1rem;
  position: relative;
  font-weight: bold;
}

.pagination .icon-arrow-right-thin {
  width: 1.25rem;
  height: 0.875rem;
}

.pagination__link.pagination__prev .icon-arrow-right-thin {
  transform: rotate(0.5turn);
}

/* Module: S */
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* Module: S */
.services-navigation {
  background-color: #15397e;
  height: 4.375rem;
  overflow: hidden;
  display: none;
}

.services-navigation__list {
  display: block;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

.services-navigation__item {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.services-navigation__item.services-navigation__item--current {
  display: inline-block;
}

.services-navigation__link {
  color: #f7f6f6;
  font-size: 1rem;
  font-weight: 600;
  line-height: 4.375rem;
  text-decoration: none;
}

.services-navigation__item--current .services-navigation__link {
  display: block;
  text-decoration: underline;
}

/* Module: S */
.share-bar {
  display: none;
  align-items: center;
}

.share-bar__list {
  display: none;
}

/* Module: S */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

[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-arrow.slick-hidden {
  display: none;
}

/* Module: S */
.stats-bar {
  display: none;
  font-family: "Neustadt";
}

.stats-bar--full-width {
  width: 100vw;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: block;
  background-color: #f7f6f6;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}

.stats-bar--full-width .stats-bar__item-text {
  color: #696969;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.stats-bar__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.stats-bar__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  text-align: center;
  width: 100%;
}

.stats-bar__item-value {
  color: #9f041b;
  font-size: 3.25rem;
  font-weight: 300;
}

@supports (mix-blend-mode: lighten) {
  .stats-bar__item-value {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #f5515f, #9f041b);
    -webkit-text-fill-color: transparent;
  }
}

.stats-bar__item-text {
  color: #696969;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.11;
  margin-top: 1.125rem;
}

/* Module: S */
.text-image {
  background-color: #e4e4e4;
  margin-left: calc((100vw - 100%) / -2);
  width: 100vw;
}

.text-image--no-background {
  width: 100%;
  margin-left: 0;
  background-color: transparent;
}

.text-image--no-background .text-image__text {
  width: 100%;
}

.text-image--no-background .text-image__image {
  width: 100%;
  margin-left: 0;
}

.text-image__header {
  color: #0b0b0b;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-family: "Open Sans";
  font-weight: normal;
}

.text-image__text {
  width: 100vw;
  padding: 1.875rem 1.25rem;
}

.text-image__text p {
  color: #0b0b0b;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: "Open Sans";
  margin: 1.875rem 0;
}

.text-image__image {
  width: 100vw;
  max-width: none;
  display: block;
  margin-left: calc((100vw - 100%) / -2);
}

.text-image__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.text-image--no-background .text-image__text {
  padding: 0;
}

/*
.text-image--no-background .text-image__image {
    padding-top: pxToRem(40);
}
*/
/* Module: S */
.text-on-image {
  color: #ffffff;
  margin-left: calc((100vw - 100%) / -2);
  overflow: auto;
  width: 100vw;
}

.text-on-image__img {
  width: 100vw;
  max-width: none;
  display: block;
  background-size: cover;
  background-position: center center;
}

.text-on-image__box {
  background-color: #15397e;
  padding: 1.875rem 1.25rem;
  width: 100vw;
}

.text-on-image__title {
  font-size: 1.5rem;
  line-height: 1.67;
  font-weight: normal;
}

.text-on-image__description {
  font-size: 0.875rem;
  line-height: 2;
}

/* Module: S */
.video__container {
  margin: 2rem 0;
  position: relative;
}

p + .video__container {
  margin: 2.8125rem 0;
}

.video__header {
  color: #15397e;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-family: "Open Sans";
  font-weight: normal;
}

.video__text {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding: 2.5rem 1.25rem;
}

.video__note {
  color: #b71337;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "Neustadt";
}

.video__thumbnail-wrapper {
  position: relative;
  font-size: 0;
}

.video_thumbnail {
  display: block;
}

.video__popup {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  text-align: right;
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  z-index: 5;
  transition: all .35s ease-in-out;
}

.video__popup.visible {
  visibility: visible;
  opacity: 1;
}

.video__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__popup--background {
  display: none;
  background-color: #000000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  transition: none;
}

main > .container button.video__open {
  border-radius: 50%;
  border: 4px solid #ffffff;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  bottom: -1.6875rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

main > .container button.video__open:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 16px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
}

main > .container button.video__close {
  border-radius: 50%;
  border: 3px solid #ffffff;
  width: 38px;
  height: 38px;
  position: relative;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

main > .container button.video__close .icon-close {
  fill: #ffffff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 7px;
}

.video__title-box {
  background-color: #15397e;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.67;
  color: #ffffff;
  padding: 1.25rem;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
}

@media (min-width: 80em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .home-search__form .twitter-typeahead {
    width: 100%;
    flex: 1;
  }
  .twitter-typeahead .home-search__input {
    height: 100%;
  }
  .search-suggest-result-large__title {
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 600;
  }
  .search-suggest-result-large__summary {
    display: block;
  }
  .search-suggest-result__container,
  .search-suggest-result-large__container {
    padding: 1.25rem 1.25rem 0 1.25rem;
    margin: 0 0 1.25rem 0;
  }
  /* Module: S */
  .back-to {
    display: block;
  }
  /* Module: S */
  .breadcrumbs__item {
    display: block;
  }
  .breadcrumbs__item::after {
    transform: rotate(0);
    margin-right: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    order: 1;
  }
  .breadcrumbs__item:last-of-type::after {
    visibility: hidden;
  }
  /* Module: S */
  .card-grid__header {
    font-size: 1.625rem;
  }
  .card-grid__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .card-grid__item {
    transition: .2s background-color ease-in;
  }
  .card-grid__item:hover {
    background-color: #b71337;
  }
  .card-grid__link {
    display: flex;
    justify-content: space-between;
  }
  .card-grid__item:hover .card-grid__link {
    color: #ffffff;
  }
  .card-grid--3-col .card-grid__item {
    width: 23.75rem;
    margin-right: 20px;
  }
  .card-grid--3-col .card-grid__item:nth-child(3n) {
    margin-right: 0;
  }
  .card-grid__item:hover .card-grid__type {
    color: #ffffff;
  }
  .card-grid__date {
    color: #696969;
    display: inline-block;
    font-family: "Neustadt";
    padding-left: 0.875rem;
  }
  .card-grid__title {
    font-size: 1.375rem;
  }
  .card-grid.card-grid--home .card-grid__title {
    font-size: 1.5rem;
  }
  .card-grid__item--project .card-grid__title {
    font-size: 1.875rem !important;
  }
  .card-grid__item:hover .card-grid__subtitle {
    color: #ffffff;
  }
  .card-grid__item:hover .card-grid__date {
    color: #ffffff;
  }
  .card-grid__item:hover .link--external::after {
    content: url("mysource_files/link-external-white.svg");
  }
  .card-grid__item:hover .icon-link-external-nc {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .card-grid--gray {
    margin-left: calc((100vw - 100%) / -2);
    padding: 1.875rem 2.5rem 1.25rem;
    width: 100vw;
  }
  .card-grid--gray .card-grid__header {
    margin-left: auto;
    margin-right: auto;
    width: 73.75rem;
  }
  .card-grid--gray .card-grid__list {
    margin-left: auto;
    margin-right: auto;
    width: 73.75rem;
  }
  .card-grid--slider {
    margin-left: calc((100vw - 100%) / -2);
    width: 100vw;
  }
  .card-grid--slider .card-grid__header {
    margin-left: auto;
    margin-right: auto;
    width: 73.75rem;
  }
  .card-grid--slider .card-grid__list {
    margin-left: auto;
    margin-right: auto;
    width: 75rem;
  }
  .card-grid--slider .card-grid__item {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    max-width: 23.75rem;
  }
  .card-grid--slider .card-grid__link {
    display: block;
  }
  .card-grid--slider.card-grid--service-details .card-grid__image {
    height: 12.5rem;
    width: 100%;
  }
  .card-grid--slider.card-grid--service-details .card-grid__details {
    min-height: 11rem;
    height: auto;
  }
  .card-grid--slider .slick-arrow {
    width: 6.875rem;
  }
  .card-grid--slider .slick-next {
    right: -7.5rem;
  }
  .card-grid--slider .slick-prev {
    left: -7.5rem;
  }
  .card-grid--services-projects .card-grid__link {
    flex-wrap: wrap;
  }
  .card-grid__show-more {
    padding-bottom: 2rem;
  }
  .card-grid--no-hover .card-grid__item:hover .card-grid__link,
  .card-grid--no-hover .card-grid__item:hover .card-grid__description {
    color: #ffffff;
  }
  .card-grid--no-hover .card-grid__item:hover .card-grid__more {
    color: #ffffff;
  }
  .card-grid--aside .card-grid__title {
    font-size: 1.375rem;
  }
  .card-grid--aside .card-grid__details {
    min-height: 22.5rem;
  }
  .search-results__heading {
    font-size: 3.125rem;
  }
  .search-results__info {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
  .card-grid--search-results {
    display: flex;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    padding: 0;
  }
  .card-grid--search-results .card-grid__item {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: 23.75rem;
  }
  .card-grid--search-results .card-grid__item:hover .card-grid__type {
    color: #ffffff;
  }
  .card-grid--search-results .card-grid__item:hover .card-grid__date {
    color: #ffffff;
  }
  .card-grid--search-results .card-grid__item:hover .card-grid__link,
  .card-grid--search-results .card-grid__item:hover .card-grid__description,
  .card-grid--search-results .card-grid__item:hover .card-grid__more {
    color: #ffffff;
  }
  .card-grid--search-results .card-grid__item--white-bg:hover {
    background-color: #b71337;
  }
  .card-grid--search-results .card-grid__item--white-bg:hover .card-grid__date,
  .card-grid--search-results .card-grid__item--white-bg:hover .card-grid__type,
  .card-grid--search-results .card-grid__item--white-bg:hover .card-grid__link,
  .card-grid--search-results .card-grid__item--white-bg:hover .card-grid__description,
  .card-grid--search-results .card-grid__item--white-bg:hover .card-grid__more {
    color: #ffffff;
  }
  .card-grid--search-results .card-grid__image img {
    height: 16.625rem;
  }
  .card-grid--search-results .card-grid__meta {
    display: block;
    margin-top: 1.25rem;
    min-height: 1.375rem;
  }
  .card-grid--search-results .card-grid__item--white-bg .card-grid__meta {
    margin-top: 0rem;
  }
  .card-grid--search-results .card-grid__link {
    height: 100%;
  }
  .card-grid--search-results .card-grid__details {
    height: 100%;
  }
  /* Module: S */
  .contact-map {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .contact-map__container {
    width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .contact-map__main-map {
    width: 660px;
    height: 575.76px;
  }
  .contact-map__heading {
    font-size: 1.875rem;
    padding-top: 3.4375rem;
    padding-left: 0;
  }
  .contact-map__map-wrapper {
    width: 41.25rem;
    margin-left: 3.75rem;
  }
  .contact-person {
    position: absolute;
    right: 0;
    top: 8.625rem;
  }
  .contact-person__item--sydney {
    border-bottom: 0;
  }
  .contact-map__region {
    font-size: 0.75rem;
  }
  .contact-map__region-riverina {
    top: 13.1875rem;
    left: 11.875rem;
  }
  .contact-map__region-northcoast {
    top: 4.375rem;
    right: 0rem;
  }
  .contact-map__region-hunter {
    top: 6.875rem;
    right: 5rem;
  }
  .contact-map__region-southcoast {
    top: 24.375rem;
    right: 10.625rem;
  }
  .contact-map__region-sydney {
    top: 19.4375rem;
    right: 7.75rem;
  }
  .contact-offices {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: auto;
    width: 100vw;
    background-color: transparent;
    margin-top: -8.25rem;
    position: relative;
    z-index: 1;
  }
  .contact-offices__heading {
    width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    padding-left: 0;
  }
  .contact-offices__card-grid-wrapper {
    position: relative;
    background-color: #e4e4e4;
  }
  .contact-offices__card-grid-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 3.125rem;
    background-color: #0a1c42;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact-offices__card-grid-wrapper .card-grid {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-offices__card-grid-wrapper .card-grid__list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    justify-content: flex-start;
  }
  .contact-offices__card-grid-wrapper .card-grid__item {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .contact-offices__card-grid-wrapper .card-grid__details {
    padding: 1.5625rem 1.875rem;
  }
  .contact-offices__office {
    position: relative;
    z-index: 1;
    width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-offices__card-grid-wrapper .card-grid__link {
    height: 100%;
  }
  .contact-offices__card-grid-wrapper .card-grid__item {
    min-height: 22.5rem;
  }
  /* Module: S */
  .contact-us__form {
    display: flex;
    width: 100%;
  }
  .contact-us__header {
    width: 50%;
  }
  .contact-us__header span {
    font-size: 1.875rem;
  }
  .contact-us__form-wrapper {
    width: 50%;
  }
  .contact-us__form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.9375rem;
  }
  .contact-us__form-input-wrapper {
    width: calc(50% - 0.625rem);
  }
  .contact-us__form-wrapper label {
    display: block;
  }
  /* Module: S */
  .footer-newsletter {
    width: 30.625rem;
    height: 13.3125rem;
    order: 0;
    position: absolute;
    left: 36.875rem;
    top: -1.6875rem;
    z-index: 1;
  }
  /* Module: S */
  footer.footer {
    background-color: #0a1c42;
    height: 11.625rem;
    position: relative;
    margin-top: 0;
  }
  .footer.footer::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.125rem;
    background-image: linear-gradient(to right, #e3183d, #b71337);
    position: absolute;
    left: 0;
    top: -0.125rem;
    z-index: 1;
  }
  .footer.footer::after {
    content: '';
    display: block;
    width: 100%;
    height: 3.125rem;
    position: absolute;
    top: -3.125rem;
    left: 0;
    z-index: 0;
  }
  .footer-content {
    width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  ul.footer-links {
    width: 35rem;
    padding-top: 3.5625rem;
    padding-left: 0;
    padding-bottom: 1.875rem;
  }
  .footer-links__item {
    display: inline-block;
    padding-right: 2.6875rem;
  }
  ul.footer-social {
    position: absolute;
    top: 6.25rem;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-social__link {
    display: flex;
    padding-right: 3.625rem;
    align-items: center;
  }
  .footer__go-top {
    display: block;
    height: 100%;
    margin-top: 4.1875rem;
    text-decoration: none;
  }
  .footer__go-top .icon-gotop {
    width: 1.625rem;
    height: 1.625rem;
  }
  .footer__go-top .footer__go-top-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    font-weight: 600;
    font-family: "Open Sans";
    text-align: center;
    padding-top: 0.1875rem;
  }
  /* Module: S */
  /* Module: S */
  .header-nav {
    position: absolute;
    top: 2.8125rem;
    left: 0rem;
    z-index: 2;
    padding-left: 15.875rem;
    width: 100%;
  }
  .header-nav-l1__list {
    display: flex;
    position: static;
  }
  li.header-nav-l1__item {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    display: flex;
  }
  .header-nav-l1__item.active {
    background-color: transparent;
  }
  .header-nav-l1__item.active::after,
  .header-nav-l1__item:hover::after {
    opacity: 1;
  }
  .header-nav-l1__item.header-nav-l1__item--services::after {
    width: calc(100% - 7px);
  }
  .header-nav-l1__item::after {
    background-color: #e3183d;
    opacity: 0;
    content: "";
    display: block;
    width: 100%;
    height: 0.1875rem;
    position: relative;
    z-index: 2;
    transition: 0.2s opacity ease-in;
  }
  .header-nav-l1__link {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
    color: #0e0e0e;
  }
  .main-header--home .header-nav-l1__link {
    color: #ffffff;
  }
  .main-header--submenu-open .header-nav-l1__link {
    color: #ffffff;
  }
  .header-nav-l1__item--has-child .header-nav-l1__link:hover {
    color: #ffffff;
  }
  .header-nav-l1__item--has-child:hover > ul {
    display: block;
  }
  .header-nav-l1__item--has-child:hover::before {
    content: "";
    display: block;
    width: 100vw;
    height: 50rem;
    position: absolute;
    top: -4.1875rem;
    left: 50%;
    transform: translateX(-50vw);
    z-index: 0;
    background-image: linear-gradient(to top, #123066, rgba(21, 57, 126, 0.9));
  }
  .header-nav-l2__toggle {
    height: auto;
    transform: rotate(0.25turn);
    width: 1.5625rem;
    pointer-events: none;
  }
  .header-nav-l2__toggle .icon-dash-right,
  .header-nav-l1__item .header-nav-l2__toggle .icon-dash-right,
  .header-nav-l1__item.active .header-nav-l2__toggle .icon-dash-right {
    fill: #0e0e0e;
    stroke: #0e0e0e;
  }
  .main-header--home .header-nav-l1__item .header-nav-l2__toggle .icon-dash-right,
  .main-header--home .header-nav-l1__item.active .header-nav-l2__toggle .icon-dash-right,
  .main-header--submenu-open .header-nav-l1__item .header-nav-l2__toggle .icon-dash-right,
  .main-header--submenu-open .header-nav-l1__item.active .header-nav-l2__toggle .icon-dash-right {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .header-nav-l2__list {
    position: absolute;
    width: auto;
    left: calc(50% - 24.625rem);
    top: 4.375rem;
    background-color: transparent;
    width: 26.875rem;
  }
  .header-nav-l2__item--go-back,
  .header-nav-l3__item--go-back {
    display: none;
  }
  .header-nav-l2__item {
    display: block;
  }
  .header-nav-l2__item::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    background-color: #b3b6b8;
    opacity: 0;
    margin-top: 0.625rem;
  }
  .header-nav-l2__item:hover::after {
    opacity: 1;
  }
  .header-nav-l2__link {
    font-size: 1.25rem;
    padding-right: 0;
    padding-left: 0;
  }
  .header-nav-l3__toggle {
    display: none;
  }
  .header-nav-l2__item:hover .header-nav-l3__list {
    display: block;
    padding-left: 2.5rem;
    height: 100%;
  }
  .header-nav-l3__list {
    background-color: transparent;
    position: absolute;
    left: 26.8125rem;
    top: 0;
  }
  .header-nav-l3__link {
    font-size: 1.25rem;
    padding-left: 0;
  }
  /* Module: S */
  .header-search__toggle {
    background-color: transparent;
    border: none;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .header-search__toggle .icon-search {
    height: 1.125rem;
    width: 1.0625rem;
    fill: #15397e;
  }
  .main-header--home .icon-search {
    fill: #ffffff;
  }
  .header-search__toggle .icon-close {
    display: none;
  }
  .header-search__toggle[aria-expanded=true] .icon-close {
    display: block;
    fill: #b71337;
    height: 1.125rem;
    width: 1.0625rem;
  }
  .header-search__toggle[aria-expanded=true] .icon-search {
    display: none;
  }
  .header-search__toggle[aria-expanded=true] + .header-search__form-wrapper {
    display: block;
  }
  .header-search__toggle[aria-expanded=true] + .header-search__form-wrapper::before {
    background-image: linear-gradient(to top, #123066, #15397e);
    content: '';
    display: block;
    height: 41.9375rem;
    left: 50%;
    position: absolute;
    top: -1.375rem;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 0;
  }
  .header-search__form-wrapper {
    display: none;
  }
  .header-search__form {
    border-bottom: 0.125rem solid #15397e;
    display: flex;
    height: 5.625rem;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    position: relative;
    top: 11.9375rem;
    width: 73.75rem;
    z-index: 1;
  }
  .header-search__input {
    color: #ffffff;
    font-size: 3.125rem;
    padding-left: 0;
  }
  .header-search__input::placeholder {
    color: #ffffff;
    visibility: visible;
  }
  .header-search__input::-moz-placeholder {
    color: #ffffff;
    visibility: visible;
    opacity: 1;
  }
  .header-search__input::-ms-input-placeholder {
    color: #ffffff;
    visibility: visible;
  }
  .header-search__submit {
    align-items: center;
    display: flex;
    height: 5.625rem;
    justify-content: center;
    width: 3.125rem;
  }
  .svg-icon.icon-search {
    height: 1.0625rem;
    width: 1.625rem;
  }
  /* Module: S */
  .header-text {
    display: flex;
    margin: 3.125rem 0 2.1875rem;
    width: 100%;
  }
  .header-text__text {
    padding: 1.875rem 3.125rem 1.875rem 1.875rem;
    width: 50%;
  }
  .header-text__text p {
    font-size: 1rem;
    line-height: 2rem;
    margin: 1.25rem 0;
  }
  .header-text__text p:first-of-type {
    margin-top: 0;
  }
  .header-text__text p:last-of-type {
    margin-bottom: 0;
  }
  .header-text__header {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-top: 0.625rem;
    width: 50%;
    padding: 0.9375rem 0;
  }
  /* Module: S */
  .main-header {
    padding-top: 1.375rem;
    height: 7.125rem;
  }
  .header-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.75rem;
  }
  .header__mobile-menu-toggle {
    display: none;
  }
  .header__mobile-menu {
    background-color: transparent;
    display: block;
    height: auto;
    position: static;
  }
  .header__mobile-wrapper {
    background-image: none;
  }
  .header-links {
    font-family: "Open Sans";
    position: absolute;
    right: 3rem;
    top: 0rem;
    z-index: 2;
  }
  .header-links__item {
    display: inline-block;
    padding-left: 1.6875rem;
    background-color: transparent;
  }
  .header-links__item::after {
    display: none;
  }
  .header-links__link {
    display: inline;
    font-size: 0.875rem;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    color: #3c3c3c;
  }
  .main-header--home .header-links__link {
    color: #ffffff;
  }
  .header-links__link::after {
    background-color: #e3183d;
    opacity: 0;
    content: '';
    display: block;
    width: 100%;
    height: 0.1875rem;
    position: relative;
    z-index: 2;
    transition: 0.2s opacity ease-in;
  }
  .header-links__item--active .header-links__link::after,
  .header-links__link:hover::after {
    opacity: 1;
  }
  .main-header--mobile-menu-active + main#main::before {
    display: none;
  }
  /* Module: S */
  .hero-text {
    background-image: url(mysource_files/hero-text--home.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
  .card-grid + .hero-text {
    margin-top: 0;
  }
  .hero-text__container {
    max-width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-text__title {
    font-size: 2.375rem;
    width: 40rem;
  }
  .hero-text__title a {
    font-size: 2.375rem;
  }
  .hero-text__title--normal {
    font-size: 1.875rem;
    line-height: 1.33;
    width: 30rem;
  }
  .hero-text__description {
    font-size: 1rem;
    line-height: 2rem;
    width: 30rem;
  }
  /* Module: S */
  .hero::before {
    height: 17.3125rem;
  }
  .hero::after {
    height: 17.3125rem;
  }
  .hero__image {
    height: 33.25rem;
  }
  .hero__text {
    bottom: 3.125rem;
    font-size: 3.125rem;
    left: calc((73.75rem - 100%) / -2);
    line-height: 5.625rem;
    padding-left: 0;
    padding-right: 0;
    width: 73.75rem;
    z-index: 1;
  }
  .hero__scroll {
    border: 0.1875rem solid #ffffff;
    border-radius: 0.6875rem;
    bottom: 3.6875rem;
    content: '';
    display: block;
    height: 2.25rem;
    position: absolute;
    right: calc((100vw - 73.75rem) / 2);
    width: 1.375rem;
    z-index: 1;
  }
  .hero--text-middle .hero__text {
    font-size: 4.375rem;
    line-height: 5.625rem;
    font-weight: normal;
  }
  .hero__text--narrow {
    max-width: 37%;
  }
  .hero__scroll::before {
    animation: 1.6s scrollDown infinite ease;
    background-color: #ffffff;
    border-radius: 0.125rem;
    bottom: 1.3125rem;
    content: '';
    display: block;
    height: 0.4375rem;
    position: absolute;
    right: 0.4375rem;
    width: 0.125rem;
    z-index: 1;
  }
  .hero__text.hero__text--project {
    font-size: 3.125rem;
  }
  .page--service-details .hero__text {
    padding-right: 3.4375rem;
    line-height: 1.5;
  }
  /* Module: S */
  .home-cta {
    margin: -4.1875rem auto 4.375rem;
    width: 73.75rem;
    height: 8.4375rem;
    position: relative;
    z-index: 1;
  }
  .home-cta__list {
    display: flex;
  }
  .home-cta__item {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: 0.0625rem solid rgba(0, 0, 0, 0.2);
    width: 33.3%;
  }
  .home-cta__item:last-of-type {
    border-right: none;
  }
  .home-cta__link {
    display: block;
    padding: 1.6875rem 2rem;
  }
  .home-cta__link:hover {
    background-image: linear-gradient(271deg, #15397e, #0a1c42);
  }
  .home-cta__link:hover .icon-arrow-right-thin {
    opacity: 1;
    transform: translateX(0.375rem);
  }
  /* Module: S */
  .home-hero {
    margin-top: -7.125rem;
  }
  .home-hero__image,
  .home-hero__video {
    height: 41.9375rem;
    width: 100%;
  }
  .home-hero__text {
    font-size: 4.375rem;
    left: 50%;
    width: 36.25rem;
    transform: translateX(-36.25rem);
    padding-left: 0;
    padding-right: 0;
    line-height: 1.29;
  }
  /* Module: S */
  .image-row {
    margin-top: 1.875rem;
    margin-bottom: 4.8125rem;
    max-width: 73.75rem;
  }
  .image-row__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 73.75rem;
  }
  .image-row img {
    flex-shrink: 1;
  }
  .image-row__image-wrapper {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: 100%;
  }
  .image-row__image-wrapper:first-of-type {
    margin-left: 0;
  }
  .image-row__image-wrapper:last-of-type {
    margin-right: 0;
  }
  /* Module: S */
  .image-slider {
    clear: both;
    margin-left: 0;
    margin-right: 0;
  }
  .image-slider::after {
    bottom: 0;
    height: 3.6875rem;
  }
  .image-slider__item {
    padding-bottom: 3.5rem;
  }
  .image-slider__image {
    height: 100%;
  }
  .image-slider .slick-list {
    z-index: 1;
  }
  .image-slider__details {
    height: 3.6875rem;
    padding-top: 0;
    padding-left: 3.9375rem;
    z-index: 1;
  }
  .image-slider__title {
    margin: 0;
    line-height: 3.6875rem;
  }
  .image-slider .slick-arrow {
    bottom: 0.1875rem;
    z-index: 2;
  }
  .image-slider .slick-dots {
    bottom: 0.1875rem;
  }
  /* Module: S */
  .two-col__container {
    display: flex;
    max-width: 73.75rem;
  }
  .two-col__content {
    width: 100%;
    max-width: 45.9375rem;
  }
  .two-col__aside {
    width: 23.75rem;
    margin-left: 4.0625rem;
  }
  /* Module: S */
  #main {
    overflow-x: hidden;
  }
  #main .container > *:last-child {
    border-bottom: 50px solid transparent;
  }
  main > .container,
  form > .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  #main.main--home {
    padding-bottom: 1.5625rem;
    overflow-x: visible;
  }
  .page--contact #main {
    padding-bottom: 1.5625rem;
  }
  .page--service-details main > .container {
    font-size: 1rem;
    line-height: 2;
  }
  body.home {
    overflow-x: hidden;
  }
  /* Module: S */
  /* Module: S */
  .inside-top-bar {
    margin-bottom: 3.75rem;
  }
  .page--news-events .inside-top-bar {
    display: flex;
  }
  /* Module: S */
  .inside-widget-with-thumbnail {
    margin-bottom: 4.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  /* Module: S */
  .inside-widget {
    width: 23.75rem;
    margin-left: 3.5625rem;
    margin-right: 0;
    float: right;
    margin-bottom: 4.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .inside-widget.inside-widget--aside {
    float: none;
    margin-left: 0;
    margin-bottom: 3.125rem;
  }
  /* Module: S */
  .links-box__list {
    flex-direction: row;
  }
  .links-box__list-item {
    margin: 0 2.5rem;
  }
  /* Module: S */
  p.strong {
    font-size: 1.25rem;
  }
  /* Module: S */
  .rich-quote {
    margin-top: 5.625rem;
    margin-left: 0;
    margin-right: 0;
  }
  .rich-quote__description {
    font-size: 1rem;
  }
  /* Module: S */
  .rich-slider {
    width: 73.75rem;
    margin-left: 0;
    clear: both;
  }
  .rich-slider__item-title {
    font-size: 1.75rem;
    width: 52.1875rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .rich-slider__item-description {
    font-size: 1rem;
    width: 52.1875rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .rich-slider__item-author {
    width: 52.1875rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* Module: S */
  .rich-text {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-top: 1.875rem;
    padding-bottom: 5rem;
  }
  .rich-text__container {
    max-width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .rich-text__container--left,
  .rich-text__container--right {
    width: 50%;
  }
  .rich-text__container--left {
    text-align: right;
    padding-right: 2.5rem;
  }
  .rich-text__container--right {
    border-left: solid 2px #15397e;
    padding-left: 2.5rem;
  }
  .rich-text__container-header {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
  .rich-text__container--right p {
    font-size: 1rem;
    line-height: 2rem;
    margin: 1.25rem 0;
  }
  .rich-text__container--right p:first-of-type {
    margin-top: 0;
  }
  .rich-text__container--right p:last-of-type {
    margin-bottom: 0;
  }
  .rich-text__author {
    margin-left: 50%;
  }
  .rich-text_author--about {
    font-size: 1rem;
    line-height: 1.5;
  }
  /* Module: S */
  .search-filters + .container {
    margin-top: 0;
  }
  .search-filters__filter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-filters__filter-input-wrapper {
    position: relative;
    top: -0.125rem;
  }
  .search-filters__container {
    flex-wrap: nowrap;
    max-width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .search-filters__label {
    display: block;
    font-size: 1.25rem;
    position: relative;
    top: 0.1875rem;
    margin-right: 0.9375rem;
  }
  .search-filters__filter .selectize-control {
    width: 26.25rem;
    top: 0.0625rem;
  }
  .search-filters__filter .selectize-input.full {
    font-size: 1.25rem;
  }
  .search-filters__filter .selectize-dropdown {
    font-size: 1.25rem;
  }
  .search-filters__filter .selectize-dropdown .option {
    padding: 1.375rem 1.0625rem 1.1875rem;
  }
  /* Module: S */
  .pagination__item {
    display: inline-block;
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
  }
  /* Module: S */
  .services-navigation {
    display: block;
  }
  .services-navigation__list {
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    width: 73.75rem;
  }
  .services-navigation__item {
    display: inline;
  }
  /* Module: S */
  .share-bar .share-bar__button {
    background-color: transparent;
    border: 0;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #0b0b0b;
    font-weight: bold;
    font-family: "Open Sans";
    padding: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 2.1875rem;
  }
  .share-bar .share-bar__button:hover,
  .share-bar .share-bar__button:focus {
    background-color: transparent;
  }
  .share-bar {
    display: flex;
    position: relative;
  }
  .share-bar__button .icon-download {
    width: 1.0625rem;
    height: 1.1875rem;
    margin-left: 0.6875rem;
  }
  .share-bar__button .icon-share {
    width: 1.0625rem;
    height: 1.125rem;
    margin-left: 17px;
  }
  .share-bar__list {
    visibility: hidden;
    opacity: 0;
    list-style-type: none;
    padding-left: 0;
    padding: 0.3125rem 0.9375rem;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
    display: block;
  }
  .share-bar__list.visible {
    visibility: visible;
    opacity: 1;
  }
  .share-bar__list-item {
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
  }
  .share-bar__list-item:last-of-type {
    border-bottom: 0;
  }
  .share-bar__link {
    color: #0b0b0b;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: align-content;
  }
  .icon-share-linkedin {
    fill: #e2173d;
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }
  .icon-share-mail {
    fill: #e2173d;
    width: 20px;
    height: 17px;
    margin-right: 10px;
  }
  /* Module: S */
  .stats-bar {
    width: 73.75rem;
    display: block;
    background-color: #ffffff;
    height: 9.625rem;
  }
  .stats-bar--full-width {
    background-color: #e4e4e4;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    height: auto;
  }
  .stats-bar--full-width .stats-bar__list {
    width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .stats-bar__list {
    display: flex;
  }
  /* Module: S */
  .text-image {
    display: flex;
    min-height: 24.0625rem;
    margin: 5rem 0;
    width: 100%;
  }
  .text-image--right {
    flex-direction: row-reverse;
  }
  .text-image--no-background {
    justify-content: space-between;
  }
  .text-image--no-background .text-image__text {
    padding: 0;
  }
  .text-image--no-background.text-image--right .text-image__text {
    justify-content: space-between;
    padding: 0 3.125rem 1.875rem 1.875rem;
    width: 50%;
  }
  .text-image--no-background .text-image__image {
    width: 36.25rem;
  }
  .text-image--no-background .text-image__text {
    width: 34.4375rem;
  }
  .text-image__text {
    padding: 1.875rem 3.125rem 1.875rem 1.875rem;
    width: 50%;
  }
  .text-image__text p {
    font-size: 1rem;
    line-height: 2rem;
    margin: 3.125rem 0;
  }
  .text-image__text p:first-of-type {
    margin-top: 0;
  }
  .text-image__text p:last-of-type {
    margin-bottom: 0;
  }
  .text-image__header {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-top: 0.625rem;
  }
  .text-image__image {
    width: 50%;
    margin-left: 0;
  }
  .text-image__image img {
    height: 100%;
  }
  /* Module: S */
  .text-on-image {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    position: relative;
  }
  .text-on-image--left .text-on-image__box {
    margin-left: calc(50% - 590px);
  }
  .text-on-image__img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .text-on-image__box {
    max-width: 590px;
    background-color: #15397e;
    padding: 1.875rem 3.125rem 1.875rem 1.875rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
    margin-left: 50%;
    position: relative;
    z-index: 0;
  }
  .text-on-image__title {
    font-size: 1.875rem;
    line-height: 1.33;
  }
  .text-on-image__description {
    font-size: 1rem;
  }
  /* Module: S */
  div + .video__container {
    margin: 2rem 0;
  }
  .video__container--right {
    display: flex;
  }
  .video__container--left {
    display: flex;
    flex-direction: row-reverse;
  }
  .video__header {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
  .video__container--left .video__thumbnail-wrapper,
  .video__container--right .video__thumbnail-wrapper {
    width: 50%;
  }
  .video__text {
    padding: 1.875rem 3.125rem;
    width: 50%;
  }
  .video__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video__popup {
    top: -60px;
  }
  main > .container .video__container--right button.video__open {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: initial;
    right: -25px;
  }
  main > .container .video__container--left button.video__open {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: initial;
    left: -25px;
  }
  main > .container button.video__open {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
}

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