<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700,700i,900");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

a {
  color: #e53e48;
  font-weight: 500;
}
a:hover {
  color: #176dad;
}

.subBar {
  font-weight: bold;
  line-height: 1.2em;
  color: #7a797c;
  padding: 4px 6px;
}

.slideheader {
  color: #336EA3;
  font-size: 15px;
  border-bottom: 1px dotted #BEBEBE;
  text-transform: uppercase;
}

.slidelink {
  color: #7a797c;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.accent01 {
  color: #7a797c;
}

.accent02 {
  color: #6e8eaa;
}

.accent03 {
  color: #215F97;
}

.newsHead {
  font-size: 19px;
  color: #175B9E;
  line-height: 110%;
}

.newsSubHead {
  font-size: 15px;
  color: #6e8eaa;
  line-height: 110%;
  font-style: italic;
}

.dottedUnderTtl {
  color: #215F97;
  font-size: 21px;
  display: block;
  border-bottom: 1px dotted #666666;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.reversedBold {
  background-color: #666666;
  font-weight: bold;
  color: #FFFFFF;
}

.calendarCell {
  color: #7a797c;
}

.blueBackground {
  background-color: #6E8EAA;
}

.whiteBackground {
  background-color: #ffffff;
}

.anchorLinks a, .anchorLinks a:link, .anchorLinks a:visited {
  font-size: 13px;
  color: #004C97;
  font-weight: bold;
  line-height: 108%;
  display: block;
  padding-bottom: 10px;
  text-decoration: none;
}

.anchorLinks a:hover {
  color: #3376B5;
  text-decoration: none;
}

.lnkInitiativeTtl {
  font-size: 12px;
  line-height: 107%;
  color: #7a797c;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
}

a.lnkAccent01, a.lnkAccent01:link, a.lnkAccent01:visited {
  color: #7a797c;
  text-decoration: underline;
}

a.lnkAccent01:hover {
  color: #7a797c;
  text-decoration: none;
}

.disasterResourcesPage .pdf-cover .overlay {
  line-height: 120%;
  text-align: center;
  color: #FFF;
  /*width: 180px;*/
  height: 250px;
  background: rgba(154, 152, 146, 0.7);
  display: block;
  /*position: absolute;*/
  text-decoration: none;
}

.disasterResourcesPage .pdf-wrapper {
  display: inline-block;
  /*margin-right: 50px;*/
  margin: 0 10px 20px 0;
  padding: 0 15px;
  width: 46%;
}

.disasterResourcesPage .row + .row {
  margin-top: 15px;
}

@media screen and (max-width: 549px) {
  .disasterResourcesPage .pdf-wrapper {
    width: 100%;
  }
  .disasterResourcesPage .row + .row {
    margin-top: 0;
  }
}
.disasterResourcesPage .pdf-cover {
  /*width: 180px;*/
  height: 250px;
}

.disasterResourcesPage .pdf-cover .pdf-details {
  /*padding-top: 60px;*/
  padding: 60px 20px 20px;
}

.disasterResourcesPage .pdf-cover .pdf-details span.title {
  font-size: 18px;
  font-family: "arial black", arial, sans-serif;
  display: block;
  text-decoration: none;
}

.disasterResourcesPage .pdf-cover .pdf-details .description {
  font-size: 18px;
  line-height: 23px;
  display: block;
  padding-top: 15px;
}

.disasterResourcesPage .pdf-cover .pdf-details img {
  padding-top: 10px;
}

.disasterResourcesPage .pdf-wrapper .pdf-label {
  background-color: #eab543;
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
  font-size: 12px;
}

.disasterResourcesPage .pdf-wrapper .pdf-label a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.disasterResourcesPage .button {
  display: inline-block;
  border: 1px solid #ecbc56;
  padding: 6px 10px;
  border-radius: 7px;
  text-decoration: none;
  color: #ecbc56;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Arial Black", Arial, sans-serif;
  min-width: 136px;
  text-align: center;
}

#contents main .disasterResourcesPage h3 {
  margin-top: 25px;
}

* {
  font-family: "Roboto", sans-serif;
}

.bold, strong {
  font-weight: 700;
}

.icon {
  font-size: inherit !important;
}
.icon a {
  font-size: inherit !important;
}

@media screen and (max-width: 576px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main iframe, main img {
  max-width: 100% !important;
}

#feedback {
  z-index: 1000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
#feedback &gt; a {
  background-color: #00549d;
  color: white;
  text-decoration: none;
  padding: 0.5em 1em;
  font-size: 1.3em;
  text-transform: capitalize;
  position: fixed;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translate(0, 80%);
}
#feedback &gt; a:hover {
  background-color: #202f4e;
}
#feedback div.window {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  overflow: auto;
  background-color: white;
  max-height: 80%;
}
#feedback div.window .modal-header {
  color: white;
  background-color: #00549d;
  border-radius: none;
}

:target::before {
  content: " ";
  display: block;
  margin-top: -140px;
  height: 140px;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1150px) {
  :target::before {
    margin-top: -160px;
    height: 160px;
  }
}
@media (max-width: 790px) {
  :target::before {
    margin-top: -180px;
    height: 180px;
  }
}
@media (max-width: 576px) {
  :target::before {
    margin-top: -80px;
    height: 80px;
  }
}

#content :target::before {
  margin-top: -15px;
  height: 15px;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

main.update {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
main.update #contents {
  flex: 1 1 auto;
}

body &gt; header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.35);
}

.skiptranslate:not([style*=none]) ~ header {
  top: 39px;
}

nav {
  background-color: white !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
nav.spacer {
  padding: 0 2em;
}
@media screen and (max-width: 576px) {
  nav.spacer {
    padding: 0 1em;
  }
}
nav #bannerTrigger {
  display: none;
}
@media screen and (max-width: 576px) {
  nav #bannerTrigger {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    margin-right: 1em;
    border-radius: 5px;
    color: white;
    font-size: 1em;
    background-color: #00549d;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #00549d;
  }
  nav #bannerTrigger[aria-expanded=false] {
    background-color: white;
    color: #00549d;
  }
  nav #bannerTrigger[aria-expanded=false] &gt; i {
    transform: rotate3d(1, 0, 0, 180deg);
  }
}
@media screen and (max-height: 380px) {
  nav #bannerTrigger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    margin-right: 1em;
    border-radius: 5px;
    color: white;
    font-size: 1em;
    background-color: #00549d;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav #bannerTrigger.open {
    border: 1px solid #00549d;
    background-color: white;
    color: #00549d;
  }
}
nav #bannerTrigger &gt; i {
  transition: transform 0.3s;
}
nav #mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1131px) {
  nav #mainNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav #mainNav div#bug {
    display: none;
  }
}
@media screen and (max-width: 1130px) {
  nav #mainNav .navWrapper {
    position: fixed;
    top: 80px;
    right: 0;
    width: 0;
    height: calc(100vh - 80px);
    transition: 0.3s;
    overflow: hidden;
  }
}
@media screen and (max-width: 1130px) and (max-height: 380px) {
  nav #mainNav .navWrapper {
    top: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 1130px) and (max-width: 576px) {
  nav #mainNav .navWrapper {
    top: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 1130px) {
  nav #mainNav ul {
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: -4px 0 16px -3px rgba(0, 0, 0, 0.35);
    transition: 0.3s;
    display: block;
    background-color: #ededed;
    padding: 4em 1.5em 4em 5em;
  }
  nav #mainNav ul li {
    flex: 0 0 auto;
    min-width: 180px;
    margin: 1em 0;
    padding: 0;
    text-align: center;
  }
  nav #mainNav ul li &gt; a {
    flex: 0 0 auto;
    transition: 0.3s;
  }
  nav #mainNav ul li &gt; a:last-child::after {
    display: none;
  }
  nav #mainNav ul li &gt; a:last-child:hover {
    text-indent: 0;
  }
  nav #mainNav ul li &gt; a::after {
    content: "\f105";
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    margin-left: 5px;
    overflow: hidden;
    color: #6cb33f;
    font: 1.2em "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
    font-weight: 900;
  }
  nav #mainNav ul li &gt; a:hover {
    text-indent: 5px;
  }
  nav #mainNav ul li &gt; a:hover::after {
    opacity: 0.25;
  }
  nav #mainNav div#bug {
    display: block;
    width: 35px;
    height: 29px;
    position: relative;
    z-index: 1;
  }
  nav #mainNav div#bug span {
    display: block;
    background-color: #6cb33f;
    width: 100%;
    height: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav #mainNav div#bug span.white {
    background-color: white;
  }
  nav #mainNav div#bug span.blue {
    background-color: #00549d;
  }
  nav #mainNav div#bug span:nth-child(1) {
    margin-bottom: 7px;
    transform-origin: 0% 50%;
  }
  nav #mainNav div#bug span:nth-child(2) {
    opacity: 1;
  }
  nav #mainNav div#bug span:nth-child(3) {
    margin-top: 7px;
    transform-origin: 0% 50%;
  }
  nav #mainNav.open::before {
    opacity: 1;
    left: 0;
  }
  nav #mainNav.open .navWrapper {
    width: 90%;
    overflow: auto;
  }
  nav #mainNav.open div#bug {
    transition: 0.3s;
    top: 0;
  }
  nav #mainNav.open div#bug span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav #mainNav.open div#bug span:nth-child(1) {
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
  }
  nav #mainNav.open div#bug span:nth-child(2) {
    opacity: 0;
  }
  nav #mainNav.open div#bug span:nth-child(3) {
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
  }
}
@media screen and (max-height: 825px) and (max-width: 992px) {
  nav #mainNav ul {
    padding: 2em 3em;
  }
  nav #mainNav ul li {
    margin: 0.6em 0;
  }
}
@media screen and (max-height: 660px) and (max-width: 992px) {
  nav #mainNav ul {
    padding: 1em 2em;
  }
  nav #mainNav ul li {
    margin: 0.3em 0;
  }
}
@media screen and (max-height: 405px) and (max-width: 992px) {
  nav #mainNav ul {
    padding: 0.8em 2em;
    justify-content: flex-start;
    align-items: center;
  }
  nav #mainNav ul li {
    margin: 0.23em 0;
  }
}
nav .nav-brand img {
  height: 80px;
}
@media screen and (max-width: 1200px) {
  nav .nav-brand img {
    height: 70px;
  }
}
@media screen and (max-width: 1112px) {
  nav .nav-brand img {
    height: 65px;
  }
}
@media screen and (max-width: 576px) {
  nav .nav-brand img {
    height: 60px;
  }
}
@media screen and (max-width: 340px) {
  nav .nav-brand img {
    height: 52px;
  }
}
nav li.nav-item {
  padding: 21px 0.6em;
}
nav li.nav-item.active &gt; a {
  border-bottom: 6pt solid #6cb33f;
  padding-bottom: 8px;
}
@media screen and (max-width: 992px) {
  nav li.nav-item {
    position: static;
  }
}
@media screen and (max-width: 1320px) {
  nav li.nav-item {
    padding: 21px 0;
  }
}
@media screen and (min-width: 993px) {
  nav li.nav-item {
    position: relative;
  }
  nav li.nav-item:hover .hm-sub-group {
    max-height: calc(100vh - 166px);
    display: block;
    overflow: auto;
  }
}
@media screen and (min-width: 993px) and (min-width: 1106px) {
  nav li.nav-item:hover .hm-sub-group {
    max-height: calc(100vh - 142px);
  }
}
nav a.nav-link {
  letter-spacing: -0.6px;
  color: #6cb33f !important;
  font-weight: 400;
  padding-bottom: 16px;
  font-size: 1.1em;
  line-height: 1.15;
}
@media screen and (max-width: 1120px) {
  nav a.nav-link {
    padding: 0.5rem 0.45em !important;
  }
}
@media screen and (min-width: 993px) {
  nav .hm-sub-group {
    background-color: #6cb33f;
    box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.35);
    padding: 0 32px 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    z-index: -1;
    margin-top: 21px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  nav .hm-sub-group::before {
    content: "";
    height: 40px;
    width: 40px;
    background-color: white;
    display: inherit;
    margin: auto;
    transform: translateY(-20px) rotate(45deg);
  }
  nav .hm-sub-group .hm-sub-item div {
    display: none;
  }
  nav .hm-sub-group .hm-sub-item:last-of-type a {
    border-bottom: none;
  }
  nav .hm-sub-group .hm-sub-item:first-of-type a {
    padding-top: 0;
  }
  nav .hm-sub-group .hm-sub-item a {
    color: white;
    font-weight: 300;
    text-decoration: none;
    display: block;
    text-align: center;
    border-bottom: dashed 1.5pt #94ce6e;
    padding: 0.6em 0;
    line-height: 1.2;
  }
  nav .hm-sub-group .hm-sub-item a::after {
    content: "\f105";
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    margin-left: 5px;
    overflow: hidden;
    color: white;
    font: 1.2em "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
    font-weight: 900;
  }
  nav .hm-sub-group .hm-sub-item a:hover {
    text-indent: 5px;
  }
  nav .hm-sub-group .hm-sub-item a:hover::after {
    opacity: 0.25;
  }
}
@media screen and (max-width: 992px) {
  nav .hm-sub-group {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 120%;
    height: 100%;
    display: block;
    background-color: #6cb33f;
    transition: 0.3s;
    box-shadow: -4px 0 16px -3px rgba(0, 0, 0, 0.35);
    padding: 3em 0 1em;
  }
  nav .hm-sub-group.open {
    padding: 3em 1em;
    width: 95%;
    left: 5%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  nav .hm-sub-group .hm-sub-item {
    margin: 0 0.75em;
  }
  nav .hm-sub-group .hm-sub-item div {
    overflow: hidden;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 120%;
    box-shadow: -4px 0 16px -6px rgba(0, 0, 0, 0.25);
    background-color: white;
    font-weight: 300;
    display: block;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
    width: 95%;
  }
  nav .hm-sub-group .hm-sub-item div a {
    border-color: #176dad;
    color: #00549d;
    margin: 0 0.5em;
  }
  nav .hm-sub-group .hm-sub-item div a:after {
    color: #00549d;
  }
  nav .hm-sub-group .hm-sub-item.open div {
    padding: 3em 1em;
    left: 5%;
  }
  nav .hm-sub-group .hm-sub-item:last-of-type &gt; a {
    border-bottom: none;
  }
  nav .hm-sub-group .hm-sub-item a {
    color: white;
    font-weight: 300;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: dashed 1.5pt #94ce6e;
    padding: 0.6em 0;
    line-height: 1.2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav .hm-sub-group .hm-sub-item a::after {
    content: "\f105";
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    vertical-align: middle;
    margin-left: 5px;
    overflow: hidden;
    color: white;
    font: 1.2em "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
    font-weight: 900;
  }
  nav .hm-sub-group .hm-sub-item a:hover {
    text-indent: 5px;
  }
  nav .hm-sub-group .hm-sub-item a:hover::after {
    opacity: 0.25;
  }
}
@media (max-width: 768px) {
  nav .hm-sub-group.open::after,
  nav .hm-sub-group .hm-sub-item.open div::after {
    content: "";
    flex: 1 0 100%;
    width: 16px;
  }
}

article#reportBanner {
  position: relative;
  z-index: 1;
}
article#reportBanner p {
  margin: auto;
}
@media (max-width: 1150px) {
  article#reportBanner p {
    max-width: 670px;
  }
}
@media (max-width: 790px) {
  article#reportBanner p {
    max-width: 450px;
  }
}
@media (max-width: 430px) {
  article#reportBanner p {
    max-width: 330px;
  }
}

nav.mega-nav {
  display: flex;
  position: relative;
  z-index: 0;
  align-items: stretch;
  padding: 0 15px;
}
nav.mega-nav::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: white;
}
nav.mega-nav &gt; a {
  display: block;
  z-index: 1;
  flex: 0 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  nav.mega-nav &gt; a {
    flex: 0 0 302px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 1200px), (-ms-high-contrast: active) and (max-width: 1200px) {
  nav.mega-nav &gt; a {
    flex: 0 0 267px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 1112px), (-ms-high-contrast: active) and (max-width: 1112px) {
  nav.mega-nav &gt; a {
    flex: 0 0 248px;
  }
}
nav.mega-nav &gt; a img {
  display: block;
}
nav.mega-nav &gt; div {
  justify-content: flex-end;
  flex: 1 1 auto;
  padding-right: 10px;
  font-size: 1.05em;
}
nav.mega-nav &gt; div .nav {
  flex: 1 0 auto;
  max-width: 1000px;
  max-width: 1000px;
  padding-top: 15px;
}
@media (max-width: 1200px) {
  nav.mega-nav &gt; div .nav {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  nav.mega-nav &gt; div .nav {
    max-width: 900px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  nav.mega-nav &gt; div .nav {
    max-width: auto;
    flex: 0 1 900px;
  }
}
nav.mega-nav &gt; div .nav &gt; button {
  cursor: pointer;
  color: #6cb33f;
  border: none;
  flex: 1 0 auto;
  max-width: 150px;
  position: relative;
  padding: 20px 5px 25px;
  margin: 0 1px;
  background-color: transparent;
  transition: 0.4s background-color, 0.4s color;
}
@media (max-width: 1200px) {
  nav.mega-nav &gt; div .nav &gt; button {
    padding: 10px 5px 25px;
  }
}
@media (max-width: 1112px) {
  nav.mega-nav &gt; div .nav &gt; button {
    padding: 10px 5px 20px;
  }
}
@media (hover: hover) {
  nav.mega-nav &gt; div .nav &gt; button:focus {
    outline: none;
    box-shadow: 0px 0px 3px 3px rgba(0, 84, 157, 0.25);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  nav.mega-nav &gt; div .nav &gt; button:focus {
    outline: none;
    border: 1px solid #6cb33f;
  }
}
nav.mega-nav &gt; div .nav &gt; button:hover {
  background-color: rgba(148, 206, 110, 0.15);
}
nav.mega-nav &gt; div .nav &gt; button.open {
  background-color: #054472;
  border-bottom: none;
  color: white;
}
nav.mega-nav &gt; div .nav &gt; button.open:hover {
  background-color: rgba(5, 68, 114, 0.75);
}
nav.mega-nav &gt; div .nav &gt; button.open.active::after {
  background-color: white;
}
nav.mega-nav &gt; div .nav &gt; button.active::after {
  content: "";
  bottom: 10px;
  left: 10px;
  position: absolute;
  width: calc(100% - 20px);
  height: 5px;
  background-color: #6cb33f;
}
nav.mega-nav &gt; div .nav &gt; button.icon {
  max-width: 50px;
}
nav.mega-nav &gt; div .nav &gt; button.google-translate-trigger {
  max-width: none;
}
nav.mega-nav &gt; div .nav &gt; button.google-translate-trigger span {
  border: 1px solid #7a797c;
  color: #999;
  padding: 4px 5px;
  word-break: inherit;
  font-size: 0.7em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.4s;
  letter-spacing: 0.06em;
}
nav.mega-nav &gt; div .nav &gt; button.google-translate-trigger:hover {
  background-color: transparent;
}
nav.mega-nav &gt; div .nav &gt; button.google-translate-trigger:hover span {
  color: #054472;
  border-color: #054472;
}
nav.mega-nav &gt; div .nav &gt; button.google-translate-trigger:focus {
  box-shadow: none;
}
nav.mega-nav &gt; div .nav &gt; button.google-translate-trigger.open {
  background-color: transparent;
}
nav.mega-nav &gt; div .nav &gt; button.google-translate-trigger.open span {
  color: white;
  border-color: #054472;
  background-color: #054472;
}
nav.mega-nav &gt; div .nav &gt; button.open + .mega-wrap {
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.35);
  transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 100%, 0);
}
nav.mega-nav &gt; div .mega-wrap {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s;
  width: 100%;
  background-color: #054472;
  display: flex;
  padding: 20px;
}
@media (min-width: 1131px) {
  nav.mega-nav &gt; div .mega-wrap {
    max-height: none !important;
  }
}
nav.mega-nav &gt; div .mega-wrap .preview-content {
  flex: 1 1 40%;
  color: white;
  border-right: 1px solid #6cb33f;
  padding: 20px;
  padding-right: 30px;
}
nav.mega-nav &gt; div .mega-wrap .preview-content .preview-image {
  width: 100%;
  margin: 0;
}
nav.mega-nav &gt; div .mega-wrap .preview-content .preview-image img {
  width: 100%;
  max-width: 300px;
}
nav.mega-nav &gt; div .mega-wrap .preview-content .preview-links {
  display: block;
}
nav.mega-nav &gt; div .mega-wrap .preview-content .preview-links &gt; div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
nav.mega-nav &gt; div .mega-wrap .preview-content .preview-links &gt; a {
  text-align: center;
  display: block;
  background-color: #6cb33f;
  border-radius: 4px;
  color: white;
  flex: 1 1 auto;
  margin: 5px;
  padding: 5px 30px;
  text-decoration: none;
  transition: 0.4s background-color, 0.4s color;
  border: 1px solid #6cb33f;
}
nav.mega-nav &gt; div .mega-wrap .preview-content .preview-links &gt; a:hover {
  background-color: transparent;
  border-color: white;
}
@media (min-width: 1200px) {
  nav.mega-nav &gt; div .mega-wrap .preview-content {
    display: flex;
  }
  nav.mega-nav &gt; div .mega-wrap .preview-content .preview-promo, nav.mega-nav &gt; div .mega-wrap .preview-content .preview-image {
    max-width: 300px;
  }
  nav.mega-nav &gt; div .mega-wrap .preview-content .text {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  nav.mega-nav &gt; div .mega-wrap .preview-content .preview-promo {
    min-height: 200px;
  }
  nav.mega-nav &gt; div .mega-wrap .preview-content .preview-image img {
    max-width: 100%;
    width: auto;
    max-height: 200px;
    margin-bottom: 10;
  }
}
nav.mega-nav &gt; div .mega-wrap .links {
  padding: 20px;
  padding-left: 30px;
  flex: 1 1 60%;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
nav.mega-nav &gt; div .mega-wrap .links &gt; a {
  color: rgba(255, 255, 255, 0.7);
  flex: 0 1 230px;
  text-decoration: none;
  transition: 0.4s background-color, 0.4s color;
  line-height: 1.2;
}
@media (min-width: 1131px) {
  nav.mega-nav &gt; div .mega-wrap .links &gt; a {
    padding: 6px 10px;
    margin-right: 20px;
  }
}
nav.mega-nav &gt; div .mega-wrap .links &gt; a:hover {
  color: white;
  background-color: #202f4e;
}
nav.mega-nav &gt; div .mega-wrap .links .mobile-wrap, nav.mega-nav &gt; div .mega-wrap .links button {
  display: none;
}
nav.mega-nav .nav-brand {
  padding-left: 10px;
}
@media (max-width: 1300px) and (min-width: 1131px) {
  nav.mega-nav .nav-brand img {
    height: 70px;
  }
  nav.mega-nav &gt; div .nav {
    font-size: 0.85em;
  }
}
@media (max-width: 1130px) {
  nav.mega-nav {
    padding: 0;
  }
  nav.mega-nav &gt; div {
    position: relative;
    display: flex;
    align-items: flex-start;
  }
  nav.mega-nav &gt; div.open .nav {
    min-width: 300px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s;
  }
  nav.mega-nav &gt; div #bannerTrigger {
    flex: 0 0 auto;
  }
  nav.mega-nav &gt; div #bug {
    flex: 0 0 auto;
    width: 45px !important;
    padding-right: 10px;
    cursor: pointer;
  }
  nav.mega-nav &gt; div .nav {
    top: 100%;
    right: 0;
    position: absolute;
    width: 100%;
    max-width: 450px;
    display: block;
    background-color: white;
    box-shadow: -2px 7px 5px 0 rgba(0, 0, 0, 0.35);
    padding: 15px;
    height: calc(100vh - 145px);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s;
  }
  nav.mega-nav &gt; div .nav &gt; button {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
@media (max-width: 1130px) and (hover: none) {
  nav.mega-nav &gt; div .nav &gt; button:focus {
    border: none;
    outline: none;
  }
}
@media (max-width: 1130px) {
  nav.mega-nav &gt; div .nav &gt; button.open + .mega-wrap {
    overflow-y: visible;
    transform: translate3d(0, 0, 0);
    box-shadow: none;
    transition: max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s;
  }
  nav.mega-nav &gt; div .nav &gt; button.active {
    font-weight: 900;
  }
  nav.mega-nav &gt; div .nav &gt; button.active::after {
    display: none;
  }
  nav.mega-nav &gt; div .nav &gt; button.icon {
    max-width: none;
  }
  nav.mega-nav &gt; div .nav &gt; button.icon::after {
    content: "Site Search";
    font-family: "Roboto", sans-serif;
  }
  nav.mega-nav &gt; div .nav &gt; button.google-translate-trigger {
    max-width: none;
  }
  nav.mega-nav &gt; div .mega-wrap {
    position: static;
    display: block;
    max-height: 0;
    overflow-y: hidden;
    padding: 0 15px;
    transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s;
  }
  nav.mega-nav &gt; div .mega-wrap .preview-content {
    font-size: 0.8em;
    border: none;
    border-bottom: 1px solid #94ce6e;
    padding: 20px 0;
  }
  nav.mega-nav &gt; div .mega-wrap .preview-content p {
    font-size: 1.2em;
    line-height: 1.3;
  }
  nav.mega-nav &gt; div .mega-wrap .links {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  nav.mega-nav &gt; div .mega-wrap .links a {
    width: calc(100% - 32px);
    flex: 1 1 auto;
    display: block;
    border-bottom: 1px dashed #94ce6e;
    line-height: 1.2;
    padding: 4px 5px 4px 0;
  }
  nav.mega-nav &gt; div .mega-wrap .links a + button {
    width: 30px;
    flex: 0 1 auto;
    background-color: transparent;
    border: 1px dashed #6cb33f;
    border-top: none;
    text-align: center;
    position: relative;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.4s background-color, 0.4s color;
    align-self: stretch;
  }
  nav.mega-nav &gt; div .mega-wrap .links a + button:hover {
    color: white;
    background-color: #202f4e;
  }
  nav.mega-nav &gt; div .mega-wrap .links a + button::after {
    content: "\f105";
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: inherit;
    font: 1.2em "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
    font-weight: 900;
  }
  nav.mega-nav &gt; div .mega-wrap .links a + button.open {
    background-color: #6cb33f;
  }
  nav.mega-nav &gt; div .mega-wrap .links a + button.open::after {
    color: white;
  }
  nav.mega-nav &gt; div .mega-wrap .links a + button.open + section.mobile-wrap {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s;
  }
  nav.mega-nav &gt; div .mega-wrap .links &gt; button {
    display: block;
  }
  nav.mega-nav &gt; div .mega-wrap .links section.mobile-wrap {
    width: 100%;
    flex: 1 0 auto;
    display: block;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    overflow-y: hidden;
    padding-left: 15px;
    transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s;
  }
  nav.mega-nav &gt; div .mega-wrap .links section.mobile-wrap &gt; a {
    font-size: 0.9em;
    font-weight: 400;
    color: #94ce6e;
    width: 100%;
    border: none;
  }
  nav.mega-nav &gt; div .mega-wrap .links section.mobile-wrap &gt; a:first-child {
    padding-top: 6px;
  }
  nav.mega-nav &gt; div .mega-wrap .links section.mobile-wrap &gt; a:last-child {
    padding-bottom: 4px;
  }
}
@media (max-width: 790px) {
  nav.mega-nav &gt; div .nav {
    height: calc(100vh - 164px);
  }
}
@media (max-width: 576px) {
  nav.mega-nav &gt; div #bannerTrigger:not(.open) + #bug + .nav {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 430px) {
  nav.mega-nav &gt; div .nav {
    height: calc(100vh - 188px);
  }
}

.preview-content, #tinymce {
  flex: 1 1 40%;
  color: white;
  border-right: 1px solid #6cb33f;
  padding: 20px;
  padding-right: 30px;
}
.preview-content h3, #tinymce h3 {
  color: inherit;
  width: auto;
}
.preview-content h3 a, #tinymce h3 a {
  color: #94ce6e;
}
.preview-content h3 a:hover, #tinymce h3 a:hover {
  color: #6cb33f;
}
.preview-content p, #tinymce p {
  color: inherit;
  width: auto;
}
.preview-content .preview-promo, #tinymce .preview-promo {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  flex: 1 1 auto;
  min-width: 180px;
  overflow-y: hidden;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.preview-content .preview-promo::before, #tinymce .preview-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.preview-content .preview-promo:hover figcaption, #tinymce .preview-promo:hover figcaption {
  color: #94ce6e;
}
.preview-content .preview-promo:hover::before, #tinymce .preview-promo:hover::before {
  opacity: 1;
}
.preview-content .preview-promo a, #tinymce .preview-promo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1.5em;
  transition: color 0.3s ease-in-out;
  z-index: 3;
}
.preview-content .preview-promo a:hover, #tinymce .preview-promo a:hover {
  text-decoration: none !important;
}
.preview-content .preview-promo img, #tinymce .preview-promo img {
  max-width: 100%;
  display: block;
  z-index: 0;
}
.preview-content .preview-promo figcaption, #tinymce .preview-promo figcaption {
  position: absolute;
  font-size: 1.5em;
  font-weight: 500;
  z-index: 2;
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 10px;
  text-align: center;
  transform: translateY(-50%);
  line-height: 1.2;
  color: white;
  transition: color 0.3s ease-in-out;
}
.preview-content .preview-image, #tinymce .preview-image {
  width: 100%;
  margin: 0;
}
.preview-content .preview-image img, #tinymce .preview-image img {
  width: 100%;
  max-width: 300px;
}
.preview-content .preview-links, #tinymce .preview-links {
  display: block;
}
.preview-content .preview-links &gt; div, #tinymce .preview-links &gt; div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.preview-content .preview-links a, #tinymce .preview-links a {
  text-align: center;
  display: block;
  background-color: #6cb33f;
  border-radius: 4px;
  color: white;
  flex: 1 1 auto;
  margin: 5px;
  padding: 5px 30px;
  text-decoration: none;
  transition: 0.4s background-color, 0.4s color;
  border: 1px solid #6cb33f;
}
.preview-content .preview-links a:hover, #tinymce .preview-links a:hover {
  background-color: transparent;
  border-color: white;
}
@media (min-width: 1200px) {
  .preview-content, #tinymce {
    display: flex;
  }
  .preview-content .preview-promo,
  .preview-content .preview-image, #tinymce .preview-promo,
  #tinymce .preview-image {
    max-width: 300px;
  }
  .preview-content .text, #tinymce .text {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .preview-content .preview-promo, #tinymce .preview-promo {
    min-height: 200px;
  }
  .preview-content .preview-image img, #tinymce .preview-image img {
    max-width: 100%;
    width: auto;
    max-height: 200px;
    margin-bottom: 10px;
  }
}

html.translated-ltr nav .nav-brand {
  display: flex;
}
html.translated-ltr nav .nav-brand img {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1140px) and (min-width: 1131px) {
  html.translated-ltr nav .nav-brand img {
    height: 50px;
  }
}
html.translated-ltr nav.mega-nav &gt; div .nav {
  max-width: unset;
}
@media (max-width: 1200px) {
  html.translated-ltr nav.mega-nav &gt; div .nav {
    max-width: 900px;
  }
}
@media (max-width: 1240px) {
  html.translated-ltr nav.mega-nav &gt; div .nav &gt; button {
    max-width: 190px;
    font-size: 0.85em;
  }
}
@media (max-width: 1100px) {
  html.translated-ltr nav.mega-nav &gt; div .nav &gt; button {
    font-size: 0.8em;
    max-width: 190px;
  }
}
@media (max-width: 1130px) {
  html.translated-ltr nav.mega-nav &gt; div .nav &gt; button {
    max-width: none;
    font-size: unset;
  }
}
#maintenance, #four04 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-top: 20%;
  margin-bottom: 20%;
}
#maintenance .logo, #four04 .logo {
  background-color: transparent;
  padding: 0;
}
#maintenance .logo img, #four04 .logo img {
  width: 175px;
  display: block;
}
#maintenance .logo:hover, #four04 .logo:hover {
  background-color: transparent;
}
#maintenance h1, #four04 h1 {
  color: #6cb33f;
  width: 100%;
  font-size: 4em;
}
#maintenance p, #four04 p {
  color: #535155;
  margin-bottom: 20px;
  width: 100%;
}
#maintenance a, #four04 a {
  padding: 8px 28px;
  margin: 8px;
  border-radius: 4px;
  background: #6cb33f;
  color: white;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
}
#maintenance a:hover, #four04 a:hover {
  background: #1f510f;
}
#maintenance img.logo, #four04 img.logo {
  width: 400px;
}
@media (max-width: 768px) {
  #maintenance .better-looking, #four04 .better-looking {
    display: none;
  }
}

div#maintenance {
  height: calc(100vh - 2.5em);
  align-content: center;
  margin: 0;
}

@media screen and (max-width: 465px) {
  .third-party {
    justify-content: center;
  }
}
.third-party .justify-content-end {
  display: flex;
  align-items: center;
}
.third-party .justify-content-end a.back-to-website {
  margin: 0.5em;
  padding: 0.5em 1.5em;
  background-color: #6cb33f;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.third-party .justify-content-end a.back-to-website:hover {
  background-color: #1f510f;
}
.third-party .justify-content-end #bannerTrigger {
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .third-party .justify-content-end #bannerTrigger {
    display: none;
  }
}
@media screen and (max-width: 489px) {
  .third-party .justify-content-end {
    justify-content: center;
  }
}

div.row.alert {
  margin: 0;
  padding-top: 1em !important;
  margin-bottom: 0;
}
div.row.alert .col {
  background-color: #e53e48;
  padding: 1em;
}
div.row.alert .col .alert-inner {
  padding: 1.5em;
  border: 1.5pt dashed rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}
div.row.alert .col .alert-inner i {
  font-size: 5em;
  padding: 0.5em;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.8);
}
div.row.alert .col .alert-inner h2 {
  font-size: 2em;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
div.row.alert .col .alert-inner p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
div.row.alert .col .alert-inner a {
  color: white;
}
div.row.alert .col .alert-inner a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  div.row.alert .col .alert-inner {
    flex-direction: column;
  }
  div.row.alert .col .alert-inner i {
    font-size: 3em;
    padding: 0 0 0.3em;
  }
  div.row.alert .col .alert-inner h2 {
    text-align: center;
    font-size: 1.6em;
  }
  div.row.alert .col .alert-inner p {
    font-weight: 500;
  }
}
div.row.alert + .row {
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  div.row.alert + .row {
    margin: 0;
  }
}

header + div.row.alert {
  margin: 0;
}

#search {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(108, 179, 63, 0.95);
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#search.hidden {
  top: -100%;
}
#search div {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50%;
}
#search div input {
  position: relative;
  background-color: transparent;
  border: none;
  border-bottom: 3pt solid #94ce6e;
  color: #94ce6e;
  width: 80%;
  font-size: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#search div input:active {
  outline: none;
  color: white;
  border-bottom: 3pt solid white;
}
#search div input:focus {
  outline: none;
  color: white;
  border-bottom: 3pt solid white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#search div input::-webkit-input-placeholder {
  color: #94ce6e;
}
#search div input::-moz-placeholder {
  color: #94ce6e;
}
#search div input:-ms-input-placeholder {
  color: #94ce6e;
}
#search div input:-moz-placeholder {
  color: #94ce6e;
}
#search div a {
  width: 10%;
  color: #94ce6e;
  background-color: transparent;
  font-size: 2em;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#search div a:hover {
  color: white;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#search i.fa-times {
  font-size: 4em;
  position: absolute;
  top: 7%;
  right: 7%;
  color: #94ce6e;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#search i.fa-times:hover {
  color: white;
  cursor: pointer;
  -webkit-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#resultsNumber {
  display: flex;
  align-items: center;
}
#resultsNumber::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.8em;
  display: inline-block;
  margin: 0 0.5em;
}

#searchResults .search-box {
  background-color: #6cb33f;
  color: white;
  padding: 1em 2em;
  margin-top: 0.5em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}
#searchResults .search-box input {
  background-color: transparent;
  border: none;
  border-bottom: 3pt solid #94ce6e;
  color: #94ce6e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  flex-grow: 1;
}
#searchResults .search-box input:active {
  outline: none;
  color: white;
  border-bottom: 3pt solid white;
}
#searchResults .search-box input:focus {
  outline: none;
  color: white;
  border-bottom: 3pt solid white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#searchResults .search-box input::-webkit-input-placeholder {
  color: #94ce6e;
}
#searchResults .search-box input::-moz-placeholder {
  color: #94ce6e;
}
#searchResults .search-box input:-ms-input-placeholder {
  color: #94ce6e;
}
#searchResults .search-box input:-moz-placeholder {
  color: #94ce6e;
}
#searchResults .search-box button {
  background-color: transparent;
  border: none;
  flex-grow: 0;
  margin-right: 1em;
  cursor: pointer;
}
@media screen and (hover: hover) {
  #searchResults .search-box button:hover i {
    color: white;
  }
}
#searchResults .search-box button i {
  color: #94ce6e;
  transition: 0.2s;
}
#searchResults .search-box button:focus {
  outline-color: #94ce6e;
}
#searchResults .search-item {
  margin: 1em 0 0;
  padding-bottom: 1em;
  border-bottom: 2pt solid #ededed;
  width: 100%;
}
#searchResults .search-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#searchResults .search-item a {
  text-decoration: none;
  line-height: 1.2;
}
#searchResults .search-item a p {
  color: #7a797c;
  transition: 0.2s;
}
#searchResults .search-item a:hover h2:after {
  opacity: 1;
}
#searchResults .search-item a:hover p {
  color: #6cb33f;
}
#searchResults .search-item p {
  line-height: 1.18;
  margin-bottom: 0;
  transition: 0.2s;
}
#searchResults .search-item h2::after {
  transition: 0.2s;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  font-size: 0.75em;
  margin-left: 0.8em;
  vertical-align: middle;
  margin-bottom: 0.2em;
  opacity: 0;
}

#reportBanner {
  background-color: #054472;
  transition: 0.3s;
  overflow-y: hidden;
  max-height: var(--height, auto);
}
@media (max-width: 576px) {
  #reportBanner[data-open=false] {
    max-height: 0;
  }
}
#reportBanner .container {
  padding: 1em 0;
  text-wrap: balance;
  text-align: center;
}
@media (max-width: 576px) {
  #reportBanner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em;
    gap: 30px;
    font-size: 0.9em;
    letter-spacing: -0.01em;
    line-height: 1.3;
  }
}
#reportBanner p {
  display: inline;
  color: white;
  font-weight: 400;
  margin: 0 !important;
  line-height: inherit;
}
@media (max-width: 576px) {
  #reportBanner p {
    text-align: left;
  }
}
#reportBanner a {
  color: inherit;
  line-height: inherit;
}
#reportBanner a:hover {
  color: white;
  text-decoration: underline;
}
#reportBanner :is(strong, .btn) {
  font-weight: 700;
}
#reportBanner .btn {
  display: inline-block;
  line-height: 1;
  background-color: #df1a1a;
  color: white;
  border-radius: 0;
  border: 1px solid #df1a1a;
  padding: 0.4em 0.7em 0.5em;
  margin-left: 0.3em;
}
@media (max-width: 1200px) {
  #reportBanner .btn {
    padding: 0.1em 0.3em 0.2em;
  }
}
@media (max-width: 576px) {
  #reportBanner .btn {
    width: 100px;
    flex: 0 0 auto;
    white-space: normal;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#reportBanner .btn:hover {
  background-color: color-mix(in lab, #df1a1a, black 50%);
  text-decoration: none;
}

footer {
  position: relative;
  padding: 40px 0 20px;
  background-color: rgba(83, 81, 85, 0.23);
  color: #535155;
  margin-top: 50px;
}
footer h4 {
  font-size: 1.15em;
  margin-bottom: 0;
  padding-bottom: 0;
}
footer h5 {
  font-weight: bold;
  font-size: 1em;
  width: 100%;
}
footer div.icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #7a797c;
  text-align: center;
}
@media screen and (max-width: 576px) {
  footer div.icon {
    margin-top: 5px;
  }
}
footer div.icon:hover {
  background: #535155;
}
footer div.icon i {
  font-size: 1.5em;
  color: #ededed;
  line-height: 1.5;
}
footer ul {
  padding: 0;
}
footer li {
  font-size: 0.8em;
  list-style: none;
}
footer a.special-link {
  color: #00549d;
}
footer a.special-link span {
  font-size: 0.8em;
  color: #00549d;
}
footer a.special-link:hover {
  color: #054472 !important;
  text-decoration: none;
}
footer .address {
  border-bottom: 2px dashed #535155;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
footer a {
  color: #535155;
}
footer a:hover {
  color: black;
  text-decoration: none;
}
footer .site-credit {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url("../img/site-credit.svg");
  background-position: right;
  background-size: contain;
}
footer .site-credit:hover {
  width: 118px;
  height: 21px;
  bottom: 12px;
  background-image: url("../img/site-credit0.png");
}

#google_translate_wrapper {
  position: fixed;
  top: 170px;
  right: 0;
  z-index: 20;
  transform: translateX(100%);
  padding: 20px 0 20px 20px;
  overflow: hidden;
  transition: 0s 0.3s;
}
@media (max-width: 992px) {
  #google_translate_wrapper {
    bottom: 15px;
    top: auto;
  }
}
#google_translate_wrapper.open {
  transition: 0s;
  transform: translate3d(0, 0, 0);
}
#google_translate_wrapper.open #google_translate_element {
  transform: translate3d(0, 0, 0);
}

#google_translate_element {
  background: #FFF;
  padding: 20px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.46);
  margin: 0;
  transform: translate3d(100%, 0, 0);
  transition:  transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
}

#goog-gt-tt {
  display: none !important;
}

.callout-left, .pull-quote-left, .pht-left, figure[class*=left] {
  width: 50%;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .callout-left, .pull-quote-left, .pht-left, figure[class*=left] {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
}

figure {
  margin: 0 0 16px;
}
figure img {
  width: 100%;
}
figure figcaption {
  border-bottom: 1pt dashed #7a797c;
}
.pht-left figure, .pht-left .figure {
  margin: 0;
  width: 100%;
}
.pht-left figure img, .pht-left .figure img {
  width: 100%;
  height: auto;
}
.pht-left figcaption, .pht-left .figcaption {
  border-bottom: 1pt dashed #7a797c;
}
.callout-right, .pull-quote-right, .pht-right, .featured-article-image, figure[class*=right] {
  width: 50%;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .callout-right, .pull-quote-right, .pht-right, .featured-article-image, figure[class*=right] {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
}

.pht-right:after, .featured-article-image:after {
  content: "";
  display: block;
  clear: both;
}
.pht-right figure, .pht-right .figure, .featured-article-image figure, .featured-article-image .figure {
  margin: 0;
  width: 100%;
}
.pht-right figure img, .pht-right .figure img, .featured-article-image figure img, .featured-article-image .figure img {
  width: 100%;
  height: auto;
}
.pht-right figcaption, .pht-right .figcaption, .featured-article-image figcaption, .featured-article-image .figcaption {
  border-bottom: 1pt dashed #7a797c;
}
.featured-article-image {
  margin-top: 0;
}

.pht-center {
  width: 50%;
  margin: 20px auto;
  clear: both;
}
.pht-center figure, .pht-center .figure {
  margin: 0;
  width: 100%;
}
.pht-center figure img, .pht-center .figure img {
  width: 100%;
  height: auto;
}
.pht-center figure, .pht-center .figure {
  margin: 0;
  width: 100%;
}
.pht-center figure img, .pht-center .figure img {
  width: 100%;
  height: auto;
}
.pht-center figcaption, .pht-center .figcaption {
  border-bottom: 1pt dashed #7a797c;
}
@media (max-width: 992px) {
  .pht-center {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
}

.pht-full {
  width: 100%;
  margin: 20px 0;
  clear: both;
}
.pht-full figure, .pht-full .figure {
  margin: 0;
  width: 100%;
}
.pht-full figure img, .pht-full .figure img {
  width: 100%;
  height: auto;
}
.pht-full figcaption, .pht-full .figcaption {
  border-bottom: 1pt dashed #7a797c;
}
#news-detail figure.article-img figcaption, figure figcaption, .pht-left figcaption, .pht-left .figcaption, .pht-right figcaption, .pht-right .figcaption, .featured-article-image figcaption, .featured-article-image .figcaption, .pht-center figcaption, .pht-center .figcaption, .pht-full figcaption, .pht-full .figcaption, .wysPhtCaptionBox {
  color: #7a797c;
  background-color: none;
  padding: 0.5em 0;
  margin: 0;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
}

#news-detail figure.article-img cite, figure figcaption .photo-credit, .pht-left cite, .pht-right cite, .featured-article-image cite, .pht-center cite, .pht-full cite {
  display: inline;
  padding: 0;
  font-weight: 300;
  font-style: italic;
}

.video-wrapper {
  position: relative;
  padding-bottom: 52%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  clear: both;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-responsive .table {
  border-top: 1pt solid #ededed;
  border-bottom: 1pt solid #ededed;
}
.table-responsive .table .t-head {
  border-bottom: 5pt solid #00549d;
}
.table-responsive .table .t-head td {
  color: #00549d;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}
.table-responsive .table tbody tr:nth-child(odd) {
  background-color: #ededed;
}
.table-responsive .table td {
  font-size: 0.9em;
  font-weight: 400;
  color: #535155;
  line-height: 1.2;
}

.table-styled {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 15px;
}
.table-styled table {
  border-top: 1pt solid #ededed;
  border-bottom: 1pt solid #ededed;
  min-width: 100%;
}
.table-styled thead {
  border-bottom: 5pt solid #00549d;
}
.table-styled thead th {
  color: #00549d;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}
.table-styled td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ededed;
  font-size: 0.9em;
  font-weight: 400;
  color: #535155;
  line-height: 1.2;
}
.table-styled tr:nth-child(even) {
  background-color: #ededed;
}

.table-builder-wrapper, .table {
  margin: 1em 0;
}
.table-builder-wrapper table:not(.table), .table table:not(.table) {
  width: 100%;
}
.table-builder-wrapper table:not(.table) tbody tr:nth-child(2n), .table table:not(.table) tbody tr:nth-child(2n) {
  background-color: #ededed;
}
.table-builder-wrapper table:not(.table) tbody tr &gt; td, .table table:not(.table) tbody tr &gt; td {
  border: 1px solid #b5b3b7 !important;
  padding: 5px;
  text-align: center;
}

.callout-right, .callout-left, .callout-full, .pull-quote, .pull-quote-right, .pull-quote-left {
  padding: 0.75em;
}
.callout-right blockquote, .callout-left blockquote, .callout-full blockquote, .pull-quote blockquote, .pull-quote-right blockquote, .pull-quote-left blockquote {
  position: relative;
  margin: 0;
  padding: 0.75em;
  border: 1.2pt dashed white;
  color: white;
}

.pull-quote, .pull-quote-right, .pull-quote-left {
  background-color: #6cb33f;
}
.pull-quote blockquote, .pull-quote-right blockquote, .pull-quote-left blockquote {
  background-color: #6cb33f;
  font-size: 1.3em;
  font-weight: 700;
  font-style: italic;
}
.pull-quote blockquote cite, .pull-quote-right blockquote cite, .pull-quote-left blockquote cite {
  font-weight: 400;
  display: block;
  text-align: right;
  font-size: 0.9em;
}

.callout-right, .callout-left, .callout-full {
  background-color: #00549d;
}
.callout-right blockquote, .callout-left blockquote, .callout-full blockquote {
  font-size: 1.3em;
  font-weight: 700;
  position: relative;
}
.callout-right blockquote::after, .callout-left blockquote::after, .callout-full blockquote::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #00549d;
  position: absolute;
  z-index: -2;
  display: block;
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
}
@media (max-width: 768px) {
  .callout-right blockquote::after, .callout-left blockquote::after, .callout-full blockquote::after {
    display: none;
  }
}

.callout-full {
  margin: 5px 0;
}

.callout-left {
  margin-right: 25px;
}
.callout-left blockquote::after {
  right: 0;
}

.callout-right blockquote::after {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.button-right div, .button-left div, .button-center div, .button-between div, .button-fill div {
  padding: 0.5em 10px;
  flex-wrap: wrap;
}
.button-right div &gt; *, .button-left div &gt; *, .button-center div &gt; *, .button-between div &gt; *, .button-fill div &gt; * {
  background: white;
  border: 1pt solid #6cb33f;
  margin: 5px;
  display: inline-block;
  color: #6cb33f;
  padding: 6.5px 16px;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  line-height: 1.2;
}
.button-right div &gt; *:hover, .button-left div &gt; *:hover, .button-center div &gt; *:hover, .button-between div &gt; *:hover, .button-fill div &gt; *:hover {
  background: #6cb33f;
  color: white;
}

nav.button-right, nav.button-left, nav.button-between, nav.button-center, nav.button-fill {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 7px;
  margin: 0 -12px;
}
nav.button-right a, nav.button-left a, nav.button-between a, nav.button-center a, nav.button-fill a {
  background: white;
  border: 1pt solid #6cb33f;
  margin: 5px;
  display: inline-block;
  color: #6cb33f;
  padding: 6.5px 16px;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  line-height: 1.2;
}
nav.button-right a:hover, nav.button-left a:hover, nav.button-between a:hover, nav.button-center a:hover, nav.button-fill a:hover {
  background: #6cb33f;
  color: white;
}
nav.button-right {
  justify-content: flex-end;
}
nav.button-right .button-special {
  flex: 0 1 auto;
}
nav.button-center {
  justify-content: center;
}
nav.button-center .button-special {
  flex: 0 1 auto;
}
nav.button-between {
  justify-content: space-between;
}
nav.button-between .button-special {
  flex: 0 1 auto;
}
nav.button-fill &gt; * {
  flex: 1 1 auto;
}
nav.button-fill.halves &gt; * {
  flex: 1 1 40%;
}

.button-fill div {
  flex-wrap: wrap;
}
.button-fill * {
  flex: 1 1 auto;
}

.table-wrapper {
  max-width: 100%;
  overflow: auto;
  border: 1px solid #00549d;
}

#title-section + p.anchor::before {
  height: 220px; /* fixed header height*/
  margin: -165px 0 0; /* negative fixed header height */
}
@media (max-width: 576px) {
  #title-section + p.anchor::before {
    height: 140px; /* fixed header height*/
    margin: -85px 0 0; /* negative fixed header height */
  }
}

ul.primary-list li {
  margin-left: 20px;
}
ul.primary-list &gt; li {
  list-style: none;
}
ul.primary-list &gt; li::before {
  content: "\f105    ";
  font-size: 1.4rem;
  margin: 0 5px 0 -21px;
  display: inline;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  color: #ffc33a;
}

ul.secondary-list {
  list-style: disc;
  font-weight: 300;
  margin-left: 15px;
}
ul.secondary-list li::before {
  display: none;
}
ul.secondary-list li {
  line-height: 1.4;
}
ul.secondary-list ul {
  list-style: square;
}

.insert, .rm, .replace, .stopper {
  display: none !important;
}

.collapsing-section {
  width: 100%;
  clear: both;
  font-size: 1.1em;
  margin-bottom: 16px;
}
.collapsing-section &gt; div:first-child {
  cursor: pointer;
  background-color: #176dad;
  border: 1px solid #176dad;
  color: white;
  transition:  background-color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
}
.collapsing-section &gt; div:first-child p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  color: white;
  padding: 10px;
  margin-bottom: 0;
  transition:  color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
}
.collapsing-section &gt; div:first-child p::after {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  content: "\f063";
  display: block;
  margin-left: auto;
  text-align: right;
  transition:  transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
}
.collapsing-section &gt; div:first-child:hover {
  background-color: #00549d;
}
.collapsing-section &gt; div:last-child {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, max-height 0.4s, visibility 0s 0.4s;
}
.collapsing-section &gt; div:last-child &gt; div {
  padding: 10px;
  border: 1px solid #6cb33f;
}
.collapsing-section.open &gt; div:first-child {
  background-color: #6cb33f;
  border-color: #6cb33f;
}
.collapsing-section.open &gt; div:first-child p {
  color: white;
}
.collapsing-section.open &gt; div:first-child p::after {
  transform: rotate(180deg);
}
.collapsing-section.open &gt; div:last-child {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, max-height 0.4s, visibility 0s;
}

#youth #intro {
  background-image: url("/img/microsite/header-pattern1.svg"), url("/img/microsite/header-pattern2.svg");
  background-repeat: repeat-x, repeat-y;
  background-position: top, bottom;
  background-size: 917px 250px, cover;
  padding: 50px 0 80px;
  margin-top: 25px;
}
#youth #intro .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#youth #intro h1 {
  color: white;
  font-weight: 100;
  font-size: 50px;
  margin-bottom: 10px;
  text-align: center;
  animation: slide-down-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.15s;
  animation-fill-mode: backwards;
}
#youth #intro h2 {
  color: white;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.15s;
  animation-fill-mode: backwards;
}
#youth #intro .select-box {
  background-color: white;
  text-align: center;
  padding: 25px;
  position: relative;
  top: 40px;
  z-index: 4;
  max-width: 700px;
}
#youth #intro .select-box h3 {
  text-transform: uppercase;
  color: #73b1c7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.55s;
  animation-fill-mode: backwards;
}
#youth #intro .select-box h3::after {
  content: "";
  margin: 15px 0;
  height: 5px;
  width: 100px;
  background-color: #73b1c7;
}
#youth #intro .select-box p {
  font-size: 28px;
  font-style: italic;
  line-height: 1.2;
  font-weight: 100;
  color: black;
  margin-bottom: 20px;
  animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.65s;
  animation-fill-mode: backwards;
}
#youth #intro .select-box p a {
  color: inherit;
  text-decoration: underline;
  font-weight: 100;
  transition: 0.2s;
}
#youth #intro .select-box p a:hover {
  color: #73b1c7;
}
#youth #intro .select-box a.local {
  color: #ffc33a;
  background-color: black;
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 18px;
  text-transform: uppercase;
  animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.75s;
  animation-fill-mode: backwards;
  transition: 0.2s;
  text-decoration: none;
}
#youth #intro .select-box a.local:hover {
  background: #ffc33a;
  color: black;
}
#youth #intro img {
  width: 130px;
  position: relative;
  top: 10px;
  animation: slide-down-100 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 1s;
  animation-fill-mode: backwards;
}
@media (min-width: 1201px) {
  #youth #intro {
    padding-bottom: 120px;
  }
}
@media (max-width: 992px) {
  #youth #intro .select-box {
    margin: 0 30px;
  }
  #youth #intro .select-box p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  #youth #intro .select-box {
    margin: 0 30px;
  }
  #youth #intro .select-box h3 {
    font-size: 28px;
  }
  #youth #intro .select-box p {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  #youth #intro h1 {
    font-size: 30px;
  }
  #youth #intro h2 {
    font-size: 24px;
  }
  #youth #intro .select-box h3 {
    font-size: 22px;
  }
  #youth #intro .select-box p {
    font-size: 18px;
  }
  #youth #intro .select-box a.local {
    border-radius: 0;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 1.2;
    display: inline-block;
  }
}
#youth #group3 .row .col a.category, #youth #group2 .col a.category, #youth #group1 .col a.category {
  display: inline-block;
  position: relative;
  z-index: 4;
  text-align: center;
  margin: 50px 50px 60px;
  transition: 0.3s;
  text-decoration: none;
}
@media (hover: hover) {
  #youth #group3 .row .col a.category:hover, #youth #group2 .col a.category:hover, #youth #group1 .col a.category:hover {
    transform: scale(1.1);
  }
  #youth #group3 .row .col a.category:hover h3, #youth #group2 .col a.category:hover h3, #youth #group1 .col a.category:hover h3 {
    font-weight: 400;
  }
}
#youth #group3 .row .col a.category h3, #youth #group2 .col a.category h3, #youth #group1 .col a.category h3 {
  font-size: 33px;
  font-weight: 100;
  line-height: 1.17;
  transition: 0.15s;
  text-decoration: none;
  color: inherit;
}
#youth #group3 .row .col a.category img, #youth #group2 .col a.category img, #youth #group1 .col a.category img, #youth #group3 .row .col a.category svg, #youth #group2 .col a.category svg, #youth #group1 .col a.category svg {
  max-width: 280px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: -1;
  transition: 0.3s;
}
#youth #group3 .row .col a.category svg, #youth #group2 .col a.category svg, #youth #group1 .col a.category svg {
  width: 280px;
  transform: translate(-50%, -30%);
}
@media (max-width: 992px) {
  #youth #group3 .row .col a.category, #youth #group2 .col a.category, #youth #group1 .col a.category {
    margin: 30px;
  }
  #youth #group3 .row .col a.category h3, #youth #group2 .col a.category h3, #youth #group1 .col a.category h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  #youth #group3 .row .col a.category, #youth #group2 .col a.category, #youth #group1 .col a.category {
    margin: 15px;
  }
  #youth #group3 .row .col a.category h3, #youth #group2 .col a.category h3, #youth #group1 .col a.category h3 {
    font-size: 20px;
  }
}
#youth #group1 {
  background-image: url("/img/microsite/safety-img.png");
  background-position: center left;
  background-size: cover;
  margin-top: -5vw;
  z-index: 0;
  min-height: 46vw;
}
#youth #group1 .col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#youth #group1 .col a.category:first-child {
  margin-top: 95px;
  left: -50px;
  color: black;
}
#youth #group1 .col a.category:first-child img {
  transform: translate(-60%, -40%);
}
#youth #group1 .col a.category:first-child svg {
  transform: translate(-53%, -43%);
  fill: #73b1c7;
  transition: 3s;
}
#youth #group1 .col a.category:nth-child(2) {
  left: 140px;
  top: -20px;
  color: #73b1c7;
}
#youth #group1 .col a.category:nth-child(2):hover {
  color: #73b1c7;
}
#youth #group1 .col a.category:nth-child(2) img {
  max-width: 260px !important;
}
#youth #group1 .col a.category:nth-child(2) [alt=cat] {
  max-height: 480px;
  top: 140px;
  left: 180px;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  #youth #group1 .col a.category:first-of-type {
    margin-top: 35px;
  }
  #youth #group1 .col a.category:first-of-type img {
    max-width: 240px !important;
  }
  #youth #group1 .col a.category:first-of-type svg {
    width: 240px;
  }
  #youth #group1 .col a.category:last-of-type {
    top: 40px;
    left: 60px;
  }
  #youth #group1 .col a.category:last-of-type img {
    max-width: 200px !important;
  }
  #youth #group1 .col a.category:last-of-type [alt=cat] {
    max-height: 460px;
    top: 140px;
    left: 140px;
  }
}
@media (max-width: 768px) {
  #youth #group1 .col a.category:first-of-type {
    margin-top: 30px;
    left: -30px;
  }
  #youth #group1 .col a.category:first-of-type img {
    max-width: 180px !important;
  }
  #youth #group1 .col a.category:first-of-type svg {
    width: 160px;
  }
  #youth #group1 .col a.category:last-of-type {
    left: 35px;
    top: 70px;
  }
  #youth #group1 .col a.category:last-of-type img {
    max-width: 170px !important;
  }
  #youth #group1 .col a.category:last-of-type [alt=cat] {
    top: 120px;
    left: 110px;
  }
}
@media (max-width: 576px) {
  #youth #group1 {
    background-size: 160%;
    background-position: 53% 50%;
    min-height: 230px;
  }
  #youth #group1 .col a.category:first-of-type {
    margin-top: 0;
    left: -50px;
  }
  #youth #group1 .col a.category:first-of-type img {
    max-width: 170px !important;
  }
  #youth #group1 .col a.category:first-of-type svg {
    width: 160px;
  }
  #youth #group1 .col a.category:last-of-type {
    left: 20px;
  }
  #youth #group1 .col a.category:last-of-type [alt=cat] {
    max-width: 120px !important;
    top: 80px;
    left: 110px;
  }
}
@media (max-width: 430px) {
  #youth #group1 .col a.category:last-of-type {
    left: 4vw;
  }
  #youth #group1 .col a.category:last-of-type img {
    max-width: 143px !important;
  }
  #youth #group1 .col a.category:last-of-type [alt=cat] {
    max-width: 120px !important;
    top: 80px;
    left: 100px;
  }
  #youth #group1 .col a.category:first-of-type img {
    max-width: 170px !important;
  }
}
@media (min-width: 1201px) {
  #youth #group1 {
    min-height: 700px;
    margin-top: -95px;
  }
  #youth #group1 .col a.category:first-of-type img {
    max-width: 380px !important;
  }
  #youth #group1 .col a.category:first-of-type svg {
    width: 380px;
  }
  #youth #group1 .col a.category:last-of-type {
    top: 100px;
    left: 10vw;
  }
  #youth #group1 .col a.category:last-of-type img {
    max-width: 340px !important;
  }
  #youth #group1 .col a.category:last-of-type [alt=cat] {
    left: 200px;
    top: 170px;
    max-height: unset;
    max-width: unset;
    height: unset;
    width: 340px !important;
  }
}
#youth #group2 {
  background-image: url("/img/microsite/legal-img.png");
  background-size: cover;
  background-position: center;
}
#youth #group2 .row {
  min-height: 66.70945vw;
}
#youth #group2 .col {
  display: flex;
  justify-content: center;
  align-items: center;
}
#youth #group2 .col a.category {
  left: -29vw;
  top: -13vw;
  color: black;
}
#youth #group2 .col a.category:hover {
  color: black;
}
#youth #group2 .col a.category img {
  transform: translate(-50%, -40%);
  opacity: 0.75;
}
@media (max-width: 992px) {
  #youth #group2 .col a.category img {
    max-width: 240px !important;
  }
}
@media (max-width: 768px) {
  #youth #group2 .col a.category img {
    max-width: 180px !important;
  }
}
@media (max-width: 576px) {
  #youth #group2 .row {
    min-height: 50vw;
  }
  #youth #group2 .row .col a.category {
    top: -10vw;
  }
  #youth #group2 .row .col a.category img {
    max-width: 140px !important;
  }
}
@media (min-width: 1201px) {
  #youth #group2 {
    border-top: 30px solid white;
  }
  #youth #group2 .row {
    min-height: 600px;
  }
  #youth #group2 .row .col a.category {
    top: -100px;
  }
  #youth #group2 .row .col a.category img {
    max-width: 380px !important;
  }
}
#youth #group3 {
  background-image: url("/img/microsite/housing-bknd.svg");
  background-size: cover;
  margin-top: -10.8vw;
}
#youth #group3 .row {
  min-height: 57.3182vw;
}
#youth #group3 .row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#youth #group3 .row .col a.category:first-of-type {
  top: -4vw;
  left: 14dvw;
  color: #ffc33a;
}
#youth #group3 .row .col a.category:first-of-type:hover {
  color: #ffc33a;
}
#youth #group3 .row .col a.category:first-of-type img {
  max-width: 330px !important;
  transform: translate(-57%, -43%);
}
#youth #group3 .row .col a.category:last-child {
  right: -28vw;
  top: 20px;
  color: black;
}
#youth #group3 .row .col a.category:last-child:hover {
  color: black;
}
#youth #group3 .row .col a.category:last-child img {
  transform: translate(-50%, -25%);
}
@media (max-width: 992px) {
  #youth #group3 .row .col a.category:first-of-type {
    top: -5vw;
    left: 11vw;
  }
  #youth #group3 .row .col a.category:first-of-type img {
    max-width: 240px !important;
  }
  #youth #group3 .row .col a.category:last-of-type {
    top: 5vw;
    left: 33vw;
  }
  #youth #group3 .row .col a.category:last-of-type img {
    max-width: 240px !important;
  }
}
@media (max-width: 768px) {
  #youth #group3 .row .col a.category:first-of-type img {
    max-width: 200px !important;
  }
  #youth #group3 .row .col a.category:last-of-type {
    left: 31vw;
  }
  #youth #group3 .row .col a.category:last-of-type img {
    max-width: 200px !important;
  }
}
@media (max-width: 576px) {
  #youth #group3 {
    background-position: center;
  }
  #youth #group3 .row .col {
    min-height: 100vw;
  }
  #youth #group3 .row .col a.category:first-of-type {
    top: -15vw;
  }
  #youth #group3 .row .col a.category:first-of-type img {
    max-width: 170px !important;
  }
  #youth #group3 .row .col a.category:last-of-type {
    left: 23vw;
  }
  #youth #group3 .row .col a.category:last-of-type img {
    max-width: 180px !important;
  }
}
@media (min-width: 1201px) {
  #youth #group3 .row {
    min-height: 700px;
  }
  #youth #group3 .row .col a.category:first-of-type {
    top: -5vw;
    left: 13vw;
  }
  #youth #group3 .row .col a.category:first-of-type img {
    min-width: 360px !important;
  }
  #youth #group3 .row .col a.category:last-of-type {
    right: -380px;
  }
  #youth #group3 .row .col a.category:last-of-type img {
    min-width: 400px !important;
  }
}
#youth #group4 {
  background-image: url("/img/microsite/voice-img.jpg");
  background-size: cover;
  min-height: 66vw;
  border-top: 10px solid white;
}
#youth #group4 .container &gt; .row {
  padding-top: 50px;
}
#youth #group4 .container &gt; .row a.button {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
  background-color: #c6434c;
  transition: 0.3s;
}
@media (hover: hover) {
  #youth #group4 .container &gt; .row a.button:hover {
    color: white;
    text-decoration: none;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.75);
    transform: translate(5px, -5px);
  }
}
#youth #group4 .container &gt; .row a.button::before {
  content: "";
  background-color: white;
  width: 60px;
  height: 2px;
}
#youth #group4 .container &gt; .row a.button::after {
  content: "";
  background-color: white;
  width: 60px;
  height: 2px;
}
#youth #group4 .container &gt; .row article.story-wrapper {
  background-color: rgba(115, 177, 199, 0.85);
  padding: 40px;
  margin-bottom: 100px;
}
#youth #group4 .container &gt; .row article.story-wrapper .row {
  align-items: center;
}
#youth #group4 .container &gt; .row article.story-wrapper a {
  color: white;
  background: transparent;
}
#youth #group4 .container &gt; .row article.story-wrapper a::before, #youth #group4 .container &gt; .row article.story-wrapper a::after {
  content: none;
}
#youth #group4 .container &gt; .row article.story-wrapper a:hover {
  text-decoration: none;
}
#youth #group4 .container &gt; .row article.story-wrapper a h3 {
  font-size: 60px;
  font-weight: 100;
  color: inherit;
}
#youth #group4 .container &gt; .row article.story-wrapper a p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
#youth #group4 .container &gt; .row article.story-wrapper div.ar-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
#youth #group4 .container &gt; .row article.story-wrapper div.ar-box img {
  max-width: 100%;
}
@media (max-width: 992px) {
  #youth #group4 .container &gt; .row a.button {
    font-size: 18px;
    padding: 15px;
  }
  #youth #group4 .container &gt; .row article.story-wrapper a h3 {
    font-size: 30px;
  }
  #youth #group4 .container &gt; .row article.story-wrapper a p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  #youth #group4 .container &gt; .row a.button {
    margin: 15px 0;
  }
}
@media (max-width: 576px) {
  #youth #group4 {
    margin-top: -53px;
  }
  #youth #group4 .container &gt; .row a.button {
    margin: 7px 0;
  }
  #youth #group4 .container &gt; .row article.story-wrapper a h3 {
    margin-top: 15px;
  }
}
#youth #group5 {
  margin-top: -100px;
}
#youth #group5 .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#youth #group5 .col img {
  position: relative;
  max-width: 60% !important;
  padding: 0 25px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #youth #group5 .col img {
    max-width: 80% !important;
  }
}
@media (max-width: 768px) {
  #youth #group5 .col img {
    max-width: 90% !important;
  }
}
@media (max-width: 576px) {
  #youth #group5 .col img {
    max-width: 100% !important;
  }
}
#youth #internal-header {
  margin-bottom: 50px;
}
#youth #internal-header [class=row]:last-child {
  background-image: url("../img/microsite/brick.png");
  background-color: #ccc;
  background-size: 1400px;
  background-position: center top;
  margin-top: 20px;
  margin-bottom: 20px;
}
#youth #internal-header [class=row]:last-child [class=col-md-12] {
  display: flex;
  flex-wrap: wrap;
  height: 170px;
  justify-content: space-around;
  align-items: center;
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a {
  background-size: cover;
  background-position: left;
  text-decoration: none;
  color: black;
  line-height: 1.2;
  padding: 20px 12px;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: color 0.3s, text-shadow 0.1s 0.3s;
  z-index: 0;
}
@media (max-width: 992px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a {
    flex-basis: auto;
  }
}
@media (max-width: 768px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a {
    padding: 15px 13px;
  }
}
@media (max-width: 576px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a {
    padding: 15px 5px;
  }
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a::after {
  content: "";
  width: 0;
  transition: width 0.3s;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: left;
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:hover {
  color: #ffc33a;
  text-decoration: none;
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:hover::after {
  width: 100%;
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(1) {
  background-image: url("../img/microsite/btn-1.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(1):hover::after {
  background-image: url("../img/microsite/btn-h1.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(2) {
  background-image: url("../img/microsite/btn-2.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(2):hover::after {
  background-image: url("../img/microsite/btn-h6.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(3) {
  background-image: url("../img/microsite/btn-3.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(3):hover::after {
  background-image: url("../img/microsite/btn-h1.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(5) {
  background-image: url("../img/microsite/btn-4.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(5):hover::after {
  background-image: url("../img/microsite/btn-h6.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(6) {
  background-image: url("../img/microsite/btn-5.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(6):hover::after {
  background-image: url("../img/microsite/btn-h1.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(7) {
  background-image: url("../img/microsite/btn-6.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; a:nth-child(7):hover::after {
  background-image: url("../img/microsite/btn-h6.svg");
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; div a &gt; img {
  transition: 0.3s;
}
#youth #internal-header [class=row]:last-child [class=col-md-12] &gt; div a &gt; img:hover {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] {
    height: 250px;
    align-items: flex-start;
    align-content: flex-start;
  }
  #youth #internal-header [class=row]:last-child [class=col-md-12] div {
    order: -1;
    flex-basis: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    margin-bottom: 10px;
  }
}
@media (max-width: 670px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] {
    height: 210px;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  #youth #internal-header [class=row]:last-child [class=col-md-12] a {
    margin: 10px 5px;
  }
  #youth #internal-header [class=row]:last-child [class=col-md-12] div {
    display: none;
  }
}
@media (max-width: 380px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] a {
    margin: 10px 0;
    letter-spacing: -0.5;
    padding: 10px 6px;
  }
}
#youth #internal-header [class=row]:last-child [class=col-md-12] img {
  width: 330px;
  display: block;
  opacity: 1;
}
#youth #internal-header [class=row]:last-child [class=col-md-12] img[alt^=never] {
  align-self: center;
  padding: 0;
  margin-bottom: 35px;
}
@media (min-width: 1201px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] img[alt^=never] {
    width: 350px;
  }
}
@media (max-width: 992px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] img[alt^=never] {
    max-width: 260px;
  }
}
@media (max-width: 768px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] img[alt^=never] {
    padding: 0;
  }
}
@media (max-width: 670px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] img[alt^=never] {
    height: 310;
  }
}
@media (max-width: 576px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] img[alt^=never] {
    width: 250px;
  }
}
@media (max-width: 768px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] img[alt=youth] {
    opacity: 0;
    width: 0;
  }
}
@media (min-width: 1201px) {
  #youth #internal-header [class=row]:last-child [class=col-md-12] img[alt=youth] {
    width: 420px;
  }
}
#youth #internal-header [class=row]:first-child {
  background-image: url("../img/microsite/blue-cut.svg");
  background-position: top center;
  margin-bottom: -25px;
  background-size: 900px 250px;
  background-repeat: repeat no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
}
#youth #internal-header [class=row]:first-child h2 {
  font-size: 15px;
  color: white;
  margin-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
#youth #internal-header [class=row]:first-child h1 {
  color: white;
  font-size: 2.5rem;
  font-weight: 100;
  padding: 0 40px;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #youth #internal-header [class=row]:first-child h1 {
    font-size: 2rem;
  }
}
#youth #microLoader {
  position: fixed;
  z-index: 10000;
  width: 130vw;
  height: 130vh;
  top: -15vh;
  left: -15vw;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#youth #microLoader.away {
  animation-name: away;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes away {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
}
@keyframes slide-down-100 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-down-20 {
  from {
    transform: translateY(-20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-up-20 {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#youth .buttons {
  animation: buttons 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  opacity: 1;
  animation-fill-mode: backwards;
}
@keyframes buttons {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#youth [class=buttonsReverse] {
  animation: buttonsReverse 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  animation-fill-mode: both;
}
@keyframes buttonsReverse {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-40px);
  }
}
#youth [class=pulse] {
  animation: pulse 4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  animation-fill-mode: backwards;
}
@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  15% {
    opacity: 1;
    transform: scale(1);
  }
  35% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
  51% {
    opacity: 1;
    transform: scale(1.1);
  }
  55% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  85% {
    opacity: 1;
    transform: scale(1.1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

body.generic-microsite #contents {
  max-width: 100%;
  padding: 0;
}
body.generic-microsite #contents main &gt; *:first-child .row {
  display: none;
}
body.generic-microsite #contents #pagebuilder {
  padding: 0;
  margin-bottom: 0;
  max-width: 100%;
}
body.generic-microsite #contents #pagebuilder &gt; div.row {
  margin: 0;
}
body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row {
  padding: 50px 10%;
  justify-content: center;
}
body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row.addto {
  padding-top: 30px;
  padding-bottom: 0;
}
body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}
body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row.small-pad {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1400px) {
  body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row {
    padding: 50px 9.4%;
  }
}
@media (max-width: 1200px) {
  body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row {
    padding: 50px 13.5%;
  }
}
@media (max-width: 1100px) {
  body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row {
    padding: 50px 7.6%;
  }
}
@media (max-width: 992px) {
  body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row {
    padding: 50px 2.5%;
  }
}
@media (max-width: 768px) {
  body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row {
    padding: 50px 3.1%;
  }
}
@media (max-width: 576px) {
  body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row {
    padding: 50px;
  }
}
body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row div.col-md-12 {
  max-width: 1500px;
}
body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row div.col-md-8 {
  max-width: 1000px;
}
body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row div.col-md-6 {
  max-width: 750px;
}
body.generic-microsite #contents #pagebuilder &gt; div.row &gt; div.col &gt; div.row div.col-md-4 {
  max-width: 500px;
}
body.generic-microsite #contents #pagebuilder .brand-blue {
  background-color: #054472;
}
body.generic-microsite #contents #pagebuilder .brand-green {
  background-color: #6cb33f;
}
body.generic-microsite #contents #pagebuilder .accent-purple {
  background-color: purple;
}
body.generic-microsite #contents #pagebuilder .accent-orange {
  background-color: orange;
}
body.generic-microsite #contents #pagebuilder .accent-magenta {
  background-color: #bd286b;
}
body.generic-microsite #contents #pagebuilder .accent-red {
  background-color: #c92424;
}
body.generic-microsite #contents #pagebuilder .neutral-beige {
  background-color: #e6d8c3;
}
body.generic-microsite #contents #pagebuilder .neutral-beigedark {
  background-color: #867c6f;
}
body.generic-microsite #contents #pagebuilder .neutral-gray {
  background-color: #e9e9ea;
}
body.generic-microsite #contents #pagebuilder .neutral-graydark {
  background-color: #535155;
}
body.generic-microsite #contents #pagebuilder .content-wht {
  color: white;
}
body.generic-microsite #contents #pagebuilder .content-wht h1, body.generic-microsite #contents #pagebuilder .content-wht h2, body.generic-microsite #contents #pagebuilder .content-wht h3, body.generic-microsite #contents #pagebuilder .content-wht h4, body.generic-microsite #contents #pagebuilder .content-wht h5, body.generic-microsite #contents #pagebuilder .content-wht h6, body.generic-microsite #contents #pagebuilder .content-wht li, body.generic-microsite #contents #pagebuilder .content-wht li::before, body.generic-microsite #contents #pagebuilder .content-wht p, body.generic-microsite #contents #pagebuilder .content-wht a, body.generic-microsite #contents #pagebuilder .content-wht figcaption, body.generic-microsite #contents #pagebuilder .content-wht .page_title, body.generic-microsite #contents #pagebuilder .content-wht .intro_text, body.generic-microsite #contents #pagebuilder .content-wht .content_heading_1, body.generic-microsite #contents #pagebuilder .content-wht .content_heading_2, body.generic-microsite #contents #pagebuilder .content-wht .content_heading_3, body.generic-microsite #contents #pagebuilder .content-wht .content_heading_4, body.generic-microsite #contents #pagebuilder .content-wht .content_heading_5, body.generic-microsite #contents #pagebuilder .content-wht .anchor, body.generic-microsite #contents #pagebuilder .content-wht .laf-highlight, body.generic-microsite #contents #pagebuilder .content-wht strong {
  color: white;
}
body.generic-microsite #contents #pagebuilder .content-wht hr, body.generic-microsite #contents #pagebuilder .content-wht figure[class*=photo] figcaption {
  border-color: white;
}
body.generic-microsite #contents #pagebuilder .content-wht .collapsing-section &gt; div:first-child {
  border-color: white;
  background-color: transparent;
}
body.generic-microsite #contents #pagebuilder .content-wht .collapsing-section &gt; div:first-child:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
body.generic-microsite #contents #pagebuilder .content-wht .collapsing-section &gt; div:last-child &gt; div {
  border-color: white;
  background-color: transparent;
  border-top: none;
}
body.generic-microsite #contents #pagebuilder .content-wht .collapsing-section.open {
  border-color: white;
}
body.generic-microsite #contents #pagebuilder .content-wht nav {
  background-color: transparent !important;
}
body.generic-microsite #contents #pagebuilder .content-wht nav a {
  background: transparent;
  border-color: white;
}
body.generic-microsite #contents #pagebuilder .content-wht nav a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
body.generic-microsite #contents #pagebuilder .content-blk {
  color: black;
}
body.generic-microsite #contents #pagebuilder .content-blk h1, body.generic-microsite #contents #pagebuilder .content-blk h2, body.generic-microsite #contents #pagebuilder .content-blk h3, body.generic-microsite #contents #pagebuilder .content-blk h4, body.generic-microsite #contents #pagebuilder .content-blk h5, body.generic-microsite #contents #pagebuilder .content-blk h6, body.generic-microsite #contents #pagebuilder .content-blk li, body.generic-microsite #contents #pagebuilder .content-blk li::before, body.generic-microsite #contents #pagebuilder .content-blk p, body.generic-microsite #contents #pagebuilder .content-blk a, body.generic-microsite #contents #pagebuilder .content-blk figcaption, body.generic-microsite #contents #pagebuilder .content-blk .page_title, body.generic-microsite #contents #pagebuilder .content-blk .intro_text, body.generic-microsite #contents #pagebuilder .content-blk .content_heading_1, body.generic-microsite #contents #pagebuilder .content-blk .content_heading_2, body.generic-microsite #contents #pagebuilder .content-blk .content_heading_3, body.generic-microsite #contents #pagebuilder .content-blk .content_heading_4, body.generic-microsite #contents #pagebuilder .content-blk .content_heading_5, body.generic-microsite #contents #pagebuilder .content-blk .anchor, body.generic-microsite #contents #pagebuilder .content-blk .laf-highlight, body.generic-microsite #contents #pagebuilder .content-blk strong {
  color: black;
}
body.generic-microsite #contents #pagebuilder .content-blk hr, body.generic-microsite #contents #pagebuilder .content-blk figure[class*=photo] figcaption {
  border-color: black;
}
body.generic-microsite #contents #pagebuilder .content-blk .collapsing-section &gt; div:first-child {
  border-color: black;
  background-color: transparent;
}
body.generic-microsite #contents #pagebuilder .content-blk .collapsing-section &gt; div:first-child:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
body.generic-microsite #contents #pagebuilder .content-blk .collapsing-section &gt; div:last-child &gt; div {
  border-color: black;
  background-color: transparent;
  border-top: none;
}
body.generic-microsite #contents #pagebuilder .content-blk .collapsing-section.open {
  border-color: black;
}
body.generic-microsite #contents #pagebuilder .content-blk nav {
  background-color: transparent !important;
}
body.generic-microsite #contents #pagebuilder .content-blk nav a {
  background: transparent;
  border-color: black;
}
body.generic-microsite #contents #pagebuilder .content-blk nav a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
body.generic-microsite #contents #pagebuilder p, body.generic-microsite #contents #pagebuilder span {
  font-size: 18px;
}
body.generic-microsite #contents #pagebuilder p .content_heading_1, body.generic-microsite #contents #pagebuilder span .content_heading_1 {
  font-size: 1.8rem;
}
body.generic-microsite #contents #pagebuilder p .content_heading_2, body.generic-microsite #contents #pagebuilder span .content_heading_2 {
  font-size: 1.5rem;
}
body.generic-microsite #contents #pagebuilder p .content_heading_3, body.generic-microsite #contents #pagebuilder span .content_heading_3 {
  font-size: 1.3rem;
}
body.generic-microsite #contents #pagebuilder p .content_heading_4, body.generic-microsite #contents #pagebuilder span .content_heading_4 {
  font-size: 1.1rem;
}
body.generic-microsite #contents #pagebuilder p .content_heading_5, body.generic-microsite #contents #pagebuilder span .content_heading_5 {
  font-size: 1rem;
}
body.generic-microsite #contents #pagebuilder p .intro_text, body.generic-microsite #contents #pagebuilder span .intro_text {
  font-size: 1.25rem;
}
body.generic-microsite #contents #pagebuilder p .page_title, body.generic-microsite #contents #pagebuilder span .page_title {
  font-size: 2.3em;
}
body.generic-microsite #contents #pagebuilder p.button-special, body.generic-microsite #contents #pagebuilder span.button-special {
  font-size: 16px;
}
body.generic-microsite #contents #pagebuilder a {
  text-decoration: underline !important;
}
body.generic-microsite #contents #pagebuilder a:hover {
  text-decoration: none !important;
}
body.generic-microsite #contents #pagebuilder h1 {
  font-size: 46px;
}
body.generic-microsite #contents #pagebuilder h2 {
  font-size: 40px;
}
body.generic-microsite #contents #pagebuilder h3 {
  font-size: 34px;
}
body.generic-microsite #contents #pagebuilder h4 {
  font-size: 30px;
}
body.generic-microsite #contents #pagebuilder h5 {
  font-size: 26px;
}
body.generic-microsite #contents #pagebuilder h6 {
  font-size: 18px;
}
body.generic-microsite #contents #pagebuilder h6.content_heading_6 {
  font-size: 18px;
}
body.generic-microsite #contents #pagebuilder figure[class*=photo] figcaption {
  font-size: 14px;
}
body.generic-microsite #contents #pagebuilder figure[class*=photo] figcaption span {
  font-size: 14px;
}
body.generic-microsite #contents #pagebuilder figure[class*=photo] img {
  height: auto;
}
body.generic-microsite #contents #pagebuilder ul.primary-list &gt; li::before, body.generic-microsite #contents #pagebuilder ul:not([class]) &gt; li::before {
  margin-left: 0;
}
body.generic-microsite #contents #pagebuilder ul.primary-list &gt; li, body.generic-microsite #contents #pagebuilder ul:not([class]) &gt; li {
  margin-left: 0;
}
body.generic-microsite #contents #pagebuilder .laf-highlight {
  background-color: #ffc33a;
}
body.generic-microsite #contents #pagebuilder nav a {
  text-decoration: none !important;
}
body.generic-microsite #contents #pagebuilder hr {
  border-width: 3px;
}
body.generic-microsite #contents #pagebuilder #addTo {
  float: right;
  margin-top: 9.2px;
}
body.generic-microsite #contents #pagebuilder #addTo a {
  transition: transform 0.3s ease;
  display: inline-block;
}
body.generic-microsite #contents #pagebuilder #addTo a &gt; span {
  background-color: #ffc33a !important;
  border-radius: 0;
}
body.generic-microsite #contents #pagebuilder #addTo a:hover {
  transform: translate3d(0, -5px, 0);
}
body.generic-microsite footer {
  margin-top: 0;
}

@font-face {
  font-family: "myriad-variable";
  src: url(/webfonts/MyriadVariableConcept-Roman.otf);
}
:root {
  --c1l1: #D6DEEE;
  --c1: #003399;
  --c1d1: #0a3556;
  --c2l1: #8EB442;
  --c2d1: #669900;
  --c2: #669900;
  --c2d2: #318216;
  --c2d3: #578300;
  --c3: #F48024;
  --c4: #EFEFEF;
  --c4d1: #666666;
  --c5: #009CA3;
  --c6:#8A469A;
  --acsb: #146FF8;
  --c7: #7f7f7f;
  --f1: "myriad-variable", sans-serif;
  --f2: "Nunito", sans-serif;
  --f3: "urbane-rounded", sans-serif;
  --f4: "Roboto", sans-serif;
  --fa: "Font Awesome 6 Pro";
}

#sfs #initiatives .facts-grid {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 30px;
}
#sfs #initiatives .horizontal.facts-grid .fact {
  flex: 1 1 100%;
  min-height: 175px;
}
@media (max-width: 991px) {
  #sfs #initiatives .horizontal.facts-grid .fact {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  #sfs #initiatives .horizontal.animated.facts-grid .fact {
    display: block;
  }
}
#sfs #initiatives .four-fact.facts-grid .fact {
  display: flex;
  flex-direction: column;
}
#sfs #initiatives .four-fact.facts-grid .fact img {
  margin-left: auto;
  margin-right: auto;
}
#sfs #initiatives .four-fact.facts-grid .fact a.bttn {
  margin-bottom: 15px;
  margin-top: 15px;
}
#sfs #initiatives .four-fact.facts-grid .fact a.bttn.icon {
  margin-top: 0;
}
#sfs #initiatives .four-fact.facts-grid .fact .button {
  margin-top: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  #sfs #initiatives .four-fact.facts-grid .fact {
    width: calc(50% - 40px);
  }
}
@media (max-width: 991px) {
  #sfs #initiatives .four-fact.facts-grid .fact {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  #sfs #initiatives .four-fact.facts-grid .fact {
    width: calc(100% - 30px);
  }
}
@media (max-width: 420px) {
  #sfs #initiatives .four-fact.facts-grid .fact {
    width: 100%;
  }
}
#sfs #initiatives .three-fact.facts-grid .fact {
  display: flex;
  flex-direction: column;
  width: calc(33% - 40px);
}
#sfs #initiatives .three-fact.facts-grid .fact img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #sfs #initiatives .three-fact.facts-grid .fact img {
    display: block;
  }
}
#sfs #initiatives .three-fact.facts-grid .fact a.bttn {
  margin-bottom: 15px;
  margin-top: 15px;
}
#sfs #initiatives .three-fact.facts-grid .fact a.bttn.icon {
  margin-top: 0;
}
#sfs #initiatives .three-fact.facts-grid .fact .button {
  margin-top: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #sfs #initiatives .three-fact.facts-grid .fact {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  #sfs #initiatives .three-fact.facts-grid {
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  #sfs #initiatives .three-fact.facts-grid .fact {
    width: 100%;
  }
}
#sfs #initiatives .two-fact.facts-grid .fact {
  display: flex;
  flex-direction: column;
  width: calc(50% - 40px);
}
#sfs #initiatives .two-fact.facts-grid .fact img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #sfs #initiatives .two-fact.facts-grid .fact img {
    display: block;
  }
}
#sfs #initiatives .two-fact.facts-grid .fact a.bttn {
  margin-bottom: 15px;
  margin-top: 15px;
}
#sfs #initiatives .two-fact.facts-grid .fact a.bttn.icon {
  margin-top: 0;
}
#sfs #initiatives .two-fact.facts-grid .fact .button {
  margin-top: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #sfs #initiatives .two-fact.facts-grid .fact {
    width: calc(100% - 30px);
  }
}
@media (max-width: 500px) {
  #sfs #initiatives .two-fact.facts-grid .fact {
    width: calc(50% - 30px);
  }
}
@media (max-width: 420px) {
  #sfs #initiatives .two-fact.facts-grid .fact {
    width: 100%;
  }
}

#sfs #initiatives .fact {
  padding: 20px 39px 16px;
  list-style: none;
  flex: 0 0 auto;
  width: calc(25% - 40px);
  margin: 20px;
  border-radius: 20px;
  box-shadow: 0 0 7px 7px rgba(0, 51, 153, 0.1);
  text-align: center;
  color: var(--c4d1);
}
#sfs #initiatives .fact:first-child h3 span {
  color: var(--c5);
  font-family: var(--f2);
  font-family: var(--f3);
  font-weight: 700;
  font-style: normal;
}
#sfs #initiatives .fact:first-child hr {
  border-color: var(--c5);
}
#sfs #initiatives .fact:last-child h3 span {
  color: var(--c3);
  font-family: var(--f2);
  font-family: var(--f3);
  font-weight: 700;
  font-style: normal;
}
#sfs #initiatives .fact:last-child hr {
  border-color: var(--c3);
}
#sfs #initiatives .fact h3 {
  color: var(--c1);
  font-weight: 700;
  font-size: 3.1em;
  font-family: var(--f2);
  font-weight: 900;
  margin-top: 28px;
}
#sfs #initiatives .fact hr {
  max-width: 112px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid var(--c6);
  border-radius: 6px;
  margin-top: 3px;
  margin-bottom: 24px;
}
#sfs #initiatives .fact h4 {
  margin-bottom: 17px;
  line-height: 1.05;
  font-size: 1.45em;
}
#sfs #initiatives .fact p {
  font-family: var(--f2);
  font-size: 1.1em;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 28px;
  line-break: normal;
}
#sfs #initiatives .fact a.btn {
  font-family: var(--f1);
  margin-top: auto;
  color: #fff;
  background-color: var(--c1);
  border-radius: 18px;
  font-weight: 800;
  font-size: 1.2em;
  letter-spacing: -0.25px;
  margin: auto -24px 0 -24px;
  padding: 14px 19px 12px;
  text-align: left;
  position: relative;
}
#sfs #initiatives .fact a.btn:hover {
  color: var(--c1);
  background-color: #fff;
  border-color: var(--c1);
}
#sfs #initiatives .fact a.btn i {
  position: relative;
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  font-size: 1.15em;
}
#sfs #initiatives .fact a.btn i::before {
  font-family: var(--fa);
  font-size: 1.1em;
}
#sfs #initiatives .fact img {
  width: 50px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #sfs #initiatives .fact img {
    display: none;
  }
}
@media (max-width: 1375px) {
  #sfs #initiatives .fact a.btn {
    display: flex;
    font-size: 1.4em;
  }
}
@media (max-width: 1250px) {
  #sfs #initiatives .fact a.btn {
    font-size: 1.3em;
  }
}
@media (max-width: 1200px) {
  #sfs #initiatives .fact a.btn {
    flex-wrap: wrap;
    font-size: 1.3em;
    white-space: normal;
    text-align: center;
    padding-right: 40px;
    line-height: 1.2;
  }
  #sfs #initiatives .fact a.btn i {
    top: calc(50% - 0.55em);
  }
}
@media (max-width: 991px) {
  #sfs #initiatives .fact {
    width: calc(33% - 30px);
    padding: 15px;
    margin: 15px;
    font-size: 0.85em;
  }
  #sfs #initiatives .fact p {
    font-size: 1.3em;
  }
  #sfs #initiatives .fact a.btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    width: 100%;
  }
  #sfs #initiatives .fact a.btn i {
    top: 0.75em;
  }
}
@media (max-width: 768px) {
  #sfs #initiatives .fact {
    width: calc(50% - 30px);
  }
}
@media (max-width: 570px) {
  #sfs #initiatives .fact {
    width: calc(100% - 40px);
  }
}
@media (max-width: 420px) {
  #sfs #initiatives .fact {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 380px) {
  #sfs #initiatives .fact a.btn i {
    top: calc(50% - 0.55em);
  }
}

#sfs.interior ol {
  padding-left: 17px;
}
#sfs.interior ol li {
  text-indent: 0;
  list-style: decimal;
}
#sfs.interior ol li ol li {
  list-style: lower-alpha;
}
#sfs.interior ol li::before {
  display: none;
}

#sfs.interior ul {
  list-style: none;
  padding-left: 15px;
}
#sfs.interior ul li {
  list-style: none;
  text-indent: -0.65em;
  font-weight: 300;
  line-height: 1.2;
  margin-left: 3px;
  margin-bottom: 7px;
  font-size: 0.9em;
}
#sfs.interior ul li ol, #sfs.interior ul li ul {
  margin-top: 10px;
}
#sfs.interior ul li::before {
  content: "\f054";
  font-family: var(--fa);
  font-weight: 900;
  padding-right: 5px;
}
#sfs.interior ul li a {
  text-decoration: none;
  transition: 0.3s;
}
#sfs.interior ul li a:hover {
  color: var(--c1);
}
#sfs.interior ul.larger li::before {
  padding-right: 3px;
}
#sfs.interior ul.numbered {
  padding-left: 20px;
}
#sfs.interior ul.numbered li {
  list-style: decimal;
  text-indent: 0;
}
#sfs.interior ul.numbered li::before {
  display: none;
}
#sfs.interior ul.numbered li::marker {
  font-weight: 600;
  margin-left: 5px;
}
@media (max-width: 991px) {
  #sfs.interior ul li {
    line-height: 1.15;
  }
}

#sfs {
  overflow: scroll;
  position: relative;
}
#sfs #homepage-slider &gt; .container {
  overflow: hidden;
  position: relative;
  max-width: none;
  width: 100%;
  padding: 0;
}
#sfs #homepage-slider .frame {
  width: auto;
  display: flex;
  justify-content: space-between;
  transition:  transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  transition-duration: 0.75s;
}
#sfs #homepage-slider .markers {
  display: none;
}
#sfs #homepage-slider:not(.ready) .slide {
  display: none;
}
#sfs #homepage-slider:not(.ready) .slide:first-child {
  display: flex;
}
#sfs #homepage-slider.hasMarkers .markers {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
#sfs #homepage-slider.hasMarkers .markers span {
  flex: 0 0 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 10px;
  opacity: 0.5;
  background-color: var(--c1);
  transition:  transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  cursor: pointer;
}
#sfs #homepage-slider.hasMarkers .markers span.active {
  opacity: 1;
}
@media (pointer: fine), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #sfs #homepage-slider.hasMarkers .markers span:hover {
    transform: scale(1.15);
  }
}
#sfs #homepage-slider .container &gt; button {
  position: absolute;
  top: 50%;
  color: white;
  background: transparent;
  transform: translateY(-50%) scale(1);
  border: none;
  cursor: pointer;
  transition:  all 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  padding: 5px 5px 0;
  margin-top: -5px;
}
#sfs #homepage-slider .container &gt; button svg {
  width: 15px;
}
#sfs #homepage-slider .container &gt; button svg polyline {
  fill: none;
  stroke: white;
  stroke-width: 7;
}
#sfs #homepage-slider .container &gt; button.prev {
  left: 50px;
}
#sfs #homepage-slider .container &gt; button.next {
  right: 50px;
}
@media (max-width: 530px) {
  #sfs #homepage-slider .container &gt; button.prev {
    left: 10px;
  }
  #sfs #homepage-slider .container &gt; button.next {
    right: 10px;
  }
}
@media (pointer: fine), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #sfs #homepage-slider .container &gt; button:hover {
    transform: translateY(-50%) scale(1.1);
  }
}
#sfs #homepage-slider .container &gt; button:focus {
  outline: 0.5px dashed white;
}
#sfs #homepage-slider .container &gt; button::before {
  display: none;
}
#sfs #homepage-slider .slide {
  flex: 1 1 10%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 700px;
  z-index: 0;
}
@media (max-width: 992px) {
  #sfs #homepage-slider .slide {
    height: 50vh;
  }
}
@media (max-width: 768px) {
  #sfs #homepage-slider .slide {
    height: auto;
    padding: 30px 0 0;
    font-size: 0.85em;
    min-height: 550px;
  }
}
@media (max-width: 570px) {
  #sfs #homepage-slider .slide {
    min-height: 650px;
    font-size: 0.8em;
  }
  #sfs #homepage-slider .slide p {
    font-size: 1.2em;
  }
}
@media (max-width: 576px) {
  #sfs #homepage-slider .slide {
    min-height: 675px;
  }
}
#sfs #homepage-slider .slide figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
#sfs #homepage-slider .slide figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37px;
  background: var(--c2d1);
  z-index: 0;
  mix-blend-mode: multiply;
}
#sfs #homepage-slider .slide .text {
  padding: 44px 30px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  transition:  transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
}
#sfs #homepage-slider .slide .text h1, #sfs #homepage-slider .slide .text h2, #sfs #homepage-slider .slide .text h3, #sfs #homepage-slider .slide .text h4, #sfs #homepage-slider .slide .text h5 {
  font-weight: 900;
  color: var(--c1);
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: -0.5px;
  text-decoration: none;
}
#sfs #homepage-slider .slide .text h3 {
  font-size: 3.2em;
  line-height: 105%;
}
@media (max-width: 700px) {
  #sfs #homepage-slider .slide .text h3 {
    font-size: 1.4em;
  }
}
#sfs #homepage-slider .slide .text h1 {
  font-size: 2em;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--f1);
  margin-bottom: 0px;
  margin-top: 67px;
}
@media (max-width: 768px) {
  #sfs #homepage-slider .slide .text h1 {
    margin-top: 0;
  }
}
#sfs #homepage-slider .slide .text p {
  font-family: var(--f2);
  line-height: 1.45;
  font-weight: 400;
  color: var(--c1d1);
  font-size: 1.25em;
  margin: 0 auto;
  padding-bottom: 0;
  letter-spacing: 0.25px;
  font-weight: 600;
}
#sfs #homepage-slider .slide .text hr {
  max-width: 200px;
  margin: 15px auto 15px;
  border-top: 1px solid var(--c2);
  width: 100%;
}
#sfs #homepage-slider .slide .text a {
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
  text-decoration: none;
}
#sfs #homepage-slider .slide .text a:not(.button) {
  color: var(--c1);
}
#sfs #homepage-slider .slide .text a:not(.button) * {
  color: inherit;
  transition: text-shadow 0.3s;
}
#sfs #homepage-slider .slide .text a:not(.button):hover {
  text-shadow: 1px 1px 3px black;
}
@media (min-width: 1200px) {
  #sfs #homepage-slider .slide .text {
    max-width: 1145px;
  }
}
@media (max-width: 1200px) {
  #sfs #homepage-slider .slide .text {
    max-width: 900px;
    padding: 0 30px;
    font-size: 0.9em;
  }
  #sfs #homepage-slider .slide .text h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 530px) {
  #sfs #homepage-slider .slide .text {
    padding: 15px 15px 0;
  }
}
@media (max-width: 576px) {
  #sfs #homepage-slider .slide .text {
    padding: 30px 15px;
  }
}
#sfs #homepage-slider .slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sfs #homepage-slider .slide.left .text {
  padding: 0 400px 0 100px;
  text-align: left;
  margin-left: 0;
}
@media (max-width: 1200px) {
  #sfs #homepage-slider .slide.left .text {
    max-width: 900px;
    padding: 0 200px 0 120px;
  }
}
@media (max-width: 768px) {
  #sfs #homepage-slider .slide.left .text {
    padding: 0 160px 0 100px;
  }
}
@media (max-width: 530px) {
  #sfs #homepage-slider .slide.left .text {
    padding: 0 80px;
  }
}
#sfs #homepage-slider .slide.right .text {
  padding: 0 100px 0 400px;
  text-align: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  #sfs #homepage-slider .slide.right .text {
    max-width: 900px;
    padding: 0 100px 0 200px;
  }
}
@media (max-width: 768px) {
  #sfs #homepage-slider .slide.right .text {
    padding: 0 80px 0 160px;
  }
}
@media (max-width: 530px) {
  #sfs #homepage-slider .slide.right .text {
    padding: 0 60px;
  }
}
#sfs #homepage-slider .slide.no-image {
  background-color: var(--c2);
}
#sfs #homepage-slider .slide.no-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#sfs #homepage-slider .slide.no-image .text {
  padding: 0 100px;
  text-align: center;
  margin: auto;
  max-width: 780px;
}
@media (max-width: 530px) {
  #sfs #homepage-slider .slide.no-image .text {
    padding: 0 60px;
  }
}
#sfs #homepage-slider .slide.no-image .button {
  background-color: transparent;
  color: white;
  padding: 11px 29px;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid white;
  transition:  color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01),  background-color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
}
#sfs #homepage-slider .slide.no-image .button:hover {
  background-color: white;
  color: var(--c2);
}
@media (max-width: 700px) {
  #sfs #homepage-slider .slide.no-image .button {
    padding: 10px 15px;
    text-align: center;
  }
}
#sfs #homepage-slider .slide .button {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: transparent;
  color: white;
  padding: 14px 19px;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid white;
  transition:  color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01),  background-color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
}
#sfs #homepage-slider .slide .button:hover {
  background-color: white;
  color: var(--c2);
}
@media (max-width: 700px) {
  #sfs #homepage-slider .slide .button {
    padding: 10px 15px;
    text-align: center;
  }
}
#sfs #homepage-slider .slide h3 + .button {
  margin-top: 5px;
}
#sfs h1, #sfs h2, #sfs h3, #sfs h4, #sfs h5, #sfs h6 {
  color: var(--c1);
  font-family: var(--f1);
  font-variation-settings: "wdth" 400, "wght" 800;
}
#sfs p {
  font-family: var(--f2);
}
#sfs #searchButton, #sfs #bannerTrigger, #sfs #reportBanner {
  display: none;
}
#sfs .nav-brand {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 60px;
  margin-top: 13px;
}
#sfs .nav-brand:hover {
  background-color: transparent;
}
#sfs .nav-brand img {
  height: 129px;
  transition: 0.5s;
}
#sfs nav.mega-nav &gt; div .nav {
  max-width: 1000px;
  padding-right: 40px;
}
@media (max-width: 1200px) and (min-width: 1131px) {
  #sfs nav.mega-nav &gt; div .nav {
    max-width: unset;
  }
}
@media (max-width: 1130px) {
  #sfs nav.mega-nav &gt; div .nav {
    max-width: 500px;
  }
}
@media (max-width: 1300px) and (min-width: 1131px) {
  #sfs nav.mega-nav &gt; div .nav {
    font-size: 1em;
  }
}
#sfs nav a {
  color: var(--c1);
  z-index: 1;
  margin-top: auto;
  font-size: 1.3em;
  font-family: var(--f1);
  font-variation-settings: "wdth" 100, "wght" 800;
  font-weight: 800;
}
#sfs nav a.nav-btn {
  padding: 7px 12px 5px;
  transition: 0.5s;
}
#sfs nav a.nav-btn:hover {
  background-color: var(--c1);
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
}
#sfs nav button {
  margin-right: 57px;
  padding-bottom: 0;
  flex: 0 0 auto;
  display: flex;
  padding: 0;
  margin-top: auto;
  margin-left: 0;
  margin-bottom: 12px;
  padding-left: 4px;
}
#sfs nav button span {
  margin: 5px 0 auto;
}
@media (min-width: 1131px) and (max-width: 1200px) {
  #sfs .nav-brand {
    margin-left: 60px;
    margin-top: 23px;
  }
}
@media (min-width: 1131px) {
  #sfs header {
    box-shadow: none;
    position: absolute;
    background-color: transparent;
  }
  #sfs .mega-nav {
    margin-left: auto;
    margin-right: auto;
  }
  #sfs .mega-nav::before {
    display: none;
  }
  #sfs nav {
    background-color: transparent !important;
  }
  #sfs nav .nav {
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    padding-left: 18px;
  }
}
@media (max-width: 1300px) {
  #sfs nav a {
    margin-right: 0;
  }
  #sfs .nav-brand img {
    height: 85px;
  }
}
@media (max-width: 1200px) {
  #sfs nav button {
    margin-right: 20px;
  }
  #sfs nav .nav {
    justify-content: end;
  }
  #sfs .nav-brand {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (max-width: 1025px) {
  #sfs .nav-brand img {
    height: 90px;
  }
}
@media (max-width: 1130px) {
  #sfs header {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35);
  }
  #sfs nav a {
    margin-left: auto;
    margin-right: auto;
    width: inherit;
    transition: 0.3s;
    text-align: center;
  }
  #sfs nav a:hover {
    background-color: var(--c1l1);
    text-decoration: none;
  }
  #sfs nav a {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #sfs nav button {
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    flex: 0 0 auto;
  }
  #sfs nav button span {
    margin: 0 auto auto auto;
  }
  #sfs nav.mega-nav &gt; div .nav {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: -2px 7px 5px 0 rgba(0, 0, 0, 0);
  }
  #sfs nav.mega-nav &gt; div.open .nav {
    box-shadow: -2px 7px 5px 0 rgba(0, 0, 0, 0.35);
  }
  #sfs .nav-brand img {
    height: 65px;
  }
}
@media (max-width: 768px) {
  #sfs .nav-brand {
    margin-left: 5px;
  }
}
#sfs #initiatives {
  padding-top: 80px;
  padding-bottom: 40px;
}
#sfs #initiatives h2 {
  margin-bottom: 5px;
  text-align: center;
}
#sfs #initiatives div.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  #sfs #initiatives div.container {
    max-width: 1375px;
  }
}
@media (max-width: 1200px) {
  #sfs #initiatives div.container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #sfs #initiatives div.container .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #sfs #initiatives {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
#sfs #success {
  background-color: var(--c4);
  text-align: center;
  padding-top: 75px;
  padding-bottom: 12px;
}
#sfs #success h2 {
  letter-spacing: -0.35px;
  font-variation-settings: "wdth" 300, "wght" 800;
  margin-bottom: 10px;
}
#sfs #success p {
  font-size: 1.25em;
  max-width: 1063px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.15px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  #sfs #success .container {
    max-width: 1190px;
  }
}
#sfs #success .grid {
  display: grid;
  margin-top: 68px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
}
#sfs #success .grid &gt; div {
  width: 250px;
  display: flex;
  flex-direction: column;
  margin-bottom: 61px;
}
#sfs #success .grid &gt; div img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
#sfs #success .grid &gt; div p {
  margin-top: auto;
  font-size: 1.1em;
  letter-spacing: 0;
  line-height: 1.3;
  color: var(--c1);
  font-variation-settings: "wdth" 300, "wght" 900;
  padding-top: 1px;
  font-family: var(--f1);
}
#sfs #success .grid &gt; div:nth-child(n+5) img {
  margin-bottom: -1px;
}
@media (min-width: 1200px) {
  #sfs #success .grid &gt; div:nth-child(1) img {
    max-width: 106px;
    margin-top: 2px;
    padding-left: 19px;
  }
  #sfs #success .grid &gt; div:nth-child(2) img {
    max-width: 132px;
    margin-top: 14px;
    padding-right: 33px;
  }
  #sfs #success .grid &gt; div:nth-child(3) img {
    max-width: 113px;
    margin-top: 5px;
    padding-left: 24px;
  }
  #sfs #success .grid &gt; div:nth-child(4) img {
    max-width: 87px;
    margin-top: 13px;
    padding-left: 1px;
  }
  #sfs #success .grid &gt; div:nth-child(5) img {
    max-width: 101px;
    margin-top: 14px;
    padding-right: 11px;
  }
  #sfs #success .grid &gt; div:nth-child(6) img {
    max-width: 110px;
    margin-top: 14px;
    padding-left: 1px;
  }
  #sfs #success .grid &gt; div:nth-child(7) img {
    max-width: 120px;
    margin-top: 14px;
    padding-left: 24px;
  }
  #sfs #success .grid &gt; div:nth-child(8) img {
    max-width: 87px;
    margin-top: 4px;
    padding-left: 7px;
  }
}
@media (max-width: 1300px) {
  #sfs #success .grid {
    margin-top: 40px;
  }
  #sfs #success .grid &gt; div {
    width: auto;
    margin-bottom: 40px;
  }
  #sfs #success .grid &gt; div img {
    max-width: 125px;
    padding: unset;
  }
}
@media (max-width: 1200px) {
  #sfs #success {
    font-size: 0.95em;
  }
  #sfs #success .grid &gt; div img {
    max-width: 100px;
    padding: unset;
  }
}
@media (max-width: 991px) {
  #sfs #success .grid {
    grid-template-columns: 1fr 1fr;
  }
  #sfs #success .grid &gt; div {
    margin-bottom: 20px;
  }
  #sfs #success .grid &gt; div p {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  #sfs #success {
    padding-top: 45px;
  }
  #sfs #success p {
    font-size: 1.25em;
  }
  #sfs #success .grid &gt; div:nth-child(odd) {
    padding-right: 7.5px;
  }
  #sfs #success .grid &gt; div:nth-child(even) {
    padding-left: 7.5px;
  }
  #sfs #success .grid &gt; div img {
    max-width: 70px;
  }
}
@media (max-width: 500px) {
  #sfs #success .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sfs #success .grid {
    grid-template-columns: 1fr 1fr;
  }
  #sfs #success .grid p {
    font-size: 1.15em;
  }
  #sfs #success .grid &gt; div img {
    max-width: 85px;
  }
  #sfs #success .grid &gt; div p {
    font-size: 1em;
  }
}
@media (max-width: 420px) {
  #sfs #success .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #sfs #success .grid &gt; div img {
    max-width: 75px;
  }
}
#sfs #res {
  display: grid;
  grid-template-columns: 512px 1fr;
  color: #fff;
  min-height: 440px;
  margin-top: 9px;
  margin-bottom: 9px;
}
#sfs #res h3, #sfs #res h4 {
  color: #fff;
}
@media (max-width: 1300px) {
  #sfs #res {
    grid-template-columns: 1fr 2fr;
    min-height: 380px;
  }
}
@media (max-width: 991px) {
  #sfs #res {
    grid-template-columns: 1fr;
  }
  #sfs #res .steps {
    grid-row: 2;
  }
}
#sfs #res .resources {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding: 60px 59px 0 90px;
}
#sfs #res .resources h3 {
  font-size: 1.95em;
  grid-column: 2;
  margin-bottom: 20px;
}
#sfs #res .resources a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  grid-column: 2;
  padding: 10px 22px;
  text-align: left;
  font-family: var(--f2);
  font-size: 1.1em;
  border-radius: 13px;
  position: relative;
  transition: 0.3s;
  min-width: 300px;
  margin-bottom: 20px;
}
#sfs #res .resources a:hover {
  color: var(--c1);
  background-color: #fff;
}
#sfs #res .resources a:last-child {
  margin-bottom: auto;
}
#sfs #res .resources a:last-child i {
  top: 0.65em;
}
#sfs #res .resources a i {
  position: relative;
  position: absolute;
  top: 0.5em;
  right: 0.85em;
}
#sfs #res .resources a i::before {
  font-family: var(--fa);
  font-size: 1em;
}
#sfs #res .resources::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/img/sfs/res.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.21;
}
#sfs #res .resources::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  height: 100%;
  width: calc(100% + 40px);
  background-color: var(--c1);
  z-index: -2;
}
@media (max-width: 1300px) {
  #sfs #res .resources {
    font-size: 0.9em;
    padding: 40px 40px 0 40px;
  }
  #sfs #res .resources h3 {
    margin-bottom: 20px;
  }
  #sfs #res .resources a {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #sfs #res .resources {
    padding: 30px;
  }
  #sfs #res .resources a {
    min-width: 0;
  }
}
#sfs #res .steps {
  position: relative;
  display: grid;
  grid-template-columns: 110px 270px 1fr 274px 1fr;
  grid-template-rows: 63px max-content max-content max-content;
}
#sfs #res .steps h3 {
  font-size: 1.95em;
  grid-column: 2;
  grid-row: 2;
  margin-bottom: 36px;
}
#sfs #res .steps h4 {
  text-transform: uppercase;
  font-size: 1.35em;
  margin-bottom: 7px;
}
#sfs #res .steps p {
  font-size: 1.1em;
  line-height: 1.125;
  letter-spacing: 0.25px;
}
#sfs #res .steps a {
  color: #fff;
  text-decoration: underline;
  font-weight: inherit;
  font-family: inherit;
}
#sfs #res .steps a:hover {
  text-decoration: none;
}
#sfs #res .steps hr {
  max-width: 108px;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
  border: 4px solid var(--c2l1);
  border-radius: 6px;
  margin-top: 3px;
  margin-bottom: 12px;
}
#sfs #res .steps div.block {
  grid-column: 2;
  grid-row: 3;
}
#sfs #res .steps div.block + div.block {
  grid-column: 4;
}
#sfs #res .steps::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(/img/sfs/nextsteps-gr.png);
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1440px) {
  #sfs #res .steps {
    grid-template-columns: 110px 270px 1fr 274px 114px;
  }
}
@media (max-width: 1300px) {
  #sfs #res .steps {
    grid-template-columns: 45px auto 10px auto 45px;
    column-gap: 10px;
    font-size: 0.9em;
  }
  #sfs #res .steps h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #sfs #res .steps {
    grid-template-rows: 40px max-content max-content max-content 40px;
  }
}
@media (max-width: 768px) {
  #sfs #res .steps {
    grid-template-rows: 40px max-content max-content max-content max-content max-content 40px;
    grid-template-columns: 30px auto 30px;
    column-gap: 0;
  }
  #sfs #res .steps div.block {
    grid-row: 3;
  }
  #sfs #res .steps div.block + div.block {
    grid-row: 5;
    grid-column: 2;
  }
}
#sfs #map #facilities-map {
  width: 100%;
  min-height: 450px;
}
#sfs #map #facilities-map .gm-style * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  margin-bottom: inherit;
}
#sfs #map .btn-container {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
#sfs #map .btn-container .btn {
  flex: 0 0 auto;
}
#sfs #map .map-sec {
  padding: 10px 0;
  background-color: rgb(238, 236, 236);
}
@media (max-width: 768px) {
  #sfs #map .map-sec {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  #sfs #map .map-sec form {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
  }
}
@media (max-width: 768px) {
  #sfs #map .map-sec .contentinfo {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 0 15px 0;
  }
  #sfs #map .map-sec .contentinfo .head-row {
    padding-top: 5px;
    background-color: var(--c1d1);
  }
  #sfs #map .map-sec .contentinfo h2 {
    color: #fff;
    padding: 10px 0;
  }
  #sfs #map .map-sec .contentinfo .head-row .form-group {
    margin-bottom: 0;
  }
}
#sfs #map .map-sec .mobile {
  display: block;
  text-decoration: none;
}
@media (max-width: 576px) {
  #sfs #map .map-sec .mobile {
    font-size: 0.85em;
  }
}
#sfs #map .map-sec .mobile::after {
  display: block;
  position: absolute;
  content: "\f077";
  font-family: var(--fa);
  color: #fff;
  font-size: 2em;
  right: 15px;
  line-height: 2em;
  top: 0;
  transition: 0.3s;
}
#sfs #map .map-sec .mobile.collapsed::after {
  transform: rotate3d(0, 0, 1, 180deg);
}
@media (min-width: 768px) {
  #sfs #map .map-sec .mobile {
    display: none;
  }
}
#sfs #map .map-sec .desktop {
  margin-top: 25px;
  display: none;
}
@media (min-width: 768px) {
  #sfs #map .map-sec .desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  #sfs #map .map-sec #collapsewrapper.collapse {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #sfs #map .map-sec .row {
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  #sfs #map .map-sec .form-col:first-child {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  #sfs #map .map-sec .map-col:last-child {
    padding-right: 10px;
  }
}
#sfs #map .load-btn {
  display: flex;
  width: 100%;
}
#sfs #map .load-btn .btn {
  margin: 1em auto 2em;
}
#sfs #map .select-arrow {
  position: relative;
}
#sfs #map .select-arrow select {
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
}
#sfs #map .select-arrow::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.75em);
  right: 10px;
  content: "\f078";
  font-family: var(--fa);
  font-size: 1em;
  pointer-events: none;
}
#sfs #map h2 {
  margin-top: 0;
}
#sfs #map table tr td:nth-child(2) {
  width: 200px;
  min-width: 200px;
}
#sfs #map table tr td:nth-child(3) {
  width: 250px;
  min-width: 250px;
}
#sfs #map table .provider {
  min-width: 200px;
}
#sfs #map table .provider strong {
  font-size: 1.2em;
  color: var(--c1);
  margin-bottom: 5px;
  display: block;
}
#sfs #map table .provider a {
  display: block;
  font-family: var(--f4);
  color: inherit;
  font-weight: 400;
  text-decoration: none;
  font-size: 0.9rem;
}
#sfs #map table .provider a:hover {
  text-decoration: underline;
}
#sfs #map table .provider a + a {
  color: var(--c1);
}
#sfs #map table .provider a + a + a {
  color: var(--c2d2);
  color: var(--c1);
  text-decoration: none;
}
#sfs #map table .provider a + a + a:hover {
  text-decoration: underline;
}
#sfs #map .btn {
  color: #00549d;
  background-color: white;
  border: 1pt solid #00549d;
  cursor: pointer;
  transition: 0.3s;
  padding: 0.5em 1em;
  margin: 0 0 0 10px;
  align-self: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 18px;
}
@media screen and (hover: hover) {
  #sfs #map .btn:hover {
    background-color: #00549d;
    color: white;
  }
}
@media (max-width: 768px) {
  #sfs #map .btn {
    margin-bottom: 16px;
  }
}
#sfs #map .btn[type=reset] {
  background-color: var(--c7);
  border-color: var(--c7);
  color: white;
}
@media (pointer: fine), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #sfs #map .btn[type=reset]:not(:disabled):hover {
    background-color: white;
    color: var(--c7);
  }
}
#sfs #map .btn[type=reset]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#sfs footer {
  margin-top: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: var(--c1);
}
#sfs footer [data-acsb-custom-trigger] {
  position: fixed;
  bottom: 10px;
  right: 12px;
  color: #fff;
  display: block;
  background-color: var(--acsb);
  font-size: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  z-index: 200;
  box-shadow: 0 0 10px -4px var(--c1);
  transition: 0.3s;
}
#sfs footer [data-acsb-custom-trigger]:hover {
  background-color: var(--c1);
}
#sfs footer [data-acsb-custom-trigger] svg {
  max-height: 40px;
}
@media (max-width: 768px) {
  #sfs footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#sfs footer &gt; div {
  color: #fff;
  display: grid;
  grid-template-columns: 83px max-content 83px max-content auto max-content 140px;
  grid-template-areas: ". contact . logo . grid .";
}
@media (min-width: 1200px) {
  #sfs footer &gt; div {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sfs footer &gt; div .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: logo;
  transition: 0.3s;
  font-size: 0.8em;
}
#sfs footer &gt; div .logo img {
  max-width: 227px;
}
#sfs footer &gt; div .logo h4 {
  color: #fff;
  margin-top: 10px;
  opacity: 0.55;
  font-family: var(--f2);
  font-size: 1.3em;
  margin-bottom: 3px;
}
#sfs footer &gt; div .logo ul {
  columns: 2;
}
#sfs footer &gt; div .logo ul li {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 5px;
}
#sfs footer &gt; div .logo ul li a {
  color: #fff;
  opacity: 0.55;
  transition: 0.3s;
  font-family: var(--f2);
  font-size: 1.3em;
}
#sfs footer &gt; div .logo ul li a:hover {
  text-decoration: underline;
  color: #fff;
  opacity: 1;
}
#sfs footer &gt; div .contact {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: contact;
  display: flex;
  flex-direction: column;
  justify-self: left;
  max-width: 300px;
  font-size: 0.8em;
  font-family: var(--f2);
  margin-top: 10px;
  line-height: 1.2;
}
#sfs footer &gt; div .contact strong {
  opacity: 0.55;
  font-weight: 900;
  font-family: inherit;
  font-size: 1.3em;
}
#sfs footer &gt; div .contact a span {
  opacity: 0.55;
  font-size: 1em;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: inherit;
  color: #fff;
  transition: 0.3s;
  font-size: 1.3em;
}
#sfs footer &gt; div .contact a span:hover {
  text-decoration: underline;
  opacity: 1;
}
#sfs footer &gt; div .contact a.email {
  opacity: 0.55;
  letter-spacing: 0.2px;
  text-decoration: underline;
  font-weight: 400;
  font-family: inherit;
  color: #fff;
  transition: 0.3s;
  line-height: 1;
  font-size: 1.3em;
}
#sfs footer &gt; div .contact a.email:hover {
  opacity: 1;
}
#sfs footer &gt; div .grid {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
  grid-area: grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 9px;
  row-gap: 29px;
  margin-top: 3px;
  justify-self: center;
}
#sfs footer &gt; div .grid a.btn {
  grid-column: 1/span 4;
  grid-row: 2;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
  font-family: var(--f2);
  padding: 5px 10px;
  margin-top: auto;
  border-radius: 18px;
  margin-left: 2px;
  text-align: left;
  font-size: 0.9em;
  letter-spacing: 1.2px;
}
#sfs footer &gt; div .grid a.btn:hover {
  color: var(--c1);
  background-color: #fff;
}
#sfs footer &gt; div .grid a.btn i::before {
  font-size: 0.9em;
}
#sfs footer &gt; div .grid a svg path {
  transition: 0.3s;
  fill: transparent;
}
#sfs footer &gt; div .grid a:hover svg path {
  fill: #fff;
}
#sfs footer &gt; div .grid svg {
  max-width: 72px;
}
@media (min-width: 1500px) {
  #sfs footer &gt; div {
    grid-template-columns: 83px max-content 83px max-content auto max-content 140px;
  }
}
@media (max-width: 1200px) {
  #sfs footer &gt; div {
    grid-template-columns: 40px 2fr 10px 2fr 10px 4fr 40px;
  }
  #sfs footer &gt; div .logo img {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  #sfs footer &gt; div {
    grid-template-columns: 20px 2fr auto 2fr 20px;
    row-gap: 20px;
    grid-template-areas: ". contact . logo . " ". grid grid grid .";
  }
  #sfs footer &gt; div .contact strong {
    font-size: 1.6em;
  }
  #sfs footer &gt; div .logo h4 {
    font-size: 1.6em;
  }
  #sfs footer &gt; div .grid svg {
    max-width: 60px;
  }
  #sfs footer &gt; div .contact {
    justify-self: center;
  }
  #sfs footer &gt; div .logo {
    justify-self: center;
  }
  #sfs footer &gt; div .grid a.btn {
    padding: 5px 10px;
  }
  #sfs footer &gt; div .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  #sfs footer &gt; div .contact {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #sfs footer &gt; div .grid {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 600px) {
  #sfs footer &gt; div {
    grid-template-columns: 15px auto 15px;
    font-size: 0.9em;
    grid-template-areas: ". contact ." ". logo ." ". grid .";
  }
  #sfs footer &gt; div .contact {
    text-align: center;
  }
  #sfs footer &gt; div .logo {
    text-align: center;
  }
  #sfs footer &gt; div .logo ul {
    columns: 1;
  }
  #sfs footer &gt; div .logo {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #sfs footer &gt; div .contact {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #sfs footer &gt; div .grid {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
#sfs.interior section a.btn {
  font-family: var(--f1);
  margin-top: auto;
  color: #fff;
  background-color: var(--c1);
  border-radius: 18px;
  font-weight: 800;
  font-size: 1.5em;
  letter-spacing: -0.25px;
  margin: auto -24px 0 -24px;
  padding: 14px 19px 12px;
  text-align: left;
  position: relative;
}
#sfs.interior section a.btn:hover {
  color: var(--c1);
  background-color: #fff;
  border-color: var(--c1);
}
#sfs.interior section a.btn i {
  position: relative;
  position: absolute;
  top: 0.75em;
  right: 0.75em;
}
#sfs.interior section a.btn i::before {
  font-family: var(--fa);
  font-size: 1.1em;
}
#sfs.interior #homepage-slider .container {
  overflow: visible;
  position: relative;
  display: flex;
  flex-direction: column;
}
#sfs.interior #homepage-slider .slide {
  min-height: 462px;
}
#sfs.interior #homepage-slider .slide figure::after {
  display: none;
}
#sfs.interior #homepage-slider .text {
  z-index: 4;
  position: absolute;
  bottom: -51px;
  margin: auto;
  text-align: center;
  padding: 10px 80px;
  line-height: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}
#sfs.interior #homepage-slider .text h1, #sfs.interior #homepage-slider .text &gt; span {
  font-size: 3.5em;
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-style: normal;
  font-family: var(--f3);
  letter-spacing: 0;
  line-height: 1.2;
  z-index: 4;
  position: relative;
  text-shadow: 0px 0px 5px var(--c2d2);
}
#sfs.interior #homepage-slider .text h1 span, #sfs.interior #homepage-slider .text &gt; span span {
  font-family: var(--f3);
}
#sfs.interior #homepage-slider .text-background {
  z-index: 2;
  mix-blend-mode: multiply;
}
#sfs.interior #homepage-slider .text-background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c2d1);
  z-index: 3;
  opacity: 0.93;
  mix-blend-mode: multiply;
}
@media (max-width: 1200px) {
  #sfs.interior #homepage-slider .text {
    font-size: 0.85em;
  }
}
@media (max-width: 991px) {
  #sfs.interior #homepage-slider .text {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #sfs.interior #homepage-slider .text {
    font-size: 0.7em;
  }
}
@media (max-width: 500px) {
  #sfs.interior #homepage-slider .slide figure {
    background-position: 40%;
  }
  #sfs.interior #homepage-slider .text {
    bottom: 0;
  }
}
#sfs.interior .content {
  margin-top: 128px;
  font-size: 0.7em;
}
#sfs.interior .content h2 {
  font-size: 2.3em;
  letter-spacing: -0.8px;
  margin-bottom: 2px;
  margin-top: 25px;
}
#sfs.interior .content h3 {
  font-size: 2.3em;
  margin-bottom: 3px;
  letter-spacing: -0.4px;
}
#sfs.interior .content i, #sfs.interior .content span, #sfs.interior .content em {
  color: var(--c2d3);
  font-size: 1.925em;
  letter-spacing: 0.075px;
  line-height: 1.1;
  font-family: var(--f1);
  margin-bottom: 13px;
  display: block;
  font-style: normal;
}
#sfs.interior .content p {
  line-height: 1.4;
  font-size: 1.6em;
  letter-spacing: 0.22px;
  font-family: var(--f1);
  color: var(--c1d1);
  margin-bottom: 24px;
}
#sfs.interior .content p + h3 {
  margin-top: 50px;
}
#sfs.interior .content p strong {
  font-family: var(--f1);
  font-style: italic;
  font-weight: 900;
}
#sfs.interior .content p em {
  font-size: 1em;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: unset;
  display: inline;
}
#sfs.interior .content a {
  font-family: var(--f1);
  color: var(--c1);
  text-decoration: underline;
}
#sfs.interior .content a:hover {
  text-decoration: none;
}
#sfs.interior .content ol, #sfs.interior .content ul {
  padding-left: 42px;
  max-width: 900px;
  margin-bottom: 35px;
}
#sfs.interior .content ol li, #sfs.interior .content ul li {
  font-size: 1.6em;
  font-weight: 500;
  font-family: var(--f1);
  letter-spacing: -0.1px;
  line-height: 1.1;
  margin-bottom: 15px;
}
#sfs.interior .content ol li ol, #sfs.interior .content ol li ul, #sfs.interior .content ul li ol, #sfs.interior .content ul li ul {
  margin-bottom: 30px;
}
#sfs.interior .content ol li ol li, #sfs.interior .content ol li ul li, #sfs.interior .content ul li ol li, #sfs.interior .content ul li ul li {
  font-size: 1em;
}
#sfs.interior .content ol li::before, #sfs.interior .content ul li::before {
  font-style: initial;
  color: var(--c2d1);
  font-size: 0.8em;
  margin-right: 17px;
  margin-left: -12px;
}
#sfs.interior .content .table-responsive {
  font-size: 1.4em;
}
#sfs.interior .content label {
  font-size: 1.4em;
}
@media (min-width: 1200px) {
  #sfs.interior .content .container {
    max-width: 1091px;
  }
}
@media (max-width: 991px) {
  #sfs.interior .content h3 {
    font-size: 2.3em;
  }
}
@media (max-width: 500px) {
  #sfs.interior .content {
    margin-top: 65px;
    font-size: 0.7em;
  }
  #sfs.interior .content ol, #sfs.interior .content ul {
    padding-left: 24px;
  }
  #sfs.interior .content ol li::before, #sfs.interior .content ul li::before {
    margin-right: 12px;
  }
}
#sfs.interior .footer-btns {
  margin-top: 65px;
  font-size: 16px;
}
#sfs.interior .footer-btns hr {
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
  border-color: var(--c2d1);
}
#sfs.interior .footer-btns .btns {
  margin-top: 62px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 25px;
  justify-content: space-between;
}
#sfs.interior .footer-btns .btns a.btn {
  margin: unset;
  flex: 1 1 30%;
  max-width: 341px;
  padding: 10px 19px;
  font-weight: 600;
  font-size: 1.2em;
  font-family: var(--f2);
  text-decoration: none;
  margin-right: 15px;
}
#sfs.interior .footer-btns .btns a.btn:last-child {
  margin-right: 0;
}
#sfs.interior .footer-btns .btns a.btn i {
  right: 0.85em;
  top: 0.65em;
  font-size: 1em;
  color: inherit;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: normal;
}
#sfs.interior .footer-btns .btns a.btn i::before {
  font-size: 1.1em;
}
@media (max-width: 1200px) {
  #sfs.interior .footer-btns .btns a.btn {
    margin-right: 15px;
  }
  #sfs.interior .footer-btns .btns a.btn:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  #sfs.interior .footer-btns .btns {
    flex-direction: column;
  }
  #sfs.interior .footer-btns .btns a.btn {
    margin-bottom: 15px;
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #sfs.interior .footer-btns .btns a.btn:last-child {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #sfs.interior .footer-btns {
    margin-top: 40px;
  }
  #sfs.interior .footer-btns .btns {
    font-size: 0.85em;
  }
}
@media (max-width: 500px) {
  #sfs.interior .footer-btns .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #sfs.interior .footer-btns hr {
    margin-left: -25px;
    margin-right: -25px;
  }
}
#sfs.interior footer {
  margin-top: 153px;
}
@media (max-width: 991px) {
  #sfs.interior footer {
    margin-top: 75px;
  }
}
@media (max-width: 500px) {
  #sfs.interior footer {
    margin-top: 55px;
  }
}

@font-face {
  font-family: "myriad-variable";
  src: url(/webfonts/MyriadVariableConcept-Roman.otf);
}
@keyframes fade {
  0% {
    color: transparent;
  }
  100% {
    color: black;
  }
}
.tracking-pixel-row {
  max-height: 0;
}

.tracking-pixel {
  margin-bottom: -1px;
}

#be-there {
  overflow: auto;
  position: relative;
}
#be-there #homepage-slider &gt; .container {
  overflow: hidden;
  position: relative;
  max-width: none;
  width: 100%;
  padding: 0;
}
#be-there #homepage-slider .frame {
  width: auto;
  display: flex;
  justify-content: space-between;
  transition:  transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  transition-duration: 0.75s;
}
#be-there #homepage-slider .markers {
  display: none;
}
#be-there #homepage-slider:not(.ready) .slide {
  display: none;
}
#be-there #homepage-slider:not(.ready) .slide:first-child {
  display: flex;
}
#be-there #homepage-slider.hasMarkers .markers {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
#be-there #homepage-slider.hasMarkers .markers span {
  flex: 0 0 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 10px;
  opacity: 0.5;
  background-color: var(--c1);
  transition:  transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  cursor: pointer;
}
#be-there #homepage-slider.hasMarkers .markers span.active {
  opacity: 1;
}
@media (pointer: fine), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #be-there #homepage-slider.hasMarkers .markers span:hover {
    transform: scale(1.15);
  }
}
#be-there #homepage-slider .container &gt; button {
  position: absolute;
  top: 50%;
  color: white;
  background: transparent;
  transform: translateY(-50%) scale(1);
  border: none;
  cursor: pointer;
  transition:  all 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  padding: 5px 5px 0;
  margin-top: -5px;
}
#be-there #homepage-slider .container &gt; button svg {
  width: 15px;
}
#be-there #homepage-slider .container &gt; button svg polyline {
  fill: none;
  stroke: white;
  stroke-width: 7;
}
#be-there #homepage-slider .container &gt; button.prev {
  left: 50px;
}
#be-there #homepage-slider .container &gt; button.next {
  right: 50px;
}
@media (max-width: 530px) {
  #be-there #homepage-slider .container &gt; button.prev {
    left: 10px;
  }
  #be-there #homepage-slider .container &gt; button.next {
    right: 10px;
  }
}
@media (pointer: fine), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #be-there #homepage-slider .container &gt; button:hover {
    transform: translateY(-50%) scale(1.1);
  }
}
#be-there #homepage-slider .container &gt; button:focus {
  outline: 0.5px dashed white;
}
#be-there #homepage-slider .container &gt; button::before {
  display: none;
}
#be-there #homepage-slider .slide {
  flex: 1 1 10%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 700px;
  z-index: 0;
}
@media (max-width: 992px) {
  #be-there #homepage-slider .slide {
    height: 50vh;
  }
}
@media (max-width: 768px) {
  #be-there #homepage-slider .slide {
    height: auto;
    padding: 30px 0 0;
    font-size: 0.85em;
    min-height: 550px;
  }
}
@media (max-width: 570px) {
  #be-there #homepage-slider .slide {
    min-height: 650px;
    font-size: 0.8em;
  }
  #be-there #homepage-slider .slide p {
    font-size: 1.2em;
  }
}
@media (max-width: 576px) {
  #be-there #homepage-slider .slide {
    min-height: 675px;
  }
}
#be-there #homepage-slider .slide figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
#be-there #homepage-slider .slide figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37px;
  background: var(--c2d1);
  z-index: 0;
  mix-blend-mode: multiply;
}
#be-there #homepage-slider .slide .text {
  padding: 44px 30px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  transition:  transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
}
#be-there #homepage-slider .slide .text h1, #be-there #homepage-slider .slide .text h2, #be-there #homepage-slider .slide .text h3, #be-there #homepage-slider .slide .text h4, #be-there #homepage-slider .slide .text h5 {
  font-weight: 900;
  color: var(--c1);
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: -0.5px;
  text-decoration: none;
}
#be-there #homepage-slider .slide .text h3 {
  font-size: 3.2em;
  line-height: 105%;
}
@media (max-width: 700px) {
  #be-there #homepage-slider .slide .text h3 {
    font-size: 1.4em;
  }
}
#be-there #homepage-slider .slide .text h1 {
  font-size: 2em;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--f1);
  margin-bottom: 0px;
  margin-top: 67px;
}
@media (max-width: 768px) {
  #be-there #homepage-slider .slide .text h1 {
    margin-top: 0;
  }
}
#be-there #homepage-slider .slide .text p {
  font-family: var(--f2);
  line-height: 1.45;
  font-weight: 400;
  color: var(--c1d1);
  font-size: 1.25em;
  margin: 0 auto;
  padding-bottom: 0;
  letter-spacing: 0.25px;
  font-weight: 600;
}
#be-there #homepage-slider .slide .text hr {
  max-width: 200px;
  margin: 15px auto 15px;
  border-top: 1px solid var(--c2);
  width: 100%;
}
#be-there #homepage-slider .slide .text a {
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
  text-decoration: none;
}
#be-there #homepage-slider .slide .text a:not(.button) {
  color: var(--c1);
}
#be-there #homepage-slider .slide .text a:not(.button) * {
  color: inherit;
  transition: text-shadow 0.3s;
}
#be-there #homepage-slider .slide .text a:not(.button):hover {
  text-shadow: 1px 1px 3px black;
}
@media (min-width: 1200px) {
  #be-there #homepage-slider .slide .text {
    max-width: 1145px;
  }
}
@media (max-width: 1200px) {
  #be-there #homepage-slider .slide .text {
    max-width: 900px;
    padding: 0 30px;
    font-size: 0.9em;
  }
  #be-there #homepage-slider .slide .text h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 530px) {
  #be-there #homepage-slider .slide .text {
    padding: 15px 15px 0;
  }
}
@media (max-width: 576px) {
  #be-there #homepage-slider .slide .text {
    padding: 30px 15px;
  }
}
#be-there #homepage-slider .slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#be-there #homepage-slider .slide.left .text {
  padding: 0 400px 0 100px;
  text-align: left;
  margin-left: 0;
}
@media (max-width: 1200px) {
  #be-there #homepage-slider .slide.left .text {
    max-width: 900px;
    padding: 0 200px 0 120px;
  }
}
@media (max-width: 768px) {
  #be-there #homepage-slider .slide.left .text {
    padding: 0 160px 0 100px;
  }
}
@media (max-width: 530px) {
  #be-there #homepage-slider .slide.left .text {
    padding: 0 80px;
  }
}
#be-there #homepage-slider .slide.right .text {
  padding: 0 100px 0 400px;
  text-align: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  #be-there #homepage-slider .slide.right .text {
    max-width: 900px;
    padding: 0 100px 0 200px;
  }
}
@media (max-width: 768px) {
  #be-there #homepage-slider .slide.right .text {
    padding: 0 80px 0 160px;
  }
}
@media (max-width: 530px) {
  #be-there #homepage-slider .slide.right .text {
    padding: 0 60px;
  }
}
#be-there #homepage-slider .slide.no-image {
  background-color: var(--c2);
}
#be-there #homepage-slider .slide.no-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#be-there #homepage-slider .slide.no-image .text {
  padding: 0 100px;
  text-align: center;
  margin: auto;
  max-width: 780px;
}
@media (max-width: 530px) {
  #be-there #homepage-slider .slide.no-image .text {
    padding: 0 60px;
  }
}
#be-there #homepage-slider .slide.no-image .button {
  background-color: transparent;
  color: white;
  padding: 11px 29px;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid white;
  transition:  color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01),  background-color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
}
#be-there #homepage-slider .slide.no-image .button:hover {
  background-color: white;
  color: var(--c2);
}
@media (max-width: 700px) {
  #be-there #homepage-slider .slide.no-image .button {
    padding: 10px 15px;
    text-align: center;
  }
}
#be-there #homepage-slider .slide .button {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: transparent;
  color: white;
  padding: 14px 19px;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid white;
  transition:  color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01),  background-color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
}
#be-there #homepage-slider .slide .button:hover {
  background-color: white;
  color: var(--c2);
}
@media (max-width: 700px) {
  #be-there #homepage-slider .slide .button {
    padding: 10px 15px;
    text-align: center;
  }
}
#be-there #homepage-slider .slide h3 + .button {
  margin-top: 5px;
}
@media (min-width: 1200px) {
  #be-there .container {
    max-width: 1150px;
  }
}
#be-there .intro {
  position: relative;
  padding-bottom: 107px;
  color: white;
}
#be-there .intro h1 {
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  font-size: 5.3em;
  margin: 12px 6px;
  line-height: 0.9;
  letter-spacing: 1.6px;
  line-height: 0.9;
  font-family: "forma-djr-display", sans-serif;
  text-shadow: -1px 1px 13px rgba(0, 0, 0, 0.65);
  transition: 0.3s;
}
#be-there .intro h1 span {
  font-family: inherit;
  font-size: 1.32em;
  color: #55A51C;
  letter-spacing: initial;
  line-height: 1;
  margin-left: -2px;
  margin-bottom: 10px;
  flex: 0 1 100%;
  display: flex;
  text-shadow: none;
}
#be-there .intro h1 span i {
  color: white;
  padding: 2px 20px 0 17px;
  background-color: #003592;
  font-style: normal;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 30, "slnt" -12;
  font-size: 0.85em;
  margin-left: 26px;
  line-height: 1.1;
  margin-top: 11px;
  letter-spacing: 0;
}
#be-there .intro::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: url("/img/be-there/intro-bg-2x.png");
}
#be-there .intro .nav-brand {
  background-color: #003592;
  padding: 29px 15px 10px 5px;
  display: block;
  max-width: 188px;
  border-radius: 0 0 12px 12px;
  margin-left: auto;
  margin-right: 8px;
  margin-bottom: -19px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.3s;
}
#be-there .intro .nav-brand img {
  max-width: 100%;
}
#be-there .intro .nav-brand:hover {
  box-shadow: -1px 1px 13px rgba(0, 0, 0, 0.65);
}
@media (max-width: 1200px) {
  #be-there .intro .nav-brand {
    margin-bottom: 10px;
    margin-right: 0;
    max-width: 150px;
  }
  #be-there .intro .be-there {
    font-size: 0.8em;
  }
}
@media (max-width: 992px) {
  #be-there .intro .nav-brand {
    margin-bottom: 60px;
  }
  #be-there .intro .be-there {
    font-size: 0.6em;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #be-there .intro {
    padding-bottom: 40px;
  }
  #be-there .intro .be-there {
    font-size: 0.6em;
  }
  #be-there .intro .be-there span {
    white-space: nowrap;
  }
  #be-there .intro .be-there span i {
    margin-top: 0;
    margin-left: 0.5em;
  }
}
@media (max-width: 576px) {
  #be-there .intro h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #be-there .intro h1 span {
    font-size: 1.2em;
  }
  #be-there .intro .tab {
    padding-left: 20px;
    padding-right: 20px;
  }
  #be-there .intro .be-there {
    font-size: 0.6em;
  }
  #be-there .intro .nav-brand {
    padding: 10px 15px 10px 10px;
    display: flex;
    max-width: 150px;
    margin-bottom: 40px;
  }
  #be-there .intro .nav-brand img {
    max-width: 110px;
  }
}
@media (max-width: 475px) {
  #be-there .intro .be-there {
    font-size: 0.45em;
  }
}
@media (max-width: 375px) {
  #be-there .intro .be-there {
    font-size: 0.4em;
  }
}
@media (max-width: 350px) {
  #be-there .intro .be-there {
    font-size: 0.35em;
  }
}
#be-there #trio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  margin-top: 68px;
}
#be-there #trio .pod {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  position: relative;
  background-color: #55A51C;
  z-index: 0;
  border-radius: 20px;
  min-height: 547px;
  flex: 0 1 30%;
  color: white;
  font-family: "forma-djr-display", sans-serif;
}
#be-there #trio .pod a {
  padding: 20px;
  color: white;
}
#be-there #trio .pod a:hover {
  text-decoration: none;
}
#be-there #trio .pod h2 {
  font-family: "forma-djr-display", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.8em;
  margin-top: 16px;
  line-height: 0.965;
  letter-spacing: 1px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  min-height: 134px;
}
#be-there #trio .pod p {
  font-family: "forma-djr-display", sans-serif;
  color: black;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  overflow: hidden;
  max-height: 72px;
  animation-name: fade;
  animation-duration: 1s;
}
#be-there #trio .pod .box {
  text-align: center;
  background-color: white;
  border-radius: 10px;
  padding: 14px 10px 12px;
  margin: 32px auto auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25em;
  line-height: 1.2;
  letter-spacing: 1px;
  max-width: 250px;
  min-height: auto;
  transition: 0.3s;
  overflow: hidden;
}
#be-there #trio .pod .box span {
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  pointer-events: none;
  font-size: 2em;
  font-weight: 900;
  opacity: 0;
  display: none;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 1.1em;
  transition: 0.3s;
}
#be-there #trio .pod::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("/img/be-there/pod2-2x.png");
  transition: 0.3s;
  opacity: 79%;
  filter: grayscale(100%);
  mix-blend-mode: overlay;
  border-radius: 20px;
}
#be-there #trio .pod:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  border-radius: 20px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 10px solid transparent;
  transition: 0.3s;
}
#be-there #trio .pod:hover {
  background-color: transparent;
}
#be-there #trio .pod:hover h2 {
  color: #55A51C;
}
#be-there #trio .pod:hover p {
  color: transparent;
  pointer-events: none;
  display: none;
}
#be-there #trio .pod:hover .box {
  background-color: #418600;
  min-height: 54px;
  max-width: 196px;
  overflow: hidden;
}
#be-there #trio .pod:hover .box span {
  color: white;
  opacity: 100;
  pointer-events: visible;
  display: block;
}
#be-there #trio .pod:hover::before {
  mix-blend-mode: normal;
  filter: grayscale(0%);
  opacity: 100%;
}
#be-there #trio .pod:hover::after {
  border-color: #55A51C;
}
#be-there #trio .pod:nth-child(odd) {
  background-color: #003592;
}
#be-there #trio .pod:nth-child(odd) a {
  color: white;
}
#be-there #trio .pod:nth-child(odd):hover {
  background-color: transparent;
}
#be-there #trio .pod:nth-child(odd):hover h2 {
  color: #003592;
}
#be-there #trio .pod:nth-child(odd):hover .box {
  background-color: #003592;
}
#be-there #trio .pod:nth-child(odd):hover::after {
  border-color: #003592;
}
#be-there #trio .pod.pod1 h2 {
  line-height: 1;
}
#be-there #trio .pod.pod1 .box p {
  max-width: 205px;
}
#be-there #trio .pod.pod1::before {
  background-image: url("/img/be-there/pod3-2x.png");
}
#be-there #trio .pod.pod2::before {
  background-image: url("/img/be-there/pod4-2x.png");
}
#be-there #trio .pod.pod3 .box p {
  max-width: 195px;
}
#be-there #trio .pod.pod3::before {
  background-image: url("/img/be-there/pod1-2x.png");
}
@media (max-width: 1200px) {
  #be-there #trio {
    font-size: 0.85em;
  }
  #be-there #trio .pod {
    min-height: 475px;
  }
  #be-there #trio .pod h2 {
    min-height: unset;
  }
  #be-there #trio .pod p {
    max-height: none;
  }
  #be-there #trio .pod .box {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 992px) {
  #be-there #trio {
    font-size: 0.67em;
    max-width: 100%;
    padding: 0 20px;
  }
  #be-there #trio .pod {
    min-height: 400px;
  }
  #be-there #trio .pod h2 {
    margin-top: 5px;
    font-size: 2.25em;
  }
}
@media (max-width: 650px) {
  #be-there #trio {
    font-size: 0.9em;
    grid-template-columns: auto;
    column-gap: 0;
    row-gap: 30px;
    padding: 0 30px;
  }
  #be-there #trio .pod {
    min-height: 500px;
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 576px) {
  #be-there #trio {
    margin-top: 40px;
    font-size: 0.8em;
  }
  #be-there #trio .pod {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 350px) {
  #be-there #trio {
    font-size: 0.75em;
  }
  #be-there #trio .pod {
    min-height: 450px;
    margin-left: 0;
    margin-right: 0;
  }
}
#be-there footer {
  margin-top: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: var(--c1);
}
#be-there footer [data-acsb-custom-trigger] {
  position: fixed;
  bottom: 10px;
  right: 12px;
  color: #fff;
  display: block;
  background-color: var(--acsb);
  font-size: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  z-index: 200;
  box-shadow: 0 0 10px -4px var(--c1);
  transition: 0.3s;
}
#be-there footer [data-acsb-custom-trigger]:hover {
  background-color: var(--c1);
}
#be-there footer [data-acsb-custom-trigger] svg {
  max-height: 40px;
}
#be-there footer .contact a img {
  max-width: 201px;
  margin-top: -7px;
}
@media (max-width: 768px) {
  #be-there footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#be-there footer &gt; div {
  color: #fff;
  display: grid;
  grid-template-columns: 105px max-content 100px max-content auto max-content 77px;
  grid-template-areas: ". contact . logo . grid .";
}
@media (min-width: 1200px) {
  #be-there footer &gt; div {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
#be-there footer &gt; div .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: logo;
  transition: 0.3s;
  font-size: 0.8em;
  margin-top: 20px;
}
#be-there footer &gt; div .logo img {
  max-width: 227px;
}
#be-there footer &gt; div .logo h4 {
  color: #fff;
  margin-top: 10px;
  font-family: "forma-djr-display", sans-serif;
  font-size: 1.4em;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-weight: 600;
}
#be-there footer &gt; div .logo ul {
  columns: 2;
  column-gap: 51px;
}
#be-there footer &gt; div .logo ul li {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 5px;
}
#be-there footer &gt; div .logo ul li a {
  color: #fff;
  transition: 0.3s;
  font-family: "forma-djr-display", sans-serif;
  font-size: 1.4em;
  line-height: 0.9;
  letter-spacing: 0.5px;
}
#be-there footer &gt; div .logo ul li a:hover {
  text-decoration: underline;
  color: #fff;
  opacity: 1;
}
#be-there footer &gt; div .contact {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: contact;
  display: flex;
  flex-direction: column;
  justify-self: left;
  max-width: 300px;
  font-size: 0.8em;
  font-family: var(--f2);
  margin-top: 10px;
  line-height: 1.2;
}
#be-there footer &gt; div .contact strong {
  opacity: 0.55;
  font-weight: 900;
  font-family: inherit;
  font-size: 1.3em;
}
#be-there footer &gt; div .contact a span {
  opacity: 0.55;
  font-size: 1em;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: inherit;
  color: #fff;
  transition: 0.3s;
  font-size: 1.3em;
}
#be-there footer &gt; div .contact a span:hover {
  text-decoration: underline;
  opacity: 1;
}
#be-there footer &gt; div .contact a.email {
  opacity: 0.55;
  letter-spacing: 0.2px;
  text-decoration: underline;
  font-weight: 400;
  font-family: inherit;
  color: #fff;
  transition: 0.3s;
  line-height: 1;
  font-size: 1.3em;
}
#be-there footer &gt; div .contact a.email:hover {
  opacity: 1;
}
#be-there footer &gt; div .grid {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-area: grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 9px;
  row-gap: 22px;
  margin-top: 3px;
  justify-self: center;
}
@media (max-width: 991px){
  #be-there footer &gt; div .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  #be-there footer &gt; div .contact {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #be-there footer &gt; div .grid {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 600px){
  #be-there footer &gt; div .logo {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #be-there footer &gt; div .contact {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #be-there footer &gt; div .grid {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
#be-there footer &gt; div .grid a.btn {
  grid-column: 1/span 4;
  grid-row: 2;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
  font-family: "forma-djr-display", sans-serif;
  padding: 8px 10px 5px;
  margin-top: auto;
  border-radius: 18px;
  margin-left: 2px;
  text-align: left;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: 1.2px;
  margin-bottom: 11px;
}
#be-there footer &gt; div .grid a.btn:hover {
  color: var(--c1);
  background-color: #fff;
}
#be-there footer &gt; div .grid a.btn i::before {
  font-size: 0.9em;
}
#be-there footer &gt; div .grid a svg path {
  transition: 0.3s;
  fill: transparent;
}
#be-there footer &gt; div .grid a:hover svg path {
  fill: #fff;
}
#be-there footer &gt; div .grid svg {
  max-width: 72px;
}
@media (min-width: 1500px) {
  #be-there footer &gt; div {
    grid-template-columns: 83px max-content 83px max-content auto max-content 140px;
  }
}
@media (max-width: 1200px) {
  #be-there footer &gt; div {
    grid-template-columns: 40px 2fr 10px 2fr 10px 2fr 40px;
  }
  #be-there footer &gt; div .logo ul {
    column-gap: unset;
  }
}
@media (max-width: 991px) {
  #be-there footer &gt; div {
    grid-template-columns: 20px 1fr auto 2fr 2fr 20px;
    row-gap: 20px;
    column-gap: 10px;
    grid-template-areas: ". contact . logo logo . " ". grid grid grid grid .";
  }
  #be-there footer &gt; div .contact {
    justify-self: center;
    margin-top: 0;
  }
  #be-there footer &gt; div .contact strong {
    font-size: 1.6em;
  }
  #be-there footer &gt; div .contact a img {
    max-width: 175px;
    margin-top: 0;
  }
  #be-there footer &gt; div .logo {
    justify-self: center;
    margin-top: 0;
    font-size: 0.8em;
  }
  #be-there footer &gt; div .logo h4 {
    font-size: 1.6em;
  }
  #be-there footer &gt; div .grid svg {
    max-width: 60px;
  }
  #be-there footer &gt; div .grid a.btn {
    padding: 5px 10px;
  }
  #be-there footer &gt; div &gt; .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #be-there footer &gt; div &gt; .contact {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #be-there footer &gt; div &gt; .grid {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
  }
  #be-there footer &gt; div &gt; .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #be-there footer &gt; div &gt; .contact {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #be-there footer &gt; div &gt; .grid {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
  }
}
@media (max-width: 600px) {
  #be-there footer &gt; div {
    grid-template-columns: 15px auto 15px;
    font-size: 0.9em;
    grid-template-areas: ". contact ." ". logo ." ". grid .";
  }
  #be-there footer &gt; div .contact {
    text-align: center;
  }
  #be-there footer &gt; div .logo {
    text-align: center;
    margin-top: 0;
  }
  #be-there footer &gt; div .logo ul {
    columns: 1;
  }
  #be-there footer &gt; div &gt; .logo {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #be-there footer &gt; div &gt; .contact {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #be-there footer &gt; div &gt; .grid {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #be-there footer &gt; div &gt; .logo {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #be-there footer &gt; div &gt; .contact {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #be-there footer &gt; div &gt; .grid {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

#slider {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  transition: 0.2s;
}
#slider div.carousel-item {
  overflow: hidden;
  width: 100vw;
  height: 38vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: cover;
  background-position: center;
}
#slider div.carousel-item img.w-100 {
  display: none !important;
}
@media (max-width: 768px) {
  #slider div.carousel-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  #slider div.carousel-item {
    height: 50vw;
  }
}
@media (max-width: 576px) {
  #slider div.carousel-item {
    height: 67vw;
  }
}
@media (max-width: 470px) {
  #slider img.w-100 {
    width: 225% !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: -60%;
  }
  #slider div.carousel-item {
    height: 86vw;
  }
}
@media (max-width: 400px) {
  #slider img.w-100 {
    width: 263% !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: -60%;
  }
  #slider div.carousel-item {
    height: 91.5vh;
  }
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  opacity: 0.35;
  transition: 0.3s;
}
@media (hover: hover) {
  #slider .carousel-control-next:hover, #slider .carousel-control-prev:hover {
    opacity: 1;
    transform: scale(1.2);
  }
  #slider .carousel-control-next:hover .fas, #slider .carousel-control-prev:hover .fas {
    color: #ededed;
  }
}
#slider .carousel-control-next-icon, #slider .carousel-control-prev-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 50% 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
#slider .carousel-control-next-icon .fas, #slider .carousel-control-prev-icon .fas {
  color: #535155;
  font-size: 6em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#slider .carousel-control-next-icon {
  background-position-x: 58%;
}
#slider .carousel-control-prev-icon {
  background-position-x: 40%;
}
#slider div.carousel-caption {
  color: #00549d;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  left: 30%;
  right: auto;
  bottom: auto;
  border: 2pt dashed #00549d;
  width: 43%;
  max-width: 520px;
  transform: translate(-50%, -50%);
  padding: 40px 10px 10px 40px;
  text-align: left;
  transition: 0.3s;
}
@media (max-width: 992px) {
  #slider div.carousel-caption {
    width: 44%;
    left: 29.5%;
    padding: 20px 10px 10px 20px;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  #slider div.carousel-caption {
    width: 80%;
    left: 50%;
    transition: 0.3s;
  }
}
#slider div.carousel-caption h2 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.2em;
}
#slider div.carousel-caption p {
  color: black;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.3;
  padding-right: 35px;
  margin-bottom: 1.2em;
}
#slider div.carousel-caption a {
  color: white;
  background: #00549d;
  font-weight: 500;
  padding: 5px 10px;
  display: inline-block;
  font-size: 1.1em;
  border: 1.5pt solid #00549d;
}
#slider div.carousel-caption a i {
  font-size: 0.8em;
}
#slider div.carousel-caption a:hover {
  text-decoration: none;
  background: white;
  color: #00549d;
}

#intro {
  color: #202f4e;
  padding: 5em 0 2em 0;
}
#intro h1 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
#intro h2 {
  font-size: 3em;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  #intro h1, #intro h2 {
    font-size: 2.6em;
  }
}
@media (max-width: 992px) {
  #intro h1, #intro h2 {
    font-size: 2.6em;
  }
}
@media (max-width: 576px) {
  #intro h1, #intro h2 {
    font-size: 2em;
  }
}

#quickReference {
  margin-bottom: 10px;
  display: block;
}
#quickReference .row .align-items-center {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
#quickReference .row .align-items-center p {
  margin: 0;
  padding: 3px 10px;
  font-size: 0.88em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.22;
}
#quickReference .row .align-items-center img {
  padding: 0 10px;
  padding-top: 3px;
  padding-bottom: 6px;
  flex: 0 0 40%;
  max-width: 40% !important;
  margin: 0;
}
#quickReference .row .align-items-center h3 {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1em;
  margin-bottom: 0;
}
#quickReference .row article {
  border-left: 1px solid white;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  flex: 0 0 20%;
}
#quickReference .row article:nth-child(1) {
  background-color: #176dad;
}
#quickReference .row article:nth-child(2) {
  background-color: #00549d;
}
#quickReference .row article:nth-child(3) {
  background-color: #054472;
}
#quickReference .row article:nth-child(4) {
  background-color: #202f4e;
}
#quickReference .row article:nth-child(5) {
  background-color: #012844;
}
#quickReference .row article:hover {
  background-color: #7a797c;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#quickReference .row h3 {
  color: white;
  font-size: 1.5em;
  font-weight: 300;
}
#quickReference .row p {
  color: white;
  margin-bottom: 0;
}
#quickReference .row a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  #quickReference {
    flex-wrap: wrap;
  }
  #quickReference .row .align-items-center img {
    max-width: 100% !important;
    width: 100px;
  }
  #quickReference .row article {
    flex: 1 0 33%;
    border-top: 1px solid white;
  }
}
@media (max-width: 768px) {
  #quickReference .row article {
    flex: 1 0 50%;
  }
}
@media (max-width: 576px) {
  #quickReference .row article {
    flex: 1 0 100%;
  }
}

#contentblock {
  color: #00549d;
  text-align: left;
}
#contentblock div.row {
  display: flex;
  flex-direction: row;
  padding: 30px;
}
#contentblock div.row &gt; div {
  flex: 0 0 30%;
  margin: auto 0;
}
#contentblock div.row &gt; div:nth-child(2) {
  padding-left: 30px;
  flex: 0 0 70%;
  padding-right: 30px;
}
@media (max-width: 576px) {
  #contentblock div.row &gt; div {
    padding: 0;
    flex: 0 0 100%;
  }
  #contentblock div.row &gt; div:nth-child(2) {
    padding: 0;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  #contentblock div.row {
    flex-direction: column;
  }
}
#contentblock div.bknd {
  background-image: url("../img/adoption-spotlight-bknd.png");
  background-size: cover;
}
@media (max-width: 992px) {
  #contentblock div.bknd {
    background-position: right;
  }
}
@media (max-width: 576px) {
  #contentblock div.bknd {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
#contentblock div.clr-bknd {
  background-color: rgba(237, 237, 237, 0.7);
}
@media (max-width: 576px) {
  #contentblock div.clr-bknd {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 992px) {
  #contentblock .as-headshot {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  #contentblock .as-headshot {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
#contentblock .as-headshot img {
  display: block;
  max-width: 200px;
  max-height: 320px;
}
@media (max-width: 1200px) {
  #contentblock .as-headshot img {
    max-width: 170px;
    max-height: 280px;
  }
}
@media (max-width: 992px) {
  #contentblock .as-headshot img {
    max-width: 150px;
    max-height: 220px;
  }
}
@media (max-width: 768px) {
  #contentblock .as-headshot img {
    margin-bottom: 20px;
  }
}
#contentblock .col-sm-5, #contentblock .col-sm-7 {
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  #contentblock .col-sm-5, #contentblock .col-sm-7 {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  #contentblock .col-sm-5, #contentblock .col-sm-7 {
    padding-bottom: 25px;
  }
}
@media (max-width: 576px) {
  #contentblock .col-sm-5, #contentblock .col-sm-7 {
    padding: 0 15px;
    text-align: center;
  }
}
#contentblock h2 {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  #contentblock h2 {
    font-size: 1.7em;
  }
}
@media (max-width: 576px) {
  #contentblock h2 {
    font-size: 1.5em;
    line-height: 1.1em;
  }
}
#contentblock h3 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
}
#contentblock h3 span {
  font-size: inherit;
}
#contentblock h3 span i {
  font-size: 0.8em;
}
@media (max-width: 992px) {
  #contentblock h3 {
    font-size: 1.9em;
  }
}
@media (max-width: 576px) {
  #contentblock h3 {
    font-size: 1.5em;
    display: inline-block;
  }
}
#contentblock p {
  color: #535155;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  #contentblock p {
    text-shadow: 0 0 40px white;
  }
}
@media (max-width: 576px) {
  #contentblock p {
    font-size: 1em;
    color: #202f4e;
  }
}
#contentblock a {
  color: #00549d;
  text-decoration: none;
}
#contentblock a:hover {
  color: #176dad;
}
#contentblock a.btn {
  color: white;
  background: #00549d;
  font-weight: 500;
  padding: 5px 10px;
  display: inline-block;
  font-size: 1.1em;
  border-radius: 0;
  border: 1.5pt solid #00549d;
}
#contentblock a.btn i {
  font-size: 0.8em;
}
#contentblock a.btn:hover {
  text-decoration: none;
  background: white;
  color: #00549d;
}
@media (max-width: 768px) {
  #contentblock {
    text-align: center;
  }
}

#adoptionSpotlight {
  color: #00549d;
}
#adoptionSpotlight div.as-bknd {
  background-image: url("../img/adoption-spotlight-bknd.png");
  background-size: cover;
  height: 430px;
}
@media (max-width: 1200px) {
  #adoptionSpotlight div.as-bknd {
    height: 363px;
  }
}
@media (max-width: 992px) {
  #adoptionSpotlight div.as-bknd {
    height: 272px;
    background-position: right;
  }
}
@media (max-width: 768px) {
  #adoptionSpotlight div.as-bknd {
    height: 282px;
  }
}
@media (max-width: 576px) {
  #adoptionSpotlight div.as-bknd {
    height: 395px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 992px) {
  #adoptionSpotlight .as-headshot {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  #adoptionSpotlight .as-headshot {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
#adoptionSpotlight .as-headshot img {
  display: block;
  max-width: 200px;
  max-height: 320px;
  border: 7pt solid #00549d;
  background-color: #00549d;
}
@media (max-width: 1200px) {
  #adoptionSpotlight .as-headshot img {
    max-width: 170px;
    max-height: 280px;
  }
}
@media (max-width: 992px) {
  #adoptionSpotlight .as-headshot img {
    max-width: 150px;
    max-height: 220px;
  }
}
@media (max-width: 768px) {
  #adoptionSpotlight .as-headshot img {
    max-width: 150px;
  }
}
@media (max-width: 576px) {
  #adoptionSpotlight .as-headshot img {
    max-width: 150px;
    margin-top: 15px;
  }
}
#adoptionSpotlight .col-sm-5, #adoptionSpotlight .col-sm-7 {
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  #adoptionSpotlight .col-sm-5, #adoptionSpotlight .col-sm-7 {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  #adoptionSpotlight .col-sm-5, #adoptionSpotlight .col-sm-7 {
    padding-bottom: 25px;
  }
}
@media (max-width: 576px) {
  #adoptionSpotlight .col-sm-5, #adoptionSpotlight .col-sm-7 {
    padding: 0 15px;
    text-align: center;
  }
}
#adoptionSpotlight h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 0.7;
}
@media (max-width: 992px) {
  #adoptionSpotlight h2 {
    font-size: 1.9em;
  }
}
@media (max-width: 576px) {
  #adoptionSpotlight h2 {
    font-size: 1.5em;
    display: inline-block;
  }
}
#adoptionSpotlight h3 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
}
#adoptionSpotlight h3 span {
  font-size: inherit;
}
#adoptionSpotlight h3 span i {
  font-size: 0.8em;
}
@media (max-width: 992px) {
  #adoptionSpotlight h3 {
    font-size: 1.9em;
  }
}
@media (max-width: 576px) {
  #adoptionSpotlight h3 {
    font-size: 1.5em;
    display: inline-block;
  }
}
#adoptionSpotlight p {
  color: #535155;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
@media (max-width: 992px) {
  #adoptionSpotlight p {
    font-size: 1.1em;
    margin-bottom: 0.3em;
  }
}
@media (max-width: 768px) {
  #adoptionSpotlight p {
    text-shadow: 0 0 40px white;
  }
}
@media (max-width: 576px) {
  #adoptionSpotlight p {
    font-size: 1em;
    margin-bottom: 0.25em;
    color: #202f4e;
  }
}
#adoptionSpotlight a {
  color: #00549d;
  text-decoration: none;
}
#adoptionSpotlight a:hover {
  color: #176dad;
}
#adoptionSpotlight a .button {
  color: white;
  background: #e53e48;
  font-weight: 500;
  padding: 5px 10px;
  display: inline-block;
  font-size: 1.1em;
  border: 1.5pt solid #e53e48;
}
@media (max-width: 992px) {
  #adoptionSpotlight a .button {
    font-size: 0.9em;
  }
}
@media (max-width: 576px) {
  #adoptionSpotlight a .button {
    font-size: 0.8em;
    margin-bottom: 0.5em;
    padding: 3px 8px;
  }
}
#adoptionSpotlight a .button i {
  font-size: 0.6em;
}
#adoptionSpotlight a .button:hover {
  background: white;
  color: #e53e48;
}

#resources {
  background: #ededed;
  margin: 50px 0;
  padding: 50px 0;
}
#resources article.col-lg-4:nth-child(1) {
  padding-left: 0;
  padding-right: 40px;
}
#resources article.col-lg-4:nth-child(1) div.bknd {
  background: white;
  height: 100%;
}
#resources article.col-lg-4:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
}
#resources article.col-lg-4:nth-child(2) div.bknd {
  background: white;
  height: 100%;
}
#resources article.col-lg-4:nth-child(2) .column-header:only-child {
  padding-bottom: 0;
}
#resources article.col-lg-4:nth-child(2) .column-header:only-child::after {
  content: "There are no upcoming events at this time. Check back later for more details.";
  padding: 1.5em 1em;
  margin-top: 1.5em;
  display: block;
  background: white;
  color: grey;
  width: 100%;
}
#resources article.col-lg-4:nth-child(3) {
  padding-right: 0;
  padding-left: 40px;
}
#resources article.col-lg-4:nth-child(3) div.col-background {
  background-image: url("../img/services-bknd.png");
  background-size: cover;
  height: 100%;
}
@media (max-width: 992px) {
  #resources article.col-lg-4 {
    padding: 0 !important;
    margin: 10px;
  }
}
#resources .column-header {
  background: #00549d;
  color: white;
  padding: 25px 0;
}
#resources .column-header h4 {
  font-size: 1.2em;
  padding-left: 15px;
  margin: 0;
}
@media (max-width: 1200px) {
  #resources .column-header h4 {
    font-size: 1em;
  }
}
#resources .column-header a {
  color: white;
  border: 1pt solid white;
  padding: 0.2em 0.5em;
  font-weight: 400;
  font-size: 0.9em;
  margin: 0 15px;
  text-decoration: none;
}
#resources .column-header a:hover {
  background-color: white;
  color: #00549d;
}
#resources .column-body {
  background: white;
  color: black;
  padding: 9px 15px;
}
#resources .column-body a {
  text-decoration: none;
}
#resources .column-body a:hover p {
  text-decoration: none;
  color: #176dad;
}
#resources article.latest-news-item {
  padding: 15px;
}
#resources article.latest-news-item .date {
  font-size: 0.8em;
  font-weight: 500;
  color: #00549d;
  margin-bottom: 0.25em;
  line-height: 1.3;
}
#resources article.latest-news-item .title {
  font-size: 1em;
  font-weight: 300;
  color: black;
  margin-bottom: 0.1em;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  #resources article.latest-news-item .title {
    font-size: 0.95em;
  }
}
@media (max-width: 992px) {
  #resources article.latest-news-item .title {
    font-size: 1em;
  }
}
#resources .upcoming-event-item:first-of-type {
  padding-top: 24px !important;
}
#resources article.upcoming-event-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#resources article.upcoming-event-item.row, #resources article.upcoming-event-item .row {
  padding: 8px 0;
  margin: 0;
}
@media (max-width: 992px) {
  #resources article.upcoming-event-item {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1200px) {
  #resources article.upcoming-event-item .col-4 {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  #resources article.upcoming-event-item .col-4 {
    padding-right: 65px;
    padding-left: 65px;
  }
}
@media (max-width: 768px) {
  #resources article.upcoming-event-item .col-4 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  #resources article.upcoming-event-item .col-4 {
    padding-right: 5%;
    padding-left: 5%;
  }
}
#resources article.upcoming-event-item .col-8 {
  padding-left: 0;
}
#resources article.upcoming-event-item .date-box {
  background: #00549d;
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.52);
}
@media (max-width: 1200px) {
  #resources article.upcoming-event-item .date-box {
    padding: 5px 0;
  }
}
#resources article.upcoming-event-item .date-box .month p {
  font-size: 1.5em;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1.1pt dashed white;
}
@media (max-width: 1200px) {
  #resources article.upcoming-event-item .date-box .month p {
    font-size: 1.3em;
  }
}
@media (max-width: 992px) {
  #resources article.upcoming-event-item .date-box .month p {
    font-size: 1.4em;
    padding-bottom: 5px;
  }
}
@media (max-width: 412px) {
  #resources article.upcoming-event-item .date-box .month p {
    font-size: 1.2em;
    padding-bottom: 2px;
  }
}
@media (max-width: 400px) {
  #resources article.upcoming-event-item .date-box .month p {
    font-size: 1em;
    padding-bottom: 0;
  }
}
#resources article.upcoming-event-item .date-box .day p {
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  #resources article.upcoming-event-item .date-box .day p {
    padding-top: 2px;
    font-size: 2em;
  }
}
@media (max-width: 992px) {
  #resources article.upcoming-event-item .date-box .day p {
    font-size: 3em;
    padding-top: 5px;
  }
}
@media (max-width: 420px) {
  #resources article.upcoming-event-item .date-box .day p {
    font-size: 2.3em;
    padding-top: 3px;
  }
}
@media (max-width: 400px) {
  #resources article.upcoming-event-item .date-box .day p {
    font-size: 1.75em;
  }
}
#resources article.upcoming-event-item .date-time {
  font-size: 0.8em;
  color: #00549d;
  margin-bottom: 0.25em;
  line-height: 1.3;
}
#resources article.upcoming-event-item .title {
  font-size: 1em;
  font-weight: 300;
  color: black;
  margin-bottom: 0.1em;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  #resources article.upcoming-event-item .title {
    font-size: 0.95em;
  }
}
@media (max-width: 992px) {
  #resources article.upcoming-event-item .title {
    font-size: 1em;
  }
}
#resources article.info-section {
  padding: 25px;
  heigth: 49.5%;
  color: white;
}
#resources article.info-section:nth-child(1) {
  border-bottom: 2pt dashed white;
}
#resources article.info-section h4 {
  font-weight: 300;
  font-size: 1.4em;
  margin-bottom: 0.3em;
}
#resources article.info-section p {
  color: white;
  line-height: 1.2;
  font-weight: 300;
  font-size: 0.9;
}
#resources article.info-section a {
  color: white;
  display: block;
  width: 100%;
  border: 1pt solid white;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 300;
  font-size: 1.3em;
  padding: 0.2em 0;
  text-decoration: none;
}
#resources article.info-section a:hover {
  background-color: white;
  color: #00549d;
}

#stats {
  margin-bottom: 50px;
}
#stats .container {
  background-color: #6cb33f;
  color: white;
  padding-bottom: 50px;
}
#stats .sunken-header {
  background-color: white;
  padding-top: 15px;
  border: 1px solid #6cb33f;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
#stats .sunken-header h2 {
  color: #00549d;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 0.8;
}
#stats .sunken-header p {
  color: #6cb33f;
  font-size: 1em;
  font-weight: 300;
  font-style: italic;
}
#stats .col-md-3 h3 {
  font-size: 1.4em;
}
#stats .col-md-3 h3::after {
  content: "";
  border-bottom: 1.2pt dashed #00549d;
  display: block;
  margin: 10px auto;
  width: 40px;
  font-weight: 400;
  line-height: 1;
}
#stats .col-md-3 h4 {
  font-weight: 300;
  font-size: 1.6em;
}
#stats .col-md-3 p {
  font-weight: 300;
  font-style: italic;
}

#connect {
  margin-bottom: -50px;
  padding-top: 30px;
  color: #535155;
}
#connect .row:nth-child(3) {
  margin-top: 40px;
}
#connect .container.social-feed {
  background-color: #ffffff;
  max-width: none;
  margin-top: 40px;
}
#connect .container.social-feed .row {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  #connect .container.social-feed .row {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #connect .container.social-feed .row {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #connect .container.social-feed .row {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #connect .container.social-feed .row {
    max-width: 1140px;
  }
}
@media (max-width: 768px) {
  #connect .container.social-feed .row .juicer-feed .j-stacker &gt; * {
    display: block !important;
    width: 100% !important;
  }
}
#connect div.col-12 {
  margin-bottom: 40px;
  border-bottom: 1.5pt dashed #ffc33a;
}
#connect h2 {
  color: #ffc33a;
  background-color: white;
  font-weight: 300;
  padding: 0 0.75em;
  -webkit-transform: translateY(0.75em);
  transform: translateY(0.75em);
  display: inline-block;
}
#connect .iframe-box img {
  width: 300%;
}
#connect .icon {
  text-align: center;
  -webkit-transform: translateY(1.6em);
  transform: translateY(1.6em);
}
#connect .icon i {
  margin: 0 auto;
  padding-top: 0.45em;
  color: #ffc33a;
  background: white;
  font-size: 1.6em;
  min-height: 2em;
  min-width: 2em;
  border: 1.5pt solid #ffc33a;
  border-radius: 50%;
}
#connect article.col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#connect article.col-lg-4:nth-child(1) {
  padding-left: 0;
  padding-right: 40px;
}
#connect article.col-lg-4:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
}
#connect article.col-lg-4:nth-child(3) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  #connect article.col-lg-4:nth-child(1), #connect article.col-lg-4:nth-child(2), #connect article.col-lg-4:nth-child(3) {
    padding: 25px 0;
  }
}
#connect .column-body {
  background-color: #ffc33a;
  flex-grow: 1;
  font-size: 0.9em;
}
#connect .column-body .author {
  font-weight: 700;
}
#connect .column-body p.content {
  padding: 45px 30px 10px;
  line-height: 1.4;
}
#connect .column-body p.content a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  transition: 0.2s;
  display: block;
  cursor: pointer;
}
#connect .column-body p.content a:hover {
  color: white;
}
#connect .column-body p.content a img {
  display: block;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  max-width: 400px;
  background-color: #535155;
}
@media (max-width: 992px) {
  #connect .column-body p.content a img {
    height: auto !important;
  }
}

#contents.container &gt; .row:first-child {
  padding: 2rem 0 0.5rem;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  #contents.container &gt; .row:first-child {
    margin: 0;
  }
}
#contents.container &gt; .row:first-child + .row {
  margin-right: -30px;
}
@media (max-width: 992px) {
  #contents.container &gt; .row:first-child + .row {
    margin-right: -15px;
  }
}
#contents #atftbx p {
  display: none !important;
}
#contents #breadcrumbs {
  overflow-y: hidden;
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-bottom: 10px;
}
#contents #breadcrumbs a, #contents #breadcrumbs span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffc33a;
  color: #535155;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 40px;
  padding-left: 10px;
  z-index: 3;
}
@media (hover: hover) {
  #contents #breadcrumbs a:hover, #contents #breadcrumbs span:hover {
    color: white;
  }
}
#contents #breadcrumbs a::after, #contents #breadcrumbs span::after {
  content: "";
  top: 4px;
  right: 10px;
  position: absolute;
  background-color: #ffc33a;
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1.1pt dashed white;
  border-top: 1.1pt dashed white;
  z-index: -1;
}
#contents #breadcrumbs a:first-child, #contents #breadcrumbs span:first-child {
  padding-left: 20px;
}
#contents #breadcrumbs a:last-child, #contents #breadcrumbs span:last-child {
  padding-right: 10px;
  margin-right: 40px;
}
#contents #breadcrumbs a:last-child::after, #contents #breadcrumbs span:last-child::after {
  right: -12px;
  border: none;
}
@media screen and (max-width: 523px) {
  #contents #breadcrumbs a, #contents #breadcrumbs span {
    padding-right: 20px;
    padding-left: 2px;
  }
  #contents #breadcrumbs a:first-child, #contents #breadcrumbs span:first-child {
    padding-left: 10px;
  }
  #contents #breadcrumbs a:last-child, #contents #breadcrumbs span:last-child {
    padding-right: 0px;
    margin-right: 19px;
  }
}
#contents #breadcrumbs span:hover {
  color: #535155;
}
#contents .addThis &gt; .addthis_inline_share_toolbox a {
  padding: 0;
  margin-bottom: 9px;
}
#contents #addTo {
  margin-bottom: 10px;
}
#contents #addTo a {
  transition: transform 0.3s ease;
  display: inline-block;
}
#contents #addTo a &gt; span {
  background-color: #ffc33a !important;
  border-radius: 0;
}
#contents #addTo a:hover {
  transform: translate3d(0, -5px, 0);
}
#contents aside {
  padding-right: 30px;
}
@media screen and (max-width: 992px) {
  #contents aside {
    display: none;
  }
}
#contents aside .nav-header {
  background-color: #00549d;
  border-bottom: 6pt solid #054472;
  color: white;
}
#contents aside .nav-header h3 {
  font-size: 1.4em;
  margin: 0.25em 0;
}
#contents aside ul {
  background-color: #6cb33f;
  margin: 0;
  padding: 0.25em 0.5em;
  text-align: center;
}
#contents aside ul li {
  list-style: none;
  margin: 0;
}
#contents aside ul li &gt; a {
  display: block;
  padding: 0.25em 0;
  margin: 0.25em 0;
  border-bottom: 1pt dashed rgba(255, 255, 255, 0.52);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: white;
}
#contents aside ul li &gt; a::after {
  content: "\f105";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  margin-left: 5px;
  overflow: hidden;
  color: white;
  font: 1.2em "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
}
@media (hover: hover) {
  #contents aside ul li &gt; a:hover {
    text-indent: -10px;
  }
  #contents aside ul li &gt; a:hover::after {
    opacity: 1;
  }
}
#contents aside ul li &gt; a:only-child::after {
  content: none;
}
#contents aside ul li .sub-group {
  margin: 0 -6px;
  background-color: white;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
#contents aside ul li .sub-group a {
  color: #202f4e;
  font-size: 0.8em;
  letter-spacing: -2;
  font-weight: 300;
  display: block;
  padding: 0.25em 0;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#contents aside ul li .sub-group a::after {
  content: "\f105";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  margin-left: 5px;
  overflow: hidden;
  color: green;
  font: 1em "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
}
@media (hover: hover) {
  #contents aside ul li .sub-group a:hover {
    text-indent: -10px;
  }
  #contents aside ul li .sub-group a:hover::after {
    opacity: 1;
  }
}
#contents aside ul li.open &gt; a {
  text-indent: -10px;
}
#contents aside ul li.open &gt; a::after {
  content: "\f107";
  opacity: 1;
}
#contents aside ul li.open &gt; a:only-child::after {
  content: none;
}
#contents aside ul li.open .sub-group {
  max-height: 700px;
  padding: 0.25em 0;
}
#contents aside ul li:last-child a {
  border-bottom: none;
}
#contents #title-section, #contents #filters {
  width: 100%;
}
#contents #title-section h2, #contents #filters h2 {
  margin: 0;
  padding: 0.2em 0 0.4em;
  color: #7a797c;
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 2pt solid #7a797c;
  font-weight: 500;
}
#contents #title-section h1, #contents #filters h1 {
  color: #202f4e;
  font-size: 2.3em;
  font-weight: 300;
  margin: 0.25em 0 0.4em;
}
#contents #title-section::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
}
#contents main #tinymce ul, #tinymce #contents main ul, #contents main ul.secondary-list, #contents main ul:not([class]) ul:not([class]), #contents main ul.primary-list, #contents main ul:not([class]), #contents .main #tinymce ul, #tinymce #contents .main ul, #contents .main ul.secondary-list, #contents .main ul:not([class]) ul:not([class]), #contents .main ul.primary-list, #contents .main ul:not([class]) {
  margin: 0.5rem 0;
  padding: 0;
  list-style: none;
}
#contents main #tinymce ul li, #tinymce #contents main ul li, #contents main ul.secondary-list li, #contents main ul:not([class]) ul:not([class]) li, #contents main ul.primary-list li, #contents main ul:not([class]) li, #contents .main #tinymce ul li, #tinymce #contents .main ul li, #contents .main ul.secondary-list li, #contents .main ul:not([class]) ul:not([class]) li, #contents .main ul.primary-list li, #contents .main ul:not([class]) li {
  font-size: 0.95rem;
  color: #7a797c;
  margin-left: 15px;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}
#contents main #tinymce ul li &gt; p, #tinymce #contents main ul li &gt; p, #contents main ul.secondary-list li &gt; p, #contents main ul:not([class]) ul:not([class]) li &gt; p, #contents main ul.primary-list li &gt; p, #contents main ul:not([class]) li &gt; p, #contents .main #tinymce ul li &gt; p, #tinymce #contents .main ul li &gt; p, #contents .main ul.secondary-list li &gt; p, #contents .main ul.primary-list li &gt; p, #contents .main ul:not([class]) li &gt; p {
  display: inline;
}
#contents main ul.primary-list &gt; li, #contents main ul:not([class]) &gt; li, #contents .main ul.primary-list &gt; li, #contents .main ul:not([class]) &gt; li {
  margin-left: 20px;
}
#contents main ul.primary-list &gt; li::before, #contents main ul:not([class]) &gt; li::before, #contents .main ul.primary-list &gt; li::before, #contents .main ul:not([class]) &gt; li::before {
  content: "\f105    ";
  font-size: 1.4rem;
  margin: 0 5px 0 -21px;
  display: inline;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  color: #ffc33a;
}
#contents main ul.secondary-list, #contents main ul:not([class]) ul:not([class]), #contents .main ul.secondary-list, #contents .main ul:not([class]) ul:not([class]) {
  list-style: disc;
  font-weight: 300;
  margin-left: 15px;
}
#contents main ul.secondary-list li::before, #contents main ul:not([class]) ul:not([class]) li::before, #contents .main ul.secondary-list li::before, #contents .main ul:not([class]) ul:not([class]) li::before {
  display: none;
}
#contents main ul.secondary-list li, #contents main ul:not([class]) ul:not([class]) li, #contents .main ul.secondary-list li, #contents .main ul:not([class]) ul:not([class]) li {
  line-height: 1.4;
}
#contents main ul.secondary-list ul, #contents main ul:not([class]) ul:not([class]) ul, #contents .main ul.secondary-list ul, #contents .main ul:not([class]) ul:not([class]) ul {
  list-style: square;
}
#contents main &gt; table, #contents .main &gt; table {
  width: 100% !important;
}
#contents main &gt; *:last-child, #contents .main &gt; *:last-child {
  margin-bottom: 30px;
}
#contents main table:not(.table), #contents .main table:not(.table) {
  border: none !important;
}
#contents main table:not(.table) tr, #contents .main table:not(.table) tr {
  border: none !important;
}
#contents main table:not(.table) tr th, #contents main table:not(.table) tr td, #contents main table:not(.table) tr img, #contents .main table:not(.table) tr th, #contents .main table:not(.table) tr td, #contents .main table:not(.table) tr img {
  border: none !important;
}
#contents main table:not(.table) table, #contents .main table:not(.table) table {
  width: 100% !important;
}
#contents main .table-builder-wrapper table:not(.table) tr td, #contents main .table table:not(.table) tr td, #contents .main .table-builder-wrapper table:not(.table) tr td, #contents .main .table table:not(.table) tr td {
  border: 1px solid #b5b3b7 !important;
}
#contents .sort-table-container {
  width: 100%;
  padding: 0 15px;
}
#contents .sort-table-container form label {
  font-weight: 900;
}
#contents .sort-table-container tbody &gt; tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.015);
}
#contents .sortable {
  color: #6cb33f;
  line-height: 1;
}
#contents .sortable::after {
  font-family: Font Awesome\ 5 Free;
  display: inline;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-left: 5px;
  content: "\f0dc";
  opacity: 0.5;
}
#contents .sortable.desc::after {
  content: "\f0d8";
  opacity: 1;
}
#contents .sortable.asc::after {
  content: "\f0d7";
  opacity: 1;
}

#tinymce ul &gt; li {
  margin-left: 20px;
}

#contents main, #contents .main, #tinymce {
  color: #7a797c;
  overflow: auto;
}
#contents main h1, #contents .main h1, #tinymce h1, #contents main .page_title, #contents .main .page_title, #tinymce .page_title {
  color: #202f4e;
  font-size: 2.3em;
  font-weight: 300;
  margin: 0.25em 0 0.4em;
}
#contents main h2, #contents .main h2, #tinymce h2, #contents main .header, #contents .main .header, #tinymce .header, #contents main .wysHeader, #contents .main .wysHeader, #tinymce .wysHeader, #contents main .content_heading_1, #contents .main .content_heading_1, #tinymce .content_heading_1 {
  color: #202f4e;
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: 300;
  display: block;
  margin: 0.5rem 0 0.25rem;
}
#contents main h3, #contents .main h3, #tinymce h3, #contents main .subHeader, #contents .main .subHeader, #tinymce .subHeader, #contents main .wysSubHeader, #contents .main .wysSubHeader, #tinymce .wysSubHeader, #contents main .content_heading_2, #contents .main .content_heading_2, #tinymce .content_heading_2 {
  color: #6cb33f;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0.5rem 0 0.25rem;
  display: block;
}
#contents main h3 &gt; strong, #contents .main h3 &gt; strong, #tinymce h3 &gt; strong, #contents main .subHeader &gt; strong, #contents .main .subHeader &gt; strong, #tinymce .subHeader &gt; strong, #contents main .wysSubHeader &gt; strong, #contents .main .wysSubHeader &gt; strong, #tinymce .wysSubHeader &gt; strong, #contents main .content_heading_2 &gt; strong, #contents .main .content_heading_2 &gt; strong, #tinymce .content_heading_2 &gt; strong {
  color: inherit;
}
#contents main h4, #contents .main h4, #tinymce h4, #contents main .tertHeader, #contents .main .tertHeader, #tinymce .tertHeader, #contents main .wysTertHeader, #contents .main .wysTertHeader, #tinymce .wysTertHeader, #contents main .content_heading_3, #contents .main .content_heading_3, #tinymce .content_heading_3 {
  color: #00549d;
  font-size: 1.3;
  font-weight: 700;
  margin: 0.5rem 0 0.25rem;
  display: block;
}
#contents main h4 &gt; strong, #contents .main h4 &gt; strong, #tinymce h4 &gt; strong, #contents main .tertHeader &gt; strong, #contents .main .tertHeader &gt; strong, #tinymce .tertHeader &gt; strong, #contents main .wysTertHeader &gt; strong, #contents .main .wysTertHeader &gt; strong, #tinymce .wysTertHeader &gt; strong, #contents main .content_heading_3 &gt; strong, #contents .main .content_heading_3 &gt; strong, #tinymce .content_heading_3 &gt; strong {
  color: inherit;
}
#contents main h5, #contents .main h5, #tinymce h5, #contents main .content_heading_4, #contents .main .content_heading_4, #tinymce .content_heading_4 {
  color: #00549d;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0.25rem 0;
}
#contents main h6, #contents .main h6, #tinymce h6, #contents main strong, #contents .main strong, #tinymce strong, #contents main .content_heading_5, #contents .main .content_heading_5, #tinymce .content_heading_5 {
  color: #7a797c;
  font-size: 1rem;
  font-weight: 700;
  margin: 0.25rem 0;
}
#contents main &gt; p, #contents .main &gt; p, #tinymce &gt; p, #contents main &gt; div, #contents .main &gt; div, #tinymce &gt; div {
  color: #7a797c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
#contents main &gt; p &gt; a, #contents .main &gt; p &gt; a, #tinymce &gt; p &gt; a, #contents main &gt; div &gt; a, #contents .main &gt; div &gt; a, #tinymce &gt; div &gt; a {
  color: #e53e48;
  font-weight: 500;
}
@media (hover: hover) {
  #contents main &gt; p &gt; a:hover, #contents .main &gt; p &gt; a:hover, #tinymce &gt; p &gt; a:hover, #contents main &gt; div &gt; a:hover, #contents .main &gt; div &gt; a:hover, #tinymce &gt; div &gt; a:hover {
    color: #176dad;
  }
}
#contents main &gt; a, #contents .main &gt; a, #tinymce &gt; a {
  color: #e53e48;
  font-weight: 500;
  text-decoration: none;
}
@media (hover: hover) {
  #contents main &gt; a:hover, #contents .main &gt; a:hover, #tinymce &gt; a:hover {
    text-decoration: none;
    color: #176dad;
  }
}
#contents main a, #contents .main a, #tinymce a {
  text-decoration: none !important;
}
#contents main .intro, #contents .main .intro, #tinymce .intro, #contents main .intro_text, #contents .main .intro_text, #tinymce .intro_text {
  color: #00549d;
  font-size: 1.25rem;
}
#contents main .button-special, #contents .main .button-special, #tinymce .button-special {
  font-size: 16px;
}
#contents main .button-special a, #contents .main .button-special a, #tinymce .button-special a {
  border-color: #ffc33a;
  background-color: #ffc33a;
  color: white;
  display: block;
}
#contents main .button-special a:hover, #contents .main .button-special a:hover, #tinymce .button-special a:hover {
  color: #ffc33a;
  background-color: #fff;
}

#article-list article {
  margin: 15px 0;
}
#article-list article div.img-wrapper {
  min-height: 10px;
}
#article-list article a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
  color: #00549d;
  border: 1.5pt solid #00549d;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  padding: 15px 15px 10px;
  text-decoration: none;
  text-align: left;
  height: 100%;
}
#article-list article a::after {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  padding-top: 0.2em;
  font-size: 1.3em;
  width: 2em;
  height: 2em;
  text-align: center;
  color: white;
  background-color: #00549d;
  border: 1.5pt solid #00549d;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#article-list article a:hover {
  background-color: #00549d;
  color: white;
}
#article-list article a:hover::after {
  color: #00549d;
  background-color: white;
}
#article-list article a:hover h3, #article-list article a:hover .date, #article-list article a:hover .summary {
  color: white;
  border-color: white;
}
#article-list article a h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  color: inherit;
  border-bottom: 1pt dashed #00549d;
  padding-bottom: 0.3em;
  width: 100%;
  z-index: 2;
}
#article-list article a .date {
  font-size: 1.1em;
  z-index: 2;
  font-weight: 300;
}
#article-list article a .summary {
  line-height: 1.2;
  z-index: 2;
  color: #7a797c;
}
#article-list article a img {
  width: 100%;
  border: 1.5pt solid #00549d;
  margin-bottom: 1em;
}

#filters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#filters h1 {
  font-family: "Roboto", sans-serif;
}
#filters div {
  position: relative;
  background: #6cb33f;
  margin-left: 1em;
  display: inline-block;
}
#filters div &gt; a {
  color: white;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#filters div ul {
  width: 100%;
  background-color: white;
  border: none;
  -webkit-box-shadow: -2px 6px 16px -3px rgba(0, 0, 0, 0.35);
  box-shadow: -2px 6px 16px -3px rgba(0, 0, 0, 0.35);
  padding: 0.25em 0.5em;
  text-align: center;
  transform: none !important;
  max-height: 400px;
  overflow: auto;
}
#filters div ul li {
  border-bottom: 1pt dashed #6cb33f;
}
#filters div ul li:last-child {
  border: none;
}
#filters div ul li a {
  color: #6cb33f;
  padding: 0.5em 0;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
#filters div ul li a:hover {
  color: #1f510f;
}
@media screen and (max-width: 576px) {
  #filters {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  #filters div {
    margin: 0.5em;
  }
}

#news-detail header h1 {
  color: #00549d !important;
  font-size: 2.5em;
  margin: 0.25em 0;
  padding-bottom: 0.3em;
  line-height: 1.2em;
  border-bottom: 1.5pt dashed #00549d;
}
#news-detail header h2 {
  margin: 0;
  color: #6cb33f;
  font-size: 1.8em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#news-detail header div.details {
  width: 100%;
  margin: 0.8em 0;
}
#news-detail header div.details p {
  font-size: 1.2em;
  color: #00549d;
  font-weight: 300;
}
#news-detail header div.details .byline {
  display: inline;
}
#news-detail header div.details .article-date {
  display: inline;
}
#news-detail header div.details .article-date:before {
  content: "| ";
}
#news-detail figure.article-img {
  width: 100%;
  border-bottom: 1pt dashed #7a797c;
  margin: 0 0 15px;
}
#news-detail figure.article-img img {
  width: 100%;
  height: auto;
}
#news-detail p a {
  text-decoration: none;
}
#related-items &gt; div &gt; div:first-child {
  margin-bottom: 40px;
  border-bottom: 1.5pt dashed #ffc33a;
  text-align: center;
}
#related-items &gt; div &gt; div:first-child h3 {
  color: #ffc33a;
  background-color: white;
  font-weight: 300;
  padding: 0 0.75em;
  transform: translateY(0.75em);
  display: inline-block;
}
#related-items div.col-md-4 {
  padding-bottom: 2em;
}
#related-items div.col-md-4 .space {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #6cb33f;
  border: 1.5pt solid #6cb33f;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  z-index: 0;
}
#related-items div.col-md-4 .space::before {
  transition: background-color 0.3s, color 0.3s, height 0.3s, top 0.3s;
  content: "";
  position: absolute;
  top: -2%;
  left: 50%;
  height: 106%;
  width: 80%;
  background-color: white;
  transform: translate(-50%, 0%);
  z-index: -2;
}
#related-items div.col-md-4 .space:hover {
  background-color: #6cb33f;
  color: white;
}
#related-items div.col-md-4 .space:hover::before {
  top: 0;
  height: 100%;
  background-color: #6cb33f;
}
#related-items div.col-md-4 .space i {
  padding-top: 10px;
  font-size: 40px;
  color: inherit;
  z-index: 2;
}
#related-items div.col-md-4 .space h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 115%;
  color: inherit;
  text-align: center;
  margin: 5px 20px;
  max-width: 100%;
  padding: 0 10px;
}
#related-items .space {
  height: 100%;
}
#related-items .file-type {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

#pagination {
  margin-top: 3em;
  margin-bottom: 2em;
}
#pagination .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#pagination .page-item a {
  border-color: #00549d;
  color: #00549d;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#pagination .page-item a:hover {
  color: #00549d;
}
#pagination .page-item.active a {
  color: white;
  background-color: #00549d;
}

#news-archive div.col-12 {
  display: none;
}
#news-archive div.col-12.open {
  display: block;
}
#news-archive article {
  margin: 15px 0;
}
#news-archive h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  color: #6cb33f;
  font-weight: 700;
  margin: 0;
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
#news-archive h3::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  font-size: 1.5em;
  display: block;
  text-align: right;
  color: #6cb33f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news-archive h3:hover {
  background-color: #ededed;
  cursor: pointer;
}
#news-archive h3:hover::after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#news-archive h3.open::after {
  content: "\f107";
}
#news-archive a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: right;
  color: #535155;
  border: 1.5pt solid #535155;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  text-align: left;
  height: 100%;
}
#news-archive a::after {
  content: "\f187";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  padding-top: 0.2em;
  font-size: 1.3em;
  width: 2em;
  height: 2em;
  text-align: center;
  color: white;
  background-color: #7a797c;
  border: 1.5pt solid #7a797c;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news-archive a h4 {
  color: #7a797c;
  font-size: 1.3em;
}
#news-archive a .date {
  color: #00549d;
  font-size: 300;
  margin: 0.25em 0;
}
#news-archive a:hover {
  background-color: #6cb33f;
  border-color: #6cb33f;
  color: white;
}
#news-archive a:hover::after {
  color: #6cb33f;
  background-color: white;
  border-color: #6cb33f;
}
#news-archive a:hover h4, #news-archive a:hover .date, #news-archive a:hover .summary {
  color: white;
  border-color: white;
}

.customer-service {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0.25em 0 0.4em;
  width: 100%;
}
.customer-service h1 {
  color: #202f4e;
  font-size: 2.3em;
  font-weight: 300;
  margin: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .customer-service h1 {
    width: 100%;
  }
}
.customer-service p {
  display: block;
  color: #7a797c;
  font-size: 0.9em !important;
  font-style: italic;
  margin: 0;
  align-self: flex-end;
}
.customer-service a {
  color: #00549d;
  font-style: normal;
  text-decoration: none;
  transition: 0.2s;
}

#directorySearch {
  margin: 1.5em 0;
  padding: 1em 1em 0;
  background-color: #6cb33f;
}
#directorySearch fieldset {
  transition: 0.4s;
  overflow: hidden;
}
#directorySearch fieldset &gt; label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  font-size: 1em;
  font-weight: 400;
  color: White;
}
#directorySearch fieldsetfirst-of-type &gt; label::after {
  display: none;
}
#directorySearch fieldset .location {
  margin: 0em;
  padding: 0 0 1em;
}
#directorySearch fieldset .location input {
  width: 100%;
  border: none;
  border-bottom: 2pt solid #94ce6e;
  color: white;
  background-color: #6cb33f;
  font-weight: 300;
}
#directorySearch fieldset .location input:focus {
  border-color: white;
  outline: none;
}
#directorySearch fieldset .location input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(83, 81, 85, 0.23);
}
#directorySearch fieldset .location input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(83, 81, 85, 0.23);
}
#directorySearch fieldset .location input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(83, 81, 85, 0.23);
}
#directorySearch fieldset .location input:-moz-placeholder { /* Firefox 18- */
  color: rgba(83, 81, 85, 0.23);
}
#directorySearch fieldset .location button#parishTrigger {
  border: 1.5pt solid #6cb33f;
  color: green;
  display: flex;
  min-width: 200px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#directorySearch fieldset .location button#parishTrigger::after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  color: #6cb33f;
  font-size: 1.2em;
}
#directorySearch fieldset .location select {
  width: 100%;
  border-color: #94ce6e;
  background: #6cb33f;
  font-family: "Roboto", sans-serif;
  color: white;
  border-radius: 0;
}
#directorySearch fieldset .location select:focus {
  outline-color: #ededed;
}
#directorySearch fieldset .location label {
  margin: 0.75em 0 0;
  color: white;
  font-weight: 300;
  font-size: 0.9em;
}
@media screen and (min-width: 769px) {
  #directorySearch fieldset .location label {
    margin-top: 0;
  }
}
#directorySearch .filter-drop {
  padding: 0 30px 0.5em;
}
#directorySearch .filter-drop button {
  border: 1pt solid white;
  width: 100%;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  background-color: #6cb33f;
  color: white;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}
#directorySearch .filter-drop button i {
  margin-right: 0.5em;
}
@media screen and (hover: hover) {
  #directorySearch .filter-drop button:hover {
    color: #6cb33f;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
#directorySearch .filter-drop.open + #dFilters {
  max-height: var(--content-height);
}
#directorySearch .filter-drop.open button {
  color: white;
  border-color: white;
}
#directorySearch #dFilters {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
#directorySearch .submit {
  margin: 1em 0 2em;
  text-align: center;
  color: #6cb33f;
}
#directorySearch .submit input {
  background: #94ce6e;
  box-shadow: none;
  border: 1pt solid white;
  color: white;
  padding: 0.5em 1em;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (hover: hover) {
  #directorySearch .submit input:hover {
    background-color: white;
    color: green;
  }
}
#directorySearch #officeType, #directorySearch #amenities {
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: -0.25em;
}
#directorySearch #officeType div, #directorySearch #amenities div {
  flex: 1 1 auto;
  display: flex;
  margin: 0;
  align-items: center;
  color: green;
  padding: 0 0.25em;
}
#directorySearch #officeType div label, #directorySearch #amenities div label {
  color: white;
  padding: 0.3em 0.5em;
  margin: 0.25em 0;
  border: 1pt solid white;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #directorySearch #officeType div label, #directorySearch #amenities div label {
    font-size: 0.9em;
  }
}
#directorySearch #officeType div label::before, #directorySearch #amenities div label::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  color: inherit;
  margin-right: 0.6em;
  transition: 0.3s;
}
@media screen and (hover: hover) {
  #directorySearch #officeType div label:hover, #directorySearch #amenities div label:hover {
    color: white;
    background-color: #94ce6e;
  }
}
#directorySearch #officeType div input, #directorySearch #amenities div input {
  display: none;
}
#directorySearch #officeType div input:checked + label, #directorySearch #amenities div input:checked + label {
  color: #6cb33f;
  background-color: white;
}
@media screen and (hover: hover) {
  #directorySearch #officeType div input:checked + label:hover, #directorySearch #amenities div input:checked + label:hover {
    color: #6cb33f;
    background-color: #94ce6e;
  }
}
@media screen and (hover: hover) {
  #directorySearch #amenities div input:checked + label:hover::before {
    content: "\f00d" !important;
  }
}
#directorySearch #amenities div:first-of-type label::before {
  content: "\f245";
}
#directorySearch #amenities div:nth-child(2) label::before {
  content: "\f0c6";
}
#directorySearch #amenities div:nth-child(3) label::before {
  content: "\f14e";
}
#directorySearch #amenities div:nth-child(4) label::before {
  content: "\f129";
}
#directorySearch #amenities div:nth-child(5) label::before {
  content: "\f017";
}
#directorySearch #amenities div:nth-child(6) label::before {
  content: "\f095";
}
#directorySearch #amenities div:nth-child(7) label::before {
  content: "\f015";
}
#directorySearch #amenities div:nth-child(8) label::before {
  content: "\f007";
}
#directorySearch #amenities div:nth-child(9) label::before {
  content: "\f0c0";
}
#directorySearch #officeType div:last-of-type label {
  border: 1.5pt solid white;
  color: white;
}
#directorySearch #officeType div:last-of-type label::before {
  transition: 0.3s;
  content: "\f4c2";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  display: inline;
  margin-right: 0.5em;
  color: inherit;
}
@media screen and (hover: hover) {
  #directorySearch #officeType div:last-of-type label:hover {
    background-color: white;
    color: #6cb33f;
  }
}
#directorySearch #officeType div:last-of-type input:checked + label {
  background-color: white;
  color: #6cb33f;
}

#directoryResults .line-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 1em;
}
#directoryResults .line-wrapper h2 {
  display: inline-block;
  padding: 0 1em;
  font-size: 1.5em;
  font-weight: 400;
  color: #6cb33f;
  margin: 0 auto;
  text-align: center;
  background-color: white;
}
#directoryResults .line-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1.5pt dashed #6cb33f;
  position: absolute;
  top: 50%;
  z-index: -1;
}
#directoryResults &gt; div {
  padding-left: 0;
}
#directoryResults section {
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1.5pt dashed #00549d;
  border-bottom: 1.5pt dashed #00549d;
}
#directoryResults section &gt; div:nth-child(1) {
  padding-left: 15px;
  border-left: 4pt solid #6cb33f;
  margin-bottom: 1em;
}
#directoryResults section &gt; div:nth-child(1) p {
  color: #7a797c;
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 0.5em;
}
#directoryResults section &gt; div:nth-child(1) p a {
  color: #00549d;
  font-style: normal;
  text-decoration: none;
  transition: 0.2s;
}
#directoryResults section &gt; div:nth-child(1) p img {
  height: 1em;
  margin-left: 0.2em;
  display: inline;
}
#directoryResults section &gt; div:nth-child(2) {
  padding-left: 15px;
  border-left: 4pt solid #00549d;
  display: block;
}
#directoryResults section &gt; div:nth-child(2) p {
  color: #7a797c;
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 0.5em;
  width: 100%;
  display: block;
}
#directoryResults section &gt; div:nth-child(2) p a {
  display: inline;
  color: #00549d;
  font-style: normal;
  text-decoration: none;
  transition: 0.2s;
}
#directoryResults section &gt; div:nth-child(2) p a:hover::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  margin-left: 0.25em;
}
#directoryResults section &gt; div:nth-child(2) p i {
  font-size: 1em;
  margin-left: 0.5em;
  color: #00549d;
  display: inline;
}
#directoryResults h3 {
  font-size: 1.6em;
  color: #202f4e;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0.1em 0;
  display: flex;
}
#directoryResults a {
  color: #00549d;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s;
  margin: 0;
}
#directoryResults a:hover {
  color: #176dad;
}
#directoryResults article {
  border-left: 4pt solid #00549d;
  margin: 0.75em 0;
  padding: 0.25em 1em;
}
#directoryResults article p {
  color: #00549d;
  font-size: 0.8em;
  font-style: italic;
  margin: 0;
  display: flex;
  align-items: center;
}
#directoryResults article p::after {
  content: "\f1ad";
  font-size: 1.2em;
  font-style: normal;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  margin: 0 7px;
}
#directoryResults article.cp-bronze p::after, #directoryResults article.cp-silver p::after, #directoryResults article.cp-gold p::after {
  content: " ";
  margin-right: 0;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
#directoryResults article.cp-gold {
  border-color: #6cb33f;
}
#directoryResults article.cp-gold p {
  color: #6cb33f;
}
#directoryResults article.cp-gold p::after {
  background-image: url("../img/cp-gold2.svg");
}
#directoryResults article.cp-silver {
  border-color: #6cb33f;
}
#directoryResults article.cp-silver p {
  color: #6cb33f;
}
#directoryResults article.cp-silver p::after {
  background-image: url("../img/cp-silver2.svg");
}
#directoryResults article.cp-bronze {
  border-color: #6cb33f;
}
#directoryResults article.cp-bronze p {
  color: #6cb33f;
}
#directoryResults article.cp-bronze p::after {
  background-image: url("../img/cp-bronze2.svg");
}
#directoryResults article.dp h3 {
  color: #00549d;
}
#directoryResults article.dp p {
  font-size: 1.1em;
  font-style: normal;
  color: #7a797c;
}
#directoryResults article.dp p span {
  font-weight: 600;
  color: #6cb33f;
  margin-right: 0.3em;
}
#directoryResults article.dp p::after {
  content: "";
}
#directoryResults article.modified-hours, #directoryResults article.closed {
  padding-bottom: 0;
  opacity: 0.8;
}
#directoryResults article.modified-hours::after, #directoryResults article.closed::after {
  content: "Modified Hours";
  line-height: 1px;
  color: white;
  background-color: #e53e48;
  font-style: italic;
  margin-top: 5px;
  padding: 10px;
  display: inline-block;
  border-radius: 4px;
}
#directoryResults article.closed::after {
  content: "Temporarily Closed" !important;
}
#directoryResults .amenList {
  margin: 0.25em 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #directoryResults .amenList {
    justify-content: flex-start;
  }
}
#directoryResults .amenList i {
  color: white;
  background-color: #6cb33f;
  font-size: 1em;
  margin: 0;
  width: 1.75em;
  height: 1.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.15em;
}
#directoryResults .amenList i::before {
  display: block;
}
#directoryResults .amenList i.fa-hands {
  background-color: #e53e48;
}

#directory {
  margin: 0 0 2em;
}
#directory div {
  margin: 0.5em 0;
}
#directory h3 {
  font-size: 1.3em;
  color: #00549d;
  font-weight: 600;
}
#directory p {
  color: #7a797c;
}
#directory .map {
  height: 100%;
  min-height: 400px;
}
#directory .map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
@media screen and (max-width: 992px) {
  #directory .map iframe {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #directory .map iframe {
    min-height: 250px;
  }
}
@media screen and (max-width: 576px) {
  #directory .map iframe {
    min-height: 200px;
  }
}
#directory .amenList {
  display: block;
  padding: 0;
}
#directory .amenList i {
  margin: 0.25em;
  display: flex;
  color: white;
  font-size: 1em;
  background-color: #6cb33f;
  width: 2em;
  height: 2em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #directory .amenList i {
    justify-content: flex-start;
  }
}
#directory .amenList li {
  display: flex;
  align-items: center;
  color: #6cb33f;
  margin: 0.25em 0;
}
#directory .amenList li::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  margin: 0 0.5em;
  font-size: 1em;
  color: inherit;
  width: 1.2em;
  display: flex;
  justify-content: center;
}
#directory .amenList li.apply_online::before {
  content: "\f245";
}
#directory .amenList li.apply_paper::before {
  content: "\f0c6";
}
#directory .amenList li.roving_worker::before {
  content: "\f14e";
}
#directory .amenList li.brochure_info::before {
  content: "\f129";
}
#directory .amenList li.special_hours::before {
  content: "\f017";
}
#directory .amenList li.office_equip::before {
  content: "\f095";
}
#directory .amenList li.special_pop::before {
  content: "\f015";
}
#directory .amenList li.application_assist::before, #directory .amenList li.application_assistance::before {
  content: "\f007";
}
#directory .address {
  margin: 0.25em 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  color: #7a797c;
  align-self: center;
}
#directory .cp-gold {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#directory .cp-gold::before {
  content: "";
  background-image: url("../img/cp-gold.svg");
  background-size: contain;
  width: 25px;
  height: 30px;
  display: inline;
  margin-right: 0.5em;
}
#directory .desc {
  padding-top: 15px;
}
#directory .availability-alert {
  background-color: #e53e48;
  color: white;
  padding: 30px;
  position: relative;
  z-index: 0;
}
#directory .availability-alert h2, #directory .availability-alert h3, #directory .availability-alert h4, #directory .availability-alert h5, #directory .availability-alert p:first-child {
  font-style: italic;
  color: white;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  line-height: 1.2;
  top: -2px;
}
#directory .availability-alert &gt; *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#directory .availability-alert * {
  color: inherit;
}
#directory .availability-alert::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px dashed white;
}

#title-section p[align=right] &gt; a {
  color: #7a797c;
  padding: 0.3em 1.5em 0.3em 1em;
  background-color: #ffc33a;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
#title-section p[align=right] &gt; a:hover {
  color: white;
}
#title-section p[align=right] &gt; a::after {
  content: "";
  top: 50%;
  left: 0;
  position: absolute;
  background-color: #ffc33a;
  height: 24px;
  width: 24px;
  transform: translate(-50%, -50%) rotate(45deg);
}

#filters h1 {
  display: flex;
  align-items: center;
}
#filters h1 .next {
  margin-right: 0.5em;
  display: inline-block;
  text-decoration: none;
  transition: 0.1s;
}
#filters h1 .next::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  color: #00549d;
  font-size: 0.8em;
}
#filters h1 .next:hover {
  transform: scale(1.1);
  color: #176dad;
}
#filters h1 .prev {
  margin-right: 0.5em;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
#filters h1 .prev::after {
  content: "\f053";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  color: #00549d;
  font-size: 0.8em;
}
#filters h1 .prev:hover {
  transform: scale(1.1);
  color: #176dad;
}
#filters section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -5px;
}
@media screen and (max-width: 992px) {
  #filters section {
    width: 100%;
  }
}
#filters section &gt; a {
  flex-grow: 1;
  position: relative;
  background: white;
  border: 1pt solid #6cb33f;
  margin: 5px;
  display: inline-block;
  color: #6cb33f;
  padding: 6.5px 16px;
  text-decoration: none;
  transition: 0.3s;
}
@media (pointer: fine), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #filters section &gt; a:hover {
    background: #6cb33f;
    color: white;
  }
}
#filters section &gt; div {
  flex-grow: 4;
  margin: 5px;
}
@media screen and (max-width: 992px) {
  #filters section &gt; div {
    width: 100%;
  }
}
#filters section &gt; div a {
  color: white;
}

#calendar {
  margin-bottom: 2em;
  padding: 0 15px;
}
#calendar .row [class^=col] {
  padding: 15px;
  color: #00549d;
  border-bottom: 1pt solid #00549d;
  border-right: 1pt solid #00549d;
  flex-grow: 2;
  min-height: 6em;
}
#calendar .row [class^=col]:first-of-type {
  border-left: 1pt solid #00549d;
  background-color: #ededed;
  flex-grow: 1;
  hyphens: auto;
}
@media screen and (max-width: 1200px) {
  #calendar .row [class^=col]:first-of-type a.event-listing {
    display: block;
    width: 1em;
    height: 1em;
    margin: 0.5em;
    background-color: #00549d;
  }
  #calendar .row [class^=col]:first-of-type a.event-listing span:first-of-type, #calendar .row [class^=col]:first-of-type a.event-listing span:last-of-type {
    display: none;
  }
  #calendar .row [class^=col]:first-of-type a.event-listing:hover {
    background-color: #176dad;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  #calendar .row [class^=col]:first-of-type {
    overflow: hidden;
  }
  #calendar .row [class^=col]:first-of-type a.event-listing {
    width: 0.75em;
    height: 0.75em;
    margin: 0.25em;
    border-radius: 50%;
    display: none;
  }
}
#calendar .row [class^=col] h3 {
  margin-top: 0;
}
#calendar .row [class^=col] a {
  text-decoration: none;
  font-size: 0.9em;
}
#calendar .row [class^=col] a span:first-of-type {
  display: block;
  color: #7a797c;
  margin: 0.5em 0;
  line-height: 1.1;
  margin: 0.25em 0 0.1em;
  transition: 0.2s;
  hyphens: auto;
}
#calendar .row [class^=col] a span:last-of-type {
  line-height: 1;
  display: block;
  color: #00549d;
  font-size: 0.9em;
  margin: 0 0 0.75em;
  transition: 0.2s;
  hyphens: auto;
}
#calendar .row [class^=col] a:hover span:first-of-type {
  color: #6cb33f;
}
#calendar .row [class^=col] a:hover span:last-of-type {
  color: #176dad;
}
#calendar .row:not(.day-group) [class^=col] {
  padding: 5px;
}
#calendar .row:not(.day-group) [class^=col]:last-of-type {
  background-color: #ededed;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  #calendar .row:not(.day-group) [class^=col]:last-of-type a.event-listing {
    display: block;
    width: 1em;
    height: 1em;
    margin: 0.5em;
    background-color: #00549d;
  }
  #calendar .row:not(.day-group) [class^=col]:last-of-type a.event-listing span:first-of-type, #calendar .row:not(.day-group) [class^=col]:last-of-type a.event-listing span:last-of-type {
    display: none;
  }
  #calendar .row:not(.day-group) [class^=col]:last-of-type a.event-listing:hover {
    background-color: #176dad;
  }
}
@media screen and (max-width: 576px) {
  #calendar .row:not(.day-group) [class^=col]:last-of-type {
    overflow: hidden;
  }
  #calendar .row:not(.day-group) [class^=col]:last-of-type a.event-listing {
    width: 0.75em;
    height: 0.75em;
    margin: 0.25em;
    border-radius: 50%;
    display: none;
  }
}
#calendar .row:not(.day-group) [class^=col] .event-listing {
  word-wrap: break-word;
  hyphens: auto;
}
#calendar .row:not(.day-group) [class^=col] .event-listing:nth-of-type(n+4) {
  display: none;
}
#calendar .row:not(.day-group) [class^=col] .event-listing:nth-of-type(3) {
  display: block;
  text-align: center;
}
#calendar .row:not(.day-group) [class^=col] .event-listing:nth-of-type(3) span {
  display: none;
}
#calendar .row:not(.day-group) [class^=col] .event-listing:nth-of-type(3):after {
  content: "\f141";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  color: #00549d;
}
@media screen and (max-width: 576px) {
  #calendar .row:not(.day-group) [class^=col] h3 {
    margin-bottom: 0;
  }
  #calendar .row:not(.day-group) [class^=col] .event-listing {
    margin: 0 auto 5px;
    hyphens: auto;
  }
  #calendar .row:not(.day-group) [class^=col] .event-listing:nth-of-type(n+2) {
    display: none;
  }
}
#calendar .row:first-of-type .col {
  color: #6cb33f;
  font-size: 1.1em;
  background-color: white;
  min-height: auto;
  border: none;
}
#calendar .row:first-of-type .col:last-of-type {
  background-color: white;
}
#calendar .row:nth-child(2) .col {
  border-top: 1pt solid #00549d;
}
#calendar .row.day-group {
  margin-bottom: 1em;
  border: none;
}
#calendar .row.day-group .date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #6cb33f;
}
#calendar .row.day-group .date-box h3 {
  background: #6cb33f;
  color: white;
  font-size: 4em;
  margin: 0;
  font-weight: 300;
  line-height: 0.9;
  padding-bottom: 0.15em;
}
#calendar .row.day-group .date-box .day {
  color: white;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}
#calendar .row.day-group .date-box .month {
  color: white;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  #calendar .row.day-group .date-box {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 1em 0;
  }
  #calendar .row.day-group .date-box h3 {
    font-size: 2em;
    margin: 0 1em;
  }
  #calendar .row.day-group .date-box .day {
    font-size: 1em;
  }
  #calendar .row.day-group .date-box .month {
    font-size: 1em;
    font-weight: 300;
  }
}
#calendar .row.day-group .date-box + div {
  border: none;
  background-color: #ededed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
#calendar .row.day-group .date-box + div .no-event {
  color: #b5b3b7;
  margin-bottom: 0;
}
#calendar .row.day-group .date-box + div a {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1pt dashed #00549d;
  display: block;
  width: 100%;
}
#calendar .row.day-group .date-box + div a:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#calendar .row.day-group .date-box + div a span:first-of-type {
  font-size: 1.5em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 992px) {
  #calendar .row.day-group .date-box + div a span:first-of-type {
    font-size: 1.25em;
  }
}
#calendar .row.day-group .date-box + div a span:last-of-type {
  font-size: 1em;
}
#calendar .row.main {
  margin: 0.5em -30px 0;
}
#calendar .row.main .description {
  width: 100%;
}
#calendar .row.main .special-info {
  color: #7a797c;
  font-style: italic;
}
#calendar .row.main [class^=col] {
  background-color: white;
  border: none;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
#calendar .row.main .date-box {
  background-color: #6cb33f;
  padding: 1em 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #calendar .row.main .date-box {
    padding-right: 0;
  }
}
#calendar .row.main .date-box + div {
  background-color: whi te;
  padding-top: 0;
}
#calendar .row.main .time, #calendar .row.main .location {
  margin: 0.5em 0 0;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1pt dashed #00549d;
  padding-bottom: 0.3em;
}
#calendar .row.main .time i, #calendar .row.main .location i {
  display: inline-block;
  font-size: 1.1em;
  margin-right: 1em;
}
#calendar .row.main img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 1em;
}
#calendar .row.main .reg-link, #calendar .row.main .event-link {
  color: #00549d;
  padding: 0.5em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1pt solid #00549d;
  margin: 0.5em 0 0;
  transition: 0.2s;
}
#calendar .row.main .reg-link::after, #calendar .row.main .event-link::after {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  color: #00549d;
  font-size: 1em;
  margin-left: 1em;
  transition: 0.2s;
}
#calendar .row.main .reg-link:hover, #calendar .row.main .event-link:hover {
  color: white;
  background-color: #00549d;
}
#calendar .row.main .reg-link:hover::after, #calendar .row.main .event-link:hover::after {
  color: white;
}
#calendar .row.main .event-link::after {
  content: "\f35d";
}
#calendar .row.main .reg-link span {
  display: block;
  margin: 0 0.5em !important;
  color: #6cb33f !important;
  font-weight: 600;
}
#calendar .row.main .reg-link span:before {
  content: "\f155";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  margin-right: 0.2em;
}
#calendar .row.main h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  margin-top: 0;
  align-self: center;
}
#calendar .row.main .contact-details {
  list-style: none;
  padding-left: 0.2em;
  align-self: center;
  text-align: center;
}
#calendar .row.main .contact-details li a {
  color: #00549d;
  text-decoration: none;
  transition: 0.2s;
}
#calendar .row.main .contact-details li a:hover {
  color: #6cb33f;
}
#calendar .row.main .contact {
  color: #7a797c;
  font-size: 0.8em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  margin: 1em 0 0;
  text-align: center;
}
#calendar .row.main .detail-wrap [class^=col] {
  min-height: auto;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  #calendar .row .col {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  #calendar .row .col {
    padding: 8px;
    min-height: 5em;
    display: flex;
    flex-wrap: wrap;
  }
  #calendar .row .col h3 {
    font-size: 1.15em;
    width: 100%;
  }
  #calendar .row .col a {
    width: 1em;
    height: 1em;
    margin: 0.5em;
    background-color: #00549d;
  }
  #calendar .row .col a span:first-of-type, #calendar .row .col a span:last-of-type {
    display: none;
  }
  #calendar .row .col a:hover {
    background-color: #176dad;
  }
}
@media screen and (max-width: 576px) {
  #calendar .row .col {
    padding: 5px;
    min-height: 4em;
  }
  #calendar .row .col h3 {
    font-size: 1em;
  }
  #calendar .row .col a {
    width: 0.75em;
    height: 0.75em;
    margin: 0.25em;
    border-radius: 50%;
    display: none;
  }
  #calendar .row .col a:first-of-type {
    display: block;
  }
  #calendar .row:first-of-type .col {
    font-size: 0.8em;
  }
}
#calendar h3 {
  font-size: 1.25em;
  font-weight: 400;
}
#calendar h3.off-month {
  color: #7a797c;
}

#prev-next.row {
  padding: 0 0 2em;
}
#prev-next.row .col {
  display: flex;
  justify-content: space-between;
}
#prev-next.row .col a {
  border: 1pt solid #00549d;
  color: #00549d;
  background-color: white;
  padding: 0.5em 2em;
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
#prev-next.row .col a.prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  color: #00549d;
  margin-right: 1em;
  transition: 0.2s;
}
#prev-next.row .col a.next::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  color: #00549d;
  margin-left: 1em;
  transition: 0.2s;
}
@media screen and (hover: hover) {
  #prev-next.row .col a:hover {
    background-color: #00549d;
    color: white;
  }
  #prev-next.row .col a:hover::before, #prev-next.row .col a:hover::after {
    color: white;
  }
}

#formBuilder form {
  display: flex;
  flex-direction: column;
}
#formBuilder label {
  color: #00549d;
  font-weight: 600;
  font-size: 12pt;
  line-height: 1.2;
  margin-bottom: 5px;
  vertical-align: middle;
}
#formBuilder .checkbox label, #formBuilder .radio label {
  font-style: normal;
  font-weight: 400;
  margin-left: 5px;
}
#formBuilder .checkbox label input, #formBuilder .radio label input {
  position: relative;
  left: -5px;
}
#formBuilder input, #formBuilder textarea {
  border-color: #6cb33f;
  color: #7a797c;
  border-radius: 0;
  font-size: 11pt;
}
#formBuilder input::-webkit-input-placeholder, #formBuilder textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #94ce6e;
}
#formBuilder input::-moz-placeholder, #formBuilder textarea::-moz-placeholder { /* Firefox 19+ */
  color: #94ce6e;
}
#formBuilder input:-ms-input-placeholder, #formBuilder textarea:-ms-input-placeholder { /* IE 10+ */
  color: #94ce6e;
}
#formBuilder input:-moz-placeholder, #formBuilder textarea:-moz-placeholder { /* Firefox 18- */
  color: #94ce6e;
}
#formBuilder .form-check label {
  color: #7a797c;
  font-size: 11pt;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
}
#formBuilder select {
  border-color: #6cb33f;
  outline-color: #ededed;
  color: #6cb33f;
  padding: 0.25em 1em;
}
#formBuilder select option {
  color: #6cb33f;
}
#formBuilder button[type=submit] {
  color: #00549d;
  background-color: white;
  border: 1pt solid #00549d;
  cursor: pointer;
  transition: 0.3s;
  padding: 0.5em 1em;
  margin: 1em 0 2em;
  align-self: center;
}
@media screen and (hover: hover) {
  #formBuilder button[type=submit]:hover {
    background-color: #00549d;
    color: white;
  }
}
#formBuilder .subtitle {
  font-family: "Roboto", sans-serif;
}
#formBuilder .help-block {
  color: #b5b3b7;
  font-size: 0.85em;
  font-style: italic;
}
#formBuilder .btn-submit {
  border-radius: 0;
  border: 1px solid #00549d;
  background-color: #00549d;
  color: white;
  transition: 0.3s;
  margin-left: auto;
  display: block;
}
#formBuilder .btn-submit:hover {
  background-color: white;
  color: #00549d;
}
#formBuilder .is-invalid {
  border-color: #e53e48;
  outline: 3px solid rgba(229, 62, 72, 0.5);
}
#formBuilder label.required::after {
  content: "*";
  padding-left: 3px;
  transform: scale(1.2);
  vertical-align: super;
  display: inline-block;
}

@media print {
  section#search, section#feedback, body &gt; header &gt; #reportBanner, header &gt; nav &gt; div#mainNav, section#contents aside.col-4, section#contents &gt; .container:first-child &gt; .row:first-child, img, .pht-left, .pht-right, .pht-full, #slider, section#quickReference {
    display: none !important;
  }
  footer {
    page-break-inside: avoid !important;
    page-break-before: auto !important;
  }
  footer &gt; .container &gt; .row {
    page-break-inside: avoid !important;
  }
  footer &gt; .container &gt; .row &gt; article {
    page-break-inside: avoid !important;
    display: none !important;
  }
  footer &gt; .container &gt; .row &gt; article:first-child {
    display: block !important;
    flex-basis: 100% !important;
    max-width: 100%;
  }
  footer &gt; .container &gt; .row &gt; article:first-child .row {
    page-break-inside: avoid !important;
    page-break-before: avoid !important;
    page-break-after: avoid !important;
  }
  footer &gt; .container &gt; .row &gt; article:first-child .row div {
    page-break-inside: avoid !important;
    page-break-before: avoid !important;
    page-break-after: avoid !important;
  }
  footer &gt; .container &gt; .row &gt; article:first-child br {
    display: none;
  }
  footer &gt; .container &gt; .row &gt; article:first-child li {
    display: inline-block;
    margin-right: 12px;
  }
  footer &gt; .container &gt; .row &gt; article:first-child a {
    text-decoration: none !important;
  }
  section#contents, section#intro {
    padding-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  section#contents &gt; div.row:first-child, section#intro &gt; div.row:first-child {
    padding: 1em !important;
  }
  section#contents::before, section#intro::before {
    content: "";
    display: block;
    margin: 1em 0 0;
    height: 75px;
    width: 300px;
    background-image: url("http://dcfs.awsdev.covalentspace.com/img/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  section#contents h1, section#contents h2, section#contents h3, section#contents h4, section#contents h5, section#contents h6, section#intro h1, section#intro h2, section#intro h3, section#intro h4, section#intro h5, section#intro h6 {
    page-break-before: auto !important;
    page-break-after: avoid !important;
  }
  section#contents li, section#contents #article-list article, section#contents td, section#contents div[class*=button], section#intro li, section#intro #article-list article, section#intro td, section#intro div[class*=button] {
    page-break-inside: avoid !important;
  }
  section#intro div:first-child {
    padding-top: 1em;
  }
  section#adoptionSpotlight .as-bknd {
    background-image: unset !important;
    background-color: transparent;
    border: 2px solid #176dad;
  }
  section#resources .column-header {
    background-color: white;
    color: #00549d;
  }
  section#resources article.col-lg-4:nth-child(3) div.col-background {
    background-image: unset;
    background-color: white;
  }
  section#resources article.col-lg-4:nth-child(3) div.col-background article.info-section p, section#resources article.col-lg-4:nth-child(3) div.col-background article.info-section h4, section#resources article.col-lg-4:nth-child(3) div.col-background article.info-section a {
    color: #176dad;
    border-color: #176dad;
  }
  section#stats &gt; .container {
    background: white;
    border: 2px solid #6cb33f;
    color: #6cb33f;
  }
  section#stats &gt; .container * {
    display: block !important;
  }
  section#connect .column-body {
    background: white;
    border: 2px solid #ffc33a;
  }
  section#connect .embed-responsive {
    display: none !important;
  }
  main.col-lg-8 {
    max-width: 100%;
    flex-basis: auto;
  }
  .pull-quote, .pull-quote-right, .pull-quote-left {
    background-color: transparent !important;
    border: 2px solid #6cb33f !important;
  }
  .pull-quote blockquote, .pull-quote-right blockquote, .pull-quote-left blockquote {
    background-color: transparent !important;
    color: #6cb33f !important;
  }
  .callout-left, .callout-right {
    background-color: transparent !important;
    border: 2px solid #00549d !important;
  }
  .callout-left blockquote, .callout-right blockquote {
    color: #00549d !important;
  }
  .callout-left blockquote:after, .callout-right blockquote:after {
    display: none !important;
  }
  div.container {
    max-width: auto !important;
    min-width: auto !important;
  }
  body {
    min-width: auto !important;
    width: 8.5in !important;
  }
  @page {
    margin: 1in;
    size: letter portrait;
  }
}</pre></body></html>