@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  font-size: 1rem;
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Mixins
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*
  Fonts

  Any @font-face or third party font imports should go in this file
  Use font-url() to load  fonts

*/
@font-face {
  font-family: 'spl-icons';
  src: url("../fonts/spl-icons/spl-icons.ttf?twudyj") format("truetype"), url("../fonts/spl-icons/spl-icons.woff?twudyj") format("woff"), url("../fonts/spl-icons/spl-icons.svg?twudyj#spl-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'spl-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-arrow_right:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-arrow_drop_down:before {
  content: "";
}

.icon-arrow_drop_up:before {
  content: "";
}

.icon-keyboard_arrow_down:before {
  content: "";
}

.icon-keyboard_arrow_left:before {
  content: "";
}

.icon-keyboard_arrow_right:before {
  content: "";
}

.icon-keyboard_arrow_up:before {
  content: "";
}

.icon-open_in_new:before {
  content: "";
}

.icon-play_circle_outline:before {
  content: "";
}

/* Font Awesome
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*
  Include Font Awesome font files
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome/fontawesome-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome/fontawesome-webfontd41d.svg?") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
  Font Awesome variables
*/
/*
  Shame classes (don't tell anyone... for Jamie)
*/
.fa {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/* Variables
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.u-clearfix {
  zoom: 1;
}

.u-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.u-no-border {
  border: none !important;
}

.u-reverse {
  color: #FFFFFF;
}

.u-reverse * {
  color: inherit;
}

.u-reverse a:hover,
.u-reverse a:focus {
  color: inherit;
}

.u-screen-reader,
.u-accessible-hide {
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden;
}

.u-align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.u-text-center {
  text-align: center;
}

.u-flex {
  display: -ms-flexbox;
  display: flex;
}

.align-right {
  float: right;
}

.align-left {
  float: left;
}

.full-width {
  width: 100%;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 600px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 800px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1000px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 600px) {
  .container {
    width: 768px;
    max-width: 100%;
  }
}

@media (min-width: 800px) {
  .container {
    width: 1000px;
    max-width: 100%;
  }
}

@media (min-width: 1000px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1400px;
    max-width: 100%;
  }
}

@media (min-width: 800px) {
  .container--clear {
    padding: 0;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 600px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 800px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1000px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

@media (min-width: 600px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media (min-width: 800px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media (min-width: 1000px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.row.justify-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .col-md-1, .col-md-2, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 600px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .col-md-1, .col-md-2, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 800px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .col-md-1, .col-md-2, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1000px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .col-md-1, .col-md-2, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .col-md-1, .col-md-2, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 600px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 800px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1000px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/*

  Vertical Spacing Module

  This module adds space to the top and bottom of an element, as padding or margin
  Spacing units are defined by the $space-unit variable in _variables.scss

  EXAMPLES:

  Add 1 unit of space as padding to the top and bottom of an element:
    .l-padding
    @include v-padding(1)

  Add 4 units of space as margin to the top and bottom of an element:
    .l-margin-4
    @include v-margin(4)

  Add 4 units of space as padding to the bottom of an element:
    .l-padding-bottom-4
    @include v-padding(4,bottom)

  Add 2 units of space as margin to the top of an element:
    .l-margin-top-2
    @include v-margin(2,top)

*/
.l-padding {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 800px) {
  .l-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1000px) {
  .l-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.l-margin {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 800px) {
  .l-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1000px) {
  .l-margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.l-padding-top {
  padding-top: 16px;
}

@media (min-width: 800px) {
  .l-padding-top {
    padding-top: 10px;
  }
}

@media (min-width: 1000px) {
  .l-padding-top {
    padding-top: 20px;
  }
}

.l-padding-bottom {
  padding-bottom: 16px;
}

@media (min-width: 800px) {
  .l-padding-bottom {
    padding-bottom: 10px;
  }
}

@media (min-width: 1000px) {
  .l-padding-bottom {
    padding-bottom: 20px;
  }
}

.l-margin-top {
  margin-top: 16px;
}

@media (min-width: 800px) {
  .l-margin-top {
    margin-top: 10px;
  }
}

@media (min-width: 1000px) {
  .l-margin-top {
    margin-top: 20px;
  }
}

.l-margin-bottom {
  margin-bottom: 16px;
}

@media (min-width: 800px) {
  .l-margin-bottom {
    margin-bottom: 10px;
  }
}

@media (min-width: 1000px) {
  .l-margin-bottom {
    margin-bottom: 20px;
  }
}

.l-padding-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 800px) {
  .l-padding-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1000px) {
  .l-padding-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.l-padding-top-1 {
  padding-top: 16px;
}

@media (min-width: 800px) {
  .l-padding-top-1 {
    padding-top: 10px;
  }
}

@media (min-width: 1000px) {
  .l-padding-top-1 {
    padding-top: 20px;
  }
}

.l-padding-bottom-1 {
  padding-bottom: 16px;
}

@media (min-width: 800px) {
  .l-padding-bottom-1 {
    padding-bottom: 10px;
  }
}

@media (min-width: 1000px) {
  .l-padding-bottom-1 {
    padding-bottom: 20px;
  }
}

.l-margin-1 {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 800px) {
  .l-margin-1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1000px) {
  .l-margin-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.l-margin-top-1 {
  margin-top: 16px;
}

@media (min-width: 800px) {
  .l-margin-top-1 {
    margin-top: 10px;
  }
}

@media (min-width: 1000px) {
  .l-margin-top-1 {
    margin-top: 20px;
  }
}

.l-margin-bottom-1 {
  margin-bottom: 16px;
}

@media (min-width: 800px) {
  .l-margin-bottom-1 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1000px) {
  .l-margin-bottom-1 {
    margin-bottom: 20px;
  }
}

.l-padding-2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 800px) {
  .l-padding-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .l-padding-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-padding-top-2 {
  padding-top: 32px;
}

@media (min-width: 800px) {
  .l-padding-top-2 {
    padding-top: 20px;
  }
}

@media (min-width: 1000px) {
  .l-padding-top-2 {
    padding-top: 40px;
  }
}

.l-padding-bottom-2 {
  padding-bottom: 32px;
}

@media (min-width: 800px) {
  .l-padding-bottom-2 {
    padding-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .l-padding-bottom-2 {
    padding-bottom: 40px;
  }
}

.l-margin-2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (min-width: 800px) {
  .l-margin-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .l-margin-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.l-margin-top-2 {
  margin-top: 32px;
}

@media (min-width: 800px) {
  .l-margin-top-2 {
    margin-top: 20px;
  }
}

@media (min-width: 1000px) {
  .l-margin-top-2 {
    margin-top: 40px;
  }
}

.l-margin-bottom-2 {
  margin-bottom: 32px;
}

@media (min-width: 800px) {
  .l-margin-bottom-2 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .l-margin-bottom-2 {
    margin-bottom: 40px;
  }
}

.l-padding-3 {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 800px) {
  .l-padding-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1000px) {
  .l-padding-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-padding-top-3 {
  padding-top: 48px;
}

@media (min-width: 800px) {
  .l-padding-top-3 {
    padding-top: 30px;
  }
}

@media (min-width: 1000px) {
  .l-padding-top-3 {
    padding-top: 60px;
  }
}

.l-padding-bottom-3 {
  padding-bottom: 48px;
}

@media (min-width: 800px) {
  .l-padding-bottom-3 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1000px) {
  .l-padding-bottom-3 {
    padding-bottom: 60px;
  }
}

.l-margin-3 {
  margin-top: 48px;
  margin-bottom: 48px;
}

@media (min-width: 800px) {
  .l-margin-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1000px) {
  .l-margin-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.l-margin-top-3 {
  margin-top: 48px;
}

@media (min-width: 800px) {
  .l-margin-top-3 {
    margin-top: 30px;
  }
}

@media (min-width: 1000px) {
  .l-margin-top-3 {
    margin-top: 60px;
  }
}

.l-margin-bottom-3 {
  margin-bottom: 48px;
}

@media (min-width: 800px) {
  .l-margin-bottom-3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1000px) {
  .l-margin-bottom-3 {
    margin-bottom: 60px;
  }
}

.l-padding-4 {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 800px) {
  .l-padding-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  .l-padding-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.l-padding-top-4 {
  padding-top: 64px;
}

@media (min-width: 800px) {
  .l-padding-top-4 {
    padding-top: 40px;
  }
}

@media (min-width: 1000px) {
  .l-padding-top-4 {
    padding-top: 80px;
  }
}

.l-padding-bottom-4 {
  padding-bottom: 64px;
}

@media (min-width: 800px) {
  .l-padding-bottom-4 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  .l-padding-bottom-4 {
    padding-bottom: 80px;
  }
}

.l-margin-4 {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (min-width: 800px) {
  .l-margin-4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  .l-margin-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.l-margin-top-4 {
  margin-top: 64px;
}

@media (min-width: 800px) {
  .l-margin-top-4 {
    margin-top: 40px;
  }
}

@media (min-width: 1000px) {
  .l-margin-top-4 {
    margin-top: 80px;
  }
}

.l-margin-bottom-4 {
  margin-bottom: 64px;
}

@media (min-width: 800px) {
  .l-margin-bottom-4 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  .l-margin-bottom-4 {
    margin-bottom: 80px;
  }
}

.l-padding-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 800px) {
  .l-padding-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1000px) {
  .l-padding-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.l-padding-top-5 {
  padding-top: 80px;
}

@media (min-width: 800px) {
  .l-padding-top-5 {
    padding-top: 50px;
  }
}

@media (min-width: 1000px) {
  .l-padding-top-5 {
    padding-top: 100px;
  }
}

.l-padding-bottom-5 {
  padding-bottom: 80px;
}

@media (min-width: 800px) {
  .l-padding-bottom-5 {
    padding-bottom: 50px;
  }
}

@media (min-width: 1000px) {
  .l-padding-bottom-5 {
    padding-bottom: 100px;
  }
}

.l-margin-5 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (min-width: 800px) {
  .l-margin-5 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1000px) {
  .l-margin-5 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.l-margin-top-5 {
  margin-top: 80px;
}

@media (min-width: 800px) {
  .l-margin-top-5 {
    margin-top: 50px;
  }
}

@media (min-width: 1000px) {
  .l-margin-top-5 {
    margin-top: 100px;
  }
}

.l-margin-bottom-5 {
  margin-bottom: 80px;
}

@media (min-width: 800px) {
  .l-margin-bottom-5 {
    margin-bottom: 50px;
  }
}

@media (min-width: 1000px) {
  .l-margin-bottom-5 {
    margin-bottom: 100px;
  }
}

.l-padding-6 {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (min-width: 800px) {
  .l-padding-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .l-padding-6 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.l-padding-top-6 {
  padding-top: 96px;
}

@media (min-width: 800px) {
  .l-padding-top-6 {
    padding-top: 60px;
  }
}

@media (min-width: 1000px) {
  .l-padding-top-6 {
    padding-top: 120px;
  }
}

.l-padding-bottom-6 {
  padding-bottom: 96px;
}

@media (min-width: 800px) {
  .l-padding-bottom-6 {
    padding-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .l-padding-bottom-6 {
    padding-bottom: 120px;
  }
}

.l-margin-6 {
  margin-top: 96px;
  margin-bottom: 96px;
}

@media (min-width: 800px) {
  .l-margin-6 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .l-margin-6 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.l-margin-top-6 {
  margin-top: 96px;
}

@media (min-width: 800px) {
  .l-margin-top-6 {
    margin-top: 60px;
  }
}

@media (min-width: 1000px) {
  .l-margin-top-6 {
    margin-top: 120px;
  }
}

.l-margin-bottom-6 {
  margin-bottom: 96px;
}

@media (min-width: 800px) {
  .l-margin-bottom-6 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .l-margin-bottom-6 {
    margin-bottom: 120px;
  }
}

.l-padding-7 {
  padding-top: 112px;
  padding-bottom: 112px;
}

@media (min-width: 800px) {
  .l-padding-7 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1000px) {
  .l-padding-7 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.l-padding-top-7 {
  padding-top: 112px;
}

@media (min-width: 800px) {
  .l-padding-top-7 {
    padding-top: 70px;
  }
}

@media (min-width: 1000px) {
  .l-padding-top-7 {
    padding-top: 140px;
  }
}

.l-padding-bottom-7 {
  padding-bottom: 112px;
}

@media (min-width: 800px) {
  .l-padding-bottom-7 {
    padding-bottom: 70px;
  }
}

@media (min-width: 1000px) {
  .l-padding-bottom-7 {
    padding-bottom: 140px;
  }
}

.l-margin-7 {
  margin-top: 112px;
  margin-bottom: 112px;
}

@media (min-width: 800px) {
  .l-margin-7 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (min-width: 1000px) {
  .l-margin-7 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}

.l-margin-top-7 {
  margin-top: 112px;
}

@media (min-width: 800px) {
  .l-margin-top-7 {
    margin-top: 70px;
  }
}

@media (min-width: 1000px) {
  .l-margin-top-7 {
    margin-top: 140px;
  }
}

.l-margin-bottom-7 {
  margin-bottom: 112px;
}

@media (min-width: 800px) {
  .l-margin-bottom-7 {
    margin-bottom: 70px;
  }
}

@media (min-width: 1000px) {
  .l-margin-bottom-7 {
    margin-bottom: 140px;
  }
}

html,
body {
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.site-nav-active,
body.site-nav-active {
  overflow: hidden;
  height: 100%;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #000000;
  background: #EDEDED;
}

.sg-main {
  background: #fff;
}

.fpo-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 0 !important; 
  padding: 0;
  list-style: none;
}

.fpo-list li {
  padding: 0 10px;
}

/*.fpo-list img {
  width: 100%;
}*/

.panelgroup .fpo-list {
  display: block;
  overflow: hidden;
}

.panelgroup .fpo-list li {
  float: left;
  min-height: 360px;
  padding: 0 10px;
  width: 160px;
}

/*.panelgroup .fpo-list img {
  width: 100px;
}*/

.site-container {
  background: #FFFFFF;
  margin: 0 auto;
  padding: 0 12px 40px;
  max-width: 1496px;
  height: auto !important;
  zoom: 1;
}

.site-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media (min-width: 800px) {
  .site-container {
    padding: 0 24px 40px;
  }
}

@media (min-width: 1200px) {
  .site-container {
    padding: 0 48px;
  }
}

@media (min-width: 1000px) {
  .left-column {
    padding-right: 30px;
  }
}

@media (min-width: 1000px) {
  .right-column {
    padding-left: 25px;
  }
}

address {
  font-style: normal;
}

.font-primary {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
}

.font-secondary {
  font-family: 'Tinos', Times, Times New Roman, serif;
}

h1,
.heading1 {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 57px;
  line-height: 1em;
  margin-top: 0;
}

@media (max-width: 800px) {
  h1,
  .heading1 {
    font-size: 57px;
    line-height: 1em;
  }
}

h2,
.heading2 {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 1em;
  margin-top: 0;
}

@media (max-width: 800px) {
  h2,
  .heading2 {
    font-size: 47px;
    line-height: 1em;
  }
}

h3,
.heading3 {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  margin-top: 0;
}

@media (max-width: 800px) {
  h3,
  .heading3 {
    font-size: 32px;
    line-height: 1em;
  }
}

h4,
.heading4 {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  margin-top: 0;
}

@media (max-width: 800px) {
  h4,
  .heading4 {
    font-size: 24px;
    line-height: 1em;
  }
}

h5,
.heading5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1em;
  margin-top: 0;
}

@media (max-width: 800px) {
  h5,
  .heading5 {
    font-size: 20px;
    line-height: 1em;
  }
}

h6,
.heading6,
.content-aside__section-title {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1em;
  margin-top: 0;
}

@media (max-width: 800px) {
  h6,
  .heading6,
  .content-aside__section-title {
    font-size: 18px;
    line-height: 1em;
  }
}

a{
  color: #0066CC;
  transition: color .2s ease-in-out;
  text-decoration: none;
}


a:hover, a:focus {
  text-decoration: underline;
}

a.plain {
  text-decoration: none;
}

a.plain:hover, a.plain:focus {
  text-decoration: underline;
}

a.block {
  display: block;
}

p:first-of-type,
ul:first-of-type,
ol:first-of-type {
  margin-top: 0;
}

p:last-of-type,
ul:last-of-type,
ol:last-of-type {
  margin-bottom: 0;
}

p {
  line-height: 1.4em;
}

.arrow-link {
  font-size: 14px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin-top: auto;
  text-decoration: none;
  color: inherit;
}

.arrow-link:after {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 5px;
  display: inline-block;
}

.arrow-link:hover, .arrow-link:focus {
  text-decoration: underline;
}

span.arrow-link:hover, span.arrow-link:focus {
  text-decoration: none;
}

.skip-link:focus {
  position: fixed;
  top: 0;
  left: 50%;
  background: #000000;
  color: #FFFFFF;
  padding: 10px;
}

.intro {
  font-size: 1.33em;
  line-height: 1.36em;
  font-family: 'Tinos', Times, Times New Roman, serif;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr;
}

.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
  box-sizing: border-box;
}

.plyr a, .plyr button, .plyr input, .plyr label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr:focus {
  outline: 0;
}

.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type='range'] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}

.plyr input[type='range']::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
          user-select: none;
}

.plyr input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type='range']::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
       user-select: none;
}

.plyr input[type='range']::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type='range']::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}

.plyr input[type='range']::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
      user-select: none;
}

.plyr input[type='range']::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
      user-select: none;
  background: #3498db;
}

.plyr input[type='range']::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type='range']::-ms-tooltip {
  display: none;
}

.plyr input[type='range']:focus {
  outline: 0;
}

.plyr input[type='range']::-moz-focus-outer {
  border: 0;
}

.plyr input[type='range'].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type='range']:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type='range']:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type='range']:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  -ms-transform: scale(1.25);
      transform: scale(1.25);
}

.plyr--video input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(0, 97, 172, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -ms-transform: translateY(-35.95%);
      transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -ms-transform: translateY(-60px);
      transform: translateY(-60px);
  transition: transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 800px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}

@media (min-width: 1200px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}

.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  text-align: center;
}

.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
  margin-left: 5px;
}

.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}

@media (min-width: 400px) {
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 10px;
  }
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity .3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #0061AC;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  padding: 10px;
  background: #3498db;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all .3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr__controls [data-plyr='pause'],
.plyr--playing .plyr__controls [data-plyr='play'] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block;
}

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}

.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'] {
  display: none;
}

.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -ms-transform: translate(-50%, 10px) scale(0.8);
      transform: translate(-50%, 10px) scale(0.8);
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
}

.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -ms-transform: translate(-50%, 0) scale(1);
      transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -ms-transform: translate(0, 10px) scale(0.8);
      transform: translate(0, 10px) scale(0.8);
  -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -ms-transform: translate(0, 10px) scale(0.8);
      transform: translate(0, 10px) scale(0.8);
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
}

.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  -ms-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
}

.plyr__progress {
  display: none;
  position: relative;
  -ms-flex: 1;
      flex: 1;
}

.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: transparent;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  transition: width .2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  transition: width .2s ease;
}

.plyr__progress--buffer::-ms-fill {
  transition: width .2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 800px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}

@media (min-width: 400px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}

@media (min-width: 800px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr='mute'] {
  display: none !important;
}

.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.wysiwyg a {
  text-decoration: none;
  color: #e44053;
}

.wysiwyg a:hover, .wysiwyg a:focus {
  text-decoration: underline;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  display: block;
  clear: both;
}

.wysiwyg .alignleft {
  float: left;
  margin: 5px 15px 5px 0;
}

.wysiwyg .aligncenter {
  display: block;
  margin: 10px auto;
}

.wysiwyg .alignright {
  float: right;
  margin: 5px 0 5px 15px;
}

.wysiwyg .alignnone {
  display: block;
  margin: 5px 0;
}

.wysiwyg .gallery {
  overflow: hidden;
}

.wysiwyg .gallery .gallery-item {
  width: 0.166666667%;
  margin: 0 0 2%;
}

.wysiwyg .gallery .gallery-item a {
  display: block;
}

.wysiwyg .gallery .gallery-item a img {
  display: block;
}

.grid {
  margin-bottom: -3px;
  border-top: 3px solid #000000;
}

@media (max-width: 999px) {
  .grid:last-of-type {
    margin-bottom: 30px;
  }
}

.grid__item {
  border-bottom: 3px solid #000000;
  border-right: 1px solid #000000;
  padding: 0;
}

@media (max-width: 599px) {
  .grid__item {
    border-left: 1px solid #000000;
  }
}

@media (min-width: 600px) {
  .grid__item:after {
    content: '';
    position: absolute;
    bottom: -33px;
    right: -1px;
    height: 30px;
    width: 1px;
    background: #000000;
  }
}

@media (min-width: 600px) {
  .grid-2-col .grid__item:nth-child(2n) {
    border-right: none;
  }
  .grid-2-col .grid__item:after {
    display: none;
  }
}

.grid-2-col--map {
  border-top: 1px solid #000000;
}

@media (min-width: 600px) {
  .grid-2-col--map .grid__item:first-child:after {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .grid-3-col .grid__item:nth-child(2n) {
    border-right: none;
  }
  .grid-3-col .grid__item:nth-child(2n):after {
    display: none;
  }
}

@media (min-width: 1000px) {
  .grid-3-col .grid__item:nth-child(3n) {
    border-right: none;
  }
  .grid-3-col .grid__item:nth-child(3n):after {
    display: none;
  }
}

@media (max-width: 999px) {
  .grid-3-col-highlight .grid__item {
    border-left: 1px solid #000000;
  }
  .grid-3-col-highlight .grid__item:after {
    display: none;
  }
}

@media (min-width: 1000px) {
  .grid-3-col-highlight .grid__item:nth-child(3n) {
    border-right: none;
  }
  .grid-3-col-highlight .grid__item:nth-child(3n):after {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .grid-4-col .grid__item:nth-child(2n) {
    border-right: none;
  }
  .grid-4-col .grid__item:nth-child(2n):after {
    display: none;
  }
}

@media (min-width: 800px) {
  .grid-4-col .grid__item:nth-child(4n) {
    border-right: none;
  }
  .grid-4-col .grid__item:nth-child(4n):after {
    display: none;
  }
}

@media (min-width: 800px) {
  .site-section--padded {
    padding: 20px 30px 30px;
  }
  .site-section--padded-left {
    padding-left: 30px;
  }
  .site-section--padded-right {
    padding-right: 30px;
  }
}

.site-section--bg {
  padding: 50px 30px;
  margin-left: -12px;
  margin-right: -12px;
  background-color: #EDEDED;
}

.site-section--bg .container {
  background: #FFFFFF;
}

.site-section {
  clear: both;
}

.theme__border {
  height: 6px;
}

.theme__icon {
  width: 80px;
  height: 80px;
  float: right;
  line-height: 80px;
  text-align: center;
  /* PL #24034 requested removal of circular icon frames */
  /*border-radius: 80px;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);*/
  font-size: 50px;
  margin-left: 10px;
  margin-right: -10px;
}

.theme__icon i {
  line-height: inherit;
}

.theme-purple-light.theme-bg,
.theme-purple-light .theme-bg {
  background-color: #9D90BF;
  color: #000000;
}

/*.theme-purple-light .theme__icon {
  color: #FFFFFF;
  background-color: #9D90BF;
}*/

/*.theme-purple-light.theme-bg .theme__icon,
.theme-purple-light .theme-bg .theme__icon {
  color: #9D90BF;
  background-color: #FFFFFF;
  border-color: #9D90BF;
}*/

.theme-purple-light .theme__border {
  background-color: #9D90BF;
}

.theme-purple-mid.theme-bg,
.theme-purple-mid .theme-bg {
  background-color: #7961AA;
  color: #FFFFFF;
}

/*.theme-purple-mid .theme__icon {
  color: #FFFFFF;
  background-color: #7961AA;
}

.theme-purple-mid.theme-bg .theme__icon,
.theme-purple-mid .theme-bg .theme__icon {
  color: #7961AA;
  background-color: #FFFFFF;
  border-color: #7961AA;
}*/

.theme-purple-mid .theme__border {
  background-color: #7961AA;
}

.theme-purple-dark.theme-bg,
.theme-purple-dark .theme-bg {
  background-color: #3D0F62;
  color: #FFFFFF;
}

/*.theme-purple-dark .theme__icon {
  color: #FFFFFF;
  background-color: #3D0F62;
}

.theme-purple-dark.theme-bg .theme__icon,
.theme-purple-dark .theme-bg .theme__icon {
  color: #3D0F62;
  background-color: #FFFFFF;
  border-color: #3D0F62;
}*/

.theme-purple-dark .theme__border {
  background-color: #3D0F62;
}

.theme-gray-light.theme-bg,
.theme-gray-light .theme-bg {
  background-color: #EDEDED;
  color: #000000;
}

/*.theme-gray-light .theme__icon {
  color: #FFFFFF;
  background-color: #EDEDED;
}

.theme-gray-light.theme-bg .theme__icon,
.theme-gray-light .theme-bg .theme__icon {
  color: #EDEDED;
  background-color: #FFFFFF;
  border-color: #EDEDED;
}*/

.theme-gray-light .theme__border {
  background-color: #EDEDED;
}

.theme-gray-dark.theme-bg,
.theme-gray-dark .theme-bg {
  background-color: #4C4C4E;
  color: #FFFFFF;
}

/*.theme-gray-dark .theme__icon {
  color: #FFFFFF;
  background-color: #4C4C4E;
}

.theme-gray-dark.theme-bg .theme__icon,
.theme-gray-dark .theme-bg .theme__icon {
  color: #4C4C4E;
  background-color: #FFFFFF;
  border-color: #4C4C4E;
}*/

.theme-gray-dark .theme__border {
  background-color: #4C4C4E;
}

.theme-black.theme-bg,
.theme-black .theme-bg {
  background-color: #000000;
  color: #FFFFFF;
}

/*.theme-black .theme__icon {
  color: #FFFFFF;
  background-color: #000000;
}

.theme-black.theme-bg .theme__icon,
.theme-black .theme-bg .theme__icon {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000;
}*/

.theme-black .theme__border {
  background-color: #000000;
}

.theme-white.theme-bg,
.theme-white .theme-bg {
  background-color: #FFFFFF;
  color: #000000;
}

.theme-teal-light.theme-bg,
.theme-teal-light .theme-bg {
  background-color: #76CDD9;
  color: #000000;
}

/*.theme-teal-light .theme__icon {
  color: #FFFFFF;
  background-color: #76CDD9;
}

.theme-teal-light.theme-bg .theme__icon,
.theme-teal-light .theme-bg .theme__icon {
  color: #76CDD9;
  background-color: #FFFFFF;
  border-color: #76CDD9;
}*/

.theme-teal-light .theme__border {
  background-color: #76CDD9;
}

.theme-teal-mid.theme-bg,
.theme-teal-mid .theme-bg {
  background-color: #00A9C0;
  color: #000000;
}

/*.theme-teal-mid .theme__icon {
  color: #FFFFFF;
  background-color: #00A9C0;
}

.theme-teal-mid.theme-bg .theme__icon,
.theme-teal-mid .theme-bg .theme__icon {
  color: #00A9C0;
  background-color: #FFFFFF;
  border-color: #00A9C0;
}*/

.theme-teal-mid .theme__border {
  background-color: #00A9C0;
}

.theme-teal-dark.theme-bg,
.theme-teal-dark .theme-bg {
  background-color: #00758B;
  color: #FFFFFF;
}

/*.theme-teal-dark .theme__icon {
  color: #FFFFFF;
  background-color: #00758B;
}

.theme-teal-dark.theme-bg .theme__icon,
.theme-teal-dark .theme-bg .theme__icon {
  color: #00758B;
  background-color: #FFFFFF;
  border-color: #00758B;
}*/

.theme-teal-dark .theme__border {
  background-color: #00758B;
}

.theme-orange-light.theme-bg,
.theme-orange-light .theme-bg {
  background-color: #FBAF17;
  color: #000000;
}

/*.theme-orange-light .theme__icon {
  color: #FFFFFF;
  background-color: #FBAF17;
}

.theme-orange-light.theme-bg .theme__icon,
.theme-orange-light .theme-bg .theme__icon {
  color: #FBAF17;
  background-color: #FFFFFF;
  border-color: #FBAF17;
}*/

.theme-orange-light .theme__border {
  background-color: #FBAF17;
}

.theme-orange-mid.theme-bg,
.theme-orange-mid .theme-bg {
  background-color: #F5821F;
  color: #000000;
}

/*.theme-orange-mid .theme__icon {
  color: #FFFFFF;
  background-color: #F5821F;
}

.theme-orange-mid.theme-bg .theme__icon,
.theme-orange-mid .theme-bg .theme__icon {
  color: #F5821F;
  background-color: #FFFFFF;
  border-color: #F5821F;
}*/

.theme-orange-mid .theme__border {
  background-color: #F5821F;
}

.theme-orange-dark.theme-bg,
.theme-orange-dark .theme-bg {
  background-color: #C75327;
  color: #FFFFFF;
}

/*.theme-orange-dark .theme__icon {
  color: #FFFFFF;
  background-color: #C75327;
}

.theme-orange-dark.theme-bg .theme__icon,
.theme-orange-dark .theme-bg .theme__icon {
  color: #C75327;
  background-color: #FFFFFF;
  border-color: #C75327;
}*/

.theme-orange-dark .theme__border {
  background-color: #C75327;
}

.theme-pink-light.theme-bg,
.theme-pink-light .theme-bg {
  background-color: #C87DA6;
  color: #000000;
}

/*.theme-pink-light .theme__icon {
  color: #FFFFFF;
  background-color: #C87DA6;
}

.theme-pink-light.theme-bg .theme__icon,
.theme-pink-light .theme-bg .theme__icon {
  color: #C87DA6;
  background-color: #FFFFFF;
  border-color: #C87DA6;
}*/

.theme-pink-light .theme__border {
  background-color: #C87DA6;
}

.theme-pink-mid.theme-bg,
.theme-pink-mid .theme-bg {
  background-color: #B6406D;
  color: #FFFFFF;
}

/*.theme-pink-mid .theme__icon {
  color: #FFFFFF;
  background-color: #B6406D;
}

.theme-pink-mid.theme-bg .theme__icon,
.theme-pink-mid .theme-bg .theme__icon {
  color: #B6406D;
  background-color: #FFFFFF;
  border-color: #B6406D;
}*/

.theme-pink-mid .theme__border {
  background-color: #B6406D;
}

.theme-pink-dark.theme-bg,
.theme-pink-dark .theme-bg {
  background-color: #751D43;
  color: #FFFFFF;
}

/*.theme-pink-dark .theme__icon {
  color: #FFFFFF;
  background-color: #751D43;
}

.theme-pink-dark.theme-bg .theme__icon,
.theme-pink-dark .theme-bg .theme__icon {
  color: #751D43;
  background-color: #FFFFFF;
  border-color: #751D43;
}*/

.theme-pink-dark .theme__border {
  background-color: #751D43;
}

.theme-red.theme-bg,
.theme-red .theme-bg {
  background-color: #E10418;
  color: #FFFFFF;
}

/*.theme-red .theme__icon {
  color: #FFFFFF;
  background-color: #E10418;
}

.theme-red.theme-bg .theme__icon,
.theme-red .theme-bg .theme__icon {
  color: #E10418;
  background-color: #FFFFFF;
  border-color: #E10418;
}*/

.theme-red .theme__border {
  background-color: #E10418;
}

.theme-green-light.theme-bg,
.theme-green-light .theme-bg {
  background-color: #A6CE38;
  color: #000000;
}

/*.theme-green-light .theme__icon {
  color: #FFFFFF;
  background-color: #A6CE38;
}

.theme-green-light.theme-bg .theme__icon,
.theme-green-light .theme-bg .theme__icon {
  color: #A6CE38;
  background-color: #FFFFFF;
  border-color: #A6CE38;
}*/

.theme-green-light .theme__border {
  background-color: #A6CE38;
}

.theme-green-mid.theme-bg,
.theme-green-mid .theme-bg {
  background-color: #7FB438;
  color: #000000;
}

/*.theme-green-mid .theme__icon {
  color: #FFFFFF;
  background-color: #7FB438;
}

.theme-green-mid.theme-bg .theme__icon,
.theme-green-mid .theme-bg .theme__icon {
  color: #7FB438;
  background-color: #FFFFFF;
  border-color: #7FB438;
}*/

.theme-green-mid .theme__border {
  background-color: #7FB438;
}

.theme-green-dark.theme-bg,
.theme-green-dark .theme-bg {
  background-color: #45802B;
  color: #FFFFFF;
}

/*.theme-green-dark .theme__icon {
  color: #FFFFFF;
  background-color: #45802B;
}

.theme-green-dark.theme-bg .theme__icon,
.theme-green-dark .theme-bg .theme__icon {
  color: #45802B;
  background-color: #FFFFFF;
  border-color: #45802B;
}*/

.theme-green-dark .theme__border {
  background-color: #45802B;
}

.theme-spl-blue.theme-bg,
.theme-spl-blue .theme-bg {
  background-color: #5281B3;
  color: #000000;
}

/*.theme-spl-blue .theme__icon {
  color: #FFFFFF;
  background-color: #5281B3;
}

.theme-spl-blue.theme-bg .theme__icon,
.theme-spl-blue .theme-bg .theme__icon {
  color: #5281B3;
  background-color: #FFFFFF;
  border-color: #5281B3;
}*/

.theme-spl-blue .theme__border {
  background-color: #5281B3;
}

.theme-cta-blue.theme-bg,
.theme-cta-blue .theme-bg {
  background-color: #0061AC;
  color: #FFFFFF;
}

/*.theme-cta-blue .theme__icon {
  color: #FFFFFF;
  background-color: #0061AC;
}

.theme-cta-blue.theme-bg .theme__icon,
.theme-cta-blue .theme-bg .theme__icon {
  color: #0061AC;
  background-color: #FFFFFF;
  border-color: #0061AC;
}*/

.theme-cta-blue .theme__border {
  background-color: #0061AC;
}

.theme-link-blue.theme-bg,
.theme-link-blue .theme-bg {
  background-color: #0066CC;
  color: #FFFFFF;
}

/*.theme-link-blue .theme__icon {
  color: #FFFFFF;
  background-color: #0066CC;
}

.theme-link-blue.theme-bg .theme__icon,
.theme-link-blue .theme-bg .theme__icon {
  color: #0066CC;
  background-color: #FFFFFF;
  border-color: #0066CC;
}*/

.theme-link-blue .theme__border {
  background-color: #0066CC;
}

.theme-blue-light.theme-bg,
.theme-blue-light .theme-bg {
  background-color: #94C4DF;
  color: #000000;
}

/*.theme-blue-light .theme__icon {
  color: #FFFFFF;
  background-color: #94C4DF;
}

.theme-blue-light.theme-bg .theme__icon,
.theme-blue-light .theme-bg .theme__icon {
  color: #94C4DF;
  background-color: #FFFFFF;
  border-color: #94C4DF;
}*/

.theme-blue-light .theme__border {
  background-color: #94C4DF;
}

.theme-blue-mid.theme-bg,
.theme-blue-mid .theme-bg {
  background-color: #0090CA;
  color: #000000;
}

/*.theme-blue-mid .theme__icon {
  color: #FFFFFF;
  background-color: #0090CA;
}

.theme-blue-mid.theme-bg .theme__icon,
.theme-blue-mid .theme-bg .theme__icon {
  color: #0090CA;
  background-color: #FFFFFF;
  border-color: #0090CA;
}*/

.theme-blue-mid .theme__border {
  background-color: #0090CA;
}

.theme-blue-dark.theme-bg,
.theme-blue-dark .theme-bg {
  background-color: #024C85;
  color: #FFFFFF;
}

/*.theme-blue-dark .theme__icon {
  color: #FFFFFF;
  background-color: #024C85;
}

.theme-blue-dark.theme-bg .theme__icon,
.theme-blue-dark .theme-bg .theme__icon {
  color: #024C85;
  background-color: #FFFFFF;
  border-color: #024C85;
}*/

.theme-blue-dark .theme__border {
  background-color: #024C85;
}

a.tile {
  text-decoration: none;
  color: inherit;
}

a.tile:hover .tile__heading, a.tile:focus .tile__heading {
  text-decoration: underline;
}

.tile a {
  text-decoration: none;
}

.tile a:hover, .tile a:focus {
  text-decoration: underline;
}

.theme-bg .tile a {
  color: inherit;
}

.tile {
  padding: 30px 12px 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}

.tile__image {
  width: calc(100% + 24px);
  height: auto;
  margin: -30px calc(24px / -2) 0;
  flex: none;
}

.tile__icon-wrap {
  padding-right: 10px;
}

.tile__category {
  text-transform: uppercase;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  padding-top: 15px;
}

@media (max-width: 799px) {
  .tile__category {
    padding-top: 5px;
  }
}

.tile__event-type {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 15px;
  margin-bottom: -10px;
}

.tile__heading {
  font-family: 'Tinos', Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.tile__copy {
  font-size: 18px;
  line-height: 25px;
}

.tile__copy--reduced {
  font-size: 16px;
  line-height: 23px;
}

.tile__hours {
  margin-bottom: 25px;
}

.tile__hours p {
  margin: 0;
  line-height: 1.3;
}

.tile__day {
  display: inline-block;
  width: 50px;
}

@media (min-width: 800px) and (max-width: 999px) {
  .tile__day {
    display: block;
  }
}

.tile__link-indicator.tile__link-indicator {
  font-size: 14px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin-top: auto;
  text-decoration: none;
  color: inherit;
}

.tile__link-indicator.tile__link-indicator:after {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 5px;
}

.tile__link-indicator.tile__link-indicator:hover, .tile__link-indicator.tile__link-indicator:focus {
  text-decoration: underline;
}
.panelgroup .fpo-list li img {
    max-width: 100%;
}

@media (min-width: 1200px) {
  .panelgroup .fpo-list {
    display: -ms-flex;
    display: flex;
  }
  .panelgroup .fpo-list li {
    float: none;
    width: 14.25%;
  }
  .panelgroup .fpo-list li img{
    width: 100px;
  }
}

@media (min-width: 1000px) {
  .tile--featured .tile__heading {
    font-size: 40px;
    line-height: 43px;
  }
}

.tile--no-indicator {
  padding-bottom: 25px !important;
}

@media (min-width: 800px) {
  .grid-2-col .tile {
    padding: 24px 28px 0 38px;
  }
  .grid-2-col .tile .tile__image {
    width: calc(100% + 66px);
    margin: -24px -28px 0 -38px;
  }
  .grid-3-col .tile,
  .grid-3-col-highlight .tile {
    padding: 19px 24px 0 32px;
  }
  .grid-3-col .tile .tile__image,
  .grid-3-col-highlight .tile .tile__image {
    width: calc(100% + 56px);
    margin: -19px -24px 0 -32px;
  }
  .grid-4-col .tile {
    padding: 19px 38px 0 18px;
  }
  .grid-4-col .tile .tile__image {
    width: calc(100% + 56px);
    margin: -19px -38px 0 -18px;
  }
}

@media (min-width: 800px) {
  .grid-2-col .tile__icon-wrap {
    padding-right: 100px;
  }
  .grid-2-col .tile__icon-wrap .theme__icon {
    margin-right: -100px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 70px;
  }
  .grid-3-col .tile__icon-wrap {
    padding-right: 80px;
  }
  .grid-3-col .tile__icon-wrap .theme__icon {
    margin-right: -80px;
  }
}

.button {
  display: inline-block;
  color: #FFFFFF;
  background-color: #0061AC;
  font-size: 15px;
  line-height: 1;
  padding: 11px 20px;
  text-decoration: none;
  border: 1px solid #0061AC;
  border-radius: 2px;
}

.button:focus, .button:hover {
  color: #0061AC;
  background-color: #FFFFFF;
}

.button--compact {
  font-size: 14px;
  padding: 7px;
}

.button--tiny {
  padding: 1px 5px;
  font-size: 12px;
  font-weight: bold;
}

.button--rss {
  background: #F5821F;
  border: 1px solid #F5821F;
}

.button--rss:hover, .button--rss:focus {
  border: 1px solid #0061AC;
}

.button__list {
  padding-top: 10px;
  margin-left: -5px;
}

.button__list .button {
  display: block;
  margin: 0 5px 10px;
}

@media (min-width: 600px) {
  .button__list .button {
    display: inline-block;
  }
}

.page-header h1 {
  margin-top: 20px;
}

@media (min-width: 1000px) {
  .page-header h1 {
    margin-top: 30px;
  }
}

.page-header__padding {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 599px) {
  .page-header__padding {
    padding: 0;
  }
}

.page-header__intro-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  .page-header__intro-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.page-header__icon {
  margin-right: 55px;
  margin-top: 7px;
  display: inline-block;
  max-width: 106px;
}

@media (max-width: 599px) {
  .page-header__icon {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.page-header__intro {
  font-size: 27px;
  line-height: 35px;
  font-family: 'Tinos', Times, Times New Roman, serif;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-header__intro {
    -ms-flex: 1;
        flex: 1;
  }
}

.page-header__date.page-header__date {
  margin-top: -15px;
  margin-bottom: 40px;
}

.section-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  /* margin-bottom: 20px; Removed for PL #23906 */
}

.section-header__heading {
  margin: 0 10px 14px 0;
}

.section-header__button {
  margin-left: auto;
  padding: 14px 20px;
  margin-bottom: 14px;
}

.section-header--underlined {
  border-bottom: 1px solid #000000;
  margin-bottom: 20px; /* margin-bottom: 35px; Changed for PL #23906 */
}

.section-header--padded {
  padding-left: 4.1666%;
}

@media (max-width: 599px) {
  .section-header--padded {
    padding: 0;
  }
}

@media (max-width: 799px) {
  .section-header__heading {
    width: 100%;
  }
  .section-header__button {
    margin-left: 0;
  }
}

.breadcrumb-nav {
  margin: 1em 0;
}

@media (min-width: 1000px) {
  .breadcrumb-nav {
    margin: 0;
  }
}

.breadcrumb-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-nav__list-item {
  display: inline-block;
}

.breadcrumb-nav__list-item {
  display: inline-block;
}

.breadcrumb-nav__list-item:first-of-type .breadcrumb-nav__link {
  padding-left: 0;
}

.breadcrumb-nav__link {
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
  padding: 0 10px;
}

.breadcrumb-nav__link:focus, .breadcrumb-nav__link:hover {
  text-decoration: underline;
}

.jump-to-nav {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 599px) {
  .jump-to-nav {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.jump-to-nav__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding-top: 18px;
  padding-right: 9px;
}

.jump-to-nav__title:before {
  content: '';
  display: block;
  height: 3px;
  width: 62px;
  background: black;
  position: absolute;
  top: 0;
}

.jump-to-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 15px;
}

@media (max-width: 599px) {
  .jump-to-nav__list {
    margin-left: -10px;
  }
}

.jump-to-nav__list-item {
  display: inline-block;
}

.jump-to-nav__list-item:last-of-type .jump-to-nav__link {
  border-right: none;
}

.jump-to-nav__link {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px 0 9px;
  border-right: solid 2px black;
}

.jump-to-nav__link:hover, .jump-to-nav__link:focus {
  text-decoration: underline;
}

.branch-nav {
  background: #0061AC;
  margin: 1em 0 2em;
}

@media (min-width: 800px) {
  .branch-nav {
    background: none;
    margin: 0 0 2em;
  }
}

.branch-nav__title {
  font-size: 16px;
  color: #FFFFFF;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  padding: 15px;
  margin: 0;
  cursor: pointer;
}

.branch-nav__title::after {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 30px;
  line-height: 0;
  display: block;
  float: right;
  margin: 8px -7px 0 7px;
  transition: rotate .2s ease-in-out;
}

@media (min-width: 800px) {
  .branch-nav__title {
    line-height: 1em;
    margin: 0 0 .5em;
    padding: 0;
    font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    cursor: default;
    pointer-events: none;
  }
  .branch-nav__title::after {
    display: none;
  }
}

.branch-nav__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

@media (min-width: 800px) {
  .branch-nav__list {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.branch-nav.is-active .branch-nav__title::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.branch-nav.is-active .branch-nav__list {
  display: block;
}

.branch-nav__list-item:not(:last-child) {
  border-bottom: 1px solid #FFFFFF;
}

@media (min-width: 800px) {
  .branch-nav__list-item:not(:last-child) {
    border-bottom: 1px solid #D5D5D5;
  }
  .branch-nav__list-item:last-child .branch-nav__link {
    padding-bottom: 0;
  }
}

.branch-nav__link {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #FFFFFF;
}

.branch-nav__link.is-active {
  font-weight: 700;
}

@media (min-width: 800px) {
  .branch-nav__link {
    color: #0061AC;
  }
  .branch-nav__link.is-active {
    color: #000000;
  }
  .branch-nav__link:focus, .branch-nav__link:hover {
    text-decoration: underline;
  }
}

.sidebar {
  background: #F2F2F2;
  border: 3px solid #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  padding: 20px 15px 15px;
}

.sidebar--clear {
  background: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1000px) {
  .sidebar--secondary.sidebar--secondary {
    margin-right: 20px;
  }
}

.sidebar--secondary.sidebar--secondary:first-of-type {
  margin-top: 50px;
}

@media (min-width: 1000px) {
  .sidebar--secondary.sidebar--secondary:first-of-type {
    margin-top: 80px;
  }
}

.sidebar__heading {
  margin: 0;
  font-size: 18px;
}

.social {
  padding: 0;
  margin: 0;
}

.social li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fa-youtube-play:before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%230061ac' d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E");
}

.fa-twitter:before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%230061ac' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
}

.fa-facebook-f:before,.fa-facebook:before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%230061ac' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
}

.fa-linkedin:before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%230061ac' d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'/%3E%3C/svg%3E");
}

.fa-instagram:before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%230061ac' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}

.social__item{
  border-radius:35px;
  width:35px;
  height:35px;
  line-height:35px;
  display:block;
  font-size:20px;
  color:#0061AC;
  margin:0 8px 0 0;
  padding:0;
  background:#FFFFFF;
  vertical-align:middle;
  text-align:center;
  text-decoration:none;
  transition:all 0.3s;
  border: 1px solid #fff;
}

.social__item:after{
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:20px;
  color:#0061AC;
  transition:all 0.3s;
}

.social__item:hover,.social__item:focus{
  text-decoration:none;
  color:#fff;
  border: 1px solid #0061AC;
}

.social__item:hover:after,.social__item:focus:after{
  color:#FFFFFF;
}

.social__item--facebook:after {
  content: "";
}

.social__item--twitter:after {
  content: "";
}

.social__item--linkedin:after {
  content: "";
}

.social__item--instagram:after {
  content: "";
}

.social__item--google-plus:after {
  content: "";
}

.social__item--youtube:after {
  content: "";
}

.footer-cta {
  font-size: 18px;
}

.footer-cta__col-6 {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 45px;
}

.footer-cta__col-6 .button {
  margin-top: 30px;
}

.footer-cta__col-3 {
  padding: 30px 30px 20px;
}

.footer-cta__heading {
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 25px;
}

.footer-cta__copy {
  font-family: 'Tinos', Times, Times New Roman, serif;
  line-height: 24px;
  width: 100%;
}

.footer-cta__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.footer-cta__link:focus *:not(.footer-cta__link-icon), .footer-cta__link:hover *:not(.footer-cta__link-icon) {
  text-decoration: underline;
}

.footer-cta__link-icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  padding-top: 20px;
}

.footer-cta__link-icon:before {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 40px;
}

@media (max-width: 999px) {
  .footer-cta .col-12:after {
    display: none;
  }
}

.site-footer {
  background-color: #EDEDED;
  padding-top: 50px;
  padding-bottom: 45px;
}

.site-footer__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 215px;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1496px;
  zoom: 1;
}

.site-footer__container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media (min-width: 800px) {
  .site-footer__container {
    padding: 0 24px;
  }
}

@media (min-width: 1200px) {
  .site-footer__container {
    padding: 0 48px;
  }
}

.site-footer__back-to-top {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: -80px;
  right: 12px;
  width: 67px;
  height: 60px;
  color: #FFFFFF;
  background: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  text-decoration: none;
  transition: background .2s ease-in-out;
}

@media (min-width: 800px) {
  .site-footer__back-to-top {
    right: 24px;
  }
}

@media (min-width: 1200px) {
  .site-footer__back-to-top {
    right: 48px;
  }
}

.site-footer__back-to-top:hover, .site-footer__back-to-top:focus {
  background: #4C4C4E;
}

.site-footer__back-to-top:after {
  font-size: 13px;
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.site-footer__nav {
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
}

.site-footer__nav-item {
  display: inline-block;
  margin-right: 45px;
}

@media (max-width: 599px) {
  .site-footer__nav-item {
    margin-right: 20px;
  }
}

.site-footer__nav-item:last-of-type {
  margin-right: 0;
}

.site-footer__nav-link {
  font-size: 18px;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.site-footer__nav-link:focus, .site-footer__nav-link:hover {
  color: #0066CC;
  text-decoration: underline;
}

.site-footer__flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  font-size: 15px;
}

.site-footer__logo {
  height: 90px;
  width: 80px;
  margin-right: 30px;
}

@media (max-width: 599px) {
  .site-footer__logo {
    margin-right: 20px;
  }
}

.site-footer__contact {
  line-height: 23px;
  margin-right: 30px;
}

.site-footer__contact a {
  text-decoration: none;
}

.site-footer__contact a:focus, .site-footer__contact a:hover {
  text-decoration: none;
}

.site-footer__social-wrap {
  padding-top: 25px;
}

.site-footer__social-wrap p {
  line-height: 17px;
  margin-bottom: 10px;
}

.site-footer__utility-nav {
  list-style: none;
  margin: 0;
  padding: 35px 0 0;
  margin-left: auto;
}

@media (max-width: 1100px) {
  .site-footer__utility-nav {
    margin-left: 0;
    width: 650px;
    max-width: 100%;
  }
}

.site-footer__utility-nav-item {
  display: inline-block;
  margin-right: 30px;
  padding-top: 10px;
}

.site-footer__utility-nav-item:last-of-type {
  margin-right: 0;
}

@media (max-width: 599px) {
  .site-footer__utility-nav-item:first-of-type {
    width: 100%;
    margin: 0;
  }
}

.site-footer__utility-nav-link {
  text-decoration: underline;
}

.site-footer__utility-nav-link:focus, .site-footer__utility-nav-link:hover {
  text-decoration: underline;
}

.content-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #000000;
}

.content-nav__items {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
}

.content-nav__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 2px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
}

.content-nav__item a {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
}

.content-nav__item a::after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: transparent;
  content: ' ';
  transition: all .2s ease-in-out;
}

.content-nav__item a:hover::after, .content-nav__item a:focus::after {
  bottom: 0;
  background: #0066CC;
}

.content-nav__item--active a {
  color: #000000;
}

.content-nav__item--active a::after {
  bottom: 0;
  background: #0066CC;
}

.content-nav__item--disabled {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #D5D5D5;
}

.content-nav__item--button {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  padding: 6px 0;
  margin-left: auto;
  margin-right: 20px;
}

.content-nav--footer {
  border: none;
  border-top: 1px solid #000000;
}

.content-nav--footer .content-nav__item a::after {
  bottom: auto;
  top: -5px;
}

.content-nav--footer .content-nav__item a:hover::after, .content-nav--footer .content-nav__item a:focus::after, .content-nav--footer .content-nav__item a.content-nav__item--active::after {
  bottom: auto;
  top: 0;
}

.content-nav--footer .content-nav__item--active a {
  color: #000000;
}

.content-nav--footer .content-nav__item--active a::after {
  bottom: auto;
  top: 0;
}

.logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 90px;
  height: 90px;
  padding: 10px;
  background: #000000;
  font-size: 0;
  box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.39);
  transition: all .2s ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 100;
}

.logo img {
  opacity: 1;
  width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all .2s ease-in-out;
}

.is-sticky .logo {
  display: block;
  padding: 0;
  width: 45px;
  height: 45px;
  box-shadow: none;
  background: #fff;
}

.is-sticky .logo img{
  opacity: 0;
}
.is-sticky .logo img.sticky{
  display: block;
  opacity: 1;
}
.logo img.sticky{
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}

@media (min-width: 1000px) {
  .logo {
    background-size: 100px;
    width: 155px;
    height: 172px;
    padding: 30px;
  }
  .logo:hover, .logo:focus {
    box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.59);
  }
}

@media (min-width: 1200px) {
  .logo {
    background-size: 100px;
    width: 170px;
    height: 183px;
    padding: 30px;
  }
}

@media (min-width: 1400px) {
  .logo {
    background-size: 110px;
  }
}

.site-header {
  position: relative;
  background: #fff;
  z-index: 1000;
  margin: 0 -12px;
  transition: height .2s ease-in-out;
}

@media (min-width: 800px) {
  .site-header {
    margin: 0 -24px;
  }
}

@media (min-width: 1000px) {
  .site-header {
    margin: 0;
  }
}

.is-sticky .site-header {
  z-index: 9999;
}

.site-header__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  border-bottom: 3px solid #000000;
}

@media (min-width: 1000px) {
  .site-header__inner {
    padding: 0;
  }
}

.site-header .logo {
  position: absolute;
  top: 0;
  left: 12px;
}

@media (min-width: 800px) {
  .site-header .logo {
    left: 20px;
  }
}

.is-sticky .site-header .logo {
  top: 25px;
}

#site-header-sticky-wrapper.is-sticky {
  position: relative;
  z-index: 9999;
}

.nav-children {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  padding: 0 35px 20px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  z-index: 0;
}

.nav-children ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-children li a {
  color: #FFFFFF;
}

@media (min-width: 1000px) {
  .nav-children {
    position: absolute;
    display: inline-block;
    top: calc(100% - 3px);
    left: 50%;
    right: auto;
    padding: 10px 30px;
    margin: 0;
    background: #EDEDED;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    border: 3px solid #FFFFFF;
    box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.2);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
  .nav-children li a {
    color: #000000;
  }
  .nav-children li a:hover, .nav-children li a:focus {
    color: #0061AC;
  }
  .nav-children--right {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    left: auto;
    right: 0;
  }
}

@media (min-width: 1000px) {
  .nav-children--languages {
    padding: 10px !important;
    left: auto;
    right: auto;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
}

@media (min-width: 1000px) {
  .nav-children--locations ul {
    columns: 2;
  }
}

.nav-parent > a::after {
  position: absolute;
  font-family: "spl-icons";
  font-size: 20px;
  content: "";
  transition: all .2s ease-in-out;
}

.site-nav {
  margin: 0 -100% 0 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #024C85;
  width: 90%;
  max-width: 400px;
  padding: 50px 30px 30px;
  overflow-y: scroll;
  transition: margin .3s ease-in-out;
  z-index: 1000;
}

.site-nav-active .site-nav {
  margin: 0;
}

.site-nav a {
  text-decoration: none;
}

@media (min-width: 600px) {
  .site-nav {
    padding: 50px;
  }
}

@media (min-width: 800px) {
  .site-nav {
    overflow-y: visible;
  }
}

@media (min-width: 1000px) {
  .site-nav {
    position: relative;
    top: auto;
    background: none;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    transition: none;
  }
  .site-nav__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.site-nav__utility {
  margin: 0 0 40px;
}

@media (min-width: 1000px) {
  .site-nav__utility {
    margin: 20px 0 20px;
    transition: margin .2s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .site-nav__utility {
    margin: 20px 0 30px;
  }
}

@media (min-width: 1400px) {
  .site-nav__utility {
    margin: 20px 0 35px;
  }
}

.is-sticky .site-nav__utility {
  margin: 0 0 5px;
}

.site-nav__close {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 0;
  color: #fff;
}

.site-nav__close::after {
  font-family: "spl-icons";
  font-size: 22px;
  line-height: 0;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  content: "";
}

@media (min-width: 1000px) {
  .site-nav__close {
    display: none;
  }
}

.site-search {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: none;
}

.site-search * {
  box-sizing: border-box !important;
}

.site-search__inner {
  background: #0061AC;
  padding: 50px 12px 50px 12px;
}

.site-search-active .site-search,
.site-search-static .site-search {
  max-height: 1000px;
  transition: max-height .2s ease-in-out;
}

.site-search.site-search--persistent {
  display: block;
  max-height: 1000px;
}

@media (min-width: 1000px) {
  .site-search.site-search--persistent {
    background: #0061AC;
    overflow: visible;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .site-search.site-search--persistent .site-search__inner {
    padding: 0 20px 0 0;
  }
  .site-search.site-search--persistent .site-search__heading {
    margin-top: 0;
  }
  .site-search.site-search--persistent .site-search__form {
    margin: 0 0 20px;
    padding: 0;
    max-width: none;
  }
  .site-search.site-search--persistent .site-search__form-fieldgroup {
    left: 0;
    margin: 0;
  }
  .site-search.site-search--persistent .site-search__utility-nav {
    float: right;
  }
}

.site-search__heading {
  font-size: 22px;
  margin: 0 0 .5em;
}

@media (min-width: 1000px) {
  .site-search__heading {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .site-search__heading {
    font-size: 28px;
  }
}

.site-search__form {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 600px;
}

.site-search__form-fieldgroup {
  position: relative;
  margin: 0 auto;
  padding: 0;
  margin: 0;
  border: none;
  background: #fff;
  text-align: left;
}

.site-search__form-field {
  border: none;
  padding: 21px 60px 19px 20px;
  font-size: 16px;
  width: 100%;
  color: #000000;
}

.site-search__form-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  background: none;
  border: none;
  margin: 0;
  padding: 15px 15px 10px;
}

.site-search__form-submit:hover i, .site-search__form-submit:focus i {
  color: #000000;
}

.site-search__form-submit:focus {
  outline: inherit;
}

.site-search__form-submit i {
  font-size: 0;
  color: #0061AC;
}

.site-search__form-submit i::before {
  font-size: 34px;
}

.site-search__utility-nav {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  text-align: center;
}

@media (min-width: 1000px) {
  .site-search__utility-nav {
    text-align: right;
    margin: 0;
  }
}

.site-search__utility-nav li {
  display: inline-block;
  margin: 0;
}

.site-search__utility-nav li:first-child {
  margin: 0 20px 0 0;
}

.site-search__utility-nav a {
  color: #fff;
  text-decoration: none;
}

.site-search__utility-nav a:hover, .site-search__utility-nav a:focus {
  text-decoration: underline;
}

.main-nav {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
}

.main-nav__item {
  position: relative;
  font-size: 21px;
}

.main-nav__item:not(:last-child) {
  border-bottom: 1px solid #94C4DF;
}

@media (min-width: 1000px) {
  .main-nav__item {
    display: inline-block;
    margin: 0 7px;
    font-size: 18px;
    border: none !important;
  }
}

@media (min-width: 1200px) {
  .main-nav__item {
    margin: 0 10px;
  }
}

@media (min-width: 1400px) {
  .main-nav__item {
    font-size: 21px;
  }
}

.main-nav__item > a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #FFFFFF;
  text-decoration: none;
}

@media (min-width: 1000px) {
  .main-nav__item > a {
    color: #000000;
    margin: 0 -5px;
    padding: 7px 7px;
    background: transparent;
    border: 3px solid transparent;
    z-index: 100;
  }
  .main-nav__item > a::before {
    position: absolute;
    top: -2px;
    left: 6px;
    right: 6px;
    height: 3px;
    background: transparent;
    content: ' ';
    transition: all .2s ease-in-out;
  }
  .main-nav__item > a:hover, .main-nav__item > a:focus {
    color: #4C4C4E;
  }
  .main-nav__item > a:hover::before, .main-nav__item > a:focus::before {
    background: #B9B9B9;
  }
}

@media (min-width: 1000px) {
  .main-nav__item--active a::before {
    background: #0061AC;
  }
  .main-nav__item--active a:hover::before, .main-nav__item--active a:focus::before {
    background: #0061AC;
  }
}

.main-nav__item--has-children > a::after {
  top: 12px;
  right: 5px;
}

@media (min-width: 1000px) {
  .main-nav__item--has-children > a::after {
    display: none;
  }
}

.main-nav__item .main-nav__item-children {
  display: none;
}

.main-nav__item.is-dropdown-active {
  z-index: 1000;
}

.main-nav__item.is-dropdown-active .main-nav__item-children {
  display: block;
}

.main-nav__item.is-dropdown-active > a::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

@media (min-width: 1000px) {
  .main-nav__item.is-dropdown-active {
    box-shadow: -5px 0px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .main-nav__item.is-dropdown-active > a {
    border-bottom: 3px solid #EDEDED !important;
    margin: 0 -5px;
    padding: 7px 7px;
    background: #EDEDED;
    border: 3px solid #FFFFFF;
    z-index: 100;
  }
  .main-nav__item.is-dropdown-active a::before {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .main-nav__item-children--right {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    left: auto;
    right: -5px;
  }
  .main-nav__item-children--left {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    left: -5px;
  }
}

.main-nav__item-child:not(:last-child) {
  border-bottom: 1px solid #94C4DF;
}

@media (min-width: 1000px) {
  .main-nav__item-child:not(:last-child) {
    border-bottom: 1px solid #FFFFFF;
  }
}

.main-nav__item-child a {
  display: inline-block;
  padding: 8px 0;
}

.main-nav__search {
  display: none;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
}

@media (min-width: 1000px) {
  .main-nav__search,
  .search-page__search {
    display: block;
    min-width: 50px;
    color: #FFFFFF;
    background-color: #0061AC;
    font-size: 0;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    border: 1px solid #0061AC;
    border-radius: 2px 2px 0 0;
    transition: background .2s ease-in-out;
    text-align: center;
  }
  .main-nav__search:hover, .main-nav__search:focus,
  .search-page__search:hover, .search-page__search:focus {
    text-decoration: underline;
  }
  .main-nav__search::after,
  .search-page__search::after {
    margin: 0;
    padding: 10px 0 0;
    font-family: "spl-icons";
    font-size: 22px;
    line-height: 1;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    content: "";
  }
}

@media (min-width: 1200px) {
  .main-nav__search,
  .search-page__search {
    min-width: 126px;
    font-size: 17px;
    padding: 13px 0 0;
    margin: 0 0 0 20px;
  }
  .main-nav__search::after,
  .search-page__search::after {
    margin: 0 0 0 5px;
    font-size: 22px;
    padding: 0;
  }
}

.site-search-active .main-nav__search,
.site-search--static .main-nav__search {
  font-size: 0;
  position: relative;
}

.site-search-active .main-nav__search::after,
.site-search--static .main-nav__search::after {
  font-size: 22px;
  line-height: 0;
  padding: 22px 10px 12px;
  content: "";
}

@media (min-width: 1200px) {
  .site-search-active .main-nav__search::after,
  .site-search--static .main-nav__search::after {
    padding: 10px 20px 12px;
  }
}

.site-search-active .main-nav__search::before,
.site-search--static .main-nav__search::before {
  display: block;
  position: absolute;
  bottom: -5px;
  left: -1px;
  right: -1px;
  height: 5px;
  background: #0061AC;
  content: ' ';
}

.home .main-nav__search,
.search .main-nav__search {
  position: relative;
}

.home .main-nav__search::before,
.search .main-nav__search::before {
  display: block;
  position: absolute;
  bottom: -5px;
  left: -1px;
  right: -1px;
  height: 5px;
  background: #0061AC;
  content: ' ';
}

.home .sticky-wrapper.is-sticky .main-nav__search::before,
.search .sticky-wrapper.is-sticky .main-nav__search::before {
  display: none;
}

.utility-nav {
  position: relative;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  z-index: 500;
}

@media (min-width: 1000px) {
  .utility-nav {
    text-align: right;
  }
}

.utility-nav__item {
  font-size: 15px;
  text-align: left;
}

.utility-nav__item:not(:last-child) {
  border-bottom: 1px solid #94C4DF;
}

@media (min-width: 1000px) {
  .utility-nav__item {
    display: inline-block;
    margin: 0 10px;
    border: none !important;
  }
}

.utility-nav__item > a {
  display: block;
  padding: 10px 0;
  color: #fff;
  border: 3px solid transparent;
}

@media (min-width: 1000px) {
  .utility-nav__item > a {
    position: relative;
    color: #000000;
    overflow: hidden;
    border-bottom: 3px solid transparent;
  }
  .utility-nav__item > a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: transparent;
    content: ' ';
    transition: all .2s ease-in-out;
  }
  .utility-nav__item > a:hover, .utility-nav__item > a:focus {
    color: #4C4C4E;
  }
  .utility-nav__item > a:hover::before, .utility-nav__item > a:focus::before {
    background: #B9B9B9;
  }
}

@media (min-width: 1000px) {
  .utility-nav__item--active a::before {
    background: #0061AC;
  }
  .utility-nav__item--active a:hover::before, .utility-nav__item--active a:focus::before {
    background: #0061AC;
  }
}

.utility-nav__item--has-children {
  position: relative;
  margin: 0;
}

@media (min-width: 1000px) {
  .utility-nav__item--has-children > a {
    padding: 10px 25px 10px 10px;
  }
  .utility-nav__item--has-children > a::before {
    left: 10px;
    right: 25px;
  }
}

.utility-nav__item--has-children > a::after {
  position: absolute;
  top: 9px;
  right: 5px;
  font-family: "spl-icons";
  font-size: 20px;
  content: "";
  transition: all .2s ease-in-out;
}

@media (min-width: 1000px) {
  .utility-nav__item--has-children > a::after {
    top: 9px;
    right: 2px;
    color: #0061AC;
  }
}

.utility-nav__item .utility-nav__item-children {
  display: none;
}

.utility-nav__item.is-dropdown-active .utility-nav__item-children {
  display: block;
}

.utility-nav__item.is-dropdown-active > a::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

@media (min-width: 1000px) {
  .utility-nav__item.is-dropdown-active {
    margin: 0 0 -3px;
    box-shadow: -1px 0px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .utility-nav__item.is-dropdown-active > a {
    border-bottom: 3px solid #EDEDED !important;
    margin: 0;
    padding: 10px 25px 10px 10px;
    background: #EDEDED;
    border: 3px solid #FFFFFF;
    z-index: 100;
  }
  .utility-nav__item.is-dropdown-active:not(:last-child) {
    border-bottom: 3px solid #EDEDED !important;
  }
  .utility-nav__item.is-dropdown-active a::before {
    display: none !important;
  }
}

.utility-nav__item-children {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0 35px 20px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

@media (min-width: 1000px) {
  .utility-nav__item-children {
    position: absolute;
    padding: 0 25px;
  }
}

.utility-nav__item-children a {
  color: #fff;
}

.utility-nav__item-child:not(:last-child) {
  border-bottom: 1px solid #94C4DF;
}

@media (min-width: 1000px) {
  .utility-nav__item-child {
    border-bottom: none !important;
  }
}

.utility-nav__item-child a {
  font-weight: normal;
  display: inline-block;
  padding: 8px 0;
}

@media (min-width: 1000px) {
  .utility-nav__item-child a {
    padding: 4px 0;
  }
}

.mobile-toggles {
  display: -ms-flexbox;
  display: flex;
  margin: 5px -5px 5px 0;
}

@media (min-width: 1000px) {
  .mobile-toggles {
    display: none;
  }
}

.mobile-toggles__toggle {
  display: block;
  width: 52px;
  height: 52px;
  background: #024C85;
  color: #fff;
  margin: 0 2.5px;
  padding: 11px 0 0;
  text-align: center;
  font-size: 0;
  text-decoration: none;
}

.mobile-toggles__toggle--search {
  position: relative;
}

.mobile-toggles__toggle--search::after {
  font-family: "spl-icons";
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  content: "";
}

.site-search-active .mobile-toggles__toggle--search {
  padding: 10px 0 1px;
  background: #0061AC;
}

.site-search-active .mobile-toggles__toggle--search::after {
  font-size: 32px;
  content: "";
}

.site-search-active .mobile-toggles__toggle--search::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: #0061AC;
  content: ' ';
}

.home .mobile-toggles__toggle--search {
  background: #0061AC;
}

.home .mobile-toggles__toggle--search::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: #0061AC;
  content: ' ';
}

.mobile-toggles__toggle--nav {
  padding: 13px 0 0;
}

.mobile-toggles__toggle--nav::after {
  font-family: "spl-icons";
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  content: "";
}

@media (min-width: 1000px) {
  .drop-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
    padding: 20px 0;
    min-width: 570px;
  }
}

@media (min-width: 1000px) {
  .nav-children--locations .drop-columns {
    min-width: 470px;
  }
}

@media (min-width: 1000px) {
  .nav-children--language .drop-columns {
    min-width: 370px;
  }
}

@media (min-width: 1000px) {
  .drop-columns__col {
    width: 100%;
    padding: 0 20px;
    white-space: normal;
  }
}

.drop-columns__col--header {
  width: 100%;
  display: none;
  margin: 0 0 20px 0;
}

@media (min-width: 1000px) {
  .drop-columns__col--header {
    display: block;
  }
}

.drop-columns__col--content {
  width: 55%;
}

.drop-columns__col--content p {
  margin: 0 0 3em;
  font-family: 'Tinos', Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 1.33;
}

.drop-columns--main-nav .drop-columns__col--nav {
  width: 100%;
}

@media (min-width: 1000px) {
  .drop-columns--main-nav .drop-columns__col--nav {
    width: 45%;
  }
  .drop-columns--main-nav .drop-columns__col--nav li:first-child {
    display: none;
  }
  .utility-nav .drop-columns__branch-nav li:first-child {
    display: none;
  }
}



.drop-columns--main-nav .drop-columns__col--content {
  display: none;
}

@media (min-width: 1000px) {
  .drop-columns--main-nav .drop-columns__col--content {
    display: block;
  }
}

/*.content-aside {
  margin: 0 0 1em;
}*/

.content-aside__section {
  margin-bottom: 2em;
}

.content-aside__section:not(:first-child) {
  margin-top: 2em;
}

.content-aside__section:last-child {
  margin-bottom: 0;
}

.content-aside__section-title {
  margin: 0 0 1em;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  color: #000000;
  font-size: 20px;
}

.content-aside__section p {
  line-height: 1.562;
}

.content-aside__section p:first-child {
  margin-top: -.5em;
}

.tasks-nav {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tasks-nav__item {
  margin: 0 0 5px 0;
  padding: 0;
}

.tasks-nav__item:last-child {
  margin-bottom: 0;
}

.tasks-nav__item a,
.tasks-nav__item div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  height: 42px;
  padding: 10px;
  background: #EDEDED;
  border: 1px solid #EDEDED;
  line-height: 1;
  color: #000000;
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  transition: background .2s ease-in-out;
  overflow: hidden;
}

.content-aside .tasks-nav__item a,
.content-aside .tasks-nav__item div {
  background: #E1E1E1;
}

@media (min-width: 1200px) {
  .tasks-nav__item a,
  .tasks-nav__item div {
    font-size: 16px;
  }
}

.tasks-nav__item a img,
.tasks-nav__item div img {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
}

.tasks-nav__item a:hover, .tasks-nav__item a:focus {
  background: #FFFFFF;
}

.tasks-nav__item a:hover::before, .tasks-nav__item a:focus::before {
  color: #0061AC;
}

.all-tasks {
  margin-top: -20px !important;
}

.all-tasks__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
  height: 42px;
  padding: 10px;
  background: #E1E1E1;
  line-height: 1;
  color: #000000;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
}

.all-tasks__toggle::after {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline;
  float: right;
  font-size: 28px;
  transition: transform .2s ease-in-out;
}

.all-tasks__toggle:hover, .all-tasks__toggle:focus {
  background: #FFFFFF;
}

.all-tasks__toggle:hover::after, .all-tasks__toggle:focus::after {
  color: #0061AC;
}

.all-tasks__items {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.all-tasks.is-active .all-tasks__toggle::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.all-tasks.is-active .all-tasks__items {
  display: block;
}

.related-resources-list {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-resources-list__item {
  margin: 0 0 20px 0;
}

.related-resources-list a {
  display: inline-block;
  text-decoration: none;
}

.related-resources-list a::before {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: 0 10px 0 0;
  content: "";
  color: #000000;
}

.related-resources-list a:hover, .related-resources-list a:focus {
  text-decoration: underline;
}

.related-resources-list a:hover::before, .related-resources-list a:focus::before {
  color: #0066CC;
}

.aside-cta {
  position: relative;
  display: block;
  margin: 0 0 15px;
  padding: 15px 15px;
  background: #000000;
  border: 1px solid white; /*/*For the CTA Border 155437*/
  color: #FFFFFF;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.22;
  text-decoration: none;
  /*transition: all .2s ease-in-out;*/
}

.aside-cta:last-child {
  margin-bottom: 0;
}

.aside-cta--no-padding {
  padding: 15px 0;
}

.aside-cta--large {
  font-size: 20px;
}

@media (min-width: 800px) and (max-width: 999px) {
  .aside-cta--large {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .aside-cta--large {
    font-size: 28px;
  }
}

.aside-cta::after {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -20px 0 0;
  content: "";
  font-size: 40px;
  font-weight: normal;
  transition: right .2s ease-in-out;
}

.aside-cta span {
  display: block;
  font-weight: 300;
}

@media (min-width: 800px) and (max-width: 1000px) {
  .aside-cta span {
    display: inline-block;
    margin: 0 7px;
  }
}

@media (min-width: 1000px) {
  .aside-cta span {
    display: block;
    margin: 0;
  }
}

.aside-cta:hover, .aside-cta:focus {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  color: #000000 !important;
}

.aside-cta--alt {
  background: #5281B3;
  border: 1px solid #5281B3;
}

.aside-cta--alt2 {
  background: #3D0F62;
  border: 1px solid #3D0F62;
}

.aside-cta--alt3 {
  background: #1d988a;
  border: 1px solid #1d988a;
  color: #000000;
}

.aside-cta--no-bg {
  color: #000000;
  background: none;
  border: none;
}

.aside-cta--no-bg:hover, .aside-cta--no-bg:focus {
  background: none;
  border: none;
  color: #0061AC;
}

.aside-callout {
  background: #000000;
  color: #FFFFFF;
  padding: 27px 27px 17px 17px;
}

.aside-callout__heading {
  margin-top: 0;
  margin-bottom: 15px;
}

.aside-callout__copy {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Tinos', Times, Times New Roman, serif;
  padding-bottom: 25px;
}

.aside-sponsors {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 23px 0 18px;
}

.aside-sponsors__list {
  list-style-type: none;
  padding: 34px 0 0;
}

.aside-sponsors__link {
  display: block;
  background: #FFFFFF;
  padding: 10px 10px 7px;
  margin-bottom: 12px;
}

.aside-sponsors__image {
  max-width: 100%;
}

.aside-sponsors p {
  line-height: 21px;
}

.aside-event {
  text-decoration: none;
  display: block;
}

.aside-event__list {
  list-style-type: none;
  padding-left: 0;
}

.aside-event__item {
  margin-bottom: 23px;
}

.aside-event__item:last-of-type {
  margin-bottom: 0;
}

.aside-event__title {
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 8px;
}

.aside-event__time {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.aside-event__location {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.aside-event:hover .aside-event__title, .aside-event:focus .aside-event__title {
  text-decoration: underline;
}

.aside-filter {
  border: none;
  background: none;
  color: #0066CC;
  text-align: center;
  display: block;
  width: 100%;
}

.aside-filter__hide {
  display: none;
}

.is-showing .aside-filter__hide {
  display: inline-block;
}

.is-showing .aside-filter__show {
  display: none;
}

.aside-filter__advanced-options {
  padding-top: 20px;
}

.aside-nav {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
}

.aside-nav__item {
  padding: 10px 0;
}

.aside-nav__item:not(:last-child) {
  border-bottom: 1px solid #E1E1E1;
}

.aside-nav__item a {
  text-decoration: none;
}

.aside-nav__item a.is-active {
  font-weight: 700;
  color: #000000;
}

.aside-nav__item a:hover, .aside-nav__item a:focus {
  text-decoration: underline;
}

.page-content {
  padding: 40px 0;
}

.page-content--padded {
  padding-left: 4.1666%;
  padding-right: 4.1666%;
}

.related-link {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  background: #EDEDED;
  border-radius: 2px;
  font-size: 16px;
  text-decoration: none;
  padding: 25px 17px 22px;
}

.related-link:hover, .related-link:focus {
  text-decoration: underline;
}

.related-link--external:after {
  padding-left: 18px;
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.related-link__list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}

.related-link__item {
  display: inline-block;
  margin: 0 10px 20px;
  min-width: 210px;
  width: 100%;
}

@media (min-width: 600px) {
  .related-link__item {
    width: calc(25% - 20px);
  }
}

.link-list {
  list-style: none;
  padding-left: 0;
}

.link-list__title:before {
  display: none;
}

.link-list li {
  line-height: 26px;
}

.link-list li:before {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #0066CC;
  font-size: 26px;
  line-height: 26px;
  position: relative;
  top: 4px;
  margin-left: -7px;
}

.theme-bg .link-list li:before {
  color: inherit;
}

.link-list a {
  line-height: 26px;
  text-decoration: none;
}

.link-list a:hover, .link-list a:focus {
  text-decoration: underline;
}

.text-icon-list {
  font-size: 1em;
  list-style: none;
  padding-left: 32px;
}

.text-icon-list__item {
  position: relative;
  margin-bottom: 16px;
  line-height: 1.3em;
}

.text-icon-list__item img {
  left: -32px;
  position: absolute;
  top: -3px;
  width: 24px;
}

.text-icon-list__item:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: -32px;
  top: 0;
  font-size: 20px;
}

.text-icon-list__item--pdf:before {
  content: "";
}

.text-icon-list__item--link:before {
  content: "";
}

.text-icon-list__heading {
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 3px;
}

.media-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-list__item {
  overflow: auto;
  margin-bottom: 30px;
  line-height: 23px;
}

.media-list__item p {
  margin: 0;
}

.media-list__image {
  float: left;
  margin-right: 18px;
}

.media-list__image.contentDM {
    width: 300px; /* Added for images on ContentDM List page */
}

.media-list__details-container {
  padding-left: 184px;
}

.media-list__title {
  font-size: 22px;
  font-family: 'Tinos', Times, Times New Roman, serif;
  line-height: 24px;
}

.media-list___title__link {
color: #000000;
text-decoration: none;

}

.media-list___title__link:hover {
  text-decoration: underline;
  
  }

.media-list__author {
  font-style: italic;
  line-height: 26px;
}

.media-list__sub-title.media-list__sub-title {
  margin-bottom: 16px;
}

.media-list--podcast .media-list__title {
  margin-bottom: 2px;
}

.mini-media-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mini-media-list__item {
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  padding: 0 7.5px;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 30px;
  line-height: 23px;
  text-align: center;
}

.mini-media-list__item p {
  margin: 0;
}

.mini-media-list__image-container {
  height: 200px;
  margin-bottom: 16px;
}

.mini-media-list__image {
  max-width: 100%;
  height: auto;
}

.mini-media-list__title {
  font-size: 18px;
  font-family: 'Tinos', Times, Times New Roman, serif;
  line-height: 23px;
}

.mini-media-list__author {
  font-style: italic;
  font-size: 14px;
  line-height: 23px;
}

.callout-text {
  border: 1px solid #000000;
  padding: 40px 35px 45px;
  position: relative;
}

.callout-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 300px;
  background: #0066CC;
}

.callout-text__heading {
  font-family: 'Tinos', Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 27px;
}

.legal-text {
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  padding: 18px 30px 28px 25px;
}

.quote {
  margin: 0;
  padding: 47px 0 44px;
  text-align: center;
}

.quote__text {
  font-family: 'Tinos', Times, Times New Roman, serif;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 49px;
}

.quote__writer {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.top-rail { display: none; }



@media (min-width: 800px) {
    .bottom-rail {
        display: none;
    }
    .top-rail {
        display: block;
    }
}

@media (min-width: 1000px) {
  .hero {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.hero--page {
  padding-top: 150px;
}

@media (min-width: 1000px) {
  .hero--page {
    padding-top: 250px;
    margin-bottom: -30px;
  }
}

.hero--page-compact {
  padding-top: 125px;
  margin: 0 -12px;
}

@media (min-width: 800px) {
  .hero--page-compact {
    margin: 0 -24px;
  }
}

@media (min-width: 1000px) {
  .hero--page-compact {
    padding-top: 80px;
    margin: 0 0 -30px;
  }
}

.hero__topper {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  padding: 20px 12px 0;
}

@media (min-width: 1000px) {
  .hero__topper {
    width: 67.5%;
    min-height: 100px;
    padding: 30px 0 0;
    background: url(../images/feature-clipped-bg-rev.svg) right top no-repeat;
    background-size: 1201px;
  }
}

@media all and (min-width: 1000px) and (-ms-high-contrast: none) {
  .hero__topper {
    /* IE10 */
    /* IE11 */
  }
  .hero__topper {
    background: url(../images/feature-clipped-bg-rev.png) right top no-repeat;
  }
  .hero__topper *::-ms-backdrop, .hero__topper {
    background: url(../images/feature-clipped-bg-rev.png) right top no-repeat;
  }
}

@media (min-width: 1000px) {
  .hero__topper:after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0px;
    height: 30px;
    width: 1px;
    background: #000000;
  }
  .safari .hero__topper:after {
    bottom: -30px;
  }
}

@media (min-width: 1200px) {
  .hero__topper {
    width: 75%;
  }
}

.hero__col {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 3px solid #000000;
}

@media (min-width: 800px) {
  .hero__col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
}

.hero__col--feature {
  margin: 0 -20px 120px;
  padding: 200px 20px 0;
}

@media (min-width: 800px) {
  .hero__col--feature {
    margin: 0;
    padding: 0;
  }
}

.hero__col--feature .hero__grid-cell {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  position: relative;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  bottom: -100px;
}

@media (min-width: 800px) {
  .hero__col--feature .hero__grid-cell {
    border: none;
    bottom: auto;
  }
  .hero__col--feature .hero__grid-cell:after {
    content: '';
    position: absolute;
    bottom: -33px;
    left: 1px;
    height: 30px;
    width: 1px;
    background: #000000;
  }
  .safari .hero__col--feature .hero__grid-cell:after {
    bottom: -30px;
  }
}

@media (min-width: 1000px) {
  .hero__col--feature .hero__grid-cell {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
}

.hero__col--content .hero__grid-cell {
  border: 1px solid #000;
}

@media (min-width: 800px) {
  .hero__col--content .hero__grid-cell {
    border-bottom: none;
    border-right: none;
  }
}

.hero__col--content .hero__grid-cell.hero__grid-cell--search {
  display: -ms-flexbox;
  display: flex;
  background: #0061AC;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1 / span 2;
  padding: 0 0 0 25px;
  border-top: none;
}

/*.hero__col--content .hero__grid-cell.hero__grid-cell--tasks {
  display: none;
}
*/
@media (min-width: 1000px) {
  .hero__col--content .hero__grid-cell.hero__grid-cell--tasks {
    display: block;
    -ms-grid-row-span: 2;
    -ms-grid-row: 2;
        grid-row: 2 / span 2;
    -ms-grid-column: 2;
        grid-column: 2;
    padding: 5px 20px 20px;
  }
}

.hero__col--content .hero__grid-cell.hero__grid-cell--tasks .tasks-nav {
  margin-bottom: 20px;
}

.hero__col--content .hero__grid-cell.hero__grid-cell--news {
  -ms-grid-row: 1;
      grid-row: 1;
  -ms-grid-column: 1;
      grid-column: 1;
}

@media (min-width: 1000px) {
  .hero__col--content .hero__grid-cell.hero__grid-cell--news {
    -ms-grid-row: 2;
        grid-row: 2;
  }
}

.hero__col--content .hero__grid-cell.hero__grid-cell--explore {
  color: #fff;
  -ms-grid-row: 2;
      grid-row: 2;
  -ms-grid-column: 1;
      grid-column: 1;
}

@media (min-width: 1000px) {
  .hero__col--content .hero__grid-cell.hero__grid-cell--explore {
    -ms-grid-row: 3;
        grid-row: 3;
  }
}

.hero__grid {
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px;
}

@media (min-width: 800px) {
  .hero__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .hero__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
  }
}

.hero__grid-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero__grid-cell > * {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.hero__grid-cell-heading {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1.5em;
}

.hero__grid-cell--tail {
  position: relative;
}

@media (min-width: 800px) {
  .hero__grid-cell--tail:after {
    content: '';
    position: absolute;
    bottom: -33px;
    left: -1px;
    height: 30px;
    width: 1px;
    background: #000000;
  }
  .safari .hero__grid-cell--tail:after {
    bottom: -30px;
  }
}

.hero__nav {
  width: 100%;
  margin: 0 0 20px;
}

@media (min-width: 1000px) {
  .hero__nav {
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .hero__nav-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 5px;
    padding: 10px;
    background: #E1E1E1;
    line-height: 1;
    color: #000000;
    border: 1px solid #B9B9B9;
    border-radius: 2px;
    cursor: pointer;
  }
  .hero__nav-heading::after {
    font-family: "spl-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 28px;
    line-height: 1;
    transition: transform .2s ease-in-out;
    display: block;
    float: right;
  }
}

@media (max-width: 999px) {
  .hero__nav-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .hero__nav-items {
    display: none;
    margin: 0 0 20px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .hero__nav-item {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    width: 50%;
  }
  .hero__nav-item:nth-child(odd) {
    padding: 0 3px 0 0;
  }
  .hero__nav-item:nth-child(even) {
    padding: 0 0 0 3px;
  }
}

@media all and (min-width: 600px) and (max-width: 999px) and (-ms-high-contrast: none) {
  .hero__nav-item {
    /* IE10 */
    /* IE11 */
  }
  .hero__nav-item {
    -ms-flex: 0 1 49%;
        flex: 0 1 49%;
    width: 49%;
  }
  .hero__nav-item *::-ms-backdrop, .hero__nav-item {
    -ms-flex: 0 1 49%;
        flex: 0 1 49%;
    width: 49%;
  }
}

@media (max-width: 600px) {
  .hero__nav.is-active .hero__nav-items {
    display: block;
  }
}

.hero__nav.is-active .hero__nav-heading {
  border-color: #E1E1E1;
}

.hero__nav.is-active .hero__nav-heading::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

@media (min-width: 800px) {
  .hero__nav {
    margin: 0;
  }
}

.primary-feature {
  padding: 0;
}

.primary-feature__row {
  border-top: 1px solid #000000;
  border-bottom: 3px solid #000000;
}

@media (max-width: 799px) {
  .primary-feature__row {
    border-right: 1px solid #000000;
  }
}

.primary-feature__nested-row {
  width: 100%;
}

.primary-feature__col {
  border-left: 1px solid #000000;
  padding: 25px 34px 35px 20px !important;
}

.primary-feature__col p {
  line-height: 21px;
}

@media (min-width: 800px) {
  .primary-feature__col:after {
    content: '';
    position: absolute;
    bottom: -33px;
    left: -1px;
    height: 30px;
    width: 1px;
    background: #000000;
  }
}

@media (max-width: 799px) {
  .primary-feature__background-image {
    padding-top: 150px;
    border-bottom: 1px solid #000000;
  }
}

.primary-feature__title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 19px;
}

.primary-feature__title--spaced {
  line-height: 33px;
}

.feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #000000;
  text-decoration: none;
}

.feature:hover .feature__content, .feature:focus .feature__content {
  text-decoration: underline;
}

.feature--reversed {
  color: #FFFFFF;
}

.feature--clipped {
  background: url(../images/feature-clipped-bg.svg) left top no-repeat;
  background-size: 802px;
  color: #000000;
}

@media all and (-ms-high-contrast: none) {
  .feature--clipped {
    /* IE10 */
    /* IE11 */
  }
  .feature--clipped {
    background: url(../images/feature-clipped-bg.png) left top no-repeat;
  }
  .feature--clipped *::-ms-backdrop, .feature--clipped {
    background: url(../images/feature-clipped-bg.png) left top no-repeat;
  }
}

.feature--clipped .feature__content {
  padding: 5px 25px;
}

@media (min-width: 1200px) {
  .feature--clipped .feature__content {
    padding: 5px 25px 20px;
  }
}

.feature--clipped .feature__header {
  padding: 25px 0 20px;
}

.feature--clipped .feature__footer {
  overflow: auto;
}

.feature--clipped .feature__tag {
  background: #000000;
  color: #FFFFFF;
  padding: 7px 15px;
}

.feature__header {
  padding: 18px 0 0;
}

@media (min-width: 1200px) {
  .feature__header {
    padding: 25px 0 0;
  }
}

.feature__tag {
  color: inherit;
  padding: 0 0 0 25px;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0;
  letter-spacing: 1px;
}

.feature__content {
  padding: 20px 25px 5px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Tinos', Times, Times New Roman, serif;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: auto;
}

@media (min-width: 800px) and (max-width: 999px) {
  .feature__content {
    font-size: 22px;
    line-height: 29px;
  }
}

@media (min-width: 1200px) {
  .feature__content {
    font-size: 22px;
    line-height: 29px;
  }
}

.feature__link {
  float: right;
  margin-right: 20px;
  padding-bottom: 20px;
}

.feature-list__title {
  font-size: 22px;
  font-family: 'Tinos', Times, Times New Roman, serif;
  font-weight: 400;
  margin-top: .5em;
}

.feature-list img {
  max-width: 100%;
}

.feature-list article {
  margin-bottom: 2em;
}

.dropdown {
  position: relative;
  font-size: 15px;
  z-index: 500;
}

.dropdown ul {
  display: none;
  position: absolute;
  left: 0;
  top: 31px;
  padding: 20px 20px 10px;
  min-width: 100%;
  margin: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  background: #EDEDED;
  border: 1px solid #000000;
  z-index: 1;
}

.dropdown ul li {
  margin: 0 0 .75em;
  white-space: nowrap;
}

.dropdown.is-active ul {
  display: block;
}

.dropdown.is-active .dropdown__toggle {
  background: #EDEDED;
  color: #0061AC;
  border-bottom: 1px solid #EDEDED;
}

.dropdown__toggle {
  position: relative;
  display: block;
  color: #000000;
  padding: 15px 10px;
  padding-right: 30px;
  border: 1px solid #000000;
  line-height: 0;
  text-decoration: none;
  transition: background .2s ease-in-out, color .2s ease-in-out;
  z-index: 2;
}

.dropdown__toggle::after {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #0061AC;
  font-size: 22px;
  line-height: 0;
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
}

.dropdown__toggle:hover, .dropdown__toggle:focus {
  background: #EDEDED;
  color: #0061AC;
}

.panelgroup .sr-only {
  position: absolute;
  left: -9999em;
}

.panelgroup.accordion .panelgroup__item {
  margin: 0 0 25px;
}

.panelgroup.accordion .panelgroup__item-header {
  font-size: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.panelgroup.accordion .panelgroup__item-header a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #000000;
  text-decoration: none;
  line-height: 1;
  transition: all .2s ease-in-out;
}

.panelgroup.accordion .panelgroup__item-header i {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.panelgroup.accordion .panelgroup__item-header i::before {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  content: "";
  font-size: 10px;
  padding: 7px 0 0 1px;
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  border: 1px solid #0061AC;
  border-radius: 100%;
  background: #0061AC;
  margin: 0 15px 0 0;
  color: #fff;
  transition: background .2s ease-in-out;
}

.panelgroup.accordion .panelgroup__item-content {
  padding-left: 37px;
  margin: 0 0 40px;
}

.panelgroup.accordion .panelgroup__item:hover .panelgroup__item-header a, .panelgroup.accordion .panelgroup__item:focus .panelgroup__item-header a {
  color: #0061AC;
}

.panelgroup.accordion .panelgroup__item:hover .panelgroup__item-header i::before, .panelgroup.accordion .panelgroup__item:focus .panelgroup__item-header i::before {
  background: #FFFFFF;
  color: #0061AC;
}

.panelgroup.accordion .panelgroup__item.active .panelgroup__item-header i::before {
  font-family: "spl-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2px;
  padding: 10px 0 0;
  background: #FFFFFF;
  color: #0061AC;
}

.panelgroup.tabs .panelgroup__item-content {
  padding-top: 20px; /* padding: 20px 0; Changed for PL #23906 */
}

.panelgroup.tabs--tight .panelgroup__item-content {
  padding: 0 0 20px;
}

.panelgroup.tabs--tight .panelgroup__item-content > .grid {
  border-top: none;
}

.panelgroup .tab-nav {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #000000;
}

.panelgroup .tab-nav li {
  width: auto !important;
  margin: 0 0 -3px 0;
  padding: 0;
}

.panelgroup .tab-nav li a {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
}

.panelgroup .tab-nav li a:hover, .panelgroup .tab-nav li a:focus {
  text-decoration: underline;
}

.panelgroup .tab-nav li a.active {
  color: #000000;
  border: 1px solid #000000;
  border-bottom: 3px solid #FFFFFF;
}

.result-block {
  border-top: 1px solid #000000;
  position: relative;
  padding-bottom: 30px;
}

.result-block:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 240px;
  border-top: 6px solid #0061AC;
}

.result-block__heading {
  display: inline-block;
  padding-right: 24px;
  margin-top: .75em;
}

.result-block__meta-data {
  margin: 32px 0 19px 0;
  font-size: 0.9em;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.result-block__total {
  padding-right: 8px;
  padding-bottom: 4px;
}

.result-block__meta-number {
  margin-right: 20px;
}

.result-block__meta-controls {
  padding: 0;
  margin-left: -10px;
  list-style: none;
}

.result-block__meta-control {
  display: inline-block;
  border-right: 1px solid #0066CC;
}

.result-block__meta-control:last-of-type {
  border-right: none;
}

.result-block__meta-link {
  font-size: 1em;
  padding: 0 14px 0 10px;
  text-decoration: none;
}

.result-block__meta-link:hover, .result-block__meta-link:focus {
  text-decoration: underline;
}

.result-block__list {
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.search-results {
  border-bottom: 1px solid #000000;
  padding: 0;
}

.search-results__title {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  line-height: 47px;
  font-weight: 400;
  margin-bottom: 18px;
}

.search-results__title span {
  font-weight: 700;
}

.search-results .grid {
  margin-bottom: 0;
  border-top: none;
}

@media (min-width: 800px) {
  .search-results div.col-12:first-child {
    border-right: 1px solid #000000;
  }
  .search-results div.col-12:first-child .result-block {
    padding-right: 24px;
  }
}

@media (min-width: 800px) {
  .search-results div.col-12:last-child .result-block {
    padding-left: 36px;
  }
  .search-results div.col-12:last-child .result-block:before {
    left: 36px;
  }
}

.result-item {
  position: relative;
  overflow: auto;
  padding: 16px 0 16px 0;
}

.result-item__thumbnail-wrapper {
  float: left;
}

.result-item__info-wrapper {
  padding-left: 90px;
}

.result-item__heading {
  font-family: 'Tinos', Times, Times New Roman, serif;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.24em;
  margin: 0 0 6px 0;
}

.result-item__heading-link {
  text-decoration: none;
  color: #000000;
}

.result-item__heading-link:hover, .result-item__heading-link:focus {
  text-decoration: underline;
}

.result-item__author {
  display: block;
  margin-bottom: 1em;
}

.result-item__author-link {
  font-size: 0.9em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  text-decoration: none;
  color: #000000;
}

.result-item__author-link:hover, .result-item__author-link:focus {
  text-decoration: underline;
}

.result-item__description {
  display: block;
  font-size: 0.9em;
  margin-bottom: 2px;
  line-height: 1.34em;
}

.result-item__url {
  display: block;
  font-size: 0.9em;
}

.result-item__meta-data {
  padding: 0;
  margin-left: -10px;
  list-style: none;
}

.result-item__meta-item {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 10px;
  border-right: 1px solid #000000;
}

.result-item__meta-item:last-of-type {
  border-right: none;
}

.result-item__meta-item span {
  font-size: 1.1em;
}

.result-item__event-date, .result-item__event-location {
  display: block;
}

.result-item__event-date {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 4px;
}

.result-item__event-location {
  font-size: 0.9em;
}

.result-item__event-location-link {
  color: #000000;
  text-decoration: none;
}

.result-item__event-location-link:hover, .result-item__event-location-link:focus {
  text-decoration: underline;
}

.result-item--book-media {
  padding: 32px 0;
  border-bottom: 1px solid #c4c4c4;
}

.result-item--book-media .result-item__thumbnail-wrapper {
  top: 32px;
  left: 0;
  width: 50px;
  max-height: 80px;
}

.result-item--events {
  min-height: 106px;
  padding: 16px 0;
}

.result-item--events .result-item__info-wrapper {
  padding-left: 120px;
}

.result-item--splorg .result-item__heading {
  margin: 2px 0;
}

.result-item--library-blog .result-item__heading {
  margin: 2px 0;
}

.result-item--library-news .result-item__heading {
  margin: 2px 0;
}

.branch-header {
  display: -ms-flexbox;
  display: flex;
  background-position: -9999em -9999em !important;
  background-size: 0px;
}

@media (min-width: 1000px) {
  .branch-header {
    background-position: top center !important;
    background-size: cover;
    padding-top: 80px;
  }
}

.branch-header__content {
  width: 100%;
}

@media (min-width: 1000px) {
  .branch-header__content {
    position: relative;
    bottom: -50px;
  }
}

@media (min-width: 1200px) {
  .branch-header__content {
    width: 80%;
  }
}

.branch-header__content-upper {
  padding: 30px 0 0;
}

@media (min-width: 1000px) {
  .branch-header__content-upper {
    background: url(../images/feature-clipped-bg-rev.svg) right top no-repeat;
    background-size: 1201px;
    min-height: 80px;
  }
}

@media all and (min-width: 1000px) and (-ms-high-contrast: none) {
  .branch-header__content-upper {
    /* IE10 */
    /* IE11 */
  }
  .branch-header__content-upper {
    background: url(../images/feature-clipped-bg-rev.png) right top no-repeat;
  }
  .branch-header__content-upper *::-ms-backdrop, .branch-header__content-upper {
    background: url(../images/feature-clipped-bg-rev.png) right top no-repeat;
  }
}

@media (min-width: 800px) {
  .branch-header__content-lower {
    padding: 0;
    background: #FFFFFF;
    border-bottom: 3px solid #000000;
  }
}

@media (min-width: 1000px) {
  .branch-header__content-lower {
    border-right: 1px solid #000000;
  }
}

@media (min-width: 1400px) {
  .branch-header__content-lower {
    padding: 0;
  }
}

.branch-header__content-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1400px) {
  .branch-header__content-cols {
    margin-left: 0;
  }
}

.branch-header__content-col {
  position: relative;
  width: 100%;
  min-height: 300px;
}

.branch-header__content-col:first-child {
  padding-bottom: 56.6%;
}

@media (min-width: 600px) {
  .branch-header__content-col {
    width: 50%;
  }
  .branch-header__content-col:first-child {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .branch-header__content-col {
    width: 33.3333%;
  }
  .branch-header__content-col:first-child {
    padding-bottom: 0;
    width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .branch-header__content-col {
    width: 50%;
  }
  .branch-header__content-col:first-child {
    width: 50%;
  }
}

@media (min-width: 800px) {
  .branch-header__content-col:after {
    content: '';
    position: absolute;
    bottom: -33px;
    right: -1px;
    height: 30px;
    width: 1px;
    background: #000000;
  }
  .safari .branch-header__content-col:after {
    bottom: -30px;
  }
}

.branch-header__content-col--image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.branch-header__content-col--image img {
  display: none;
}

.branch-header__content-col--map {
  display: -ms-flexbox;
  display: flex;
}

.branch-header__title {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 1em;
  margin-top: 0;
  margin: 0 0 .25em 0;
}

@media (max-width: 800px) {
  .branch-header__title {
    font-size: 47px;
    line-height: 1em;
  }
}

.branch-header__details {
  margin: 0 0 1.75em 0;
  font-size: 15px;
}

@media (min-width: 800px) {
  .branch-header__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.branch-header__details > * {
  margin: 0;
}

@media (min-width: 800px) {
  .branch-header__details > * {
    margin: 0 30px 0 0;
  }
}

.branch-header__details-location {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0 !important;
}

@media (min-width: 800px) {
  .branch-header__details-location {
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 0 0 !important;
  }
}

.branch-header__details-location li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.branch-header__details-location li:not(.branch-header__details-location li:last-child) {
  margin: 0 10px 0 0;
}

.branch-header__details-location li img {
  margin-right: 10px;
}

.branch-header__details-manager {
  margin-bottom: 20px !important;
}

@media (min-width: 800px) {
  .branch-header__details-manager {
    margin: 0 20px 0 0 !important;
  }
}

.branch-header__details-manager span {
  font-weight: bold;
}

.branch-header__information {
  margin: 0 0 2.5em 0;
}

@media (min-width: 800px) {
  .branch-header__information {
    display: -ms-flexbox;
    display: flex;
  }
}

.branch-header__information > * {
  margin: 0 0 .5em;
  font-size: 18px;
  font-family: 'Tinos', Times, Times New Roman, serif;
}

@media (min-width: 800px) {
  .branch-header__information > * {
    font-size: 20px;
    margin: 0;
  }
  .branch-header__information > *:not(:last-child)::after {
    display: inline-block;
    margin: 0 10px;
    content: '/';
  }
}

.branch-header__information a {
  text-decoration: none;
}

.branch-header__information a:hover, .branch-header__information a:focus {
  text-decoration: underline;
}

.branch-header__aside {
  display: none;
}

@media (min-width: 1200px) {
  .branch-header__aside {
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 20px;
    font-size: 15px;
  }
}

.branch-header__hours {
  background: #000000;
  color: #FFFFFF;
  padding: 30px;
  font-size: 15px;
}

@media (min-width: 1200px) {
  .branch-header__hours {
    box-shadow: -5px 0px 4px 0 rgba(0, 0, 0, 0.2);
  }
}

.branch-header__hours h3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1em;
  margin-top: 0;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  margin: 0 0 1.5em;
}

@media (max-width: 800px) {
  .branch-header__hours h3 {
    font-size: 20px;
    line-height: 1em;
  }
}

.branch-header__hours h4 {
  font-size: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin: 0 0 1em 0;
}

.branch-header__hours ol {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0 0 1.75em;
  padding: 0;
}

.branch-header__hours ol li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 0 .25em;
}

.branch-header__hours a {
  color: #FFFFFF;
  text-decoration: underline;
}

.branch-intro {
  padding: 0 0 3em;
  border-bottom: 1px solid #000000;
}

@media (min-width: 800px) {
  .branch-intro {
    margin-top: -20px;
    margin-right: 30px;
  }
}

.branch-intro > * {
  margin-top: 0;
}

.branch-intro__amenities {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0 0 2em !important;
  padding: 0;
}

.branch-intro__amenities li {
  display: inline-block;
  margin: 0 0 .5em;
  padding: 0;
}

.branch-intro__amenities li::after {
  display: inline-block;
  margin: 0 5px 0 10px;
  content: ' / ';
}

.form {
  font-size: 0.95em;
  @inlcude clearfix;
  /*
  * === TEXT INPUTS ===
  */
  /*
  * === TEXT AREA ===
  */
  /*
  * === RADIO BUTTONS ===
  */
  /*
  * === RADIO BUTTONS ===
  */
}

.form--inline {
  margin-bottom: -5px;
}

.form__section {
  border: none;
  padding-left: 32px;
}

.form__section-legend {
  margin-left: -32px;
  margin-bottom: 16px;
  font-weight: bold;
}

.form__group {
  @inlcude clearfix;
  display: block;
  position: relative;
  margin-bottom: 1.5em;
}

.form--inline .form__group {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: .5em;
}

.form--inline .form__group label {
  margin-right: .25em;
}

@media (max-width: 1000px) {
  .form--inline .form__group {
    display: block;
    width: 100%;
  }
}

.form--horizontal .form__group {
  @inlcude clearfix;
  overflow: auto;
}

.form--horizontal .form__group label {
  display: inline-block;
  float: left;
  padding: 0.4em 0;
  padding-right: 20px;
  text-align: right;
  width: 16.6667%;
  text-align: right;
}

@media (max-width: 800px) {
  .form--horizontal .form__group label {
    width: 100%;
    float: none;
    clear: both;
  }
}

@media (max-width: 800px) {
  .form--horizontal .form__group label {
    text-align: left;
    padding-top: inherit;
  }
}

.form--horizontal .form__group .form__legend {
  display: inline-block;
  margin-left: 16.6667%;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .form--horizontal .form__group .form__legend {
    margin-left: 0;
  }
}

.form--horizontal .form__group input[type="checkbox"] + label,
.form--horizontal .form__group input[type="radio"] + label {
  padding-top: inherit;
}

.form__group label {
  display: inline-block;
  margin-bottom: 8px;
}

.form__group .form__legend {
  display: inline-block;
  margin-bottom: 10px;
}

.form__control {
  color: #000000;
}

.form--inline .form__control {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

@media (max-width: 1000px) {
  .form--inline .form__control {
    display: block;
    width: 100%;
  }
}

.form__control::-webkit-input-placeholder {
  color: #000000;
}

.form__control:-ms-input-placeholder {
  color: #000000;
}

.form__control::placeholder {
  color: #000000;
}

.form--horizontal .form__horizontal-input {
  float: right;
  width: 83.33337%;
}

@media (max-width: 800px) {
  .form--horizontal .form__horizontal-input {
    width: 100%;
    float: none;
    clear: both;
  }
}

.form--horizontal .form__horizontal-input label {
  float: none;
  width: auto;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}

.required .form__label span,
.required .form__legend span {
  color: #E10418;
}

.form__form input[type="text"],
.form__form input[type="email"],
.form__form input[type="password"],
.form__form input[type="date"],
.form__form input[type="file"],
.form__form input[type="month"],
.form__form input[type="number"],
.form__form input[type="range"],
.form__form input[type="search"],
.form__form input[type="tel"],
.form__form input[type="time"],
.form__form input[type="url"],
.form__form input[type="week"],
.form__form textarea {
  border: 1px solid #B9B9B9;
  transition: border 150ms ease-in-out;
}

.form__form input[type="text"]:focus, .form__form input[type="text"]:active, .form__form input[type="text"].form__control--active,
.form__form input[type="email"]:focus,
.form__form input[type="email"]:active,
.form__form input[type="email"].form__control--active,
.form__form input[type="password"]:focus,
.form__form input[type="password"]:active,
.form__form input[type="password"].form__control--active,
.form__form input[type="date"]:focus,
.form__form input[type="date"]:active,
.form__form input[type="date"].form__control--active,
.form__form input[type="file"]:focus,
.form__form input[type="file"]:active,
.form__form input[type="file"].form__control--active,
.form__form input[type="month"]:focus,
.form__form input[type="month"]:active,
.form__form input[type="month"].form__control--active,
.form__form input[type="number"]:focus,
.form__form input[type="number"]:active,
.form__form input[type="number"].form__control--active,
.form__form input[type="range"]:focus,
.form__form input[type="range"]:active,
.form__form input[type="range"].form__control--active,
.form__form input[type="search"]:focus,
.form__form input[type="search"]:active,
.form__form input[type="search"].form__control--active,
.form__form input[type="tel"]:focus,
.form__form input[type="tel"]:active,
.form__form input[type="tel"].form__control--active,
.form__form input[type="time"]:focus,
.form__form input[type="time"]:active,
.form__form input[type="time"].form__control--active,
.form__form input[type="url"]:focus,
.form__form input[type="url"]:active,
.form__form input[type="url"].form__control--active,
.form__form input[type="week"]:focus,
.form__form input[type="week"]:active,
.form__form input[type="week"].form__control--active,
.form__form textarea:focus,
.form__form textarea:active,
.form__form textarea.form__control--active {
  border: 1px solid #444444;
  box-shadow: 0 0 2px rgba(173, 174, 174, 0.7);
}

.form__form input[type="text"].form__control--error,
.form__form input[type="email"].form__control--error,
.form__form input[type="password"].form__control--error,
.form__form input[type="date"].form__control--error,
.form__form input[type="file"].form__control--error,
.form__form input[type="month"].form__control--error,
.form__form input[type="number"].form__control--error,
.form__form input[type="range"].form__control--error,
.form__form input[type="search"].form__control--error,
.form__form input[type="tel"].form__control--error,
.form__form input[type="time"].form__control--error,
.form__form input[type="url"].form__control--error,
.form__form input[type="week"].form__control--error,
.form__form textarea.form__control--error {
  border: 1px solid #E10418;
  box-shadow: 0 0 2px #E10418;
}

.form__meta-data {
  display: inline-block;
  padding-top: 8px;
  font-size: 0.85em;
}

.form fieldset.form__group {
  border: none;
  padding: 0;
}

.form .form__group legend {
  margin-bottom: 8px;
}

.form__instructions {
  display: inline-block;
  padding-bottom: 24px;
}

.form__form input[type="text"] {
  padding: 12px 12px;
  width: 100%;
}

.form__form textarea {
  padding: 8px 12px;
  width: 100%;
}

.form .form-check {
  margin-bottom: 8px;
}

.form .form-check label {
  margin-bottom: 0;
}

.form .form-select {
  display: block;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #B9B9B9;
  background: #FFFFFF;
  padding: .8em .6em;
}

.form .form-select::-ms-expand {
  display: none;
}

.form .form-select__wrapper {
  position: relative;
}

.form .form-select__wrapper:after {
  display: block;
  font-size: 18px;
  line-height: 18px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
}

.lt-ie10 .form .form-select__wrapper:after, .form .form-select__wrapper.form-select--multiple:after {
  content: none;
  display: none;
}

.form .form-check {
  position: relative;
  padding-left: 25px;
}

.form .form-check__control {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
}

.form .form-check__control + label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #B9B9B9;
  position: absolute;
  top: 2px;
  left: 0;
}

.form .form-check__control + label:after {
  font-family: 'FontAwesome';
  opacity: 0;
  position: absolute;
  content: "";
  left: 0px;
  top: 2px;
  font-size: 12px;
  padding: 2px 0 0 2px;
}

.form .form-check__control:active + label:before,
.form .form-check__control:focus + label:before {
  border-color: #444444;
  box-shadow: 0 0 2px rgba(173, 174, 174, 0.7);
}

.form .form-check__control:checked + label:after {
  opacity: 1;
}

.form .form-check--radio .form-check__control + label:before {
  border-radius: 8px;
}

.form .form-check--radio .form-check__control + label:after {
  content: "";
  font-size: 8px;
  padding: 4px 0 0 4px;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  border: none;
  line-height: 1.2;
  overflow: visible;
}

@media screen and (max-width: 800px) {
  table {
    box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
    position: relative;
    display: block;
    margin: 10px 0;
    border: 1px solid #EBEEEE;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 800px) {
  table thead, table tbody, table tfoot {
    white-space: nowrap;
  }
}

table thead th, table tbody th, table tfoot th {
  padding: 12px;
  border-bottom: 3px solid #000000;
  border-right: 1px solid #000000;
  text-align: left;
  font-weight: 700;
}

table thead th:last-of-type, table tbody th:last-of-type, table tfoot th:last-of-type {
  border-right: none;
}

.ie8 table thead th, .ie8 table tbody th, .ie8 table tfoot th {
  border: 1px solid #000000;
  border-bottom: 3px solid #000000;
}

table tfoot {
  margin-bottom: 12px;
  font-size: 12px;
}

table tfoot td {
  padding: 12px;
}

table tbody tr {
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 800px) {
  table tbody tr {
    white-space: nowrap;
  }
}

table tbody td {
  padding: 13px;
  border-right: 1px solid #000000;
  text-align: left;
}

table tbody td:last-of-type {
  border-right: none;
}

.ie8 table tbody td {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.table-directory {
  line-height: 1.33;
}

.table-directory ul {
  list-style: none;
  padding-left: 0;
}

.table-directory img {
  display: block;
  width: 100%;
}

.table-directory__item {
  border-top: 1px solid #000000;
  padding: 20px 0;
}

.table-directory__item:last-of-type {
  border-bottom: 1px solid #000000;
}

.table-directory .section__list {
  display: -ms-flexbox;
  display: flex;
}

.table-directory .section__item {
  transtion: all 250ms ease-in-out;
  vertical-align: top;
}

.table-directory .section__item.title, .table-directory .section__item.meta {
  padding-right: 16px;
}

.table-directory .section__item.title {
  width: 70%;
}

.table-directory .section__item.meta {
  width: 20%;
}

.table-directory .section__item.image {
  width: 10%;
}

@media (max-width: 1000px) {
  .table-directory .section__item.title {
    width: 50%;
  }
  .table-directory .section__item.meta {
    width: 35%;
  }
  .table-directory .section__item.image {
    width: 15%;
  }
}

@media (max-width: 800px) {
  .table-directory .section__item.title {
    width: 50%;
  }
  .table-directory .section__item.meta {
    width: 30%;
  }
  .table-directory .section__item.image {
    width: 20%;
  }
}

.table-directory .section__item .section__heading {
  display: block;
}

.table-directory .section__item.image .section__image-wrapper {
  display: block;
  margin: -12px 0;
}

.list-az {
  list-style: none;
  padding-left: 0;
}

.list-az__letter {
  display: block;
  margin-bottom: 8px;
  font-size: 2em;
  font-weight: 700;
}

.list-az .list-az {
  margin-bottom: 32px;
}

.list-az .list-az__item {
  margin-bottom: 4px;
}

.list-az .list-az__link {
  color: #000000;
  line-height: 1.6em;
  text-decoration: none;
}

.list-az .list-az__link:hover, .list-az .list-az__link:focus {
  color: #0066CC;
  text-decoration: underline;
}

.help-text {
  font-family: 'Tinos', Times, Times New Roman, serif;
  font-size: 22px;
  margin: 0;
}

.quick-search {
  width: 100%;
  padding: 20px 16px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  background: #EDEDED;
}

.quick-search__heading {
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.4em;
}

.quick-search__form-fieldgroup {
  max-width: 500px;
  margin: 0 auto;
  border: none;
  margin-bottom: 4px;
}

.quick-search__controls {
  font-size: 0.9em;
}

.quick-search__form-field--text {
  width: calc(100% - 100px);
  height: 32px;
}

.quick-search__form-submit {
  width: 80px;
}

.inline-image {
  box-sizing: content-box;
  display: block;
  width: 100%;
  margin: 0;
  color: #FFFFFF;
}

.inline-image__image.inline-image__image {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.inline-image__caption {
  background: #000000;
  padding: 16px;
  font-weight: 100;
  line-height: 1.3em;
  font-size: .9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inline-image.align-right {
  margin: 24px;
  margin-right: 0;
}

.inline-image.align-left {
  margin: 24px;
  margin-left: 0;
}

.inline-image.fullwidth {
  width: 100%;
  margin: 24px 0 24px 0;
}

.inline-video {
  display: block;
  width: 100%;
  margin: 0;
  color: #FFFFFF;
}

.inline-video__video {
  display: block;
  width: 100%;
}

.inline-video__caption {
  background: #000000;
  padding: 16px;
  font-weight: 100;
  line-height: 1.3em;
  font-size: .9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-container {
  position: relative;
  background: black;
}

.swiper-container .swiper-slide {
  text-align: center;
}

.swiper-container .swiper-slide img {
  display: inline-block;
  max-width: 100%;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  font-family: 'FontAwesome';
  content: "Test";
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  margin-top: -30px;
  transition: background 250ms ease-in-out;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}

.swiper-container .swiper-button-next:before,
.swiper-container .swiper-button-prev:before {
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  left: 50%;
  display: block;
  content: '';
  color: #fff;
  font-size: 36px;
}

.swiper-container .swiper-button-next {
  right: 0;
}

.swiper-container .swiper-button-next:before {
  content: "";
  -ms-transform: translate(-40%, -50%);
      transform: translate(-40%, -50%);
}

.swiper-container .swiper-button-prev {
  left: 0;
}

.swiper-container .swiper-button-prev:before {
  content: "";
  -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%);
}

.photo-gallery .photo-gallery-caption {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  color: #FFFFFF;
  background: #000000;
  padding: 16px;
  font-weight: 100;
  line-height: 1.3em;
  font-size: .9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.photo-gallery .photo-gallery-caption .swiper-pagination {
  position: relative;
  left: auto;
  top: 0;
  padding: 0 0 16 0;
  margin-right: 8px;
  max-width: 50px;
}

.alert {
  background: #E10418;
  font-size: 15px;
  color: #FFFFFF;
  padding: 12px 0 6px;
}

.alert a {
  color: #FFFFFF;
  transition: opacity 150ms ease-in-out;
}

.alert a:hover, .alert a:focus {
  opacity: 0.7;
  text-decoration: underline;
}

.alert__close-alert-icon {
  display: block;
  position: absolute;
  right: 0;
  padding: 8px 15px;
  margin-top: -7px;
  font-size: 18px;
  background: none;
  border: none;
  transition: opacity 150ms ease-in-out;
}

.alert__close-alert-icon:hover, .alert__close-alert-icon:focus {
  opacity: 0.7;
}

.alert__alert-icon-wrapper {
  display: inline-block;
  margin-right: 12px;
  padding-left: 8px;
}

.alert__alert-more-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.alert__alert-icon {
  display: inline-block;
  padding: 2px 8px;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  font-size: 14px;
}

.alert__list {
  display: block;
  width: 100%;
  padding: 0;
  padding-right: 50px;
}

.alert__alert-item {
  width: auto !important;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 6px;
  -ms-flex-align: center;
}

.alert__alert-item .foo {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.foo span {
  display: block;
  margin-bottom: 5px;
}

.foo span.alert__alert-more-info a{
  padding-left: 0;
}

.alert__alert-item > span {
  padding: 0 5px;
}

.alert__alert-multi{
  list-style:none;
  padding-left:50px;
  position:relative;
}

.alert__alert-multi .alert__alert-icon-wrapper{
  left:0;
  position:absolute;
  top:0;
}

/* @media (max-width: 999px) {
  .alert__alert-item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 0 0 0 10px;
  }
  .alert__alert-item > span {
    padding: 5px 0;
  }
} */

.alert--branch {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E10418;
  color: #E10418;
  padding: 0;
  margin-top: -6px;
  margin-bottom: 32px;
}

.branch-landing .alert--branch {
  margin: 0px;
  margin-bottom: 32px;
  margin-right: 30px;
}

.alert--branch a {
  color: #E10418;
}

.alert--branch .alert__close-alert-icon {
  margin-top: 0;
  padding: 12px 16px 6px;
}

.alert--branch .alert__alert-item {
  margin-bottom: 0px;
}

.alert--branch .alert__alert-icon-wrapper {
  color: #FFFFFF;
  background: #E10418;
  padding: 10px 10px;
  padding-bottom: 36px;
}

.gmap {
  width: 100%;
}

.gmap .marker {
  display: none;
}

.gmap--locations {
  min-height: 575px;
}

.gmap__infowindow {
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.gmap__infowindow .title {
  margin: 0 0 .5em;
}

.gmap__infowindow .title a {
  color: #000000;
}

.gmap__infowindow h4 {
  margin: 0 0 .5em;
}

.gmap__infowindow h5 {
  margin: 0 0 .5em;
}

.gmap__infowindow p {
  font-size: 15px;
}

.gmap__infowindow .arrow-link {
  position: absolute;
  right: 0;
}

.inline-image {
  box-sizing: content-box;
  display: block;
  width: 100%;
  margin: 0;
  color: #FFFFFF;
}

.inline-image__image.inline-image__image {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.inline-image__caption {
  background: #000000;
  padding: 16px;
  font-weight: 100;
  line-height: 1.3em;
  font-size: .9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inline-image.align-right {
  margin: 24px;
  margin-right: 0;
}

.inline-image.align-left {
  margin: 24px;
  margin-left: 0;
}

.inline-image.fullwidth {
  width: 100%;
  margin: 24px 0 24px 0;
}

.content-editor img {
  margin-bottom: 20px;
  max-width: 100%;
}

.content-editor h1 {
  margin-bottom: 0;
  margin-top: 42px;
  letter-spacing: -0.010em;
}

.content-editor h2 {
  margin-bottom: 0;
  margin-top: 42px;
  letter-spacing: -0.010em;
}

.content-editor h3 {
  margin-bottom: 0;
  margin-top: 36px;
  font-size: 34px;
}

.content-editor h4 {
  margin-top: 36px;
  font-weight: 900;
  font-size: 26px;
}

.content-editor h5 {
  margin-top: 36px;
}

.pattern--example {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23F4F4F4' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.pattern-1{background-image:url("../images/patterns-for-banners/2017-11_adults-pattern_banner.html");}
.pattern-2{background-image:url("../images/patterns-for-banners/2017-11_art-and-culture-pattern_banner.html");}
.pattern-3{background-image:url("../images/patterns-for-banners/2017-11_authors-pattern_banner.html");}
.pattern-4{background-image:url("../images/patterns-for-banners/2017-11_books-media-pattern-banner.html");}
.pattern-5{background-image:url("../images/patterns-for-banners/2017-11_business-pattern_banner.html");}
.pattern-6{background-image:url("../images/patterns-for-banners/2017-11_civics-pattern.html");}
.pattern-7{background-image:url("../images/patterns-for-banners/2017-11_fun-and-games-patterns_banner.html");}
.pattern-8{background-image:url("../images/patterns-for-banners/2017-11_kids-family-pattern_banner.html");}
.pattern-9{background-image:url("../images/patterns-for-banners/2017-11_learning-pattern_banner.html");}
.pattern-10{background-image:url("../images/patterns-for-banners/2017-11_online-resources-pattern_banner.html");}
.pattern-11{background-image:url("../images/patterns-for-banners/2017-11_social-justice-pattern_banner.html");}
.pattern-12{background-image:url("../images/patterns-for-banners/2017-11_teens-pattern_banner.html");}
.pattern-13{background-image:url("../images/patterns-for-banners/2017-11_using-library-pattern_banner.html");}

/*
  Print stylesheet.

  Include the variable and mixin files, and others as neccesary.

  Add anything you want to hide near the end of the file
  along with the screen reader elements and skip links.

*/
@media print {
  *,
  *:before,
  *:after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="tel"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .u-screen-reader,
  .skip-links__link,
  #site-search {
    display: none;
  }
  .hero__grid,
  .hero__col {
    display: block;
  }
  .hero--home {
    margin-top: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .hero--home .aside-cta {
    display: none;
  }
  .hero__nav {
    -ms-flex-order: 1;
        order: 1;
  }
  .hero__nav-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero__nav-item {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    width: 50%;
    padding: 0 5px 0 0;
  }
  .hero__col {
    background: none;
  }
  .hero__col--content .hero__grid-cell.hero__grid-cell--tasks {
    padding: 0;
  }
  .hero__grid-cell--tail:after,
  .hero__col--feature .hero__grid-cell:after {
    display: none;
  }
  .feature--clipped {
    background: #FFFFFF;
  }
  .branch-nav {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/*  --------------------------------------------------
  Reveal Modals
  -------------------------------------------------- */
.reveal-modal-bg { 
  position: fixed; 
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,.8);
  z-index: 10000;
  display: none;
  top: 0;
  left: 0; 
}
.reveal-modal {
  visibility: hidden;
  top: 100px; 
  left: 50%;
  margin-left: -47%;
  width: 94%;
  background: #eee url("../images/modal-gloss.html") no-repeat -200px -80px;
  position: absolute;
  z-index: 10001;
  padding: 30px 30px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.reveal-modal .plyr__video-wrapper{margin:0 0 20px;}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0,0,0,.6);
  font-weight: bold;
  cursor: pointer;
}

.play-wrap{position:relative;}
.play-wrap .play-button{
  color:#fff;
  font-size:50px;
  height:50px;
  left:50%;
  margin:-25px 0 0 -30px;
  opacity:0.9;
  position:absolute;
  top:50%;
  width:60px;
}

@media (min-width: 800px) {
  .reveal-modal {
    margin-left: -400px;
    width: 800px;
  }
}

/*

NOTES

Close button entity is &#215;

Example markup

<div id="myModal" class="reveal-modal">
  <h2>Awesome. I have it.</h2>
  <p class="lead">Your couch.  I it's mine.</p>
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
  <a class="close-reveal-modal">&#215;</a>
</div>

*/

/*  --------------------------------------------------
  Additions During Implementation / Punchlist
  -------------------------------------------------- */
.image-icon { margin-top: 12px; max-width: 60px; }
.grid-heading a { color: #000000; }


@supports (-moz-appearance:none) {

  a#mob-ham:focus{
      border-style: dotted;
  }
}

@supports (-moz-appearance:none) {

  a#mob-search:focus{
      border-style: dotted;
  }
}

.show {
    display: block;
}