/*!
Theme Name: NBHCE
Theme URI: https://taradowdellgroup.com/
Author: Vinh Nguyen
Author URI: https://taradowdellgroup.com/
Description: A future-forward modernization and safety program
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nbhce
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NBHCE is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Reboot
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
	- Site Layout
# Components
	- Navigation
	- Posts and pages
	- Front Page
	- About
	- History
	- Opportunities
	- Public Involvement
	- Environmental Responsibility
	- Program News
	- FAQs
	- Contact Us
	- Project 1
	- Footer
	- Popup
	- 404
# Plugins
	- dFlip Books
# Utilities
	- Accessibility
	- Glide.js

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;700&display=swap");
@font-face {
  font-family: DinCondensedBold;
  src: url("fonts/DIN-Condensed-Bold.ttf");
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Normalize
--------------------------------------------- */
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.underline {
  text-decoration: underline;
}

.button {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.front-page .tagline p, .front-page .text-divider p {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.front-page .sub-header p {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-transform: uppercase;
  line-height: 1.1;
  color: #0D0E3A;
  font-weight: 500;
}

.sub-heading {
  color: #fff;
  background-color: #0D0E3A;
  display: inline-block;
  padding: 10px 20px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  height: 2em;
  font-weight: 500;
}

p {
  margin-bottom: 1.5em;
  font-family: "Libre Franklin", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.social-media-icons svg {
  max-width: 40px;
  cursor: pointer;
  transition: 0.3s fill;
}
.social-media-icons svg:hover path,
.social-media-icons svg:hover .cls-1,
.social-media-icons svg:hover .st0 {
  fill: #0D0E3A;
  transition: 0.3s fill;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.button {
  background-color: #0D0E3A;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
}
.button:visited {
  color: #fff;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button:visited {
  color: #fff;
}
.button:active {
  color: #fff;
}
.button:focus {
  color: #fff;
}

.button__arrow {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: fit-content;
  column-gap: 14px;
}
.button__arrow .button__arrow-icon {
  height: 0.7em;
}
.button__arrow .button__arrow-icon img {
  max-width: auto !important;
  height: 100%;
}
.button__arrow .button__arrow-label {
  height: 1.2em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
  padding: 0 15px;
  margin: 0 auto;
  transition: max-width 0.3s;
}
@media (min-width: 480px) {
  .container {
    padding: 0 20px;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1800px;
  }
}

.site-main {
  padding-top: 150px;
}
@media (min-width: 570px) {
  .site-main {
    padding-top: 95px;
  }
}
@media (min-width: 798px) {
  .site-main {
    padding-top: 120px;
  }
}

.section {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .section {
    margin-bottom: 120px;
  }
}

.section-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .section-inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .section-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pdf-embed {
  background-color: #f4f4f4;
}
.pdf-embed .spacing {
  padding-top: 90px;
  padding-bottom: 90px;
}

.page-header {
  padding: 20px 0;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  background: url("images/page-header-bg.png") no-repeat center top;
  background-size: 200px;
}
.page-header h1 {
  color: #257573;
  font-family: "Libre Franklin", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-header h1 {
    font-size: 1.5rem;
  }
}
.page-header .content-large {
  font-family: DINCondensedBold, sans-serif;
  text-transform: uppercase;
  color: #0D0E3A;
  margin-bottom: 7px;
  font-size: calc(1.425rem + 2.1vw);
  line-height: 1;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .page-header .content-large {
    font-size: 3rem;
  }
}
.page-header .arrow {
  display: none;
}
.page-header .content-small {
  max-width: 650px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .page-header .content-small {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .page-header {
    text-align: left;
    background-position: left top;
  }
  .page-header .content-small {
    margin: 0;
    max-width: 450px;
  }
  .page-header .grid-container {
    display: grid;
    grid-template-columns: max-content auto 70px;
  }
  .page-header .line {
    background: linear-gradient(180deg, rgba(37, 117, 115, 0) calc(50% - 1px), #257573 calc(50%), rgba(37, 117, 115, 0) calc(50% + 1px));
    margin-left: 20px;
    margin-right: 20px;
  }
  .page-header .arrow {
    display: block;
    align-self: center;
  }
}
@media (min-width: 1280px) {
  .page-header .content-small {
    max-width: 550px;
  }
}
@media (min-width: 1440px) {
  .page-header h1 {
    font-size: calc(1.295rem + 0.54vw);
  }
}
@media (min-width: 1440px) and (min-width: 1200px) {
  .page-header h1 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1440px) {
  .page-header .content-large {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1440px) and (min-width: 1200px) {
  .page-header .content-large {
    font-size: 4rem;
  }
}
@media (min-width: 1440px) {
  .page-header .content-small {
    font-size: 1.2rem;
    max-width: 650px;
  }
}

.signals-plugin {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%) !important;
}

.page {
  min-height: 100vh;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.gtranslate-top {
  display: grid;
  justify-content: right;
  position: relative;
}
.gtranslate-top .gtranslate_wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.gtranslate {
  display: none;
}

@media (min-width: 300px) {
  .gtranslate-top {
    display: none;
  }

  .gtranslate {
    display: block;
    margin-right: 30px;
    position: relative;
    height: 100%;
  }
  .gtranslate .gtranslate_wrapper {
    position: absolute;
    top: 8px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .gtranslate .gtranslate_wrapper {
    top: 7px;
  }
}
.navigation {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5555;
}
.navigation .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navigation .site-logo {
  max-width: 60px;
}
.navigation .site-header {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  margin-top: 60px;
}
.navigation .menu-icon,
.navigation .menu-close {
  cursor: pointer;
}
@media (min-width: 300px) {
  .navigation .site-header {
    margin-top: 0;
    grid-template-columns: auto 1fr 40px;
  }
}

.nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  overflow-y: scroll;
}
.nav-drawer .container {
  height: 100%;
  display: grid;
}
.nav-drawer .nav-bg {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .nav-drawer .nav-bg {
    background: url("images/nav-bg.png") no-repeat center right;
    background-size: 75%;
  }
}
.nav-drawer .site-header {
  grid-template-columns: 1fr 35px;
  align-self: start;
}
.nav-drawer .nav-container {
  display: grid;
}
.nav-drawer .nav-container ul {
  margin: 0;
  padding: 20px 0 20px 0;
  list-style: none;
}
.nav-drawer .nav-container ul a {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  font-size: calc(1.425rem + 2.1vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .nav-drawer .nav-container ul a {
    font-size: 3rem;
  }
}
.nav-drawer .nav-container ul a:visited {
  color: #fff;
}
.nav-drawer .nav-container ul a:hover {
  color: #0D0E3A;
  transition: color 0.3s;
}
.nav-drawer .nav-container ul li {
  margin-bottom: 20px;
}
.nav-drawer .nav-container ul li:last-child() {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nav-drawer .nav-container ul {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .nav-drawer .nav-container {
    padding-bottom: 20px;
  }
  .nav-drawer .nav-container ul a {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .nav-drawer .nav-container ul a {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .nav-drawer .nav-container ul li {
    margin-bottom: 30px;
  }
}
.nav-drawer .nav-footer {
  align-self: end;
}
.nav-drawer .nav-footer p {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .nav-drawer .nav-footer p {
    font-size: 1rem;
  }
}
.nav-drawer .nav-footer .nav-social-media {
  display: grid;
  grid-template-columns: 40px 40px 40px;
  column-gap: 15px;
  margin: 0 auto 15px auto;
}
@media (min-width: 992px) {
  .nav-drawer .nav-footer {
    display: grid;
    grid-template-columns: 300px auto;
    align-items: end;
  }
  .nav-drawer .nav-footer .nav-social-media {
    margin: 0;
  }
  .nav-drawer .nav-footer .nav-footer-content {
    justify-self: end;
  }
  .nav-drawer .nav-footer .nav-social-media {
    grid-template-columns: 50px 50px 50px;
  }
}

.nav-hidden {
  display: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Front Page
--------------------------------------------- */
.front-page {
  padding-top: 50px !important;
}
.front-page p {
  text-align: justify;
}
@media (min-width: 768px) {
  .front-page {
    padding-top: 65px !important;
  }
}
.front-page .front-page-fold {
  height: 95vh;
  padding-top: 40px;
  position: relative;
}
.front-page .front-page-fold video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.front-page .front-page-fold .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.front-page .front-page-fold .overlay .container {
  height: 100%;
}
.front-page .front-page-fold .overlay .content {
  margin-top: 140px;
  height: 100%;
}
.front-page .front-page-fold .overlay .content .flex-container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.front-page .front-page-fold .overlay .content .flex-container .tagline {
  width: 100%;
  color: #fff;
  align-content: flex-end;
  padding-bottom: 100px;
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .front-page .front-page-fold .overlay .content .flex-container .tagline {
    font-size: 2.5rem;
  }
}
.front-page .front-page-fold .overlay .content .flex-container .tagline p {
  text-align: center;
}
.front-page .front-page-fold .overlay .content .flex-container .tagline .caption {
  font-family: "Libre Franklin", sans-serif;
  text-transform: none;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .front-page .front-page-fold .overlay .content .flex-container .tagline {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1280px) and (min-width: 1200px) {
  .front-page .front-page-fold .overlay .content .flex-container .tagline {
    font-size: 3rem;
  }
}
.front-page .front-page-fold .overlay .content .project-logo {
  margin: 0 auto;
  max-width: 80%;
}
@media (min-width: 300px) {
  .front-page .front-page-fold .overlay .content {
    margin-top: 80px;
  }
}
@media (min-width: 480px) {
  .front-page .front-page-fold .overlay .content {
    margin-top: 70px;
  }
  .front-page .front-page-fold .overlay .content .project-logo {
    max-width: 380px;
  }
}
@media (min-width: 1440px) {
  .front-page .front-page-fold .overlay .content .project-logo {
    max-width: 450px;
  }
}
.front-page .content-section-post-fold {
  padding-top: 40px;
}
.front-page .content-section-post-fold .button {
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  .front-page .content-section-post-fold {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .front-page .content-section-post-fold {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .front-page .content-section-post-fold .layout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    align-items: center;
  }
  .front-page .content-section-post-fold .layout-grid .photo {
    margin: 0;
  }
  .front-page .content-section-post-fold .layout-grid .content {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .front-page .content-section-post-fold .layout-grid {
    column-gap: 90px;
  }
}
@media (min-width: 1440px) {
  .front-page .content-section-post-fold .layout-grid {
    column-gap: 160px;
  }
}
.front-page .content-section-post-fold .content {
  margin-top: 50px;
  text-align: left;
}
.front-page .content-section-post-fold .content p {
  margin-bottom: 0;
}
.front-page .content-section-post-fold .content .underline strong {
  color: #0D0E3A;
}
.front-page .content-section-post-fold .content .button {
  font-size: calc(1.315rem + 0.78vw);
}
@media (min-width: 1200px) {
  .front-page .content-section-post-fold .content .button {
    font-size: 1.9rem;
  }
}
.front-page .content-section-post-fold .photo {
  margin-top: 50px;
}
.front-page .content-section-featured-news {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
}
.front-page .content-section-featured-news .featured-news-slider .glide-featured-news {
  position: relative;
}
.front-page .content-section-featured-news .featured-news-slider .glide__arrows {
  display: none;
}
.front-page .content-section-featured-news .featured-news-slider .glide__slide {
  height: auto;
}
.front-page .content-section-featured-news .featured-news-slider .glide__bullets {
  bottom: -20px;
}
.front-page .content-section-featured-news .featured-news-slider .glide__bullet {
  background-color: #AFAFAF;
  width: 15px;
  height: 15px;
  border: none;
  margin-right: 8px;
}
.front-page .content-section-featured-news .featured-news-slider .glide__bullet--active {
  background-color: #0D0E3A;
}
.front-page .content-section-featured-news .featured-news-slider .glide__arrow {
  width: 50px;
  box-shadow: none;
  border: transparent;
}
.front-page .content-section-featured-news .featured-news-slider .glide__arrow:hover {
  border-color: transparent;
}
@media (min-width: 992px) {
  .front-page .content-section-featured-news .featured-news-slider .glide__arrows {
    display: none;
  }
  .front-page .content-section-featured-news .featured-news-slider .glide__bullets {
    bottom: -30px;
  }
}
.front-page .content-section-featured-news h2 {
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .front-page .content-section-featured-news .news-list-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .front-page .content-section-featured-news .news-list-grid-container {
    column-gap: 90px;
  }
}
.front-page .content-section-featured-news .news-post-grid-container {
  border-bottom: 1px solid #CBCBCB;
  padding: 40px 0;
  margin-top: 40px;
}
.front-page .content-section-featured-news .news-post-grid-container:last-child {
  border: none;
}
.front-page .content-section-featured-news .news-post-grid-container h3 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .front-page .content-section-featured-news .news-post-grid-container h3 {
    font-size: 2rem;
  }
}
.front-page .content-section-featured-news .news-post-grid-container .content-date p {
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: #fff;
}
.front-page .content-section-featured-news .news-post-grid-container .excerpt {
  margin-bottom: 10px;
  color: #fff;
}
.front-page .content-section-featured-news .news-post-grid-container .learn-more {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: calc(1.275rem + 0.3vw);
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  .front-page .content-section-featured-news .news-post-grid-container .learn-more {
    font-size: 1.5rem;
  }
}
.front-page .content-section-featured-news .news-post-grid-container .learn-more-grid-container {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.front-page .content-section-featured-news .news-post-grid-container .learn-more-grid-container .arrow {
  max-width: 18px;
  margin-bottom: 1.5px;
  margin-left: 7px;
}
@media (min-width: 650px) {
  .front-page .content-section-featured-news .news-post-grid-container .learn-more-grid-container .arrow {
    max-width: 20px;
  }
}
.front-page .content-section-featured-news .date-box {
  display: none;
}
@media (min-width: 768px) {
  .front-page .content-section-featured-news h2 {
    margin-bottom: -15px;
  }
  .front-page .content-section-featured-news .date-box {
    display: block;
  }
  .front-page .content-section-featured-news .content-date {
    display: none;
  }
  .front-page .content-section-featured-news .news-post-grid-container {
    display: grid;
    grid-template-columns: auto 1fr;
    border: none;
  }
  .front-page .content-section-featured-news .date-box .bg {
    background-color: #0D0E3A;
    width: 150px;
    height: 150px;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
  }
  .front-page .content-section-featured-news .date-box .year {
    padding-bottom: 5px;
    margin-bottom: 10px;
    align-self: end;
    font-family: DINCondensedBold, sans-serif;
    border-bottom: 2px solid #fff;
    font-size: calc(1.275rem + 0.3vw);
    text-align: center;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .front-page .content-section-featured-news .date-box .year {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .front-page .content-section-featured-news .date-box .month {
    margin-bottom: 0;
    align-self: start;
    font-family: DINCondensedBold, sans-serif;
    text-transform: uppercase;
    font-size: calc(1.305rem + 0.66vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .front-page .content-section-featured-news .date-box .month {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .front-page .content-section-featured-news .content {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .front-page .content-section-featured-news .date-box .bg {
    width: 160px;
    height: 160px;
  }
  .front-page .content-section-featured-news .content {
    padding-left: 30px;
  }
}
.front-page .text-divider {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  padding-top: 35px;
  padding-bottom: 27px;
}
@media (min-width: 992px) {
  .front-page .text-divider {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.front-page .text-divider p {
  margin: 0;
  color: #fff;
  font-size: calc(1.425rem + 2.1vw);
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .front-page .text-divider p {
    font-size: 3rem;
  }
}
@media (min-width: 1920px) {
  .front-page .text-divider p {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1920px) and (min-width: 1200px) {
  .front-page .text-divider p {
    font-size: 4rem;
  }
}
.front-page .content-section h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .front-page .content-section h2 {
    font-size: 2.5rem;
  }
}
.front-page .content-section .sub-header p {
  margin-bottom: 0;
  border-left: 4px solid #257572;
  padding-left: 15px;
  font-size: 1.1rem;
}
.front-page .content-section .copy {
  margin-top: 20px;
}
.front-page .content-section-01 .block:first-child {
  margin-bottom: 90px;
}
.front-page .content-section-01 .photos-panel {
  display: none;
}
.front-page .content-section-01 .graphic {
  display: none;
}
@media (min-width: 992px) {
  .front-page .content-section-01 {
    background-image: url("images/Gradient-BG-01.jpg");
    background-position: center;
    background-size: cover;
  }
  .front-page .content-section-01 .image {
    display: none;
  }
  .front-page .content-section-01 .photos-panel {
    display: grid;
    align-items: center;
    grid-row-gap: 40px;
  }
  .front-page .content-section-01 .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .front-page .content-section-01 .grid-container {
    column-gap: 90px;
  }
}
@media (min-width: 1440px) {
  .front-page .content-section-01 .graphic {
    display: block;
    margin-top: 60px;
  }
  .front-page .content-section-01 .grid-container {
    column-gap: 160px;
  }
}
@media (min-width: 1920px) {
  .front-page .content-section-01 .grid-container {
    column-gap: 400px;
  }
  .front-page .content-section-01 .graphic {
    margin-top: 90px;
  }
}
.front-page .content-section-02 {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 120px;
  text-align: center;
  position: relative;
}
.front-page .content-section-02 h2 {
  color: #fff;
}
.front-page .content-section-02 h3 {
  font-size: calc(1.325rem + 0.9vw);
  text-decoration: underline;
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .front-page .content-section-02 h3 {
    font-size: 2rem;
  }
}
.front-page .content-section-02 .content {
  color: #fff;
  max-width: 1100px;
  margin: 10px auto 0 auto;
}
.front-page .content-section-02 .content .callout-arrow {
  max-width: 30px;
  margin: 0 auto;
}
.front-page .content-section-02 .content .callout {
  font-family: DINCondensedBold, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .front-page .content-section-02 .content .callout {
    font-size: 1.5rem;
  }
}
.front-page .content-section-02 .cta .button {
  padding-bottom: 3px;
  font-size: calc(1.305rem + 0.66vw);
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .front-page .content-section-02 .cta .button {
    font-size: 1.8rem;
  }
}
.front-page .content-section-02 .photo {
  margin-top: 60px;
  float: left;
  width: 100%;
}
.front-page .content-section-02 .photo .photo-container {
  max-width: 1200px;
  margin: 0 auto;
}
.front-page .content-section-02 .photo img {
  margin: 0 auto;
}
@media (min-width: 500px) {
  .front-page .content-section-02 {
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .front-page .content-section-02 {
    padding-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .front-page .content-section-02 {
    padding-bottom: 240px;
  }
}
@media (min-width: 1280px) {
  .front-page .content-section-02 {
    padding-bottom: 300px;
  }
}
.front-page .content-section-03 {
  background: url("images/Web-BG.jpg") no-repeat center top;
  background-size: 600px;
}
@media (min-width: 370px) {
  .front-page .content-section-03 {
    background-size: 700px;
  }
}
@media (min-width: 440px) {
  .front-page .content-section-03 {
    background-size: 800px;
  }
}
@media (min-width: 600px) {
  .front-page .content-section-03 {
    background-size: 900px;
  }
}
@media (min-width: 600px) {
  .front-page .content-section-03 {
    background-size: 950px;
  }
}
@media (min-width: 945px) {
  .front-page .content-section-03 {
    background-size: contain;
  }
}
@media (min-width: 1500px) {
  .front-page .content-section-03 {
    background-position: center top -20px;
  }
}
@media (min-width: 1600px) {
  .front-page .content-section-03 {
    background-position: center top -60px;
  }
}
@media (min-width: 1880px) {
  .front-page .content-section-03 {
    background-position: center top -170px;
  }
}
@media (min-width: 2170px) {
  .front-page .content-section-03 {
    background-position: center top -280px;
  }
}
@media (min-width: 2410px) {
  .front-page .content-section-03 {
    background-position: center top -350px;
  }
}
.front-page .content-section-03 .header {
  clear: both;
  padding-top: 50px;
}
.front-page .content-section-03 .header p {
  display: block;
  margin: 0 auto;
  font-size: calc(1.425rem + 2.1vw);
  margin-bottom: 20px;
  text-align: center;
  color: #0D0E3A;
  font-family: DINCondensedBold, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .front-page .content-section-03 .header p {
    font-size: 3rem;
  }
}
.front-page .content-section-03 .header .myth-v-fact {
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 500px) {
  .front-page .content-section-03 .header {
    padding-top: 70px;
  }
  .front-page .content-section-03 .header .myth-v-fact {
    max-width: 300px;
  }
}
@media (min-width: 700px) {
  .front-page .content-section-03 .header {
    padding-top: 80px;
  }
  .front-page .content-section-03 .header .myth-v-fact {
    max-width: 350px;
  }
}
@media (min-width: 1000px) {
  .front-page .content-section-03 .header {
    padding-top: 90px;
  }
  .front-page .content-section-03 .header .myth-v-fact {
    max-width: 400px;
  }
}
@media (min-width: 1400px) {
  .front-page .content-section-03 .header {
    padding-top: 120px;
  }
  .front-page .content-section-03 .header .myth-v-fact {
    max-width: 500px;
  }
}
.front-page .content-section-03 .content {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 120px;
}
.front-page .content-section-03 .content .item {
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #BDBDBD;
  max-width: 400px;
}
.front-page .content-section-03 .content .item:last-child {
  border-bottom: none;
}
.front-page .content-section-03 .content .circle {
  display: none;
}
.front-page .content-section-03 .content .mvf-header {
  font-family: DINCondensedBold, sans-serif;
  color: #fff;
  background: #0D0E3A;
  padding: 5px 8px 0px 8px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.front-page .content-section-03 .content .myth {
  text-transform: uppercase;
  color: #982826;
}
.front-page .content-section-03 .content .fact p {
  margin-bottom: 30px;
}
.front-page .content-section-03 .content .fact strong {
  color: #257573;
}
@media (min-width: 992px) {
  .front-page .content-section-03 .content {
    margin-top: 60px;
    background: linear-gradient(#257573, #257573) no-repeat center/2px 100%;
  }
  .front-page .content-section-03 .content .item {
    display: grid;
    grid-template-columns: 350px 100px 350px;
    margin: 0 auto 30px auto;
    justify-content: center;
    align-items: center;
    max-width: none;
    border: none;
  }
  .front-page .content-section-03 .content .circle {
    height: 18px;
    width: 18px;
    background-color: #0D0E3A;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
  }
  .front-page .content-section-03 .content .myth {
    text-align: right;
  }
  .front-page .content-section-03 .content .myth p {
    margin-bottom: 0;
  }
  .front-page .content-section-03 .content .fact {
    text-align: left;
    margin-bottom: 0;
  }
  .front-page .content-section-03 .content .circle {
    display: block;
  }
  .front-page .content-section-03 .content .mvf-header {
    display: none;
  }
}
@media (min-width: 1440px) {
  .front-page .content-section-03 .content .item {
    grid-template-columns: 450px 100px 450px;
  }
  .front-page .content-section-03 .content .myth {
    padding-left: 70px;
  }
}
@media (min-width: 1600px) {
  .front-page .content-section-03 .content .item {
    grid-template-columns: 600px 100px 600px;
  }
  .front-page .content-section-03 .content .myth {
    padding-left: 0;
  }
}

.ays-pb-modal {
  padding-top: 70px !important;
  border: 7px solid #0D0E3A !important;
  display: grid !important;
  align-content: center !important;
}
@media (min-width: 760px) {
  .ays-pb-modal {
    text-align: left !important;
  }
  .ays-pb-modal h2 {
    text-align: left !important;
  }
  .ays-pb-modal p {
    text-align: left !important;
  }
}
.ays-pb-modal h2 {
  font-family: DINCondensedBold, sans-serif !important;
  font-size: calc(1.325rem + 0.9vw) !important;
  color: #0D0E3A !important;
}
@media (min-width: 1200px) {
  .ays-pb-modal h2 {
    font-size: 2rem !important;
  }
}
.ays-pb-modal .ays_content_box {
  padding: 3px 0 0 0 !important;
}
.ays-pb-modal .ays_content_box p {
  font-family: "Libre Franklin", sans-serif !important;
  color: #000 !important;
  font-size: 1.1rem !important;
}
.ays-pb-modal .ays-popup-hrs-default {
  display: none !important;
}
.ays-pb-modal .button {
  font-size: calc(1.255rem + 0.06vw) !important;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .ays-pb-modal .button {
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 768px) {
  .ays-pb-border-mobile_1 {
    border: 7px solid #0D0E3A !important;
  }
}
/* About
--------------------------------------------- */
.about .content-section-01 .content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.about .content-section-01 .content p {
  font-weight: 600;
  color: #0D0E3A;
  font-size: 1.1rem;
}
.about .content-section-01 .benefits {
  margin: 60px auto 0 auto;
  display: grid;
  justify-content: center;
  border: 2px solid #0D0E3A;
  padding: 20px;
  max-width: 1000px;
}
.about .content-section-01 .benefits .box {
  text-align: center;
  margin-top: -45px;
}
.about .content-section-01 .benefits h2 {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  padding: 13px 15px 5px 15px;
  color: #fff;
  display: inline-block;
}
.about .content-section-01 .benefits ul {
  margin: 30px 0 30px 20px;
  padding: 0;
}
.about .content-section-01 .benefits ul li {
  margin-bottom: 10px;
  font-weight: 300;
}
.about .content-section-01 .benefits ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about .content-section-01 .benefits ul {
    column-count: 2;
    column-gap: 60px;
  }
}
.about .content-section-01 .video-intro {
  margin-top: 90px;
  padding-bottom: 90px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #0D0E3A;
  background: url("images/video-arrow-start.png") no-repeat center bottom;
  background-size: 25px;
}
@media (min-width: 768px) {
  .about .content-section-01 .video-intro {
    background-size: 35px;
  }
}
.about .video {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
}
.about .video .bg {
  background: url("images/web-bg-opacity2.png") no-repeat center;
  background-size: cover;
  display: grid;
}
.about .video .bg iframe {
  margin: 0 auto;
}
.about .content-section-02 {
  background: url("images/video-arrow-end.png") no-repeat center top;
  background-size: 25px;
  padding-top: 60px;
  text-align: center;
}
.about .content-section-02 .links {
  justify-self: start;
  font-size: 1.2rem;
}
.about .content-section-02 .links:hover {
  color: #fff;
}
.about .content-section-02 .links .button {
  padding-bottom: 5px;
}
.about .content-section-02 strong {
  color: #0D0E3A;
}
.about .content-section-02 h2 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .about .content-section-02 h2 {
    font-size: 4rem;
  }
}
.about .content-section-02 .header {
  max-width: 900px;
  margin: 30px auto 0 auto;
}
.about .content-section-02 .header p {
  font-size: 1rem;
}
.about .content-section-02 .header h3 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .about .content-section-02 .header h3 {
    font-size: 2rem;
  }
}
.about .content-section-02 .header video {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about .content-section-02 .content {
  text-align: justify !important;
}
.about .content-section-02 .glide__track {
  background: url("images/map-bg.png") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 40px;
  padding-top: 40px;
}
.about .content-section-02 .glide-program {
  padding-top: 30px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.about .content-section-02 .glide-program .glide__bullets {
  top: 40px;
  position: unset;
  margin-bottom: 60px;
  transform: unset;
  display: grid;
  grid-template-columns: 1fr;
  border: none;
}
.about .content-section-02 .glide-program .glide__bullet {
  border-radius: 0;
  background-color: #7C9C9D;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  padding: 15px 15px 10px 15px;
  color: #fff;
  border: none;
  font-family: DINCondensedBold, sans-serif;
  text-transform: uppercase;
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  .about .content-section-02 .glide-program .glide__bullet {
    font-size: 1.3rem;
  }
}
.about .content-section-02 .glide-program .glide__bullet:hover {
  border: transparent;
}
.about .content-section-02 .glide-program .glide__bullet--active {
  background-color: #0D0E3A;
  border: none;
}
.about .content-section-02 .glide-program .glide__slide .grid-container {
  display: grid;
}
.about .content-section-02 .glide-program .glide__slide h3 {
  font-size: calc(1.325rem + 0.9vw);
  text-align: center;
}
@media (min-width: 1200px) {
  .about .content-section-02 .glide-program .glide__slide h3 {
    font-size: 2rem;
  }
}
.about .content-section-02 .glide-program .glide__slide .content {
  text-align: center !important;
  max-width: 900px;
  font-weight: 300;
  margin: 0 auto;
}
.about .content-section-02 .glide-program .glide__slide .content strong {
  font-weight: 600;
}
.about .content-section-02 .glide-program .glide__slide .col {
  text-align: left;
  max-width: 1200px;
  font-weight: 300;
}
.about .content-section-02 .glide-program .glide__slide .image {
  margin-top: 30px;
}
.about .content-section-02 .glide-program .mobile-slide-nav {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .about .content-section-02 {
    padding-top: 90px;
    background-size: 35px;
  }
  .about .content-section-02 .glide__slide .col {
    column-count: 2;
    column-gap: 40px;
  }
  .about .content-section-02 .mobile-slide-nav {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .about .content-section-02 .glide__slide .image {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  .about .content-section-02 .glide-program .glide__bullets {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .about .content-section-02 {
    padding-top: 120px;
  }
  .about .content-section-02 .glide-program .glide__bullet {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1440px) and (min-width: 1200px) {
  .about .content-section-02 .glide-program .glide__bullet {
    font-size: 1.5rem;
  }
}
.about .timeline {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  color: #fff;
}
.about .timeline .header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 70px auto;
}
.about .timeline .header h2 {
  font-size: calc(1.525rem + 3.3vw);
  color: #fff;
}
@media (min-width: 1200px) {
  .about .timeline .header h2 {
    font-size: 4rem;
  }
}
.about .timeline .header p {
  font-size: 1.2rem;
}
.about .timeline .glide-timeline {
  position: relative;
}
.about .timeline .glide__arrows {
  display: none;
}
.about .timeline .glide__bullets {
  bottom: -40px;
}
.about .timeline .glide__bullet {
  background-color: rgba(255, 255, 255, 0.7);
  width: 15px;
  height: 15px;
  border: none;
  margin-right: 7px;
}
.about .timeline .glide__bullet--active {
  background-color: #0D0E3A;
}
.about .timeline .glide__arrow {
  width: 50px;
  box-shadow: none;
  border: transparent;
}
.about .timeline .glide__arrow:hover {
  border-color: transparent;
}
@media (min-width: 768px) {
  .about .timeline .glide__bullet:last-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .about .timeline .glide__arrows {
    display: block;
  }
  .about .timeline .glide__track {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (min-width: 1440px) {
  .about .timeline .glide__bullets {
    display: none;
  }
  .about .timeline .glide__arrows {
    display: none;
  }
  .about .timeline .glide__track {
    margin-left: 0;
    margin-right: 0;
  }
}
.about .project-names {
  margin-top: 80px;
  text-align: center;
}
.about .project-names .grid-container {
  display: grid;
  row-gap: 5px;
}
.about .project-names .grid-container div {
  padding: 10px;
}
.about .project-names p {
  margin-bottom: 0px;
}
.about .project-names .legend-1 {
  background-color: #EF8600;
}
.about .project-names .legend-2 {
  background-color: #D146BC;
}
.about .project-names .legend-3 {
  background-color: #72C7F9;
}
.about .project-names .legend-4 {
  background-color: #03AF50;
}
@media (min-width: 480px) {
  .about .project-names .grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media (min-width: 1280px) {
  .about .project-names {
    margin-top: 70px;
  }
  .about .project-names .grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 60px;
  }
}
@media (min-width: 1440px) {
  .about .project-names {
    margin-top: 40px;
  }
}
.about .content-section-03 {
  margin-top: 60px;
}
.about .content-section-03 .content-large {
  margin-bottom: 0;
  font-weight: 600;
}
.about .content-section-03 .grid-container {
  display: grid;
}
.about .content-section-03 .content {
  text-align: justify;
}
.about .content-section-03 .image {
  background: url("images/highway-aerial.jpg") no-repeat center;
  background-size: cover;
  height: 300px;
  display: grid;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.about .content-section-03 .image h3 {
  color: #fff;
  font-size: calc(1.625rem + 4.5vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .about .content-section-03 .image h3 {
    font-size: 5rem;
  }
}
.about .content-section-03 .content-small:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .about .content-section-03 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .about .content-section-03 .grid-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }
  .about .content-section-03 .image {
    height: 100%;
    padding: 40px;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .about .content-section-03 .grid-container {
    column-gap: 120px;
  }
}
@media (min-width: 1440px) {
  .about .content-section-03 {
    margin-top: 120px;
  }
}
@media (min-width: 1920px) {
  .about .content-section-03 .grid-container {
    column-gap: 150px;
  }
}
.about .terminology .header-grid-container {
  display: grid;
}
.about .terminology .graphic {
  max-width: 150px;
  margin: 0 auto 20px auto;
}
.about .terminology .header {
  text-align: center;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .about .terminology .header {
    font-size: 2.5rem;
  }
}
.about .terminology .line {
  height: 6px;
  width: 100%;
  background-color: #257573;
}
.about .terminology .content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.about .terminology .content .definition {
  display: none;
}
.about .terminology .content .term-box {
  background-color: #0D0E3A;
  padding: 10px 12px 4px 12px;
  font-size: calc(1.255rem + 0.06vw);
  display: grid;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .about .terminology .content .term-box {
    font-size: 1.3rem;
  }
}
.about .terminology .content .definition {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-image: linear-gradient(103deg, #124337 0%, #257572 47%, #2B769E 93%);
  padding: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}
.about .terminology .content .definition .def-header-container {
  display: grid;
  grid-template-columns: auto 1fr;
}
.about .terminology .content .definition .def-header-container .arrow {
  max-width: 27px;
  justify-self: end;
  margin: 0;
}
.about .terminology .content .definition .def-header-container .arrow img {
  transform: rotate(-90deg);
}
.about .terminology .content .definition .def-header {
  font-size: calc(1.255rem + 0.06vw);
  font-family: DINCondensedBold, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .about .terminology .content .definition .def-header {
    font-size: 1.3rem;
  }
}
.about .terminology .content .definition .def-content {
  margin-bottom: 0;
  margin-top: 10px;
}
.about .terminology .content .term {
  font-family: DINCondensedBold, sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.about .terminology .content .term .text {
  padding-right: 15px;
}
.about .terminology .content .term .arrow {
  max-width: 27px;
  justify-self: end;
  margin-bottom: 7px;
  transition: all 0.3s;
  transform: rotate(90deg);
}
@media (min-width: 550px) {
  .about .terminology .content {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
@media (min-width: 768px) {
  .about .terminology .header-grid-container {
    grid-template-columns: 200px auto 1fr;
    align-items: end;
  }
  .about .terminology .line {
    margin-bottom: 21px;
  }
  .about .terminology .header {
    margin-right: 30px;
    text-align: left;
    align-self: center;
  }
  .about .terminology .header h3 {
    margin-bottom: 0;
  }
  .about .terminology .image {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .about .terminology .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .about .terminology .content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.nbb-rendering {
  text-align: center;
  display: grid;
  align-items: center;
  height: 100%;
}
.nbb-rendering h1 {
  font-size: calc(1.525rem + 3.3vw);
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .nbb-rendering h1 {
    font-size: 4rem;
  }
}

/* History
--------------------------------------------- */
.history .content-section-01 {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  color: #fff;
}
.history .content-section-01 h2 {
  color: #fff;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .history .content-section-01 h2 {
    font-size: 3rem;
  }
}
.history .content-section-01 .content {
  text-align: justify;
}
.history .content-section-01 .quote {
  border-top: 1.5px solid #0D0E3A;
  font-size: 1.2rem;
  padding-top: 20px;
}
.history .content-section-01 .quote .content {
  margin-bottom: 10px;
}
.history .content-section-01 .quote .name {
  font-family: DINCondensedBold, sans-serif;
  text-transform: uppercase;
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  .history .content-section-01 .quote .name {
    font-size: 1.8rem;
  }
}
.history .content-section-01 .image {
  max-width: 700px;
  margin: 64px auto 0 auto;
}
@media (min-width: 992px) {
  .history .content-section-01 .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    align-items: center;
  }
  .history .content-section-01 image {
    margin-top: 0;
  }
  .history .content-section-01 .quote .name {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .history .content-section-01 .grid-container {
    column-gap: 100px;
  }
  .history .content-section-01 .image {
    margin-top: 0;
  }
}
.history .history-slider {
  background: url("images/web-bg-opacity.png") no-repeat center;
  background-size: cover;
  text-align: center;
}
.history .history-slider .glide-history {
  position: relative;
}
.history .history-slider .glide__arrows {
  display: none;
}
.history .history-slider .glide__slide {
  height: auto;
}
.history .history-slider .glide__bullets {
  bottom: -20px;
}
.history .history-slider .grid-container {
  display: grid;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.history .history-slider .glide__bullet {
  background-color: rgba(37, 117, 115, 0.7);
  width: 15px;
  height: 15px;
  border: none;
  margin-right: 8px;
}
.history .history-slider .glide__bullet--active {
  background-color: #0D0E3A;
}
.history .history-slider .year {
  font-family: DinCondensedBold;
  font-size: calc(2.125rem + 10.5vw);
  margin-bottom: 0;
  color: #0D0E3A;
  line-height: 0.7;
}
@media (min-width: 1200px) {
  .history .history-slider .year {
    font-size: 10rem;
  }
}
.history .history-slider .month {
  font-family: DinCondensedBold;
  font-size: calc(1.425rem + 2.1vw);
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #0D0E3A;
}
@media (min-width: 1200px) {
  .history .history-slider .month {
    font-size: 3rem;
  }
}
.history .history-slider .content {
  align-self: start;
}
.history .history-slider .content .newspaper img {
  margin: 0 auto;
  width: 500px;
}
.history .history-slider .content .header {
  font-family: DinCondensedBold;
  font-size: calc(1.325rem + 0.9vw);
  color: #0D0E3A;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .history .history-slider .content .header {
    font-size: 2rem;
  }
}
.history .history-slider .date {
  align-self: end;
}
.history .history-slider .glide__arrow {
  width: 50px;
  box-shadow: none;
  border: transparent;
}
.history .history-slider .glide__arrow:hover {
  border-color: transparent;
}
@media (min-width: 750px) {
  .history .history-slider .year {
    font-size: calc(2.025rem + 9.3vw);
  }
}
@media (min-width: 750px) and (min-width: 1200px) {
  .history .history-slider .year {
    font-size: 9rem;
  }
}
@media (min-width: 992px) {
  .history .history-slider .glide__arrows {
    display: block;
  }
  .history .history-slider .glide__bullets {
    bottom: -30px;
  }
  .history .history-slider .grid-container {
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
    grid-template-columns: 300px auto;
    align-content: center;
    justify-content: center;
  }
  .history .history-slider .content {
    text-align: justify;
    align-self: center;
    max-width: 700px;
  }
}
@media (min-width: 1000px) {
  .history .history-slider .year {
    font-size: calc(1.925rem + 8.1vw);
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .history .history-slider .year {
    font-size: 8rem;
  }
}
@media (min-width: 1920px) {
  .history .history-slider .content {
    padding-left: 100px;
    max-width: 800px;
  }
}

/* Opportunities
--------------------------------------------- */
.opportunities .newsletter-container,
.opportunities .career-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.opportunities .newsletter-container h2,
.opportunities .career-container h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .opportunities .newsletter-container h2,
.opportunities .career-container h2 {
    font-size: 3rem;
  }
}
.opportunities .newsletter-container p,
.opportunities .career-container p {
  margin-bottom: 20px;
  text-align: justify;
}
.opportunities .newsletter-container p:last-child,
.opportunities .career-container p:last-child {
  margin-bottom: 0;
}
.opportunities .newsletter-container .button,
.opportunities .career-container .button {
  padding-bottom: 12px;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .opportunities .newsletter-container .button,
.opportunities .career-container .button {
    font-size: 1.5rem;
  }
}
.opportunities .newsletter-container .image,
.opportunities .career-container .image {
  order: 0;
  margin-bottom: 40px;
}
.opportunities .newsletter-container .content,
.opportunities .career-container .content {
  order: 1;
}
.opportunities .newsletter-container .opportunities-form,
.opportunities .career-container .opportunities-form {
  margin-top: 20px;
}
.opportunities .newsletter-container .opportunities-form strong,
.opportunities .career-container .opportunities-form strong {
  color: #0D0E3A;
}
.opportunities .career-container .image {
  background: url("images/career-opportunities.jpg") no-repeat center;
  background-size: cover;
}
.opportunities .newsletter-container .image {
  background: url("images/office-worker.jpg") no-repeat center;
  background-size: cover;
}
.opportunities .newsletter-container .content-large {
  font-weight: 600;
  color: #0D0E3A;
}
@media (min-width: 992px) {
  .opportunities .career-container,
.opportunities .newsletter-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: unset;
    column-gap: 40px;
  }
  .opportunities .career-container .image,
.opportunities .newsletter-container .image {
    order: 1;
    margin-bottom: 0;
  }
  .opportunities .career-container .content,
.opportunities .newsletter-container .content {
    order: 0;
  }
  .opportunities .career-container .image {
    background: url("images/career-opportunities.jpg") no-repeat center;
    background-size: cover;
  }
}
@media (min-width: 1280px) {
  .opportunities .career-container,
.opportunities .newsletter-container {
    column-gap: 60px;
  }
}
@media (min-width: 1440px) {
  .opportunities .career-container,
.opportunities .newsletter-container {
    column-gap: 90px;
  }
}
@media (min-width: 1920px) {
  .opportunities .career-container,
.opportunities .newsletter-container {
    column-gap: 120px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.opportunities .business-spotlight {
  color: #fff;
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
}
.opportunities .business-spotlight h2 {
  font-size: calc(1.425rem + 2.1vw);
  color: #fff;
}
@media (min-width: 1200px) {
  .opportunities .business-spotlight h2 {
    font-size: 3rem;
  }
}
.opportunities .business-spotlight p {
  text-align: justify;
}
.opportunities .business-spotlight a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}
.opportunities .business-spotlight a:hover {
  text-decoration: underline;
}
.opportunities .business-spotlight .grid-container {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 20px;
}
.opportunities .business-spotlight .grid-container .image {
  order: 1;
  min-height: 390px;
}
.opportunities .business-spotlight .grid-container .image .video-container {
  height: 100%;
}
.opportunities .business-spotlight .grid-container .image .video-container iframe {
  width: 100%;
  height: 100%;
}
.opportunities .business-spotlight .grid-container .content {
  order: 0;
}
.opportunities .business-spotlight .grid-container .quote {
  margin-top: 20px;
  padding: 20px;
  background: #0D0E3A;
  display: grid;
  grid-template-columns: 30px auto 30px;
  grid-column-gap: 30px;
}
.opportunities .business-spotlight .grid-container .quote p {
  margin-bottom: 0;
}
.opportunities .business-spotlight .grid-container .quote .name {
  font-weight: 600;
  margin-top: 5px;
}
.opportunities .business-spotlight .grid-container .quote .quote-end {
  align-self: flex-end;
}
@media (min-width: 500px) {
  .opportunities .business-spotlight .grid-container .quote {
    grid-template-columns: 50px auto 50px;
  }
}
@media (min-width: 992px) {
  .opportunities .business-spotlight .grid-container {
    grid-template-rows: unset;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    align-items: center;
  }
  .opportunities .business-spotlight .grid-container .image {
    order: 0;
    height: 100%;
  }
  .opportunities .business-spotlight .grid-container .content {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .opportunities .business-spotlight .grid-container {
    column-gap: 60px;
  }
}
@media (min-width: 1440px) {
  .opportunities .business-spotlight .grid-container {
    column-gap: 90px;
  }
}
@media (min-width: 1920px) {
  .opportunities .business-spotlight .grid-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.opportunities .resources .header h2 {
  font-size: calc(1.425rem + 2.1vw);
  text-align: center;
}
@media (min-width: 1200px) {
  .opportunities .resources .header h2 {
    font-size: 3rem;
  }
}
.opportunities .resources .content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.opportunities .resources .content p {
  margin-bottom: 0;
  text-align: justify;
}
.opportunities .resources .graphic {
  max-width: 100px;
  transform: rotate(90deg);
  margin: 40px auto;
}
.opportunities .resources .grid-container {
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
  grid-template-columns: 1fr;
  text-align: center;
  align-items: center;
}
.opportunities .resources .button {
  font-size: calc(1.255rem + 0.06vw);
  padding: 10px 20px 4px 20px;
  height: 100%;
  display: grid;
  align-items: center;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .opportunities .resources .button {
    font-size: 1.3rem;
  }
}
@media (min-width: 350px) {
  .opportunities .resources .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 400px) {
  .opportunities .resources .graphic {
    margin: 50px auto;
  }
}
@media (min-width: 992px) {
  .opportunities .resources .parent-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    column-gap: 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .opportunities .resources .parent-grid .graphic {
    transform: rotate(0deg);
  }
  .opportunities .resources .parent-grid .content {
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .opportunities .resources .parent-grid {
    column-gap: 100px;
  }
  .opportunities .resources .parent-grid .graphic {
    max-width: 150px;
  }
}
.opportunities .questions {
  background: url("images/web-bg-blue.jpg") no-repeat center;
  background-size: cover;
}
.opportunities .questions h2 {
  color: #fff;
  font-size: calc(1.425rem + 2.1vw);
  text-align: center;
}
@media (min-width: 1200px) {
  .opportunities .questions h2 {
    font-size: 3rem;
  }
}
.opportunities .questions p {
  color: #fff;
  text-align: center;
}
.opportunities .questions .links {
  display: grid;
  justify-content: center;
  grid-template-rows: 315px 315px;
  row-gap: 20px;
  margin-top: 60px;
}
.opportunities .questions .box {
  width: 100%;
  height: 315px;
  background-image: linear-gradient(135deg, #124337 0%, #257572 47%, #2B769E 93%);
}
.opportunities .questions .box .content {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  background: url("images/question-mark.png") no-repeat center;
  background-size: 90px;
}
.opportunities .questions .box .content p {
  font-family: DINCondensedBold, sans-serif;
  font-size: calc(1.625rem + 4.5vw);
  margin-bottom: 0;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .opportunities .questions .box .content p {
    font-size: 5rem;
  }
}
@media (min-width: 1280px) {
  .opportunities .questions .links {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 315px;
    justify-items: center;
    row-gap: 0;
    column-gap: 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .opportunities .questions .links a {
    text-decoration: none;
  }
  .opportunities .questions .box {
    width: 560px;
  }
}

/* Public Involvement
--------------------------------------------- */
.public-involvement .priority {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.public-involvement .priority a {
  color: #0D0E3A;
  font-weight: bolder;
}
.public-involvement .priority .header-image {
  text-align: center;
  background: url("images/public-involvement-header.jpg") no-repeat center;
  background-size: cover;
  height: 220px;
  width: 100%;
}
.public-involvement .priority .header-image h2 {
  color: #fff;
  margin: 0 auto;
  font-size: calc(1.375rem + 1.5vw);
  max-width: 350px;
}
@media (min-width: 1200px) {
  .public-involvement .priority .header-image h2 {
    font-size: 2.5rem;
  }
}
.public-involvement .priority .grid-container {
  padding: 20px;
  width: 100%;
  height: 100%;
  align-content: center;
}
.public-involvement .priority .content {
  margin-top: 40px;
  text-align: justify;
}
.public-involvement .priority .gallery {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .public-involvement .priority .header-image {
    height: 300px;
  }
  .public-involvement .priority .header-image h2 {
    font-size: calc(1.475rem + 2.7vw);
    max-width: 500px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .public-involvement .priority .header-image h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .public-involvement .priority .header-image {
    height: 350px;
  }
  .public-involvement .priority .header-image h2 {
    font-size: calc(1.475rem + 2.7vw);
    max-width: 550px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .public-involvement .priority .header-image h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1440px) {
  .public-involvement .priority .header-image {
    height: 400px;
  }
}
@media (min-width: 1920px) {
  .public-involvement .priority .header-image {
    height: 450px;
  }
}
.public-involvement .contact-us {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
}
.public-involvement .contact-us .grid-container {
  max-width: 900px;
  margin: 0 auto;
}
.public-involvement .contact-us .content {
  color: #fff;
  text-align: center;
}
.public-involvement .contact-us .content p {
  font-family: DinCondensedBold;
  text-transform: uppercase;
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 20px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .public-involvement .contact-us .content p {
    font-size: 2.5rem;
  }
}
.public-involvement .contact-us .link {
  text-align: center;
}
.public-involvement .contact-us .button {
  font-size: calc(1.325rem + 0.9vw);
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .public-involvement .contact-us .button {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .public-involvement .contact-us .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 40px;
  }
  .public-involvement .contact-us .content {
    text-align: right;
  }
  .public-involvement .contact-us .content p {
    margin-bottom: -9px;
  }
  .public-involvement .contact-us .link {
    text-align: left;
  }
  .public-involvement .contact-us .button {
    font-size: calc(1.425rem + 2.1vw);
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .public-involvement .contact-us .button {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .public-involvement .contact-us .content p {
    font-size: calc(1.455rem + 2.46vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .public-involvement .contact-us .content p {
    font-size: 3.3rem;
  }
}
.public-involvement .section-03 .header h2 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .public-involvement .section-03 .header h2 {
    font-size: 2.5rem;
  }
}
.public-involvement .section-03 .content {
  border-bottom: 1px solid #979797;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: justify;
  height: 100%;
}
.public-involvement .section-03 .content p {
  margin-bottom: 20px;
}
.public-involvement .section-03 .content p:last-child {
  margin-bottom: 0 !important;
}
.public-involvement .section-03 .content strong {
  color: #0D0E3A;
}
.public-involvement .section-03 .content a {
  font-weight: bolder;
  color: #0D0E3A;
}
.public-involvement .section-03 .content a:visited {
  color: #0D0E3A;
}
.public-involvement .section-03 .content .highlight {
  background-color: #0D0E3A;
  color: #fff;
  padding: 15px;
  text-align: left;
}
.public-involvement .section-03 .content .highlight h3, .public-involvement .section-03 .content .highlight h4 {
  color: #fff;
}
.public-involvement .section-03 .content .highlight h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .public-involvement .section-03 .content .highlight h3 {
    font-size: 2rem;
  }
}
.public-involvement .section-03 .content .highlight h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .public-involvement .section-03 .content .highlight h4 {
    font-size: 1.5rem;
  }
}
.public-involvement .section-03 .content .highlight a {
  color: #fff;
}
.public-involvement .section-03 .content .highlight a:visited {
  color: #fff;
}
.public-involvement .section-03 .content ul {
  margin: 20px 0 20px 0;
  padding: 0;
  list-style: none;
}
.public-involvement .section-03 .content ul li {
  margin: 0;
  padding: 0;
}
@media (min-width: 450px) {
  .public-involvement .section-03 .content ul {
    column-count: 2;
  }
}
.public-involvement .section-03 .translations h3 {
  background-color: #0D0E3A;
  color: #fff;
  display: inline-block;
  padding: 7px 10px;
  font-size: calc(1.255rem + 0.06vw);
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .public-involvement .section-03 .translations h3 {
    font-size: 1.3rem;
  }
}
.public-involvement .section-03 .translations .translations-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.public-involvement .section-03 .translations a {
  font-family: DinCondensedBold;
  text-transform: uppercase;
  color: #0D0E3A;
  font-size: 1.2rem;
}
@media (min-width: 500px) {
  .public-involvement .section-03 .translations .translations-grid-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media (min-width: 992px) {
  .public-involvement .section-03 .header {
    text-align: center;
  }
  .public-involvement .section-03 .header h2 {
    margin-bottom: 40px;
  }
  .public-involvement .section-03 .grid-container {
    display: grid;
    grid-template-columns: auto 450px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .public-involvement .section-03 .grid-container .content {
    border-bottom: none;
    border-right: 1px solid #979797;
    padding-right: 40px;
    padding-bottom: 0;
  }
  .public-involvement .section-03 .grid-container .translations-grid-container {
    padding-left: 40px;
  }
}
.public-involvement .information {
  margin-bottom: 0;
}
.public-involvement .information .grid-container {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.public-involvement .information .content .header {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .public-involvement .information .content .header {
    font-size: 2.5rem;
  }
}
.public-involvement .information .content .header h2 {
  color: #0D0E3A;
}
.public-involvement .information .content .button {
  font-size: calc(1.325rem + 0.9vw);
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .public-involvement .information .content .button {
    font-size: 2rem;
  }
}
.public-involvement .information .icon {
  max-width: 200px;
  margin: 0 auto 40px auto;
}
@media (min-width: 992px) {
  .public-involvement .information .grid-container {
    display: grid;
    grid-template-columns: 250px auto;
    text-align: justify;
    column-gap: 40px;
    align-items: center;
  }
  .public-involvement .information .icon {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .public-involvement .information .grid-container {
    grid-template-columns: 250px auto;
    max-width: 900px;
    column-gap: 90px;
  }
  .public-involvement .information .icon {
    max-width: 250px;
  }
}
.public-involvement .content-section-small-business-highlights h2 {
  color: #fff;
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .public-involvement .content-section-small-business-highlights h2 {
    font-size: 2.5rem;
  }
}
.public-involvement .content-section-small-business-highlights h3 {
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .public-involvement .content-section-small-business-highlights h3 {
    font-size: 1.5rem;
  }
}
.public-involvement .content-section-small-business-highlights p {
  color: #fff;
}
.public-involvement .content-section-small-business-highlights .grid-container {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  padding: 20px;
  text-align: center;
  display: grid;
  justify-content: center;
  row-gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.public-involvement .content-section-small-business-highlights .grid-container .icon {
  max-width: 200px;
  margin: 0 auto;
}
.public-involvement .content-section-small-business-highlights .grid-container a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
@media (min-width: 768px) {
  .public-involvement .content-section-small-business-highlights .grid-container {
    padding: 40px;
  }
}
.public-involvement .upcoming-events .header {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding-top: 20px;
  padding-bottom: 11px;
  margin-bottom: 40px;
}
.public-involvement .upcoming-events .header h2 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .public-involvement .upcoming-events .header h2 {
    font-size: 2.5rem;
  }
}
.public-involvement .upcoming-events .item {
  margin-bottom: 80px;
}
.public-involvement .upcoming-events .item:last-child {
  margin-bottom: 0;
}
.public-involvement .upcoming-events .item .event-header {
  background: url("images/upcoming-events-arrow.png") no-repeat left center;
  background-size: contain;
  min-height: 60px;
  display: grid;
  align-items: center;
  padding-top: 13px;
  margin-bottom: 30px;
}
.public-involvement .upcoming-events .item .event-header h3 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .public-involvement .upcoming-events .item .event-header h3 {
    font-size: 2.5rem;
  }
}
.public-involvement .upcoming-events .item .event-content {
  border-top: 1px solid #979797;
  padding-top: 30px;
}
.public-involvement .upcoming-events .item .event-content h3 {
  background-color: #0D0E3A;
  color: #fff;
  padding: 10px 10px 5px 10px;
}
.public-involvement .upcoming-events .item .event-content .info {
  margin-top: 40px;
}
.public-involvement .upcoming-events .item .event-content .button {
  font-size: calc(1.275rem + 0.3vw);
  padding: 9px 13px 2px 13px;
}
@media (min-width: 1200px) {
  .public-involvement .upcoming-events .item .event-content .button {
    font-size: 1.5rem;
  }
}
.public-involvement .upcoming-events .item .event-content .date-time h3,
.public-involvement .upcoming-events .item .event-content .location h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .public-involvement .upcoming-events .item .event-content .date-time h3,
.public-involvement .upcoming-events .item .event-content .location h3 {
    font-size: 1.5rem;
  }
}
.public-involvement .upcoming-events .item .event-content .date-time p,
.public-involvement .upcoming-events .item .event-content .location p {
  font-size: 1.2rem;
}
.public-involvement .upcoming-events .item .event-content .date-time .button,
.public-involvement .upcoming-events .item .event-content .location .button {
  margin-top: 10px;
}
.public-involvement .upcoming-events .no-events {
  max-width: 700px;
  margin: 0 auto;
  color: #0D0E3A;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .public-involvement .upcoming-events .no-events {
    text-align: center;
  }
}
@media (min-width: 450px) {
  .public-involvement .upcoming-events .date-time-location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .public-involvement .upcoming-events .date-time-location-grid p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .public-involvement .upcoming-events .header {
    text-align: center;
  }
  .public-involvement .upcoming-events .events {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .public-involvement .upcoming-events .item {
    display: grid;
    grid-template-columns: 250px auto;
    column-gap: 40px;
  }
  .public-involvement .upcoming-events .item .event-content {
    border-top: none;
    border-left: 1px solid #979797;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.public-involvement .past-public-events {
  background: url("images/web-bg-blue.jpg") no-repeat center;
  background-size: cover;
}
.public-involvement .past-public-events h2 {
  color: #fff;
  text-align: center;
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .public-involvement .past-public-events h2 {
    font-size: 2.5rem;
  }
}
.public-involvement .past-public-events .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.public-involvement .past-public-events .item {
  border: 2px solid #fff;
  padding: 20px 20px 13px 20px;
}
.public-involvement .past-public-events .item p {
  margin-bottom: 0;
  font-family: DinCondensedBold;
  text-transform: uppercase;
  color: #fff;
}
.public-involvement .past-public-events .item .event-name {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .public-involvement .past-public-events .item .event-name {
    font-size: 1.5rem;
  }
}
.public-involvement .past-public-events .item .date {
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  .public-involvement .past-public-events .item .date {
    font-size: 1.3rem;
  }
}
.public-involvement .past-public-events .item a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .public-involvement .past-public-events .grid-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
@media (min-width: 1280px) {
  .public-involvement .past-public-events .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1920px) {
  .public-involvement .past-public-events .grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* Environmental Responsibility
--------------------------------------------- */
.environmental-responsibility .link-offset {
  position: relative;
  top: -150px;
  visibility: hidden;
}
.environmental-responsibility .header-graphic {
  margin: 0 auto 60px auto;
  max-width: 1000px;
}
.environmental-responsibility h2 {
  font-size: calc(1.425rem + 2.1vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .environmental-responsibility h2 {
    font-size: 3rem;
  }
}
.environmental-responsibility .environmental-committment {
  padding-bottom: 90px;
  border-bottom: 1px solid #979797;
}
.environmental-responsibility .environmental-committment a {
  font-weight: 600;
  color: #0D0E3A;
}
.environmental-responsibility .environmental-committment .content {
  text-align: justify;
}
.environmental-responsibility .environmental-committment .content h2 {
  text-align: left;
}
@media (min-width: 992px) {
  .environmental-responsibility .environmental-committment p {
    margin-bottom: 0;
  }
  .environmental-responsibility .environmental-committment .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .environmental-responsibility .environmental-committment .grid-container {
    column-gap: 100px;
  }
}
@media (min-width: 1920px) {
  .environmental-responsibility .environmental-committment .grid-container {
    column-gap: 300px;
  }
}
.environmental-responsibility .environmental-links {
  border-left: 2px solid #257573;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1000px;
  margin: 0 auto 90px auto;
}
.environmental-responsibility .environmental-links .date {
  margin-top: 15px;
  margin-bottom: 15px;
}
.environmental-responsibility .environmental-links h3 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .environmental-responsibility .environmental-links h3 {
    font-size: 2.5rem;
  }
}
.environmental-responsibility .environmental-links .header, .environmental-responsibility .environmental-links .content-container {
  display: grid;
  grid-template-columns: 14px 1fr;
  margin-left: -8px;
  column-gap: 20px;
}
.environmental-responsibility .environmental-links .block {
  margin-bottom: 90px;
}
.environmental-responsibility .environmental-links .block:last-child {
  margin-bottom: 0;
}
.environmental-responsibility .environmental-links .callout {
  color: #fff;
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  padding: 40px;
}
.environmental-responsibility .environmental-links .callout a {
  font-size: calc(1.275rem + 0.3vw);
  padding: 10px 20px 3px 20px;
}
@media (min-width: 1200px) {
  .environmental-responsibility .environmental-links .callout a {
    font-size: 1.5rem;
  }
}
.environmental-responsibility .environmental-links .callout a:focus {
  color: #fff;
}
.environmental-responsibility .environmental-links .circle {
  height: 14px;
  width: 14px;
  background-color: #0D0E3A;
  border-radius: 50%;
  display: inline-block;
  margin: 3px auto 0 auto;
}
.environmental-responsibility .environmental-links .content-container .circle {
  visibility: hidden;
}
.environmental-responsibility .environmental-links .content-container p {
  text-align: justify;
}
.environmental-responsibility .environmental-links .content-container a {
  text-transform: uppercase;
  font-family: DINCondensedBold, sans-serif;
  font-size: 1.2rem;
  color: #0D0E3A;
}
.environmental-responsibility .environmental-links .content-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.environmental-responsibility .environmental-links .content-container .link-box {
  border: 2px solid #0D0E3A;
  padding: 10px;
  position: relative;
  margin-top: 50px;
}
.environmental-responsibility .environmental-links .content-container h4 {
  position: absolute;
  top: -20px;
  left: 10px;
  font-size: calc(1.275rem + 0.3vw);
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  padding: 10px 10px 4px 10px;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .environmental-responsibility .environmental-links .content-container h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 400px) {
  .environmental-responsibility .environmental-links .content-container .date {
    margin-top: 7px;
  }
  .environmental-responsibility .environmental-links .content-container .link-box {
    padding: 20px;
  }
  .environmental-responsibility .environmental-links .content-container ul {
    margin: 0;
  }
  .environmental-responsibility .environmental-links .content-container h4 {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .environmental-responsibility .environmental-links .content-container ul {
    column-count: 2;
  }
}
@media (min-width: 400px) {
  .environmental-responsibility .environmental-links .header, .environmental-responsibility .environmental-links .content-container {
    column-gap: 40px;
  }
}
@media (min-width: 768px) {
  .environmental-responsibility .environmental-links .header, .environmental-responsibility .environmental-links .content-container {
    column-gap: 80px;
  }
}

/* Program News
--------------------------------------------- */
.program-news .latest-news h2 {
  font-size: calc(1.395rem + 1.74vw);
  margin-bottom: -10px;
}
@media (min-width: 1200px) {
  .program-news .latest-news h2 {
    font-size: 2.7rem;
  }
}
.program-news .latest-news .line {
  border-bottom: 1px solid #CBCBCB;
}
.program-news .latest-news .header-grid-container {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
}
.program-news .latest-news .content {
  max-width: 900px;
  text-align: justify;
}
.program-news .latest-news .news-post-grid-container {
  border-bottom: 1px solid #CBCBCB;
  padding: 40px 0;
}
.program-news .latest-news .news-post-grid-container:last-child {
  border: none;
}
.program-news .latest-news .news-post-grid-container h3 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .program-news .latest-news .news-post-grid-container h3 {
    font-size: 2rem;
  }
}
.program-news .latest-news .news-post-grid-container .content-date p {
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.program-news .latest-news .news-post-grid-container .excerpt {
  margin-bottom: 10px;
}
.program-news .latest-news .news-post-grid-container .learn-more {
  font-family: DINCondensedBold, sans-serif;
  color: #0D0E3A;
  text-transform: uppercase;
  font-size: calc(1.275rem + 0.3vw);
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  .program-news .latest-news .news-post-grid-container .learn-more {
    font-size: 1.5rem;
  }
}
.program-news .latest-news .news-post-grid-container .learn-more-grid-container {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.program-news .latest-news .news-post-grid-container .learn-more-grid-container .arrow {
  max-width: 18px;
  margin-bottom: 7px;
  margin-left: 7px;
}
@media (min-width: 650px) {
  .program-news .latest-news .news-post-grid-container .learn-more-grid-container .arrow {
    max-width: 20px;
  }
}
.program-news .latest-news .date-box {
  display: none;
}
@media (min-width: 768px) {
  .program-news .latest-news h2 {
    margin-bottom: -15px;
  }
  .program-news .latest-news .date-box {
    display: block;
  }
  .program-news .latest-news .content-date {
    display: none;
  }
  .program-news .latest-news .news-post-grid-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    border: none;
  }
  .program-news .latest-news .date-box {
    border-right: 1px solid #CBCBCB;
    padding-right: 40px;
  }
  .program-news .latest-news .date-box .bg {
    background-image: linear-gradient(135deg, #124337 0%, #257572 47%, #2B769E 93%);
    width: 150px;
    height: 150px;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
  }
  .program-news .latest-news .date-box .year {
    padding-bottom: 5px;
    margin-bottom: 10px;
    align-self: end;
    font-family: DINCondensedBold, sans-serif;
    border-bottom: 2px solid #0D0E3A;
    font-size: calc(1.275rem + 0.3vw);
    text-align: center;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .program-news .latest-news .date-box .year {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .program-news .latest-news .date-box .month {
    margin-bottom: 0;
    align-self: start;
    font-family: DINCondensedBold, sans-serif;
    text-transform: uppercase;
    font-size: calc(1.305rem + 0.66vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .program-news .latest-news .date-box .month {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .program-news .latest-news .content {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .program-news .latest-news .date-box {
    padding-right: 50px;
  }
  .program-news .latest-news .date-box .bg {
    width: 200px;
    height: 200px;
  }
  .program-news .latest-news .content {
    padding-left: 50px;
  }
}

.news-post-single {
  min-height: 100vh;
  padding-top: 130px;
}
@media (min-width: 570px) {
  .news-post-single {
    padding-top: 70px;
  }
}
@media (min-width: 770px) {
  .news-post-single {
    padding-top: 90px;
  }
}
.news-post-single .size-container {
  max-width: 1000px;
  margin: 0 auto;
}
.news-post-single .header {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
}
.news-post-single .header h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .news-post-single .header h1 {
    font-size: 3.5rem;
  }
}
.news-post-single .header .date {
  color: #fff;
  display: inline-block;
  background-color: #0D0E3A;
  padding: 7px 10px 4px 10px;
}
.news-post-single .header .date p {
  margin-bottom: -4px;
  font-family: DINCondensedBold, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.news-post-single .header .date .grid-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.news-post-single .header .date .line {
  background: linear-gradient(180deg, rgba(37, 117, 115, 0) calc(50% - 1px), #257573 calc(50%), rgba(37, 117, 115, 0) calc(50% + 1px));
  height: 100%;
  width: 50px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.news-post-single .content a {
  color: #0D0E3A;
  font-weight: 600;
}
.news-post-single .content p {
  text-align: justify;
}
.news-post-single .content .footer-links {
  margin-top: 40px;
}
.news-post-single .content .footer-links a {
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 10px 3px 10px;
  margin-right: 10px;
}
.news-post-single .content .footer-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.news-post-single .content .footer-links ul li {
  margin-bottom: 10px;
}
.news-post-single .content .footer-links ul li:last-child {
  margin-bottom: 0;
}

/* FAQs
--------------------------------------------- */
.faqs-page .your-voice-matters .grid-container {
  display: grid;
}
.faqs-page .your-voice-matters .content {
  order: 1;
}
.faqs-page .your-voice-matters .content p {
  text-align: justify;
}
.faqs-page .your-voice-matters .photo {
  order: 0;
  display: grid;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 350px;
  background: url("images/faqs-header-photo.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 40px;
}
.faqs-page .your-voice-matters .photo p {
  font-family: DINCondensedBold, sans-serif;
  font-size: calc(1.625rem + 4.5vw);
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  font-size: calc(1.825rem + 6.9vw);
}
@media (min-width: 1200px) {
  .faqs-page .your-voice-matters .photo p {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .faqs-page .your-voice-matters .photo p {
    font-size: 7rem;
  }
}
@media (min-width: 992px) {
  .faqs-page .your-voice-matters .grid-container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-column-gap: 90px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .faqs-page .your-voice-matters .content {
    order: 0;
  }
  .faqs-page .your-voice-matters .photo {
    order: 1;
    height: 250px;
  }
  .faqs-page .your-voice-matters .photo p {
    font-size: calc(1.545rem + 3.54vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .faqs-page .your-voice-matters .photo p {
    font-size: 4.2rem;
  }
}
@media (min-width: 1440px) {
  .faqs-page .your-voice-matters .grid-container {
    grid-column-gap: 120px;
    max-width: 1200px;
  }
}
.faqs-page .question-submit {
  background: url("images/web-bg-blue.jpg") no-repeat center;
  background-size: cover;
}
.faqs-page .question-submit p {
  color: #fff;
  font-size: calc(1.305rem + 0.66vw);
  text-align: center;
  font-family: DINCondensedBold, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .faqs-page .question-submit p {
    font-size: 1.8rem;
  }
}
.faqs-page .question-submit .button {
  background-color: unset;
  border: 1px solid #fff;
  margin: 0 auto;
  font-size: calc(1.325rem + 0.9vw);
  padding-bottom: 3px;
  display: table;
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  .faqs-page .question-submit .button {
    font-size: 2rem;
  }
}
.faqs-page .question-submit .button:hover {
  background-color: #257573;
  transition: background-color 0.3s;
}
.faqs-page .faq-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.faqs-page .faq-list ol {
  color: #0D0E3A;
  margin-left: 20px;
  padding-left: 0;
}
.faqs-page .faq-list ol li {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #B2B2B2;
  position: relative;
  cursor: pointer;
}
.faqs-page .faq-list ol li:last-child {
  border-bottom: none;
}
.faqs-page .faq-list ol .question {
  padding-right: 50px;
  margin-bottom: 0;
}
.faqs-page .faq-list ol .answer {
  font-size: 1rem;
  font-weight: 400;
  background-color: #EEE;
  padding: 20px;
  margin-top: 20px;
  text-align: justify;
  display: none;
}
.faqs-page .faq-list ol .answer strong {
  font-weight: 700;
}
.faqs-page .faq-list ol .answer a {
  font-weight: 700;
  color: #0D0E3A;
}
.faqs-page .faq-list ol .arrow {
  max-width: 27px;
  position: absolute;
  top: 5px;
  right: 0;
  transition: all 0.3s;
}
.faqs-page .faq-list ol .rotate {
  transform: rotate(90deg);
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .faqs-page .faq-list {
    max-width: 1200px;
  }
}

/* Contact Us
--------------------------------------------- */
.contact-us .page-header {
  margin-bottom: 90px;
}
.contact-us .newsletter {
  text-align: center;
}
.contact-us .newsletter .graphic {
  max-width: 180px;
  margin: 0 auto 40px auto;
}
.contact-us .newsletter .content-large {
  font-family: DINCondensedBold, sans-serif;
  color: #0D0E3A;
  text-transform: uppercase;
  font-size: calc(1.325rem + 0.9vw);
  line-height: 1.3;
  margin: 0 auto 10px auto;
  max-width: 650px;
}
@media (min-width: 1200px) {
  .contact-us .newsletter .content-large {
    font-size: 2rem;
  }
}
.contact-us .newsletter .content-small {
  margin: 0 auto 30px auto;
  max-width: 650px;
}
.contact-us .newsletter .button {
  font-size: calc(1.305rem + 0.66vw);
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .contact-us .newsletter .button {
    font-size: 1.8rem;
  }
}
@media (min-width: 725px) {
  .contact-us .newsletter .graphic {
    max-width: 220px;
  }
}
@media (min-width: 992px) {
  .contact-us .newsletter {
    text-align: left;
  }
  .contact-us .newsletter .grid-container {
    display: grid;
    grid-template-columns: auto 280px;
    column-gap: 40px;
    margin: 0 auto;
    align-items: center;
  }
  .contact-us .newsletter .graphic {
    max-width: 100%;
    order: 2;
    margin-bottom: 0;
  }
  .contact-us .newsletter .content {
    justify-self: start;
  }
}
@media (min-width: 1280px) {
  .contact-us .newsletter .grid-container {
    grid-template-columns: auto 330px;
  }
}
@media (min-width: 1440px) {
  .contact-us .newsletter {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-us .newsletter .grid-container {
    max-width: 1400px;
  }
}
.contact-us .feedback {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  margin-bottom: 0;
  text-align: center;
}
.contact-us .feedback p {
  color: #fff;
}
.contact-us .feedback .content {
  max-width: 800px;
  margin: 0 auto;
}
.contact-us .feedback .content-large {
  font-family: DINCondensedBold, sans-serif;
  text-transform: uppercase;
  font-size: calc(1.425rem + 2.1vw);
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .contact-us .feedback .content-large {
    font-size: 3rem;
  }
}
.contact-us .feedback .button {
  font-size: calc(1.305rem + 0.66vw);
  padding-bottom: 5px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .contact-us .feedback .button {
    font-size: 1.8rem;
  }
}
.contact-us .thank-you {
  background: url("images/web-bg-blue.jpg") no-repeat center;
  text-align: center;
  background-size: cover;
}
.contact-us .thank-you p {
  font-family: DINCondensedBold, sans-serif;
  text-transform: uppercase;
  font-size: calc(1.375rem + 1.5vw);
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .contact-us .thank-you p {
    font-size: 2.5rem;
  }
}

/* Project 1
--------------------------------------------- */
.project-1 .content-section-rendering {
  background-image: linear-gradient(to bottom, #fff 0%, #fff 10%, #124337 10%, #257572 65%, #2B769E 93%);
  margin-bottom: 0;
}
.project-1 .content-section-rendering .content-container {
  max-width: 1440px;
  margin: 0 auto;
}
.project-1 .content-section-rendering p {
  margin: 40px auto 0 auto;
  color: #fff;
  max-width: 1000px;
  text-align: center;
}
.project-1 .content-section-rendering .buttons-container {
  margin-top: 20px;
  text-align: center;
  display: grid;
  row-gap: 10px;
}
@media (min-width: 335px) {
  .project-1 .content-section-rendering {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 15%, #124337 15%, #257572 65%, #2B769E 93%);
  }
}
@media (min-width: 460px) {
  .project-1 .content-section-rendering {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 20%, #124337 20%, #257572 65%, #2B769E 93%);
  }
  .project-1 .content-section-rendering .buttons-container {
    display: block;
  }
}
@media (min-width: 992px) {
  .project-1 .content-section-rendering {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 30%, #124337 30%, #257572 65%, #2B769E 93%);
  }
}
.project-1 .content-section-project-benefits {
  background: url("images/web-bg-blue.jpg") no-repeat center;
  background-size: cover;
}
.project-1 .content-section-project-benefits h2 {
  color: #fff;
  font-size: calc(1.425rem + 2.1vw);
  text-align: center;
}
@media (min-width: 1200px) {
  .project-1 .content-section-project-benefits h2 {
    font-size: 3rem;
  }
}
.project-1 .content-section-project-benefits p {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: calc(1.305rem + 0.66vw);
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .project-1 .content-section-project-benefits p {
    font-size: 1.8rem;
  }
}
.project-1 .content-section-project-benefits .grid-container {
  margin-top: 40px;
  display: grid;
  row-gap: 50px;
  justify-content: center;
  text-align: center;
}
.project-1 .content-section-project-benefits .icon {
  max-width: 100px;
  margin: 0 auto 20px auto;
}
.project-1 .content-section-project-benefits .counter-container {
  border: 1px solid #fff;
  padding: 6px 21px;
  display: inline-block;
}
.project-1 .content-section-project-benefits .counter-container p {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .project-1 .content-section-project-benefits .counter-container p {
    font-size: 2.5rem;
  }
}
@media (min-width: 550px) {
  .project-1 .content-section-project-benefits .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .project-1 .content-section-project-benefits .grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.project-1 .content-section-bridge-safety {
  text-align: center;
}
.project-1 .content-section-bridge-safety h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .project-1 .content-section-bridge-safety h2 {
    font-size: 3rem;
  }
}
.project-1 .content-section-bridge-safety .p-content-container {
  max-width: 1200px;
  margin: 40px auto 0 auto;
}
.project-1 .content-section-bridge-safety .p-content-container strong {
  color: #0D0E3A;
}
.project-1 .content-section-bridge-safety .images {
  margin-top: 40px;
}
.project-1 .content-section-schedule-updates {
  background-color: #0D0E3A;
  margin-bottom: 0;
}
.project-1 .content-section-schedule-updates .grid-container {
  display: grid;
  row-gap: 20px;
  margin-top: 40px;
  justify-content: center;
}
.project-1 .content-section-schedule-updates .grid-container > div {
  border: 1px solid #fff;
  padding: 20px;
  max-width: 1000px;
}
.project-1 .content-section-schedule-updates .grid-container > div p {
  margin-bottom: 0;
}
.project-1 .content-section-schedule-updates .grid-container a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.project-1 .content-section-schedule-updates p {
  color: #fff;
}
.project-1 .content-section-schedule-updates h2 {
  color: #fff;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .project-1 .content-section-schedule-updates h2 {
    font-size: 3rem;
  }
}
.project-1 .content-section-schedule-updates h3 {
  color: #fff;
  font-size: calc(1.295rem + 0.54vw);
}
@media (min-width: 1200px) {
  .project-1 .content-section-schedule-updates h3 {
    font-size: 1.7rem;
  }
}
.project-1 .content-section-schedule-updates .header {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.project-1 .content-section-staging-video {
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
}
.project-1 .content-section-staging-video h2 {
  color: #fff;
  font-size: calc(1.425rem + 2.1vw);
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .project-1 .content-section-staging-video h2 {
    font-size: 3rem;
  }
}
.project-1 .content-section-staging-video p {
  color: #fff;
}
.project-1 .content-section-staging-video video {
  width: 100%;
  margin-top: 60px;
}
.project-1 .content-section-staging-video .header {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Footer
--------------------------------------------- */
.site-footer {
  clear: both;
  background-image: linear-gradient(94deg, #124337 0%, #257572 47%, #2B769E 93%);
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.site-footer p {
  color: #fff;
}
.site-footer .button {
  padding: 11px 15px 11px 15px;
}
.site-footer a {
  font-size: 1.2rem;
}
.site-footer .f-col {
  max-width: 500px;
  margin: 0 auto 40px auto;
}
.site-footer .f-col:last-child {
  margin-bottom: 0;
}
.site-footer .header {
  display: inline-block;
  border-bottom: 4px solid #fff;
  margin-bottom: 10px;
}
.site-footer .header h2 {
  color: #fff;
  font-size: calc(1.375rem + 1.5vw);
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .site-footer .header h2 {
    font-size: 2.5rem;
  }
}
.site-footer .f-col-1 p {
  margin-bottom: 15px;
}
.site-footer .f-col-2 p {
  margin-bottom: 20px;
}
.site-footer .f-col-2 .footer-social-media {
  display: grid;
  grid-template-columns: 60px 60px 60px 60px;
  justify-content: center;
}
@media (min-width: 1000px) {
  .site-footer .f-col-2 .footer-social-media {
    justify-content: left;
  }
}
.site-footer .f-col-3 p {
  margin-bottom: 15px;
}
.site-footer .f-col-3 a {
  margin: 0 auto 10px auto;
  font-size: 1.2rem;
}
.site-footer .f-col-3 a:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .site-footer .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    text-align: left;
    justify-items: center;
  }
  .site-footer .header {
    display: block;
  }
  .site-footer .f-col {
    max-width: 350px;
    margin: 0;
  }
  .site-footer .f-col-2 .social-media {
    justify-content: left;
  }
  .site-footer .f-col-3 a {
    margin-bottom: 10px;
  }
  .site-footer .f-col-3:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .site-footer .grid-container {
    column-gap: 60px;
  }
}
@media (min-width: 1440px) {
  .site-footer .grid-container {
    column-gap: 100px;
  }
  .site-footer .f-col {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .site-footer .grid-container {
    column-gap: 320px;
  }
}

/* Popup
--------------------------------------------- */
.pum .pum-title {
  font-family: DINCondensedBold, sans-serif !important;
  text-transform: uppercase;
  color: #0D0E3A !important;
  margin-bottom: 5px !important;
}
.pum .button {
  font-size: calc(1.265rem + 0.18vw);
  padding-bottom: 4px;
}
@media (min-width: 1200px) {
  .pum .button {
    font-size: 1.4rem;
  }
}
.pum .pum-container {
  border: 8px solid #0D0E3A !important;
}
.pum p {
  line-height: 1.4;
}
.pum p strong {
  font-weight: 600;
}

.ays-pb-modal h2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .ays-pb-modal h2 {
    font-size: 1.5rem !important;
  }
}

/* 404
--------------------------------------------- */
.page-404 {
  height: 90vh;
}
.page-404 .grid-container {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-404 .container {
  height: 100%;
}
.page-404 .grid-container {
  height: 100%;
}
.page-404 .text-large {
  font-family: DINCondensedBold, sans-serif;
  font-size: calc(2.125rem + 10.5vw);
  line-height: 1;
  color: #0D0E3A;
  align-self: end;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-404 .text-large {
    font-size: 10rem;
  }
}
.page-404 .content {
  align-self: start;
}
.page-404 .text-small {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-404 .text-small {
    font-size: 2rem;
  }
}
.page-404 .button {
  font-size: calc(1.275rem + 0.3vw);
  padding-bottom: 6px;
}
@media (min-width: 1200px) {
  .page-404 .button {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* dFlip Books
--------------------------------------------- */
.df-ui-nav .df-ui-btn:before {
  color: #0D0E3A !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/*# sourceMappingURL=glide.core.min.css.map */
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: #fff;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: #fff;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/*# sourceMappingURL=glide.theme.min.css.map */

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