/* ******************************************************
   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: #000; }

body {
  font-family: Arial, sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff; }

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

::selection {
  background: #225894;
  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: #225894;
    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: 992px) {
  .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: #225894; }

.color-secondary {
  color: #25afd2; }

@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: 0.938em;
  padding-right: 0.938em; }
  .container.container--small {
    max-width: 71.25em; }
  .container.container--large {
    max-width: 117.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: 0.938em;
  padding-right: 0.938em; }

.row {
  margin-left: -0.938em;
  margin-right: -0.938em;
  display: flex;
  flex-wrap: wrap; }

.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: 0.938em;
  padding-right: 0.938em; }

.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: 992px) {
  .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
   ================================================================ */
h1, .h1, h2, .h2, h3, .h3 {
  margin: 0 0 1em;
  font-family: Tahoma, Geneva, sans-serif; }

h1, .h1 {
  font-size: 37px;
  font-size: 2.3125rem; }

h2, .h2 {
  font-size: 27px;
  font-size: 1.6875rem; }

h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem; }

h4, .h4 {
  font-family: Arial, sans-serif; }

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

p {
  margin: 0 0 1em; }

blockquote {
  margin: 1em 1.5em;
  padding-left: 1.5em;
  border-left: 5px solid #d9d9d9; }

.smallest {
  font-size: 0.8em; }

.smaller {
  font-size: 0.9em; }

.larger {
  font-size: 1.1em; }

.largest {
  font-size: 1.2em; }

.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) / 672)); } }
    @media screen and (min-width: 992px) {
      .title {
        font-size: 30px; } }

/* ================================================================
   Button Styles
   ================================================================ */
.button, div[id*='form-'] input[type="submit"],
.inline-form input[type="submit"], .culture-selector__button,
.btn,
.FormPanel table.EditingFormTable .date-picker-field .form-control-text {
  display: inline-block;
  padding: 0.47em 1.2em;
  border: 0;
  font-family: Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #225894;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  line-height: 1.4; }
  .button:hover, div[id*='form-'] input:hover[type="submit"],
  .inline-form input:hover[type="submit"], .culture-selector__button:hover, .button:focus, div[id*='form-'] input:focus[type="submit"],
  .inline-form input:focus[type="submit"], .culture-selector__button:focus,
  .btn:hover,
  .FormPanel table.EditingFormTable .date-picker-field .form-control-text:hover,
  .btn:focus,
  .FormPanel table.EditingFormTable .date-picker-field .form-control-text:focus {
    text-decoration: none;
    background: #25afd2; }

.button-2, .cookie-consent__submit {
  display: inline-block;
  padding: 0.47em 1.2em;
  border: 0;
  font-family: Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #25afd2;
  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: #225894; }

.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: #225894;
  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: #25afd2; }
  @media (min-width: 992px) {
    .hero-slider-btn, .slider-btn {
      width: 60px;
      height: 60px; } }

.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 #225894;
  border-radius: 0;
  vertical-align: middle;
  height: 40px;
  max-width: 100%;
  transition: all 0.2s ease-in-out; }
  input:hover, input:focus {
    border-color: #25afd2; }

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 #225894;
  vertical-align: middle;
  height: 40px;
  padding: 5px 10px;
  max-width: 100%; }
  select[multiple] {
    height: auto; }
  select:hover, select:focus {
    border-color: #25afd2; }

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

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: 992px) {
  .FormPanel {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media (min-width: 992px) {
  div[id*='form-'] p,
  .inline-form p {
    font-size: 20px;
    font-size: 1.25rem; } }

div[id*='form-'].inline-form--slim,
.inline-form.inline-form--slim {
  max-width: 660px;
  margin: 0 0 20px; }

div[id*='form-'] form,
.inline-form form {
  width: 100%;
  margin: 0 auto; }

div[id*='form-'] .form-field,
.inline-form .form-field {
  margin: 0 0 18px; }

div[id*='form-'] label,
.inline-form label {
  display: block;
  font-weight: 500;
  margin: 0 0 5px; }
  div[id*='form-'] label.required-label:after,
  .inline-form label.required-label:after {
    content: '*';
    color: #E32626; }

div[id*='form-'] input[type="text"],
div[id*='form-'] input[type="tel"],
div[id*='form-'] input[type="number"],
div[id*='form-'] input[type="email"],
div[id*='form-'] input[type="file"],
div[id*='form-'] input[type="password"],
div[id*='form-'] select,
div[id*='form-'] textarea,
.inline-form input[type="text"],
.inline-form input[type="tel"],
.inline-form input[type="number"],
.inline-form input[type="email"],
.inline-form input[type="file"],
.inline-form input[type="password"],
.inline-form select,
.inline-form textarea {
  width: 100%;
  background: #fff; }
  div[id*='form-'] input[type="text"][type="checkbox"], div[id*='form-'] input[type="text"][type="radio"],
  div[id*='form-'] input[type="tel"][type="checkbox"],
  div[id*='form-'] input[type="tel"][type="radio"],
  div[id*='form-'] input[type="number"][type="checkbox"],
  div[id*='form-'] input[type="number"][type="radio"],
  div[id*='form-'] input[type="email"][type="checkbox"],
  div[id*='form-'] input[type="email"][type="radio"],
  div[id*='form-'] input[type="file"][type="checkbox"],
  div[id*='form-'] input[type="file"][type="radio"],
  div[id*='form-'] input[type="password"][type="checkbox"],
  div[id*='form-'] input[type="password"][type="radio"],
  div[id*='form-'] select[type="checkbox"],
  div[id*='form-'] select[type="radio"],
  div[id*='form-'] textarea[type="checkbox"],
  div[id*='form-'] textarea[type="radio"],
  .inline-form input[type="text"][type="checkbox"],
  .inline-form input[type="text"][type="radio"],
  .inline-form input[type="tel"][type="checkbox"],
  .inline-form input[type="tel"][type="radio"],
  .inline-form input[type="number"][type="checkbox"],
  .inline-form input[type="number"][type="radio"],
  .inline-form input[type="email"][type="checkbox"],
  .inline-form input[type="email"][type="radio"],
  .inline-form input[type="file"][type="checkbox"],
  .inline-form input[type="file"][type="radio"],
  .inline-form input[type="password"][type="checkbox"],
  .inline-form input[type="password"][type="radio"],
  .inline-form select[type="checkbox"],
  .inline-form select[type="radio"],
  .inline-form textarea[type="checkbox"],
  .inline-form textarea[type="radio"] {
    width: auto; }
  div[id*='form-'] input[type="text"].input-validation-error,
  div[id*='form-'] input[type="tel"].input-validation-error,
  div[id*='form-'] input[type="number"].input-validation-error,
  div[id*='form-'] input[type="email"].input-validation-error,
  div[id*='form-'] input[type="file"].input-validation-error,
  div[id*='form-'] input[type="password"].input-validation-error,
  div[id*='form-'] select.input-validation-error,
  div[id*='form-'] textarea.input-validation-error,
  .inline-form input[type="text"].input-validation-error,
  .inline-form input[type="tel"].input-validation-error,
  .inline-form input[type="number"].input-validation-error,
  .inline-form input[type="email"].input-validation-error,
  .inline-form input[type="file"].input-validation-error,
  .inline-form input[type="password"].input-validation-error,
  .inline-form select.input-validation-error,
  .inline-form textarea.input-validation-error {
    border: 1px solid #E32626; }

div[id*='form-'] input[type=checkbox], div[id*='form-'] input[type=radio],
.inline-form input[type=checkbox],
.inline-form input[type=radio] {
  float: left;
  margin: 4px 5px 5px 0; }

div[id*='form-'] .ktc-checkbox, div[id*='form-'] .ktc-radio,
.inline-form .ktc-checkbox,
.inline-form .ktc-radio {
  display: flex;
  align-items: flex-start; }
  div[id*='form-'] .ktc-checkbox label, div[id*='form-'] .ktc-radio label,
  .inline-form .ktc-checkbox label,
  .inline-form .ktc-radio label {
    width: 100%; }
  div[id*='form-'] .ktc-checkbox input[type=checkbox], div[id*='form-'] .ktc-radio input[type=checkbox],
  .inline-form .ktc-checkbox input[type=checkbox],
  .inline-form .ktc-radio input[type=checkbox] {
    margin: 5px 5px 0 0;
    flex: 1;
    min-width: 30px; }
  div[id*='form-'] .ktc-checkbox input[type=radio], div[id*='form-'] .ktc-radio input[type=radio],
  .inline-form .ktc-checkbox input[type=radio],
  .inline-form .ktc-radio input[type=radio] {
    margin: 5px 5px 0 0;
    flex: 1;
    min-width: 30px; }

div[id*='form-'] .ktc-radio-list,
.inline-form .ktc-radio-list {
  display: block; }

div[id*='form-'] .field-validation-error,
.inline-form .field-validation-error {
  color: #E32626;
  font-style: italic;
  margin: 3px 0 0 0; }

/* ================================================================
Base styles
================================================================ */
.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: 50px 0; }
    .section-container--padding-large.section-container--padding-top {
      padding: 50px 0 0; }
    .section-container--padding-large.section-container--padding-bottom {
      padding: 0 0 50px; }
  .section-container--no-padding {
    padding: 0; }

@media (min-width: 992px) {
  .section-container {
    padding: 50px 0; }
    .section-container--padding-top {
      padding: 50px 0 0; }
    .section-container--padding-bottom {
      padding: 0 0 50px; }
    .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: 50px 0; }
      .section-container--padding-medium.section-container--padding-top {
        padding: 50px 0 0; }
      .section-container--padding-medium.section-container--padding-bottom {
        padding: 0 0 50px; }
    .section-container--padding-large {
      padding: 70px 0; }
      .section-container--padding-large.section-container--padding-top {
        padding: 70px 0 0; }
      .section-container--padding-large.section-container--padding-bottom {
        padding: 0 0 70px; }
    .section-container--no-padding {
      padding: 0; } }

.site-header {
  position: relative;
  padding: 10px 0;
  background: #eee; }

.header-col {
  position: static; }

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0; }

.header-logo {
  margin: 0 20px;
  font-size: 0; }
  .header-logo a {
    display: inline-block; }

.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 #225894;
  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: #225894;
    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: 30px;
  height: 30px;
  font-size: 0;
  color: #225894;
  flex: 0 0 auto; }
  .header-search-trigger:hover, .header-search-trigger:focus {
    color: #25afd2; }
  .header-search-trigger svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

.header-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #225894; }

.header-search-input {
  display: block;
  width: 100%;
  height: 40px;
  background: none;
  padding: 10px 0.938em;
  color: #fff; }
  .header-search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }
  .header-search-input:-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .header-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .header-search-input:-ms-input-placeholder {
    color: #fff;
    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: 0.938em;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #fff; }
  .header-search-submit:hover, .header-search-submit:focus {
    opacity: 0.75; }
  .header-search-submit svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

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

@media (min-width: 992px) {
  .header-logo {
    margin: 0 20px 0 0;
    flex: 1 0 auto; }
  .header-search-trigger {
    display: none; }
  .header-search,
  .header-search[data-expander-target] {
    position: relative;
    display: block;
    max-width: 450px; }
  .header-bottom,
  .header-bottom[data-expander-target] {
    position: relative;
    display: block;
    top: auto;
    width: auto; } }

.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: 76px; }
  .sticky-header-down .sticky-header-mobile {
    transform: translate3d(0, -2000%, 0); } }

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

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

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

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

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

@media (min-width: 992px) {
  .interior-content,
  .interior-rail {
    padding: 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: #225894;
  color: #fff;
  padding: 20px 0;
  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; }

.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: #225894; }

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

@media (min-width: 992px) {
  .footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-copyright-text {
    margin: 0; }
  .footer-copyright-links a {
    position: relative;
    display: inline-block;
    margin: 0 12px 0 0; }
    .footer-copyright-links a::after {
      content: "|";
      position: absolute;
      display: inline-block;
      top: 50%;
      right: -10px;
      transform: translateY(-56%);
      font-weight: 400;
      font-size: 0.9em; }
    .footer-copyright-links a:last-child::after {
      content: none; } }

/* ================================================================
   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.
   ================================================================ */
/*================================================================
            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;
    padding: 10px;
    color: #ffffff;
    text-align: left;
    background: none;
    cursor: pointer; }
    .main-navigation a:hover, .main-navigation a:focus,
    .main-navigation button:hover,
    .main-navigation button:focus {
      text-decoration: none;
      background: #25afd2; }
    .main-navigation a[data-expander-toggle],
    .main-navigation button[data-expander-toggle] {
      position: relative; }
      .main-navigation a[data-expander-toggle]:after,
      .main-navigation button[data-expander-toggle]:after {
        content: '';
        position: absolute;
        border-width: 7px 6px 0px 6px;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
      .main-navigation a[data-expander-toggle].active:after,
      .main-navigation button[data-expander-toggle].active:after {
        border-width: 0 6px 7px 6px;
        border-color: transparent transparent #ffffff  transparent; }
  .main-navigation .main-navigation__heading {
    font-weight: bold; }
  .main-navigation > ul,
  .main-navigation .main-navigation-mega > ul {
    background: #333333; }
    .main-navigation > ul > li > ul,
    .main-navigation .main-navigation-mega > ul > li > ul {
      background: #777777; }
      .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: #25afd2; }
        .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: #25afd2; }
  @media (min-width: 992px) {
    .main-navigation > ul {
      display: flex;
      justify-content: space-between;
      position: relative;
      background: none; }
      .main-navigation > ul > li {
        flex: 1;
        position: relative; }
        .main-navigation > ul > li[data-type="mega"] {
          position: static; }
        .main-navigation > ul > li > a,
        .main-navigation > ul > li > button {
          text-align: center;
          background: none;
          color: #333333; }
          .main-navigation > ul > li > a[data-expander-toggle],
          .main-navigation > ul > li > button[data-expander-toggle] {
            position: relative; }
            .main-navigation > ul > li > a[data-expander-toggle]:after,
            .main-navigation > ul > li > button[data-expander-toggle]:after {
              border-color: #333 transparent transparent transparent; }
            .main-navigation > ul > li > a[data-expander-toggle].active:after,
            .main-navigation > ul > li > button[data-expander-toggle].active:after {
              border-color: transparent transparent #333  transparent; }
        .main-navigation > ul > li > ul {
          position: absolute;
          width: 100%;
          top: 100%;
          background: #777777; }
          .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: #25afd2; }
            .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: #25afd2; }
      .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; } }

/*================================================================
        RAIL NAVIGATION STYLES
================================================================*/
.rail-navigation {
  padding: 20px;
  margin: 0 0 20px;
  background: #eee; }
  .rail-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .rail-navigation a {
    display: block;
    padding: 10px;
    color: #000;
    border-bottom: 1px solid #aaa; }
    .rail-navigation a:hover, .rail-navigation a:focus {
      background: none;
      text-decoration: underline;
      color: currentColor; }
    .rail-navigation a[data-expander-toggle] {
      position: relative; }
      .rail-navigation a[data-expander-toggle]:after {
        content: '';
        position: absolute;
        border-width: 7px 6px 0px 6px;
        border-style: solid;
        border-color: #225894 transparent transparent transparent;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
      .rail-navigation a[data-expander-toggle].active:after {
        border-width: 0 6px 7px 6px;
        border-color: transparent transparent #225894 transparent; }
  .rail-navigation > ul a {
    color: #225894; }
  .rail-navigation > ul ul {
    background: #ddd; }
    .rail-navigation > ul ul a {
      color: #25afd2; }
    .rail-navigation > ul ul ul {
      background: #ccc; }
      .rail-navigation > ul ul ul a {
        color: #000; }

.hamburger {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: #cf2027;
  flex: 0 0 auto; }
  .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: #ffffff; }

.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: #ffffff;
  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: -3px; }
  .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: 992px) {
  .hamburger {
    display: none; } }

.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; }
  .breadcrumbs__item::after {
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #757575;
    border-radius: 100%; }
  .breadcrumbs__item:last-child {
    padding: 0; }
    .breadcrumbs__item:last-child::after {
      content: none; }

.breadcrumbs__link {
  display: inline-block; }

.breadcrumbs__active {
  font-weight: bold; }

@media (min-width: 992px) {
  .breadcrumbs {
    display: block; } }

/* ================================================================

Pagination

   ================================================================ */
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0 0;
  border-top: 1px solid #999999; }
  .pagination.pagination-top {
    border-top: 0;
    border-bottom: 1px solid #999999;
    padding: 0 0 10px;
    margin: 0 0 20px; }

.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: #25afd2; }

.pagination__link--active, .pagination__link:hover, .pagination__link:focus {
  color: #25afd2; }
  .pagination__link--active svg, .pagination__link:hover svg, .pagination__link:focus svg {
    fill: #225894; }

.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: #25afd2; }
  .js-pagination__previous.jp-disabled,
  .js-pagination__next.jp-disabled {
    display: none; }

.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: #225894; }
    .page-tools-item:hover span, .page-tools-item:focus span {
      text-decoration: underline; }

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

/* ================================================================
   Simple Banner
   ================================================================ */
/* ================================================================
   Events - Majority of styling is done as part of the lists.scss
   ================================================================ */
/* =========================================================
 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: #225894;
  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: #225894;
  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: #25afd2; }

.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: Tahoma, Geneva, 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: #225894; }
  .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: #225894;
      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: #225894;
      padding: 15px 5px 0 0;
      text-align: right;
      margin-top: auto; }
    .calendar .fc-day-grid-event:hover, .calendar .fc-day-grid-event:focus {
      background: #225894;
      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(34, 88, 148, 0.15) !important; }
  .calendar .fc th {
    background: #225894;
    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: 992px) {
  .calendar-top {
    padding: 35px 0; }
  .calendar-nav {
    margin: 0; }
  .calendar-nav-date {
    margin: 0 50px 0 75px; } }

/* ================================================================
   News - Majority of styling is done as part of the lists.scss
   ================================================================ */
/* ================================================================
   Videos
   ================================================================ */
.video-stage__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  border: 4px solid #225894; }

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

.video-stage__info {
  background: #225894;
  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: #25afd2; }
  .video-link:hover, .video-link:focus {
    transform: scale(1.05); }
    .video-link:hover .video-link__title, .video-link:focus .video-link__title {
      background: #25afd2; }

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

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

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

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

/* ================================================================
   Alerts
   ================================================================ */
.site-alert-container {
  background: #225894;
  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: #225894;
  padding: 20px 0; }

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

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

.listing-header {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: Tahoma, Geneva, 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: Arial, 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: Tahoma, Geneva, 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: #225894;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: Tahoma, Geneva, 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: Tahoma, Geneva, 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: #225894;
  color: #fff;
  padding: 3px 5px; }
  a.listing-tags__text:hover, a.listing-tags__text:focus {
    background: rgba(34, 88, 148, 0.8); }

@media (min-width: 992px) {
  .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 div[id*='form-'] input[type="submit"], div[id*='form-'] .filter input[type="submit"],
  .filter .inline-form input[type="submit"], .inline-form .filter input[type="submit"], .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: #225894; }
  .filter__search-button:hover, .filter__search-button:focus {
    color: #25afd2; }
  .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;
  margin: 0 0 30px; }

.hero-slider {
  display: flex;
  align-items: flex-start;
  overflow-y: hidden; }

.hero-slide {
  width: 100%;
  flex: 1 0 auto;
  background: no-repeat center / cover; }

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

.hero-slide__container {
  max-width: 89.375rem;
  padding: 30px 0.938em;
  margin: 0 auto;
  background: #225894;
  color: #fff; }
  .hero-slide__container *::selection {
    background: #25afd2; }

.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) / 672)); } }
    @media screen and (min-width: 992px) {
      .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) / 672)); } }
    @media screen and (min-width: 992px) {
      .hero-slide-info-box__subtitle {
        font-size: 20px; } }

.hero-slide-info-box__btn {
  display: block;
  background: #fff;
  color: #225894;
  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: #225894;
    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: 992px) {
  .hero-slider-container {
    margin: 0 0 65px; }
  .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 0.938em;
    width: 100%; }
  .hero-slide__inner {
    position: relative;
    display: flex;
    align-items: center;
    background: #225894;
    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; } }

.page-banner {
  position: relative;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  background: no-repeat center center / cover;
  margin: 0 0 15px; }
  .page-banner [class*="col"] {
    position: relative;
    display: flex; }
  .page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 88, 148, 0.7); }

.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: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  margin: 0; }

@media (min-width: 992px) {
  .page-banner__inner {
    min-height: 275px; }
  .page-banner__heading {
    font-size: 60px;
    font-size: 3.75rem;
    padding: 10px 20px; } }

.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: #225894;
      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: 992px) {
  .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 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 35px 0; }
  .side-by-side + .side-by-side {
    margin-top: -31px; }
  .side-by-side .btn, .side-by-side .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .side-by-side .form-control-text {
    display: block; }

.side-by-side__img {
  position: relative;
  background: no-repeat center center / cover;
  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); }
  .side-by-side__img img {
    width: 100%; }
  .side-by-side__img::after {
    content: "";
    display: block;
    padding-top: 66.66667%; }

.side-by-side__content > *:last-child {
  margin-bottom: 0; }

.side-by-side__links {
  text-align: center; }
  .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 {
    margin-bottom: 25px; }

@media (min-width: 48em) {
  .side-by-side {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    margin: 0 0 60px;
    padding: 55px 0; }
    .side-by-side + .side-by-side {
      margin-top: -61px; }
    .side-by-side .btn, .side-by-side .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .side-by-side .form-control-text {
      display: inline-block; }
  .side-by-side--flipped .side-by-side__img {
    order: 2;
    margin: 0 0 0 55px; }
  .side-by-side__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 65%; }
  .side-by-side__content {
    width: 100%; }
  .side-by-side__img {
    flex: 1 1 auto;
    margin: 0 55px 0 0; }
  .side-by-side__links {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .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 {
      margin: 0 10px 0 0; } }

.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: 992px) {
  .slider__item {
    width: 12.5%;
    flex: 1 0 auto;
    padding: 0 10px; } }

/* ================================================================
   Vendor Imports
   ================================================================ */
/* Slider */
.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: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

/*!
	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: #25afd2; }
  .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); }

/* ================================================================
   Pages
   ================================================================ */
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: #225894; }
  .color-block.color-secondary {
    background: #25afd2; }

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

/* ================================================================
   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 */
