.ssa-text-red-600 {
  color: #fe203e;
}

.ssa-bg-red-600 {
  color: #fe203e;
}

.ssa-border-red-600 {
  border-color: #fe203e;
}

/* TOP */

/* helpers include */

html,
body {
  color: #051c2a;
  font-size: 18px;
}

.scrollable {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  max-height: 100%;
  overflow-y: scroll;
}

.scrollable::-webkit-scrollbar {
  width: 8px;
}

.scrollable::-webkit-scrollbar-track {
  background: #d8d5d5;
  border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb {
  background: #004071;
  border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background: #051c2a;
}

/* helpers include END */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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 size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: "Source Sans 3", "Sen", sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/* base include */

/* Safari 10.1+ (alternate method to force font on * for safari and ios) */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    * {
      font-family: 'Source Sans 3', 'Sen', sans-serif;
      line-height: 1.15;
      /* 1 */
      -webkit-text-size-adjust: 100%;
      /* stylelint-disable-line */
    }

    a.page-pagination__options__item {
      padding-top: 0.7rem;
    }
  }
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 600;
  color: #004071;
}

.heading-1,
h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 2.945rem;
}

.heading-2,
h2 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 2.225rem;
}

.heading-3,
h3 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.heading-4,
h4 {
  font-size: 1.278rem;
  color: #051C2A;
  margin-bottom: 0.75rem;
}

.heading-5,
h5 {
  font-size: 1.167rem;
  color: #051C2A;
  margin-bottom: 0.75rem;
}

.heading-6,
h6 {
  font-size: 1rem;
  color: #051C2A;
  margin-bottom: 0.75rem;
}

p {
  font-size: 0.889rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

a {
  color: #004071;
  text-decoration: underline;
}

a:focus,
a:hover,
a:active {
  color: #051C2A;
  text-decoration: none;
}

i,
em {
  font-style: italic;
}

hr {
  border-top-width: 2px;
  margin-bottom: 3rem;
  border-color: hsla(204, 17%, 32%, 1);
}

u {
  -webkit-text-decoration-color: #004071;
          text-decoration-color: #004071;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

s,
strike,
del {
  text-decoration: line-through;
}

@media (min-width: 768px) {
  p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.7rem;
  }

  .heading-1,
  h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 2.945rem;
  }

  .heading-2,
  h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 2.225rem;
  }

  .heading-3,
  h3 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  .heading-4,
  h4 {
    font-size: 1.278rem;
    font-weight: 600;
    color: #051C2A;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1160px) {
  .heading-1,
  h1 {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 3.723rem;
  }

  .heading-2,
  h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 2.945rem;
  }

  .heading-3,
  h3 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 2.225rem;
  }

  .heading-4,
  h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #051C2A;
    margin-bottom: 0.75rem;
  }
}

ul {
  list-style-position: outside;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

ul li {
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.889rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

ul li::before {
  position: absolute;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 0.75rem;
  margin-right: 0;
  padding-right: 0;
  background-image: url("../../img/projectSSA/icons/icon-arrow-link.svg"), url("../../img/projectSSA/icons-fallback/icon-arrow-link.png");
  content: '';
  left: -1.25rem;
  top: 5px;
}

ul li h4,
ul li h5,
ul li h6 {
  line-height: 1.25;
  color: #004071;
  margin-top: 0;
}

ul li a {
  text-decoration: none;
  color: #004071;
}

ul li a:hover {
  text-decoration: underline;
  color: #051C2A;
}

ul li p {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  ul li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  ul li::before {
    width: 1rem;
    height: 1rem;
  }
}

ul.list-none li,
ol.list-none li {
  list-style-type: none;
}

ul.list-none li:before,
  ol.list-none li:before {
  display: none;
}

ol {
  list-style-position: outside;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

ol li {
  list-style-type: decimal;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.889rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

ol li::before {
  display: inline-block;
  width: 0.5rem;
  height: 0.75rem;
  margin-right: 0;
  padding-right: 0;
}

ol li h6 {
  line-height: 1.5;
  color: #004071;
}

ol li a {
  text-decoration: none;
  color: #004071;
  display: inline-block;
}

ol li a:hover {
  text-decoration: underline;
  color: #051C2A;
}

ol li p {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  ol li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  ol li::before {
    width: 1rem;
    height: 1rem;
  }
}

table {
  background-color: #ffffff;
  border-width: 1px;
  border-color: #004071;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1.5rem;
}

tr.table-heading {
  background-color: #004071;
  color: #ffffff;
  font-weight: 700;
}

th {
  font-weight: 700;
  text-align: left;
  background-color: #004071;
  color: #ffffff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

th p {
  margin: 0;
}

tr:first-of-type td {
  padding-top: 1.5rem;
}

tr:last-of-type td {
  padding-bottom: 1.5rem;
}

tr {
  text-align: left;
}

tr.tr-border{
  border: 1px solid #004071;
}

td.table-section {
  background-color: #ffffff;
  color: #004071;
  font-weight: 700;
}

td {
  text-align: left;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #004071;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

td p {
  margin: 0;
  margin-bottom: 0.25rem;
}

/* light first column */

tr td:first-of-type,
td.col-first {
  background-color: #eff5fa;
  color: #004071;
  font-weight: 700;
}

/* DELECTATE .complex-table */

.complex-table,
.table-complex {
  background-color: #ffffff;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 800px;
}

.complex-table tr.table-heading,
.table-complex tr.table-heading {
  background-color: #004071;
  color: #ffffff;
  font-weight: 700;
}

.complex-table th,
.table-complex th {
  text-align: center;
  background-color: #004071;
  color: #ffffff;
  font-weight: 700;
  padding: 1rem;
}

.complex-table td.table-section,
.table-complex td.table-section {
  background-color: #ffffff;
  color: #004071;
  font-weight: 700;
}

.complex-table td,
.table-complex td {
  padding: 1.5rem;
  border-width: 1px;
  border-color: #004071;
  text-align: left;
}

.complex-table td:first-of-type[colspan="4"],
.table-complex td:first-of-type[colspan="4"] {
  background-color: transparent;
}

.complex-table tr td:first-of-type,
.complex-table td.col-first,
.table-complex tr td:first-of-type,
.table-complex td.col-first {
  background-color: #eff5fa;
  color: #004071;
  font-weight: 700;
}

/* TODO: WIP tests for tables RM */

/* Table .table-simple collapse to single column on mobile */

@media (max-width: 768px) {
  table {
    min-width: auto;
    width: 100%;
  }

  .table-simple th {
    display: block;
    border-bottom-width: 1px;
    font-size: 1rem;
    width: auto;
  }

  .table-simple td {
    display: block;
    border-width: 0;
    font-size: 0.889rem;
  }

  .t2 .table-heading,
  .table-simple .table-heading {
    display: block;
  }

  .table-simple tr.section,
  .table-simple td.col-first {
    display: block;
    border-top-width: 1px;
    border-color: #004071;
  }

  .table-simple tr:first-of-type td {
    padding-top: 0.5rem;
  }

  .table-simple tr:last-of-type td {
    padding-bottom: 0.5rem;
  }

  .table-complex th,
  .table-complex td {
    text-align: left;
    font-size: 0.889rem;
  }

  .table-complex .icon-cross-table {
    font-size: 1.875rem;
  }
}

/* Table option to scroll l/r */

.table-scroll,
.table-small {
  overflow-x: scroll;
}

@media (max-width: 640px) {
  .table-scroll {
    overflow-x: auto;
  }
}

/* base include END */

/* tailwind start components */

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1160px) {
  .container {
    max-width: 1160px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

/* tailwind end components */

/* components include */

header {
  display: block;
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #ffffff;
  font-size: 0.78rem;
  width: 100%;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.6rem;
}

menu {
  display: block;
}

nav {
  display: block;
}

main {
  display: block;
}

aside {
  display: block;
}

footer {
  display: block;
  margin-top: 4rem;
}

/* SECTIONS */

.nav-menu {
  font-weight: 600;
  color: #051C2A;
  font-size: 1rem;
  font-size: 1.065rem;
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 4rem;
  background-color: #fff;
  font-size: 0.78rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.6rem;
}

/* components include END */

/* modules include */

a.skip-main {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  top: auto;
  left: -999px;
  z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
  top: auto;
  overflow: auto;
  font-size: 1.278rem;
  text-align: center;
  border-width: 4px;
  border-radius: 0.5rem;
  color: #ffffff;
  background-color: #000000;
  width: 33.333333%;
  height: auto;
  padding: 0.5rem;
  border: 4px solid #faf089;
  margin: 10px 35%;
  z-index: 999;
}

/* Not-alphabetical but cascade inheritance */

/* icons include */

.symbol {
  display: inline-block;
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  stroke: currentColor;
  stroke-width: 0;
  width: 1em;
}

/* ==========================================
* Single-colored SVG icons can be modified like so (fill and stroke will then use 'color:'):
* [first remove colours from svg files]
* color: $blue-700
* Optional font sizing rather than height
* font-size: 2.3rem;
*/

.icon-calendar-blue {
  color: #004071;
  font-size: 1.6rem;
}

.icon-accordion-plus {
  color: #004071;
  font-size: 1.25rem;
}

.icon-accordion-minus {
  color: #004071;
  font-size: 1.25rem;
}

.icon-arrow {
  color: #004071;
  font-size: 1rem;
}

.icon-arrow-down {
  color: #004071;
  font-size: 1rem;
}

.icon-arrow-link-light {
  color: #004071;
  font-size: 1rem;
}

.icon-arrow-link {
  color: #004071;
  font-size: 1rem;
}

a:hover .symbol .icon-arrow-link {
  color: #051C2A;
}

.icon-arrow-right {
  color: #004071;
  font-size: 1rem;
}

.icon-close {
  color: #051c2a;
  font-size: 2.3rem;
}

.icon-cross-table {
  color: #004071;
  font-size: 2.3rem;
}

.icon-download {
  color: #004071;
  font-size: 2.3rem;
}

.icon-event-location {
  color: #004071;
}

.icon-language {
  font-size: 2.3rem;
}

.icon-magnifying-glass {
  color: #004071;
  font-size: 2rem;
}

.icon-magnifying-glass-big {
  color: #004071;
  font-size: 2.3rem;
}

.icon-share-google {
  font-size: 2.3rem;
}

.icon-share-mail {
  font-size: 2.3rem;
}

.icon-share-print {
  font-size: 2.3rem;
}

.icon-share-twitter {
  font-size: 2.3rem;
}

.icon-share-facebook {
  font-size: 2.3rem;
}

.icon-facebook {
  color: #051c2a;
  font-size: 2.3rem;
}

.icon-twitter {
  color: #051c2a;
  font-size: 2.3rem;
}

.icon-youtube {
  color: #051c2a;
  font-size: 32px;
  height: 26px;
  width: 36px;
}

.icon-warning {
  color: #A6CE39;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .icon-warning {
    font-size: 4rem;
  }
}

.icon-quote {
  font-size: 9rem;
  width: 5rem;
}

.logo-ssa {
  height: 51px;
  min-width: 220px;
  width: 100%;
}

/* responsive sizes from sm+ */

@media (min-width: 640px) {
  .logo-ssa {
    height: 44px;
    width: 259px;
  }
}

.btn {
  border-width: 2px;
  border-color: #2b6cb0;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 600;
  background-color: transparent;
  color: #004071;
  margin: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  cursor: pointer;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn > svg {
  margin: auto;
}

.btn > svg.mr-2 {
  margin-right: 0.5rem;
}

.btn > svg.ml-2 {
  margin-left: 0.5rem;
}

.btn:focus {
  outline: 0;
}

.btn:hover, .btn:active {
  background-color: #004071;
  color: #ffffff;
}

.btn.btn-secondary {
  background-color: #004071;
  color: #ffffff;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active {
  background-color: #051C2A;
  border-color: #051C2A;
  color: #ffffff;
}

.btn-negative {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-negative:hover, .btn-negative:active {
  background-color: #ffffff;
  color: #004071;
}

.btn-negative.btn-secondary {
  background-color: #ffffff;
  color: #004071;
}

.btn-negative.btn-secondary:hover, .btn-negative.btn-secondary:active {
  border-color: #ffffff;
  background-color: #004071;
  color: #ffffff;
}

.btn-rounded {
  padding: 0;
  height: 3rem;
  width: 3rem;
}

.btn-flat {
  padding: 0;
  border-style: none;
  border-radius: 0;
}

.btn-flat:hover, .btn-flat:active {
  background-color: transparent;
  color: #051C2A;
}

.btn-panic {
  border-color: #e53e3e;
  background-color: #e53e3e;
  color: #ffffff;
  background-color: #fe203e;
  border-color: #fe203e;
}

.btn-panic:hover, .btn-panic:active {
  background-color: #ffffff;
  color: #e53e3e;
  color: #fe203e;
}

button.btn-panic:focus {
  box-shadow: 0 0 0 3px #051c2a;
  outline: 0;
}

/* Lists */

.list-container {
  margin-top: 0.25rem;
  margin-bottom: 2.5rem;
}

.list-arrow li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.list-arrow li::before {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  background-image: url("../../img/projectSSA/icons/icon-arrow-link.svg"), url("../../img/projectSSA/icons-fallback/icon-arrow-link.png");
  content: '';
}

.list-arrow li a {
  text-decoration: none;
  color: #004071;
}

.list-arrow li a:hover {
  text-decoration: underline;
  color: #051C2A;
}

.list-arrow-offset {
  list-style-position: outside;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.list-arrow-offset li {
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.889rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.list-arrow-offset li::before {
  position: absolute;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 0.75rem;
  margin-right: 0;
  padding-right: 0;
  background-image: url("../../img/projectSSA/icons/icon-arrow-link.svg"), url("../../img/projectSSA/icons-fallback/icon-arrow-link.png");
  content: '';
  left: -1.25rem;
  top: 5px;
}

.list-arrow-offset li h4,
.list-arrow-offset li h5,
.list-arrow-offset li h6 {
  line-height: 1.25;
  color: #004071;
  margin-top: 0;
}

.list-arrow-offset li a {
  text-decoration: none;
  color: #004071;
}

.list-arrow-offset li a:hover {
  text-decoration: underline;
  color: #051C2A;
}

.list-arrow-offset li p {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .list-arrow-offset li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .list-arrow-offset li::before {
    width: 1rem;
    height: 1rem;
  }
}

/* Cover indented lists */

li > ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

/* Cover indented lists */

li > ul.list-arrow-offset {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* List without arrow */

.list-plain {
  list-style-position: outside;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.list-plain li {
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.889rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.list-plain li h4,
.list-plain li h5 {
  line-height: 1.25;
  color: #004071;
  margin-top: 0;
}

.list-plain li h6 {
  line-height: 1.25;
  margin-top: 0;
}

.list-plain li a {
  text-decoration: none;
  color: #004071;
}

.list-plain li a:hover {
  text-decoration: underline;
  color: #051C2A;
}

.list-plain p {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .list-plain li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

/* Masonry grid */

.list-masonry {
  column-fill: initial;
  column-gap: 30px;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  transition: all 0.5s ease-in-out;
}

/* Masonry item */

.list-masonry li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2rem;
}

.list-masonry li h4 {
  font-size: 1.278rem;
  color: #004071;
}

.list-masonry li .resource-hotline {
  margin-right: 0.5rem;
}

.list-masonry li .resource-hotline h5,
.list-masonry li .resource-hotline p {
  margin: 0;
}

.list-masonry li .resource-hotline h5 {
  margin: 0;
}

.list-masonry li .resource-hotline p strong,
.list-masonry li .resource-hotline strong {
  margin: 0;
}

/* Masonry on tablets */

@media only screen and (min-width: 768px) {
  .list-masonry {
    column-count: 2;
  }

  .list-masonry li .resource-hotline {
    margin-right: 0.25rem;
  }
}

/* Masonry on tablets */

@media only screen and (min-width: 1024px) {
  .list-masonry {
    column-count: 2;
    margin: 0 auto;
    width: 80%;
  }
}

/* Masonry on big screens ($break-xl too narrow) */

@media only screen and (min-width: 1245px) {
  .list-masonry {
    column-count: 3;
    margin: 0;
    width: 100%;
  }
}

/* put list in 3 columns */

.list-cols-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: -1rem;
}

.list-cols-3.list-none {
  margin-left: -2rem;
}

.list-cols-3 li::before {
  top: 0.35rem;
}

.list-cols-3 li {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  margin: 1rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .list-cols-3 li {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1160px) {
  .list-cols-3 li {
    width: calc(33.333% - 2rem);
  }
}

/* put lists in 4 columns */

.list-cols-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: -1rem;
}

.list-cols-4 li::before {
  top: 0.35rem;
}

.list-cols-4 li {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  margin: 1rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .list-cols-4 li {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1024px) {
  .list-cols-4 li {
    width: calc(33.333% - 2rem);
  }
}

@media screen and (min-width: 1160px) {
  .list-cols-4 li {
    width: calc(25% - 2rem);
  }
}

/* put list in 3 columns */

.list-cols-3-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: -1rem;
  max-height: 1000px;
}

.list-cols-3-vertical li::before {
  top: 0.35rem;
}

.list-cols-3-vertical li {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  margin: 1rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .list-cols-3-vertical li {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1160px) {
  .list-cols-3-vertical li {
    width: calc(33.333% - 2rem);
  }
}

/* List numbered */

.list-numbered {
  list-style-position: outside;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.list-numbered li {
  list-style-type: decimal;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.889rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.list-numbered li::before {
  display: inline-block;
  width: 0.5rem;
  height: 0.75rem;
  margin-right: 0;
  padding-right: 0;
}

.list-numbered li h6 {
  line-height: 1.5;
  color: #004071;
}

.list-numbered li a {
  text-decoration: none;
  color: #004071;
  display: inline-block;
}

.list-numbered li a:hover {
  text-decoration: underline;
  color: #051C2A;
}

.list-numbered li p {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .list-numbered li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  .list-numbered li::before {
    width: 1rem;
    height: 1rem;
  }
}

/* .list-arrow-offset highlighted box */

.list-highlighted {
  margin-top: 0.25rem;
  margin-bottom: 2.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.list-highlighted__header {
  background-color: #004071;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.list-highlighted__header h3 {
  font-size: 1rem;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.list-highlighted__content {
  background-color: #eff5fa;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .list-highlighted {
    margin-top: 0.25rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .list-highlighted__header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .list-highlighted__header h3 {
    font-size: 1.278rem;
  }

  .list-highlighted__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}

/* arrow with circle */

.list-arrow-circle {
  list-style-position: outside;
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
}

.list-arrow-circle > li {
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #004071;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.list-arrow-circle > li::before {
  position: absolute;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  margin-right: -1rem;
  padding-right: 0;
  color: #6491be;
  background-image: url("../../img/projectSSA/icons/icon-arrow-right.svg"), url("../../img/projectSSA/icons-fallback/icon-arrow-right.png");
  content: '';
  left: -1.5rem;
  top: 2px;
}

/* number circle */

.list-numbered-circle {
  display: block;
  overflow: hidden;
  list-style-type: none;
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
  counter-reset: numList;
  padding-top: 1rem;
}

.list-numbered-circle > li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2.5rem;
}

.list-numbered-circle > li::before {
  position: absolute;
  border-radius: 9999px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  color: #004071;
  background-color: #eff5fa;
  height: 2rem;
  width: 2rem;
  margin-top: -0.25rem;
  content: counter(numList);
  counter-increment: numList;
  /* float: left; */
  left: -1.5rem;
}

.list-numbered-circle h5 {
  color: #004071;
}

.list-numbered-circle a:hover h5 {
  color: #051C2A;
}

.list-numbered-circle > li > a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  color: #004071;
  margin-bottom: 1rem;
}

.list-numbered-circle > li > a:hover {
  text-decoration: underline;
  color: #051C2A;
}

.list-numbered-circle > li p {
  font-size: 0.889rem;
}

ol.list-numbered-circle > li > ul > li::marker {
  content: '';
}

@media screen and (min-width: 768px) {
  .list-numbered-circle {
    padding-left: 2rem;
    margin-bottom: 2.5rem;
    padding-top: 1rem;
  }

  .list-numbered-circle > li {
    padding-left: 2rem;
    margin-bottom: 2.5rem;
  }

  .list-numbered-circle > li::before {
    font-size: 1.278rem;
    font-weight: 700;
    height: 2.5rem;
    width: 2.5rem;
    margin-top: -0.25rem;
    left: -2rem;
  }

  .list-numbered-circle > li > a {
    font-size: 1.278rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .list-numbered-circle > li p {
    font-size: 1rem;
  }
}

/* Lists : Accordion */

input.accordion-tab__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion-component {
  overflow: hidden;
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}

.accordion-tab {
  overflow: hidden;
  color: #ffffff;
  width: 100%;
  margin-bottom: 1rem;
}

.accordion-tab__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  font-weight: 700;
  background-color: #eff5fa;
  color: #004071;
  cursor: pointer;
}

.accordion-tab__label:focus,
.accordion-tab__label:hover {
  color: #051C2A;
  background-color: #eff5fa;
}

.accordion-tab__label span {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
}

.accordion-tab__label .symbol {
  display: block;
  vertical-align: middle;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}

.accordion-tab__label .symbol .icon {
  font-size: 1.25rem;
}

.accordion-tab__label:focus .symbol .icon,
.accordion-tab__label:hover .symbol .icon {
  color: #051C2A;
}

.accordion-tab__label .symbol .open {
  display: block;
}

.accordion-tab__label .symbol .close {
  display: none;
}

.accordion-tab__content {
  display: block;
  visibility: visible;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0;
  color: #051C2A;
  max-height: 100%;
  max-height: unset;
}

.accordion-tab__content p:last-child {
  margin-bottom: 0;
}

input:checked + .accordion-tab__label {
  color: #004071;
  background-color: #eff5fa;
}

.accordion-tab__label.active .symbol .open {
  display: none;
}

.accordion-tab__label.active .symbol .close {
  display: block;
}

@media screen and (min-width: 640px) {
  .accordion-tab__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .accordion-tab__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .accordion-tab {
    overflow: hidden;
    color: #ffffff;
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .accordion-tab__label {
    font-size: 1.167rem;
  }

  .accordion-tab__label span {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .accordion-tab__label .symbol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion-tab__label .symbol .icon {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1160px) {
  .accordion-tab__content {
    padding-right: 1.5rem;
  }
}

/* Download button */

.download-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 1024px) {
  .download-group {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.download {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.download-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  background-color: #004071;
  height: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.icon-download {
  display: inline-block;
  height: 3rem;
  margin-right: 0.5rem;
  min-width: 3rem;
}

.download-text {
  overflow: hidden;
  font-size: 1.278rem;
  font-weight: 700;
  line-height: 1.625;
  color: #ffffff;
  margin-bottom: 0;
  max-height: 4rem;
}

@media (min-width: 768px) {
  .download-button {
    height: 6rem;
  }

  .download-text {
    max-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .download {
    width: 50%;
    margin-left: 0;
  }

  .download-text {
    font-size: 1.278rem;
  }
}

@media (min-width: 1160px) {
  .download-button {
    max-width: none;
    height: 8rem;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-download {
    height: 5rem;
    margin-right: 1rem;
    height: 4.5rem;
    min-width: 5rem;
  }

  .download-text {
    max-height: 4.5rem;
  }
}

@media (min-width: 1600px) {
  .download-text {
    max-height: 4.5rem;
  }
}

/* Breadcrumb */

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-right: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.breadcrumb li {
  display: inline-block;
  font-size: 0.78rem;
  line-height: 1.25;
  color: #051C2A;
}

.breadcrumb .active {
  color: #051C2A;
  font-weight: 400;
}

.btest li + li::before {
  display: inline-block;
  color: #051C2A;
  border-color: #051C2A;
  border-right-width: 2px;
  height: 0.75rem;
  padding-left: 0;
  padding-right: 0.25rem;
  content: '';
  transform: rotate(15deg);
}

.btest li + li::before {
  color: #051C2A;
  margin-top: 0;
  top: 0;
  margin-right: 0.75rem;
  margin-left: 0.25rem;
  background-image: none;
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  font-size: 0.78rem;
  line-height: 1.25;
  color: #004071;
}

@media screen and (min-width: 760px) {
  .breadcrumb li {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.25;
    color: #051C2A;
  }

  .breadcrumb li a {
    text-decoration: none;
    font-size: 1rem;
    color: #004071;
  }

  .breadcrumb li a:hover,
  .breadcrumb li a:focus {
    text-decoration: underline;
    background-size: 100% 100%;
    transition: background-size 0.2s ease-out;
  }
}

@media (min-width: 1024px) {
  .breadcrumb {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

/* optional alternative */

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}

.breadcrumb.breadcrumb-vertical li {
  display: block;
}

.breadcrumb.breadcrumb-vertical li.last,
.breadcrumb.breadcrumb-vertical li.only {
  background: 0;
}

.breadcrumb.breadcrumb-vertical .divider {
  display: block;
  display: none;
  white-space: nowrap;
  height: 10px;
  text-indent: 101%;
}

/* Events listing */

.feature-grid-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .feature-grid-component {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 2.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
  }
}

.feature-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #eff5fa;
  margin: 0;
}

.feature-card__thumbnail {
  height: 11.5rem;
}

.feature-card__thumbnail-bg {
  background-position: center;
  background-size: cover;
  height: 11.5rem;
}

.feature-card__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
}

.feature-card__content h2,
.feature-card__title {
  font-size: 1.278rem;
  color: #004071;
  margin-bottom: 0.25rem;
  margin-top: 0;
}

.feature-grid-component .feature-card__content h3 {
  display: none;
}

.feature-card__content p {
  line-height: 1.5;
  font-size: 0.889rem;
  margin-bottom: 0;
}

.feature-card__link {
  display: block;
  font-size: 0.889rem;
  font-weight: 700;
  text-decoration: none;
  color: #004071;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.feature-card__link:focus .icon-arrow-right,
.feature-card__link:focus,
.feature-card__link:hover .icon-arrow-right,
.feature-card__link:hover {
  color: #051C2A;
}

@media (min-width: 768px) {
  .feature-card {
    margin: 1rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(50% - 2rem);
  }

  .feature-card__thumbnail {
    height: 11.5rem;
  }

  .feature-card__thumbnail-bg {
    height: 11.5rem;
  }

  .feature-card__content {
    margin-left: 1.5rem;
    margin-right: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
  }

  .feature-grid-component .feature-card__content h3 {
    display: block;
    line-height: 1.5;
    font-size: 0.889rem;
    font-weight: 700;
    color: #051C2A;
    margin-top: 0;
    margin-bottom: 0.75rem;
  }

  .feature-card__content p {
    margin-bottom: 0.75rem;
  }

  .feature-card__content h2,
  .feature-card__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
  }

  .feature-card__link {
    margin-left: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1160px) {
  .feature-card {
    margin-bottom: 1.5rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(33.333% - 2rem);
  }

  .feature-grid-component .feature-card__content h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .feature-card__content p {
    font-size: 1rem;
  }

  .feature-card__link {
    font-size: 1rem;
  }
}

/* Events listing */

.homepage-grid-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #eff5fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .homepage-grid-component {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
  }
}

.homepage-grid-component .feature-card {
  background-color: #ffffff;
}

.homepage-grid-component .feature-card article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  margin: 0;
}

.homepage-grid-component .feature-card__content p {
  font-size: 1rem;
}

.homepage-grid-component .feature-card__link {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .homepage-grid-component .feature-card {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .homepage-grid-component .feature-card__link {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1160px) {
  .homepage-grid-component .feature-card {
    -ms-flex-preferred-size: calc(25% - 2rem);
        flex-basis: calc(25% - 2rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

/* Events listing */

.related-grid-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .related-grid-component {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 0.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
  }
}

.related-grid-component .feature-card {
  background-color: #ffffff;
}

.related-grid-component .feature-card__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
}

.related-grid-component .feature-card__content p {
  font-size: 0.889rem;
}

.related-grid-component .feature-card__link {
  margin-left: 1.5rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .related-grid-component .feature-card {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 100%;
  }

  .related-grid-component .feature-card__thumbnail {
    height: 20rem;
  }

  .related-grid-component .feature-card__content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
  }

  .related-grid-component .feature-card__content p {
    font-size: 1rem;
  }

  .related-grid-component .feature-card__link {
    font-size: 1rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1160px) {
  .related-grid-component .feature-card {
    margin-bottom: 1.5rem;
    -ms-flex-preferred-size: calc(33.333% - 2rem);
        flex-basis: calc(33.333% - 2rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* Events listing */

.pair-grid-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .pair-grid-component {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 0.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
  }
}

.pair-grid-component .feature-card {
  background-color: #ffffff;
}

.pair-grid-component .feature-card__content p {
  font-size: 0.889rem;
}

.pair-grid-component .feature-card__link {
  margin-left: 1.5rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .pair-grid-component .feature-card {
    -ms-flex: auto;
        flex: auto;
  }

  .pair-grid-component .feature-card__thumbnail {
    height: 20rem;
  }

  .pair-grid-component .feature-card__content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
  }

  .pair-grid-component .feature-card__content p {
    font-size: 1rem;
  }

  .pair-grid-component .feature-card__link {
    font-size: 1rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1160px) {
  .pair-grid-component .feature-card {
    margin-bottom: 1.5rem;
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.about-us {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.about-us-image-description {
  background: #051c2a;
  left: 1rem;
  margin-right: 1rem;
  position: absolute;
  top: 1rem;
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-us-background-description {
  margin-top: 1rem;
  text-align: right;
}

.about-us-background-description > span {
  color: #051C2A;
  background-color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 1rem;
  display: inline-block;
}

.about-us > div:first-child {
  background-size: cover;
  background-position: center;
  height: 20rem;
}

.about-us > div:nth-child(2) {
  background-color: #A6CE39;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: -4rem;
  width: 90%;
}

.about-us > div:last-child {
  background-size: cover;
  background-position: center;
  margin-top: -4rem;
}

.about-us div > h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .about-us {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .about-us-image-description {
    display: block;
    max-width: 50%;
  }

  .about-us > div:first-child {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    height: auto;
  }

  .about-us > div:nth-child(2) {
    bottom: 0;
    left: -12rem;
    position: absolute;
    right: 0;
    top: auto;
    width: 24rem;
  }

  .about-us > div:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
    min-height: 30rem;
    padding-left: 8rem;
  }

  .about-us > div:last-child > div:first-child {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }

  .about-us > div:last-child > div:last-child {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}

.about-us-carousel > div:not(:first-child) {
  display: none;
}

.about-us-carousel .slide {
  padding-bottom: 1.25rem;
  text-align: center;
}

.about-us-carousel .slide h1 {
  font-size: 5rem;
}

@media screen and (min-width: 768px) {
  .about-us-carousel .slide h1 {
    font-size: 7rem;
    line-height: 7.5rem;
  }
}

/* Callout Horizontal */

.callout-horizontal-component {
  display: block;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}

@media (min-width: 768px) {
  .callout-horizontal-component {
    display: block;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

.callout-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #004071;
  width: 100%;
  margin: 0;
  margin-bottom: 2.5rem;
}

.callout-horizontal__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12rem;
  width: 100%;
}

.callout-horizontal__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.callout-horizontal__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.5rem;
  margin-top: 0;
  letter-spacing: 0.2em;
}

.callout-horizontal__subtitle {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .callout-horizontal {
    margin-left: 0;
    margin-right: 0;
  }

  .callout-horizontal__title {
    font-size: 1rem;
  }

  .callout-horizontal__title .symbol .icon {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .callout-horizontal {
    -ms-flex-direction: row;
        flex-direction: row;
    height: 100%;
  }

  .callout-horizontal__thumbnail {
    width: 50%;
    display: inline-block;
    height: initial;
    height: auto;
    max-width: 50%;
    width: inherit;
  }

  .callout-horizontal__content {
    height: 100%;
    width: 50%;
    padding-left: 2.5rem;
    padding-right: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .callout-horizontal__title {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 0;
    display: inline-block;
  }

  .callout-horizontal__title .symbol {
    margin-right: 0.5rem;
  }

  .callout-horizontal__title .symbol .icon {
    font-size: 4rem;
  }

  .callout-horizontal__content p {
    font-size: 1rem;
    padding-bottom: 0.75rem;
  }
}

.callout-horizontal-photo-three .callout-horizontal__content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 100%;
}

.callout-horizontal-photo-three p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.callout-horizontal-photo-three .callout-horizontal__subtitle {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .callout-horizontal.callout-horizontal-photo-three {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    height: initial;
  }

  .callout-horizontal-photo-three .callout-horizontal__thumbnail {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background-size: cover;
    display: inline-block;
    height: auto;
    max-width: 50%;
    width: inherit;
  }

  .callout-horizontal-photo-three .callout-horizontal__content {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    -ms-flex-item-align: center;
        align-self: center;
  }

  .callout-horizontal-photo-three .callout-horizontal__title {
    font-size: 1.278rem;
    font-weight: 400;
    line-height: 1.375;
    letter-spacing: 0.025em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1.5rem;
    margin-top: 0;
  }

  .callout-horizontal-photo-three p {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  .callout-horizontal-photo-three .callout-horizontal__subtitle {
    font-size: 2.25rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}

/* Panel Pull Quote */

.pull-quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.pull-quote .symbol {
  margin-top: 0.75rem;
}

.pull-quote p {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.375;
  color: #004071;
  margin-bottom: 1rem;
}

p.pull-quote__name {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #051C2A;
}

/* Panel Highlight */

.callout-horizontal-two {
  text-align: center;
  background-color: #004071;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.callout-horizontal-two h2 {
  font-size: 1.875rem;
  text-align: center;
  color: #ffffff;
  margin-left: 1rem;
  margin-right: 1rem;
}

.callout-horizontal-two hr {
  border-color: #ffffff;
  border-width: 2px;
  width: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.callout-horizontal-two p {
  font-size: 1.167rem;
  font-weight: 700;
  color: #ffffff;
  width: 80%;
  margin-left: 3rem;
  margin-right: 3rem;
}

@media (min-width: 768px) {
  .callout-horizontal-two {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .callout-horizontal-two h2 {
    font-size: 2.25rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .callout-horizontal-two hr {
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
    border-width: 2px;
    margin-bottom: 2rem;
  }

  .callout-horizontal-two p {
    font-size: 1.278rem;
    font-weight: 700;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* horizontal one with large text left, two sizes right */

.callout-horizontal-one {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.callout-horizontal-one .callout-horizontal__content {
  padding-left: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.callout-horizontal-one .callout-horizontal__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  margin-top: -0.25rem;
  margin-bottom: 2.5rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.12;
  word-break: break-word;
}

.callout-horizontal-one .callout-horizontal__subtitle {
  font-size: 1.278rem;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.callout-horizontal-one p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .callout-horizontal-one {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .callout-horizontal-one .callout-horizontal__content {
    padding-left: 3rem;
  }

  .callout-horizontal-one .callout-horizontal__title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .callout-horizontal-one .callout-horizontal__content {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .callout-horizontal-one .callout-horizontal__content:nth-of-type(2) {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .callout-horizontal-one .callout-horizontal__title {
    margin-bottom: 1rem;
  }
}

/* horizontal three with one col, small cap title, large text */

.callout-horizontal-three {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.callout-horizontal-three .callout-horizontal__content {
  padding-left: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.callout-horizontal-three .callout-horizontal__title {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.callout-horizontal-three .callout-horizontal__subtitle {
  text-align: left;
  line-height: 1.375;
}

@media (min-width: 1024px) {
  .callout-horizontal-three {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .callout-horizontal-three .callout-horizontal__content {
    padding-left: 4rem;
  }
}

/* horizontal photo one -  */

.callout-horizontal-photo-one {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.callout-horizontal-photo-one .callout-horizontal__thumbnail {
  display: block;
  width: 100%;
  height: 14rem;
  background-position: right top;
  background-repeat: no-repeat;
  background-position: 70% 0%;
}

.callout-horizontal-photo-one .callout-horizontal__content {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #004071;
  color: #ffffff;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.callout-horizontal-photo-one p {
  font-size: 1.167rem;
  font-weight: 600;
  line-height: 1.5;
}

.callout-horizontal-photo-one .callout-horizontal__subtitle {
  font-size: 1.875rem;
  text-align: left;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 0;
}

.callout-horizontal-photo-one p:last-of-type {
  margin: 0;
}

@media (min-width: 1024px) {
  .callout-horizontal-photo-one {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 12rem;
  }

  .callout-horizontal-photo-one .callout-horizontal__thumbnail {
    display: none;
  }

  .callout-horizontal-photo-one .callout-horizontal__content {
    -ms-flex-item-align: center;
        align-self: center;
    background-color: #004071;
    color: #ffffff;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 34rem;
  }

  .callout-horizontal-photo-one p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .callout-horizontal-photo-one .callout-horizontal__subtitle {
    font-size: 2.25rem;
    text-align: left;
    line-height: 1.5;
  }
}

/* horizontal photo two -  */

.callout-horizontal-photo-two {
  padding-top: 0;
  padding-bottom: 0;
}

.callout-horizontal-photo-two .callout-horizontal__thumbnail {
  height: 12rem;
  width: 100%;
}

.callout-horizontal-photo-two .callout-horizontal__content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.callout-horizontal-photo-two .callout-horizontal__title {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.callout-horizontal-photo-two .callout-horizontal__subtitle {
  text-align: left;
  font-size: 1.278rem;
  line-height: 1.375;
}

.callout-horizontal-photo-two p {
  font-size: 1rem;
  text-align: left;
  line-height: 1.375;
  color: #ffffff;
}

.callout-horizontal-photo-two p:last-of-type {
  margin: 0;
}

@media (min-width: 1024px) {
  .callout-horizontal-photo-two .callout-horizontal__thumbnail {
    width: 33.333333%;
    height: auto;
  }

  .callout-horizontal-photo-two .callout-horizontal__content {
    padding-left: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 66.666667%;
  }
}

/* ------------------------------------------------------ */

/* default - white on dark blue */

/* light - dark blue on light blue */

.callout-light,
.callout-light .callout-horizontal__content {
  background-color: #eff5fa;
  color: #004071;
}

.callout-light .callout-horizontal__title,
.callout-light .callout-horizontal__subtitle,
.callout-light .callout-horizontal__text,
.callout-light p {
  color: #004071;
}

/* alt - white on green */

.callout-alt,
.callout-alt .callout-horizontal__content {
  background-color: #A6CE39;
  color: #ffffff;
}

.callout-alt .callout-horizontal__title,
.callout-alt .callout-horizontal__subtitle,
.callout-alt .callout-horizontal__text,
.callout-alt p {
  color: #051C2A;
}

/* alt for .callout-horizontal-two */

.callout-light h2,
.callout-light p {
  color: #004071;
}

.callout-light hr {
  border-color: #004071;
}

.callout-alt h2,
.callout-alt p {
  color: #051C2A;
}

.callout-alt a,
.callout-alt p a {
  color: #000000;
}

.callout-alt hr {
  border-color: #051C2A;
}

/* Events listing */

.callout-vertical-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 1rem;
  margin-bottom: -1rem;
}

@media (min-width: 768px) {
  .callout-vertical-component {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 0.5rem;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .callout-vertical-component__inline-left {
    width: 50%;
    float: left;
    margin-top: 0.25rem;
    margin-left: 0;
    margin-right: 2rem;
    width: 49%;
  }

  .callout-vertical-component__inline-left .callout-card {
    margin: 0;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }

  .callout-vertical-component__inline-right {
    width: 50%;
    float: right;
    margin-top: 0.25rem;
    margin-left: 2rem;
    margin-right: 0;
    width: 49%;
  }

  .callout-vertical-component__inline-right .callout-card {
    margin: 0;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}

.callout-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #004071;
  margin: 0;
  margin-bottom: 2.5rem;
}

.callout-card__thumbnail-bg {
  background-position: center;
  background-size: cover;
  height: 11.5rem;
}

.callout-card__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.callout-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.375;
  color: #ffffff;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.callout-card__title .symbol {
  margin-right: 0.25rem;
}

.callout-card__title .symbol .icon {
  font-size: 2.25rem;
}

.callout-card__content p {
  font-size: 0.889rem;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.callout-card__content p:last-of-type,
.callout-card__content p:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.callout-card__link {
  display: block;
  font-size: 0.889rem;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}

.callout-card__link .symbol .icon {
  font-size: 0.889rem;
  color: #ffffff;
}

.callout-card__link:focus,
.callout-card__link:focus .symbol .icon,
.callout-card__link:hover,
.callout-card__link:hover .symbol .icon {
  color: #051C2A;
}

@media (min-width: 640px) {
  .callout-card {
    margin-left: 0;
    margin-right: 0;
  }

  .callout-card__title {
    font-size: 1.278rem;
  }

  .callout-card__title .symbol .icon {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .callout-card {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .callout-card {
    margin: 1rem;
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .callout-card__thumbnail-bg {
    height: 16.5rem;
  }

  .callout-card__content {
    margin-left: 2.5rem;
    margin-right: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }

  .callout-card__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
  }

  .callout-card__title .symbol {
    margin-right: 0.5rem;
  }

  .callout-card__title .symbol .icon {
    font-size: 4rem;
  }

  .callout-card__content p {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .callout-card__link {
    font-size: 1rem;
    margin-left: 2.5rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }

  .callout-card__inline-left {
    width: 50%;
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 2rem;
    width: 49%;
  }

  .callout-card__inline-right {
    width: 50%;
    float: right;
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 0;
    width: 49%;
  }
}

/* default - white on dark blue */

/* light - dark blue on light blue */

.callout-card__light {
  background-color: #eff5fa;
  color: #004071;
}

.callout-card__light .callout-card__title {
  color: #004071;
}

.callout-card__light .callout-card__content p {
  color: #004071;
}

/* ALT colour black on green */

.callout-card__alt {
  background-color: #A6CE39;
  color: #051C2A;
}

.callout-card__alt .callout-card__title {
  color: #051C2A;
}

.callout-card__alt .callout-card__content p {
  color: #051C2A;
}

.alert-carousel-wrapper {
  position: relative;
}

.alert-carousel-wrapper a {
  color: #ffffff;
}

.carousel-slide div ul li::before {
  background-image: url("../../img/projectSSA/icons-fallback/icon-arrow-link-white.png");
}

.carousel-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-color: #004071;
  padding: 1.25rem;
  color: #ffffff;
}

.carousel-slide:not(:first-child) {
  display: none;
}

.carousel-slide p {
  color: #ffffff;
}

.carousel-slide > div {
  border-color: #ffffff;
  border-top-width: 1px;
  margin-right: 5rem;
  padding-top: 1.5rem;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.carousel-slide > div:first-child {
  padding-top: 0;
  border-width: 0;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

@media screen and (min-width: 768px) {
  .carousel-slide {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .carousel-slide > div {
    border-width: 0;
    border-left-width: 1px;
    padding-left: 2.5rem;
    margin-right: 3rem;
    padding-top: 0;
    -ms-flex: 1 1 66%;
        flex: 1 1 66%;
  }

  .carousel-slide > div:first-child {
    border-width: 0;
    padding-left: 0;
    margin-right: 2.5rem;
    -ms-flex: 1 1 33%;
        flex: 1 1 33%;
  }
}

/* Buttons */

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  margin: auto;
  right: 1rem;
}

@media screen and (min-width: 768px) {
  .slick-prev,
    .slick-next {
    right: 2.2rem;
  }
}

.slick-next {
  bottom: 0;
  top: -3.5rem;
}

.slick-prev {
  bottom: 0;
  top: 3.5rem;
}

.slick-disabled {
  opacity: 0.5;
}

/* Slider */

.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track::before, .slick-track::after {
  content: '';
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -1rem;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.5rem;
  position: relative;
}

.slick-dots li::before {
  display: none;
}

.slick-dots li button {
  background-color: #051c2a;
  border: 0;
  border-radius: 9999px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 0.8rem;
  line-height: 0;
  opacity: 0.5;
  outline: none;
  overflow: hidden;
  width: 0.8rem;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.cta {
  background-color: #004071;
  padding: 2.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex: 1;
      flex: 1;
  min-height: 12rem;
}

.cta h3 {
  color: #fff;
  margin-top: 0;
  width: 100%;
}

/* Events listing */

.events-listing-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 2.5rem;
}

.events-listing-left {
  display: block;
  margin-bottom: 2.5rem;
}

.events-listing-right {
  display: block;
}

@media (min-width: 768px) {
  .events-listing-component {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 2.5rem;
  }

  .events-listing-left {
    width: 33.333333%;
    padding-right: 2rem;
    margin-top: 0;
  }

  .events-listing-right {
    width: 66.666667%;
  }
}

@media (min-width: 1024px) {
  .events-listing-left {
    padding-right: 4rem;
  }
}

.events-listing {
  font-size: 1rem;
  line-height: 1.625;
  border-bottom-width: 1px;
  border-color: #d8d5d5;
  padding-bottom: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.events-listing__title {
  font-size: 2.25rem;
  line-height: 1.25;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.events-listing p {
  margin-bottom: 0.25rem;
}

.events-listing__image-full {
  width: 100%;
  margin-bottom: 2rem;
}

.events-listing__recurring {
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  font-size: 0.889rem;
  text-decoration: none;
  color: #051C2A;
  background-color: #A6CE39;
  height: 3rem;
  margin-right: 0.25rem;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}

.events-listing__recurring .symbol {
  margin-left: 1rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.events-listing__recurring .icon-calendar-blue {
  color: #051C2A;
}

.events-listing__recurring__label {
  display: inline-block;
  font-size: 0.889rem;
  margin-right: 1rem;
}

.events-listing__date {
  font-size: 0.889rem;
  padding-right: 1rem;
}

.events-listing__location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 0.889rem;
  padding-left: 0;
  padding-right: 1rem;
  margin-left: 0;
}

.events-listing__location .symbol {
  margin-right: 0.25rem;
}

.events-listing__location .symbol .icon-event-location {
  color: #004071;
}

/* Repeatable filter list for events listing page */

.events-listing-filter {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition-duration: 500ms;
}

.events-listing-filter__title {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.889rem;
  font-weight: 600;
  color: #004071;
  border-color: #d8d5d5;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.events-listing-filter h1 {
  display: none;
}

.events-listing-filter__title button.option {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  display: block;
  text-decoration: none;
  color: #004071;
  width: 83.333333%;
}

.events-listing-filter__title button.option:hover {
  background-color: #ffffff;
}

.events-listing-filter__options {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-color: #d8d5d5;
  border-width: 1px;
  border-top-width: 0;
  margin-top: 0.25rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
  padding-left: 0;
  display: none;
  left: 0;
  min-width: 5rem;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  visibility: hidden;
}

.events-listing-filter__options li {
  list-style: none;
  margin: 0;
}

.events-listing-filter__options.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.events-listing-filter button {
  text-align: left;
  font-size: 0.889rem;
  font-weight: 700;
  color: #2b6cb0;
  text-decoration: none;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}

.events-listing-filter button:hover {
  color: #051C2A;
  background-color: #eff5fa;
}

.events-listing-filter button.active {
  background: #eff5fa;
}

.events-listing-filter .symbol {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 768px) {
  .events-listing__recurring__label {
    font-size: 0.889rem;
  }
}

@media (min-width: 768px) {
  .events-listing-right:nth-child(1) {
    margin-top: 0;
  }

  .events-listing-filter {
    background-color: #eff5fa;
    border-style: none;
    box-shadow: none;
  }

  .events-listing-filter__title {
    display: block;
    margin: 0;
    padding: 0;
  }

  .events-listing-filter h1 {
    display: block;
    font-size: 0.889rem;
    font-weight: 600;
    background-color: #004071;
    color: #fff;
    border-width: 0;
    box-shadow: none;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    cursor: initial;
  }

  .events-listing-filter__title button.option {
    display: none;
  }

  .events-listing-filter .symbol {
    display: none;
  }

  .events-listing-filter__options {
    position: relative;
    display: block;
    background-color: #ebf8ff;
    border-width: 0;
    padding-top: 0.5rem;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }

  .events-listing-filter button.active {
    color: #ffffff;
    background-color: #6491be;
  }

  .events-listing__location {
    margin-bottom: 1rem;
  }
}

/* DEPRECIATED */

/* Social share */

.events-listing__share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.events-listing__share__text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: inline-block;
  font-size: 1.278rem;
  font-weight: 600;
  color: #051C2A;
  color: #004071;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.events-listing__share__icons {
  display: inline-block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.events-listing__share__icons .symbol {
  margin-right: 1.5rem;
  font-size: 1.278rem;
}

@media (min-width: 768px) {
  .events-listing__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .events-listing__share__text {
    font-size: 1rem;
  }

  .events-listing__share__icons .symbol {
    margin-right: 0.5rem;
    font-size: 1.278rem;
  }
}

.events-homepage {
  display: block;
}

.events-homepage > div {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
}

.events-homepage > div:first-child {
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .events-homepage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .events-homepage > div:first-child {
    margin-bottom: 0;
    margin-left: 0.75rem;
    -ms-flex-order: 1;
        order: 1;
  }

  .events-homepage > div:last-child {
    margin-right: 0.75rem;
    -ms-flex-order: 0;
        order: 0;
  }
}

.events-homepage-month {
  font-weight: 700;
  color: #004071;
  text-transform: capitalize;
}

.events-homepage-day {
  font-weight: 700;
  color: #004071;
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.events-homepage-category {
  color: #000;
  display: block;
  margin-bottom: 0.25rem;
}

.events-homepage-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.events-homepage-location > div:first-child {
  -ms-flex: 0 0 1.5rem;
      flex: 0 0 1.5rem;
}

.events-homepage-featured-image {
  background-size: cover;
}

.events-homepage-featured-image > div {
  position: absolute;
  font-weight: 700;
  background-color: #004071;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #fff;
  font-size: 0.889rem;
}

.events-homepage-featured-image > img {
  width: 100%;
}

.events-homepage-list {
  border-top: 4px solid #004071;
}

.events-homepage-description {
  display: block;
  border-style: solid;
  border-left-width: 1px;
  border-color: #cbd5e0;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px) {
  .events-homepage-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.events-homepage-description > div:first-child {
  margin-right: 0.75rem;
  -ms-flex: 1 1 66%;
      flex: 1 1 66%;
}

.events-homepage-description > div:last-child {
  -ms-flex: 1 1 33%;
      flex: 1 1 33%;
}

.events-homepage-description h5 {
  font-weight: 700;
  color: #004071;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.events-homepage-description p {
  margin-bottom: 0.5rem;
}

.events-homepage-row {
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #cbd5e0;
}

.events-homepage-row > div:first-child {
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: 1.5rem;
  -ms-flex: 0 0 3rem;
      flex: 0 0 3rem;
}

.events-homepage-row > div:last-child {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}

.events-homepage-row-featured {
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.events-homepage-row-featured > div:first-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.events-homepage-row-featured .events-homepage-description {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .events-homepage-row > div {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .events-homepage-row > div:first-child {
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-right: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .events-homepage-row .events-homepage-description {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .events-homepage-row-featured > div:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .events-homepage-row-featured .events-homepage-description {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .events-homepage-category {
    padding-left: 1.5rem;
  }
}

.form-control {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 2px solid #d8d5d5;
  border-radius: 0.25rem;
  color: #44545f;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: add(1.5em, add(0.75rem, 4px, false));
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form-control.is-valid {
  border: 2px solid #051c2a;
}

.form-control.is-invalid {
  border: 2px solid #fe203e;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #44545f;
}

.form-control:-ms-input-placeholder {
  color: #d8d5d5;
  opacity: 1;
}

.form-control::placeholder {
  color: #d8d5d5;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f8f9fa;
  opacity: 1;
}

input[type='date'].form-control,
input[type='time'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  background-color: #ffffff;
  color: #44545f;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: add(0.375rem, 2px);
  padding-top: add(0.375rem, 2px);
}

.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0;
  width: 100%;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.form-row > .col,
  .form-row > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}

.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}

.form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
  color: #d8d5d5;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}

.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}

.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem;
  position: relative;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  height: 1.375rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1.25rem;
  z-index: -1;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #004071;
  box-shadow: none;
  color: #004071;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px #fe203e;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #88b1d7;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #aecae4;
  border-color: #aecae4;
  box-shadow: none;
  color: #ffffff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #44545f;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f8f9fa;
}

.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

.custom-control-label::before {
  background-color: #ffffff;
  border: #d8d5d5 solid 2px;
  box-shadow: inset 0 1px 1px rgba(5, 28, 42, 0.075);
  content: '';
  display: block;
  height: 1.25rem;
  left: -1.75rem;
  pointer-events: none;
  position: absolute;
  top: 0.125rem;
  width: 1.25rem;
}

.custom-control-label::after {
  background: no-repeat 50% / 65% 65%;
  content: '';
  display: block;
  height: 1.25rem;
  left: -1.75rem;
  position: absolute;
  top: 0.125rem;
  width: 1.25rem;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%233872a8' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #004071;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%233872a8' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(56, 114, 168, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(56, 114, 168, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%233872a8'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(56, 114, 168, 0.5);
}

.custom-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%2344545f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  border: 2px solid #d8d5d5;
  border-radius: 0.25rem;
  color: #44545f;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: add(1.5em, add(0.75rem, 4px, false));
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  width: 100%;
  /*
  &:focus {
    border-color: $custom-select-focus-border-color;
    outline: 0;

    &::-ms-value {
      background-color: $input-bg;
      // For visual consistency with other platforms/browsers,
      // suppress the default white text on blue background highlight given to
      // the selected option text when the (still closed) <select> receives focus
      // in IE and (under certain conditions) Edge.
      color: $input-color;
    }
    @if $enable-shadows {
      box-shadow: $custom-select-box-shadow;
    } @else {
      // Avoid using mixin so we can pass custom focus shadow properly
      box-shadow: $custom-select-focus-box-shadow;
    }
  }*/
}

.custom-select[multiple], .custom-select[size]:not([size='1']) {
  background-image: none;
  height: auto;
  padding-right: 0.75rem;
}

.custom-select:disabled {
  background-color: #f8f9fa;
  color: #d8d5d5;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #44545f;
}

.custom-file {
  display: inline-block;
  height: add(1.5em, add(0.75rem, 4px, false));
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.custom-file-input {
  height: add(1.5em, add(0.75rem, 4px, false));
  margin: 0;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #88b1d7;
  box-shadow: 0 0 0 3px #fe203e;
}

.custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f8f9fa;
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  background-color: #ffffff;
  border: 2px solid #d8d5d5;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(5, 28, 42, 0.075);
  color: #44545f;
  font-weight: 400;
  height: add(1.5em, add(0.75rem, 4px, false));
  left: 0;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.custom-file-label::after {
  border-left: inherit;
  border-radius: 0.25rem;
  bottom: 0;
  color: #44545f;
  content: 'Browse';
  display: block;
  height: add(1.5em, 0.75rem);
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fake-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
  padding: 1rem 0 0 1rem;
}

.fake-grid > * {
  background-clip: padding-box;
  border: 0 solid transparent;
  border-width: 0 1rem 0 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .fake-grid {
    margin: -1rem;
  }

  .fake-grid-md-2 > * {
    border-width: 0 1rem 1rem 0;
    width: calc(100% / 2);
  }
}

.map-wrap {
  position: relative;
  width: 100%;
}

.map-map {
  height: 100%;
  min-height: 50em;
  width: 100%;
}

.map-controls {
  margin-top: 0.75rem;
  margin-right: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 768px) {
  .map-controls {
    margin-top: 5rem;
    margin-right: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.map .gm-style-iw-c {
  border-radius: 0;
  min-width: 15rem;
  width: 20rem;
}

.map address {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-style: normal;
}

.map aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.map aside .hide-on-aside {
  display: none;
}

.map aside .map-contact-us {
  background: #ffffff;
  padding: 1.25rem;
}

@media all and (-ms-high-contrast: none) {
  .map aside .map-contact-us {
    overflow-y: scroll;
    /* IE11 */
  }
}

.map aside .map-markers {
  background: #ffffff;
  display: none;
  position: relative;
}

.map aside .map-markers .scrollable {
  bottom: 1.25rem;
  left: 1.25rem;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

@media all and (-ms-high-contrast: none) {
  .map aside .map-markers .scrollable {
    right: 0;
    /* IE11 */
  }
}

.map aside .map-markers .map-address {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-right: 1.25rem;
  border-bottom: 1px solid #d8d5d5;
}

@media (min-width: 768px) {
  .map aside .map-markers {
    border-top: 1px solid #d8d5d5;
    display: block;
    height: 50%;
  }
}

@media (min-width: 768px) {
  .map aside {
    bottom: 0;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 27rem;
    z-index: 1;
  }
}

/* Top of page hero */

.hero {
  background-color: #eff5fa;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero h1,
.hero .hero__heading {
  font-size: 2.25rem;
  font-weight: 400;
  color: #004071;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* Break Points */

@media (min-width: 768px) {
  .hero .hero__heading {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (min-width: 1160px) {
  .hero h1,
  .hero .hero__heading {
    font-size: 3rem;
    color: #004071;
    margin: 0;
    margin-left: 14rem;
    margin-right: 14rem;
    margin-left: 12rem;
    margin-right: 12rem;
  }
}

@media (min-width: 1600px) {
  .hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hero h1,
  .hero .hero__heading {
    font-size: 4rem;
  }
}

/* Top of page hero with image */

.page-hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background-color: #eff5fa;
}

.page-hero__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 14rem;
  width: 100%;
}

.page-hero__image__label {
  display: none;
  float: right;
  background-color: #000;
  color: #fff;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.page-hero__description {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-hero h1,
.page-hero h1.page-hero__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #004071;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-hero__description h2,
.page-hero__description h2.page-hero__heading {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2rem;
  margin-right: 2rem;
}

@media (min-width: 640px) {
  .page-hero__image {
    height: 14rem;
  }
}

@media (min-width: 768px) {
  .page-hero h1,
  .page-hero__heading {
    margin-left: 8rem;
    margin-right: 8rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .page-hero__description h2,
  .page-hero__description h2.page-hero__heading {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

@media (min-width: 1024px) {
  .page-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #eff5fa;
  }

  .page-hero__image {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: 100%;
    height: 21rem;
  }

  .page-hero__image__label {
    display: inline-block;
    float: right;
    background-color: #051C2A;
    color: #ffffff;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .page-hero__description {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    overflow: hidden;
  }

  .page-hero__description h1,
  h1.page-hero__heading {
    font-size: 1.278rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .page-hero__description h2,
  h2.page-hero__heading {
    font-size: 3rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (min-width: 1600px) {
  .page-hero__image {
    height: 26rem;
  }

  .page-hero__description h1,
  .page-hero__description h1.page-hero__heading {
    font-size: 1.5rem;
  }

  .page-hero__description h2,
  .page-hero__description h2.page-hero__heading {
    font-size: 4rem;
  }
}

/* Top of main section page hero */

.section-hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #eff5fa;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

.section-hero__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 14rem;
  width: 100%;
}

.section-hero__image__label {
  display: none;
  float: right;
  background-color: #000;
  color: #fff;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-hero__description {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section-hero h1,
.section-hero__heading {
  color: #004071;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.section-hero__description p {
  color: #004071;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .section-hero__image {
    height: 14rem;
    width: auto;
  }
}

@media (min-width: 768px) {
  .section-hero h1,
  .section-hero__heading {
    margin-left: 8rem;
    margin-right: 8rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .section-hero__description p {
    margin-left: 8rem;
    margin-right: 8rem;
    font-size: 1.167rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .section-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #eff5fa;
  }

  .section-hero__image {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: 26rem;
  }

  .section-hero__image__label {
    display: inline-block;
    float: right;
    background-color: #051C2A;
    color: #ffffff;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .section-hero__description {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .section-hero h1,
  .section-hero__heading {
    font-size: 3rem;
    margin-left: 4rem;
    margin-right: 5rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .section-hero__description p {
    font-size: 1.278rem;
    line-height: 1.625;
    color: #004071;
    margin-left: 4rem;
    margin-right: 5rem;
  }
}

@media (min-width: 1600px) {
  .section-hero__image {
    height: 35rem;
  }

  .section-hero h1,
  .section-hero__heading {
    font-size: 4rem;
  }

  .section-hero__description p {
    font-size: 1.5rem;
  }
}

/* Top of homepage page header */

.homepage-hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #ffffff;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

.homepage-hero__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 14rem;
  width: 100%;
}

.homepage-hero__image__label {
  display: inline-block;
  float: right;
  background-color: #000;
  color: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.homepage-hero__description h1,
h1.homepage-hero__heading {
  color: #00B8EC;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.homepage-hero__description h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  line-height: 1.1;
}

.homepage-hero__description .search-box {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .homepage-hero__description .search-box {
    margin-left: 4rem;
    margin-right: 5rem;
  }
}

@media (min-width: 1160px) {
  .homepage-hero__description .search-box {
    margin-left: 4rem;
    margin-right: 5rem;
  }
}

@media (min-width: 640px) {
  .homepage-hero__image {
    height: 14rem;
  }
}

@media (min-width: 1024px) {
  .homepage-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 35rem;
  }

  .homepage-hero__image {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: left top;
    height: 100%;
  }

  .homepage-hero__image__label {
    display: inline-block;
    float: right;
    background-color: #051C2A;
    color: #ffffff;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .homepage-hero__description {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    overflow: hidden;
  }

  .homepage-hero__description h1,
  h1.homepage-hero__heading {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 4rem;
    margin-right: 5rem;
    font-size: 1.166rem;
  }

  .homepage-hero__description h2 {
    font-size: 3rem;
    margin-left: 4rem;
    margin-right: 5rem;
  }

  .homepage-hero__description .search-box {
    margin-left: 4rem;
    margin-right: 5rem;
  }
}

@media (min-width: 1160px) {
  .homepage-hero__description h1,
  h1.homepage-hero__heading {
    font-size: 1.2rem;
  }

  .homepage-hero__description h2 {
    font-size: 4rem;
  }

  .homepage-hero__description .search-box {
    margin-left: 4rem;
    margin-right: 5rem;
  }
}

.topnav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  position: relative;
  /* tablet */
  /* desktop */
}

.topnav-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 1 1;
      flex: 0 1 1;
  height: 70px;
  margin-right: 3px;
  -ms-flex-order: 1;
      order: 1;
  padding-right: 1rem;
}

.topnav-logo > svg {
  height: 28px;
  width: 188px;
}

.topnav .topnav-megamenu,
  .topnav .topnav-normalmenu {
  background: #eff5fa;
  box-shadow: none;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
}

.topnav .topnav-megamenu div > a,
    .topnav .topnav-normalmenu div > a {
  color: #fff;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.topnav .topnav-megamenu div > a:hover,
      .topnav .topnav-normalmenu div > a:hover {
  color: #000;
}

.topnav-level2-button, .topnav-level1-button {
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}

.topnav-level2-button .icon, .topnav-level1-button .icon {
  color: #004071;
}

.topnav-level2-button:hover .icon, .topnav-level1-button:hover .icon {
  color: #000;
}

.topnav-level2-button.active, .topnav-level1-button.active {
  border-bottom: 3px solid #004071;
}

.topnav-level3-button .icon {
  color: #fff;
}

.topnav-level3-button:hover .icon {
  color: #000;
}

.topnav-menu-button span,
  .topnav-menu-button .icon {
  color: #000;
  transition: color 0.2s ease-in-out;
}

.topnav-menu-button:hover span,
  .topnav-menu-button:hover .icon {
  color: #004071;
}

.topnav-mainmenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  box-shadow: none;
  display: none;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-order: 4;
      order: 4;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
}

.topnav-mainmenu .topnav-level2-button.active {
  border-bottom: 3px solid transparent;
}

.topnav-mainmenu .topnav-close {
  display: none;
}

.topnav-mainmenu .topnav-close-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 70px;
}

.topnav-mainmenu a.topnav-menulink {
  color: #004071;
  font-weight: 700;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  height: 70px;
  transition: color 0.2s ease-in-out;
}

.topnav-mainmenu a.topnav-menulink:hover {
  color: #000;
}

.topnav-mainmenu .topnav-normalmenu {
  position: absolute;
  width: auto;
}

.topnav-mainmenu .topnav-level3-menu {
  display: none;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  padding-bottom: 0.5rem;
  width: 100%;
}

.topnav-mainmenu .topnav-level3-menu > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1rem;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease-in-out;
}

.topnav-mainmenu .topnav-level3-menu > a:hover {
  color: #000;
}

.topnav-mainmenu .topnav-normalmenu,
    .topnav-mainmenu .topnav-megamenu {
  background-color: #004071;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  position: relative;
  width: 100%;
}

.topnav-mainmenu .topnav-normalmenu aside,
      .topnav-mainmenu .topnav-megamenu aside {
  padding-bottom: 2rem;
  padding-top: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
}

.topnav-mainmenu .topnav-normalmenu > div .topnav-level3-menu:first-child,
      .topnav-mainmenu .topnav-megamenu > div .topnav-level3-menu:first-child {
  margin-top: -0.5rem;
}

.topnav-mainmenu .topnav-normalmenu .topnav-level3,
      .topnav-mainmenu .topnav-megamenu .topnav-level3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #6491be;
}

.topnav-mainmenu .topnav-normalmenu .topnav-level3 > a,
        .topnav-mainmenu .topnav-megamenu .topnav-level3 > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
}

.topnav-mainmenu .topnav-normalmenu .topnav-level3 > a:hover,
          .topnav-mainmenu .topnav-megamenu .topnav-level3 > a:hover {
  color: #000;
}

.topnav-mainmenu.show {
  box-shadow: 0 8px 10px 5px rgba(102, 102, 102, 0.5);
}

.topnav-mainmenu > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #eff5fa;
  border-bottom: 1px solid #cddbe6;
  width: 100%;
}

.topnav-mainmenu > div button {
  height: 70px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.topnav-extra {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 1 1;
      flex: 0 1 1;
  height: 100%;
  -ms-flex-order: 3;
      order: 3;
}

.topnav .inline-block-mobile {
  display: inline-block;
}

.topnav .inline-flex-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.topnav .inline-block-desktop {
  display: none;
}

.topnav-menu-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 65px;
}

.topnav-menu-button > span {
  display: inline-block;
  -ms-flex: 1;
      flex: 1;
  font-size: 0.9rem;
}

.topnav-menu-button > svg {
  display: none;
}

.topnav-menu-button.active > span {
  display: none;
}

.topnav-menu-button.active > svg {
  display: inline-block;
  -ms-flex: 1;
      flex: 1;
}

.topnav button.topnav-level1-button {
  padding: 0 0.5rem;
}

.topnav button.topnav-level1-button.active + .topnav-normalmenu,
    .topnav button.topnav-level1-button.active + .topnav-megamenu {
  box-shadow: 0 8px 10px 5px rgba(102, 102, 102, 0.5);
}

.topnav button span {
  font-weight: bold;
}

.topnav button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 70px;
}

.topnav button > svg.rotating {
  transition: all 0.2s ease-in-out;
}

.topnav button.active > svg.rotating {
  transform: rotate(180deg);
}

.topnav-langs li::before {
  display: none;
}

.topnav-langs a {
  color: #000;
}

.topnav-langs a:hover {
  text-decoration: none;
  color: #004071;
}

@media (min-width: 768px) {
  .topnav-logo {
    padding-left: 1rem;
  }

  .topnav-extra {
    padding-right: 1rem;
  }
}

@media (min-width: 1250px) {
  .topnav-logo > svg {
    height: 44px;
    width: 294px;
  }

  .topnav .topnav-megamenu,
    .topnav .topnav-normalmenu {
    background: #eff5fa;
  }

  .topnav .topnav-megamenu div > a,
      .topnav .topnav-normalmenu div > a {
    color: #000;
  }

  .topnav .topnav-megamenu div > a:hover,
        .topnav .topnav-normalmenu div > a:hover {
    color: #004071;
  }

  .topnav .topnav-megamenu {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .topnav-mainmenu {
    -ms-flex-direction: row;
        flex-direction: row;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    min-height: 130px;
    -ms-flex-order: 2;
        order: 2;
    position: static;
    top: 0;
    width: 0;
  }

  .topnav-mainmenu .topnav-level2-button {
    margin-right: 3px;
  }

  .topnav-mainmenu .topnav-level2-button.active {
    border-bottom: 3px solid #004071;
  }

  .topnav-mainmenu a.topnav-menulink {
    color: #004071;
    height: auto;
    line-height: 1.1rem;
  }

  .topnav-mainmenu .topnav-normalmenu,
      .topnav-mainmenu .topnav-megamenu {
    background-color: #f8f9fa;
    position: absolute;
  }

  .topnav-mainmenu .topnav-normalmenu aside,
        .topnav-mainmenu .topnav-megamenu aside {
    background-color: #eff5fa;
    display: block;
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
  }

  .topnav-mainmenu .topnav-normalmenu aside h4,
          .topnav-mainmenu .topnav-megamenu aside h4 {
    color: #004071;
    font-weight: 700;
  }

  .topnav-mainmenu .topnav-normalmenu .topnav-level3,
        .topnav-mainmenu .topnav-megamenu .topnav-level3 {
    border: 0;
    margin-bottom: 0.5rem;
  }

  .topnav-mainmenu .topnav-normalmenu .topnav-level3 a,
          .topnav-mainmenu .topnav-megamenu .topnav-level3 a {
    color: #004071;
  }

  .topnav-mainmenu .topnav-normalmenu .topnav-level3 + .topnav-level3,
          .topnav-mainmenu .topnav-megamenu .topnav-level3 + .topnav-level3 {
    margin-top: 1rem;
  }

  .topnav-mainmenu .topnav-normalmenu .topnav-level3-menu,
        .topnav-mainmenu .topnav-megamenu .topnav-level3-menu {
    display: block !important;
  }

  .topnav-mainmenu .topnav-normalmenu .topnav-level3-menu a,
          .topnav-mainmenu .topnav-megamenu .topnav-level3-menu a {
    color: #000;
  }

  .topnav-mainmenu .topnav-megamenu > div {
    padding: 1rem;
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    padding-top: 70px;
  }

  .topnav-mainmenu .topnav-megamenu > div .topnav-level3-menu:first-child {
    margin-top: 0;
  }

  .topnav-mainmenu .topnav-megamenu .topnav-close {
    display: block;
    margin: 0;
    padding: 0 3rem 0 0;
    position: absolute;
    right: 0;
  }

  .topnav-mainmenu .topnav-megamenu .topnav-close .icon {
    color: #004071;
    transition: color 0.2s ease-in-out;
  }

  .topnav-mainmenu .topnav-megamenu .topnav-close:hover .icon {
    color: #000;
  }

  .topnav-mainmenu .topnav-level2-menu.topnav-normalmenu {
    left: -40%;
    padding: 1rem;
    width: 180%;
  }

  .topnav-mainmenu > div {
    background: #ffffff;
    border: 0;
    width: auto;
  }

  .topnav-mainmenu.show {
    box-shadow: none;
  }

  .topnav .relative-desktop {
    position: relative;
  }

  .topnav .inline-flex-mobile,
    .topnav .inline-block-mobile {
    display: none;
  }

  .topnav .inline-block-desktop {
    display: inline-block;
  }

  .topnav button > * {
    margin-right: 0.5rem;
  }

  .topnav button > *:last-child {
    margin-right: 0;
  }

  .topnav button.topnav-level1-button,
    .topnav button.topnav-level2-button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
    height: 130px;
  }

  .topnav button.topnav-level1-button.active .topnav-normalmenu,
      .topnav button.topnav-level1-button.active .topnav-megamenu,
      .topnav button.topnav-level1-button.active + .topnav-normalmenu,
      .topnav button.topnav-level1-button.active + .topnav-megamenu,
      .topnav button.topnav-level2-button.active .topnav-normalmenu,
      .topnav button.topnav-level2-button.active .topnav-megamenu,
      .topnav button.topnav-level2-button.active + .topnav-normalmenu,
      .topnav button.topnav-level2-button.active + .topnav-megamenu {
    box-shadow: 0 8px 10px 5px rgba(102, 102, 102, 0.5);
  }

  .topnav button.topnav-menu-button {
    display: none;
  }
}

.news-alert {
  background-color: #004071;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
}

.news-alert h4 .icon {
  font-size: 2.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-alert a {
  color: #ffffff;
}

.news-alert-image {
  background-size: cover;
  background-position: center;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
}

.news-alert-content {
  padding-left: 1.25rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
}

@media screen and (min-width: 768px) {
  .news-alert h4 .icon {
    font-size: 4rem;
  }

  .news-alert-content {
    padding-left: 2.5rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}

/* Tab navigation */

.page-tabs {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem;
  transition-duration: 0.5s;
}

.page-tabs__title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.889rem;
  font-weight: 600;
  color: #004071;
  border-color: #d8d5d5;
  border-width: 1px;
  border-radius: 0.25rem;
  cursor: pointer;
}

.page-tabs__title button.option {
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  color: #004071;
  width: 83.333333%;
  height: 1rem;
}

.page-tabs__options {
  position: absolute;
  z-index: 10;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background-color: #ffffff;
  border-color: #d8d5d5;
  border-width: 1px;
  border-top-width: 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding-top: 0;
  padding-bottom: 0.5rem;
  margin-top: -0.25rem;
  min-width: 5rem;
}

.page-tabs__options.open {
  display: block;
  opacity: 1;
  visibility: visible;
}

.page-tabs__options li {
  display: block;
  color: #051C2A;
  width: 100%;
  line-height: 1.2;
}

.page-tabs__options li button {
  display: block;
  text-align: left;
  font-size: 0.889rem;
  font-weight: 600;
  color: #2b6cb0;
  text-decoration: none;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.page-tabs__options li button.active {
  text-decoration: none;
  background-color: #eff5fa;
  color: #051C2A;
}

.page-tabs__options li button:hover,
.page-tabs__options li button:focus {
  text-decoration: none;
  background-color: #eff5fa;
  color: #051C2A;
  background-size: 100% 100%;
}

.page-tabs__content {
  display: none;
}

.page-tabs__content.active {
  display: inherit;
}

@media screen and (min-width: 760px) {
  .page-tabs {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    transition-duration: 0.5s;
  }

  .page-tabs__title {
    display: none;
  }

  .page-tabs__title h1 {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  .page-tabs__options {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    opacity: 1;
    visibility: visible;
    border-width: 0;
    box-shadow: none;
    width: 100%;
    height: 2rem;
    padding: 0;
    padding-top: 1rem;
    margin: 0;
    margin-top: 3rem;
    height: 4.5rem;
    min-width: 30rem;
  }

  .page-tabs__options.open {
    display: -ms-flexbox;
    display: flex;
  }

  .page-tabs__options li {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    display: inline-block;
    float: left;
    color: #051C2A;
    text-align: center;
    height: 100%;
    line-height: 1.2;
  }

  /* Do not use single tab, to catch errors */

  .tabs-1 li {
    width: 100%;
  }

  .tabs-3 li {
    width: 33.3%;
  }

  .tabs-2 li {
    width: 50%;
  }

  .tabs-4 li {
    width: 25%;
  }

  .tabs-5 li {
    width: 20%;
  }

  .page-tabs__options li button {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    background-color: #004071;
    color: #ffffff;
    border-color: #004071;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-left: 0;
    background-size: 10% 10%;
  }

  .page-tabs__options li.first button,
  .page-tabs__options li:first-of-type button,
  .page-tabs__options li:nth-child(1) button {
    border-radius: 9999px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3rem;
    border-top-left-radius: 3rem;
  }

  .page-tabs__options li.last button,
  .page-tabs__options li:last-of-type button {
    border-radius: 9999px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .page-tabs__options li button:hover,
  .page-tabs__options li button:focus {
    text-decoration: none;
    background-color: #051C2A;
    color: #ffffff;
    border-color: #051C2A;
    background-size: 100% 100%;
  }

  .page-tabs__options li button.active {
    text-decoration: none;
    background-color: #051C2A;
    color: #ffffff;
    border-color: #051C2A;
  }

  .page-tabs__options.tabs-1 li button,
  .page-tabs__options.tabs-1 li button:last-of-type {
    border-radius: 3rem;
  }
}

.resource-address address {
  font-style: normal;
}

.resource-hotline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #eff5fa;
  max-width: 14.5rem;
  width: auto;
}

.resource-hotline > div {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 1.25rem;
  padding-left: 0.75rem;
}

.resource-hotline > div:first-child {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-right: 0;
}

.resource-hotline > div:nth-of-type(2) {
  width: 12rem;
}

.resource-hotline .rounded-full > div {
  height: 31px;
}

.resource-hotline h5,
  .resource-hotline strong {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.resource-hotline p {
  font-size: 0.889rem;
  margin: 0;
}

@media screen and (min-width: 640px) {
  .resource-hotline {
    width: 14rem;
  }
}

@media screen and (min-width: 768px) {
  .resource-hotline {
    width: 14rem;
  }
}

@media screen and (min-width: 1600px) {
  .resource-hotline {
    max-width: 16.5rem;
    width: 16.5rem;
  }

  .resource-hotline h5,
      .resource-hotline strong {
    font-size: 1.278rem;
  }

  .resource-hotline p {
    font-size: 1rem;
  }
}

.resource-person p {
  margin: 0;
}

li .resource-person p {
  margin: 0;
}

.search-box {
  position: relative;
  color: #004071;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.search-box__before {
  position: absolute;
  left: 0;
  color: #2b6cb0;
  height: 3rem;
  margin-top: 0.25rem;
  margin-right: 1rem;
  padding-top: 0;
  padding-left: 1rem;
}

.search-box__before .icon-magnifying-glass {
  font-size: 1.278rem;
}

.search-box__input {
  border-radius: 9999px;
  background-color: #fff;
  color: #051C2A;
  font-size: 1rem;
  font-weight: 600;
  border-width: 2px;
  border-color: #d8d5d5;
  width: 100%;
  height: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 5rem;
}

.search-box__input:-ms-input-placeholder {
  color: #d8d5d5;
}

.search-box__input::placeholder {
  color: #d8d5d5;
}

.search-box__input:focus {
  outline: 0;
}

.search-box__input:focus:-ms-input-placeholder {
  color: #f8f9fa;
}

.search-box__input:focus::placeholder {
  color: #f8f9fa;
}

.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.278rem;
  font-weight: 600;
  background-color: #004071;
  color: #fff;
  border-radius: 9999px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1.5rem;
}

.search-box button:hover {
  background-color: #051C2A;
}

@media (min-width: 1024px) {
  .search-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
  }
}

@media (min-width: 1160px) {
  .search-box {
    margin-left: auto;
    margin-right: auto;
  }

  .search-box__before {
    height: 3rem;
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    padding-top: 0.75rem;
    padding-left: 1.5rem;
  }

  .search-box__before .icon-magnifying-glass {
    font-size: 1.278rem;
  }

  .search-box input {
    font-size: 1.278rem;
    border-width: 4px;
    height: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    padding-right: 6rem;
  }

  .search-box button {
    font-size: 1.278rem;
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 2rem;
  }
}

/* Responsive layout */

.search-results h1 {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}

.search-result {
  border-bottom-width: 1px;
  border-color: #d8d5d5;
  line-height: 1.625;
  padding-bottom: 0.75rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

.search-result a {
  font-weight: 700;
  text-decoration: none;
  color: #004071;
}

.search-result a:hover {
  text-decoration: underline;
  color: #000;
}

/* Search Form */

.search-results .search-box {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .search-results .search-box {
    margin-left: 0;
    margin-right: 0;
    max-width: 1024px;
  }
}

@media (min-width: 1160px) {
  .search-results .search-box {
    margin-left: 0;
    margin-right: 0;
  }
}

/* DEPRECIATED for .page-pagination */

/* Pagination */

.search-pagination {
  width: 100%;
  text-align: center;
  background-color: transparent;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.search-pagination__options {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.search-pagination__options li {
  display: inline-block;
}

.search-pagination__options__page {
  display: inline-block;
  font-size: 1.278rem;
  text-decoration: none;
  letter-spacing: -0.05em;
  color: #004071;
  background-color: #ffffff;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 3rem;
}

.search-pagination__options__page:hover,
.search-pagination__options__page.active:hover {
  color: #004071;
  background-color: #eff5fa;
}

.search-pagination__options__page.active {
  color: #fff;
  background-color: #004071;
}

a.search-pagination__options__page {
  text-decoration: inherit;
}

@media screen and (min-width: 640px) {
  .search-pagination__options {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .search-pagination__options {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Pagination */

.page-pagination {
  width: 100%;
  text-align: center;
  background-color: transparent;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.page-pagination__options {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.page-pagination__options li {
  display: inline-block;
}

.page-pagination__options__item {
  display: inline-block;
  font-size: 1.278rem;
  text-decoration: none;
  letter-spacing: -0.05em;
  color: #004071;
  background-color: #ffffff;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3rem;
}

.page-pagination__options__item:hover,
.page-pagination__options__item.active:hover {
  color: #004071;
  background-color: #eff5fa;
}

.page-pagination__options__item.active {
  color: #fff;
  background-color: #004071;
}

a.page-pagination__options__item {
  text-decoration: inherit;
}

@media screen and (min-width: 640px) {
  .page-pagination__options {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .page-pagination__options {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Social share whole page */

.share-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.share-page__text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: inline-block;
  font-size: 1.278rem;
  font-weight: 600;
  color: #051C2A;
  color: #004071;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.share-page__icons {
  display: inline-block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.share-page__icons .symbol {
  margin-right: 1.5rem;
  font-size: 1.278rem;
}

@media (min-width: 1024px) {
  .share-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .share-page__text {
    font-size: 1rem;
  }

  .share-page__icons .symbol {
    margin-right: 0.5rem;
    font-size: 1.278rem;
  }
}

/* Transition for content middle of page */

/**
* .transition-inset blue overlap controlled by:
* padding l+r for the white
* margin l+r for the blue
*/

.transition-heading {
  background-color: #004071;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: -0.25rem;
}

.transition-heading h1 {
  color: #ffffff;
  text-align: center;
  font-size: 2.25rem;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.transition-overlap {
  background-color: #004071;
  color: #ffffff;
  width: 100%;
  height: 16rem;
  margin-bottom: -16rem;
}

.transition-inset {
  background-color: #ffffff;
  padding-top: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(100% - 5rem);
}

@media (min-width: 640px) {
  .transition-inset {
    margin-left: 6rem;
    margin-right: 6rem;
    width: calc(100% - 12rem);
  }
}

@media (min-width: 768px) {
  .transition-heading h1 {
    max-width: 36rem;
    padding-left: 0;
    padding-right: 0;
  }

  .transition-inset {
    padding-left: 6rem;
    padding-right: 6rem;
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (min-width: 1024px) {
  .transition-heading h1 {
    max-width: 42rem;
    font-size: 3rem;
  }

  .transition-inset {
    margin-left: 8rem;
    margin-right: 8rem;
    width: calc(100% - 16rem);
  }
}

@media (min-width: 1160px) {
  .transition-heading h1 {
    max-width: 56rem;
  }

  .transition-inset {
    margin-left: 12rem;
    margin-right: 12rem;
    width: calc(100% - 24rem);
  }
}

/* Transition for content middle of page */

.transition-heading__in {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  background-color: #004071;
}

.transition-heading__in h1 {
  text-align: center;
  font-size: 2.25rem;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  color: #ffffff;
}

.transition-overlap__in {
  height: 16rem;
  margin-bottom: -16rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  background-color: #004071;
}

.transition-inset__in {
  padding-top: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: #ffffff;
}

@media (min-width: 640px) {
  .transition-heading__in {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .transition-heading__in h1 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .transition-overlap__in {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}

@media (min-width: 768px) {
  .transition-heading__in h1 {
    max-width: 36rem;
    padding-left: 0;
    padding-right: 0;
  }

  .transition-inset__in {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1024px) {
  .transition-heading__in {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .transition-heading__in h1 {
    font-size: 3rem;
  }

  .transition-overlap__in {
    margin-left: -14rem;
    margin-right: -14rem;
  }
}

@media (min-width: 1160px) {
  .transition-heading__in h1 {
    max-width: 56rem;
  }
}

/* Footer Mega Menu */

.footer-menu {
  width: 100%;
  color: #fff;
  background-color: #ebf8ff;
}

.footer-menu-level1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footer-menu-menulink {
  color: #004071;
  font-weight: 600;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 70px;
  line-height: 70px;
}

.footer-menu-level2-menu {
  background-color: #004071;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-menu-level2-menu > a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-menu-level1-button {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 70px;
}

.footer-menu-level1-button > svg.rotating {
  transition: transform 0.2s ease-in-out;
}

.footer-menu-level1-button.active > svg.rotating {
  transform: rotate(180deg);
}

.footer-menu-megamenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.footer-menu-megamenu > div {
  border-bottom: 1px solid #cddbe6;
}

.footer-menu-level2-menu {
  display: none;
}

.footer-menu .inline-block-mobile {
  display: inline-block;
}

.footer-menu .inline-block-desktop {
  display: none;
}

@media (min-width: 768px) {
  .footer-menu {
    background-color: #004071;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .footer-menu-menulink {
    color: #fff;
    font-size: 1.278rem;
    font-weight: 700;
    height: auto;
    line-height: inherit;
  }

  .footer-menu-level2-menu {
    display: block !important;
  }

  .footer-menu-level2-menu > a:hover {
    color: #000;
  }

  .footer-menu .inline-block-mobile {
    display: none;
  }

  .footer-menu .inline-block-desktop {
    display: inline-block;
  }

  .footer-menu-megamenu {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .footer-menu-megamenu > div {
    border: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
  }
}

.footer-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-bottom a {
  color: hsla(204, 17%, 32%, 1);
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:active {
  color: #004071;
  text-decoration: underline;
}

.footer-bottom__logo {
  width: 12rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.75rem;
}

.footer-bottom__copyright {
  padding-right: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  line-height: 1.75rem;
  min-width: 10rem;
}

.footer-bottom__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
}

.footer-bottom__links a,
.footer-bottom__links__link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.75rem;
  white-space: nowrap;
}

.footer-bottom__links span,
.footer-bottom__links__divider {
  display: none;
}

.footer-bottom__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: baseline;
      align-items: baseline;
  width: 10rem;
  margin-left: 0.5rem;
  white-space: nowrap;
  text-align: right;
  padding-right: 0.5rem;
}

@media (min-width: 640px) {
  .footer-bottom__logo {
    margin-left: 0.5rem;
  }

  .footer-bottom__social {
    width: 16rem;
  }
}

@media (min-width: 1024px) {
  .footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 8rem;
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-bottom__logo {
    line-height: 1.25rem;
    width: 16rem;
    margin: 0;
  }

  .footer-bottom__copyright {
    line-height: 1.25rem;
    width: 10rem;
    margin: 0;
  }

  .footer-bottom__links {
    margin-bottom: 0;
  }

  .footer-bottom__links a,
  .footer-bottom__links__link {
    line-height: 1.25rem;
  }

  .footer-bottom__social {
    display: block;
    width: 12rem;
    margin: 0;
  }
}

@media (min-width: 1160px) {
  .footer-bottom__logo {
    line-height: 1rem;
    width: auto;
  }

  .footer-bottom__copyright {
    line-height: 1rem;
    width: auto;
  }

  .footer-bottom__links {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-positive: 0;
        flex-grow: 0;
    display: block;
  }

  .footer-bottom__links a,
  .footer-bottom__links__link {
    line-height: 1rem;
  }

  .footer-bottom__links span,
  .footer-bottom__links__divider {
    display: inline-block;
  }
}

.symbol-social-footer {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.symbol-social-footer:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .symbol-social-footer {
    margin-bottom: 0;
  }
}

/* Images in body of text e.g. <figure> -> <img.ssa-image-right> */

.ssa-image-full {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.ssa-image-right {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.ssa-image-left {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .ssa-image-right {
    width: auto;
    margin-left: 1rem;
    float: right;
  }

  .ssa-image-left {
    width: auto;
    margin-right: 1rem;
    float: left;
  }
}

/* For Video Embeds */

.iframe-container {
  clear: both;
  height: 0;
  margin: 3rem 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.iframe-container::after {
  clear: both;
  content: '';
  display: block;
}

.iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.player-youtube {
  border: 0;
}

.player-vimeo {
  border: 0;
}

#get-away {
  background: transparent;
  bottom: 1rem;
  margin: 0 0.5rem 1rem 0;
  position: fixed;
  right: 0;
  z-index: 300;
}

#get-away .btn-panic {
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  #get-away {
    bottom: 2rem;
    margin: 0;
    padding: 1rem;
    position: fixed;
    right: 1rem;
    width: auto;
    z-index: 300;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.bg-white {
  background-color: #fff;
}

.bg-blue-700 {
  background-color: #2b6cb0;
}

.bg-ssa-black {
  background-color: #051C2A;
}

.bg-ssa-blue-100 {
  background-color: #eff5fa;
}

.bg-ssa-blue-700 {
  background-color: #004071;
}

.bg-ssa-gray-300 {
  background-color: #c1c7ce;
}

.bg-ssa-gray-400 {
  background-color: #d8d5d5;
}

.bg-ssa-green-300 {
  background-color: #A6CE39;
}

.bg-ssa-red-600 {
  background-color: #fe203e;
}

.bg-ssa-white {
  background-color: #ffffff;
}

.border-ssa-black {
  border-color: #051C2A;
}

.border-ssa-blue-700 {
  border-color: #004071;
}

.focus\:border-ssa-gray-400:focus {
  border-color: #d8d5d5;
}

.rounded-full {
  border-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.hidden {
  display: none;
}

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.flex-col {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-center {
  -ms-flex-align: center;
      align-items: center;
}

.items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}

.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flex-1 {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}

.flex-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.float-right {
  float: right;
}

.font-bold {
  font-weight: 700;
}

.h-8 {
  height: 2rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-64 {
  height: 16rem;
}

.text-xs {
  font-size: 0.78rem;
}

.text-lg {
  font-size: 1.167rem;
}

.text-xl {
  font-size: 1.278rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.list-none {
  list-style-type: none;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.max-w-xs {
  max-width: 20rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.static {
  position: static;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-blue-700 {
  color: #2b6cb0;
}

.text-ssa-black {
  color: #051C2A;
}

.text-ssa-blue-700 {
  color: #004071;
}

.text-ssa-white {
  color: #ffffff;
}

.capitalize {
  text-transform: capitalize;
}

.align-middle {
  vertical-align: middle;
}

.visible {
  visibility: visible;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.w-8 {
  width: 2rem;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/5 {
  width: 20%;
}

.w-4\/5 {
  width: 80%;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.rotate-180 {
  transform: rotate(180deg);
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

/* utilities include */

.w-72 {
  width: 18rem;
}

.w-100 {
  width: 25rem;
}

.w-108 {
  width: 27rem;
}

.w-120 {
  width: 30rem;
}

.w-148 {
  width: 37rem;
}

@media (min-width: 768px) {
  .md\:w-100 {
    width: 25rem;
  }

  .md\:w-108 {
    width: 27rem;
  }
}

@media (min-width: 768px) {
  .md\:w-120 {
    width: 30rem;
  }
}

.h-18 {
  height: 4.5rem;
}

.h-50 {
  height: 13em;
}

.h-60 {
  height: 15rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

@media (min-width: 1160px) {
  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }
}

@media (min-width: 1600px) {
  .xxl\:h-72 {
    height: 18rem;
  }

  .xxl\:h-80 {
    height: 20rem;
  }
}

.mb-7 {
  margin-bottom: 1.7rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

@media (min-width: 1160px) {
  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
}

@media (min-width: 1600px) {
  .xxl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xxl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
}

/* padding */

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

@media (min-width: 1160px) {
  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}

@media (min-width: 1600px) {
  .xxl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}

/* rounded corners */

.rounded-5xl {
  border-radius: 3rem;
}

/* Page Wrapper to keep max width */

.wrapper {
  padding: 0;
  margin: 0;
}

/* Page layout, component responsive no padding + flex */

.content-full-width {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
}

@media (min-width: 1024px) {
  .content-full-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }
}

/* Section/Home layout, large component responsive even l/r padding Except on none on mobile */

.content-section {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .content-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .content-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1160px) {
  .content-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* Page layout, component responsive even l/r padding Except on none on mobile */

.content-padded-expanded {
  padding-left: 0;
  padding-right: 0;
  margin-top: 2.5rem;
}

.content-padded-expanded > h1,
.content-padded-expanded > h2,
.content-padded-expanded > h3,
.content-padded-expanded > h4,
.content-padded-expanded > h5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .content-padded-expanded {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .content-padded-expanded > h1,
  .content-padded-expanded > h2,
  .content-padded-expanded > h3,
  .content-padded-expanded > h4,
  .content-padded-expanded > h5 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .content-padded-expanded {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1160px) {
  .content-padded-expanded {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

/* Page layout, to make component responsive even l/r padding */

.content-padded {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 2.5rem;
  background-color: transparent;
}

@media (min-width: 768px) {
  .content-padded {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1024px) {
  .content-padded {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1160px) {
  .content-padded {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

@media (min-width: 1600px) {
  .wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* FOR TESTING */

.RESPONSIVE {
  background-color: #faf089;
}

@media (min-width: 640px) {
  .RESPONSIVE {
    background-color: #f6ad55;
  }
}

@media (min-width: 768px) {
  .RESPONSIVE {
    background-color: #68d391;
  }
}

@media (min-width: 1160px) {
  .RESPONSIVE {
    background-color: #4299e1;
  }
}

@media (min-width: 1600px) {
  .RESPONSIVE {
    background-color: #d53f8c;
  }
}

/* utilities include END */

/* Print style only */

@media print {
  #get-away,
  .btn-panic,
  .share-page,
  .map,
  .footer-menu,
  .footer-bottom {
    display: none;
  }

  .topnav-extra,
  .topnav-mainmenu {
    display: none !important;
  }

  body,
  #main {
    float: none;
    margin-bottom: 2em;
    margin-top: 2em;
    width: 100%;
  }

  * {
    color: #000000 !important;
  }

  html,
  body {
    background: #ffffff !important;
    color: #000000;
    font-family: 'Source Sans 3', 'Sen', sans-serif;
    font-size: 14pt;
    line-height: 1.25;
  }

  .about-us > div:nth-child(2),
  .accordion-tab__label,
  .callout-horizontal__content,
  .hero,
  .transition-heading,
  .transition-overlap {
    background: #ffffff !important;
  }

  .callout-horizontal,
  .callout-card,
  .callout-horizontal-two,
  .carousel-slide,
  .cta,
  .download-button,
  .events-listing__recurring,
  .news-alert,
  .page-hero,
  .page-pagination__options__item.active,
  .resource-hotline,
  .resource-hotline .rounded-full,
  .section-hero {
    background: #ffffff !important;
    border: 1px solid #5c5c5c;
  }

  th {
    background: #bdbdbd !important;
    border: 1px solid #5c5c5c;
  }

  tr td:first-of-type,
  td.col-first {
    background: #f5f5f5 !important;
  }

  .homepage-hero__description,
  .page-hero__description,
  .section-hero__description {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .page-pagination {
    text-align: left;
  }

  .page-pagination__options__item.active {
    padding-left: 1.2rem;
  }

  .accordion-tab__content {
    display: block;
  }

  @page {
    margin: 2cm;
  }

  h1 {
    font-size: 32pt;
    margin-top: 25px;
  }

  h2 {
    font-size: 32pt;
    margin-top: 25px;
  }

  h3 {
    font-size: 20pt;
    margin-top: 25px;
  }

  h4 {
    font-size: 18pt;
    margin-top: 25px;
  }

  h5 {
    font-size: 16pt;
    margin-top: 25px;
  }

  h6 {
    font-size: 14pt;
    margin-top: 25px;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  table,
  pre {
    page-break-inside: avoid;
  }

  table,
  .heading,
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .download-button {
    page-break-inside: avoid;
  }

  a:link,
  a:visited,
  a {
    background: transparent;
    color: #000000;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
  }

  a {
    page-break-inside: avoid;
  }

  a[href^=http]::after {
    content: " <" attr(href) "> ";
  }

  a::after > img {
    content: '';
  }

  article a[href^='#']::after {
    content: '';
  }

  .breadcrumb li a::after {
    content: '';
  }

  a:not(:local-link)::after {
    content: " <" attr(href) "> ";
  }

  /**
  * Make embedded videos disappear and reduce the iframes whitespace to zero.
  */

  .iframe-container,
  ins {
    display: none;
    height: 0 !important;
    line-height: 0pt !important;
    overflow: hidden !important;
    white-space: nowrap;
    width: 0 !important;
  }

  .embed-youtube,
  .embed-responsive {
    height: 0;
    overflow: hidden;
    position: absolute;
  }

  #newShareBottomPage {
    padding: 0 1.5cm;
  }

  header::before {
    color: #999999 !important;
    content: '\ All Rights Reserved (c) Alameda County Social Services Agency';
    font-size: 1em;
    padding-top: 30px;
    text-align: center !important;
  }

  footer::before {
    color: #5c5c5c !important;
    content: '\ Thank you very much for printing our page. We hope that information from us can be helpful.';
    font-size: 1em;
    padding-top: 30px;
    text-align: center !important;
  }

  p,
  address,
  li,
  dt,
  dd,
  blockquote {
    font-size: 100%;
  }

  code,
  pre {
    font-family: 'Courier New', Courier, mono;
  }

  ul,
  ol {
    list-style: square;
    margin-bottom: 20pt;
    margin-left: 18pt;
  }

  li {
    line-height: 1.6em;
  }
}

/* styles */

/*
This will hide the focus indicator if the element receives focus via the mouse,
but it will still show up on keyboard focus.
*/

/*
Optionally: Define a strong focus indicator for keyboard focus.
If you choose to skip this step then the browser's default focus
indicator will be displayed instead.
*/

/* Accessible focus ring styling */


*:focus {
  box-shadow: none;
  outline: 0;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus {
  box-shadow: 0 0 0 3px #fe203e;
  outline: 0;
}

.focus-visible {
  box-shadow: 0 0 0 3px #fe203e;
  outline: 0;
}

/* END CSS */

@media (min-width: 640px) {
  .sm\:flex-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }
}

@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:relative {
    position: relative;
  }
}

@media (min-width: 1160px) {
  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:flex-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .xl\:flex-grow-0 {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:w-auto {
    width: auto;
  }
}

@media (min-width: 1600px) {
  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:max-w-screen-xxl {
    max-width: 1600px;
  }
}