@charset "UTF-8";
/* ******************************************************
   Main Import File
        - Variables / Utilities / Globals
        - Components (Navigation/Tools/Modules)
        - Vendor Imports (Third party plugins)
        - Overwrite Imports (Print/admin)
   ****************************************************** */
/* ================================================================
   Variables / Utilities / Globals
   ================================================================ */
/* ================================================================
   Variables
   ================================================================ */
/* ================================================================
   MIXINS
   ================================================================ */
/* ================================================================
   REM Mixin
   ================================================================ */
/* ================================================================
   CLEARFIX MIXIN

   - EXAMPLE:

   div {
     @include clearfix;
   }
   ================================================================ */
/* ================================================================
RESET STYLES BUTTON MIXIN

- EXAMPLE:

button {
  @include resetBtn;
}
================================================================ */
/* ================================================================
RESET STYLES LIST MIXIN

- EXAMPLE:

ul {
  @include resetList;
}
================================================================ */
/* ================================================================
INPUT PLACEHOLDER MIXIN

- EXAMPLE:

input {
  @include placeholder {
    color: red;
    opacity: 1;
  }
}
================================================================ */
/* ================================================================
   PSUEDO MIXIN

   - EXAMPLE:

   div::after {
     @include pseudo;
     top: -1rem; left: -1rem;
   }
   ================================================================ */
/* ================================================================
   Breakpoint mixin
   ================================================================ */
/* ================================================================
   CUSTOM
   ================================================================ */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================================================
   Boilerplate - Base Styles
   ================================================================ */
html, button, input, select, textarea {
  color: #2D2525; }

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  font-size: 1.0625rem; }

::-moz-selection {
  background: #0055A5;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0055A5;
  color: #fff;
  text-shadow: none; }

*, *:before, *:after {
  box-sizing: border-box; }

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%; }

iframe, embed {
  max-width: 100%; }

.image-fluid, .image-fluid img {
  max-width: none;
  width: 100%;
  height: auto; }

.image-fixed, .image-fixed img {
  max-width: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden,
.visually-hidden,
.visuallyHidden,
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  transition: none; }
  .visuallyhidden.focusable:focus,
  .visually-hidden.focusable:focus,
  .visuallyHidden.focusable:focus,
  .sr-only.focusable:focus {
    position: fixed;
    top: 0;
    left: 0;
    background: #0055A5;
    color: #fff;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: 100%;
    height: auto;
    border: 1px dashed #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    z-index: 9001; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.dsk-only,
.dsk-only-inline {
  display: none !important; }

.dsk-only-flex {
  display: none !important; }

.align-center {
  text-align: center; }

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

.align-left {
  text-align: left; }

@media (min-width: 60em) {
  .dsk-only {
    display: block !important; }
  .dsk-only-inline {
    display: inline !important; }
  .dsk-only-flex {
    display: flex !important; }
  .mb-only {
    display: none !important; }
  .align-center-dsk {
    text-align: center; }
  .align-right-dsk {
    text-align: right; }
  .align-left-dsk {
    text-align: left; } }

.breakforprint {
  page-break-after: always; }

.float-right {
  float: right; }

.float-left {
  float: left; }

figure {
  margin: 1em 0; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/* ================================================================
   Talon Util Boilerplate Additions
   ================================================================ */
.js-click-user *:focus, .js-click-user *:active {
  outline: 0; }

.scroll-cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: auto !important;
  z-index: 10000; }

.svg-legend {
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  overflow: hidden; }

svg.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out; }

.video {
  position: relative;
  display: block; }
  .video::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .video iframe,
  .video embed,
  .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img.b-lazy {
  opacity: 0;
  transition: all 0.18s ease-in-out; }
  img.b-lazy.b-loaded {
    opacity: 1; }

.color-primary {
  color: #0055A5; }

.color-secondary {
  color: #023464; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important; } }

/* ================================================================
   BOOTSTRAP GRID
   ================================================================ */
.container {
  width: 100%;
  max-width: 89.375rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25em;
  padding-right: 1.25em; }
  .container.container--small {
    max-width: 71.25em; }
  .container.container--large {
    max-width: 112.5rem; }
  .container.container--fluid {
    max-width: none;
    padding: 0; }
  .container.container--nested,
  .container .container {
    padding: 0; }

/*** In case you want this instead of the width/max-width above.
@media (min-width: $bp-m) {
  .container { width: $bp-m - $grid-gutter-em; }
}

@media (min-width: $bp-mw) {
  .container { width: $bp-mw - $grid-gutter-em; }
}

@media (min-width: $bp-l) {
  .container { width: $bp-l - $grid-gutter-em; }
}
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25em;
  padding-right: 1.25em; }

.row {
  margin-left: -1.25em;
  margin-right: -1.25em; }
  @media (min-width: 60em) {
    .row {
      display: flex;
      flex-wrap: wrap; } }

.container:before, .container:after, .container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container:after, .container-fluid:after, .row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-md-20, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.25em;
  padding-right: 1.25em; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 60em) {
  .col-md-1, .col-md-2, .col-md-20, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-20 {
    width: 20%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 71.25em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

/* ================================================================
   Typography Styles
   ================================================================ */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Prompt';
  src: url("../fonts/Prompt-Light.ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Prompt';
  src: url("../fonts/Prompt-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Prompt';
  src: url("../fonts/Prompt-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

h1, .h1, h2, .h2, h3, .h3 {
  margin: 0 0 1em;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  line-height: 1.3; }

h1, .h1 {
  font-size: 60px;
  font-size: 3.75rem; }

h2, .h2 {
  font-size: 39px;
  font-size: 2.4375rem; }

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem; }

h4, .h4 {
  font-family: "Open Sans", sans-serif; }

.heading-2 {
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 auto 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid #B2B2B2; }

a {
  color: #0055A5;
  text-decoration: underline;
  transition: all 0.18s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

p {
  margin: 0 0 1em; }

blockquote, .fr-view blockquote {
  margin: 1em 1.5em;
  padding-left: 1.5em !important;
  border-left: 5px solid #d9d9d9 !important;
  color: #000 !important; }

.smallest {
  font-size: 0.8em; }

.smaller {
  font-size: 0.9em; }

.larger {
  font-size: 1.1em; }

.largest {
  font-size: 1.5625rem;
  line-height: 2.0625rem;
  font-family: "Prompt", sans-serif;
  font-weight: 300; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.strike {
  text-decoration: line-through; }

.nowrap {
  white-space: nowrap; }

.important {
  color: red;
  font-weight: bold;
  text-transform: uppercase; }

.title {
  font-weight: 600;
  margin: 0 0 5px; }
  .title {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .title {
        font-size: calc(20px + 10 * ((100vw - 320px) / 640)); } }
    @media screen and (min-width: 960px) {
      .title {
        font-size: 30px; } }

.content-text {
  margin-bottom: 40px; }

.tc--blue {
  color: #0055A5; }

.fr-view .fr-text-bordered {
  font-size: 1.5625rem;
  line-height: 2.0625rem;
  padding: 30px 0 !important;
  margin: 30px 0;
  border-top: 2px solid #B2B2B2 !important;
  border-bottom: 1px solid #B2B2B2 !important; }

/* ================================================================
   Button Styles
   ================================================================ */
.button, .culture-selector__button,
.btn,
.FormPanel table.EditingFormTable .date-picker-field .form-control-text,
.form-content + input[type=submit],
.ktc-default-section + input[type=submit] {
  display: inline-block;
  padding: 11px 35px;
  border: 2px solid transparent;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #0055A5;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px; }
  .button:hover, .culture-selector__button:hover, .button:focus, .culture-selector__button:focus,
  .btn:hover,
  .FormPanel table.EditingFormTable .date-picker-field .form-control-text:hover,
  .form-content + input:hover[type=submit],
  .ktc-default-section + input:hover[type=submit],
  .btn:focus,
  .FormPanel table.EditingFormTable .date-picker-field .form-control-text:focus,
  .form-content + input:focus[type=submit],
  .ktc-default-section + input:focus[type=submit] {
    border: 2px solid #0055A5;
    text-decoration: none;
    background: transparent;
    color: #0055A5; }
  .button--invert,
  .btn--invert {
    border: 2px solid #fff;
    background-color: #fff;
    color: #0055A5; }
    .button--invert:hover, .button--invert:active, .button--invert:focus,
    .btn--invert:hover,
    .btn--invert:active,
    .btn--invert:focus {
      border: 2px solid #fff;
      background: transparent;
      color: #fff;
      text-decoration: none; }
  .button--plain,
  .btn--plain {
    border: 2px solid #0055A5;
    background-color: transparent;
    color: #0055A5; }
    .button--plain:hover, .button--plain:active, .button--plain:focus,
    .btn--plain:hover,
    .btn--plain:active,
    .btn--plain:focus {
      border: 2px solid #0055A5;
      background: #0055A5;
      color: #fff;
      text-decoration: none; }
  .button--plain-invert,
  .btn--plain-invert {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff; }
    .button--plain-invert:hover, .button--plain-invert:active, .button--plain-invert:focus,
    .btn--plain-invert:hover,
    .btn--plain-invert:active,
    .btn--plain-invert:focus {
      border: 2px solid #fff;
      background: #fff;
      color: #0055A5;
      text-decoration: none; }

.button-2, .cookie-consent__submit {
  display: inline-block;
  padding: 0.47em 1.2em;
  border: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #023464;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  line-height: 1.4; }
  .button-2:hover, .cookie-consent__submit:hover, .button-2:focus, .cookie-consent__submit:focus {
    text-decoration: none;
    background: #fff;
    color: #0055A5; }

.back {
  text-transform: capitalize; }

.more {
  text-transform: capitalize; }

.hero-slider-btn, .slider-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 0;
  color: #0055A5;
  transition: all 0.18s ease-in-out;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }
  .hero-slider-btn svg, .slider-btn svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    fill: currentColor;
    transition: all 0.18s ease-in-out; }
  .hero-slider-btn:hover, .slider-btn:hover, .hero-slider-btn:focus, .slider-btn:focus {
    color: #023464; }
  @media (min-width: 60em) {
    .hero-slider-btn, .slider-btn {
      width: 60px;
      height: 60px; } }

.blog-tab--mobile[data-expander] {
  padding-right: 40px;
  position: relative; }
  .blog-tab--mobile[data-expander]:before, .blog-tab--mobile[data-expander]:after {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 23px;
    background-color: #0055A5;
    position: absolute;
    transition: all .2s;
    transform: translateY(-55%) translateX(10px) rotate(0deg); }
    @media (min-width: 60em) {
      .blog-tab--mobile[data-expander]:before, .blog-tab--mobile[data-expander]:after {
        right: 34px; } }
  .blog-tab--mobile[data-expander]:after {
    transform: translateY(-55%) translateX(10px) rotate(90deg);
    transition: all .2s; }
  .blog-tab--mobile[data-expander].active:after {
    transform: translateY(-55%) translateX(10px) rotate(0deg);
    transition: all .2s; }

.target-show {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: toggleTargetShow; }

.target-hide {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: toggleTargetHide; }

[data-expander-target] {
  display: none; }

[data-expander-target].active {
  display: block; }

[data-expander-target].target-show {
  animation-name: toggleTargetShow; }

[data-expander-target].target-hide {
  animation-name: toggleTargetHide; }

@keyframes toggleTargetShow {
  from {
    opacity: 0;
    transform: translateY(-10%); }
  to {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes toggleTargetHide {
  from {
    opacity: 1;
    transform: translateY(0%); }
  to {
    opacity: 0;
    transform: translateY(-10%); } }

/* ================================================================
   Table Theme Styles
   ================================================================ */
table {
  margin: 1em 0; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 0;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive, .calendar-main {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered, .calendar-main > .table-bordered {
  border: 0; }

/* ================================================================
   Variables
   ================================================================ */
/* ================================================================
   Required
   ================================================================ */
.required-indicator {
  position: relative;
  padding-left: 10px; }
  .required-indicator:before {
    display: block;
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
    color: red; }

/* ================================================================
   Controls/Inputs
   ================================================================ */
label {
  vertical-align: middle; }

input {
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #0055A5;
  border-radius: 0;
  vertical-align: middle;
  height: 40px;
  max-width: 100%;
  transition: all 0.2s ease-in-out; }
  input:hover, input:focus {
    border-color: #023464; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  border-radius: 0;
  vertical-align: middle;
  height: auto; }

input[type="file"] {
  height: auto;
  padding-top: 0.345rem;
  padding-bottom: 0.345rem; }

select {
  border: 2px solid #0055A5;
  vertical-align: middle;
  height: 40px;
  padding: 5px 10px;
  max-width: 100%; }
  select[multiple] {
    height: auto; }
  select:hover, select:focus {
    border-color: #023464; }

textarea {
  padding: 5px 10px;
  min-height: 100px;
  border: 2px solid #0055A5;
  border-radius: 0;
  background: #ffffff;
  max-width: 100%;
  transition: all 0.2s ease-in-out; }
  textarea:hover, textarea:focus {
    border-color: #023464; }

button {
  vertical-align: middle; }

/* ================================================================
   Kentico CMS
   ================================================================ */
.InfoLabel {
  color: #225894; }

.ErrorLabel {
  color: red; }

.EditingFormErrorLabel {
  display: block;
  color: red;
  margin: 10px 0 0 0; }

.FormPanel {
  display: block;
  max-width: 30em; }
  .FormPanel table.EditingFormTable {
    width: 100%; }
    .FormPanel table.EditingFormTable thead,
    .FormPanel table.EditingFormTable tbody,
    .FormPanel table.EditingFormTable tr,
    .FormPanel table.EditingFormTable td {
      display: block; }
    .FormPanel table.EditingFormTable tr {
      padding: 10px 0;
      border-top: 1px solid #b8b8b8; }
      .FormPanel table.EditingFormTable tr:first-child {
        border-top: none; }
    .FormPanel table.EditingFormTable label,
    .FormPanel table.EditingFormTable .EditingFormLabel {
      display: block;
      margin: 0 0 10px;
      font-weight: bold; }
    .FormPanel table.EditingFormTable input,
    .FormPanel table.EditingFormTable select,
    .FormPanel table.EditingFormTable textarea {
      width: 100%; }
      .FormPanel table.EditingFormTable input[type="checkbox"], .FormPanel table.EditingFormTable input[type="radio"],
      .FormPanel table.EditingFormTable select[type="checkbox"],
      .FormPanel table.EditingFormTable select[type="radio"],
      .FormPanel table.EditingFormTable textarea[type="checkbox"],
      .FormPanel table.EditingFormTable textarea[type="radio"] {
        width: auto; }
    .FormPanel table.EditingFormTable .ExplanationText {
      margin: 10px 0 0 0;
      font-size: 14px;
      font-size: 0.875rem; }
    .FormPanel table.EditingFormTable .checkbox {
      display: inline-block; }
    .FormPanel table.EditingFormTable .single-checkbox-field {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      .FormPanel table.EditingFormTable .single-checkbox-field label {
        margin: 0 10px 0 0; }
      .FormPanel table.EditingFormTable .single-checkbox-field .EditingFormValueCell {
        font-size: 0; }
      .FormPanel table.EditingFormTable .single-checkbox-field .ExplanationText {
        font-size: 14px;
        font-size: 0.875rem; }
    .FormPanel table.EditingFormTable .multi-checkbox-field label {
      display: inline-block;
      margin: 0;
      font-weight: normal; }
    .FormPanel table.EditingFormTable .multi-checkbox-field input {
      display: inline-block;
      width: auto; }
    .FormPanel table.EditingFormTable .radio-list-field label {
      display: inline-block;
      margin: 0;
      font-weight: normal; }
    .FormPanel table.EditingFormTable .radio-list-field input {
      display: inline-block;
      width: auto; }
    .FormPanel table.EditingFormTable .date-picker-field input {
      margin: 0 0 10px 0; }
    .FormPanel table.EditingFormTable .date-picker-field button {
      width: 100%;
      margin: 0 0 10px 0; }
    .FormPanel table.EditingFormTable .date-picker-field .calendar-action {
      display: none; }
    .FormPanel table.EditingFormTable .date-picker-field .form-control-text {
      width: 100%; }
    .FormPanel table.EditingFormTable .captcha-field .CaptchaTable {
      width: 100%;
      margin: 0;
      font-size: 0;
      border-collapse: collapse; }
      .FormPanel table.EditingFormTable .captcha-field .CaptchaTable tr {
        border: none;
        padding: 0; }
      .FormPanel table.EditingFormTable .captcha-field .CaptchaTable input {
        font-size: 16px;
        font-size: 1rem;
        margin: 10px 0; }
    .FormPanel table.EditingFormTable .phone-field .editing-form-control-nested-control {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 20em; }
      .FormPanel table.EditingFormTable .phone-field .editing-form-control-nested-control span {
        flex: 0 0 auto;
        margin: 0 5px; }
      .FormPanel table.EditingFormTable .phone-field .editing-form-control-nested-control input {
        min-width: 0;
        flex: 1 1 100%; }
    .FormPanel table.EditingFormTable .MediaSelectorHeader input:not(:last-child) {
      margin-bottom: 10px; }
    .FormPanel table.EditingFormTable .icon-calendar + .sr-only {
      display: inline-block;
      overflow: visible;
      position: static;
      clip: auto;
      width: auto;
      height: auto; }

#ui-datepicker-div {
  z-index: 8999 !important; }
  #ui-datepicker-div .datetime-ui-datepicker-prev,
  #ui-datepicker-div .datetime-ui-datepicker-next {
    display: none; }
  html[class^="js-"] #ui-datepicker-div .action-buttons {
    display: none; }

@media (min-width: 60em) {
  .FormPanel {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

/******************************** 
 ** Custom Dropdown Using Radios and Checkboxes for better styling
 ********************************/
.custom-dropdown__group-select select {
  color: #2D2525;
  background-color: transparent;
  border: 1px solid #2D2525;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  position: relative;
  text-align: left;
  cursor: pointer;
  padding: 18px 12px 10px;
  width: 100%;
  height: 50px; }

.custom-dropdown__group {
  position: relative; }

.custom-dropdown__trigger {
  color: #2D2525;
  background-color: #fff;
  border: 1px solid #2D2525;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  position: relative;
  text-align: left;
  cursor: pointer;
  padding: 10px 40px 10px 12px;
  width: 100%;
  height: 40px; }
  @media (min-width: 60em) {
    .custom-dropdown__trigger {
      max-width: 100%; } }
  .custom-dropdown__trigger:before, .custom-dropdown__trigger:after {
    content: "";
    display: block;
    width: 6px;
    height: 1.5px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    background-color: #333;
    position: absolute;
    transition: all 0.2s;
    transform: translateY(-55%) translateX(0) rotate(45deg); }
  .custom-dropdown__trigger:after {
    transform: translateY(-55%) translateX(4px) rotate(-45deg);
    transition: all 0.2s; }
  .custom-dropdown__trigger.active:before {
    transform: translateY(-55%) translateX(0) rotate(-45deg);
    transition: all 0.2s;
    background-color: #0055A5; }
  .custom-dropdown__trigger.active:after {
    transform: translateY(-55%) translateX(4px) rotate(45deg);
    transition: all 0.2s;
    background-color: #0055A5; }

.custom-dropdown {
  position: relative;
  background-color: #fff;
  z-index: 2;
  border: 1px solid #2D2525;
  width: 100%;
  top: -1px;
  max-height: 280px;
  overflow-y: auto; }
  @media (min-width: 60em) {
    .custom-dropdown {
      position: absolute;
      max-width: 100%;
      top: 39px; } }

.custom-dropdown__label {
  display: block;
  position: relative;
  cursor: pointer;
  color: #2D2525;
  margin: 0; }
  .custom-dropdown__label.active {
    background-color: #2D2525; }

.custom-dropdown__radio {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0 !important;
  width: 100%;
  z-index: -1; }
  .custom-dropdown__radio:checked ~ .custom-dropdown__text {
    background-color: #F2F2F2; }

.custom-dropdown__text {
  font-size: 16px;
  padding: 14px;
  display: block; }
  .custom-dropdown__text:hover, .custom-dropdown__text:active {
    background-color: #F2F2F2; }

.custom-dropdown__checkbox {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0 !important;
  width: 100%;
  z-index: -1; }
  .custom-dropdown__checkbox:checked ~ .custom-dropdown__text {
    background-color: #fff; }
    .custom-dropdown__checkbox:checked ~ .custom-dropdown__text:hover, .custom-dropdown__checkbox:checked ~ .custom-dropdown__text:active, .custom-dropdown__checkbox:checked ~ .custom-dropdown__text:focus {
      background-color: #F2F2F2; }
    .custom-dropdown__checkbox:checked ~ .custom-dropdown__text:after {
      background: #0065F2;
      border-color: #0065F2; }
    .custom-dropdown__checkbox:checked ~ .custom-dropdown__text:before {
      display: block; }

.custom-dropdown__text--checkbox {
  padding: 14px 14px 14px 50px; }
  .custom-dropdown__text--checkbox:after {
    content: '';
    position: absolute;
    background: #ffffff;
    border: 1px solid #2D2525;
    border-radius: 3px;
    width: 22px;
    height: 22px;
    left: 20px;
    margin: auto;
    top: 0;
    bottom: 0; }
  .custom-dropdown__text--checkbox:before {
    content: '';
    position: absolute;
    display: none;
    left: 27px;
    width: 8px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 3px; }

div[id^="form-"] {
  padding: 40px;
  margin: 0 auto 40px;
  background-color: #F2F2F2; }

.form-content .form-field, .ktc-default-section .form-field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .form-content .form-field .control-label, .ktc-default-section .form-field .control-label {
    order: 1; }
  .form-content .form-field .explanation-text, .ktc-default-section .form-field .explanation-text {
    order: 2;
    margin-top: -5px; }
  .form-content .form-field .editing-form-control-nested-control, .ktc-default-section .form-field .editing-form-control-nested-control {
    order: 3; }

.form-content .form-control, .ktc-default-section .form-control {
  width: 100%;
  border-radius: 5px; }
  .form-content .form-control::-webkit-input-placeholder, .ktc-default-section .form-control::-webkit-input-placeholder {
    opacity: .5; }
  .form-content .form-control:-moz-placeholder, .ktc-default-section .form-control:-moz-placeholder {
    opacity: .5; }
  .form-content .form-control::-moz-placeholder, .ktc-default-section .form-control::-moz-placeholder {
    opacity: .5; }
  .form-content .form-control:-ms-input-placeholder, .ktc-default-section .form-control:-ms-input-placeholder {
    opacity: .5; }

.form-content .ktc-radio.ktc-radio-list, .ktc-default-section .ktc-radio.ktc-radio-list {
  display: flex;
  flex-direction: column; }

.form-content .ktc-radio label, .form-content .ktc-radio input, .ktc-default-section .ktc-radio label, .ktc-default-section .ktc-radio input {
  cursor: pointer; }

.form-content label, .ktc-default-section label {
  font-weight: 700; }

.form-content .explanation-text, .ktc-default-section .explanation-text {
  font-size: 0.875rem; }

.form-content input[type=checkbox], .form-content input[type=radio], .ktc-default-section input[type=checkbox], .ktc-default-section input[type=radio] {
  float: left;
  margin: 4px 5px 5px 0; }

.form-content .ktc-checkbox, .form-content .ktc-radio, .ktc-default-section .ktc-checkbox, .ktc-default-section .ktc-radio {
  display: flex;
  align-items: flex-start;
  position: relative; }
  .form-content .ktc-checkbox label, .form-content .ktc-radio label, .ktc-default-section .ktc-checkbox label, .ktc-default-section .ktc-radio label {
    width: 100%;
    font-weight: normal;
    cursor: pointer; }
  .form-content .ktc-checkbox input[type=checkbox], .form-content .ktc-radio input[type=checkbox], .ktc-default-section .ktc-checkbox input[type=checkbox], .ktc-default-section .ktc-radio input[type=checkbox] {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    opacity: 0;
    /* Custom checkbox */
    /* Checkmark/indicator (hidden when not checked) */ }
    .form-content .ktc-checkbox input[type=checkbox] ~ label::before, .form-content .ktc-checkbox input[type=checkbox] ~ label::after, .form-content .ktc-radio input[type=checkbox] ~ label::before, .form-content .ktc-radio input[type=checkbox] ~ label::after, .ktc-default-section .ktc-checkbox input[type=checkbox] ~ label::before, .ktc-default-section .ktc-checkbox input[type=checkbox] ~ label::after, .ktc-default-section .ktc-radio input[type=checkbox] ~ label::before, .ktc-default-section .ktc-radio input[type=checkbox] ~ label::after {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px;
      background-color: #fff;
      border: 1px solid #0055A5;
      cursor: pointer; }
    .form-content .ktc-checkbox input[type=checkbox]:checked ~ label::after, .form-content .ktc-radio input[type=checkbox]:checked ~ label::after, .ktc-default-section .ktc-checkbox input[type=checkbox]:checked ~ label::after, .ktc-default-section .ktc-radio input[type=checkbox]:checked ~ label::after {
      display: none; }
    .form-content .ktc-checkbox input[type=checkbox]:checked ~ label::after, .form-content .ktc-radio input[type=checkbox]:checked ~ label::after, .ktc-default-section .ktc-checkbox input[type=checkbox]:checked ~ label::after, .ktc-default-section .ktc-radio input[type=checkbox]:checked ~ label::after {
      content: "";
      position: absolute;
      display: block;
      background-color: #0055A5;
      border: none;
      width: 14px;
      height: 14px;
      top: 4px;
      left: 2px; }
  .form-content .ktc-checkbox input[type=radio], .form-content .ktc-radio input[type=radio], .ktc-default-section .ktc-checkbox input[type=radio], .ktc-default-section .ktc-radio input[type=radio] {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    opacity: 0;
    /* Custom checkbox */
    /* Checkmark/indicator (hidden when not checked) */ }
    .form-content .ktc-checkbox input[type=radio] ~ label::before, .form-content .ktc-checkbox input[type=radio] ~ label::after, .form-content .ktc-radio input[type=radio] ~ label::before, .form-content .ktc-radio input[type=radio] ~ label::after, .ktc-default-section .ktc-checkbox input[type=radio] ~ label::before, .ktc-default-section .ktc-checkbox input[type=radio] ~ label::after, .ktc-default-section .ktc-radio input[type=radio] ~ label::before, .ktc-default-section .ktc-radio input[type=radio] ~ label::after {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px;
      background-color: #fff;
      border: 1px solid #0055A5;
      border-radius: 100%;
      cursor: pointer; }
    .form-content .ktc-checkbox input[type=radio]:checked ~ label::after, .form-content .ktc-radio input[type=radio]:checked ~ label::after, .ktc-default-section .ktc-checkbox input[type=radio]:checked ~ label::after, .ktc-default-section .ktc-radio input[type=radio]:checked ~ label::after {
      display: none; }
    .form-content .ktc-checkbox input[type=radio]:checked ~ label::after, .form-content .ktc-radio input[type=radio]:checked ~ label::after, .ktc-default-section .ktc-checkbox input[type=radio]:checked ~ label::after, .ktc-default-section .ktc-radio input[type=radio]:checked ~ label::after {
      content: "";
      position: absolute;
      display: block;
      background-color: #0055A5;
      border: none;
      width: 14px;
      height: 14px;
      top: 4px;
      left: 2px; }

.form-content select, .ktc-default-section select {
  cursor: pointer; }

.form-content + input[type=submit], .ktc-default-section + input[type=submit] {
  margin-left: 0;
  height: auto; }

.form-content .input-validation-error, .ktc-default-section .input-validation-error {
  border-color: red; }

.form-content .field-validation-error, .ktc-default-section .field-validation-error {
  color: red; }

/* ================================================================
Base styles
================================================================ */
/******************************** 
 ** Section Padding
 ********************************/
.section-container {
  padding: 30px 0; }
  .section-container--padding-top {
    padding: 30px 0 0; }
  .section-container--padding-bottom {
    padding: 0 0 30px; }
  .section-container--white {
    background-color: #ffffff; }
  .section-container--gray {
    background-color: #f0f0f0; }
  .section-container--padding-small {
    padding: 15px 0; }
    .section-container--padding-small.section-container--padding-top {
      padding: 15px 0 0; }
    .section-container--padding-small.section-container--padding-bottom {
      padding: 0 0 15px; }
  .section-container--padding-medium {
    padding: 30px 0; }
    .section-container--padding-medium.section-container--padding-top {
      padding: 30px 0 0; }
    .section-container--padding-medium.section-container--padding-bottom {
      padding: 0 0 30px; }
  .section-container--padding-large {
    padding: 40px 0; }
    .section-container--padding-large.section-container--padding-top {
      padding: 40px 0 0; }
    .section-container--padding-large.section-container--padding-bottom {
      padding: 0 0 40px; }
  .section-container--no-padding {
    padding: 0; }

@media (min-width: 60em) {
  .section-container {
    padding: 40px 0; }
    .section-container--padding-top {
      padding: 40px 0 0; }
    .section-container--padding-bottom {
      padding: 0 0 40px; }
    .section-container--padding-small {
      padding: 20px 0; }
      .section-container--padding-small.section-container--padding-top {
        padding: 20px 0 0; }
      .section-container--padding-small.section-container--padding-bottom {
        padding: 0 0 20px; }
    .section-container--padding-medium {
      padding: 40px 0; }
      .section-container--padding-medium.section-container--padding-top {
        padding: 40px 0 0; }
      .section-container--padding-medium.section-container--padding-bottom {
        padding: 0 0 40px; }
    .section-container--padding-large {
      padding: 60px 0; }
      .section-container--padding-large.section-container--padding-top {
        padding: 60px 0 0; }
      .section-container--padding-large.section-container--padding-bottom {
        padding: 0 0 60px; }
    .section-container--no-padding {
      padding: 0; } }

.container.container--no-col-padding .row {
  margin: 0; }

.container.container--no-col-padding [class^="col-"] {
  padding: 0; }

.site-header {
  position: relative;
  background: #fff; }

.header-container {
  padding: 0; }
  @media (min-width: 60em) {
    .header-container {
      padding-left: 1.25em;
      padding-right: 1.25em; } }

.header-col {
  position: static;
  overflow: hidden; }

.header-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 60em) {
    .header-top {
      padding: 20px 0; } }

.header-logo {
  margin-right: auto;
  padding-left: 1.25em; }
  @media (min-width: 60em) {
    .header-logo {
      padding-left: 0; } }

.brand {
  display: inline-block; }

.brand img {
  max-width: 85px; }
  @media (min-width: 60em) {
    .brand img {
      max-width: 170px; } }

.header__ctas {
  display: flex;
  align-items: center; }

.culture-selector {
  position: relative;
  margin: 0 20px 0 0; }

.culture-selector__button {
  display: flex;
  align-items: center; }
  .culture-selector__button:after {
    content: '';
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin: 0 0 0 7px; }

.culture-selector__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #0055A5;
  background: #fff;
  z-index: 1001;
  display: none; }

.culture-selector__link {
  text-decoration: none;
  display: block;
  padding: 7px 15px; }
  .culture-selector__link:hover, .culture-selector__link:focus {
    background: #0055A5;
    color: #fff;
    text-decoration: none; }

.header-search-trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 0;
  color: #0055A5;
  flex: 0 0 auto;
  background: #fff;
  position: relative;
  height: 60px; }
  .header-search-trigger::before {
    display: none; }
  .header-search-trigger.active {
    background: #0055A5; }
    .header-search-trigger.active svg {
      fill: #fff;
      display: none; }
    .header-search-trigger.active .search-iconClose {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .header-search-trigger.active .search-iconClose::before, .header-search-trigger.active .search-iconClose::after {
        display: block;
        content: "";
        background: #fff;
        width: 40px;
        height: 3px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      .header-search-trigger.active .search-iconClose::before {
        transform: rotate(45deg); }
      .header-search-trigger.active .search-iconClose::after {
        transform: rotate(-45deg); }
  .header-search-trigger:hover, .header-search-trigger:focus {
    color: #023464; }
  .header-search-trigger svg {
    width: 30px;
    height: 100%;
    fill: #333; }

.header-search {
  position: absolute;
  top: 99%;
  z-index: 100;
  background: #F2F2F2;
  display: none; }

.header-search-form {
  max-width: 112.5rem;
  margin: auto;
  position: relative; }

.header-search-input {
  display: block;
  width: 100%;
  height: 80px;
  background: none;
  color: #000;
  background: #F2F2F2;
  border: none; }
  .header-search-input::-webkit-input-placeholder {
    color: #000;
    opacity: 1; }
  .header-search-input:-moz-placeholder {
    color: #000;
    opacity: 1; }
  .header-search-input::-moz-placeholder {
    color: #000;
    opacity: 1; }
  .header-search-input:-ms-input-placeholder {
    color: #000;
    opacity: 1; }

.header-search-submit {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #fff; }
  .header-search-submit:hover, .header-search-submit:focus {
    opacity: 0.75; }
  .header-search-submit svg {
    width: 30px;
    height: 30px;
    fill: #0055A5; }

.header-bottom {
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  z-index: 100; }

@media (min-width: 60em) {
  .header-logo {
    flex: 1 0 auto; }
  .header-bottom,
  .header-bottom[data-expander-target] {
    position: relative;
    display: block; } }

.header__top {
  display: flex;
  height: 32px; }
  @media (min-width: 60em) {
    .header__top {
      justify-content: flex-end; } }

.header__top-left,
.header__top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px; }
  .header__top-left p,
  .header__top-right p {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem; }

.header__top-left {
  background: #B3CFE4;
  font-family: "Open Sans", sans-serif;
  width: 70%; }
  @media (min-width: 60em) {
    .header__top-left {
      width: auto; } }
  .header__top-left svg {
    width: 16px;
    height: 16px; }
  .header__top-left input {
    background: transparent;
    border: none;
    color: #000;
    width: 190px; }
    .header__top-left input::placeholder {
      color: #000; }
  .header__top-left button {
    background: transparent;
    border: none;
    transition: .3s; }
    .header__top-left button:hover, .header__top-left button:focus {
      cursor: pointer;
      transform: scale(1.3);
      transition: .3s; }

.header__top-right {
  background: #FFB700;
  font-family: "Source Sans Pro", sans-serif;
  justify-content: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #000;
  width: 30%;
  text-decoration: none; }
  .header__top-right:hover, .header__top-right:active, .header__top-right:focus {
    text-decoration: underline; }
  @media (min-width: 60em) {
    .header__top-right {
      width: auto; } }
  .header__top-right svg {
    width: 14px;
    height: 16px;
    margin-right: 10px; }

.mini-nav--desktop {
  display: none; }

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

@media (min-width: 60em) {
  .header__top {
    background: #0055A5;
    height: 40px; }
  .header__ctas {
    order: 3; }
  .header-col {
    overflow: visible; }
  .header-bottom {
    top: unset;
    width: unset; }
  .header-search-trigger {
    height: 60px; } }

.header__top-left {
  position: relative; }

.fastrack-label {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  height: 25px;
  margin: auto;
  pointer-events: none; }

.header__top-left input:not(:placeholder-shown) {
  padding-top: 20px; }
  .header__top-left input:not(:placeholder-shown) + .fastrack-label {
    font-size: 0.8125rem;
    font-weight: 700;
    top: -13px; }

.header__top-left input::placeholder {
  color: transparent; }

.sticky-header {
  transition: transform .4s; }

@media (max-width: 59.938em) {
  .sticky-header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999; }
    .sticky-header-mobile + * {
      padding-top: 92px; }
  .sticky-header-down .sticky-header-mobile {
    transform: translate3d(0, -2000%, 0); } }

@media (min-width: 60em) {
  .sticky-header-desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999; }
    .sticky-header-desktop + * {
      padding-top: 160px; } }

/******************************** 
** Scroll to Elements with offset because of sticky header
********************************/
@media (min-width: 60em) {
  * {
    scroll-margin-top: 160px; } }

.interior-top {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 0 15px; }

.interior-content,
.interior-rail {
  margin: 20px 0; }

.page-extra-container {
  display: none; }

.page-extra-col {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem; }

@media (min-width: 60em) {
  .interior-main-wrapper {
    display: flex; } }

.interior-content-wrapper.col-xs-12.col-md-9 {
  max-width: 960px; }

.interior-content-wrapper--right.col-xs-12.col-md-9 {
  margin-left: auto; }

.interior-rail-wrapper.col-xs-12.col-md-3 {
  margin-left: auto; }

.interior-rail-wrapper--left.col-xs-12.col-md-3 {
  margin-left: 0; }

@media (min-width: 60em) {
  .interior-content,
  .interior-rail {
    margin: 50px 0; }
  .page-extra-container {
    display: block; }
  .page-extra-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-size: 1rem; } }

.site-footer {
  background: #004A8F;
  color: #fff;
  margin: 0; }

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

.footer-links__link {
  color: #fff; }

.footer-copyright {
  text-align: center; }

.footer-copyright-text {
  margin: 0 0 5px;
  font-size: 0.875rem; }

.footer-copyright-links a {
  display: block; }

.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0 -5px;
  justify-content: center; }

.social-list__item {
  padding: 0 5px; }

.social-list__link {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 1px solid #fff;
  position: relative;
  color: #fff; }
  .social-list__link:hover, .social-list__link:focus {
    background: #fff;
    color: #0055A5; }

.social-list__icon {
  fill: currentColor;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.footer__top {
  background: #004A8F; }

.footer__top-inner {
  padding: 33px 20px; }

.footer__top-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

.footer__top-subtext {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.17px; }

.footer__bottom {
  background-color: #003566;
  background-image: url(../../../images/Map.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 50% 15px;
  border-top-left-radius: 50% 15px; }

.footer__bottom-inner {
  padding: 0 20px; }

.footer__bottom-main-links {
  margin: 0;
  padding: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap; }
  .footer__bottom-main-links li {
    list-style: none;
    width: 50%;
    margin: 10px 0; }
    .footer__bottom-main-links li a {
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: .34px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      text-decoration: none; }
      .footer__bottom-main-links li a:hover, .footer__bottom-main-links li a:active, .footer__bottom-main-links li a:focus {
        text-decoration: underline; }

.footer__bottom-main-newsletter {
  padding: 30px 0; }

.footer__bottom-newsletter-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem; }

.footer__bottom-newsletter-subtext {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.18px;
  font-family: "Open Sans", sans-serif; }

.footer__bottom-inner {
  padding: 0 20px; }

.footer__bottom-newsletter-form {
  border: 1px solid #fff;
  border-radius: 2px;
  display: flex; }
  .footer__bottom-newsletter-form input {
    background: transparent;
    border: none;
    height: 50px;
    width: 60%;
    color: #fff;
    font-size: 0.875rem; }
    .footer__bottom-newsletter-form input::placeholder {
      color: #fff; }
  .footer__bottom-newsletter-form button {
    background: #0055A5;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 12px;
    width: 40%;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.18px;
    font-size: 0.875rem; }
    .footer__bottom-newsletter-form button:hover, .footer__bottom-newsletter-form button:focus {
      cursor: pointer;
      text-decoration: underline; }

.footer__bottom-main-MyAIT {
  background: #FFB700;
  display: flex;
  align-items: center;
  width: 160px;
  height: 50px;
  padding: 0 0 0 15px;
  border: 0;
  color: #000;
  text-decoration: none;
  font-weight: 700; }
  .footer__bottom-main-MyAIT:hover, .footer__bottom-main-MyAIT:active, .footer__bottom-main-MyAIT:focus {
    opacity: .8; }
  .footer__bottom-main-MyAIT p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.34px;
    margin: 0 0 0 13px; }
  .footer__bottom-main-MyAIT svg {
    width: 20px;
    height: 20px;
    margin-right: 10px; }

.footer__bottom-legal {
  padding: 40px 0;
  display: flex;
  flex-direction: column; }
  .footer__bottom-legal p {
    order: 2;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.18px;
    margin: 18px 0 0 0;
    text-align: center; }

.footer__bottom-legal-links {
  order: 1;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center; }
  .footer__bottom-legal-links li {
    list-style: none;
    position: relative;
    margin-right: 36px;
    text-align: center; }
    .footer__bottom-legal-links li::after {
      content: '/';
      position: absolute;
      right: -20px;
      top: 2px; }
    .footer__bottom-legal-links li:last-child {
      margin-right: 0; }
      .footer__bottom-legal-links li:last-child::after {
        display: none; }
    .footer__bottom-legal-links li a {
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "Open Sans", sans-serif; }

.hide-mobile-link {
  display: none; }

@media (min-width: 48em) {
  .footer__bottom-newsletter-form button {
    width: 38.5%; }
  .hide-mobile-link {
    display: block; }
  .footer__bottom-legal-links {
    width: 80%;
    margin: 0 auto; } }

@media (min-width: 60em) {
  .footer__bottom-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer__bottom-legal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 40px 0; }
    .footer__bottom-legal p {
      order: 1; }
      .footer__bottom-legal p br {
        display: none; }
  .footer__bottom-legal-links {
    width: auto;
    margin: 0; }
    .footer__bottom-legal-links li {
      margin-right: 30px; }
      .footer__bottom-legal-links li::after {
        right: -18px;
        top: 2px; }
  .footer__bottom-newsletter-form button {
    width: 40%; } }

@media (min-width: 81.25em) {
  .footer__top-inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    padding: 33px 0; }
    .footer__top-inner p {
      margin: 0; }
  .footer__top-title {
    margin-right: 25px; }
  .footer__bottom {
    border-radius: 0;
    padding-top: 80px; }
  .footer__bottom-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .footer__bottom-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0; }
  .footer__bottom-main-links {
    flex-wrap: nowrap;
    padding: 0 0 7px 0;
    width: 50%;
    margin-right: 30px;
    align-items: center; }
    .footer__bottom-main-links li {
      width: auto;
      margin: 0 10px;
      text-align: center; }
      .footer__bottom-main-links li:first-child {
        margin: 0 10px 0 0; }
      .footer__bottom-main-links li a {
        font-size: 17px;
        font-size: 1.0625rem; }
  .footer__bottom-content-wrap {
    align-items: flex-end; }
  .footer__bottom-main-newsletter {
    padding: 0;
    margin-right: 50px; }
  .footer__bottom-newsletter-form button {
    padding: 13px; } }

.social-media__container ~ .site-footer {
  padding-bottom: 64px; }
  @media (min-width: 60em) {
    .social-media__container ~ .site-footer {
      padding-bottom: 0; } }

/******************************** 
**  BE Link block
********************************/
.be-ix-link-block {
  width: 100%;
  background-color: #004A8F !important;
  color: #fff !important; }

.be-ix-link-block .be-related-link-container {
  padding-bottom: 0 !important; }

.be-ix-link-block .be-related-link-container .be-list .be-list-item a {
  color: #fff !important; }
  .be-ix-link-block .be-related-link-container .be-list .be-list-item a:hover, .be-ix-link-block .be-related-link-container .be-list .be-list-item a:active, .be-ix-link-block .be-related-link-container .be-list .be-list-item a:focus {
    color: #fff !important;
    opacity: .8; }

/* ================================================================
   Global Site CSS Animations
   ================================================================ */
/* Fade In */
@keyframes fadeIn {
  100% {
    opacity: 0; }
  0% {
    opacity: 1; } }

/* Fade Out */
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ================================================================
   Site Specific Below
   ================================================================ */
/* ================================================================
   Component Imports - Comment/uncomment what you don't need/need.
   ================================================================ */
/* ==========================================================================
   Global Modules
   - We define modules as larger content that usually have a listing and detailed view.
   ========================================================================== */
/* Module
   - Used to define large, page wide tools (e.g. News listing, Events Calendar)
   ========================================================================== */
.module {
  margin-bottom: 1em; }
  .module .header .title {
    margin-bottom: 0; }
  .module .content {
    margin-bottom: 1em; }
  .module .summary {
    margin-bottom: 1em;
    font-weight: bold;
    font-style: italic; }

/* Widget
   - Used to define individual parts that make up a page (e.g. News rail listing)
   ========================================================================== */
.widget {
  margin-bottom: 1em; }
  .widget .header {
    padding: 10px;
    background: #0055A5; }
    .widget .header .title {
      margin: 0; }
  .widget .content {
    padding: 10px; }

/* Item
   - Used to define single piece within a component (e.g. News article within a news listing)
   ========================================================================== */
.item {
  position: relative;
  display: block;
  padding: 0; }
  .item .aside {
    margin: 1em auto;
    max-width: 200px; }

@media (min-width: 60em) {
  .item .aside {
    display: table-cell;
    width: 80px;
    vertical-align: top; }
  .item .item-content {
    display: table-cell;
    vertical-align: top;
    padding: 0; }
  .item .aside + .item-content {
    padding-left: 15px; } }

/* Meta Content
   - This is content that extends or defines the content that it is pared with.
   - Examples: date, author, tag
   ========================================================================== */
.meta {
  display: block;
  margin: 0 0 1em;
  padding: 0; }

.meta-item {
  display: block; }
  .meta-item.author {
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem; }
  .meta-item.date {
    margin-top: 10px;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem; }

/* Core List Styles
   - Provides core styling for item list
   ========================================================================== */
.item-list {
  display: block;
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  .item-list .item + .item {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 85, 165, 0.2); }

/*================================================================
            MAIN NAVIGATION STYLES
================================================================*/
.main-navigation {
  position: relative; }
  .main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .main-navigation a,
  .main-navigation button {
    display: block;
    width: 100%;
    border: 0;
    color: #ffffff;
    text-align: left;
    background: none;
    cursor: pointer;
    line-height: 1;
    text-decoration: none; }
    .main-navigation a:hover, .main-navigation a:focus,
    .main-navigation button:hover,
    .main-navigation button:focus {
      text-decoration: none;
      background: #023464; }
    .main-navigation a[data-expander-toggle],
    .main-navigation button[data-expander-toggle] {
      position: relative; }
      .main-navigation a[data-expander-toggle]:before, .main-navigation a[data-expander-toggle]:after,
      .main-navigation button[data-expander-toggle]:before,
      .main-navigation button[data-expander-toggle]:after {
        content: "";
        display: block;
        width: 10px;
        height: 3px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 34px;
        background-color: #fff;
        position: absolute;
        transition: all 0.2s;
        transform: translateY(-55%) translateX(9.5px) rotate(45deg); }
        @media (min-width: 60em) {
          .main-navigation a[data-expander-toggle]:before, .main-navigation a[data-expander-toggle]:after,
          .main-navigation button[data-expander-toggle]:before,
          .main-navigation button[data-expander-toggle]:after {
            right: 34px; } }
      .main-navigation a[data-expander-toggle]:after,
      .main-navigation button[data-expander-toggle]:after {
        transform: translateY(-55%) translateX(15.5px) rotate(-45deg);
        transition: all 0.2s; }
      .main-navigation a[data-expander-toggle].active:before,
      .main-navigation button[data-expander-toggle].active:before {
        transform: translateY(-55%) translateX(9.5px) rotate(-45deg);
        transition: all 0.2s;
        background-color: #fff; }
      .main-navigation a[data-expander-toggle].active:after,
      .main-navigation button[data-expander-toggle].active:after {
        transform: translateY(-55%) translateX(15.5px) rotate(45deg);
        transition: all 0.2s;
        background-color: #fff; }
  .main-navigation .main-navigation__heading {
    font-weight: bold; }
  .main-navigation > ul,
  .main-navigation .main-navigation-mega > ul {
    background: #004A8F;
    margin: 10px 0 30px 0; }
    .main-navigation > ul > li.active,
    .main-navigation .main-navigation-mega > ul > li.active {
      background: #003566; }
    .main-navigation > ul > li > a,
    .main-navigation > ul > li > button,
    .main-navigation .main-navigation-mega > ul > li > a,
    .main-navigation .main-navigation-mega > ul > li > button {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 0.2px;
      padding: 15px 0 15px 30px; }
    .main-navigation > ul > li > ul,
    .main-navigation .main-navigation-mega > ul > li > ul {
      background: #002A52;
      padding: 20px 0 24px 40px; }
      .main-navigation > ul > li > ul > li > a,
      .main-navigation > ul > li > ul > li > button,
      .main-navigation .main-navigation-mega > ul > li > ul > li > a,
      .main-navigation .main-navigation-mega > ul > li > ul > li > button {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 0.2px;
        padding: 10px 0; }
        .main-navigation > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > a:focus,
        .main-navigation > ul > li > ul > li > button:hover,
        .main-navigation > ul > li > ul > li > button:focus,
        .main-navigation .main-navigation-mega > ul > li > ul > li > a:hover,
        .main-navigation .main-navigation-mega > ul > li > ul > li > a:focus,
        .main-navigation .main-navigation-mega > ul > li > ul > li > button:hover,
        .main-navigation .main-navigation-mega > ul > li > ul > li > button:focus {
          background-color: transparent; }
      .main-navigation > ul > li > ul > li:first-child a, .main-navigation > ul > li > ul > li:first-child button,
      .main-navigation .main-navigation-mega > ul > li > ul > li:first-child a,
      .main-navigation .main-navigation-mega > ul > li > ul > li:first-child button {
        font-size: 1.125rem;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 5px; }
      .main-navigation > ul > li > ul > li > ul,
      .main-navigation .main-navigation-mega > ul > li > ul > li > ul {
        background: #555555; }
        .main-navigation > ul > li > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > ul > li > a:focus,
        .main-navigation > ul > li > ul > li > ul > li > button:hover,
        .main-navigation > ul > li > ul > li > ul > li > button:focus,
        .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > a:hover,
        .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > a:focus,
        .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > button:hover,
        .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > button:focus {
          text-decoration: none;
          background: #023464; }
        .main-navigation > ul > li > ul > li > ul > li > ul,
        .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul {
          background: #333333; }
          .main-navigation > ul > li > ul > li > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > ul > li > ul > li > a:focus,
          .main-navigation > ul > li > ul > li > ul > li > ul > li > button:hover,
          .main-navigation > ul > li > ul > li > ul > li > ul > li > button:focus,
          .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > a:hover,
          .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > a:focus,
          .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > button:hover,
          .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > button:focus {
            text-decoration: none;
            background: #023464; }
  @media (min-width: 60em) {
    .main-navigation a,
    .main-navigation button {
      position: relative;
      border-bottom: 3px solid transparent;
      transition: none; }
      .main-navigation a:hover, .main-navigation a:focus, .main-navigation a.active,
      .main-navigation button:hover,
      .main-navigation button:focus,
      .main-navigation button.active {
        background-color: #fff;
        border-bottom: 3px solid #0055A5; }
      .main-navigation a[data-expander-toggle],
      .main-navigation button[data-expander-toggle] {
        position: relative; }
        .main-navigation a[data-expander-toggle]:before, .main-navigation a[data-expander-toggle]:after,
        .main-navigation button[data-expander-toggle]:before,
        .main-navigation button[data-expander-toggle]:after {
          display: none; }
    .main-navigation > ul {
      display: flex;
      justify-content: flex-end;
      position: relative;
      background: none;
      margin: 0; }
      .main-navigation > ul > li {
        position: relative; } }
    @media (min-width: 60em) and (min-width: 60em) {
      .main-navigation > ul > li {
        margin: 0 10px; } }
    @media (min-width: 60em) and (min-width: 71.25em) {
      .main-navigation > ul > li {
        margin: 0 25px; } }
  @media (min-width: 60em) {
        .main-navigation > ul > li.active {
          background: transparent; }
        .main-navigation > ul > li[data-type="mega"] {
          position: static; }
        .main-navigation > ul > li > a,
        .main-navigation > ul > li > button {
          padding: 8px 0;
          text-align: center;
          background: none;
          font-size: 18px;
          font-size: 1.125rem;
          color: #484848; }
        .main-navigation > ul > li > ul {
          position: absolute;
          top: 70px;
          background: #F9F9F9;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          padding: 20px 30px;
          min-width: 255px; }
          .main-navigation > ul > li > ul > li {
            margin-top: 0;
            margin: 15px 0; }
            .main-navigation > ul > li > ul > li > a,
            .main-navigation > ul > li > ul > li > button {
              color: #000;
              padding: 0;
              display: inline; }
            .main-navigation > ul > li > ul > li:first-child a, .main-navigation > ul > li > ul > li:first-child button {
              font-size: 1rem;
              font-weight: 700;
              text-transform: uppercase;
              border-bottom: 3px solid #0055A5;
              padding-bottom: 0; }
            .main-navigation > ul > li > ul > li > ul {
              background: #555555; }
              .main-navigation > ul > li > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > ul > li > a:focus,
              .main-navigation > ul > li > ul > li > ul > li > button:hover,
              .main-navigation > ul > li > ul > li > ul > li > button:focus {
                text-decoration: none;
                background: #023464; }
              .main-navigation > ul > li > ul > li > ul > li > ul {
                background: #333333; }
                .main-navigation > ul > li > ul > li > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > ul > li > ul > li > a:focus,
                .main-navigation > ul > li > ul > li > ul > li > ul > li > button:hover,
                .main-navigation > ul > li > ul > li > ul > li > ul > li > button:focus {
                  text-decoration: none;
                  background: #023464; }
      .main-navigation > ul [data-nav-type="mega"] {
        position: static; }
        .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega {
          padding: 20px;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          background: #ccc; }
          .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega ul {
            display: block;
            animation: none;
            background: none; }
          .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul {
            display: flex; }
            .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li {
              flex: 1; }
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > a,
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > button {
                background: red; }
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > a,
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > button {
                background: blue; }
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > ul > li > a,
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > ul > li > button {
                background: green; } }

#header-nav {
  background: #004A8F; }

.mini-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.mini-nav--desktop {
  display: none; }
  @media (min-width: 60em) {
    .mini-nav--desktop {
      display: flex;
      align-items: center; } }

@media (min-width: 60em) {
  .mini-nav--mobile {
    display: none; } }

@media (min-width: 60em) {
  .mini-nav__single {
    margin-top: 0; } }

.mini-nav__single a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  padding: 12px 30px; }
  @media (min-width: 60em) {
    .mini-nav__single a {
      padding: 0; } }

@media (min-width: 60em) {
  #header-nav {
    height: auto;
    background: #fff; }
  .mini-nav__single {
    margin-top: 0 !important;
    margin-right: 30px; }
    .mini-nav__single:last-child {
      margin-right: 0; }
  .mini-nav {
    justify-content: flex-end;
    align-items: center;
    margin-right: 50px; } }

/*================================================================
        RAIL NAVIGATION STYLES
================================================================*/
.rail-navigation {
  margin: 0 0 20px; }
  .rail-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .rail-navigation li {
    position: relative; }
    .rail-navigation li button {
      background-color: transparent;
      border: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      border-left: 1px solid #fff;
      z-index: 1;
      cursor: pointer; }
      .rail-navigation li button svg {
        fill: #0055A5;
        width: 20px;
        height: 20px; }
    .rail-navigation li.active > a {
      background-color: #0055A5;
      color: #fff; }
    .rail-navigation li.active > button svg {
      transform: rotate(180deg);
      fill: #fff; }
  .rail-navigation a {
    display: block;
    padding: 13px 20px;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    color: #333;
    border-bottom: 2px solid #fff;
    background: rgba(179, 207, 228, 0.3);
    text-decoration: none; }
    .rail-navigation a:hover, .rail-navigation a:active, .rail-navigation a:focus {
      opacity: .8;
      text-decoration: none; }
    .rail-navigation a[data-expander-toggle] {
      position: relative; }
      .rail-navigation a[data-expander-toggle]:before, .rail-navigation a[data-expander-toggle]:after {
        content: "";
        display: block;
        width: 10px;
        height: 3px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 23px;
        background-color: #333;
        position: absolute;
        transition: all 0.2s;
        transform: translateY(-55%) translateX(9.5px) rotate(45deg); }
        @media (min-width: 60em) {
          .rail-navigation a[data-expander-toggle]:before, .rail-navigation a[data-expander-toggle]:after {
            right: 34px; } }
      .rail-navigation a[data-expander-toggle]:after {
        transform: translateY(-55%) translateX(15.5px) rotate(-45deg);
        transition: all 0.2s; }
      .rail-navigation a[data-expander-toggle].active:before {
        transform: translateY(-55%) translateX(9.5px) rotate(-45deg);
        transition: all 0.2s;
        background-color: #fff; }
      .rail-navigation a[data-expander-toggle].active:after {
        transform: translateY(-55%) translateX(15.5px) rotate(45deg);
        transition: all 0.2s;
        background-color: #fff; }
      .rail-navigation a[data-expander-toggle].active {
        background-color: #0055A5;
        color: #fff; }
    .rail-navigation a span.active {
      font-weight: 700; }
  .rail-navigation .rail-navigation__heading {
    background-color: #003566;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 20px;
    margin: 0; }
  .rail-navigation > ul a {
    font-weight: 600; }
    .rail-navigation > ul a[data-expander-toggle].active {
      background-color: #0055A5;
      color: #fff; }
  .rail-navigation > ul ul a {
    padding-left: 30px;
    background: rgba(179, 207, 228, 0.15);
    font-size: 15px; }
    .rail-navigation > ul ul a[data-expander-toggle].active {
      background-color: rgba(0, 85, 165, 0.8);
      color: #fff; }
  .rail-navigation > ul ul ul a {
    padding-left: 40px;
    background: rgba(179, 207, 228, 0.08); }

.rail-navigation__heading a {
  color: #fff;
  padding: 0;
  font-size: inherit;
  border: none;
  background-color: transparent; }

.hamburger {
  display: inline-block;
  width: 30px;
  height: 25px;
  font-size: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: #fff;
  flex: 0 0 auto;
  width: 60px;
  height: 60px; }
  .hamburger:hover .hamburger__inner,
  .hamburger:hover .hamburger__inner:after,
  .hamburger:hover .hamburger__inner:before, .hamburger:focus .hamburger__inner,
  .hamburger:focus .hamburger__inner:after,
  .hamburger:focus .hamburger__inner:before, .hamburger.active .hamburger__inner,
  .hamburger.active .hamburger__inner:after,
  .hamburger.active .hamburger__inner:before {
    background: #333; }
  .hamburger.active {
    background: #004A8F; }
    .hamburger.active .hamburger__inner {
      background: #fff; }
      .hamburger.active .hamburger__inner::before, .hamburger.active .hamburger__inner::after {
        background: #fff; }

.hamburger__box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 25px;
  transition: all 0.2s ease-in-out; }

.hamburger__inner,
.hamburger__inner:after,
.hamburger__inner:before {
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 0px;
  background: #333;
  transition-property: transform, background; }

.hamburger__inner {
  top: 50%;
  left: 0;
  display: block;
  margin-top: -1px;
  transition-duration: 75ms, 0.18s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19), ease-in-out; }

.hamburger__inner:after,
.hamburger__inner:before {
  display: block;
  content: ""; }

.hamburger__inner:before {
  top: -10px;
  transition: top 75ms ease 0.12s, opacity 75ms ease, background 0.18s ease-in-out; }

.hamburger__inner:after {
  bottom: -10px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.18s ease-in-out; }

.hamburger.active .hamburger__inner,
.hamburger.active .hamburger__inner:after,
.hamburger.active .hamburger__inner:before {
  width: 39.99px; }

.hamburger.active .hamburger__inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
  margin-left: -5px; }
  .hamburger.active .hamburger__inner::before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0; }
  .hamburger.active .hamburger__inner::after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg); }

@media (min-width: 60em) {
  .hamburger {
    display: none; } }

/* ******************************************************
   NAVIGATION
        - Footer Navigation
   ****************************************************** */
@media (min-width: 60em) {
  .footer-nav .menu {
    display: table;
    list-style: none;
    width: 100%; }
    .footer-nav .menu > li {
      display: table-cell; }
      .footer-nav .menu > li ul {
        list-style: none;
        margin: 0;
        padding: 0; } }

/* ******************************************************
   NAVIGATION
        - Section (Rail) Navigation
   ****************************************************** */
.section-nav .cm-menu > li {
  background: #0055A5; }

.section-nav .cm-menu > li > a {
  background: none;
  color: #fff; }
  .section-nav .cm-menu > li > a:hover, .section-nav .cm-menu > li > a:focus {
    text-decoration: underline; }

.section-nav .cm-menu > li > ul > li a {
  background: #fff;
  color: #0055A5;
  padding: 10px 10px 10px 20px; }
  .section-nav .cm-menu > li > ul > li a:hover, .section-nav .cm-menu > li > ul > li a:focus {
    color: #fff;
    background: #0055A5; }

.breadcrumbs {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1rem; }

.breadcrumbs__item {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-right: 25px; }
  .breadcrumbs__item:before, .breadcrumbs__item:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0055A5;
    position: absolute;
    transition: all 0.2s;
    transform: translateY(-2px) translateX(0px) rotate(45deg); }
    @media (min-width: 60em) {
      .breadcrumbs__item:before, .breadcrumbs__item:after {
        right: 5px; } }
  .breadcrumbs__item:after {
    transform: translateY(2px) translateX(0px) rotate(-45deg);
    transition: all 0.2s; }
  .breadcrumbs__item:last-child {
    padding: 0; }
    .breadcrumbs__item:last-child::after, .breadcrumbs__item:last-child::before {
      content: none; }

.breadcrumbs__link {
  display: inline-block;
  color: #333;
  text-decoration: none; }
  .breadcrumbs__link:hover, .breadcrumbs__link:active, .breadcrumbs__link:focus {
    text-decoration: underline; }

.breadcrumbs__active {
  color: #0055A5; }

@media (min-width: 60em) {
  .breadcrumbs {
    display: block; } }

/* ================================================================
   Tab Styles
   ================================================================ */
.talon-tabs {
  margin-bottom: 20px; }
  .talon-tabs .talon-tab-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0; }
    .talon-tabs .talon-tab-nav ul li a {
      display: block;
      padding: 10px;
      border-bottom: 4px solid transparent;
      transition: all .3s; }
      .talon-tabs .talon-tab-nav ul li a.active {
        background: #eee;
        border-bottom: 4px solid #0055A5; }
  .talon-tabs .talon-tab-content {
    padding: 20px;
    background: #eee; }

/* ================================================================

Pagination

   ================================================================ */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #999999;
  font-size: 0.9375rem; }
  .pagination--top {
    border-top: 0;
    border-bottom: 1px solid #999999;
    padding: 0 0 33px;
    margin: 0 0 40px; }
  .pagination--bottom {
    border-top: 1px solid #999999;
    padding: 33px 0 0;
    margin: 40px 0 0; }

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pagination ul a {
    color: #2D2525; }
    .pagination ul a:hover, .pagination ul a:active, .pagination ul a:focus {
      text-decoration: none;
      opacity: .8; }

.pagination-prev, .pagination-next {
  text-transform: capitalize;
  display: flex;
  align-content: center;
  text-decoration: none; }
  .pagination-prev:hover, .pagination-prev:active, .pagination-prev:focus, .pagination-next:hover, .pagination-next:active, .pagination-next:focus {
    opacity: .8; }
  .pagination-prev svg, .pagination-next svg {
    fill: #B2B2B2;
    width: 20px;
    height: 20px;
    position: relative;
    top: 1px;
    transition: all 0.18s ease-in-out; }

.pagination-prev {
  margin-right: auto; }
  .pagination-prev:hover svg, .pagination-prev:active svg, .pagination-prev:focus svg {
    transform: translateX(-3px); }

.pagination-next {
  margin-left: auto; }
  .pagination-next:hover svg, .pagination-next:active svg, .pagination-next:focus svg {
    transform: translateX(3px); }

.pagination-item {
  margin: 0px 15px;
  padding: 4px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%; }
  .pagination-item.active {
    background-color: #F2F2F2; }
  .pagination-item a {
    color: #2D2525;
    text-decoration: none; }
    .pagination-item a:hover, .pagination-item a:active, .pagination-item a:focus {
      opacity: .8; }

.pagination__results {
  font-size: 14px;
  font-size: 0.875rem; }

.pagination__list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 auto;
  display: flex; }

.pagination__link {
  padding: 3px 6px;
  display: block;
  height: 30px;
  width: 24px;
  text-align: Center;
  position: relative;
  color: #000; }
  .pagination__link svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    fill: #023464; }

.pagination__link--active, .pagination__link:hover, .pagination__link:focus {
  color: #023464; }
  .pagination__link--active svg, .pagination__link:hover svg, .pagination__link:focus svg {
    fill: #0055A5; }

.js-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 0 0;
  border-top: 1px solid #999999; }
  .js-pagination a {
    padding: 3px 5px;
    display: block;
    height: 30px;
    width: 22px;
    text-align: Center;
    position: relative;
    color: #000; }

.js-pagination-inner {
  display: flex;
  align-items: center; }

.js-pagination__previous,
.js-pagination__next {
  padding: 3px 6px;
  display: block;
  height: 30px;
  width: 24px;
  text-align: Center;
  position: relative;
  color: #000;
  border: 0;
  background: none;
  cursor: pointer; }
  .js-pagination__previous svg,
  .js-pagination__next svg {
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    fill: #023464; }
  .js-pagination__previous.jp-disabled,
  .js-pagination__next.jp-disabled {
    display: none; }

.pagination-item--disabled {
  opacity: .4 !important;
  cursor: auto !important; }

.page-tools {
  display: flex;
  justify-content: center;
  align-items: center; }

.page-tools-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  color: #000;
  cursor: pointer;
  margin: 0 10px 0 0; }
  .page-tools-item#js-print {
    display: none; }
  .page-tools-item svg {
    display: block;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    fill: #5f6062;
    transition: all 0.18s ease-in-out; }
  .page-tools-item:last-child {
    margin: 0; }
  .page-tools-item:hover, .page-tools-item:focus {
    color: #0055A5; }
    .page-tools-item:hover span, .page-tools-item:focus span {
      text-decoration: underline; }

@media (min-width: 60em) {
  .page-tools-item#js-print {
    display: flex; }
  .page-tools-item svg {
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0; } }

/* ================================================================
   Accordions
   ================================================================ */
.accordion {
  overflow: hidden; }
  .accordion:last-child .accordion-target {
    margin-bottom: 0; }
  .accordion:last-child {
    margin-bottom: 40px; }

.accordion-toggle {
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #333;
  width: 100%;
  text-align: left;
  padding: 30px 60px 30px 0;
  position: relative;
  z-index: 1;
  transition: all 0.18s ease-in-out; }
  .accordion-toggle:hover, .accordion-toggle:active, .accordion-toggle:focus {
    opacity: .8; }
  .accordion-toggle h3 {
    font-size: 25px;
    font-family: "Prompt", sans-serif;
    font-weight: normal;
    margin: 0; }
  .accordion-toggle.active {
    border-bottom: 3px solid #0055A5; }
  .accordion-toggle--expanded {
    cursor: auto;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    padding: 18px 0; }
    .accordion-toggle--expanded h3 {
      font-weight: 300; }
    .accordion-toggle--expanded:hover, .accordion-toggle--expanded:active, .accordion-toggle--expanded:focus {
      opacity: 1; }
    .accordion-toggle--expanded + .accordion-target {
      margin-top: 20px; }
  .accordion-toggle[data-expander-toggle]:before, .accordion-toggle[data-expander-toggle]:after {
    content: "";
    display: block;
    width: 18px;
    height: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 23px;
    background-color: #333;
    position: absolute;
    transition: all 0.2s;
    transform: translateY(-55%) translateX(4.5px) rotate(45deg); }
    @media (min-width: 60em) {
      .accordion-toggle[data-expander-toggle]:before, .accordion-toggle[data-expander-toggle]:after {
        right: 34px; } }
  .accordion-toggle[data-expander-toggle]:after {
    transform: translateY(-55%) translateX(15.5px) rotate(-45deg);
    transition: all 0.2s; }
  .accordion-toggle[data-expander-toggle].active:before {
    transform: translateY(-55%) translateX(4.5px) rotate(-45deg);
    transition: all 0.2s;
    background-color: #0055A5; }
  .accordion-toggle[data-expander-toggle].active:after {
    transform: translateY(-55%) translateX(15.5px) rotate(45deg);
    transition: all 0.2s;
    background-color: #0055A5; }

.accordion-target {
  margin: 70px auto 30px; }
  .accordion-target .button, .accordion-target .culture-selector__button {
    margin-top: 10px; }

@media (min-width: 60em) {
  .accordion-col-wrapper {
    display: flex;
    margin: 0 -20px; } }

.accordion-col {
  flex: 1;
  margin-bottom: 30px; }
  @media (min-width: 60em) {
    .accordion-col {
      margin: 0 20px; } }

.accordion-cta-wrapper {
  display: flex; }
  .accordion-cta-wrapper > * {
    margin-right: 10px; }

.accordion-image {
  margin: 0 0 20px; }

/******************************** 
 ** Locations Accordion
 ********************************/
.accordion-toggle--locations-continent {
  font-size: 39px;
  text-transform: uppercase;
  padding: 20px 60px 20px 0;
  border-color: #B2B2B2; }
  .accordion-toggle--locations-continent[data-expander-toggle].active {
    color: #0055A5; }

.accordion--locations-continent h2 {
  margin: 0;
  font-size: 1.875rem; }

.accordion--locations-continent .accordion-toggle--locations h3 {
  font-size: 1.5625rem; }

.accordion--locations-continent:last-child {
  margin-bottom: 40px; }

.accordion-toggle--locations {
  padding: 0 76px 0 0;
  border-bottom: none;
  background-color: #fff; }
  .accordion-toggle--locations[data-expander-toggle]::before, .accordion-toggle--locations[data-expander-toggle]::after {
    right: 40px; }
  .accordion-toggle--locations[data-expander-toggle].active::before, .accordion-toggle--locations[data-expander-toggle].active::after {
    background-color: #333; }
  .accordion-toggle--locations h3 {
    font-size: 39px;
    padding: 12px 60px 12px 0;
    background: linear-gradient(90deg, #fff 7px, transparent 1%) center, linear-gradient(#fff 7px, transparent 1%) center, #E4E4E4;
    background-size: 9px 9px;
    position: relative;
    z-index: -1;
    overflow: hidden; }
    .accordion-toggle--locations h3::after {
      content: '';
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      bottom: 0;
      width: 40%;
      height: 200%;
      background-color: #fff;
      transform: translateY(-55%) translateX(40%) rotate(-45deg); }
    .accordion-toggle--locations h3::before {
      content: '';
      position: absolute;
      z-index: -1;
      left: 0;
      top: -1px;
      width: 35%;
      height: 100%;
      background-color: #fff; }
  .accordion-toggle--locations.active {
    border-bottom: none; }

.accordion-target--locations {
  margin-top: 0; }

/* ================================================================
   Simple Banner
   ================================================================ */
@media (min-width: 60em) {
  .banner-inner {
    display: flex; } }

.gradient::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #f2f7fa;
  background: linear-gradient(0deg, #003566 0%, rgba(255, 255, 255, 0) 100%); }

@media (min-width: 60em) {
  .gradient::after {
    background: linear-gradient(-90deg, #003566 0%, rgba(255, 255, 255, 0) 100%); } }

.banner__image {
  flex: 1;
  position: relative;
  background: no-repeat center top / cover; }
  .banner__image.b-lazy, .banner__image.b-lazy-wrapper {
    position: relative; }
    .banner__image.b-lazy::before, .banner__image.b-lazy-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: #fff;
      transition: all 0.18s ease-in-out; }
    .banner__image.b-lazy.b-loaded::before, .banner__image.b-lazy.b-lazy-wrapper-done::before, .banner__image.b-lazy-wrapper.b-loaded::before, .banner__image.b-lazy-wrapper.b-lazy-wrapper-done::before {
      background: rgba(255, 255, 255, 0); }
  .banner__image::after {
    content: "";
    display: block;
    padding-top: 75%; }
    @media (min-width: 60em) {
      .banner__image::after {
        padding-top: 74.78261%; } }

.banner__content {
  flex: 1;
  display: flex;
  background-color: #003566;
  color: #fff; }

.banner__content-inner {
  padding: 40px; }
  @media (min-width: 60em) {
    .banner__content-inner {
      display: flex;
      flex-direction: column;
      align-self: center;
      margin-left: 100px;
      padding-right: 20px;
      max-width: 600px; } }
  .banner__content-inner .btn, .banner__content-inner .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .banner__content-inner .form-control-text, .banner__content-inner .form-content + input[type=submit], .banner__content-inner .ktc-default-section + input[type=submit] {
    margin-right: auto; }

.banner__description {
  margin-bottom: 30px; }

.banner__buttons .btn, .banner__buttons .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .banner__buttons .form-control-text, .banner__buttons .form-content + input[type=submit], .banner__buttons .ktc-default-section + input[type=submit] {
  margin-right: 20px;
  margin-bottom: 20px; }

.banner--flipped .banner-inner {
  flex-direction: row-reverse; }

.banner--flipped .gradient::after {
  background: linear-gradient(0, #003566 0%, rgba(255, 255, 255, 0) 100%); }
  @media (min-width: 60em) {
    .banner--flipped .gradient::after {
      background: linear-gradient(90deg, #003566 0%, rgba(255, 255, 255, 0) 100%); } }

.banner--light-blue .banner__content {
  background-color: #0055A5; }

.banner--light-blue .gradient::after {
  background: linear-gradient(0deg, #0055a5 0%, rgba(255, 255, 255, 0) 100%); }
  @media (min-width: 60em) {
    .banner--light-blue .gradient::after {
      background: linear-gradient(-90deg, #0055a5 0%, rgba(255, 255, 255, 0) 100%); } }

.banner--light-blue.banner--flipped .gradient::after {
  background: linear-gradient(0deg, #0055a5 0%, rgba(255, 255, 255, 0) 100%); }
  @media (min-width: 60em) {
    .banner--light-blue.banner--flipped .gradient::after {
      background: linear-gradient(90deg, #0055a5 0%, rgba(255, 255, 255, 0) 100%); } }

.banner--light-blue .btn, .banner--light-blue .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .banner--light-blue .form-control-text, .banner--light-blue .form-content + input[type=submit], .banner--light-blue .ktc-default-section + input[type=submit],
.banner--blue .btn,
.banner--blue .FormPanel table.EditingFormTable .date-picker-field .form-control-text,
.FormPanel table.EditingFormTable .date-picker-field .banner--blue .form-control-text,
.banner--blue .form-content + input[type=submit],
.banner--blue .ktc-default-section + input[type=submit] {
  border: 2px solid #fff;
  background-color: #fff;
  color: #0055A5; }
  .banner--light-blue .btn:hover, .banner--light-blue .FormPanel table.EditingFormTable .date-picker-field .form-control-text:hover, .FormPanel table.EditingFormTable .date-picker-field .banner--light-blue .form-control-text:hover, .banner--light-blue .form-content + input:hover[type=submit], .banner--light-blue .ktc-default-section + input:hover[type=submit], .banner--light-blue .btn:active, .banner--light-blue .FormPanel table.EditingFormTable .date-picker-field .form-control-text:active, .FormPanel table.EditingFormTable .date-picker-field .banner--light-blue .form-control-text:active, .banner--light-blue .form-content + input:active[type=submit], .banner--light-blue .ktc-default-section + input:active[type=submit], .banner--light-blue .btn:focus, .banner--light-blue .FormPanel table.EditingFormTable .date-picker-field .form-control-text:focus, .FormPanel table.EditingFormTable .date-picker-field .banner--light-blue .form-control-text:focus, .banner--light-blue .form-content + input:focus[type=submit], .banner--light-blue .ktc-default-section + input:focus[type=submit],
  .banner--blue .btn:hover,
  .banner--blue .FormPanel table.EditingFormTable .date-picker-field .form-control-text:hover,
  .FormPanel table.EditingFormTable .date-picker-field .banner--blue .form-control-text:hover,
  .banner--blue .form-content + input:hover[type=submit],
  .banner--blue .ktc-default-section + input:hover[type=submit],
  .banner--blue .btn:active,
  .banner--blue .FormPanel table.EditingFormTable .date-picker-field .form-control-text:active,
  .FormPanel table.EditingFormTable .date-picker-field .banner--blue .form-control-text:active,
  .banner--blue .form-content + input:active[type=submit],
  .banner--blue .ktc-default-section + input:active[type=submit],
  .banner--blue .btn:focus,
  .banner--blue .FormPanel table.EditingFormTable .date-picker-field .form-control-text:focus,
  .FormPanel table.EditingFormTable .date-picker-field .banner--blue .form-control-text:focus,
  .banner--blue .form-content + input:focus[type=submit],
  .banner--blue .ktc-default-section + input:focus[type=submit] {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    text-decoration: none; }

.banner--light-blue .btn--plain,
.banner--blue .btn--plain {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff; }
  .banner--light-blue .btn--plain:hover, .banner--light-blue .btn--plain:active, .banner--light-blue .btn--plain:focus,
  .banner--blue .btn--plain:hover,
  .banner--blue .btn--plain:active,
  .banner--blue .btn--plain:focus {
    border: 2px solid #fff;
    background: #fff;
    color: #0055A5;
    text-decoration: none; }

.banner--gray .banner__content {
  background-color: #F2F2F2;
  color: #2D2525; }

.banner--gray .gradient::after {
  background: linear-gradient(0deg, #f2f2f2 0%, rgba(255, 255, 255, 0) 100%); }
  @media (min-width: 60em) {
    .banner--gray .gradient::after {
      background: linear-gradient(-90deg, #f2f2f2 0%, rgba(255, 255, 255, 0) 100%); } }

.banner--gray.banner--flipped .gradient::after {
  background: linear-gradient(0deg, #f2f2f2 0%, rgba(255, 255, 255, 0) 100%); }
  @media (min-width: 60em) {
    .banner--gray.banner--flipped .gradient::after {
      background: linear-gradient(90deg, #f2f2f2 0%, rgba(255, 255, 255, 0) 100%); } }

.banner--clean .gradient {
  display: none; }

.banner--clean .banner__content {
  background-color: #fff;
  color: #2D2525; }

.banner-small {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 60em) {
    .banner-small {
      flex-direction: row; } }

.banner-small__text {
  flex: 1;
  padding: 70px 80px;
  background-color: #0055A5;
  color: #fff;
  font-size: 2.4375rem;
  position: relative; }
  @media (min-width: 60em) {
    .banner-small__text {
      max-width: 50%; }
      .banner-small__text::after {
        content: "";
        position: absolute;
        right: -15%;
        top: 0;
        width: 15%;
        height: 100%;
        background-color: #0055A5;
        clip-path: polygon(0 0, 0% 100%, 100% 0); } }
  .banner-small__text h1,
  .banner-small__text h2,
  .banner-small__text h3,
  .banner-small__text h4 {
    margin: 0; }

.banner-small__image {
  flex: 1;
  background: no-repeat center center / cover; }
  .banner-small__image::after {
    content: "";
    display: block;
    padding-top: 34.28571%; }
  @media (min-width: 60em) {
    .banner-small__image {
      max-width: 50%; } }

.basic-carousel__wrapper {
  position: relative; }

.basic-carousel {
  margin: 0;
  padding: 0;
  list-style: none; }

.basic-carousel__figure {
  background: no-repeat center center / cover; }
  .basic-carousel__figure::after {
    content: "";
    display: block;
    padding-top: 75.07289%; }

.basic-carousel .slick-prev,
.basic-carousel .slick-next {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
  transform: rotate(90deg);
  padding: 0;
  width: 60px;
  height: 45px;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 1; }
  .basic-carousel .slick-prev svg,
  .basic-carousel .slick-next svg {
    fill: #fff;
    transform: rotate(90deg);
    width: 25px;
    height: 25px; }
  .basic-carousel .slick-prev:hover, .basic-carousel .slick-prev:active, .basic-carousel .slick-prev:focus,
  .basic-carousel .slick-next:hover,
  .basic-carousel .slick-next:active,
  .basic-carousel .slick-next:focus {
    opacity: 0.8; }

.basic-carousel__wrapper .slick-prev {
  left: -7px; }
  .basic-carousel__wrapper .slick-prev svg {
    transform: rotate(-90deg); }

.basic-carousel__wrapper .slick-next {
  right: -7px; }

/* ================================================================
   CTA Banner
   ================================================================ */
.cta-banner {
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
  background-size: cover;
  padding: 40px 20px;
  text-shadow: 0px 0px 4px #000000; }
  @media (min-width: 60em) {
    .cta-banner {
      padding: 55px 20px; } }
  .cta-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    z-index: 0; }
  .cta-banner--large {
    padding: 40px 20px; }
    @media (min-width: 60em) {
      .cta-banner--large {
        padding: 80px 120px; } }
    .cta-banner--large .cta-banner__heading {
      font-size: 1.5625rem; }
  .cta-banner--blue::before {
    background-color: rgba(0, 42, 82, 0.6); }
  .cta-banner .btn:hover, .cta-banner .FormPanel table.EditingFormTable .date-picker-field .form-control-text:hover, .FormPanel table.EditingFormTable .date-picker-field .cta-banner .form-control-text:hover, .cta-banner .form-content + input:hover[type=submit], .cta-banner .ktc-default-section + input:hover[type=submit], .cta-banner .custom-dropdown__group {
    text-shadow: none; }

.cta-banner__wrapper {
  text-align: center;
  position: relative; }

.cta-banner__heading {
  color: #fff;
  font-size: 1.25rem; }

.cta-banner__subheading {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 32px; }

.cta-banner .btn, .cta-banner .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .cta-banner .form-control-text, .cta-banner .form-content + input[type=submit], .cta-banner .ktc-default-section + input[type=submit] {
  margin: 0 8px 10px; }

/******************************** 
 ** CTA Banner -  Select Country
 ********************************/
.cta-banner-select-country {
  text-align: left;
  margin-bottom: 30px; }

.cta-banner-select-country__label {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px; }

.cta-banner-select-country__dropdown .custom-dropdown__trigger {
  font-size: 0.9375rem;
  font-family: "Open Sans", sans-serif; }

.col-md-6:not(:last-child) .cta-banner,
.col-md-4:not(:last-child) .cta-banner,
.col-md-3:not(:last-child) .cta-banner,
.col-md-20:not(:last-child) .cta-banner {
  margin-bottom: 40px; }

.container--no-col-padding .col-md-6 .cta-banner,
.container--no-col-padding .col-md-4 .cta-banner,
.container--no-col-padding .col-md-3 .cta-banner,
.container--no-col-padding .col-md-20 .cta-banner {
  margin-bottom: 0; }

/* ================================================================
   Events - Majority of styling is done as part of the lists.scss
   ================================================================ */
.events-grid-wrapper {
  overflow: hidden; }

.events-grid {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 48em) {
    .events-grid {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -20px; } }

@media (min-width: 48em) {
  .events-grid__item {
    width: 50%; } }

@media (min-width: 60em) {
  .events-grid__item {
    width: 33.33%; } }

.events-grid__item-wrapper {
  padding: 15px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media (min-width: 48em) {
    .events-grid__item-wrapper {
      padding: 0 20px 40px; } }
  .events-grid__item-wrapper .btn, .events-grid__item-wrapper .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .events-grid__item-wrapper .form-control-text, .events-grid__item-wrapper .form-content + input[type=submit], .events-grid__item-wrapper .ktc-default-section + input[type=submit] {
    margin: auto 0 0; }
    @media (min-width: 60em) {
      .events-grid__item-wrapper .btn, .events-grid__item-wrapper .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .events-grid__item-wrapper .form-control-text, .events-grid__item-wrapper .form-content + input[type=submit], .events-grid__item-wrapper .ktc-default-section + input[type=submit] {
        width: fit-content; } }

.events-grid__image {
  position: relative;
  background: no-repeat center center / cover;
  margin: 0 0 15px;
  transition: all 0.18s ease-in-out;
  display: block; }
  .events-grid__image.b-lazy, .events-grid__image.b-lazy-wrapper {
    position: relative; }
    .events-grid__image.b-lazy::before, .events-grid__image.b-lazy-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: #fff;
      transition: all 0.18s ease-in-out; }
    .events-grid__image.b-lazy.b-loaded::before, .events-grid__image.b-lazy.b-lazy-wrapper-done::before, .events-grid__image.b-lazy-wrapper.b-loaded::before, .events-grid__image.b-lazy-wrapper.b-lazy-wrapper-done::before {
      background: rgba(255, 255, 255, 0); }
  .events-grid__image::after {
    content: "";
    display: block;
    padding-top: 73.91304%; }
  .events-grid__image:hover, .events-grid__image:active, .events-grid__image:focus {
    opacity: .8; }

.events-grid__play-icon {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 40px;
  height: 28px;
  cursor: pointer; }
  .events-grid__play-icon::before {
    content: "";
    display: block;
    background-color: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 6px; }
  .events-grid__play-icon::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 3px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #fff; }
  .events-grid__play-icon:hover::before, .events-grid__play-icon:active::before, .events-grid__play-icon:focus::before {
    background-color: #0055A5; }

.events-grid__link {
  color: #2D2525;
  text-decoration: none; }
  .events-grid__link:hover, .events-grid__link:active, .events-grid__link:focus {
    opacity: .8; }

.events-grid__date {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #003566;
  font-family: "Prompt", sans-serif; }
  @media (min-width: 60em) {
    .events-grid__date {
      font-size: 1rem; } }

.events-grid__type {
  background-color: rgba(179, 207, 228, 0.3);
  border: 1px solid #B3CFE4;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 0.875rem;
  display: flex;
  width: fit-content;
  margin-bottom: 5px;
  font-family: "Prompt", sans-serif; }

.events-grid__title {
  margin: 0;
  font-size: 1.375rem; }
  @media (min-width: 60em) {
    .events-grid__title {
      font-size: 1.625rem; } }
  .events-grid__title + .btn, .FormPanel table.EditingFormTable .date-picker-field .events-grid__title + .form-control-text, .form-content.events-grid__title + input[type=submit], .ktc-default-section.events-grid__title + input[type=submit] {
    margin-top: 20px; }

.events-grid__text {
  text-decoration-style: 1rem;
  margin-bottom: 20px; }

.events-grid__tag {
  background-color: rgba(179, 207, 228, 0.3);
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 2px 8px;
  display: inline-block;
  margin: 0 0 8px; }

/* =========================================================
 Calendar specific - Uses Full Calendar Plugin
============================================================ */
.calendar-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #d4d4d4; }

.calendar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px; }

.calendar-nav-date {
  color: #0055A5;
  margin: 0 50px 0 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal; }

.calendar-nav-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -5px; }

.calendar-nav-btns__button {
  background: #0055A5;
  border: 0;
  padding: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer; }
  .calendar-nav-btns__button .calendar-nav-btns__button-svg {
    width: 18px;
    height: 18px;
    fill: #fff; }
  .calendar-nav-btns__button:hover, .calendar-nav-btns__button:focus {
    background: #023464; }

.filter-view-btn {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .filter-view-btn .filter-view-btn__svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    margin: 0 20px 0 0; }

.calendar-main .fc {
  min-width: calc($container-size - $grid-gutter-em); }

.calendar {
  font-family: "Prompt", sans-serif;
  line-height: 1.3; }
  .calendar table {
    margin: 0; }
  .calendar .event-meta {
    margin: 0 0 2px;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic; }
  .calendar .event-title {
    margin: 0 0 3px;
    color: #0055A5; }
  .calendar .event-extra {
    margin: 0 0 4px;
    font-weight: normal; }
  .calendar .event-location {
    display: flex;
    justify-content: flex-start; }
    .calendar .event-location svg {
      position: relative;
      width: 15px;
      height: 15px;
      margin: 0 3px 0 0;
      fill: #0055A5;
      top: 2px;
      flex: 0 0 auto; }
  .calendar .fc-day-grid-event {
    display: flex;
    flex-direction: column;
    margin: 0 10px 7px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    background: #f4f3f1;
    border: none;
    padding: 8px 5px 8px 15px;
    color: #000; }
    .calendar .fc-day-grid-event * {
      transition: all 0.18s ease-in-out; }
    .calendar .fc-day-grid-event::after {
      content: 'View Event';
      display: block;
      color: #0055A5;
      padding: 15px 5px 0 0;
      text-align: right;
      margin-top: auto; }
    .calendar .fc-day-grid-event:hover, .calendar .fc-day-grid-event:focus {
      background: #0055A5;
      color: #fff; }
      .calendar .fc-day-grid-event:hover .event-title, .calendar .fc-day-grid-event:focus .event-title {
        color: currentColor; }
      .calendar .fc-day-grid-event:hover .event-location svg, .calendar .fc-day-grid-event:focus .event-location svg {
        fill: #fff; }
      .calendar .fc-day-grid-event:hover::after, .calendar .fc-day-grid-event:focus::after {
        color: currentColor; }
  .calendar .fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: visible; }
  .calendar td.fc-day-top {
    padding: 10px 10px 17px 0;
    font-weight: bold; }
    .calendar td.fc-day-top .fc-day-number {
      padding: 0; }
    .calendar td.fc-day-top.fc-other-month {
      opacity: 0.55; }
  .calendar .fc-day.fc-today {
    background: rgba(0, 85, 165, 0.15) !important; }
  .calendar .fc th {
    background: #0055A5;
    color: #fff;
    height: 55px;
    vertical-align: middle;
    text-transform: uppercase; }
  .calendar .fc .fc-widget-content {
    border-left: none; }
    .calendar .fc .fc-widget-content:last-child {
      border-right: none; }

@media (min-width: 60em) {
  .calendar-top {
    padding: 35px 0; }
  .calendar-nav {
    margin: 0; }
  .calendar-nav-date {
    margin: 0 50px 0 75px; } }

/**********************
** Event Details
**********************/
.event-details__heading {
  font-size: 1.875rem;
  line-height: 1.1; }
  @media (min-width: 60em) {
    .event-details__heading {
      font-size: 3.375rem; } }

.event-details__top {
  display: flex;
  flex-direction: column;
  background-color: #F2F2F2; }
  @media (min-width: 60em) {
    .event-details__top {
      flex-direction: row; } }

.event-details__top-figure {
  flex-shrink: 0; }
  @media (min-width: 60em) {
    .event-details__top-figure {
      width: 50%; } }

.event-details__top-img {
  position: relative;
  background: no-repeat center center / cover;
  display: block; }
  .event-details__top-img::after {
    content: "";
    display: block;
    padding-top: 73.68421%; }
  @media (min-width: 60em) {
    .event-details__top-img {
      height: 100%; } }

.event-details__top-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px 20px;
  justify-content: center; }
  @media (min-width: 60em) {
    .event-details__top-content {
      padding: 56px 60px; } }

.event-details__top-row {
  display: flex;
  gap: 14px; }

.event-details__top-row-icon {
  width: 30px;
  height: 30px;
  fill: #0055A5; }

.event-details__top-row-text {
  font-size: 1rem; }
  @media (min-width: 60em) {
    .event-details__top-row-text {
      font-size: 1.125rem; } }

.event-details__up-next h2 {
  text-align: center; }

/* ================================================================
   News - Majority of styling is done as part of the lists.scss
   ================================================================ */
.news-details {
  margin: 0 auto 20px; }
  @media (min-width: 60em) {
    .news-details {
      margin: 0 auto 40px; } }
  .news-details h1 {
    margin-bottom: 20px; }

.news-details__share {
  display: flex;
  margin: 20px 0; }
  .news-details__share a.at-icon-wrapper.at-share-btn {
    background-color: #BFBFBF !important;
    border-radius: 50% !important; }

.news-details__share a.at-icon-wrapper.at-share-btn svg {
  fill: #0055A5 !important; }

.news-details__share-text {
  font-weight: 700;
  margin-top: 2px;
  margin-right: 8px; }

.news-details__image {
  margin: 0 0 20px;
  width: 100%; }
  @media (min-width: 60em) {
    .news-details__image {
      float: right;
      width: 50%;
      margin: 0 30px 20px;
      max-width: 560px; } }

/* ================================================================
   Videos
   ================================================================ */
.video-stage__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  border: 4px solid #0055A5; }

.video-stage__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-stage__info {
  background: #0055A5;
  padding: 15px 20px;
  color: #fff;
  margin: 0 0 20px; }

.video-stage__description {
  margin: 0; }

.video-listing {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin: 0 -10px; }

.video-listing__item {
  width: 100%;
  padding: 0 10px;
  margin: 0 0 20px; }

.video-link {
  display: block;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  text-decoration: none;
  text-align: center; }
  .video-link.active .video-link__title {
    background: #023464; }
  .video-link:hover, .video-link:focus {
    transform: scale(1.05); }
    .video-link:hover .video-link__title, .video-link:focus .video-link__title {
      background: #023464; }

.video-link__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0055A5;
  padding: 10px; }

@media (min-width: 30em) {
  .video-listing__item {
    width: 50%; } }

@media (min-width: 48em) {
  .video-listing__item {
    width: 33%; } }

@media (min-width: 60em) {
  .video-listing__item {
    width: 25%; } }

.modaal-wrapper .modaal-close {
  background: rgba(0, 0, 0, 0.7) !important; }
  .modaal-wrapper .modaal-close:hover, .modaal-wrapper .modaal-close:active, .modaal-wrapper .modaal-close:focus {
    background-color: #fff !important; }

/* ================================================================
   Alerts
   ================================================================ */
.site-alert-container {
  background: #0055A5;
  padding: 15px 0; }

.site-alert {
  display: flex;
  align-items: center; }
  .site-alert + .site-alert {
    margin: 20px 0 0 0; }

.site-alert__image {
  max-width: 84px;
  padding: 0 20px 0 0; }

.site-alert__description {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0; }
  .site-alert__description a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold; }
    .site-alert__description a:hover, .site-alert__description a:focus {
      text-decoration: none; }

/* ================================================================
   Cookie Consent
   ================================================================ */
.cookie-consent {
  background: #0055A5;
  padding: 20px 0; }

.cookie-consent__desc {
  color: #fff;
  margin: 0 0 1rem; }

#becookiebarpanelid {
  background-color: #003566 !important; }

#bepolicylinktextid {
  color: #fff !important; }

/* ================================================================
   Lists
   ================================================================ */
.listing-section {
  margin: 0 0 30px;
  border-radius: 10px; }

.listing-header {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "Prompt", sans-serif;
  line-height: 1;
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #e1e1e1; }

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

.listing-item {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #e1e1e1; }

.li-meta {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 5px; }

.li-img {
  margin: 0 0 20px;
  flex: 0 0 160px; }

.li-date {
  margin: 0 0 10px;
  color: #333;
  font-weight: bold;
  font-family: "Prompt", sans-serif;
  line-height: 1; }

.li-date-head {
  display: none;
  font-size: 31px;
  font-size: 1.9375rem;
  margin: 0 0 10px; }

.li-date-bot {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase; }

.li-date-mb {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }

.li-content {
  flex: 1 1 auto; }

.li-title {
  color: #0055A5;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Prompt", sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: normal; }

.li-extra {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.li-extra__item {
  margin: 0 10px; }

.li-desc {
  margin: 0 0 10px; }
  .li-desc:last-child {
    margin: 0; }

.li-more {
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem; }
  .li-more:hover, .li-more:focus {
    text-decoration: none; }

.listing-more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Prompt", sans-serif;
  line-height: normal; }
  .listing-more svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    margin: 0 0 1px 7px; }

.listing-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0 0 0; }

.listing-tags__item {
  display: block;
  margin: 0 5px 5px 0; }

.listing-tags__text {
  font-size: 12px;
  font-size: 0.75rem;
  background: #0055A5;
  color: #fff;
  padding: 3px 5px; }
  a.listing-tags__text:hover, a.listing-tags__text:focus {
    background: rgba(0, 85, 165, 0.8); }

@media (min-width: 60em) {
  .listing-intro-inner {
    flex-direction: row;
    font-weight: normal; }
    .listing-intro-inner svg {
      margin: 0 45px 0 0;
      width: 81px;
      height: 77px; }
    .listing-intro-inner span {
      max-width: 140px; }
  .listing-item {
    display: flex;
    justify-content: flex-start; }
  .li-date {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #f0eeeb;
    text-align: center;
    width: 95px;
    height: 95px;
    flex: 0 0 auto;
    margin: 0 10px 0 0; }
  .li-date-head {
    display: block; }
  .li-date-bot {
    display: block; }
  .li-date-mb {
    display: none; }
  .li-img {
    margin: 0 10px 0 0; }
  .li-title {
    margin: 0 0 13px; }
  .li-desc {
    margin: 0 0 15px; } }

@media (min-width: 71.25em) {
  .listing-section-inner {
    padding: 30px; }
  .listing-item {
    padding: 0 10px 25px; }
    .extra-pad .listing-item {
      padding: 0 20px 25px; }
  .li-date {
    margin: 0 30px 0 0; }
  .li-img {
    margin: 0 25px 0 0; } }

/* ================================================================
   Filters
   ================================================================ */
.filters {
  margin: 0 0 1rem;
  padding: 15px;
  background: #eee; }

.filter {
  margin: 0 0 15px; }
  .filter .button, .filter .culture-selector__button {
    width: 100%;
    white-space: nowrap; }
  .filter:last-child {
    margin: 0; }

.filter__label, .filter--nolabel::before {
  display: block;
  margin: 0 0 3px;
  white-space: nowrap; }

.filter__label--date {
  font-size: .875em;
  padding: 0 5px 0 0; }

.filter__select {
  width: 100%; }

.filter__input {
  width: 100%; }

.filter__input--date {
  width: 70px; }

.filter__fieldset {
  margin: 0 0 15px; }

.filter__legend {
  display: block;
  margin: 0 0 3px;
  width: 100%; }

.filter__fieldset-content {
  display: flex; }

.filter__inner-field {
  padding: 0 10px 0 0; }

.filter__search-content {
  position: relative; }

.filter__search-button {
  position: absolute;
  background: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #0055A5; }
  .filter__search-button:hover, .filter__search-button:focus {
    color: #023464; }
  .filter__search-button svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
    transition: all 0.18s ease-in-out; }

.filter--nolabel::before {
  content: '\a0'; }

@media (min-width: 71.25em) {
  .filters {
    display: flex;
    padding: 15px 5px;
    justify-content: space-between; }
  .filters--stacked {
    display: block; }
    .filters--stacked .filter {
      margin-bottom: 10px; }
  .filter {
    padding: 0 10px;
    width: 100%;
    margin: 0; }
  .filter--date {
    display: flex; }
  .filter__fieldset {
    margin: 0; }
  .filter__fieldset-content {
    justify-content: space-between; }
  .filter__inner-field {
    display: flex;
    align-items: center;
    padding: 0 10px 0 0; } }

/* ================================================================
	 Hero Slider and Static
	 ================================================================ */
.hero-slider__container {
  position: relative; }

.hero-banner {
  background: #023464; }

.hero-slide__img {
  padding-top: 56.25%;
  background: no-repeat center / cover; }

.hero-slide__container {
  max-width: 89.375rem;
  padding: 30px 1.25em;
  margin: 0 auto;
  background: #0055A5;
  color: #fff; }
  .hero-slide__container *::selection {
    background: #023464; }

.hero-slide-info-box__title {
  font-weight: bold;
  margin: 0 0 10px; }
  .hero-slide-info-box__title {
    font-size: 30px; }
    @media screen and (min-width: 320px) {
      .hero-slide-info-box__title {
        font-size: calc(30px + 20 * ((100vw - 320px) / 640)); } }
    @media screen and (min-width: 960px) {
      .hero-slide-info-box__title {
        font-size: 50px; } }

.hero-slide-info-box__subtitle {
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 1.6; }
  .hero-slide-info-box__subtitle {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .hero-slide-info-box__subtitle {
        font-size: calc(16px + 4 * ((100vw - 320px) / 640)); } }
    @media screen and (min-width: 960px) {
      .hero-slide-info-box__subtitle {
        font-size: 20px; } }

.hero-slide-info-box__btn {
  display: block;
  background: #fff;
  color: #0055A5;
  border: 1px solid currentColor;
  padding: 18px 35px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem; }
  .hero-slide-info-box__btn:hover, .hero-slide-info-box__btn:focus {
    background: #0055A5;
    color: #fff; }

.hero-slide-controls {
  position: absolute;
  padding-top: 56.25%;
  top: 0;
  left: 0;
  width: 100%; }

.hero-slider-btn--prev {
  left: 0; }

.hero-slider-btn--next {
  right: 0; }

@media (min-width: 60em) {
  .hero-slide {
    position: relative;
    display: flex;
    overflow: hidden; }
  .hero-slide__img {
    display: none; }
  .hero-slide__container {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 475px;
    background: none;
    flex: 1 0 auto;
    padding: 0 1.25em;
    width: 100%; }
  .hero-slide__inner {
    position: relative;
    display: flex;
    align-items: center;
    background: #0055A5;
    padding: 20px 100px;
    max-width: 600px; }
  .hero-slide-info-box__title {
    margin: 0 0 20px; }
  .hero-slide-info-box__subtitle {
    margin: 0 0 30px; }
  .hero-slide-info-box__btn {
    display: inline-block; }
  .hero-slide__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 1200px;
    height: 100%;
    z-index: 1;
    background: no-repeat top right / cover; }
    .hero-slide__img::before {
      content: none; }
    .hero-slide__img::after {
      background-size: auto;
      background-position: bottom right; }
  .hero-slide-controls {
    position: static;
    padding-top: 0; } }

.hero-slider__figure {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 40%;
  position: relative; }
  @media (min-width: 60em) {
    .hero-slider__figure {
      position: absolute;
      height: 100%;
      padding-top: 0; } }
  .hero-slider__figure::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    background: #f2f7fa;
    background: linear-gradient(0deg, #003566 0%, rgba(255, 255, 255, 0) 50%); }
    @media (min-width: 60em) {
      .hero-slider__figure::after {
        background: linear-gradient(90deg, #003566 40%, rgba(255, 255, 255, 0) 70%);
        opacity: .8; } }

.hero__text-container {
  background: #023464;
  padding: 40px 60px;
  position: relative;
  z-index: 2; }
  @media (min-width: 60em) {
    .hero__text-container {
      background: transparent;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 100%;
      padding: 0 200px; } }

.hero-slider__container .slick-dots {
  background: #023464;
  padding: 30px 0;
  justify-content: center;
  position: relative;
  bottom: 0; }
  .hero-slider__container .slick-dots li {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px; }
    .hero-slider__container .slick-dots li.slick-active {
      background: #fff; }
    .hero-slider__container .slick-dots li button .slick-dot-icon::before {
      display: none; }
  @media (min-width: 60em) {
    .hero-slider__container .slick-dots {
      position: absolute;
      background: transparent;
      left: 114px;
      bottom: 0;
      top: 0;
      width: auto;
      display: flex !important;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .hero-slider__container .slick-dots li {
        margin-top: 40px; } }

.hero__text-title {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 500;
  margin: 0; }
  @media (min-width: 60em) {
    .hero__text-title {
      font-size: 60px;
      font-size: 3.75rem; } }

.hero__text-subtext {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  margin: 18px 0; }
  @media (min-width: 60em) {
    .hero__text-subtext {
      width: 70%; } }

.hero-slider__single-slide {
  position: relative; }
  @media (min-width: 60em) {
    .hero-slider__single-slide {
      height: calc(100vh - 160px);
      height: 56vw;
      max-height: 800px; } }

.slick-vertical .slick-slide {
  border: none !important; }

/* Slick Pause */
.slick-autoplay-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 7px;
  border: none;
  border-radius: 6px;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 85, 165, 0.5);
  box-sizing: border-box;
  z-index: 1000;
  transition: all 100ms ease-in-out;
  display: block;
  opacity: 0; }

.slick-autoplay-toggle:hover,
.slick-autoplay-toggle:focus {
  background: rgba(0, 85, 165, 0.8);
  opacity: 1; }

.slick-slider:hover .slick-autoplay-toggle,
.slick-slider:focus .slick-autoplay-toggle {
  opacity: 1; }

.slick-autoplay-toggle::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-style: double;
  border-width: 0 0 0 40px;
  border-color: transparent transparent transparent #fff;
  box-sizing: border-box;
  transition: all 100ms ease-in-out; }

.slick-autoplay-toggle.paused::before {
  border-style: solid;
  border-width: 20px 0 20px 40px; }

.slick-autoplay-toggle-button {
  display: none; }

/******************************** 
** Hero Video 
********************************/
.hero-slider__single-slide--video {
  overflow: hidden; }
  .hero-slider__single-slide--video .hero-slider__figure {
    padding: 0; }

.hero__video {
  border: none;
  width: 100vw;
  height: 56vw; }
  @media (min-width: 60em) {
    .hero__video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100vw;
      height: 57vw;
      transform: translate(-50%, -50%);
      z-index: 0; } }

.page-banner {
  position: relative;
  line-height: 1.2;
  color: #fff;
  background: no-repeat center center / cover;
  background-color: #0055A5;
  margin: 0 0 18px; }
  .page-banner [class*="col"] {
    position: relative;
    display: flex; }
  .page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%); }
  .page-banner--small .page-banner-inner {
    min-height: 160px; }
  .page-banner--medium .page-banner-inner {
    min-height: 160px; }

.page-banner-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 200px;
  flex: 1 0 auto;
  width: 100%; }

.page-banner-heading {
  position: relative;
  font-size: 50px;
  font-size: 3.125rem;
  padding: 10px 0px;
  margin: 0; }

@media (min-width: 60em) {
  .page-banner--small .page-banner-inner {
    min-height: 160px; }
  .page-banner--medium .page-banner-inner {
    min-height: 240px; }
  .page-banner-inner {
    min-height: 480px; }
  .page-banner-heading {
    font-size: 60px;
    font-size: 3.75rem;
    padding: 10px 0; } }

.card-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333F48;
  margin: 0 -10px 30px; }

.card-item {
  width: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 10px;
  margin: 0 0 20px;
  line-height: 1.4; }
  .card-item:nth-last-child(-n+2) {
    margin: 0; }

.card-item__inner {
  display: block; }
  a.card-item__inner {
    color: currentColor; }
    a.card-item__inner:hover, a.card-item__inner:focus {
      color: #0055A5;
      text-decoration: none; }

.card-item__img {
  background: no-repeat center / cover;
  position: relative;
  margin: 0 0 15px; }
  .card-item__img.b-lazy, .card-item__img.b-lazy-wrapper {
    position: relative; }
    .card-item__img.b-lazy::before, .card-item__img.b-lazy-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: #f5f5f5;
      transition: all 0.18s ease-in-out; }
    .card-item__img.b-lazy.b-loaded::before, .card-item__img.b-lazy.b-lazy-wrapper-done::before, .card-item__img.b-lazy-wrapper.b-loaded::before, .card-item__img.b-lazy-wrapper.b-lazy-wrapper-done::before {
      background: rgba(245, 245, 245, 0); }
  .card-item__img::after {
    content: '';
    display: block;
    padding-top: 58.33333%; }

.card-item__title {
  font-weight: 600;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: all 0.18s ease-in-out;
  margin: 0; }

.card-item__meta {
  display: block;
  color: #737373;
  margin: 3px 0 0; }

@media (min-width: 60em) {
  .card-listing {
    flex-wrap: none;
    margin: 0 0 70px; }
  .card-item {
    flex: 1 0 0px;
    width: auto;
    margin: 0 40px 0 0;
    padding: 0; }
    .card-item:nth-last-child(-n+2) {
      margin: 0 40px 0 0; }
  .card-item__title {
    font-size: 16px;
    font-size: 1rem; } }

.side-by-side {
  margin: 0 0 80px; }
  .side-by-side--close {
    margin: 0; }
  .side-by-side h2 {
    font-weight: 400;
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 51px;
    line-height: 3.1875rem; }
    @media (min-width: 60em) {
      .side-by-side h2 {
        font-size: 49px;
        font-size: 3.0625rem;
        line-height: 64px;
        line-height: 4rem; } }
  .side-by-side h3 {
    font-weight: 400;
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 51px;
    line-height: 3.1875rem; }
    @media (min-width: 60em) {
      .side-by-side h3 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 40px;
        line-height: 2.5rem; } }

.interior-main .side-by-side h2 {
  font-weight: 400;
  font-size: 39px;
  font-size: 2.4375rem;
  line-height: 51px;
  line-height: 3.1875rem; }
  @media (min-width: 60em) {
    .interior-main .side-by-side h2 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 40px;
      line-height: 2.5rem; } }

.side-by-side.side-by-side--vertical {
  display: block; }
  .side-by-side.side-by-side--vertical .side-by-side__img {
    margin: 0 0 40px; }
  .side-by-side.side-by-side--vertical .side-by-side__box {
    margin: 0; }

.side-by-side.side-by-side--single {
  margin: 0; }

.side-by-side.side-by-side--overlay .side-by-side__img {
  margin-bottom: 0; }
  .side-by-side.side-by-side--overlay .side-by-side__img::after {
    padding-top: 50%; }

.side-by-side.side-by-side--overlay .side-by-side__headings {
  position: relative;
  width: 80%;
  z-index: 0; }
  .side-by-side.side-by-side--overlay .side-by-side__headings::after {
    content: '';
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: absolute;
    top: -59px;
    left: 0;
    z-index: -1; }

.side-by-side__img {
  position: relative;
  background: no-repeat center center / cover;
  display: block;
  margin: 0 0 25px; }
  .side-by-side__img.b-lazy, .side-by-side__img.b-lazy-wrapper {
    position: relative; }
    .side-by-side__img.b-lazy::before, .side-by-side__img.b-lazy-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: #fff;
      transition: all 0.18s ease-in-out; }
    .side-by-side__img.b-lazy.b-loaded::before, .side-by-side__img.b-lazy.b-lazy-wrapper-done::before, .side-by-side__img.b-lazy-wrapper.b-loaded::before, .side-by-side__img.b-lazy-wrapper.b-lazy-wrapper-done::before {
      background: rgba(255, 255, 255, 0); }
  @media (min-width: 60em) {
    .side-by-side__img {
      display: block; } }
  .side-by-side__img::after {
    content: "";
    display: block;
    padding-top: 74.78261%; }

.side-by-side__img--video::after {
  display: none; }

.side-by-side__img--video video {
  width: 100%; }

@media (min-width: 60em) {
  .side-by-side {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left; }
  .side-by-side--flipped .side-by-side__img {
    order: 2;
    margin: 0 0 0 60px; }
  .side-by-side__box {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex: 1;
    margin: 0 0 0 0; } }
  @media (min-width: 60em) and (min-width: 60em) {
    .side-by-side__box {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 1;
      margin: 0 0 0 0; } }

@media (min-width: 60em) and (min-width: 60em) {
  .side-by-side--close .side-by-side__box {
    width: 50%;
    margin: 0; } }

@media (min-width: 60em) and (min-width: 60em) {
  .side-by-side--flipped.side-by-side--close .side-by-side__box {
    margin: 0; } }

@media (min-width: 60em) and (min-width: 60em) {
  .side-by-side--flipped .side-by-side__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin: 0 0 0 0; } }

@media (min-width: 60em) {
  .side-by-side__content {
    width: 100%; } }

@media (min-width: 60em) and (min-width: 60em) {
  .side-by-side--close .side-by-side__content {
    padding-left: 100px; } }

@media (min-width: 60em) and (min-width: 60em) {
  .side-by-side--flipped.side-by-side--close .side-by-side__content {
    padding-left: 0;
    padding-right: 100px; } }

@media (min-width: 60em) {
  .side-by-side__img {
    flex: 1;
    margin: 0 60px 0 0; }
  .side-by-side--close .side-by-side__img {
    margin: 0; }
  .side-by-side__links {
    width: 195px; }
    .side-by-side__links .btn, .side-by-side__links .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .side-by-side__links .form-control-text, .side-by-side__links .form-content + input[type=submit], .side-by-side__links .ktc-default-section + input[type=submit] {
      margin: 0 10px 0 0; } }

.side-by-side__container {
  margin: 0 auto; }

.side-by-side__subtitle {
  color: #0055A5;
  font-family: "Prompt", sans-serif;
  margin: 0 0 10px 0;
  font-size: 29px;
  font-size: 1.8125rem; }
  @media (min-width: 60em) {
    .side-by-side__subtitle {
      font-size: 39px;
      font-size: 2.4375rem; } }
  .side-by-side__subtitle sup {
    font-size: 20px;
    font-size: 1.25rem; }

.side-by-side__title {
  font-size: 39px;
  font-size: 2.4375rem;
  font-family: "Prompt", sans-serif;
  color: #333;
  margin: 0; }
  @media (min-width: 60em) {
    .side-by-side__title {
      font-size: 49px;
      font-size: 3.0625rem; } }

.side-by-side__subtext {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #333;
  letter-spacing: 0.19px;
  margin: 22px 0 40px; }
  @media (min-width: 60em) {
    .side-by-side__subtext {
      font-size: 17px;
      font-size: 1.0625rem; } }

.slider-section {
  position: relative;
  text-align: center;
  padding: 70px; }

.slider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto; }

.slider__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 100%; }

.slider__part {
  max-width: 200px;
  justify-content: center;
  align-items: center; }
  a.slider__part:hover, a.slider__part:focus {
    opacity: 0.7; }

.slider__img {
  max-height: 100%; }

.slider-btn--prev {
  left: 20px; }

.slider-btn--next {
  right: 20px; }

@media (min-width: 60em) {
  .slider__item {
    width: 12.5%;
    flex: 1 0 auto;
    padding: 0 10px; } }

.content-slider__container {
  position: relative; }
  .content-slider__container .content-slider__prev,
  .content-slider__container .content-slider__next {
    display: none; }

.content-slider {
  padding: 0 0 20px; }
  @media (min-width: 60em) {
    .content-slider {
      padding: 0 30px; } }

.content-slider__single {
  cursor: pointer;
  text-decoration: none; }
  .content-slider__single:hover, .content-slider__single:active, .content-slider__single:focus {
    opacity: .8; }

.content-slider__single-inner {
  padding: 0 27px;
  margin: 0 auto; }

.content-slider__image {
  width: 100%; }

.content-slider__title {
  margin: 15px 0 7px;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  color: #333;
  font-size: 22px;
  font-size: 1.375rem; }

.content-slider__subtext {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.17px;
  font-weight: 500; }

.content-slider__navigation {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto; }
  .content-slider__navigation .content-slider__dots {
    width: 100%; }
    .content-slider__navigation .content-slider__dots .slick-dots {
      width: 100%;
      height: 30px;
      bottom: 0 !important;
      position: relative;
      display: flex !important;
      justify-content: space-between;
      width: 80%;
      margin: 0 auto;
      align-items: center; }
      .content-slider__navigation .content-slider__dots .slick-dots li {
        width: 10px;
        height: 10px;
        border: 2px solid #B2B2B2;
        background: transparent;
        border-radius: 50%; }
        .content-slider__navigation .content-slider__dots .slick-dots li.slick-active {
          border: none;
          background: #0055A5; }
        .content-slider__navigation .content-slider__dots .slick-dots li button .slick-dot-icon::before {
          display: none; }
  .content-slider__navigation .content-slider__prev {
    background: transparent;
    border: none; }
    .content-slider__navigation .content-slider__prev svg {
      fill: #B2B2B2;
      transform: rotate(-90deg);
      width: 25px;
      height: 25px; }
  .content-slider__navigation .content-slider__next {
    background: transparent;
    border: none; }
    .content-slider__navigation .content-slider__next svg {
      fill: #B2B2B2;
      transform: rotate(90deg);
      width: 25px;
      height: 25px; }

.slick-slider.slick-dotted {
  margin-bottom: 0 !important; }

.content-slider__prev, .content-slider__next {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: inherit;
  bottom: -15px;
  height: 60px;
  margin: auto;
  left: -8px;
  z-index: 2; }
  @media (min-width: 60em) {
    .content-slider__prev, .content-slider__next {
      top: 0;
      bottom: 0; } }
  .content-slider__prev svg, .content-slider__next svg {
    fill: #484848;
    width: 24px;
    height: 50px;
    padding: 0; }
  .content-slider__prev.slick-disabled, .content-slider__next.slick-disabled {
    cursor: default; }
    .content-slider__prev.slick-disabled svg, .content-slider__next.slick-disabled svg {
      fill: #B2B2B2; }

.content-slider__next {
  left: inherit;
  right: -8px; }
  .content-slider__next svg {
    transform: rotate(180deg); }

@media (min-width: 60em) {
  .content-slider {
    margin: 0 auto; }
    .content-slider.slick-slider {
      margin-bottom: 0; }
  .content-slider__navigation {
    display: none; }
  .content-slider__content {
    margin: 0 auto;
    position: relative; } }

.card-slider__content {
  position: relative; }

.card-slider, .card-slider.slick-slider.slick-dotted {
  padding: 0;
  margin: 0 -8px 0; }
  @media (min-width: 60em) {
    .card-slider, .card-slider.slick-slider.slick-dotted {
      padding: 0 30px; } }

.card-slider__container .content-slider__navigation {
  margin-top: 20px; }

.card-slider__square {
  background: #0055A5;
  cursor: pointer;
  border-radius: 5px;
  padding: 47px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 8px 15px;
  margin-bottom: 15px;
  min-height: 180px; }
  .card-slider__square:hover {
    background: #023464;
    text-decoration: none; }
  .card-slider__square svg {
    fill: #fff;
    width: 34px;
    height: 34px; }
  .card-slider__square img {
    width: 40px;
    height: 40px; }
  .card-slider__square .card-slider__square-text {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center; }

.card-slider__figure {
  background: no-repeat center center / contain;
  width: 60px;
  margin-bottom: 5px; }
  .card-slider__figure::after {
    content: '';
    display: block;
    padding-top: 100%; }

.card-slider .slick-track {
  display: flex; }

.card-slider .slick-slide {
  height: inherit; }

@media (min-width: 60em) {
  .card-slider .slick-slide > div {
    height: 100%; } }

.card-slider .card-slider__item {
  height: inherit; }

.card-slider .card-slider__square {
  height: inherit; }

@media (min-width: 60em) {
  .content-container {
    display: flex; } }

.content-container__images {
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 75%;
  flex: 1; }
  @media (min-width: 60em) {
    .content-container__images {
      padding-top: 33%; } }
  .content-container__images::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: #f2f7fa;
    background: linear-gradient(0deg, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 60em) {
      .content-container__images::after {
        background: linear-gradient(270deg, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%); } }

.content-container__wrap {
  background-color: #F9F9F9;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.content-container__inner {
  margin: 0 auto;
  padding: 30px 20px 50px; }
  @media (min-width: 60em) {
    .content-container__inner {
      max-width: 700px;
      margin-left: 0;
      padding: 30px 0 50px 100px; } }

.content-container__title {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  margin: 0; }

.content-container__subtext {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.19px;
  margin: 20px 0 30px; }

.content-container__button {
  display: inline-block;
  margin: 15px 15px 0 0; }

.blog-tab {
  display: none; }

.blog__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin: 30px 0 7px;
  color: #000; }

.blog__title {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
  color: #000;
  text-decoration: none; }
  .blog__title:hover, .blog__title:active, .blog__title:focus {
    text-decoration: underline;
    opacity: .8; }

.blog__image {
  background: no-repeat center center / cover;
  display: block; }
  .blog__image::after {
    content: '';
    display: block;
    padding-top: 56.25%; }

.blog__single--large {
  margin: 0 0 40px; }
  .blog__single--large .blog__link {
    margin-top: 30px;
    border: 1px solid #0055A5;
    color: #0055A5;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block; }
    .blog__single--large .blog__link:focus, .blog__single--large .blog__link:hover {
      background: #0055A5;
      color: #fff;
      text-decoration: none; }

.blog__subtext p {
  margin-bottom: 0; }

.blog__single--large .btn, .blog__single--large .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .blog__single--large .form-control-text, .blog__single--large .form-content + input[type=submit], .blog__single--large .ktc-default-section + input[type=submit] {
  margin-top: 20px; }

.blog__single--medium {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px; }
  .blog__single--medium .blog__single {
    width: 48%; }
    .blog__single--medium .blog__single .blog__date {
      font-size: 13px;
      font-size: 0.78812rem; }
    .blog__single--medium .blog__single .blog__title {
      font-size: 1.25rem; }

.blog__single--large .blog__title {
  font-size: 1.5625rem; }

.blog__single--small .blog__title {
  font-size: 1.25rem; }

.blog__single--small {
  display: none; }

.blog-tab--mobile {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  border: none;
  border-bottom: 2px solid #0055A5;
  padding: 20px 0;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  display: block;
  position: relative;
  cursor: pointer;
  color: #333; }
  .blog-tab--mobile[data-expander]:before, .blog-tab--mobile[data-expander]:after {
    background-color: #333;
    width: 17px; }
  .blog-tab--mobile.active {
    color: #0055A5;
    border-bottom: 5px solid #0055A5; }

@media (min-width: 60em) {
  .blog-tab--mobile {
    display: none; }
  .blog-tab {
    display: block;
    text-align: center;
    border: none;
    border-bottom: 2px solid #B3CFE4;
    color: #000;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    padding-bottom: 15px;
    width: 100%;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    font-size: 1.25rem; }
    .blog-tab.active {
      color: #0055A5;
      position: relative; }
      .blog-tab.active::after {
        content: '';
        height: 5px;
        width: 100%;
        position: absolute;
        bottom: -2px;
        left: 0;
        background: #0055A5; }
  .blog-tabs {
    display: flex;
    justify-content: center; }
  .blog-tab__content-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .blog__single--large {
    margin: 0 100px 0 0;
    width: 50%; }
  .blog__single--medium {
    flex-direction: column;
    margin: 0 70px 0 0;
    width: 25%; }
    .blog__single--medium .blog__single {
      width: 100%;
      margin: 0 0 40px 0; }
  .blog__single--small {
    display: flex;
    flex-direction: column;
    width: 25%; }
    .blog__single--small .blog__single {
      padding-bottom: 40px;
      border-bottom: 1px solid lightgrey;
      padding-top: 40px; }
      .blog__single--small .blog__single:first-child {
        padding-top: 0; }
      .blog__single--small .blog__single:last-child {
        border-bottom: 0; }
      .blog__single--small .blog__single .blog__date {
        margin: 0 0 7px 0; } }

.blog-tab__content-single {
  padding: 30px 0 0 0; }
  @media (min-width: 60em) {
    .blog-tab__content-single {
      padding: 65px 0 0 0; } }

a.blog__single {
  text-decoration: none; }
  a.blog__single:hover, a.blog__single:active, a.blog__single:focus {
    opacity: .8; }

.blog-tab__content-single.target-show,
.blog-tab__content-single.target-hide {
  animation-name: none;
  transition: none; }

.stats__container {
  background: #B3CFE4;
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
  .stats__container::before {
    content: "";
    position: absolute;
    height: 80px;
    left: -30%;
    right: -30%;
    border-radius: 50%;
    top: -70px;
    background: #fff; }

.stats__container-inner {
  display: flex;
  flex-wrap: wrap; }

.stats__single {
  width: 49%;
  padding: 0 12px; }
  .stats__single:first-child, .stats__single:nth-child(3) {
    border-right: 1px solid #C4C4C4; }
  .stats__single:nth-child(3), .stats__single:last-child {
    margin-top: 40px; }

.stats__number {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 39px;
  font-size: 2.4375rem;
  color: #0055A5;
  margin: 0;
  text-align: center; }

.stats__text {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  text-align: center; }

@media (min-width: 60em) {
  .stats__container-inner {
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  .stats__single:nth-child(2) {
    border-right: 1px solid #C4C4C4; }
  .stats__single:nth-child(3), .stats__single:last-child {
    margin-top: 0; } }

.four-cta {
  display: flex;
  flex-direction: column; }

.four-cta__single {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0; }
  .four-cta__single:first-child {
    background: url(../../../images/open_jobs_img.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .four-cta__single:nth-child(2) {
    background: url(../../../images/video_library_img.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .four-cta__single:nth-child(3) {
    background: url(../../../images/open_jobs_img.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .four-cta__single:last-child {
    background: url(../../../images/video_library_img.png);
    background-repeat: no-repeat;
    background-size: cover; }

.four-cta__title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 35px; }

.four-cta__link {
  background: transparent;
  color: #fff;
  padding: 11px 35px;
  border: 2px solid #fff;
  text-transform: uppercase; }
  .four-cta__link:hover, .four-cta__link:focus {
    background: #0055A5;
    color: #fff;
    text-decoration: none; }

@media (min-width: 60em) {
  .four-cta {
    flex-direction: row; }
  .four-cta__single {
    padding: 125px 0; } }

/* ================================================================
   Locations
   ================================================================ */
.locations {
  overflow: hidden; }

.locations__grid {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 48em) {
    .locations__grid {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -35px; } }

@media (min-width: 48em) {
  .locations__item {
    width: 50%; } }

@media (min-width: 60em) {
  .locations__item {
    width: 33.33%; } }

.locations__item-wrapper {
  padding: 35px 0; }
  @media (min-width: 48em) {
    .locations__item-wrapper {
      padding: 35px; } }

.locations__image {
  position: relative;
  background: no-repeat center center / cover;
  margin: 0 0 25px;
  display: block; }
  .locations__image.b-lazy, .locations__image.b-lazy-wrapper {
    position: relative; }
    .locations__image.b-lazy::before, .locations__image.b-lazy-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: #fff;
      transition: all 0.18s ease-in-out; }
    .locations__image.b-lazy.b-loaded::before, .locations__image.b-lazy.b-lazy-wrapper-done::before, .locations__image.b-lazy-wrapper.b-loaded::before, .locations__image.b-lazy-wrapper.b-lazy-wrapper-done::before {
      background: rgba(255, 255, 255, 0); }
  .locations__image:hover, .locations__image:active, .locations__image:focus {
    opacity: .8; }
  .locations__image::after {
    content: "";
    display: block;
    padding-top: 56.42857%; }

.locations__title {
  font-size: 25px;
  margin: 25px 0 16px; }

.locations__link {
  text-decoration: none; }
  .locations__link:hover, .locations__link:active, .locations__link:focus {
    opacity: .8; }

.locations__address {
  margin-bottom: 30px; }

.locations__address, .locations__phone {
  display: flex;
  font-size: 17px; }
  .locations__address svg, .locations__phone svg {
    fill: #0055A5;
    width: 24px;
    height: 24px; }

.locations__icon {
  width: 25px;
  margin-right: 20px; }

@media (min-width: 48em) {
  .locations__grid--4 .locations__item {
    width: 50%; } }

@media (min-width: 60em) {
  .locations__grid--4 .locations__item {
    width: 33.33%; } }

@media (min-width: 71.25em) {
  .locations__grid--4 .locations__item {
    width: 25%; } }

.locations__grid--4 .locations__item-wrapper {
  padding: 35px 0; }
  @media (min-width: 48em) {
    .locations__grid--4 .locations__item-wrapper {
      padding: 35px; } }

/* ================================================================
   Resources
   ================================================================ */
/* ================================================================
    Resources Grid
    ================================================================ */
.resources-grid-wrapper {
  overflow: hidden; }

.resources-grid {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 48em) {
    .resources-grid {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -20px; } }
  .resources-grid--supply {
    margin-top: 80px; }
    .resources-grid--supply .resources-grid__item {
      margin-bottom: 40px; }

@media (min-width: 48em) {
  .resources-grid__item {
    width: 50%; } }

@media (min-width: 60em) {
  .resources-grid__item {
    width: 33.33%; } }

@media (min-width: 60em) {
  .resources-grid--additional .resources-grid__item {
    width: 25%; } }

.resources-grid__item--single {
  width: 100%; }
  .resources-grid__item--single .resources-grid__item-wrapper {
    padding: 0 0 40px; }

.resources-grid__item-wrapper {
  padding: 20px 0;
  flex: 1; }
  @media (min-width: 48em) {
    .resources-grid__item-wrapper {
      padding: 0 20px 40px; } }

.resources-grid__image, .resources-list__image {
  position: relative;
  background: no-repeat center center / cover;
  margin: 0 0 25px;
  transition: all 0.18s ease-in-out;
  display: block; }
  .resources-grid__image.b-lazy, .b-lazy.resources-list__image, .resources-grid__image.b-lazy-wrapper, .b-lazy-wrapper.resources-list__image {
    position: relative; }
    .resources-grid__image.b-lazy::before, .b-lazy.resources-list__image::before, .resources-grid__image.b-lazy-wrapper::before, .b-lazy-wrapper.resources-list__image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: #fff;
      transition: all 0.18s ease-in-out; }
    .resources-grid__image.b-lazy.b-loaded::before, .b-lazy.b-loaded.resources-list__image::before, .resources-grid__image.b-lazy.b-lazy-wrapper-done::before, .b-lazy.b-lazy-wrapper-done.resources-list__image::before, .resources-grid__image.b-lazy-wrapper.b-loaded::before, .b-lazy-wrapper.b-loaded.resources-list__image::before, .resources-grid__image.b-lazy-wrapper.b-lazy-wrapper-done::before, .b-lazy-wrapper.b-lazy-wrapper-done.resources-list__image::before {
      background: rgba(255, 255, 255, 0); }
  .resources-grid__image::after, .resources-list__image::after {
    content: "";
    display: block;
    padding-top: 56.07143%; }
  .resources-grid__image:hover, .resources-list__image:hover, .resources-grid__image:active, .resources-list__image:active, .resources-grid__image:focus, .resources-list__image:focus {
    opacity: .8; }
  .resources-grid__image--news::after, .resources-list__image::after {
    padding-top: 75%; }
  .resources-grid__image--guides {
    background-size: 100%;
    background-color: #F2F2F2; }
  .resources-grid__image--video svg {
    position: absolute; }
  .resources-grid__image--reports {
    background-color: #0055A5;
    display: flex;
    justify-content: center;
    align-items: center; }
  .resources-grid__image--supply {
    border-bottom: 15px solid #B3CFE4; }
    .resources-grid__image--supply::after {
      padding-top: 75%; }
  .resources-grid__image--file {
    background-size: auto;
    background-color: rgba(179, 207, 228, 0.3); }

.resources-grid__play-icon {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 40px;
  height: 28px;
  cursor: pointer; }
  .resources-grid__play-icon::before {
    content: "";
    display: block;
    background-color: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 6px; }
  .resources-grid__play-icon::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 3px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #fff; }
  .resources-grid__play-icon:hover::before, .resources-grid__play-icon:active::before, .resources-grid__play-icon:focus::before {
    background-color: #0055A5; }

.resources-grid__reports-date {
  color: #fff;
  font-size: 1.5625rem;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase; }

.resources-grid__link {
  color: #2D2525;
  text-decoration: none; }
  .resources-grid__link:hover, .resources-grid__link:active, .resources-grid__link:focus {
    opacity: .8; }

.resources-grid__date {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px; }

.resources-grid__title {
  margin: 0; }
  .resources-grid__title--supply {
    font-size: 1.5625rem;
    margin: 40px 0 15px; }
  .resources-grid__title + .btn, .FormPanel table.EditingFormTable .date-picker-field .resources-grid__title + .form-control-text, .form-content.resources-grid__title + input[type=submit], .ktc-default-section.resources-grid__title + input[type=submit] {
    margin-top: 20px; }

.resources-grid__tag {
  background-color: rgba(179, 207, 228, 0.3);
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 2px 8px;
  display: inline-block;
  margin: 0 0 8px; }

/* ================================================================
    Resources List
    ================================================================ */
.resources-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .resources-list + .btn, .FormPanel table.EditingFormTable .date-picker-field .resources-list + .form-control-text, .form-content.resources-list + input[type=submit], .ktc-default-section.resources-list + input[type=submit] {
    margin-top: 20px; }
    @media (min-width: 60em) {
      .resources-list + .btn, .FormPanel table.EditingFormTable .date-picker-field .resources-list + .form-control-text, .form-content.resources-list + input[type=submit], .ktc-default-section.resources-list + input[type=submit] {
        margin-top: 40px; } }

@media (min-width: 60em) {
  .resources-list__item-wrapper {
    display: flex; } }

.resources-list__item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 40px; }

.resources-list__figure {
  flex: 1; }
  @media (min-width: 60em) {
    .resources-list__figure {
      max-width: 320px;
      margin-right: 40px;
      margin-bottom: 0; } }

.resources-list__content {
  flex: 1; }

.resources-list__title {
  font-size: 1.5625rem;
  margin-top: 0;
  margin-bottom: 10px; }

.resources-list__link {
  color: #2D2525;
  text-decoration: none; }
  .resources-list__link:hover, .resources-list__link:active, .resources-list__link:focus {
    opacity: .8; }

.resources-list__text {
  margin-bottom: 30px; }

@media (min-width: 60em) {
  .blog-tab__content-single .resources-grid__item {
    width: 25%;
    /* one item */
    /* two items */
    /* two items */ }
    .blog-tab__content-single .resources-grid__item:only-child {
      width: 33.33% !important; }
    .blog-tab__content-single .resources-grid__item:first-child:nth-last-child(2),
    .blog-tab__content-single .resources-grid__item:first-child:nth-last-child(2) ~ .resources-grid__item {
      width: 33.33% !important; }
    .blog-tab__content-single .resources-grid__item:first-child:nth-last-child(3),
    .blog-tab__content-single .resources-grid__item:first-child:nth-last-child(3) ~ .resources-grid__item {
      width: 33.33% !important; } }

/* ================================================================
   People
   ================================================================ */
.people-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.people-grid__item {
  width: 50%;
  margin-bottom: 40px;
  width: 100%; }
  @media (min-width: 48em) {
    .people-grid__item {
      width: 50%; } }
  @media (min-width: 60em) {
    .people-grid__item {
      width: 25%; } }

.people-grid__item-wrapper {
  padding: 0 20px;
  text-align: center; }

.people-grid__image {
  max-width: 200px;
  margin: auto;
  background: no-repeat center center / cover;
  transition: all 0.18s ease-in-out; }
  .people-grid__image::after {
    content: "";
    display: block;
    padding-top: 100%; }
  .people-grid__image:hover, .people-grid__image:active, .people-grid__image:focus {
    opacity: 0.8; }

.people-grid__name {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 1.5625rem;
  margin-top: 20px;
  margin-bottom: 6px; }

.people-grid__name-link {
  text-decoration: none; }
  .people-grid__name-link:hover, .people-grid__name-link:active, .people-grid__name-link:focus {
    opacity: .8; }

/* ================================================================
   Social Media List
================================================================ */
.social-media__container {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  z-index: 3;
  display: flex;
  bottom: 0;
  top: inherit;
  width: 100%; }
  @media (min-width: 60em) {
    .social-media__container {
      flex-direction: column;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: auto;
      height: fit-content; } }
  .social-media__container li.social-media__item {
    width: 64px;
    height: 64px;
    text-align: center;
    flex: 1; }
    @media (min-width: 60em) {
      .social-media__container li.social-media__item {
        flex: 0; } }
  .social-media__container .social-media__single {
    padding: 17px;
    background: #0055A5;
    list-style: none;
    text-decoration: none;
    display: block; }
    .social-media__container .social-media__single:hover {
      background: #023464;
      cursor: pointer; }
    .social-media__container .social-media__single svg {
      fill: #fff;
      width: 25px;
      height: 25px; }

.sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.sitemap > .sitemap__item {
  padding: 0 20px;
  margin-bottom: 25px;
  width: 100%; }
  @media (min-width: 48em) {
    .sitemap > .sitemap__item {
      width: 50%; } }
  @media (min-width: 71.25em) {
    .sitemap > .sitemap__item {
      width: 33.33%; } }

.sitemap > .sitemap__item > a, .sitemap__heading {
  display: block;
  font-weight: 700;
  background-color: #0055A5;
  color: #fff;
  padding: 10px;
  line-height: 1;
  font-size: 1rem; }

.sitemap__sub > .sitemap__item {
  list-style: none;
  position: relative; }
  .sitemap__sub > .sitemap__item:last-child:before {
    height: 0px; }
  .sitemap__sub > .sitemap__item::before {
    content: "";
    position: absolute;
    top: 1em;
    left: -10px;
    z-index: 2;
    height: 100%;
    width: 1px;
    background: #0055A5; }
  .sitemap__sub > .sitemap__item .sitemap__link {
    display: block;
    padding: 4px 0; }
    .sitemap__sub > .sitemap__item .sitemap__link::before {
      content: "";
      position: absolute;
      top: 1em;
      left: -14px;
      z-index: 3;
      margin-top: -6px;
      height: 8px;
      width: 8px;
      border-radius: 8px;
      background: #0055A5; }

/* ================================================================
   Vendor Imports
   ================================================================ */
.a11y-slider-container {
  position: relative; }

.a11y-slider {
  position: relative;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box; }

.a11y-slider::-webkit-scrollbar {
  width: 0;
  height: 0; }

.a11y-slider > * {
  scroll-snap-align: start;
  box-sizing: inherit; }

.a11y-slider-sr-only {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  text-align: center;
  font-family: inherit;
  font-size: 1em; }

.a11y-slider-sr-only:focus {
  position: static;
  background: #000;
  color: #fff;
  width: 100%;
  height: auto;
  margin: 0;
  clip: auto;
  padding: 10px; }

.a11y-slider-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 0;
  margin: 20px 0 0 0; }
  .a11y-slider-dots > * {
    margin: 0 10px 0 0; }
    .a11y-slider-dots > *:last-child {
      margin: 0; }
  .a11y-slider-dots button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.18s ease-in-out;
    background: #ddd;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    font-size: 0;
    text-indent: -9999px;
    transition: all 0.18s ease-in-out; }
    .a11y-slider-dots button:hover, .a11y-slider-dots button:focus {
      background: #0055A5; }
    .a11y-slider-dots button.active {
      background: #0055A5; }
      .a11y-slider-dots button.active:hover, .a11y-slider-dots button.active:focus {
        background: #0060b9; }

.a11y-slider-autoplay {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px;
  border: none;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 85, 165, 0.5);
  box-sizing: border-box;
  z-index: 1000;
  transition: all 0.18s ease-in-out;
  opacity: 0; }
  .a11y-slider-autoplay::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 20px 0 20px 40px;
    border-color: transparent transparent transparent #fff;
    box-sizing: border-box;
    transition: all 0.18s ease-in-out; }
  .a11y-slider-autoplay[data-autoplaying="true"]::before {
    border-style: double;
    border-width: 0 0 0 40px; }
  .a11y-slider-autoplay:hover, .a11y-slider-autoplay:focus {
    background: #0055a5;
    opacity: 1; }
  [class*='hero-slider']:hover .a11y-slider-autoplay,
  [class*='hero-slider']:focus .a11y-slider-autoplay,
  [class*='image-slider']:hover .a11y-slider-autoplay,
  [class*='image-slider']:focus .a11y-slider-autoplay,
  .a11y-slider-container:hover .a11y-slider-autoplay,
  .a11y-slider-container:focus .a11y-slider-autoplay {
    opacity: 1; }
  .a11y-slider-autoplay:hover, .a11y-slider-autoplay:focus {
    background: #0055a5;
    opacity: 1; }

.a11y-slider-hide {
  display: none; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  color: #000;
  max-width: 780px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #023464; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.focus-overlay {
  display: none;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 0 3px 2px #78aeda;
  transition: all 0.2s cubic-bezier(0, 1, 0, 1); }

.focus-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 0 2px 1px #008cff, 0 0 2px #008cff inset;
  transition: all 0.1s ease-out; }

.focus-overlay.focus-overlay-active {
  display: block; }

.focus-overlay.focus-overlay-animating::after {
  opacity: 1; }

.focus-overlay-target {
  outline: none; }

/*!
 * froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

img.fr-rounded, .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

img.fr-bordered, .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC; }

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fr-view {
  word-wrap: break-word; }

.fr-view span[style~="color:"] a {
  color: inherit; }

.fr-view strong {
  font-weight: 700; }

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%; }

.fr-view table td {
  min-width: 5px; }

.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
  border-style: dashed; }

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke; }

.fr-view table td, .fr-view table th {
  border: 1px solid #DDD; }

.fr-view table td:empty, .fr-view table th:empty {
  height: 20px; }

.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
  border: 1px double red; }

.fr-view table td.fr-thick, .fr-view table th.fr-thick {
  border-width: 2px; }

.fr-view table th {
  background: #ececec; }

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always; }

.fr-view .fr-file {
  position: relative; }

.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal; }

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible; }

.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0; }

.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00BCD4; }

.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43A047; }

.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1; }

.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4; }

.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047; }

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0; }

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle; }

.fr-view .fr-text-gray {
  color: #AAA !important; }

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0; }

.fr-view .fr-text-spaced {
  letter-spacing: 1px; }

.fr-view .fr-text-uppercase {
  text-transform: uppercase; }

.fr-view .fr-class-highlighted {
  background-color: #ffff00; }

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace; }

.fr-view .fr-class-transparency {
  opacity: 0.5; }

.fr-view img {
  position: relative;
  max-width: 100%; }

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px); }

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px); }

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%; }

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px); }

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px); }

.fr-view .fr-video {
  text-align: center;
  position: relative; }

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none; }

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both; }

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left; }

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right; }

.fr-view .fr-video.fr-dvi {
  display: inline-block; }

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left; }

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right; }

.fr-view a.fr-strong {
  font-weight: 700; }

.fr-view a.fr-green {
  color: green; }

.fr-view .fr-img-caption {
  text-align: center; }

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%; }

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%; }

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center; }

.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
  font-size: 24px; }

/**
 * Image style.
 */
a.fr-view.fr-strong {
  font-weight: 700; }

a.fr-view.fr-green {
  color: green; }

/**
 * Link style.
 */
img.fr-view {
  position: relative;
  max-width: 100%; }

img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px); }

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px); }

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%; }

span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px); }

span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px); }

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal; }

.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  border: none;
  transform: translate(0, -50%); }

.slick-next:focus .slick-next-icon, .slick-next:focus .slick-prev-icon, .slick-next:hover .slick-next-icon, .slick-next:hover .slick-prev-icon, .slick-prev:focus .slick-next-icon, .slick-prev:focus .slick-prev-icon, .slick-prev:hover .slick-next-icon, .slick-prev:hover .slick-prev-icon {
  opacity: 1; }

.slick-next:focus, .slick-prev:focus {
  top: calc(50% - 1px); }

.slick-next:focus .slick-next-icon, .slick-next:focus .slick-prev-icon, .slick-prev:focus .slick-next-icon, .slick-prev:focus .slick-prev-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px; }

.slick-next.slick-disabled, .slick-prev.slick-disabled {
  cursor: default; }

.slick-next.slick-disabled .slick-next-icon, .slick-next.slick-disabled .slick-prev-icon, .slick-prev.slick-disabled .slick-next-icon, .slick-prev.slick-disabled .slick-prev-icon {
  opacity: .25; }

.slick-next .slick-next-icon, .slick-next .slick-prev-icon, .slick-prev .slick-next-icon, .slick-prev .slick-prev-icon {
  display: block;
  color: #000;
  opacity: .75;
  font-family: slick;
  font-size: 24px;
  line-height: 1; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev .slick-prev-icon:before {
  content: "←"; }

[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  left: -25px;
  right: auto; }

.slick-next .slick-next-icon:before {
  content: "→"; }

[dir=rtl] .slick-next .slick-next-icon:before {
  content: "←"; }

.slick-slider {
  margin-bottom: 30px; }

.slick-slider.slick-dotted {
  margin-bottom: 60px; }

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  border: 0;
  background: 0 0;
  cursor: pointer; }

.slick-dots li button:focus .slick-dot-icon, .slick-dots li button:hover .slick-dot-icon {
  opacity: 1; }

.slick-dots li button:focus .slick-dot-icon:before {
  color: orange; }

.slick-dots li button .slick-dot-icon {
  color: #000;
  opacity: .25; }

.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: slick;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all .05s linear; }

.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1; }

.slick-dots li.slick-active button .slick-dot-icon {
  color: #000;
  opacity: 1; }

.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px; }

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: .75;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #000; }

.slick-autoplay-toggle-button:focus, .slick-autoplay-toggle-button:hover {
  opacity: 1; }

.slick-autoplay-toggle-button:focus {
  color: orange; }

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center; }

.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center; }

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

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

/* ================================================================
   Pages
   ================================================================ */
.bio-heading {
  font-size: 3.0625rem;
  margin-bottom: 15px; }

.bio-subheading {
  font-size: 1.5625rem;
  font-family: "Prompt", sans-serif;
  margin-bottom: 60px; }

.blog-tabs__container {
  margin-top: 40px; }
  @media (min-width: 60em) {
    .blog-tabs__container {
      margin-top: 80px; } }

.bio-details__awards {
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2; }
  @media (min-width: 60em) {
    .bio-details__awards {
      margin: 80px 0;
      padding: 40px 0; } }

.bio-details__awards-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column; }
  @media (min-width: 60em) {
    .bio-details__awards-list {
      justify-content: space-around;
      flex-direction: row; } }

.bio-details__awards-item {
  margin: 20px 0; }
  @media (min-width: 60em) {
    .bio-details__awards-item {
      margin: 0; } }

.bio-details__awards-image {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 220px;
  margin: auto; }

/******************************** 
** Headeshot Slider 
********************************/
.bio__headshots-slider__image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%; }
  .bio__headshots-slider__image::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%; }

.bio__headshots {
  /******************************** 
     ** slider controls 
     ********************************/ }
  .bio__headshots .content-slider__navigation {
    display: block;
    display: flex;
    align-items: center; }
  .bio__headshots .content-slider__prev, .bio__headshots .content-slider__next {
    position: relative;
    bottom: 0;
    transform: rotate(90deg); }

.bio__description {
  font-size: 0.9375rem;
  margin: 40px 0; }

.bio__name {
  font-size: 1rem;
  font-family: "Prompt", sans-serif;
  margin-bottom: 5px; }

.bio__title {
  font-size: 0.9375rem; }

.bio__social {
  margin: 30px 0;
  padding: 22px 0;
  border-top: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2; }

.bio__social-link {
  display: flex;
  justify-content: center; }
  .bio__social-link:hover, .bio__social-link:active, .bio__social-link:focus {
    opacity: .7; }

.bio__social-icon-wrap {
  background-color: #0055A5;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 0; }

.bio__social-icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  position: absolute;
  top: 4px;
  left: 5px; }

.bio__social-connect {
  background-color: #0055A5;
  color: #fff;
  font-family: "Prompt", sans-serif;
  padding: 3px 14px 3px 22px;
  position: relative;
  left: -18px;
  z-index: -1;
  border-radius: 0 20px 20px 0;
  height: 28px;
  display: inline-block;
  top: 1px; }

/******************************** 
** Team styles 
********************************/
@media (min-width: 60em) {
  .bio__row {
    display: flex;
    justify-content: space-around; } }

.bio__row:last-of-type {
  margin-bottom: 0;
  padding: 0 0 80px;
  border-bottom: 1px solid #B2B2B2; }

.bio__row .bio {
  max-width: 280px;
  text-align: center;
  flex: 1;
  margin: auto;
  margin-bottom: 40px; }
  @media (min-width: 60em) {
    .bio__row .bio {
      margin: 0 20px 40px; } }

.bio__row .bio__name {
  font-family: "Prompt", sans-serif;
  font-size: 1.5625rem;
  color: #0055A5;
  margin: 10px 0; }
  .bio__row .bio__name a {
    text-decoration: none; }
    .bio__row .bio__name a:hover, .bio__row .bio__name a:active, .bio__row .bio__name a:focus {
      opacity: .8; }

.bio__row .bio__title {
  font-size: 1.0625rem;
  color: #2D2525;
  margin-bottom: 10px; }

html body {
  transition: all 0.3s ease-in-out; }

html.js-data-toggled {
  color: #fff;
  fill: #fff; }
  html.js-data-toggled body {
    background: #000; }

.expandable-examples *:focus {
  outline: 1px solid blue; }

.expandable-examples div {
  margin: 1em 0; }

.color-block {
  display: inline-block;
  margin: 5px;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 240px;
  vertical-align: middle; }
  .color-block.color-primary {
    background: #0055A5; }
  .color-block.color-secondary {
    background: #023464; }

#svg-list {
  font-size: 0; }
  #svg-list .item {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    padding: 10px;
    text-align: center; }
    #svg-list .item .title {
      font-weight: bold;
      padding: 5px;
      font-size: 16px; }
    #svg-list .item .ident {
      padding: 5px;
      font-size: 14px; }
    #svg-list .item svg {
      display: inline-block;
      width: 100%; }

.container .talon-templates-wrapper {
  position: static;
  width: auto;
  background: none;
  border: none;
  padding: 0 0 1em 1em; }
  .container .talon-templates-wrapper .talon-templates-hide {
    display: none; }
  .container .talon-templates-wrapper::before {
    content: none; }

.styleguide-tabs {
  display: flex; }

.styleguide-tab {
  display: none; }
  .styleguide-tab.active {
    border-color: red; }

@media (min-width: 768px) {
  .styleguide-tab {
    display: block; }
  .styleguide-mob-tab {
    display: none; } }

/******************************** 
 ** Locations typography 
 ********************************/
.locations-details h2 {
  font-size: 2rem; }

.locations-details__contact-wrapper {
  background-color: rgba(179, 207, 228, 0.3);
  border-radius: 8px; }

.locations-details__contact {
  display: flex;
  padding: 40px 40px 0;
  flex: 1;
  height: 100%; }
  @media (min-width: 60em) {
    .locations-details__contact {
      padding: 60px 40px; } }

.locations-details__contact-icon {
  padding-top: 4px;
  margin-right: 10px; }
  .locations-details__contact-icon svg {
    width: 20px;
    height: 20px;
    fill: #0055A5; }

.locations-details__contact-content-wrapper {
  display: flex;
  flex-direction: column; }

.locations-details__directions {
  margin-left: -30px; }
  .locations-details__directions .btn, .locations-details__directions .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .locations-details__directions .form-control-text, .locations-details__directions .form-content + input[type=submit], .locations-details__directions .ktc-default-section + input[type=submit] {
    display: flex;
    margin-bottom: 10px;
    width: 240px;
    text-align: left;
    align-items: center; }
    .locations-details__directions .btn svg, .locations-details__directions .FormPanel table.EditingFormTable .date-picker-field .form-control-text svg, .FormPanel table.EditingFormTable .date-picker-field .locations-details__directions .form-control-text svg, .locations-details__directions .form-content + input[type=submit] svg, .locations-details__directions .ktc-default-section + input[type=submit] svg {
      width: 20px;
      height: 20px;
      fill: #0055A5;
      margin-right: 10px; }
    .locations-details__directions .btn:hover svg, .locations-details__directions .FormPanel table.EditingFormTable .date-picker-field .form-control-text:hover svg, .FormPanel table.EditingFormTable .date-picker-field .locations-details__directions .form-control-text:hover svg, .locations-details__directions .form-content + input:hover[type=submit] svg, .locations-details__directions .ktc-default-section + input:hover[type=submit] svg, .locations-details__directions .btn:active svg, .locations-details__directions .FormPanel table.EditingFormTable .date-picker-field .form-control-text:active svg, .FormPanel table.EditingFormTable .date-picker-field .locations-details__directions .form-control-text:active svg, .locations-details__directions .form-content + input:active[type=submit] svg, .locations-details__directions .ktc-default-section + input:active[type=submit] svg, .locations-details__directions .btn:focus svg, .locations-details__directions .FormPanel table.EditingFormTable .date-picker-field .form-control-text:focus svg, .FormPanel table.EditingFormTable .date-picker-field .locations-details__directions .form-control-text:focus svg, .locations-details__directions .form-content + input:focus[type=submit] svg, .locations-details__directions .ktc-default-section + input:focus[type=submit] svg {
      fill: #fff; }

.locations-details__contact-content {
  margin-bottom: 40px; }
  .locations-details__contact-content h2 {
    font-size: 1rem;
    margin-bottom: 0; }

.locations-details__contact a[href^="mailto:"] {
  color: #2D2525;
  text-decoration: underline;
  word-break: break-all; }
  .locations-details__contact a[href^="mailto:"]:hover, .locations-details__contact a[href^="mailto:"]:active, .locations-details__contact a[href^="mailto:"]:focus {
    opacity: .8; }

.locations-details__contact .btn, .locations-details__contact .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .locations-details__contact .form-control-text, .locations-details__contact .form-content + input[type=submit], .locations-details__contact .ktc-default-section + input[type=submit] {
  margin-top: auto;
  margin-right: auto; }

.list-mixed {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 30px; }
  .list-mixed--2-col {
    columns: 2; }

.list-mixed .list-mixed {
  margin-left: 15px; }

.list-mixed__link + .list-mixed {
  margin-top: 10px; }

.list-mixed__item {
  margin-bottom: 10px;
  break-inside: avoid-column; }

.list-mixed__link, .list-mixed__text {
  padding-left: 20px;
  padding-right: 10px;
  display: block;
  position: relative; }

.list-mixed__link:before, .list-mixed__link:after {
  content: "";
  display: block;
  top: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: #0055A5;
  transform: translateY(0px) translateX(4px) rotate(45deg);
  transition: all 0.18s ease-in-out; }

.list-mixed__link:after {
  transform: translateY(4px) translateX(4px) rotate(-45deg);
  transition: all 0.2s; }

.list-mixed__link:hover:before, .list-mixed__link:hover:after, .list-mixed__link:active:before, .list-mixed__link:active:after, .list-mixed__link:focus:before, .list-mixed__link:focus:after {
  left: 2px; }

.list-mixed__text:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #333;
  border-radius: 50%;
  top: 8px;
  left: 2px;
  margin: auto;
  position: absolute; }

.locations-details .accordion-cta-wrapper {
  margin-top: 40px; }

.locations-details .resources-grid .resources-grid__item {
  width: 100%; }
  @media (min-width: 48em) {
    .locations-details .resources-grid .resources-grid__item {
      width: 50%; } }
  @media (min-width: 60em) {
    .locations-details .resources-grid .resources-grid__item {
      width: 25%; } }

.location-heading--underline {
  font-size: 1.5625rem;
  border-bottom: 3px solid #0055A5;
  padding-bottom: 30px;
  margin-bottom: 54px; }

.my-ait__wrapper {
  background-size: cover;
  background-position: center;
  height: calc(100vh - 92px);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 60em) {
    .my-ait__wrapper {
      height: calc(100vh - 160px); } }
  .my-ait__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0; }

.my-ait {
  position: relative;
  background-color: rgba(0, 85, 165, 0.9);
  padding: 80px;
  width: 100%;
  max-width: 600px;
  margin: 0 20px; }

.my-ait__heading {
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.875rem;
  margin-bottom: 25px;
  max-width: 380px; }
  @media (min-width: 60em) {
    .my-ait__heading {
      font-size: 2rem;
      line-height: 2.5rem; } }

.my-ait__form .form-field {
  position: relative;
  margin-bottom: 40px; }

.my-ait__form .control-label {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  height: 24px;
  margin: auto;
  pointer-events: none;
  transition: all 0.18s ease-in-out; }

.my-ait__form .form-field.filled .control-label {
  font-size: 0.75rem;
  font-weight: 700;
  top: -18px; }

.my-ait__form .form-field.focused .control-label {
  color: #0055A5; }

.my-ait__form .form-control {
  background: #F2F2F2;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  color: #2D2525;
  width: 100%;
  border-radius: 2px;
  padding: 12px 12px 0;
  height: 50px;
  border: 2px solid transparent; }

.my-ait__form input[type=submit] {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #FFB700;
  height: 50px;
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 60em) {
    .my-ait__form input[type=submit] {
      margin-bottom: 0; } }

.my-ait__form .forgot-password {
  font-size: 0.9375rem;
  color: #fff; }

@media (min-width: 60em) {
  .form-row {
    display: flex;
    align-items: center; } }

.form-col-6 {
  width: 100%; }
  .form-col-6:not(:last-child) {
    margin-right: 40px; }
  @media (min-width: 60em) {
    .form-col-6 {
      width: 50%; } }

.my-ait .field-validation-error {
  color: #ffffff;
  position: absolute;
  bottom: -25px;
  left: 0; }

.my-ait .input-validation-error {
  border-color: #ff3f3f; }

.my-ait p {
  color: #fff; }

.search-heading {
  font-size: 1.5625rem;
  font-weight: 300; }

.search-results {
  margin: 0;
  padding: 0;
  list-style: none; }

.search-results__item {
  display: flex; }
  .search-results__item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d9d9d9; }

.search-results__index {
  background-color: #0055A5;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px; }

.search-results__link {
  text-decoration: none; }
  .search-results__link:hover, .search-results__link:active, .search-results__link:focus {
    opacity: .8; }

.search-results__title {
  font-size: 1.25rem;
  margin-bottom: 15px; }

.search-results__desc {
  color: #2D2525;
  margin: 0; }

/* ================================================================
   Overwrite Imports
   ================================================================ */
/* ================================================================
   Print Styles
   ================================================================ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

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