@charset "UTF-8";

/**
 * Banner height at breakpoints
 **/

/**
 * Banner height at breakpoints
 **/

/**
 * Header height at breakpoints
 **/

/**
 * Gutters
 **/

/* ==========================================================================
   #MIXIN: Em
   ========================================================================== */

/* ==========================================================================
   #MIXIN: Icon
   ========================================================================== */

/* ==========================================================================
   #MIXIN: center
   ========================================================================== */

/* ==========================================================================
   #MIXIN: Breakpoints
   ========================================================================== */

/* ==========================================================================
   #MIXIN: Image fade
   ========================================================================== */

/* ==========================================================================
   #MIXIN: toggleHidden{On}{Off}
   ========================================================================== */

/* ==========================================================================
   #ALIAS: Colors
   ========================================================================== */

/**
 * Quick Function to make retreiving colors a little less painful
 */

/* ==========================================================================
   #ALIAS: Spacer
   ========================================================================== */

/**
 * Quick Function to make writing out spacing units a little less painful
 */

/* ==========================================================================
   #ALIAS: Header Height
   ========================================================================== */

/**
 * Quick Function to make retreiving colors a little less painful
 */

/* ==========================================================================
   #ALIAS: Banner Height
   ========================================================================== */

/**
 * Quick Function to make retreiving colors a little less painful
 */

/* ==========================================================================
   #ALIAS: Gutter
   ========================================================================== */

/**
 * Quick Function to make retreiving gutter values a little less painful
 */

/* ==========================================================================
   #ALIAS: Alert Height
   ========================================================================== */

/**
 * Quick Function to make retreiving colors a little less painful
 */

/* ==========================================================================
   #MIXIN: Icon
   ========================================================================== */

/* ==========================================================================
   #MIXIN: Icon
   ========================================================================== */

/* ==========================================================================
   #MIXIN: Icon
   ========================================================================== */

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */

/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   #RESET
   ========================================================================== */

/**
 * A very simple reset that sits on top of Normalize.css.
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */

li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */

fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */

/**
 * Shared declarations for certain elements.
 */

/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */

/* stylelint-disable selector-list-comma-newline-after */

address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
 * Consistent indentation for lists.
 */

dd,
ol,
ul {
  margin-left: 24px;
}

/* stylelint-enable selector-list-comma-newline-after */

/* ==========================================================================
   #FONTS
   ========================================================================== */

/* somewhat progressive font support */

/* Medium: weight 400 */

@font-face {
  font-family: 'ApexNew';
  font-weight: 400;
  src: url("/fonts/front/ApexNewWeb-Medium.woff") format("woff");
}

/* Light: weight 200 */

@font-face {
  font-family: 'ApexNew';
  font-weight: 200;
  src: url("/fonts/front/ApexNewWeb-Light.woff") format("woff");
}

/* Heavy: weight 700 */

@font-face {
  font-family: 'ApexNew';
  font-weight: 700;
  src: url("/fonts/front/ApexNewWeb-Bold.woff") format("woff");
}

/* Heavy: weight 700 */

@font-face {
  font-family: 'ApexNewBook';
  font-weight: 400;
  src: url("/fonts/front/ApexNewWeb-Book.woff") format("woff");
}

/* Heavy: weight 700 */

@font-face {
  font-family: 'ApexNewBook';
  font-weight: 700;
  src: url("/fonts/front/ApexNewWeb-Book.woff") format("woff");
}

/* Generated by Glyphter (http://www.glyphter.com) on  Fri Mar 24 2017*/

@font-face {
  font-family: 'airports';
  src: url("/fonts/front/airports.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

[class*='icon-']:before {
  display: inline-block;
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
}

.icons-ready [class*='icon-']:before {
  visibility: visible;
}

/** Icon Codes **/

.icon-about-ftz:before {
  content: "h";
}

.icon-air-cargo:before {
  content: "x";
}

.icon-airport-hotels:before {
  content: "\"";
}

.icon-airport-opportunities:before {
  content: "z";
}

.icon-airside-partners:before {
  content: "4";
}

.icon-allegiant:before {
  content: "9";
}

.icon-arrow-down:before {
  content: "V";
}

.icon-alert:before {
  content: "A";
}

.icon-bike:before {
  content: "%";
}

.icon-bus:before {
  content: "D";
}

.icon-calculate:before {
  content: "j";
}

.icon-calculate-dollar:before {
  content: "i";
}

.icon-calculator:before {
  content: "k";
}

.icon-calendar:before {
  content: ")";
}

.icon-car:before {
  content: "a";
}

.icon-caret-down:before {
  content: "W";
}

.icon-caret-left:before {
  content: "Z";
}

.icon-caret-right:before {
  content: "Y";
}

.icon-caret-up:before {
  content: "X";
}

.icon-circle-mark:before {
  content: "s";
}

.icon-clock:before {
  content: "E";
}

.icon-close:before {
  content: "C";
}

.icon-comment:before {
  content: "F";
}

.icon-destinations:before {
  content: "b";
}

.icon-directions-to-cmh:before {
  content: "t";
}

.icon-do-business:before {
  content: "l";
}

.icon-learn-more:before {
  content: "p";
}

.icon-land-in-zone:before {
  content: "o";
}

.icon-instagram:before {
  content: "K";
}

.icon-global-logistics:before {
  content: "1";
}

.icon-ftz-adv:before {
  content: "n";
}

.icon-freight:before {
  content: "0";
}

.icon-fly-columbus:before {
  content: "J";
}

.icon-fb:before {
  content: "I";
}

.icon-faqs:before {
  content: "c";
}

.icon-exp-columbus:before {
  content: "H";
}

.icon-edit:before {
  content: "G";
}

.icon-dollar-sign:before {
  content: "+";
}

.icon-menu:before {
  content: "B";
}

.icon-my-flight:before {
  content: "L";
}

.icon-news:before {
  content: "y";
}

.icon-package:before {
  content: "8";
}

.icon-paper-airplane:before {
  content: "M";
}

.icon-parking-icon:before {
  content: "u";
}

.icon-phone:before {
  content: "d";
}

.icon-pin:before {
  content: "N";
}

.icon-plane:before {
  content: "O";
}

.icon-plus:before {
  content: "*";
}

.icon-public-safety:before {
  content: "!";
}

.icon-public-transportation:before {
  content: "#";
}

.icon-terminal-map:before {
  content: "w";
}

.icon-taxi:before {
  content: "v";
}

.icon-star:before {
  content: "R";
}

.icon-shopping-bag:before {
  content: "f";
}

.icon-services-amenities-nav:before {
  content: "'";
}

.icon-service-area:before {
  content: "r";
}

.icon-service-amenities:before {
  content: "(";
}

.icon-search:before {
  content: "Q";
}

.icon-rickenbacker-intl-airport:before {
  content: "5";
}

.icon-resources:before {
  content: "q";
}

.icon-rail-intermodal:before {
  content: "2";
}

.icon-question:before {
  content: "P";
}

.icon-thanks-again:before {
  content: "$";
}

.icon-trucking-logistics:before {
  content: "3";
}

.icon-twitter:before {
  content: "T";
}

.icon-walking:before {
  content: ",";
}

.icon-warehouse-distribution:before {
  content: "6";
}

.icon-weather:before {
  content: "U";
}

.icon-workforce-community:before {
  content: "7";
}

.icon-lost-found:before {
  content: "&";
}

.icon-about-us:before {
  content: "-";
}

.icon-advertising-concessions:before {
  content: ".";
}

.icon-bid-results:before {
  content: "/";
}

.icon-airport-police-career-opportunities:before {
  content: "[";
}

.icon-arrive-with-us:before {
  content: "\\";
}

.icon-business-diversity:before {
  content: "]";
}

.icon-collaboration:before {
  content: "^";
}

.icon-complaints-inquiries-contact-info:before {
  content: "_";
}

.icon-making-economic-impact:before {
  content: "`";
}

.icon-police-public-safety:before {
  content: "{";
}

.icon-potential-suppliers:before {
  content: "}";
}

.icon-volunteer-with-us:before {
  content: "~";
}

.icon-working-for-our-partners:before {
  content: "?";
}

.icon-sustainability:before {
  content: ";";
}

.icon-noise-management-reduction:before {
  content: ":";
}

.icon-investor-relations:before {
  content: "<";
}

.icon-reports-tickets:before {
  content: "=";
}

.icon-partnerships:before {
  content: "@";
}

.icon-leadership-team:before {
  content: "\DD";
}

.icon-craa-advertising-concessions:before {
  content: "\AA";
}

.icon-terminal:before {
  content: "S";
}

.icon-career-and-vol:before {
  content: "\E006";
}

.icon-bid-opportunites:before {
  content: ">";
}

.icon-rick-aviation:before {
  content: "\FF";
}

.icon-bolten-field:before {
  content: "\BB";
}

.icon-airport-aviation:before {
  content: "\E007";
}

.icon-calendar-with-spring-binder-and-date-blocks:before {
  content: "\E008";
}

.icon-call-center-worker-with-headset:before {
  content: "\E009";
}

.icon-commercial-plane-flying:before {
  content: "\E010";
}

.icon-john-glenn:before {
  content: "\E000";
}

.icon-rickenbacker:before {
  content: "\E001";
}

.icon-services-truck:before {
  content: "\E002";
}

.icon-form-error:before {
  content: "\E003";
}

.icon-thumbs-up:before {
  content: "\E005";
}

.icon-form-error-triange:before {
  content: "\E004";
}

/** Special icon override **/

.icon-plane--landing::before {
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}

/* ==========================================================================
   #Random
   ========================================================================== */

html.menu-active,
html.menu-active body {
  height: 100%;
  overflow: hidden;
}

.dollar-fix {
  font-family: Arial, Helvetica, sans-serif;
}

.belt-edit {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 4px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #948775;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Helvitca, Arial, sans-serif;
  border-radius: 2px;
  background-color: #d7d2cb;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*! Tablesaw - v3.0.0 - 2017-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2017 Filament Group; Licensed MIT */

/*! Tablesaw - v3.0.0 - 2017-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2017 Filament Group; Licensed MIT */

.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tablesaw th,
.tablesaw td {
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

/* Support note IE9+: @media only all */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack {
    clear: both;
  }

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
          box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */

/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333333;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71428571;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */

/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */

img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */

img[width],
img[height] {
  /* [1] */
  max-width: none;
}

/* ==========================================================================
   #TABLES
   ========================================================================== */

/**
 * 1. Ensure tables fill up as much space as possible.
 */

table {
  width: 100%;
  /* [1] */
}

/* ==========================================================================
   #LISTS
   ========================================================================== */

/**
  * Set list to base font size:
  */

ul,
ol,
li {
  font-size: 1rem;
}

.c-content__main li {
  padding: 0 0 0.375em 0;
}

.c-list-decorate {
  list-style: none;
}

.c-list-decorate li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 0;
  margin-bottom: 0.75em;
}

.c-list-decorate li::before {
  margin-right: 0.375em;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
}

.c-list-decorate li.icon-bid-opportunites {
  padding-left: 30px;
  color: #4e7233;
}

.c-list-decorate li.icon-bid-opportunites:before {
  color: currentColor;
  font-size: 23px;
}

.c-list-decorate--flush-left {
  padding-left: 0;
  margin-left: 0;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */

a {
  /*touch-action: manipulation; remove 300ms delay on touch devices */
  position: relative;
  font-size: 1rem;
  color: #193d66;
  font-weight: bold;
  line-height: 1;
}

a::before {
  display: block;
}

a:hover {
  color: #0c6283;
}

/* Handle icons within links */

a[class*='icon-']:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.375em;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */

/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */

html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  color: #554b4d;
  font-family: 'ApexNew', Helvetica, Arial, sans-serif;
  font-display: swap;
}

*:focus {
  outline: 4px solid rgba(152, 199, 95, 0.5);
  outline-offset: 5px;
}

/* ==========================================================================
   #Headlines
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 0.375em;
  font-family: 'ApexNewBook';
}

/* Handle icons within headlines */

h1[class*='icon-']:before,
h2[class*='icon-']:before,
h3[class*='icon-']:before,
h4[class*='icon-']:before,
h5[class*='icon-']:before,
.faux-h3[class*='icon-']:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.75em;
  line-height: 1.3;
  font-size: 1.2em;
  color: #15a8e0;
}

h1[class*='icon-'],
h2[class*='icon-'],
h3[class*='icon-'],
h4[class*='icon-'],
h5[class*='icon-'],
.faux-h3[class*='icon-'] {
  position: relative;
  padding-left: 1.75em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px solid #193d66;
}

h3.with-icon-code::before {
  content: attr(data-icon);
}

h2.with-icon-code[data-icon] {
  color: #002c5c;
  text-align: left !important;
  padding-left: 0;
  margin-bottom: 0.375em;
  margin-left: 0 !important;
}

h2.with-icon-code[data-icon]::before {
  display: block;
  position: static;
  content: attr(data-icon);
  font-size: 55px;
  color: #002c5c;
}

/**
  * Special 'with-arrow' class. adds down arrow to any headline
  */

h3.with-arrow,
.faux-h3.with-arrow {
  border-bottom: 1px solid #193d66;
  position: relative;
  margin-bottom: calc(60px + 0.375em);
}

h3.with-arrow::after,
.faux-h3.with-arrow::after {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "V";
  color: #193d66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -50px;
  left: 85px;
  margin-top: 0px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #15a8e0;
}

h3.with-arrow--center::after {
  left: 50%;
  margin-left: -20px;
}

/* Apply Colors */

h1,
h2,
h4,
h5,
h6 {
  color: #193d66;
}

/* Special headline with icon and different color */

h3,
.faux-h3 {
  color: #193d66;
  font-size: 1.5em;
  margin-bottom: 0.5625em;
}

@media (min-width: 64em) {
  h3,
  .faux-h3 {
    font-size: 1.5625em;
  }
}

/**
 * h2
 */

h2 {
  font-size: 1.875em;
}

@media (min-width: 64em) {
  h2 {
    font-size: 1.875em;
  }
}

@media (min-width: 75em) {
  h2 {
    font-size: 2.25em;
  }
}

/**
 * H4-6
 */

h4 {
  font-size: 1.4375em;
}

@media (min-width: 75em) {
  h4 {
    font-size: 1.75em;
  }
}

h5 {
  font-size: 1.125em;
}

@media (min-width: 75em) {
  h5 {
    font-size: 1.375em;
  }
}

h6 {
  font-size: 1.125em;
}

@media (min-width: 75em) {
  h6 {
    font-size: 1.25em;
  }
}

/**
 * properly size links within headlines 
 */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
}

/* ==========================================================================
   #Paragraph
   ========================================================================== */

p {
  font-size: 1rem;
  color: #554b4d;
  margin-bottom: 0.875em;
}

/* ==========================================================================
   #BLOCKQUOTES
   ========================================================================== */

blockquote {
  margin-left: 1.5em;
}

blockquote * {
  margin-bottom: 0.75em;
}

/* ==========================================================================
   #Horizontal RUles
   ========================================================================== */

hr {
  border-color: #15a8e0;
  height: 0;
  border-width: 0 0 1px 0;
}

/* Handle icons within headlines */

hr[class*='icon-'] {
  position: relative;
  margin-top: calc( 1.5em + 60px);
}

hr[class*='icon-']:before {
  background-color: #15a8e0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 60px;
  font-size: 2.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -60px;
  border-radius: 120px 120px 0 0;
}

hr.icon-plane::before {
  font-size: 3.75em;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

hr.icon-none,
hr.icon-default {
  margin-top: 0;
  border-color: #554b4d;
}

hr.icon-none::before,
hr.icon-default::before {
  content: none !important;
}

hr[data-icon]::before {
  content: attr(data-icon);
}

/** Mini **/

hr.mini {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc( 1.5em + 10px);
  margin-top: calc( 1.5em + 10px);
  border-color: #002c5c;
}

hr.mini[class*='icon-']:before {
  bottom: -30px;
  background-color: #fff;
  color: #002c5c;
  font-size: 55px;
}

/** Mega **/

hr.mega[class*='icon-']:before {
  bottom: -30px;
  background-color: #fff;
  color: #002c5c;
  font-size: 70px;
  width: 140px;
  margin-left: -70px;
}

hr.mega {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc( 1.5em + 60px);
  border-color: #002c5c;
}

/* ==========================================================================
   #Select
   ========================================================================== */

/* ==========================================================================
   #Main Container
   ========================================================================== */

/**
 * Partially styled select boxes.  http://codepen.io/gnclmorais/pen/cHkqt/
 * Requires a wrapping tag with .form-group--select applied
 */

.form-group--select {
  position: relative;
  height: 40px;
}

.form-group--select--inline {
  display: inline-block;
}

/** 
 * Drop down arrow 
 */

.form-group--select::after {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "W";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #fff;
  background-color: #193d66;
  z-index: 3;
  padding-right: 3px;
  pointer-events: none;
}

/**
 * Drop down element 
 */

.form-group--select select {
  position: relative;
  z-index: 2;
  padding: 3px 8px 5px 8px;
  width: 99.8%;
  border: none;
  -webkit-box-shadow: #fff;
          box-shadow: #fff;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: 'ApexNew';
  line-height: 1.5;
}

/**
 * Disabled 
 */

.form-group--select select[disabled="disabled"] {
  opacity: 0.5;
}

.form-group--select select:active,
.form-group--select select:focus {
  outline-offset: -4px;
  outline: 3px solid rgba(74, 144, 226, 0.2);
}

.form-group--select option[value=""] {
  opacity: 0.5;
}

/* ==========================================================================
   #fieldset
   ========================================================================== */

fieldset {
  display: block;
  width: 100%;
  background-color: #efefef;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}

fieldset.stack,
fieldset.stack fieldset {
  background-color: transparent;
  display: block;
}

fieldset.stack legend,
fieldset.stack fieldset legend {
  display: block;
  font-family: 'ApexNewBook';
  font-size: 20px;
  padding-bottom: 0.375em;
  color: #15a8e0;
  width: 100%;
  margin-bottom: 0.75em;
  padding: 0;
}

fieldset.stack fieldset {
  margin-bottom: 0;
}

/**
 * Hide labels by default 
 */

fieldset label {
  display: none;
}

/* ==========================================================================
   #Input
   ========================================================================== */

input[type="text"],
input[type="date"],
input[type="file"],
input[type="email"] {
  display: inline-block;
  height: 40px;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 0 0.75em;
  font-family: 'ApexNew';
  line-height: 40px;
}

input[type="file"] {
  padding-top: 9px;
}

/**
  * Placeholder 
  */

input::-webkit-input-placeholder {
  color: #554b4d;
}

input:-ms-input-placeholder {
  color: #554b4d;
}

input::-ms-input-placeholder {
  color: #554b4d;
}

input::placeholder {
  color: #554b4d;
}

.form-group--stack input::-webkit-input-placeholder {
  opacity: 0.5;
}

.form-group--stack input:-ms-input-placeholder {
  opacity: 0.5;
}

.form-group--stack input::-ms-input-placeholder {
  opacity: 0.5;
}

.form-group--stack input::placeholder {
  opacity: 0.5;
}

input:active,
input:focus {
  outline-offset: -4px;
  outline: 3px solid rgba(74, 144, 226, 0.2);
}

/* ==========================================================================
   #Checkbox
   ========================================================================== */

/* ==========================================================================
   #Main Container
   ========================================================================== */

/**
 * Big checkboxes: http://govuk-elements.herokuapp.com/form-elements
 * Usage:
 * <label class="with-checkbox"><input type="checkbox /></label>
 */

.form-group.with-checkbox {
  background-color: transparent;
  min-height: 0;
}

.form-group.with-checkbox input {
  display: inline-block;
  margin-right: 0.75em;
  cursor: pointer;
}

.form-group.with-checkbox label {
  min-height: 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
}

.form-group.form-group--stack.with-checkbox label {
  position: relative;
  padding-left: 25px;
}

.form-group.form-group--stack.with-checkbox input {
  position: absolute;
  top: 4px;
  left: 0;
}

/* ==========================================================================
   #Radio Buttons
   ========================================================================== */

/* ==========================================================================
   #Main Container
   ========================================================================== */

/**
 * Big radio buttons: http://govuk-elements.herokuapp.com/form-elements
 * Usage:
 * <label class="with-radio"><input type="radio /></label>
 */

.with-radio {
  padding-left: 5px;
  cursor: pointer;
  text-align: left;
}

.with-radio input {
  margin: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.with-radio::before {
  content: "";
  border: 2px solid;
  border-color: #193d66;
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.with-radio.is-selected::before {
  background-color: #15a8e0;
}

.with-radio::after {
  content: "";
  border: 5px solid;
  border-color: #15a8e0;
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  left: 3px;
  border-radius: 50%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.with-radio.is-selected::after {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

input[type="radio"]:active,
input[type="radio"]:focus {
  outline: 4px solid rgba(152, 199, 95, 0.3);
}

/* ==========================================================================
   #Tables
   ========================================================================== */

@media (max-width: 47.9375em) {
  .c-default-table {
    /* Table rows have a gray bottom stroke by default */
  }

  .c-default-table .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }

  .c-default-table .tablesaw-stack thead td,
  .c-default-table .tablesaw-stack thead th {
    display: none;
  }

  .c-default-table .tablesaw-stack tbody td,
  .c-default-table .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .c-default-table .tablesaw-cell-label {
    vertical-align: top;
  }

  .c-default-table .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .c-default-table .tablesaw-stack td:empty,
  .c-default-table .tablesaw-stack th:empty {
    display: none;
  }
}

@media (min-width: 48em) {
  .c-default-table {
    /* Show the table header rows */
    /* Hide the labels in each cell */
  }

  .c-default-table .tablesaw-stack tr {
    display: table-row;
  }

  .c-default-table .tablesaw-stack td,
  .c-default-table .tablesaw-stack th,
  .c-default-table .tablesaw-stack thead td,
  .c-default-table .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  .c-default-table .tablesaw-stack td .tablesaw-cell-label,
  .c-default-table .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

thead tr {
  border-bottom: 2px solid #d7d2cb;
}

tbody tr {
  border-bottom: 1px solid rgba(215, 210, 203, 0.5);
}

.tablesaw tbody tr td {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  padding-left: 0.375em;
  padding-right: 0.375em;
}

@media (max-width: 47.99em) {
  .tablesaw tbody tr td {
    padding-left: 0;
  }
}

@media (min-width: 48em) {
  .tablesaw tbody tr td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

@media (max-width: 47.99em) {
  .tablesaw tbody tr td:first-of-type {
    padding-top: 1.5em;
    font-size: 1.125em;
    font-family: 'ApexNewBook';
    font-color: #15a8e0;
  }

  .tablesaw tbody tr td:first-of-type p {
    font-size: 1.25em;
  }
}

@media (max-width: 47.99em) {
  .tablesaw tbody tr td:first-of-type .tablesaw-cell-label {
    font-size: 12px;
    font-weight: 700;
  }
}

@media (max-width: 47.99em) {
  .tablesaw tbody tr td:last-of-type {
    padding-bottom: 1.5em;
  }
}

.c-default-table .tablesaw-cell-label {
  font-size: 0.75em;
}

th {
  color: #15a8e0;
  font-family: 'ApexNewBook';
}

@media (min-width: 64em) {
  td,
  th {
    border-right: 1px solid rgba(215, 210, 203, 0.1);
  }
}

@media (max-width: 63.99em) {
  td,
  th {
    border-right: 0 !important;
  }
}

tr td:last-of-type,
tr th:last-of-type {
  border-right: 0;
}

@media (max-width: 47.99em) {
  .c-default-table .tablesaw-stack tbody tr {
    border-bottom: 2px solid #d7d2cb;
  }
}

.c-table--no-borders td,
.c-table--no-borders th,
.c-table--no-borders tbody tr,
.c-table--no-borders thead tr {
  border: 0 !important;
}

@media (max-width: 63.99em) {
  .c-default-table .tablesaw-stack tbody td,
  .c-default-table .tablesaw-stack tbody th {
    width: 100% !important;
  }
}

/** prevent long urls or emails to stretch tables **/

.c-default-table a {
  display: inline-block;
  max-width: 175px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.3;
}

/* ==========================================================================
   #Input
   ========================================================================== */

textarea {
  display: inline-block;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 0.75em;
  font-family: 'ApexNew';
  resize: vertical;
  /* user can resize vertically, but width is fixed */
}

/**
  * Placeholder 
  */

textarea::-webkit-input-placeholder {
  color: #554b4d;
}

textarea:-ms-input-placeholder {
  color: #554b4d;
}

textarea::-ms-input-placeholder {
  color: #554b4d;
}

textarea::placeholder {
  color: #554b4d;
}

.form-group--stack textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

.form-group--stack textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.form-group--stack textarea::-ms-input-placeholder {
  opacity: 0.5;
}

.form-group--stack textarea::placeholder {
  opacity: 0.5;
}

textarea:active,
textarea:focus {
  outline: 4px solid rgba(152, 199, 95, 0.3);
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */

/**
 * Page-level constraining and wrapping elements.
 */

/* stylelint-disable */

/* stylelint-enable */

.o-wrapper {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* Size variants.
   ========================================================================== */

.o-wrapper--tiny {
  padding-right: 6px;
  padding-left: 6px;
}

.o-wrapper--small {
  padding-right: 12px;
  padding-left: 12px;
}

.o-wrapper--large {
  padding-right: 48px;
  padding-left: 48px;
}

.o-wrapper--huge {
  padding-right: 96px;
  padding-left: 96px;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */

/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */

.o-media {
  display: block;
}

.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 24px;
}

.o-media__img > img {
  display: block;
}

.o-media__body {
  overflow: hidden;
  display: block;
}

.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */

/**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */

/* Gutterless media objects.
  ========================================================================== */

.o-media--flush > .o-media__img {
  margin-right: 0;
  margin-left: 0;
}

.o-media--tiny > .o-media__img {
  margin-right: 6px;
}

.o-media--tiny.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 6px;
}

.o-media--small > .o-media__img {
  margin-right: 12px;
}

.o-media--small.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 12px;
}

.o-media--large > .o-media__img {
  margin-right: 48px;
}

.o-media--large.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 48px;
}

.o-media--huge > .o-media__img {
  margin-right: 96px;
}

.o-media--huge.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 96px;
}

/* Reversed media objects.
   ========================================================================== */

.o-media--reverse > .o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 24px;
}

/* ==========================================================================
   #FLAG
   ========================================================================== */

/**
 * The flag object is a design pattern similar to the media object, however it
 * utilises `display: table[-cell];` to give us control over the vertical
 * alignments of the text and image.
 *
 * http://csswizardry.com/2013/05/the-flag-object/
 *
 * 1. Allows us to control vertical alignments.
 * 2. Force the object to be the full width of its parent. Combined with [1],
 *    this makes the object behave in a quasi-`display: block;` manner.
 * 3. Reset inherited `border-spacing` declarations.
 */

.o-flag {
  display: table;
  /* [1] */
  width: 100%;
  /* [2] */
  border-spacing: 0;
  /* [3] */
}

/**
   * Items within a flag object. There should only ever be one of each.
   *
   * 1. Default to aligning content to their middles.
   */

.o-flag__img,
.o-flag__body {
  display: table-cell;
  vertical-align: middle;
  /* [1] */
}

/**
   * Flag images have a space between them and the body of the object.
   *
   * 1. Force `.flag__img` to take up as little space as possible:
   *    https://pixelsvsbytes.com/2012/02/this-css-layout-grid-is-no-holy-grail/
   */

.o-flag__img {
  width: 1px;
  /* [1] */
  padding-right: 24px;
  /**
     * 1. Fixes problem with images disappearing.
     */
}

.o-flag__img > img {
  max-width: none;
  /* [1] */
}

/**
   * The container for the main content of the flag object.
   *
   * 1. Forces the `.flag__body` to take up all remaining space.
   */

.o-flag__body {
  width: auto;
  /* [1] */
}

.o-flag__body,
.o-flag__body > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */

.o-flag--flush > .o-flag__img {
  padding-right: 0;
  padding-left: 0;
}

.o-flag--tiny > .o-flag__img {
  padding-right: 6px;
}

.o-flag--tiny.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 6px;
}

.o-flag--small > .o-flag__img {
  padding-right: 12px;
}

.o-flag--small.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 12px;
}

.o-flag--large > .o-flag__img {
  padding-right: 48px;
}

.o-flag--large.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 48px;
}

.o-flag--huge > .o-flag__img {
  padding-right: 96px;
}

.o-flag--huge.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 96px;
}

/* Reversed flag.
   ========================================================================== */

/**
 * 1. Swap the rendered direction of the object…
 * 2. …and reset it.
 * 3. Reassign margins to the correct sides.
 */

.o-flag--reverse {
  direction: rtl;
  /* [1] */
}

.o-flag--reverse > .o-flag__img,
.o-flag--reverse > .o-flag__body {
  direction: ltr;
  /* [2] */
}

.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  /* [3] */
  padding-left: 24px;
  /* [3] */
}

/* Alignment variants.
   ========================================================================== */

/**
 * Vertically align the image- and body-content differently. Defaults to middle.
 */

.o-flag--top > .o-flag__img,
.o-flag--top > .o-flag__body {
  vertical-align: top;
}

.o-flag--bottom > .o-flag__img,
.o-flag--bottom > .o-flag__body {
  vertical-align: bottom;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */

/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 *
 * Note: Declaring the item-class might not be necessary everywhere but
 * is for example in <dl> lists for the <dd> childs.
 */

.o-list-bare {
  list-style: none;
  margin-left: 0;
}

.o-list-bare__item {
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */

/**
 * The list-inline object simply displays a list of items in one line.
 */

.o-list-inline {
  margin-left: 0;
  list-style: none;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   #BOX
   ========================================================================== */

/**
 * The box object simply boxes off content. Extend with cosmetic styles in the
 * Components layer.
 *
 * 1. So we can apply the `.o-box` class to naturally-inline elements.
 */

.o-box {
  display: block;
  /* [1] */
  padding: 24px;
}

.o-box:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-box > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */

.o-box--flush {
  padding: 0;
}

.o-box--tiny {
  padding: 6px;
}

.o-box--small {
  padding: 12px;
}

.o-box--large {
  padding: 48px;
}

.o-box--huge {
  padding: 96px;
}

/* ==========================================================================
   #RATIO
   ========================================================================== */

/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */

.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* [1] */
}

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* stylelint-disable */

/* Ratio variants.
   ========================================================================== */

/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--16:9">
 *
 */

.o-ratio--2\:1:before {
  padding-bottom: 50%;
}

.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

/* stylelint-enable */

/* ==========================================================================
   #BLOCK
   ========================================================================== */

/**
 * Stacked image-with-text object. A simple abstraction to cover a very commonly
 * occurring design pattern.
 */

.o-block {
  display: block;
  text-align: center;
}

.o-block__img {
  margin-bottom: 24px;
  /* Size variants.
       ====================================================================== */
}

.o-block--flush > .o-block__img {
  margin-bottom: 0;
}

.o-block--tiny > .o-block__img {
  margin-bottom: 6px;
}

.o-block--small > .o-block__img {
  margin-bottom: 12px;
}

.o-block--large > .o-block__img {
  margin-bottom: 48px;
}

.o-block--huge > .o-block__img {
  margin-bottom: 96px;
}

.o-block__body {
  display: block;
}

/* Alignment variants.
   ========================================================================== */

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

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

/* ==========================================================================
   #TABLE
   ========================================================================== */

/**
 * A simple object for manipulating the structure of HTML `table`s.
 */

.o-table {
  width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */

/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */

.o-table--fixed {
  table-layout: fixed;
}

/* Size variants.
   ========================================================================== */

.o-table--tiny th,
.o-table--tiny td {
  padding: 6px;
}

.o-table--small th,
.o-table--small td {
  padding: 12px;
}

.o-table--large th,
.o-table--large td {
  padding: 48px;
}

.o-table--huge th,
.o-table--huge td {
  padding: 96px;
}

/* ==========================================================================
   #Wrapper
   ========================================================================== */

/**
 * Overwrite wrapper to work better with flexblox
 */

.o-wrapper,
.container {
  width: 100% !important;
  max-width: 75em !important;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

@media (min-width: 48em) {
  .o-wrapper,
  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.o-wrapper::after,
.container::after {
  content: none;
}

.container--wide {
  max-width: 112.5em !important;
}

/**
 * Remove padding
 */

.o-wrapper--no-pad,
.container--no-pad {
  padding-left: 0;
  padding-right: 0;
}

@media all {
  .col-xs-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
}

@media (min-width: 48em) {
  .col-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
}

@media (min-width: 64em) {
  .col-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
}

@media (min-width: 75em) {
  .col-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
}

@media all {
  .col-xs-static {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
}

@media (min-width: 48em) {
  .col-sm-static {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
}

@media (min-width: 64em) {
  .col-md-static {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
}

@media (min-width: 75em) {
  .col-lg-static {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
}

/* ==========================================================================
   #Offscreen Animator
   ========================================================================== */

/**
 * Special container to handle animations for search 
 * and mobile navigation
 */

.o-offscreen-animator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  overflow: hidden;
  pointer-events: none;
  z-index: 50;
  -webkit-transition: -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  will-change: transform;
  top: calc( 3.125em);
}

.headroom--not-top .o-offscreen-animator {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.has-banner .o-offscreen-animator {
  top: 90px;
}

@media (min-width: 64em) {
  .has-banner .o-offscreen-animator {
    top: 100px;
  }
}

.has-alert .o-offscreen-animator {
  top: calc( 3.125em + 3.125em);
}

@media (min-width: 75em) {
  .has-alert .o-offscreen-animator {
    top: calc( 3.75em + 3.125em);
  }
}

.has-alert.has-banner .o-offscreen-animator {
  top: calc( 3.125em + 2.5em  + 3.125em);
}

@media (min-width: 75em) {
  .has-alert.has-banner .o-offscreen-animator {
    top: calc( 3.75em + 2.5em  + 3.125em);
  }
}

.o-offscreen-animator.is-active {
  pointer-events: auto;
}

.o-offscreen-animator--modal {
  z-index: 100000;
  top: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

/**
 * Inner 
 * This is be the workhorse for the animations
 */

.o-offscreen-animator__inner {
  position: relative;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
}

.is-active .o-offscreen-animator__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
}

/**
 * Background opacity
 */

.o-offscreen-animator--modal::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.o-offscreen-animator--modal.is-active::before {
  opacity: 1;
}

/**
 * Navigation overrides
 */

.o-offscreen-animator--nav .o-offscreen-animator__inner {
  background-color: #15a8e0;
}

/* ==========================================================================
   #Menu Animator
   ========================================================================== */

/**
 * Special container to handle animations for mobile and 
 * desktop navigation
 */

.o-menu-animator {
  position: fixed;
  top: 0;
  left: 0;
  bottom: -50px;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 50;
  top: calc( 3.125em);
}

@media (max-width: 63.99em) {
  .o-menu-animator {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 64em) {
  .o-menu-animator {
    pointer-events: auto;
    bottom: auto;
    height: 0;
    overflow: visible;
  }
}

.has-banner .o-menu-animator {
  top: calc( 3.125em + 2.5em);
}

@media (min-width: 64em) {
  .has-banner .o-menu-animator {
    top: calc( 2.5em);
  }
}

.o-menu-animator.is-active {
  pointer-events: auto;
}

/**
 * Inner 
 * This is be the workhorse for the animations
 */

.o-menu-animator__inner {
  position: relative;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
  background-color: #15a8e0;
  min-height: 100%;
}

@media (min-width: 64em) {
  .o-menu-animator__inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: transparent;
    min-height: 0;
    height: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.is-active .o-menu-animator__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
}

/**
 * Background opacity
 */

.o-menu-animator--modal::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3.75em;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  pointer-events: none;
}

@media (min-width: 75em) {
  .o-menu-animator--modal::before {
    top: 3.75em;
    height: 0;
  }
}

.o-menu-animator--modal.is-active::before {
  opacity: 1;
}

/* ==========================================================================
   #Row
   ========================================================================== */

/**
 * Add and extend the flexbox grid row 
 */

.row--inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media all {
  .row-xs {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

@media (min-width: 48em) {
  .row-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

@media (min-width: 64em) {
  .row-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

@media (min-width: 75em) {
  .row-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

/* ==========================================================================
   #Form Group
   ========================================================================== */

/**
 * Wrap form elements { label + input }
 */

.form-group {
  background-color: #efefef;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  margin-bottom: 1.5em;
}

@media (max-width: 47.99em) {
  .form-group {
    margin-bottom: 0.75em;
  }
}

.form-group .c-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

/**
  * Hide labels by :default
  */

.form-group:not(.form-group--show-label) label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/** 
  * label
  */

.form-group label,
.form-group .form-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  color: #554b4d;
  padding-right: 1.5em;
  min-height: 40px;
  margin: 0;
  white-space: nowrap;
}

.form-group--labels-aligned label:first-of-type,
.form-group--labels-aligned .form-label:first-of-type {
  min-width: 5em;
}

/* Apply to all breakpoints */

.form-group--indent {
  padding-left: 5em;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .form-group--indent-xs {
    padding-left: 5em;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .form-group--indent-sm {
    padding-left: 5em;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .form-group--indent-md {
    padding-left: 5em;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .form-group--indent-lg {
    padding-left: 5em;
  }
}

/**
  * Hide Background
  */

.form-group--transparent {
  background-color: transparent;
}

/**
  * No Margin
  */

.form-group--no-margin {
  margin-bottom: 0;
}

.form-group.has-error,
.form-group.has-danger {
  outline: 2px solid rgba(125, 2, 2, 0.8);
}

.form-group__note {
  font-size: 0.8125em;
  margin-top: -16px;
}

.form-group__note a {
  font-size: 13px;
}

@media (max-width: 47.99em) {
  .form-group__note {
    margin-top: -4px;
  }
}

.form-group a[class*='icon-']::before {
  padding-right: 0;
}

.form-group--error-msg {
  display: none;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -24px;
  margin-bottom: 1.5em;
  font-size: 0.8125em;
  padding: 8px 12px 8px 12px;
  color: #7d0202;
  background-color: rgba(125, 2, 2, 0.1);
}

.has-error + .form-group--error-msg,
.has-error .form-group--error-msg {
  display: block;
}

.form-group--file label {
  cursor: pointer;
}

@media (max-width: 63.99em) {
  .form-group--file,
  .form-group-file {
    display: block;
  }
}

/** Vertical form Styles **/

.form-group--stack {
  background-color: transparent;
  display: block;
  margin-bottom: 35px;
}

.form-group--stack .form-group__label,
.form-group--stack label {
  background-color: transparent;
  min-height: 0;
  margin-bottom: 0.375em;
}

.form-group--stack .form-group__label small,
.form-group--stack label small {
  margin-left: 0.75em;
  margin-bottom: -0.4em;
  opacity: 0.6;
  font-size: 0.7em;
  line-height: 1.8;
  height: 100%;
}

.form-group--stack input,
.form-group--stack textarea {
  background-color: #fff !important;
  border: 1px solid #B7B8BC;
  display: block;
}

.form-group--stack input:focus,
.form-group--stack textarea:focus {
  outline-offset: -4px;
  outline: 3px solid rgba(74, 144, 226, 0.2);
  border-color: #4A90E2;
}

.form-group--stack .form-group--error-msg {
  margin-top: 0;
  margin-bottom: -30px;
  background-color: transparent;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  min-height: 30px;
}

.form-group--stack .form-group--error-msg:before {
  margin-right: 0.375em;
  font-size: 16px;
}

.form-group--stack__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-group--stack.has-error {
  outline: 0;
}

.form-group--stack.has-error input,
.form-group--stack.has-error textarea {
  border-color: rgba(125, 2, 2, 0.8);
}

.form-group--seperate {
  border: 1px dashed #d7d2cb;
  border-width: 1px 0;
  padding: 0.75em 0;
}

.form-group--seperate h5 {
  margin: 0 0 0.375em 0;
  font-size: 18px;
}

.form-group--radio .form-group__label {
  font-size: 16px;
  margin-bottom: 0.375em;
}

.form-group--radio input {
  margin-right: 0.75em;
}

.form-group__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-group__group input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-group__group a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

@media (max-width: 47.99em) {
  .form-group--hint-block label {
    display: block;
  }
}

@media (max-width: 47.99em) {
  .form-group--hint-block label small {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 6px !important;
  }
}

.form-group--date-picker {
  width: auto;
  background-color: transparent;
}

.form-group--date-picker input {
  position: relative;
  background-color: #ededed;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-group--date-picker a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 1.125em;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  color: #fff;
  background-color: #193d66;
}

.form-group--date-picker a:link,
.form-group--date-picker a:visited {
  color: #fff;
}

/**
  * Icons
  */

/* ==========================================================================
   #Row
   ========================================================================== */

/**
 * Add and extend the flexbox grid row 
 */

.o-header-padding {
  padding-top: 3.125em !important;
}

@media (min-width: 48em) {
  .o-header-padding {
    padding-top: 3.75em !important;
  }
}

@media (min-width: 75em) {
  .o-header-padding {
    padding-top: 3.75em !important;
  }
}

.has-banner .o-header-padding {
  padding-top: calc(3.125em + 2.5em) !important;
}

@media (min-width: 48em) {
  .has-banner .o-header-padding {
    padding-top: calc(3.75em + 2.5em) !important;
  }
}

@media (min-width: 75em) {
  .has-banner .o-header-padding {
    padding-top: calc(3.75em + 2.5em) !important;
  }
}

.has-banner.has-alert .o-header-padding {
  padding-top: calc(3.125em + 2.5em + 3.125em) !important;
}

@media (min-width: 48em) {
  .has-banner.has-alert .o-header-padding {
    padding-top: calc(3.75em + 2.5em + 3.125em) !important;
  }
}

@media (min-width: 75em) {
  .has-banner.has-alert .o-header-padding {
    padding-top: calc(3.75em + 2.5em  + 2.5em) !important;
  }
}

/* ==========================================================================
   #block
   ========================================================================== */

.o-block {
  background-color: rgba(215, 210, 203, 0.2);
  padding: 1.5em;
  margin-bottom: 1.5em;
}

.o-block__headline {
  font-size: 1.75em;
  text-align: center;
}

.o-block p {
  font-size: 1.125em;
  text-align: center;
}

.o-block--with-icon:before {
  color: rgba(21, 168, 224, 0.8);
  font-size: 80px;
}

.o-block--error {
  color: #fff;
  background-color: #7d0202;
}

.o-block--error:before {
  font-size: 20px;
  color: #fff;
}

.o-block--error p {
  font-size: 1rem;
  color: #fff;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .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-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .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-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .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-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* ==========================================================================
   #js-loader
   ========================================================================== */

/**
 * hide content until js is ready
 */

.js-loader {
  visibility: hidden;
  will-change: opacity;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.js-loader--ready {
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
   #ALERT
   ========================================================================== */

/**
 * Special info bar
 */

.c-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f1be48;
  min-height: 3.125em;
  color: #193d66;
  z-index: 500;
  border-bottom: 1px solid #c48d0f;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.51);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.51);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media (max-width: 63.99em) {
  .c-alert {
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/**
 *  Inner Wrapper
 */

/**
 * Headline 
 */

.c-alert__headline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  color: #193d66;
}

.c-alert__headline::before {
  font-size: 1.5625em !important;
  padding-right: 0.1875em !important;
  color: #193d66 !important;
}

/**
 * Headline 
 */

.c-alert__headline {
  border: 0 !important;
}

/**
 * Text 
 */

.c-alert__text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-right: 0em;
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.3;
  color: #193d66;
}

@media (min-width: 64em) {
  .c-alert__text {
    font-size: 1.125em;
  }
}

/**
 * Dismiss 
 */

.c-alert__dismiss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute !important;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

/**
 * Offscreen
 */

.c-alert--off-screen {
  -webkit-transition: -webkit-transform 0.53s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.53s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.53s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.53s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.53s cubic-bezier(0, 0, 0.3, 1);
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
}

/**
* Banner
*/

.c-alert_banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1.25em;
  text-transform: uppercase;
  height: 2.5em;
}

.c-alert_banner__links {
  text-transform: none;
  color: #f1be48 !important;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */

/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */

/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: inherit;
  /* [3] */
  font-size: 1rem;
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 6px 24px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 0;
}

.c-btn:hover {
  background-color: #0f253d;
}

.c-btn::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'airports';
  content: 'Y';
  margin-left: 0.375em;
  font-size: 0.75em;
  line-height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
}

.c-btn__decorator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Style variants
   ========================================================================== */

.c-btn--primary,
.c-btn--tertiary {
  background-color: #193d66;
  border-radius: 3.125em;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid transparent;
  line-height: 1;
}

@media (max-width: 63.99em) {
  .c-btn--primary,
  .c-btn--tertiary {
    min-height: 40px;
  }
}

.c-btn--primary,
.c-btn--primary:link,
.c-btn--primary:hover,
.c-btn--primary:active,
.c-btn--primary:focus,
.c-btn--tertiary,
.c-btn--tertiary:link,
.c-btn--tertiary:hover,
.c-btn--tertiary:active,
.c-btn--tertiary:focus {
  text-decoration: none;
  /* [4] */
  color: #fff;
}

.c-btn--primary:hover,
.c-btn--primary:focus,
.c-btn--tertiary:hover,
.c-btn--tertiary:focus {
  background-color: #0f253d;
}

.c-btn--primary:visited,
.c-btn--tertiary:visited {
  color: rgba(255, 255, 255, 0.7);
}

.c-btn--secondary {
  background-color: #193d66;
  border-radius: 3.125em;
  font-size: 0.75em;
  text-transform: uppercase;
}

.c-btn--secondary,
.c-btn--secondary:link,
.c-btn--secondary:hover,
.c-btn--secondary:active,
.c-btn--secondary:focus {
  text-decoration: none;
  color: #fff;
}

.c-btn--secondary:hover,
.c-btn--secondary:focus {
  background-color: #0f253d;
}

.c-btn--secondary:visited {
  color: rgba(255, 255, 255, 0.7);
}

.c-btn--secondary::after {
  font-size: 0.625em;
}

.c-btn--tertiary {
  background-color: transparent;
  color: #4a8ec2;
}

.c-btn--tertiary:hover,
.c-btn--tertiary:focus {
  color: #30668f;
  background-color: transparent;
}

.c-btn--natural {
  padding-left: 0;
  padding-right: 0;
}

.c-btn--natural:hover {
  color: #3774a2;
  background-color: #fff;
}

.c-btn--natural:focus {
  background-color: #fff;
  text-decoration: none;
  color: #1d3d56;
}

.c-btn--tiny {
  background-color: #15a8e0;
  color: #fff;
  border-radius: 0.25em;
  font-size: 0.6875em;
  padding: 0.25em 0.375em;
  min-height: 0;
  min-width: 0;
  text-decoration: none;
}

@media (max-width: 63.99em) {
  .c-btn--tiny {
    min-width: 60px;
    min-height: 45px;
  }
}

.c-btn--tiny:active,
.c-btn--tiny:focus {
  text-decoration: none;
}

.c-btn--tiny:hover {
  color: #fff;
}

.c-btn--tiny:after {
  content: none;
}

/** Button Pill **/

.c-btn--pill {
  background-color: #15a8e0;
  color: white;
  border: 0;
  border-radius: 2.5em;
}

.c-btn--pill:hover,
.c-btn--pill:focus {
  background-color: #0c6283;
}

.c-btn--pill::before {
  color: #fff;
  font-size: 0.8em;
  display: block;
  min-width: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn--pill::after {
  content: none;
}

/** Button Pill **/

.c-btn--round {
  background-color: #002c5c;
  color: white;
  border: 0;
  border-radius: 50%;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  padding: 0;
}

.c-btn--round:hover,
.c-btn--round:focus {
  background-color: #0c6283;
}

.c-btn--round::before {
  color: #fff;
  font-size: 20px;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn--round::after {
  content: none;
}

/* Handle icons within links */

.c-btn[class*='icon-']:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Size variants
   ========================================================================== */

.c-btn--small {
  padding: 6px 12px;
}

.c-btn--large {
  padding: 24px 48px;
}

/* Form buttons
   ========================================================================== */

.c-btn--in-field {
  height: 2.5em;
  width: 40px;
  background-color: #193d66;
  border: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  border-radius: 0;
}

.c-btn--no-arrow:after {
  content: none;
}

.c-btn--in-field::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn--blue {
  background-color: #00a3e0;
}

.c-btn--blue:hover {
  background-color: #007ead;
}

.c-btn--brown {
  background-color: #554b4d;
}

.c-btn--brown:hover {
  background-color: #3a3334;
}

.c-btn--red {
  background-color: #a42715;
}

.c-btn--red:hover {
  background-color: #771c0f;
}

.c-btn--green {
  background-color: #99ca3c;
}

.c-btn--green:hover {
  background-color: #7ca62d;
}

.c-btn--yellow {
  background-color: #f1be48;
}

.c-btn--yellow:hover {
  background-color: #edad19;
}

.c-btn--dark-gray {
  background-color: #554b4d;
}

.c-btn--dark-gray:hover {
  background-color: #3a3334;
}

.c-btn--black {
  background-color: #222;
}

.c-btn--black:hover {
  background-color: #090909;
}

.c-btn--gray {
  background-color: #b7b7b7;
}

.c-btn--gray:hover {
  background-color: #9e9d9d;
}

.c-btn--dark-blue {
  background-color: #002855;
}

.c-btn--dark-blue:hover {
  background-color: #001022;
}

.c-btn--aqua {
  background-color: #6AD1E3;
}

.c-btn--aqua:hover {
  background-color: #3fc4db;
}

.c-btn--dark-green {
  background-color: #557028;
}

.c-btn--dark-green:hover {
  background-color: #384a1b;
}

.c-btn--orange {
  background-color: #D64325;
}

.c-btn--orange:hover {
  background-color: #ab351d;
}

/* Ghost buttons
   ========================================================================== */

/**
 * Ghost buttons have see-through backgrounds and are bordered.
 */

/* ==========================================================================
   #TOUTS
   ========================================================================== */

/**
 * Content teasers for other sections within the website
 */

.c-tout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  overflow: hidden;
  max-width: 37.5em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.c-tout[data-tap-surface]:not(.c-tout--base) {
  cursor: pointer;
}

/**
 * Inner
 */

.c-tout__inner {
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 1.5em 1.5em;
}

.c-tout__inner.with-action {
  padding-bottom: 86px !important;
}

.c-tout__action__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.c-tout__action__inner a.c-tout__action {
  z-index: 9999;
}

/**
 * Headline
 */

.c-tout__headline {
  color: #15a8e0;
  margin-top: 0;
  border: 0;
  margin-bottom: 0.375em;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
}

/**
 * Text
 */

.c-tout__text,
.c-tout__text p {
  font-size: 1rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  max-width: 100%;
}

/**
 * Image
 */

.c-tout__image {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.c-tout__image::after {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  content: attr(data-icon);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  visibility: hidden;
}

.icons-ready .c-tout__image::after {
  visibility: visible;
}

/* Style variants
   ========================================================================== */

/**
 * Generic
 */

/* ==========================================================================
   #TOUTS--generic
   ========================================================================== */

/**
 * modifier --generic
 * Basic tout.  Image only appears on hover
 */

/**
 * Base 
 */

.c-tout--generic {
  width: 15.625em;
  height: 15.625em;
  background-color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-tout--generic.c-tout--reversed .c-tout__image,
.c-tout--generic:hover .c-tout__image {
  opacity: 1;
}

.c-tout--generic.c-tout--reversed .c-tout__image::after,
.c-tout--generic:hover .c-tout__image::after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  background-color: #15a8e0;
}

.c-tout--generic.c-tout--reversed .c-tout__inner,
.c-tout--generic:hover .c-tout__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}

.c-tout--generic.c-tout--reversed .c-tout__headline,
.c-tout--generic:hover .c-tout__headline {
  color: #fff;
}

.c-tout--generic.c-tout--reversed .c-tout__text,
.c-tout--generic:hover .c-tout__text {
  color: #fff;
}

.c-tout--generic.c-tout--reversed .c-tout__text p,
.c-tout--generic:hover .c-tout__text p {
  color: #fff;
}

.c-tout--generic.c-tout--reversed .c-btn--primary,
.c-tout--generic:hover .c-btn--primary {
  border-color: #fff;
}

@media (min-width: 64em) {
  .c-tout--generic {
    width: 100%;
    height: 400px;
  }
}

/**
 * Inner 
 */

.c-tout--generic .c-tout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 3em 0.75em;
  z-index: 2;
  background-color: transparent;
}

@media (min-width: 64em) {
  .c-tout--generic .c-tout__inner {
    padding: 1.5em 1.5em;
  }
}

/**
 * Image 
 */

.c-tout--generic .c-tout__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-image: none !important;
  pointer-events: none;
}

.c-tout--generic .c-tout__image::after {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0.0625em;
  color: #fff;
}

@media (min-width: 64em) {
  .c-tout--generic .c-tout__image::after {
    font-size: 7.5em;
    padding-top: 0.3125em;
  }
}

/**
 * Action 
 */

/**
 * Generic With Icon
 */

/* ==========================================================================
   #TOUTS--generic
   ========================================================================== */

/**
 * modifier --generic
 * Basic tout.  Image only appears on hover
 */

/**
 * Base
 */

.c-tout--generic-icon {
  width: 85%;
  min-height: 15.625em;
  background-color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 48em) {
  .c-tout--generic-icon {
    width: 20.3125em;
    height: 20.3125em;
  }
}

.c-tout--generic-icon .c-tout__image {
  opacity: 1;
}

.c-tout--generic-icon .c-tout__image::after {
  color: #15a8e0;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.c-tout--generic-icon .c-tout__headline {
  color: #15a8e0;
  text-align: center !important;
}

.c-tout--generic-icon .c-tout__text {
  color: #554b4d;
}

.c-tout--generic-icon .c-tout__text p {
  color: #554b4d;
}

.c-tout--generic-icon:hover .c-tout__action {
  background-color: #0f253d;
}

@media (max-width: 47.99em) {
  .c-tout--generic-icon:hover .c-tout__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media (min-width: 48em) {
  .c-tout--generic-icon:hover .c-tout__inner .c-tout__headline,
  .c-tout--generic-icon:hover .c-tout__inner .c-tout__text {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}

.c-tout--generic-icon:hover .c-tout__headline {
  color: #fff;
}

.c-tout--generic-icon:hover .c-tout__text {
  color: #fff;
}

.c-tout--generic-icon:hover .c-tout__text p {
  color: #fff;
}

.c-tout--generic-icon:hover .c-tout__image::after {
  background-color: #15a8e0;
  -webkit-transform: scale(1.6) translateY(-2%);
          transform: scale(1.6) translateY(-2%);
}

@media (min-width: 64em) {
  .c-tout--generic-icon {
    width: 100%;
    height: 400px;
  }
}

/**
 * Inner
 */

.c-tout--generic-icon .c-tout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  padding: 3em 0.75em;
  z-index: 2;
  background-color: transparent;
}

@media (min-width: 64em) {
  .c-tout--generic-icon .c-tout__inner {
    padding: 1.5em 1.5em;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-tout--generic-icon .c-tout__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
  }
}

/**
 * Image
 */

.c-tout--generic-icon .c-tout__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-image: none !important;
  pointer-events: none;
}

.c-tout--generic-icon .c-tout__image::after {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0.0625em;
  padding-top: 0.3125em;
  font-size: 50px;
}

@media (min-width: 48em) {
  .c-tout--generic-icon .c-tout__image::after {
    padding-top: 50px;
  }
}

@media (min-width: 64em) {
  .c-tout--generic-icon .c-tout__image::after {
    font-size: 80px;
  }
}

@media (min-width: 64em) {
  .c-tout--generic-icon .c-tout__image[data-icon="9"]::after {
    font-size: 150px;
  }
}

@media (min-width: 64em) {
  .c-tout--generic-icon .c-tout__image[data-icon="0"]::after {
    padding-top: 10px;
  }
}

/**
 * Action
 */

/**
 * Generic Reversed
 */

/* ==========================================================================
   #TOUTS--generic
   ========================================================================== */

/**
 * modifier --generic
 * Basic tout.  Image only appears on hover
 */

/**
 * Base 
 */

.c-tout--generic-reversed {
  width: 15.625em;
  height: 15.625em;
  background-color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-tout--generic-reversed .c-tout__image {
  opacity: 1;
}

.c-tout--generic-reversed .c-tout__image::after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.c-tout--generic-reversed .c-tout__headline {
  color: #fff;
}

.c-tout--generic-reversed .c-tout__text {
  color: #fff;
}

.c-tout--generic-reversed:hover .c-tout__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.c-tout--generic-reversed:hover .c-tout__image::after {
  background-color: #193d66;
  -webkit-transform: scale(1.6) translateY(-2%);
          transform: scale(1.6) translateY(-2%);
}

@media (min-width: 64em) {
  .c-tout--generic-reversed {
    width: 100%;
    height: 400px;
    max-width: 18.75em;
  }
}

/**
 * Inner 
 */

.c-tout--generic-reversed .c-tout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  padding: 3em 0.75em;
  z-index: 2;
  background-color: transparent;
}

@media (min-width: 64em) {
  .c-tout--generic-reversed .c-tout__inner {
    padding: 1.5em 1.5em;
  }
}

/**
 * Image 
 */

.c-tout--generic-reversed .c-tout__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.c-tout--generic-reversed .c-tout__image::after {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0.0625em;
  background-color: #15a8e0;
}

@media (min-width: 64em) {
  .c-tout--generic-reversed .c-tout__image::after {
    font-size: 7.5em;
    padding-top: 0.3125em;
  }
}

/**
 * Action 
 */

/**
 * With image
 */

/* ==========================================================================
   #TOUTS--with-image
   ========================================================================== */

/**
 * modifier --with-image
 * Tout with image on top and centered text
 */

.c-tout--with-image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: #fff;
}

.c-tout--with-image .c-tout__text {
  font-size: 1rem;
}

.c-tout--with-image .c-tout__text p {
  font-size: 1rem;
}

/**
 * Image 
 */

.c-tout--with-image .c-tout__image {
  display: block;
}

.c-tout--with-image .c-tout__image::after {
  -webkit-transform: scale(1.6) rotate(20deg);
          transform: scale(1.6) rotate(20deg);
  background-color: rgba(0, 44, 92, 0.5);
}

.c-tout--with-image .c-tout__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/** Hover **/

.c-tout--with-image[data-tap-surface] {
  cursor: pointer;
}

.c-tout--with-image[data-tap-surface]:hover .c-tout__inner {
  background-color: #193d66;
}

.c-tout--with-image[data-tap-surface]:hover .c-tout__headline,
.c-tout--with-image[data-tap-surface]:hover .c-tout__text {
  color: #fff;
}

.c-tout--with-image[data-tap-surface]:hover .c-tout__headline p,
.c-tout--with-image[data-tap-surface]:hover .c-tout__text p {
  color: #fff;
}

.c-tout--with-image[data-tap-surface]:hover .c-tout__action {
  background-color: #143152;
}

/**
 * Justified
 */

/* ==========================================================================
   #TOUTS--justified
   ========================================================================== */

/**
 * modifier --justified
 * Left align text within a tout
 */

/**
 * Inner 
 */

.c-tout--justified .c-tout__inner {
  text-align: left;
  padding: 3em 1.5em;
}

/**
 * Subfeature
 */

/* ==========================================================================
   #TOUTS--subfeature
   ========================================================================== */

/**
 * modifier --subfeature
 * Large individual tout the takes up and entire section
 */

.c-tout--subfeature {
  min-height: 28.125em;
  max-width: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #d7d2cb;
}

@media (min-width: 64em) {
  .c-tout--subfeature {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-tout--subfeature .container {
  padding: 0;
}

/**
 * Inner 
 */

.c-tout--subfeature .c-tout__inner {
  position: relative;
  margin: 6em 1.5em 1.5em 1.5em;
  padding: 3em 3em;
  text-align: left;
  background-color: rgba(21, 168, 224, 0.8);
  z-index: 2;
  text-align: center;
}

@media (min-width: 64em) {
  .c-tout--subfeature .c-tout__inner {
    max-width: 31.25em;
    margin-left: 0;
    margin-top: 1.5em;
    padding: 3em 3em 3em 6em;
    text-align: left;
  }
}

.c-tout--subfeature .c-tout__action__inner {
  padding-left: 3em;
}

@media (min-width: 64em) {
  .c-tout--subfeature .c-tout__action__inner {
    padding-left: 6em;
  }
}

/**
 * Headline 
 */

.c-tout--subfeature .c-tout__headline {
  color: #fff;
  font-size: 1.75em;
  margin-bottom: 0.75em;
}

/**
 * Text 
 */

.c-tout--subfeature .c-tout__text {
  color: #fff;
  font-size: 1em;
}

.c-tout--subfeature .c-tout__text p {
  color: #fff;
}

/**
 * Image 
 */

.c-tout--subfeature .c-tout__image {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/** Hover **/

.c-tout--subfeature[data-tap-surface] .c-tout__inner:hover {
  background-color: rgba(25, 61, 102, 0.7);
}

/* ==========================================================================
   #TOUTS--subfeature
   ========================================================================== */

/**
 * modifier --subfeature
 * Large individual tout the takes up and entire section
 */

.c-tout--subfeature-centered {
  min-height: 28.125em;
  height: auto;
  max-width: none;
  display: block;
  background-color: transparent;
}

.c-tout--subfeature-centered .c-tout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: column;
      -ms-flex-align: column;
          align-items: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: static !important;
}

/**
 * Inner 
 */

.c-tout--subfeature-centered .c-tout__inner,
.c-tout--subfeature-centered .c-tout__inner.with-action {
  position: static;
  background-color: transparent !important;
  text-align: center;
  margin: 0;
  display: block;
  z-index: 3;
  padding: 1.5em !important;
}

@media (min-width: 64em) {
  .c-tout--subfeature-centered .c-tout__inner,
  .c-tout--subfeature-centered .c-tout__inner.with-action {
    max-width: none;
    margin: 0 !important;
    text-align: center !important;
  }
}

.c-tout--subfeature-centered .c-tout__action__inner {
  display: none;
}

/**
 * Headline 
 */

.c-tout--subfeature-centered .c-tout__headline {
  color: #002c5c;
  font-size: 1.75em;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

/**
 * Text 
 */

.c-tout--subfeature-centered .c-tout__text {
  color: #554b4d;
  font-size: 1em;
  z-index: 2;
}

.c-tout--subfeature-centered .c-tout__text p {
  color: #554b4d;
}

@media (min-width: 64em) {
  .c-tout--subfeature-centered .c-tout__text {
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
    padding: 1.5em;
    background-color: rgba(225, 225, 225, 0.9);
  }
}

/**
 * Image 
 */

.c-tout--subfeature-centered .c-tout__image {
  display: block;
  height: 100%;
  max-width: 1200px;
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 450px;
  -webkit-transform: none;
          transform: none;
}

/**
 * Icon
 */

.c-tout--subfeature-centered .c-tout__headline[data-icon]::before {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
  background-color: white;
  color: #002c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 60px;
  font-size: 43px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -84px;
  margin-left: -60px;
  border-radius: 0 0 120px 120px;
  z-index: 5;
}

@media (max-width: 63.99em) {
  .c-tout--subfeature-centered .c-tout__headline[data-icon]::before {
    content: none;
  }
}

/** Hover **/

.c-tout--subfeature[data-tap-surface] .c-tout__inner:hover {
  background-color: rgba(25, 61, 102, 0.7);
}

/**
 * Hero
 */

/* ==========================================================================
   #TOUTS--hero
   ========================================================================== */

/**
 * modifier --hero
 * Large individual tout the takes up and entire section
 */

.c-tout--hero {
  max-width: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0;
}

.c-tout--hero:hover .c-tout__action {
  background-color: #143152;
}

@media (min-width: 64em) {
  .c-tout--hero {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/**
 * Inner 
 */

.c-tout--hero .c-tout__inner {
  margin: 0;
  padding: 1.5em 1.5em;
  text-align: left;
  background-color: rgba(21, 168, 224, 0.92);
  z-index: 2;
  text-align: center;
}

@media (min-width: 64em) {
  .c-tout--hero .c-tout__inner {
    position: absolute;
    left: 50%;
    bottom: 15%;
    max-width: 23.4375em;
    margin-left: 0;
    padding: 1.5em 1.5em 1.5em 1.5em;
    text-align: left;
  }
}

@media (min-width: 75em) {
  .c-tout--hero .c-tout__inner {
    max-width: 25em;
    text-align: left;
  }
}

/**
 * Headline 
 */

.c-tout--hero .c-tout__headline {
  color: #fff;
  font-size: 1.75em;
  margin-bottom: 0.75em;
}

.c-tout--huge .c-tout__headline {
  font-size: 3.25em;
  margin-bottom: 0;
  line-height: 1;
}

@media (min-width: 64em) {
  .c-tout--huge .c-tout__headline {
    font-size: 2.5em;
  }
}

@media (min-width: 75em) {
  .c-tout--huge .c-tout__headline {
    font-size: 3.625em;
  }
}

/**
 * Text 
 */

.c-tout--hero .c-tout__text,
.c-tout--hero .c-tout__text p {
  color: #fff;
  font-size: 1em;
  margin-top: 0.75em;
}

@media (min-width: 64em) {
  .c-tout--hero .c-tout__text {
    max-width: 500px;
  }
}

/**
 * action 
 */

/**
 * Image 
 */

.c-tout--hero .c-tout__image {
  display: block;
}

/* ==========================================================================
   #TOUTS--hero
   ========================================================================== */

/**
 * modifier --hero
 * Large individual tout the takes up and entire section
 */

/**
 * Inner 
 */

.c-tout--hero-static-bg .c-tout__inner {
  display: none;
}

.c-tout--hero-static-bg .c-tout__image {
  min-height: 650px;
}

.c-tout--hero-static-bg .c-tout__image::after {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
  color: #15a8e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 80px;
  font-size: 70px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0px;
  top: auto;
  margin-left: -80px;
  background-color: #fff;
  opacity: 1;
  border-radius: 160px 160px 0 0;
}

/* ==========================================================================
   #TOUTS--hero
   ========================================================================== */

/**
 * modifier --hero
 * Large individual tout the takes up and entire section
 */

.c-tout--hero-static-headline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * Inner 
 */

.c-tout--hero-static-headline .c-tout__image {
  width: 200px;
  height: 200px;
}

.c-tout--hero-static-headline .c-tout__inner {
  position: relative;
  top: auto !important;
  left: auto !important;
  bottom: auto;
  padding-top: 0.75em !important;
  background-color: transparent !important;
}

@media (min-width: 64em) {
  .c-tout--hero-static-headline .c-tout__inner {
    max-width: 600px !important;
  }
}

.c-tout--hero-static-headline .c-tout__headline {
  text-align: center;
  color: #222;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #15a8e0;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 64em) {
  .c-tout--hero-static-headline .c-tout__headline {
    font-size: 2.25em !important;
  }
}

.c-tout--hero-static-headline .c-tout__text,
.c-tout--hero-static-headline .c-tout__text p {
  color: #15a8e0 !important;
  text-align: center;
}

@media (min-width: 64em) {
  .c-tout--hero-static-headline .c-tout__text,
  .c-tout--hero-static-headline .c-tout__text p {
    font-size: 20px;
  }
}

@media (min-width: 64em) {
  .c-tout--hero-static-headline .c-tout__action__inner {
    text-align: center !important;
  }
}

/**
 * Decorate
 */

/* ==========================================================================
   #TOUTS--decorate
   ========================================================================== */

/**
 * modifier --decorate
 * Basic tout.  Image only appears on hover
 */

/**
 * Base 
 */

.c-tout--decorate {
  position: relative;
  background-color: #002c5c;
  padding-top: 3em;
  padding: 1.5em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-tout--decorate.c-tout--reversed,
.c-tout--decorate:hover {
  background-color: #15a8e0;
}

.c-tout--decorate.c-tout--reversed .c-tout__image,
.c-tout--decorate:hover .c-tout__image {
  opacity: 1;
}

.c-tout--decorate.c-tout--reversed .c-tout__image::after,
.c-tout--decorate:hover .c-tout__image::after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  background-color: #15a8e0;
}

.c-tout--decorate.c-tout--reversed .c-tout__inner,
.c-tout--decorate:hover .c-tout__inner {
  display: block;
}

.c-tout--decorate.c-tout--reversed .c-tout__headline,
.c-tout--decorate:hover .c-tout__headline {
  color: #fff;
}

.c-tout--decorate.c-tout--reversed .c-tout__text,
.c-tout--decorate:hover .c-tout__text {
  color: #fff;
}

.c-tout--decorate.c-tout--reversed .c-tout__text p,
.c-tout--decorate:hover .c-tout__text p {
  color: #fff;
}

.c-tout--decorate.c-tout--reversed .c-tout__action,
.c-tout--decorate:hover .c-tout__action {
  background-color: #143152;
}

@media (min-width: 64em) {
  .c-tout--decorate {
    padding-top: 6em;
    padding: 3em;
    width: 100%;
  }
}

.c-tout--decorate .c-tout__headline {
  color: #fff;
  font-size: 1.625em;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.c-tout--decorate .c-tout__text {
  color: #fff;
  font-size: 1rem;
}

.c-tout--decorate .c-tout__text p {
  color: #fff;
  font-size: 1rem;
}

/**
 * Inner 
 */

.c-tout--decorate .c-tout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  padding: 3em 0.75em;
  z-index: 2;
  background-color: transparent;
}

@media (min-width: 64em) {
  .c-tout--decorate .c-tout__inner {
    padding: 1.5em 1.5em;
  }
}

/**
 * Image 
 */

.c-tout--decorate .c-tout__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.c-tout--decorate .c-tout__image::after {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0.0625em;
  color: #fff;
}

@media (min-width: 64em) {
  .c-tout--decorate .c-tout__image::after {
    font-size: 7.5em;
    padding-top: 0.3125em;
  }
}

/**
 * Action 
 */

/**
 * Icon
 */

.c-tout--decorate::before {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "l";
  background-color: white;
  color: #15a8e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 60px;
  font-size: 2.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -60px;
  border-radius: 0 0 120px 120px;
  z-index: 2;
}

/**
 * Body Justified
 */

/* ==========================================================================
   #TOUTS--justified
   ========================================================================== */

/**
 * modifier --justified
 * Left align text within a tout
 */

/**
 * Inner 
 */

.c-tout--body-justified .c-tout__text,
.c-tout--body-justified .c-tout__text p {
  text-align: left !important;
}

/**
 * Horizontal
 */

/* ==========================================================================
   #TOUTS--generic
   ========================================================================== */

/**
 * modifier --generic
 * Basic tout.  Image only appears on hover
 */

/**
 * Base 
 */

.c-tout--horizontal {
  max-width: none;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.c-tout--horizontal .container {
  padding: 0;
}

@media (min-width: 48em) {
  .c-tout--horizontal .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 48em) {
  .c-tout--horizontal.c-tout--image-right .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/**
 * Inner 
 */

.c-tout--horizontal .c-tout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding: 3em 0.75em;
  z-index: 2;
  background-color: transparent;
  text-align: left;
}

@media (min-width: 48em) {
  .c-tout--horizontal .c-tout__inner {
    padding: 1.5em 1.5em;
  }
}

.c-tout--horizontal .c-tout__inner.with-action {
  position: relative;
}

/**
 * Headline 
 */

.c-tout--horizontal .c-tout__headline {
  text-align: left;
  width: 100%;
  color: #4a6825;
}

.c-tout--horizontal .c-tout__text {
  width: 100%;
}

/**
 * Image 
 */

.c-tout--horizontal .c-tout__image {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 47.99em) {
  .c-tout--horizontal .c-tout__image {
    background-size: cover;
  }
}

/**
 * Action 
 */

/**
 * Horizontal Decorate
 */

/* ==========================================================================
   #TOUTS--generic
   ========================================================================== */

/**
 * modifier --generic
 * Basic tout.  Image only appears on hover
 */

/**
 * Base 
 */

.c-tout--horizontal-decorate {
  overflow-x: hidden;
}

/**
 * Inner 
 */

@media (min-width: 48em) {
  .c-tout--horizontal-decorate.c-tout--image-right .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-tout--horizontal-decorate .c-tout__inner {
  position: relative;
  padding-top: 35px;
}

.c-tout--horizontal-decorate .c-tout__inner-decorate {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  background-color: #f1f0ee;
  z-index: -1;
}

@media (min-width: 48em) {
  .c-tout--horizontal-decorate .c-tout__inner-decorate {
    left: -1000px;
    right: -1000px;
  }
}

.c-tout--horizontal-decorate .c-tout__image {
  z-index: 2;
}

/* ==========================================================================
   #ICON LINK
   ========================================================================== */

/**
 * Make the link a tappable size and center the icon
 */

.c-icon-link {
  position: relative;
  min-height: 2.5em;
  min-width: 2.5em;
  font-size: 1.25em;
}

.c-icon-link::before {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.c-icon-link--tiny::before {
  font-size: 0.6em;
}

/* ==========================================================================
   #MY-FLIGHT
   ========================================================================== */

/**
 * User flight status bar
 * Displays flight information
 */

.c-my-flight {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5em;
  color: #bbdde6;
  overflow: hidden;
}

@media (min-width: 75em) {
  .c-my-flight {
    height: 2.5em;
  }
}

.c-my-flight strong {
  padding-left: 0.625em;
}

.c-my-flight .c-btn--pill {
  padding: 3px 7px;
  min-height: 0;
}

/**
 * Icons 
 */

.c-my-flight::before {
  position: absolute;
  left: 20px;
  top: 12px;
  width: 2.8125em;
  font-size: 2.375em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

@media (max-width: 47.99em) {
  .c-my-flight::before {
    left: 0;
    font-size: 1.5625em;
    top: 10px;
    display: none !important;
  }
}

/**
 * Inner wrapper 
 */

.c-my-flight__inner {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-left: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 48em) {
  .c-my-flight__inner {
    padding-left: 4.375em;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: 0.625em;
  }
}

/**
 * Headline 
 */

.c-my-flight__headline {
  display: block;
  font-size: 0.8125em;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.1875em;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  color: #bbdde6;
}

@media (min-width: 48em) {
  .c-my-flight__headline {
    margin-bottom: 0;
  }
}

/**
 * Info 
 */

.c-my-flight__info {
  margin-bottom: 0;
  font-size: 0.625em;
  line-height: 1;
  color: #bbdde6;
}

@media (min-width: 75em) {
  .c-my-flight__info {
    font-size: 0.75em;
  }
}

/**
 * Edit 
 */

.c-my-flight__edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625em 0em;
  color: #f1be48;
  font-size: 0.625em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.c-my-flight__edit:hover {
  color: #fff;
}

.c-my-flight__edit--empty {
  font-size: 0.8125em;
}

/** transistion for enter / leaving **/

/* Enter and leave animations can use different */

/* durations and timing functions.              */

.slide-fade-enter-active {
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.3, 1);
  transition: transform 250ms cubic-bezier(0, 0, 0.3, 1);
  transition: transform 250ms cubic-bezier(0, 0, 0.3, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.3, 1);
}

.slide-fade-leave-active {
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.3, 1);
  transition: transform 200ms cubic-bezier(0, 0, 0.3, 1);
  transition: transform 200ms cubic-bezier(0, 0, 0.3, 1), -webkit-transform 200ms cubic-bezier(0, 0, 0.3, 1);
}

.slide-fade-enter,
.slide-fade-leave-to,
.slide-fade-leave-active {
  -webkit-transform: translateY(102%);
          transform: translateY(102%);
}

.c-my-flight--tout {
  background-color: #193d66;
  margin-bottom: 0.75em;
}

@media (max-width: 63.99em) {
  .c-my-flight--tout {
    padding-left: 1.5em;
  }
}

/* ==========================================================================
   #Seperator
   ========================================================================== */

/**
 * Create space in between elements
 */

.c-seperator {
  display: inline-block;
  padding: 0 0.5em;
}

/* ==========================================================================
   #BANNER
   ========================================================================== */

/**
 * Special info bar wrapper
 */

.c-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(22, 58, 100, 0.6);
  height: 2.5em;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@media (min-width: 75em) {
  .c-banner {
    height: 2.5em;
  }
}

/* ==========================================================================
   #Weather
   ========================================================================== */

/**
 * Display time and tempature
 */

.c-weather {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1.25em;
  text-transform: uppercase;
  height: 2.5em;
}

/**
 * Stat 
 */

.c-weather__stat {
  color: #bbdde6;
  text-align: right;
  font-size: 0.8125em;
  margin-bottom: 0;
  padding-left: 0.9375em;
}

/**
 * Conditions 
 */

.c-weather__conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.375em;
  height: 1.375em;
  min-height: 0;
  min-width: 0;
  margin-bottom: 0;
  margin-left: 0.5em;
  background-color: #bbdde6;
  border-radius: 50%;
}

.c-weather__conditions::before {
  font-size: 0.75em;
  color: #193d66;
}

.c-weather__conditions .wi {
  font-size: 0.9375em;
  color: #193d66;
}

.c-weather__links {
  text-transform: none;
}

/* ==========================================================================
   #Site
   ========================================================================== */

/**
 * Basic styles for body element
 */

.c-site {
  padding-top: 3.125em;
}

@media (min-width: 48em) {
  .c-site {
    padding-top: 0;
  }
}

@media (min-width: 75em) {
  .c-site {
    padding-top: 0;
  }
}

.c-site.has-banner {
  padding-top: calc( 2.5em + 3.125em);
}

@media (min-width: 64em) {
  .c-site.has-banner {
    padding-top: 0;
  }
}

.c-site.no-hero.has-banner {
  padding-top: calc( 2.5em + 3.125em);
}

@media (min-width: 48em) {
  .c-site.no-hero.has-banner {
    padding-top: calc( 2.5em + 3.75em);
  }
}

@media (min-width: 75em) {
  .c-site.no-hero.has-banner {
    padding-top: calc( 2.5em + 3.75em);
  }
}

/* ==========================================================================
   #Page Header
   ========================================================================== */

/**
 * Header holds logo and stretches entire page
 */

.c-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #15a8e0;
  height: 3.125em;
  z-index: 10;
}

@media (min-width: 48em) {
  .c-page-header {
    height: 3.75em;
  }
}

@media (min-width: 75em) {
  .c-page-header {
    height: 3.75em;
  }
}

@media (max-width: 63.99em) {
  .c-page-header > .o-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.has-banner .c-page-header {
  top: 2.5em;
}

@media (min-width: 75em) {
  .has-banner .c-page-header {
    top: 2.5em;
  }
}

/**
 * Headline 
 */

.c-page-header__headline {
  background-color: white;
  height: calc(3.125em - 2px);
  margin: 0;
  font-size: 1rem;
  width: 100%;
  text-transform: uppercase;
  margin-left: -24px;
  padding-left: 24px;
  padding-right: 7.5em;
  margin-top: 1px;
}

@media (min-width: 48em) {
  .c-page-header__headline {
    height: calc(3.75em - 2px);
  }
}

@media (min-width: 64em) {
  .c-page-header__headline {
    width: 12.5em;
    padding-right: 1.5625em;
  }
}

@media (min-width: 75em) {
  .c-page-header__headline {
    height: calc(3.75em - 2px);
    width: 16.25em;
  }
}

/**
 * Inner wrapper 
 */

.c-page-header__inner {
  position: relative;
}

/**
 * Icon
 */

.c-page-header__icon {
  text-decoration: none;
  color: #193d66;
  max-width: 175px;
}

.c-page-header__icon span {
  color: #15a8e0;
}

@media (min-width: 75em) {
  .c-page-header__icon {
    max-width: 230px;
  }
}

.c-page-header__icon svg {
  display: block;
  width: 100%;
  max-width: 230px;
}

/**
 * Menu Trigger
 */

.c-page-header__menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.125em;
  background-color: #15a8e0;
}

@media (min-width: 64em) {
  .c-page-header__menu-trigger {
    display: none;
  }
}

.c-page-header__menu-trigger::before {
  color: #fff;
  padding-right: 0 !important;
}

/**
 * Search Trigger
 */

.c-page-header__search-trigger {
  position: absolute;
  top: 0;
  right: 3.125em;
  bottom: 0;
  width: 2.5em;
  text-decoration: none;
}

@media (min-width: 64em) {
  .c-page-header__search-trigger {
    width: 3.125em;
    right: 0;
  }
}

.c-page-header__search-trigger::before {
  color: #15a8e0;
}

@media (min-width: 64em) {
  .c-page-header__search-trigger::before {
    color: #fff;
  }
}

.c-page-header__search-trigger:hover::before {
  color: #193d66;
}

/**
 * Help
 */

.c-page-header__help {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: calc( 2.5em + 1.5em);
  top: 50%;
  margin-top: -1.1875em;
  height: 2.1875em;
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  padding-left: 0.75em;
  padding-right: 0.75em;
  color: #fff;
  text-decoration: none;
  width: 8.125em;
  line-height: 1.3;
}

.c-page-header__help span {
  text-transform: uppercase;
  font-size: 0.6875em;
}

@media (min-width: 75em) {
  .c-page-header__help span {
    font-size: 0.875em;
  }
}

@media (min-width: 75em) {
  .c-page-header__help {
    border-left: 0;
    height: 2.5em;
    width: auto;
    line-height: 1;
  }
}

.c-page-header__help:hover {
  color: #193d66;
}

.c-page-header__help:hover::before {
  color: #193d66;
}

/* ==========================================================================
   #Search
   ========================================================================== */

/**
 * Search bar for main site search
 */

.c-search {
  background-color: rgba(241, 241, 235, 0.95);
}

/**
 * Inner 
 */

.c-search__inner {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375em;
}

@media (min-width: 48em) {
  .c-search__inner {
    padding-left: calc( 1.5em + 12.5em);
    padding-right: 1.5em;
  }
}

@media (min-width: 75em) {
  .c-search__inner {
    padding-left: calc( 1.5em + 16.25em);
  }
}

/**
 * Form 
 */

.c-search__form {
  position: relative;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/**
 * Input 
 */

.c-search__input {
  display: inline-block;
  width: 100%;
  padding: 0.375em 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #193d66 !important;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #193d66;
  outline: none !important;
}

.c-search__input:focus {
  border-bottom-color: #15a8e0;
}

.c-search__input::-webkit-input-placeholder {
  color: #193d66;
}

.c-search__input:-ms-input-placeholder {
  color: #193d66;
}

.c-search__input::-ms-input-placeholder {
  color: #193d66;
}

.c-search__input::placeholder {
  color: #193d66;
}

/**
 * Submit 
 */

.c-search__submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * Dismiss 
 */

/* ==========================================================================
   #Search FLight
   ========================================================================== */

/**
 * Flight status search form
 */

.c-search-flight {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 64em) {
  .c-search-flight {
    border-left: 1px solid #ccc;
    padding-left: 1.5em;
    margin-left: -5px;
  }
}

/**
 *  Inner Wrapper
 */

.c-search-flight__inner {
  width: 100%;
  text-align: center;
  position: relative;
}

@media (min-width: 64em) {
  .c-search-flight__inner {
    text-align: left;
  }
}

@media (min-width: 64em) {
  .c-search-flight__inner fieldset {
    margin-bottom: 0;
  }
}

/**
 *  Headline
 */

.c-search-flight__headline {
  display: inline-block;
  color: #15a8e0;
  font-size: 1.625em;
  line-height: 1;
  margin: 0;
  border: 0 !important;
  padding-top: 0.5em;
}

@media (max-width: 63.99em) {
  .c-search-flight__headline {
    margin-bottom: 0.375em;
  }
}

@media (min-width: 64em) {
  .c-search-flight__headline {
    text-align: left;
    font-size: 1.375em;
  }
}

@media (min-width: 75em) {
  .c-search-flight__headline {
    font-size: 1.875em;
  }
}

/**
 *  View All
 */

.c-search-flight__view-all {
  margin-top: 3em;
}

@media (min-width: 64em) {
  .c-search-flight__view-all {
    margin-top: 0;
    font-size: 0.6875em;
    margin-bottom: 1.5em;
  }
}

@media (min-width: 75em) {
  .c-search-flight__view-all {
    font-size: 0.875em;
  }
}

@media (max-width: 63.99em) {
  .c-search-flight__view-all {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 63.99em) {
  .c-search-flight__view-all:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/**
 *  Submit
 */

@media (min-width: 64em) {
  .c-search-flight__submit {
    position: absolute;
    right: 0.3125em;
    bottom: 0.5625em;
  }
}

.c-search-flight label + label {
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 63.99em) {
  .c-search-flight .form-group--transparent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.375em;
  }
}

@media (max-width: 63.99em) {
  .c-search-flight .c-seperator {
    display: none;
  }
}

/* ==========================================================================
   #Welcom headline
   ========================================================================== */

/**
 * Display time and tempature
 */

.c-welcome {
  padding: 1.5em 0.75em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * Headline
 */

.c-welcome__headline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  font-weight: 300;
  font-family: 'ApexNewBook';
  color: #193d66;
}

@media (min-width: 75em) {
  .c-welcome__headline {
    font-size: 2.125em;
  }
}

/* ==========================================================================
   #Form: Shaded
   ========================================================================== */

/**
 * Form elements with shaded backgrounds and placeholders
 */

.c-form-shaded input {
  background-color: #efefef;
  padding: 0.75em;
  border: none;
  width: 100%;
  margin-right: 0.375em;
}

.c-form-shaded input::-webkit-input-placeholder {
  color: #554b4d;
  font-weight: 500;
}

.c-form-shaded input:-ms-input-placeholder {
  color: #554b4d;
  font-weight: 500;
}

.c-form-shaded input::-ms-input-placeholder {
  color: #554b4d;
  font-weight: 500;
}

.c-form-shaded input::placeholder {
  color: #554b4d;
  font-weight: 500;
}

.c-form-shaded input[type="radio"],
.c-form-shaded input[type="checkbox"] {
  width: auto;
}

.c-form-shaded label {
  margin-right: 0.75em;
}

.c-form-shaded .form-inline {
  margin-bottom: 0;
  width: 100%;
}

.c-form__legend--required {
  color: darkRed;
}

/* ==========================================================================
   #Carousel
   ========================================================================== */

/**
 * Base style for flickity
 */

/**
 * Cell
 */

.c-carousel__cell {
  width: 100%;
}

/* ==========================================================================
   #Carousel--MOBILE
   ========================================================================== */

/**
 * modifier --generic
 * 
 */

.c-carousel--mobile {
  margin-right: 0 3em;
}

@media (max-width: 63.99em) {
  .c-carousel--mobile {
    margin-left: 3em;
    margin-right: 3em;
  }
}

.c-carousel--mobile::after {
  content: 'flickity';
  display: none;
  /* hide :after */
}

@media (min-width: 64em) {
  .c-carousel--mobile::after {
    content: '';
  }
}

/**
 * Cell : resize to thirds
 */

@media (max-width: 63.99em) {
  .c-carousel--mobile .c-carousel__cell {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

/**
 * Previous / next Buttons
 */

.c-carousel--mobile .flickity-prev-next-button {
  background: transparent;
}

.c-carousel--mobile .flickity-prev-next-button.previous {
  left: -3.75em;
}

.c-carousel--mobile .flickity-prev-next-button.next {
  right: -3.75em;
}

.c-carousel--mobile .flickity-prev-next-button:hover {
  background: #15a8e0;
}

/* arrow color */

.c-carousel--mobile .flickity-prev-next-button .arrow {
  fill: #15a8e0;
}

.c-carousel--mobile .flickity-prev-next-button.no-svg {
  color: #15a8e0;
}

/* ==========================================================================
   #Carousel--HERO
   ========================================================================== */

/**
 * modifier --hero
 * 
 */

.c-carousel--hero {
  opacity: 0;
  height: 650px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  overflow: hidden;
}

/**
 * Cell
 */

/**
 * Previous / next Buttons
 */

.c-carousel--hero .flickity-prev-next-button {
  background: #193d66;
}

@media (max-width: 63.99em) {
  .c-carousel--hero .flickity-prev-next-button {
    top: 25%;
    background: transparent;
  }
}

@media (min-width: 64em) {
  .c-carousel--hero .flickity-prev-next-button.next {
    right: 2.1875em;
  }
}

@media (min-width: 64em) {
  .c-carousel--hero .flickity-prev-next-button.previous {
    left: 2.1875em;
  }
}

.c-carousel--hero .flickity-prev-next-button:hover {
  background: #15a8e0;
}

.c-carousel--hero .flickity-prev-next-button:focus {
  background: #15a8e0;
}

/* arrow color */

.c-carousel--hero .flickity-prev-next-button .arrow {
  fill: white;
}

.c-carousel--hero .flickity-prev-next-button.no-svg {
  color: white;
}

/**
 * Page dots
 */

/* position dots in carousel */

.c-carousel--hero .flickity-page-dots {
  bottom: 1.5em;
}

@media (max-width: 63.99em) {
  .c-carousel--hero .flickity-page-dots {
    display: none;
  }
}

/* white circles */

.c-carousel--hero .flickity-page-dots .dot {
  width: 0.875em;
  height: 0.875em;
  opacity: 1;
  background: white;
}

/* fill-in selected dot */

.c-carousel--hero .flickity-page-dots .dot.is-selected {
  background: transparent;
  border: 2px solid white;
}

/* ==========================================================================
   #Carousel--GENERIC
   ========================================================================== */

/**
 * modifier --generic
 * 
 */

.c-carousel--generic {
  margin-right: 0 3em;
  border: 1px solid #d7d2cb;
}

@media (min-width: 64em) {
  .c-carousel--generic {
    margin-left: 3em;
    margin-right: 3em;
  }
}

.c-carousel--generic:after {
  content: '';
}

@media (min-width: 64em) {
  .c-carousel--generic:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
}

/**
 * Cell : resize to thirds
 */

.c-carousel--generic .c-carousel__cell {
  width: 33.4%;
  border-right: 1px solid #d7d2cb;
}

.c-carousel--generic .c-carousel__cell:last-of-type {
  border-right: 0;
}

/**
 * Previous / next Buttons
 */

.c-carousel--generic .flickity-prev-next-button {
  background: transparent;
}

.c-carousel--generic .flickity-prev-next-button.previous {
  left: -3.75em;
}

.c-carousel--generic .flickity-prev-next-button.next {
  right: -3.75em;
}

.c-carousel--generic .flickity-prev-next-button:hover {
  background: #15a8e0;
}

/* arrow color */

.c-carousel--generic .flickity-prev-next-button .arrow {
  fill: #193d66;
}

.c-carousel--generic .flickity-prev-next-button.no-svg {
  color: #193d66;
}

/** 
 * Mobile Ovveride
 */

@media (max-width: 63.99em) {
  .c-carousel--generic {
    border: 0;
    width: 56.25em;
    height: 34.6875em;
    margin-right: -1.5em;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 63.99em) {
  .c-carousel--generic .c-carousel__cell {
    border: 1px solid #d7d2cb !important;
    width: 15.75em;
    height: 15.75em;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
}

/* ==========================================================================
   #Carousel--GENERIC
   ========================================================================== */

/**
 * modifier --generic
 * 
 */

.c-carousel--parking {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

@media (min-width: 64em) {
  .c-carousel--parking {
    margin-left: 3em;
    margin-right: 3em;
  }
}

.c-carousel--parking::after {
  content: 'flickity';
  display: none;
  /* hide :after */
}

/**
 * Cell : resize to fourths
 */

.c-carousel--parking .c-carousel__cell {
  width: 100%;
  max-width: 17.1875em;
  margin-right: 0.75em;
}

@media (min-width: 64em) {
  .c-carousel--parking .c-carousel__cell {
    margin-right: 0;
    padding-right: 0.75em;
    max-width: none;
    width: 25%;
  }
}

/**
 * Viewport
 */

/**
 * Previous / next Buttons
 */

.c-carousel--parking .flickity-prev-next-button {
  background: transparent;
}

.c-carousel--parking .flickity-prev-next-button.previous {
  left: -2.1875em;
}

@media (min-width: 64em) {
  .c-carousel--parking .flickity-prev-next-button.previous {
    left: -3.75em;
  }
}

.c-carousel--parking .flickity-prev-next-button.next {
  right: -2.1875em;
}

@media (min-width: 64em) {
  .c-carousel--parking .flickity-prev-next-button.next {
    right: -3.75em;
  }
}

.c-carousel--parking .flickity-prev-next-button:hover {
  background: #15a8e0;
}

.c-carousel--parking .flickity-prev-next-button:hover .arrow {
  fill: #fff;
}

/* arrow color */

.c-carousel--parking .flickity-prev-next-button .arrow {
  fill: #193d66;
}

.c-carousel--parking .flickity-prev-next-button.no-svg {
  color: #193d66;
}

/* ==========================================================================
   #Hero
   ========================================================================== */

/**
 * Wrapping color for hero image
 */

.c-hero {
  background-color: #15a8e0;
}

@media (min-width: 64em) {
  .c-hero {
    background-color: #d7d2cb;
  }
}

.c-hero .container {
  position: relative;
}

.c-hero--static-welcome {
  max-height: 500px;
}

/* ==========================================================================
   #Parking information
   ========================================================================== */

/**
 * wrapper for parking information carousel
 */

.c-parking-info {
  background-color: #d7d2cb;
  background-image: url("/images/touts/parking.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* ==========================================================================
   #Lot Status
   ========================================================================== */

/**
 * Display current parking inforamtion for a given lot
 */

.c-lot-status {
  position: relative;
  height: 20em;
  text-align: center;
  background-color: #fff;
  border: 0px solid #fff;
}

/**
 * Inner
 */

.c-lot-status__inner {
  height: 100%;
  border: 6px solid #fff;
  padding: 0 0.75em 3.125em 0.75em;
}

.c-lot-status:hover .c-lot-status__inner {
  border-color: #666;
}

/**
 * Name
 */

.c-lot-status__name {
  font-size: 1.375em;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0.75em;
  margin-top: 0;
  border: 0;
  padding: 0;
}

.c-lot-status__name::before {
  width: 1.375em;
  height: 1.375em;
  content: "P";
  background-color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 1.9375em;
  margin: 0.375em auto 0.375em auto;
  line-height: 1;
  font-family: 'ApexNew';
  font-weight: 700;
}

/**
 * Price
 */

.c-lot-status__price,
.c-lot-status__price p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 4px;
}

.c-lot-status__price span,
.c-lot-status__price strong,
.c-lot-status__price p span,
.c-lot-status__price p strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.c-lot-status__price strong + span,
.c-lot-status__price p strong + span {
  font-family: 'ApexNewBook';
}

/**
 * Action
 */

.c-lot-status__action-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 1.5em;
  width: 100%;
  text-align: center;
}

/**
 * COLOR OVERRIDES
 */

.c-lot-status--blue:hover .c-lot-status__inner {
  border-color: #00a3e0;
}

.c-lot-status--blue .c-lot-status__name {
  color: #00597a;
}

.c-lot-status--blue .c-lot-status__name::before {
  background-color: #00a3e0;
}

.c-lot-status--blue .c-lot-status__action {
  background-color: #00a3e0;
}

.c-lot-status--blue .c-lot-status__price,
.c-lot-status--blue .c-lot-status__price p {
  color: #00a3e0;
}

.c-lot-status--brown:hover .c-lot-status__inner {
  border-color: #554b4d;
}

.c-lot-status--brown .c-lot-status__name {
  color: #1f1b1c;
}

.c-lot-status--brown .c-lot-status__name::before {
  background-color: #554b4d;
}

.c-lot-status--brown .c-lot-status__action {
  background-color: #554b4d;
}

.c-lot-status--brown .c-lot-status__price,
.c-lot-status--brown .c-lot-status__price p {
  color: #554b4d;
}

.c-lot-status--red:hover .c-lot-status__inner {
  border-color: #a42715;
}

.c-lot-status--red .c-lot-status__name {
  color: #4a1109;
}

.c-lot-status--red .c-lot-status__name::before {
  background-color: #a42715;
}

.c-lot-status--red .c-lot-status__action {
  background-color: #a42715;
}

.c-lot-status--red .c-lot-status__price,
.c-lot-status--red .c-lot-status__price p {
  color: #a42715;
}

.c-lot-status--green:hover .c-lot-status__inner {
  border-color: #99ca3c;
}

.c-lot-status--green .c-lot-status__name {
  color: #5e7e22;
}

.c-lot-status--green .c-lot-status__name::before {
  background-color: #99ca3c;
}

.c-lot-status--green .c-lot-status__action {
  background-color: #99ca3c;
}

.c-lot-status--green .c-lot-status__price,
.c-lot-status--green .c-lot-status__price p {
  color: #99ca3c;
}

.c-lot-status--yellow:hover .c-lot-status__inner {
  border-color: #f1be48;
}

.c-lot-status--yellow .c-lot-status__name {
  color: #c48d0f;
}

.c-lot-status--yellow .c-lot-status__name::before {
  background-color: #f1be48;
}

.c-lot-status--yellow .c-lot-status__action {
  background-color: #f1be48;
}

.c-lot-status--yellow .c-lot-status__price,
.c-lot-status--yellow .c-lot-status__price p {
  color: #f1be48;
}

.c-lot-status--dark-gray:hover .c-lot-status__inner {
  border-color: #554b4d;
}

.c-lot-status--dark-gray .c-lot-status__name {
  color: #1f1b1c;
}

.c-lot-status--dark-gray .c-lot-status__name::before {
  background-color: #554b4d;
}

.c-lot-status--dark-gray .c-lot-status__action {
  background-color: #554b4d;
}

.c-lot-status--dark-gray .c-lot-status__price,
.c-lot-status--dark-gray .c-lot-status__price p {
  color: #554b4d;
}

.c-lot-status--black:hover .c-lot-status__inner {
  border-color: #222;
}

.c-lot-status--black .c-lot-status__name {
  color: black;
}

.c-lot-status--black .c-lot-status__name::before {
  background-color: #222;
}

.c-lot-status--black .c-lot-status__action {
  background-color: #222;
}

.c-lot-status--black .c-lot-status__price,
.c-lot-status--black .c-lot-status__price p {
  color: #222;
}

.c-lot-status--gray:hover .c-lot-status__inner {
  border-color: #b7b7b7;
}

.c-lot-status--gray .c-lot-status__name {
  color: #848484;
}

.c-lot-status--gray .c-lot-status__name::before {
  background-color: #b7b7b7;
}

.c-lot-status--gray .c-lot-status__action {
  background-color: #b7b7b7;
}

.c-lot-status--gray .c-lot-status__price,
.c-lot-status--gray .c-lot-status__price p {
  color: #b7b7b7;
}

.c-lot-status--dark-blue:hover .c-lot-status__inner {
  border-color: #002855;
}

.c-lot-status--dark-blue .c-lot-status__name {
  color: black;
}

.c-lot-status--dark-blue .c-lot-status__name::before {
  background-color: #002855;
}

.c-lot-status--dark-blue .c-lot-status__action {
  background-color: #002855;
}

.c-lot-status--dark-blue .c-lot-status__price,
.c-lot-status--dark-blue .c-lot-status__price p {
  color: #002855;
}

.c-lot-status--aqua:hover .c-lot-status__inner {
  border-color: #6AD1E3;
}

.c-lot-status--aqua .c-lot-status__name {
  color: #25abc2;
}

.c-lot-status--aqua .c-lot-status__name::before {
  background-color: #6AD1E3;
}

.c-lot-status--aqua .c-lot-status__action {
  background-color: #6AD1E3;
}

.c-lot-status--aqua .c-lot-status__price,
.c-lot-status--aqua .c-lot-status__price p {
  color: #6AD1E3;
}

.c-lot-status--dark-green:hover .c-lot-status__inner {
  border-color: #557028;
}

.c-lot-status--dark-green .c-lot-status__name {
  color: #1c250d;
}

.c-lot-status--dark-green .c-lot-status__name::before {
  background-color: #557028;
}

.c-lot-status--dark-green .c-lot-status__action {
  background-color: #557028;
}

.c-lot-status--dark-green .c-lot-status__price,
.c-lot-status--dark-green .c-lot-status__price p {
  color: #557028;
}

.c-lot-status--orange:hover .c-lot-status__inner {
  border-color: #D64325;
}

.c-lot-status--orange .c-lot-status__name {
  color: #7f2816;
}

.c-lot-status--orange .c-lot-status__name::before {
  background-color: #D64325;
}

.c-lot-status--orange .c-lot-status__action {
  background-color: #D64325;
}

.c-lot-status--orange .c-lot-status__price,
.c-lot-status--orange .c-lot-status__price p {
  color: #D64325;
}

/* ==========================================================================
   #Lot Compare
   ========================================================================== */

/**
 * Display current parking inforamtion for a given lot
 */

.c-lot-compare {
  position: relative;
  padding-left: 3.125em;
  margin-bottom: 1.5em;
}

/**
  * Parking symbol
  */

.c-lot-compare::before {
  width: 1.375em;
  height: 1.375em;
  content: "P";
  background-color: #666;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375em;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 1.5625em;
  line-height: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * Inner
 */

.c-lot-compare__inner {
  height: 100%;
  border-bottom: 1px solid #efefef;
}

.c-lot-compare:hover .c-lot-compare__inner {
  border-color: #666;
}

/**
 * Name
 */

.c-lot-compare__name {
  font-size: 1.125em;
  margin-bottom: 0.375em;
}

/**
 * Details
 */

.c-lot-compare__details {
  margin-left: 0em;
  margin-bottom: 1.5em;
  font-size: 1rem;
}

/**
 * Item
 */

.c-lot-compare__item {
  display: inline-block;
  margin-right: 1.25em;
  font-size: 0.8125em;
}

.c-lot-compare__item:last-of-type {
  margin-right: 0;
}

.c-lot-compare__item::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #554b4d;
  margin-right: 0.5625em;
  margin-bottom: 0.1875em;
  border-radius: 2px;
}

/**
 * COLOR OVERRIDES
 */

.c-lot-compare--blue:hover .c-lot-compare__inner {
  border-color: #00a3e0;
}

.c-lot-compare--blue::before {
  background-color: #00a3e0;
}

.c-lot-compare--blue .c-lot-compare__action {
  background-color: #00a3e0;
}

.c-lot-compare--blue .c-lot-compare__price {
  color: #00a3e0;
}

.c-lot-compare--brown:hover .c-lot-compare__inner {
  border-color: #554b4d;
}

.c-lot-compare--brown::before {
  background-color: #554b4d;
}

.c-lot-compare--brown .c-lot-compare__action {
  background-color: #554b4d;
}

.c-lot-compare--brown .c-lot-compare__price {
  color: #554b4d;
}

.c-lot-compare--red:hover .c-lot-compare__inner {
  border-color: #a42715;
}

.c-lot-compare--red::before {
  background-color: #a42715;
}

.c-lot-compare--red .c-lot-compare__action {
  background-color: #a42715;
}

.c-lot-compare--red .c-lot-compare__price {
  color: #a42715;
}

.c-lot-compare--green:hover .c-lot-compare__inner {
  border-color: #99ca3c;
}

.c-lot-compare--green::before {
  background-color: #99ca3c;
}

.c-lot-compare--green .c-lot-compare__action {
  background-color: #99ca3c;
}

.c-lot-compare--green .c-lot-compare__price {
  color: #99ca3c;
}

.c-lot-compare--yellow:hover .c-lot-compare__inner {
  border-color: #f1be48;
}

.c-lot-compare--yellow::before {
  background-color: #f1be48;
}

.c-lot-compare--yellow .c-lot-compare__action {
  background-color: #f1be48;
}

.c-lot-compare--yellow .c-lot-compare__price {
  color: #f1be48;
}

.c-lot-compare--dark-gray:hover .c-lot-compare__inner {
  border-color: #554b4d;
}

.c-lot-compare--dark-gray::before {
  background-color: #554b4d;
}

.c-lot-compare--dark-gray .c-lot-compare__action {
  background-color: #554b4d;
}

.c-lot-compare--dark-gray .c-lot-compare__price {
  color: #554b4d;
}

.c-lot-compare--black:hover .c-lot-compare__inner {
  border-color: #222;
}

.c-lot-compare--black::before {
  background-color: #222;
}

.c-lot-compare--black .c-lot-compare__action {
  background-color: #222;
}

.c-lot-compare--black .c-lot-compare__price {
  color: #222;
}

.c-lot-compare--gray:hover .c-lot-compare__inner {
  border-color: #b7b7b7;
}

.c-lot-compare--gray::before {
  background-color: #b7b7b7;
}

.c-lot-compare--gray .c-lot-compare__action {
  background-color: #b7b7b7;
}

.c-lot-compare--gray .c-lot-compare__price {
  color: #b7b7b7;
}

.c-lot-compare--dark-blue:hover .c-lot-compare__inner {
  border-color: #002855;
}

.c-lot-compare--dark-blue::before {
  background-color: #002855;
}

.c-lot-compare--dark-blue .c-lot-compare__action {
  background-color: #002855;
}

.c-lot-compare--dark-blue .c-lot-compare__price {
  color: #002855;
}

.c-lot-compare--aqua:hover .c-lot-compare__inner {
  border-color: #6AD1E3;
}

.c-lot-compare--aqua::before {
  background-color: #6AD1E3;
}

.c-lot-compare--aqua .c-lot-compare__action {
  background-color: #6AD1E3;
}

.c-lot-compare--aqua .c-lot-compare__price {
  color: #6AD1E3;
}

.c-lot-compare--dark-green:hover .c-lot-compare__inner {
  border-color: #557028;
}

.c-lot-compare--dark-green::before {
  background-color: #557028;
}

.c-lot-compare--dark-green .c-lot-compare__action {
  background-color: #557028;
}

.c-lot-compare--dark-green .c-lot-compare__price {
  color: #557028;
}

.c-lot-compare--orange:hover .c-lot-compare__inner {
  border-color: #D64325;
}

.c-lot-compare--orange::before {
  background-color: #D64325;
}

.c-lot-compare--orange .c-lot-compare__action {
  background-color: #D64325;
}

.c-lot-compare--orange .c-lot-compare__price {
  color: #D64325;
}

/* ==========================================================================
   #EXPLORE
   ========================================================================== */

/**
 * Wrapper for explore carousel
 */

.c-explore .container {
  padding-top: 6em;
  padding-bottom: 6em;
}

@media (max-width: 63.99em) {
  .c-explore .container {
    padding-right: 0;
    padding-left: 0;
    overflow-x: scroll;
    padding-left: 0.75em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

/* ==========================================================================
   #Page Footer
   ========================================================================== */

/**
 * Container for footer naviagations
 */

@media (min-width: 64em) {
  .c-page-footer {
    padding-bottom: 1.5em;
  }
}

/**
 * icon
 */

.c-page-footer__icon {
  border-bottom: 1px solid #d7d2cb;
  text-transform: uppercase;
  padding-bottom: 0;
}

@media (max-width: 63.99em) {
  .c-page-footer__icon {
    text-align: center;
  }
}

.c-page-footer__icon svg {
  max-width: 180px;
}

/**
 * Seperator
 * Decorator to add some spacing and borders
 */

.c-page-footer__seperator {
  padding: 0.75em 0;
  border-top: 1px solid #d7d2cb;
  border-bottom: 1px solid #d7d2cb;
}

/**
 * Copyright
 */

.c-page-footer__copyright {
  padding: 1.5em 0;
  font-size: 0.75em;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .c-page-footer__copyright {
    text-align: left;
  }
}

/* ==========================================================================
   #Content Header
   ========================================================================== */

/**
 * Content headline on landing pages.  
 */

.c-content-header-landing {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20.625em;
  width: 100%;
  background-color: #193d66;
}

@media (min-width: 64em) {
  .c-content-header-landing {
    height: 26.875em;
  }
}

/**
 * Inner 
 */

.c-content-header-landing__inner {
  display: inline-block;
  min-width: 12.5em;
  max-width: 43.75em;
  position: relative;
  padding: 1.5em 1.5em 5em 1.5em;
  background-color: rgba(25, 61, 102, 0.93);
  text-align: center;
  z-index: 2;
}

/**
 * Decorator 
 * use px instead of em for height and width values due to icon font sizing issues
 */

.c-content-header-landing__inner::after {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
  margin-bottom: -2px;
  background-color: #fff;
  color: #193d66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 60px;
  font-size: 2.625em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -60px;
  border-radius: 120px 120px 0 0;
  z-index: 2;
  visibility: hidden;
}

.icons-ready .c-content-header-landing__inner::after {
  visibility: visible;
}

/** Special sizing for tiny plane **/

.c-content-header-landing__inner[data-icon="O"]::after {
  font-size: 60px;
  line-height: 0.8;
}

/** Properly center the question mark icon **/

.c-content-header-landing__inner[data-icon="m"]::after {
  text-indent: -5px;
}

/**
 * Headline 
 */

.c-content-header-landing__headline,
.c-content-header-landing__headline p {
  position: relative;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 2;
}

@media (min-width: 64em) {
  .c-content-header-landing__headline,
  .c-content-header-landing__headline p {
    font-size: 36px;
  }
}

/**
 * Image 
 */

.c-content-header-landing__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.75;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ==========================================================================
   #Content Header
   ========================================================================== */

/**
 * Content headline on sub-pages.
 */

.c-content-header-subpage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 15.625em;
  width: 100%;
}

@media (min-width: 64em) {
  .c-content-header-subpage {
    height: 27.5em;
    margin-bottom: -4.6875em;
  }
}

@media (min-width: 75em) {
  .c-content-header-subpage {
    height: 36em;
    margin-bottom: -5.3125em;
  }
}

/**
 * Inner
 */

.c-content-header-subpage__inner {
  max-width: 800px;
  position: relative;
  padding-bottom: 1.5em;
}

@media (min-width: 64em) {
  .c-content-header-subpage__inner {
    padding-bottom: 4.0625em;
  }
}

@media (min-width: 75em) {
  .c-content-header-subpage__inner {
    padding-bottom: 4.6875em;
  }
}

/**
 * Headline
 */

.c-content-header-subpage__headline,
.c-content-header-subpage__headline p {
  color: #fff;
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .c-content-header-subpage__headline,
  .c-content-header-subpage__headline p {
    font-size: 54px;
  }
}

@media (min-width: 75em) {
  .c-content-header-subpage__headline,
  .c-content-header-subpage__headline p {
    font-size: 70px;
  }
}

/**
 * Image
 */

.c-content-header-subpage__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
  max-width: 1800px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/**
  * Place graident over image
  */

.c-content-header-subpage__image::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,ffffff+70,ffffff+100&1+0,0+30,0+70,1+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(23%, rgba(34, 34, 34, 0)), color-stop(47%, rgba(34, 34, 34, 0)), to(#222222));
  background: linear-gradient(#222222 0%, rgba(34, 34, 34, 0) 23%, rgba(34, 34, 34, 0) 47%, #222222 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.c-content-header-subpage--aspect-ratio .c-content-header-subpage__image {
  background-size: auto 100%;
  background-position: 50% 50%;
  top: calc(3.125em + 2.5em);
  height: calc(250px - (3.125em + 2.5em));
}

@media (min-width: 48em) {
  .c-content-header-subpage--aspect-ratio .c-content-header-subpage__image {
    top: calc(3.75em + 2.5em);
    height: calc(440px - (3.75em + 2.5em));
  }
}

@media (min-width: 75em) {
  .c-content-header-subpage--aspect-ratio .c-content-header-subpage__image {
    top: calc(3.75em + 2.5em);
    height: calc(576px - (3.75em + 2.5em));
  }
}

/* ==========================================================================
   #Breadcrumb
   ========================================================================== */

/**
 * Dsiplay site depth
 */

.c-breadcrumb {
  color: #15a8e0;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .c-breadcrumb {
    margin-bottom: 0;
    width: 100%;
  }
}

.c-breadcrumb .container {
  padding-right: 0;
}

.c-breadcrumb p {
  margin: 0;
}

@media (max-width: 63.99em) {
  .c-breadcrumb p {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-right: 1.5em;
  }
}

/**
 * Link 
 */

.c-breadcrumb__link {
  display: inline-block;
  padding: 1.5em 0;
  text-decoration: underline;
  color: #15a8e0;
  font-weight: 400;
  font-size: 0.8125em;
  font-family: 'ApexNew';
}

@media (min-width: 64em) {
  .c-breadcrumb__link {
    font-size: 0.8125em;
    color: white;
  }
}

@media (min-width: 75em) {
  .c-breadcrumb__link {
    font-size: 0.875em;
  }
}

.c-breadcrumb__link:link,
.c-breadcrumb__link:visited {
  color: #15a8e0;
}

@media (min-width: 64em) {
  .c-breadcrumb__link:link,
  .c-breadcrumb__link:visited {
    color: white;
  }
}

.c-breadcrumb__link.is-active,
.c-breadcrumb__link:last-of-type {
  text-decoration: none;
}

/**
 * Seperator 
 */

.c-breadcrumb__seperator {
  display: inline-block;
  padding: 0 0.375em;
  font-size: 0.625em;
  font-weight: 300;
}

@media (min-width: 64em) {
  .c-breadcrumb__seperator {
    color: #fff;
    font-size: 0.8125em;
  }
}

@media (min-width: 75em) {
  .c-breadcrumb__seperator {
    font-size: 0.875em;
  }
}

.c-breadcrumb__seperator:last-of-type {
  display: none;
}

/* ==========================================================================
   #Content
   ========================================================================== */

/**
 * Display rules for content wrapping on subpages 
 */

.c-content {
  padding-bottom: 1.5em;
  /** Padding Controls **/
  /** Margin Controls **/
}

@media (min-width: 64em) {
  .c-content {
    padding-bottom: 3em;
  }
}

.c-content p:last-child {
  margin-bottom: 0;
}

.c-content--no-pad {
  padding-bottom: 0;
}

.c-content--pad-vertical {
  padding: 1.5em 0;
}

.c-content--pad-vertical-huge {
  padding: 3em 0;
}

.c-content--pad-horizontal {
  padding: 0 1.5em;
}

.c-content--pad-horizontal-huge {
  padding: 0 3em;
}

.c-content--pad-all {
  padding: 1.5em;
}

.c-content--pad-all-huge {
  padding: 3em;
}

.c-content--pad-top {
  padding-top: 1.5em;
  padding-bottom: 0;
}

.c-content--pad-top-huge {
  padding-top: 3em;
  padding-bottom: 0;
}

.c-content--no-margin {
  margin-bottom: 0;
}

.c-content--margin-vertical {
  margin: 1.5em 0;
}

.c-content--margin-vertical-huge {
  margin: 3em 0;
}

.c-content--margin-horizontal {
  margin: 0 1.5em;
}

.c-content--margin-horizontal-huge {
  margin: 0 3em;
}

.c-content--margin-all {
  margin: 1.5em;
}

.c-content--margin-all-huge {
  margin: 3em;
}

.c-content--margin-top {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.c-content--margin-top-huge {
  margin-top: 3em;
  margin-bottom: 0;
}

.c-content--reverse {
  background-color: #fff;
}

.c-content--reverse .c-content__main p {
  text-align: center !important;
}

.c-content .section-before img:not([width]) {
  width: 100% !important;
  height: auto;
}

/* Pad the top of the main content section to get below image 
 * from page header */

.c-content--subpage {
  overflow-x: hidden;
}

.c-content--subpage .c-content__main {
  padding-top: 1.25em;
}

@media (min-width: 64em) {
  .c-content--subpage .c-content__main {
    padding-top: 3.75em;
  }
}

@media (min-width: 64em) {
  .c-content--subpage {
    padding-bottom: 1.5em;
  }
}

.c-content--landing-wide,
.c-content--landing-no-arrow,
.c-content--landing {
  position: relative;
  padding: 5em 0 2em;
  /* Center Text and add mx width on landing page */
}

.c-content--landing-wide .c-content__main h1,
.c-content--landing-wide .c-content__main h2,
.c-content--landing-wide .c-content__main h3,
.c-content--landing-wide .c-content__main h4,
.c-content--landing-wide .c-content__main h5,
.c-content--landing-wide .c-content__main h6,
.c-content--landing-wide .c-content__main p,
.c-content--landing-wide .c-content__main ul,
.c-content--landing-wide .c-content__main .c-collapse,
.c-content--landing-no-arrow .c-content__main h1,
.c-content--landing-no-arrow .c-content__main h2,
.c-content--landing-no-arrow .c-content__main h3,
.c-content--landing-no-arrow .c-content__main h4,
.c-content--landing-no-arrow .c-content__main h5,
.c-content--landing-no-arrow .c-content__main h6,
.c-content--landing-no-arrow .c-content__main p,
.c-content--landing-no-arrow .c-content__main ul,
.c-content--landing-no-arrow .c-content__main .c-collapse,
.c-content--landing .c-content__main h1,
.c-content--landing .c-content__main h2,
.c-content--landing .c-content__main h3,
.c-content--landing .c-content__main h4,
.c-content--landing .c-content__main h5,
.c-content--landing .c-content__main h6,
.c-content--landing .c-content__main p,
.c-content--landing .c-content__main ul,
.c-content--landing .c-content__main .c-collapse {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-content--landing-wide .c-content__main p,
.c-content--landing-wide .c-content__main .c-collapse h3,
.c-content--landing-no-arrow .c-content__main p,
.c-content--landing-no-arrow .c-content__main .c-collapse h3,
.c-content--landing .c-content__main p,
.c-content--landing .c-content__main .c-collapse h3 {
  text-align: left;
}

.c-content--landing-wide .c-content__main ul,
.c-content--landing-wide .c-content__main ol,
.c-content--landing-no-arrow .c-content__main ul,
.c-content--landing-no-arrow .c-content__main ol,
.c-content--landing .c-content__main ul,
.c-content--landing .c-content__main ol {
  max-width: calc(700px - 100px);
  text-align: left;
}

.c-content--landing-wide .c-content__main ul ul,
.c-content--landing-wide .c-content__main ul ol,
.c-content--landing-wide .c-content__main ol ul,
.c-content--landing-wide .c-content__main ol ol,
.c-content--landing-no-arrow .c-content__main ul ul,
.c-content--landing-no-arrow .c-content__main ul ol,
.c-content--landing-no-arrow .c-content__main ol ul,
.c-content--landing-no-arrow .c-content__main ol ol,
.c-content--landing .c-content__main ul ul,
.c-content--landing .c-content__main ul ol,
.c-content--landing .c-content__main ol ul,
.c-content--landing .c-content__main ol ol {
  margin-top: 0.75em;
  max-width: calc(700px - 135px);
}

.c-content--landing-wide .c-content__main ul ul ul,
.c-content--landing-wide .c-content__main ul ul ol,
.c-content--landing-wide .c-content__main ul ol ul,
.c-content--landing-wide .c-content__main ul ol ol,
.c-content--landing-wide .c-content__main ol ul ul,
.c-content--landing-wide .c-content__main ol ul ol,
.c-content--landing-wide .c-content__main ol ol ul,
.c-content--landing-wide .c-content__main ol ol ol,
.c-content--landing-no-arrow .c-content__main ul ul ul,
.c-content--landing-no-arrow .c-content__main ul ul ol,
.c-content--landing-no-arrow .c-content__main ul ol ul,
.c-content--landing-no-arrow .c-content__main ul ol ol,
.c-content--landing-no-arrow .c-content__main ol ul ul,
.c-content--landing-no-arrow .c-content__main ol ul ol,
.c-content--landing-no-arrow .c-content__main ol ol ul,
.c-content--landing-no-arrow .c-content__main ol ol ol,
.c-content--landing .c-content__main ul ul ul,
.c-content--landing .c-content__main ul ul ol,
.c-content--landing .c-content__main ul ol ul,
.c-content--landing .c-content__main ul ol ol,
.c-content--landing .c-content__main ol ul ul,
.c-content--landing .c-content__main ol ul ol,
.c-content--landing .c-content__main ol ol ul,
.c-content--landing .c-content__main ol ol ol {
  margin-top: 0.75em;
  max-width: calc(700px - 170px);
}

@media (max-width: 63.99em) {
  .c-content--landing-wide .c-content__main ul,
  .c-content--landing-wide .c-content__main ol,
  .c-content--landing-no-arrow .c-content__main ul,
  .c-content--landing-no-arrow .c-content__main ol,
  .c-content--landing .c-content__main ul,
  .c-content--landing .c-content__main ol {
    margin-left: 1.5em;
  }
}

.c-content--landing-wide .c-content__main .c-tout__text p,
.c-content--landing-no-arrow .c-content__main .c-tout__text p,
.c-content--landing .c-content__main .c-tout__text p {
  text-align: center;
}

.c-content--landing-wide .c-faq,
.c-content--landing-no-arrow .c-faq,
.c-content--landing .c-faq {
  max-width: 700px;
}

.c-content--landing-wide .c-content-block,
.c-content--landing-no-arrow .c-content-block,
.c-content--landing .c-content-block {
  margin-left: auto;
  margin-right: auto;
}

.c-content--landing-wide .center,
.c-content--landing-no-arrow .center,
.c-content--landing .center {
  text-align: center !important;
}

.c-content--landing-wide {
  /* Center Text and add mx width on landing page */
}

.c-content--landing-wide .c-content__main h1,
.c-content--landing-wide .c-content__main h2,
.c-content--landing-wide .c-content__main h3,
.c-content--landing-wide .c-content__main h4,
.c-content--landing-wide .c-content__main h5,
.c-content--landing-wide .c-content__main h6,
.c-content--landing-wide .c-content__main p,
.c-content--landing-wide .c-content__main ul,
.c-content--landing-wide .c-content__main .c-collapse {
  max-width: 1000px;
}

.c-content--decorate {
  position: relative;
  overflow: hidden;
}

.c-content__container[data-icon]::before {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
  position: absolute;
  top: 50px;
  right: 5%;
  font-size: 28.125em;
  color: rgba(0, 44, 92, 0.05);
}

.c-content--landing-no-arrow {
  padding-top: 3em;
  padding-bottom: 3em;
}

/**
 * Icon
 */

.c-content--landing:before {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "V";
  color: #15a8e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 60px;
  font-size: 2.25em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -60px;
}

/* Remove top margin from first element */

.c-content__main {
  /** Bold headlines **/
}

.c-content__main h2:first-of-type {
  margin-top: 0;
}

/**
 * Inner wrapper
 */

/**
 * Display rules for content wrapping on subpages 
 */

@media (min-width: 64em) {
  .c-content__sidebar--left .c-content__inner {
    margin-right: 1.5em;
  }
}

/* ==========================================================================
   #Content Sub Group
   ========================================================================== */

/**
 * Generic blocks of content
 */

.c-content-sub {
  margin-bottom: 1.5em;
  /** Padding Controls **/
  /** Margin Controls **/
}

.c-content-sub.c-content--no-pad {
  padding-bottom: 0;
}

.c-content-sub.c-content--pad-vertical {
  padding: 1.5em 0;
}

.c-content-sub.c-content--pad-vertical-huge {
  padding: 3em 0;
}

.c-content-sub.c-content--pad-horizontal {
  padding: 0 1.5em;
}

.c-content-sub.c-content--pad-horizontal-huge {
  padding: 0 3em;
}

.c-content-sub.c-content--pad-all {
  padding: 1.5em;
}

.c-content-sub.c-content--pad-all-huge {
  padding: 3em;
}

.c-content-sub.c-content--pad-top {
  padding-top: 1.5em;
  padding-bottom: 0;
}

.c-content-sub.c-content--pad-top-huge {
  padding-top: 3em;
  padding-bottom: 0;
}

.c-content-sub.c-content--no-margin {
  margin-bottom: 0;
}

.c-content-sub.c-content--margin-vertical {
  margin: 1.5em 0;
}

.c-content-sub.c-content--margin-vertical-huge {
  margin: 3em 0;
}

.c-content-sub.c-content--margin-horizontal {
  margin: 0 1.5em;
}

.c-content-sub.c-content--margin-horizontal-huge {
  margin: 0 3em;
}

.c-content-sub.c-content--margin-all {
  margin: 1.5em;
}

.c-content-sub.c-content--margin-all-huge {
  margin: 3em;
}

.c-content-sub.c-content--margin-top {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.c-content-sub.c-content--margin-top-huge {
  margin-top: 3em;
  margin-bottom: 0;
}

.c-content-sub.c-content--reverse {
  background-color: #fff;
}

.c-content-sub.c-content--reverse .c-content__main p {
  text-align: center !important;
}

.c-content-sub.c-content-sub--h2-with-icon p {
  margin-left: 0;
}

.c-content-sub--reverse h2,
.c-content-sub--reverse h3,
.c-content-sub--reverse h4,
.c-content-sub--reverse h5 {
  text-align: center;
  font-size: 3.125em;
}

.c-content-sub--reverse .section-before p {
  text-align: center;
  text-align: left;
}

.c-content-sub--address-map-mini .container {
  padding: 0;
}

.c-content-sub--business {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

@media (min-width: 64em) {
  .c-content-sub--business {
    width: 48.5%;
  }
}

.c-content-sub--business .container {
  padding: 0;
}

.c-content-sub--business-stacked {
  width: 100%;
}

@media (min-width: 64em) {
  .c-content-sub--fill {
    width: 100%;
  }
}

/* ==========================================================================
   #TOUT-GROUP
   ========================================================================== */

/**
 * Group and display multiple touts
 */

/* Style variants
   ========================================================================== */

/**
 * Subpage 
 */

/* ==========================================================================
   #TOUT-GROUP--subpage
   ========================================================================== */

/**
 * modifier --subfeature
 * Large individual tout the takes up and entire section
 */

.c-tout-group--subpage {
  position: relative;
  background-color: #eaeaea;
  margin-top: 1.5em;
}

.c-tout-group--subpage.c-tout-group--has-3 .c-tout-group__inner .c-tout {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

.c-tout-group--subpage.c-tout-group--has-4 .c-tout-group__inner .c-tout {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}

/**
 * Icon
 */

.c-tout-group--subpage::before {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "r";
  background-color: white;
  color: #15a8e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 60px;
  font-size: 2.25em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -60px;
  border-radius: 0 0 120px 120px;
  visibility: hidden;
}

.icons-ready .c-tout-group--subpage::before {
  visibility: visible;
}

.c-tout-group--subpage[data-icon]::before {
  content: attr(data-icon);
}

/**
 * Inner 
 */

.c-tout-group--subpage .c-tout-group__inner {
  margin-left: -0.75em;
  margin-right: -0.75em;
  padding: 6em 0 3em 0;
}

@media (min-width: 48em) {
  .c-tout-group--subpage .c-tout-group__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-tout-group--subpage .c-tout-group__inner .c-tout {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin-bottom: 1.5em;
}

@media (min-width: 48em) {
  .c-tout-group--subpage .c-tout-group__inner .c-tout {
    margin-bottom: 0;
  }
}

.c-tout-group--subpage .c-tout-group__inner .c-tout:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 63.99em) {
  .c-tout-group--subpage .c-tout-group__inner .c-tout {
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * Headline
 */

.c-tout-group--subpage .c-tout-group__headline {
  padding-top: 80px;
  text-align: center;
  margin: 0 0 0.75em 0;
}

.c-tout-group--subpage .c-tout-group__headline + .c-tout-group__inner {
  padding-top: 0;
}

/**
 * Landing 
 */

/* ==========================================================================
   #TOUT-GROUP--landing
   ========================================================================== */

/**
 * modifier --landing
 * 3 across to represents pages in section
 */

.c-tout-group--landing {
  position: relative;
}

@media (max-width: 63.99em) {
  .c-tout-group--landing {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}

/**
 * Inner 
 */

@media (min-width: 48em) {
  .c-tout-group--landing .c-tout-group__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-tout-group--landing .c-tout-group__inner .c-tout {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border-right: 1px solid #d7d2cb;
  border-top: 1px solid #d7d2cb;
  border-bottom: 1px solid #d7d2cb;
  margin-bottom: 3em;
}

@media (max-width: 63.99em) {
  .c-tout-group--landing .c-tout-group__inner .c-tout {
    border: 1px solid #d7d2cb;
  }
}

@media (min-width: 64em) {
  .c-tout-group--landing .c-tout-group__inner .c-tout {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}

.c-tout-group--landing .c-tout-group__inner .c-tout:first-of-type {
  border-left: 1px solid #d7d2cb;
}

/**
 * Landing Fill
 */

/* ==========================================================================
   #TOUT-GROUP--landing
   ========================================================================== */

/**
 * modifier --landing
 * 3 across to represents pages in section
 */

.c-tout-group--landing-fill {
  position: relative;
}

/**
 * Inner 
 */

@media (min-width: 48em) {
  .c-tout-group--landing-fill .c-tout-group__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-tout-group--landing-fill .c-tout-group__inner .c-tout {
  border-right: 1px solid #d7d2cb;
  border-top: 1px solid #d7d2cb;
  border-bottom: 1px solid #d7d2cb;
  margin-bottom: 3em;
}

@media (max-width: 63.99em) {
  .c-tout-group--landing-fill .c-tout-group__inner .c-tout {
    border: 1px solid #d7d2cb;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 48em) {
  .c-tout-group--landing-fill .c-tout-group__inner .c-tout {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 64em) {
  .c-tout-group--landing-fill .c-tout-group__inner .c-tout {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-tout-group--landing-fill .c-tout-group__inner .c-tout:first-of-type {
  border-left: 1px solid #d7d2cb;
}

/* ==========================================================================
   #Search
   ========================================================================== */

/**
 * Search bar for main site search
 */

.c-social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.75em;
  background-color: #c0b5b8;
  width: 3.125em;
  height: 3.125em;
  border-radius: 50%;
  text-decoration: none;
  color: white;
}

@media (min-width: 64em) {
  .c-social-link {
    width: 1.875em;
    height: 1.875em;
  }
}

.c-social-link:link,
.c-social-link:visited {
  color: white;
}

.c-social-link:last-of-type {
  margin-right: 0;
}

.c-social-link:hover {
  background-color: #15a8e0;
}

.c-social-link:before {
  padding-right: 0 !important;
  font-size: 30px;
}

@media (min-width: 64em) {
  .c-social-link:before {
    font-size: 20px;
  }
}

.c-social-link--large {
  width: 40px;
  height: 40px;
}

.c-social-link--large:before {
  font-size: 24px;
}

.c-social-link--huge {
  width: 70px;
  height: 70px;
}

.c-social-link--huge:before {
  font-size: 50px;
}

/* ==========================================================================
   #menu
   ========================================================================== */

/**
 * base
 */

.c-menu {
  list-style: none;
  margin: 0;
  font-size: 1rem;
}

.c-menu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.c-menu__link-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.c-menu__link-toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}

/* ==========================================================================
   #EXPLORE
   ========================================================================== */

/**
 * base
 */

/**
 * Links
 */

.c-menu-legal__item {
  white-space: nowrap;
}

.c-menu-legal__link {
  color: #554b4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.75em;
  white-space: nowrap;
}

@media (min-width: 64em) {
  .c-menu-legal__link {
    font-size: 0.875em;
  }
}

/**
 * Seperator
 */

.c-menu-legal__seperator {
  display: inline-block;
  padding: 0 0.375em;
  color: #c0b5b8;
}

.c-menu-legal__item:last-of-type .c-menu-legal__seperator {
  display: none;
}

/* ==========================================================================
   #main menu!
   ========================================================================== */

/**
 * base
 */

@media (min-width: 64em) {
  .c-menu-main {
    z-index: 500;
  }
}

@media (min-width: 64em) {
  .c-menu-main {
    margin-left: 13.75em;
    margin-right: 13.25em;
  }
}

@media (min-width: 75em) {
  .c-menu-main {
    margin-left: 17.8125em;
    margin-right: 15.625em;
  }
}

@media (max-width: 63.99em) {
  .c-menu-main {
    padding-bottom: 80px;
  }
}

/**
  *  Top level ul
  */

@media (min-width: 64em) {
  .c-menu-main .c-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**
 * Specia; js helpers
 */

.c-menu-main::after {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: 'mobile';
}

@media (min-width: 64em) {
  .c-menu-main::after {
    content: 'desktop';
  }
}

/**
 * level one 
 */

.c-menu-main .c-menu__item--level-one {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0.75em;
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-one {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 0;
    padding-left: 0;
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-one:first-of-type {
    padding-left: 1.5em;
  }
}

/**
 * level two 
 */

/** desktop :hover and active **/

.c-menu-main .c-menu--level-two,
.c-menu-main .c-menu--level-three,
.c-menu-main .c-menu--level-four,
.c-menu-main .c-menu--level-five,
.c-menu-main .c-menu--level-six {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-one.is-active .c-menu--level-two,
  .c-menu-main .c-menu__item--level-two.is-active .c-menu--level-three,
  .c-menu-main .c-menu__item--level-three.is-active .c-menu--level-four,
  .c-menu-main .c-menu__item--level-four.is-active .c-menu--level-five,
  .c-menu-main .c-menu__item--level-five.is-active .c-menu--level-six {
    height: 300px !important;
  }
}

@media (max-width: 63.99em) {
  .c-menu-main .c-menu__item--level-one.is-active .c-menu--level-two,
  .c-menu-main .c-menu__item--level-two.is-active .c-menu--level-three,
  .c-menu-main .c-menu__item--level-three.is-active .c-menu--level-four,
  .c-menu-main .c-menu__item--level-four.is-active .c-menu--level-five,
  .c-menu-main .c-menu__item--level-five.is-active .c-menu--level-six {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-one:hover .c-menu--level-two,
  .c-menu-main .c-menu--level-two.is-a11y-active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    height: 300px !important;
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu--level-three,
  .c-menu-main .c-menu--level-four {
    display: none;
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu--level-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 18.75em;
    position: absolute !important;
    top: 3.75em;
    left: 0;
    right: 0;
    background-color: #15a8e0;
    padding-left: 75%;
    padding-right: 1.5em;
  }
}

@media (min-width: 75em) {
  .c-menu-main .c-menu--level-two {
    top: 3.75em;
  }
}

/** Shaded background for left circle callouts **/

@media (min-width: 64em) {
  .c-menu-main .c-menu--level-two::after {
    content: '';
    background-color: #0092c9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70%;
    z-index: 1;
  }
}

/** Fancy circle icon for desktop drop **/

@media (min-width: 64em) {
  .c-menu-main .c-menu--level-two::before {
    font-family: 'airports';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "O";
    background-color: #15a8e0;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 90px;
    font-size: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    left: 70%;
    bottom: 50%;
    margin-bottom: -45px;
    margin-left: -45px;
    border-radius: 90px 0 0 90px;
    z-index: 2;
  }
}

/** Pull out the first 3 items to showcase in circle with icon **/

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-two:nth-child(1),
  .c-menu-main .c-menu__item--level-two:nth-child(2),
  .c-menu-main .c-menu__item--level-two:nth-child(3) {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -90px;
    margin-left: -90px;
    z-index: 3;
    width: 180px;
    height: 180px;
  }
}

.c-menu-main .c-menu__item--level-two:nth-child(1) {
  left: 12.25%;
}

.c-menu-main .c-menu__item--level-two:nth-child(2) {
  left: 32.5%;
}

.c-menu-main .c-menu__item--level-two:nth-child(3) {
  left: 53.75%;
}

/**
 * level one link 
 */

.c-menu-main .c-menu__link--level-one {
  min-height: 5.3125em;
  height: 5.3125em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 100%;
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link--level-one {
    height: 3.75em;
    min-height: 0;
  }
}

@media (min-width: 75em) {
  .c-menu-main .c-menu__link--level-one {
    height: 3.75em;
  }
}

.c-menu-main .c-menu__item--level-one.is-selected .c-menu__link--level-one,
.c-menu-main .c-menu__link--level-one:hover {
  color: #193d66;
}

.c-menu-main .c-menu__item--level-one.is-selected .c-menu__link--level-one::before,
.c-menu-main .c-menu__link--level-one:hover::before {
  color: #193d66;
}

.c-menu-main .c-menu__link-text--level-one {
  text-transform: uppercase;
  font-size: 1.375em;
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link-text--level-one {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.375em 0;
    font-size: 0.8125em;
    min-height: 35px;
    height: 35px;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 75em) {
  .c-menu-main .c-menu__link-text--level-one {
    font-size: 0.875em;
    padding-right: 1.5em;
  }
}

.c-menu-main .c-menu__item--level-one:nth-child(3) .c-menu__link-text--level-one {
  border-right: 0;
}

.c-menu-main .c-menu__link--level-one::before {
  font-size: 55px;
  color: #fff;
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link--level-one::before {
    font-size: 25px;
  }
}

/**
 * level two link 
 */

.c-menu-main .c-menu__link--level-two,
.c-menu-main .c-menu__link--level-three,
.c-menu-main .c-menu__link--level-four,
.c-menu-main .c-menu__link--level-five,
.c-menu-main .c-menu__link--level-six {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link--level-two,
  .c-menu-main .c-menu__link--level-three,
  .c-menu-main .c-menu__link--level-four,
  .c-menu-main .c-menu__link--level-five,
  .c-menu-main .c-menu__link--level-six {
    font-size: 0.875em;
    border: 0;
    min-height: 0;
    padding: 0.75em 0;
  }
}

.c-menu-main .c-menu__item--level-two.is-selected .c-menu__link--level-two,
.c-menu-main .c-menu__link--level-two:hover {
  color: #193d66;
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-two:nth-child(1) .c-menu__link--level-two,
  .c-menu-main .c-menu__item--level-two:nth-child(2) .c-menu__link--level-two,
  .c-menu-main .c-menu__item--level-two:nth-child(3) .c-menu__link--level-two {
    position: relative;
    width: 180px;
    height: 180px;
    padding-top: 110px;
    text-align: center;
    border-radius: 50%;
    background-color: #15a8e0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-two:nth-child(1).is-selected .c-menu__link--level-two,
  .c-menu-main .c-menu__item--level-two:nth-child(1) .c-menu__link--level-two:hover,
  .c-menu-main .c-menu__item--level-two:nth-child(2).is-selected .c-menu__link--level-two,
  .c-menu-main .c-menu__item--level-two:nth-child(2) .c-menu__link--level-two:hover,
  .c-menu-main .c-menu__item--level-two:nth-child(3).is-selected .c-menu__link--level-two,
  .c-menu-main .c-menu__item--level-two:nth-child(3) .c-menu__link--level-two:hover {
    background-color: #193d66;
    color: #fff;
  }
}

@media (max-width: 63.99em) {
  .c-menu-main .c-menu__item--level-two:nth-child(1).is-selected .c-menu__link--level-two,
  .c-menu-main .c-menu__item--level-two:nth-child(1) .c-menu__link--level-two:hover,
  .c-menu-main .c-menu__item--level-two:nth-child(2).is-selected .c-menu__link--level-two,
  .c-menu-main .c-menu__item--level-two:nth-child(2) .c-menu__link--level-two:hover,
  .c-menu-main .c-menu__item--level-two:nth-child(3).is-selected .c-menu__link--level-two,
  .c-menu-main .c-menu__item--level-two:nth-child(3) .c-menu__link--level-two:hover {
    color: #193d66;
  }
}

/** Giant icon **/

.c-menu-main .c-menu__item--level-two:nth-child(1) .c-menu__link--level-two::before,
.c-menu-main .c-menu__item--level-two:nth-child(2) .c-menu__link--level-two::before,
.c-menu-main .c-menu__item--level-two:nth-child(3) .c-menu__link--level-two::before {
  font-size: 65px;
  width: 180px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-two:nth-child(1) .c-menu__link-text--level-two,
  .c-menu-main .c-menu__item--level-two:nth-child(2) .c-menu__link-text--level-two,
  .c-menu-main .c-menu__item--level-two:nth-child(3) .c-menu__link-text--level-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    line-height: 1.3;
  }
}

/**
 * level three link 
 */

.c-menu-main .c-menu__link--level-three {
  margin-left: 0.75em;
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link .c-menu__link-toggle {
    display: none;
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--about {
    display: none;
  }
}

.c-menu-main .c-menu__item--level-three.is-selected .c-menu__link--level-three {
  color: #193d66;
}

/**
 * level four link 
 */

.c-menu-main .c-menu__link--level-four {
  margin-left: 1.875em;
}

/**
 * level five link 
 */

.c-menu-main .c-menu__link--level-five {
  margin-left: 2.8125em;
}

/**
 * level six link 
 */

.c-menu-main .c-menu__link--level-six {
  margin-left: 3.75em;
}

/* ==========================================================================
   #footer menu
   ========================================================================== */

/**
 * base
 */

.c-menu-footer {
  padding: 1.5em 0;
}

@media (min-width: 64em) {
  .c-menu-footer {
    padding: 3em 0;
  }
}

/**
  *  Top level ul
  */

.c-menu-footer .c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 64em) {
  .c-menu-footer .c-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 64em) {
  .c-menu-footer .c-menu--level-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 1.5em;
    margin-left: 1.5em;
  }
}

.c-menu-footer .c-menu--level-three {
  display: none;
}

/**
 * level one 
 */

@media (min-width: 64em) {
  .c-menu-footer .c-menu__item--level-one {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
}

@media (max-width: 63.99em) {
  .c-menu-footer .c-menu--level-two:not(.about-us) {
    display: none;
  }
}

/**
 * level one link 
 */

.c-menu-footer .c-menu__link--level-one {
  color: #15a8e0;
  margin-bottom: 1.5em;
  text-align: center;
}

@media (min-width: 64em) {
  .c-menu-footer .c-menu__link--level-one {
    text-align: left;
  }
}

.c-menu-footer .c-menu__link-text--level-one {
  text-transform: uppercase;
}

.c-menu-footer .c-menu__link--level-one::before {
  font-size: 1.3em;
  margin-top: -3px;
}

@media (max-width: 63.99em) {
  .c-menu-footer .c-menu__link--level-one::before {
    display: none;
  }
}

.c-menu-footer .c-menu__link--level-one.icon-plane::before {
  font-size: 1.5em;
  margin-top: -3px;
}

.c-menu-footer .c-menu__link--level-one.icon-bus::before {
  font-size: 1.4em;
  margin-top: -2px;
}

/**
 * level two link 
 */

.c-menu-footer .c-menu__link--level-two,
.c-menu-footer .c-menu__link--level-three {
  font-weight: 400;
  color: #554b4d;
  margin-bottom: 0.75em;
  display: block;
  line-height: 1.3;
}

.c-menu-footer .c-menu__link:hover {
  color: #193d66;
}

.c-menu-footer .c-menu__link .c-menu__link-toggle {
  display: none;
}

/* ==========================================================================
   #Section Menu
   ========================================================================== */

/**
 * Display rules for content wrapping on subpages 
 */

.c-menu-section {
  background-color: #15a8e0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 63.99em) {
  .c-menu-section {
    margin-top: 1.5em;
  }
}

.c-menu-section .c-menu__link--level-one {
  display: none;
}

/** Darken each section progresivly **/

.c-menu-section .c-menu__item--level-two.is-active {
  background-color: #007fb0;
}

@media (min-width: 64em) {
  .c-menu-section .c-menu__item--level-two:hover {
    background-color: #0087ba;
  }
}

.c-menu-section .c-menu__item--level-three.is-active {
  background-color: #006d96;
}

@media (min-width: 64em) {
  .c-menu-section .c-menu__item--level-three:hover {
    background-color: #0074a0;
  }
}

.c-menu-section .c-menu__item--level-four.is-active {
  background-color: #005a7d;
}

@media (min-width: 64em) {
  .c-menu-section .c-menu__item--level-four:hover {
    background-color: #006287;
  }
}

.c-menu-section .c-menu__item--level-five.is-active {
  background-color: #004863;
}

@media (min-width: 64em) {
  .c-menu-section .c-menu__item--level-five:hover {
    background-color: #004f6d;
  }
}

.c-menu-section .c-menu__item--level-six.is-active {
  background-color: #00354a;
}

@media (min-width: 64em) {
  .c-menu-section .c-menu__item--level-six:hover {
    background-color: #003d54;
  }
}

.c-menu-section .c-menu__link {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 400;
  min-height: 3.125em;
  padding: 0.75em 0.75em 0.75em 0.75em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.c-menu-section .c-menu__link--has-children {
  padding-right: 50px;
}

/** Add caret if menu has children **/

.c-menu-section .c-menu__link--has-children .c-menu__link-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-menu-section .is-active > .c-menu__link--has-children {
  border-bottom-color: transparent;
}

/** Hide Subsections initially **/

.c-menu-section .c-menu__link--has-children + .c-menu {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c-menu-section .is-active > .c-menu__link--has-children + .c-menu {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.c-menu-section .c-menu__link:hover {
  background-color: #0e749a;
  border-bottom-color: #0e749a;
}

.c-menu-section .c-menu__link--level-three,
.c-menu-section .c-menu__link--level-four,
.c-menu-section .c-menu__link--level-five,
.c-menu-section .c-menu__link--level-six {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.c-menu-section .c-menu__link--level-three {
  padding-left: 20px;
}

.c-menu-section .c-menu__link--level-four {
  padding-left: 30px;
}

.c-menu-section .c-menu__link--level-five {
  padding-left: 40px;
}

.c-menu-section .c-menu__link--level-six {
  padding-left: 50px;
}

.c-menu-section .c-menu__link-text {
  font-size: 0.8125em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  line-height: 1.4;
}

.c-menu-section .c-child-toggle {
  width: 50px;
  height: auto;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-menu-section .c-child-toggle::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  pointer-events: none;
}

.c-menu-section .is-active > a > .c-child-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ==========================================================================
   #Sitemap Menu
   ========================================================================== */

/**
 * Display rules for content wrapping on subpages 
 */

.c-menu--sitemap .c-child-toggle {
  display: none !important;
}

.c-menu--sitemap .c-menu__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-menu--sitemap .c-menu__item--level-one {
  padding-bottom: 55px !important;
}

.c-menu--sitemap .c-menu__link--level-one {
  font-size: 1.6em;
  text-transform: uppercase;
}

.c-content--landing .c-content__main .c-menu--sitemap .c-menu--level-two,
.c-content--landing .c-content__main .c-menu--sitemap .c-menu--level-three,
.c-content--landing .c-content__main .c-menu--sitemap .c-menu--level-four,
.c-content--landing .c-content__main .c-menu--sitemap .c-menu--level-four,
.c-content--landing .c-content__main .c-menu--sitemap .c-menu--level-five,
.c-content--landing .c-content__main .c-menu--sitemap .c-menu--level-six {
  margin-left: 35px;
  margin-top: 15px;
}

.c-content--landing .c-content__main .c-menu--sitemap .c-menu--root {
  margin-left: 0;
}

/* ==========================================================================
   #Collapse
   ========================================================================== */

/**
 * Accordian functionality 
 * https://gomakethings.com/accessible-toggle-tabs-and-accordions/
 */

.c-collapse {
  position: relative;
  padding: 1.5em 4.0625em 1.5em 0;
  border-bottom: 1px solid #15a8e0;
  min-height: 3.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.c-collapse:last-of-type {
  border-bottom: 0;
}

/**
 * Top anchor. This remains visible at all times
 */

.c-collapse__anchor {
  cursor: pointer;
}

.c-collapse__anchor h1,
.c-collapse__anchor h2,
.c-collapse__anchor h3,
.c-collapse__anchor h4,
.c-collapse__anchor h5,
.c-collapse__anchor h6,
.c-collapse__anchor p {
  border: 0;
}

.c-collapse__anchor > :first-child {
  margin-top: 0;
}

.c-collapse__anchor > :nth-last-child(2) {
  margin-bottom: 0;
}

/**
 * Apply padding to seperate anchor form toggle area
 */

.c-collapse__toggle {
  padding: 0.75em 0 0 0;
}

/**
 * toggle content: this is shown/ hidden based on class
 * only hide if javascript is enbled (ie class 'collapse-loaded')
 */

.collapse-loaded .c-collapse__toggle {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.collapse-loaded .is-open .c-collapse__toggle {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/**
 * Icon
 */

.c-collapse-toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  text-decoration: none;
}

.c-collapse-toggle::after {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "W";
  background-color: #15a8e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  right: 8px;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-decoration: none;
}

.is-open .c-collapse-toggle::after {
  background-color: #193d66;
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**
 * Super pad
 */

.c-collapse--super-pad {
  padding: 3em 4.0625em 3em 0;
}

.c-collapse--small {
  padding-right: 36px;
}

.c-collapse--small .c-collapse-toggle {
  width: 26px;
  height: 26px;
}

.c-collapse--small .c-collapse-toggle::after {
  width: 26px;
  height: 26px;
  font-size: 0.875em;
  top: -13px;
}

/**
* Specific Case Overrides
*/

.news-hub-results a.c-collapse-toggle {
  right: auto;
  left: 133px;
}

/* ==========================================================================
   #Faq styles
   ========================================================================== */

/**
 * special classes to differeinte faq question and answers
 */

.c-faq {
  position: relative;
  padding-left: 30px;
}

.c-faq:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "Q:";
  color: #15a8e0;
  padding-right: 0.9375em;
  position: absolute;
  left: 0;
  top: 0;
}

/**
 * Question
 */

.c-faq--question {
  font-size: 1.125em;
  text-align: left;
}

/**
 * Answer
 */

.c-faq--answer:before {
  content: "A:";
  font-size: 1.125em;
  font-weight: 400;
}

/* ==========================================================================
   #Flight Search results
   ========================================================================== */

/**
 * Table that displays flight search data
 */

.c-flight-search-results {
  margin-top: 0.75em;
  margin-bottom: 0;
  font-family: 'ApexNewBook';
  font-size: 0.75em;
}

@media (max-width: 47.9375em) {
  .c-flight-search-results {
    /* Table rows have a gray bottom stroke by default */
  }

  .c-flight-search-results .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }

  .c-flight-search-results .tablesaw-stack thead td,
  .c-flight-search-results .tablesaw-stack thead th {
    display: none;
  }

  .c-flight-search-results .tablesaw-stack tbody td,
  .c-flight-search-results .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .c-flight-search-results .tablesaw-cell-label {
    vertical-align: top;
  }

  .c-flight-search-results .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .c-flight-search-results .tablesaw-stack td:empty,
  .c-flight-search-results .tablesaw-stack th:empty {
    display: none;
  }
}

@media (min-width: 48em) {
  .c-flight-search-results {
    /* Show the table header rows */
    /* Hide the labels in each cell */
  }

  .c-flight-search-results .tablesaw-stack tr {
    display: table-row;
  }

  .c-flight-search-results .tablesaw-stack td,
  .c-flight-search-results .tablesaw-stack th,
  .c-flight-search-results .tablesaw-stack thead td,
  .c-flight-search-results .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  .c-flight-search-results .tablesaw-stack td .tablesaw-cell-label,
  .c-flight-search-results .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 47.99em) {
  .c-flight-search-results {
    max-width: 98%;
    margin: 3em auto 1.5em auto;
    font-size: 1.125em;
  }
}

.c-flight-search-results .c-btn--tiny {
  display: block;
}

.c-flight-search-results .c-btn--tiny:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2px;
}

/**
 * Header 
 */

.c-flight-search-results th {
  padding-left: 0;
  padding-bottom: 0.375em;
  font-size: 1em;
  text-align: left;
  color: #15a8e0;
  font-weight: 700;
  border-bottom: 1px solid #193d66;
  border-right: 0;
}

/**
 * results 
 */

.c-flight-search-results td {
  padding: 0.75em 0.75em !important;
  font-size: 1em;
  font-weight: 300;
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
}

@media (min-width: 48em) {
  .c-flight-search-results td {
    padding: 1.5em 0;
    border-bottom: 1px solid #d7d2cb;
  }
}

.c-flight-search-results td img {
  height: 25px;
  width: auto;
  display: block;
  margin-bottom: 4px;
  margin-top: 6px;
}

@media (min-width: 64em) {
  .c-flight-search-results td img {
    height: 15px;
  }
}

.c-flight-search-results td img[data-airline="38"] {
  height: 16.6675px;
}

@media (min-width: 64em) {
  .c-flight-search-results td img[data-airline="38"] {
    height: 10.0005px;
  }
}

.c-flight-search-results td img[data-airline="2"] {
  height: 20px;
}

@media (min-width: 64em) {
  .c-flight-search-results td img[data-airline="2"] {
    height: 12px;
  }
}

.c-flight-search-results td img[data-airline="7"] {
  height: 16.6675px;
}

@media (min-width: 64em) {
  .c-flight-search-results td img[data-airline="7"] {
    height: 10.0005px;
  }
}

.c-flight-search-results td img[data-airline="8"] {
  height: 16.6675px;
}

@media (min-width: 64em) {
  .c-flight-search-results td img[data-airline="8"] {
    height: 10.0005px;
  }
}

.c-flight-search-results td img[data-airline="3"] {
  height: 20px;
}

@media (min-width: 64em) {
  .c-flight-search-results td img[data-airline="3"] {
    height: 12px;
  }
}

.c-flight-search-results td img[data-airline="4"] {
  height: 23.325px;
}

@media (min-width: 64em) {
  .c-flight-search-results td img[data-airline="4"] {
    height: 13.995px;
  }
}

.c-flight-search-results td img[data-airline="98"] {
  height: 21.65px;
}

@media (min-width: 64em) {
  .c-flight-search-results td img[data-airline="98"] {
    height: 12.99px;
  }
}

.c-flight-search-results td img[data-airline="98"] {
  height: 30px;
}

@media (min-width: 64em) {
  .c-flight-search-results td img[data-airline="98"] {
    height: 18px;
  }
}

@media (min-width: 64em) {
  .c-flight-search-results td:first-of-type,
  .c-flight-search-results th:first-of-type {
    padding-left: 1.5em;
  }
}

.c-flight-search-results .tablesaw-stack tbody tr:nth-child(odd) {
  background-color: rgba(215, 210, 203, 0.1);
}

/**
  * Add a special divieder for mobile table
  */

@media (max-width: 47.99em) {
  .c-flight-search-results .tablesaw-stack tbody tr {
    border-bottom: 1px solid #d7d2cb;
  }
}

/**
  * Format mobile labels 
  */

@media (max-width: 47.99em) {
  .c-flight-search-results .tablesaw-cell-label {
    font-size: 0.9375em;
    color: #15a8e0;
    font-weight: 300;
  }
}

/**
  * Add a special divieder for mobile table
  */

@media (max-width: 47.99em) {
  .c-flight-search-results .tablesaw-stack td:last-of-type {
    border-bottom: 0;
  }
}

/**
 * Airline cell
 */

@media (max-width: 47.99em) {
  .c-flight-search-results .tablesaw-stack .c-flight-search-results__airline {
    text-align: center;
    padding-top: 35px;
  }
}

.c-flight-search-results .tablesaw-stack .c-flight-search-results__airline .tablesaw-cell-label {
  display: none;
}

/**
 * Select cell
 */

@media (max-width: 47.99em) {
  .c-flight-search-results .tablesaw-stack .c-flight-search-results__select {
    text-align: center;
    padding-bottom: 35px;
  }
}

/** My Flight **/

.c-flight-search-results .tablesaw-stack tr.my-flight td {
  background-color: rgba(21, 168, 224, 0.1) !important;
}

@media (min-width: 48em) {
  .c-flight-search-results .tablesaw-stack tr.my-flight td {
    border-bottom: 5px solid rgba(0, 146, 201, 0.6);
    border-top: 5px solid rgba(0, 146, 201, 0.6);
  }
}

@media (max-width: 47.99em) {
  .c-flight-search-results .tablesaw-stack tr.my-flight td:first-of-type {
    border-top: 5px solid rgba(0, 146, 201, 0.6);
  }
}

@media (max-width: 47.99em) {
  .c-flight-search-results .tablesaw-stack tr.my-flight td:last-of-type {
    border-bottom: 5px solid rgba(0, 146, 201, 0.6);
  }
}

.c-flight-search-results .tablesaw-stack tr.my-flight td .c-btn--tiny {
  background-color: #193d66;
}

/** STATUS **/

.c-status {
  display: inline-block;
  padding: 3px;
  border-radius: 2px;
}

.c-status--cancelled {
  background-color: #a42715;
  color: #fff;
}

.c-status--on-time {
  color: #557028;
}

.c-flight-search-results .mobile-label {
  font-size: 0.7em;
  color: darkness(#d7d2cb, 20%);
  display: block;
  margin-bottom: 0px;
}

@media (min-width: 48em) {
  .c-flight-search-results .mobile-label {
    display: none;
  }
}

/* ==========================================================================
   #Tabs
   ========================================================================== */

/**
 * Tabs
 * assumes tabs are ul > li > a
 */

.c-tabs {
  position: relative;
  padding: 0;
  margin-left: 0;
  margin-bottom: 70px;
  list-style: none;
  border-bottom: 1px solid #15a8e0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**
 *  Item
 */

.c-tabs__item {
  display: inline-block;
  min-width: 10.625em;
  border: 1px solid #15a8e0;
  border-width: 1px 0px 0 1px;
  font-size: 1rem;
  padding-bottom: 0 !important;
}

@media (max-width: 47.99em) {
  .c-tabs__item {
    min-width: 0;
    width: 50%;
  }
}

.c-tabs__item:last-of-type {
  border-right-width: 1px;
}

/**
 *  Link
 */

.c-tabs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75em 0.375em;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 300;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 64em) {
  .c-tabs__link {
    font-size: 1.375em;
  }
}

@media (max-width: 63.99em) {
  .c-airport-map .c-tabs__link {
    min-height: 65px;
  }
}

.c-tabs__link::before {
  margin-right: 0.375em;
  font-size: 30px;
}

/**
 *  Active Tab
 */

.c-tabs__link.is-active {
  background-color: #15a8e0;
  color: #fff;
}

.c-tabs__link.is-active::before {
  color: #fff;
}

.c-tabs__link:not(.is-active)::before {
  content: none;
}

/**
  * Down arrow 
  */

.c-tabs::before {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "V";
  color: #15a8e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 60px;
  font-size: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 85px;
  bottom: -60px;
  margin-left: -60px;
}

@media (max-width: 47.99em) {
  .c-tabs::before {
    left: 50%;
  }
}

.c-tabs--no-arrow {
  margin-bottom: 0;
}

.c-tabs--no-arrow::before {
  content: none;
}

/* ==========================================================================
   #Airline Contact
   ========================================================================== */

/**
 * base
 */

.c-airline-contact {
  padding: 2.5em 0;
  border-bottom: 1px solid #d7d2cb;
}

@media (max-width: 47.99em) {
  .c-airline-contact .row {
    display: block;
  }
}

.c-airline-contact:last-of-type {
  border-bottom: 0;
}

/**
 * Image wrapper
 */

.c-airline-contact__image-wrapper {
  -ms-flex-preferred-size: 3.75em;
      flex-basis: 3.75em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 0.75em;
}

@media (min-width: 48em) {
  .c-airline-contact__image-wrapper {
    -ms-flex-preferred-size: 7.5em;
        flex-basis: 7.5em;
  }
}

@media (min-width: 64em) {
  .c-airline-contact__image-wrapper {
    -ms-flex-preferred-size: 12.5em;
        flex-basis: 12.5em;
  }
}

@media (max-width: 47.99em) {
  .c-airline-contact__image-wrapper {
    max-width: 60%;
  }
}

/**
 * Image text
 */

@media (min-width: 48em) {
  .c-airline-contact__content {
    padding-left: 1.5em;
  }
}

.c-airline-contact__content p {
  margin-bottom: 0.75em;
}

.c-airline-contact__content p:last-of-type {
  margin-bottom: 0;
}

/**
 * Headline
 */

.c-airline-contact__headline {
  margin-top: 0;
  margin-bottom: 0.4375em;
  font-weight: 700;
  color: #15a8e0;
}

/**
 * Special spacing for links
 */

.u-block {
  margin-top: 0.5em;
}

/* ==========================================================================
   #Flight Deals
   ========================================================================== */

/**
 * base
 */

/**
 * Airline
 */

.c-flight-deals__airline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3em 0.75em;
  width: 100%;
  border-bottom: 1px solid #d7d2cb;
}

@media (min-width: 48em) {
  .c-flight-deals__airline {
    padding: 1.5em 1.5em;
    margin-bottom: 3em;
    border-right: 1px solid #d7d2cb;
    border-bottom: 0;
    height: 100px;
  }
}

.c-flight-deals__airline[data-airline="38"] img {
  width: 65%;
}

.c-flight-deals__airline[data-airline="2"] img {
  width: 80%;
}

.c-flight-deals__airline[data-airline="7"] img {
  width: 80%;
}

.c-flight-deals__airline[data-airline="3"] img {
  width: 82%;
}

.c-flight-deals__airline[data-airline="4"] img {
  width: 88%;
}

.c-flight-deals__airline[data-airline="98"] img {
  width: 65%;
}

.c-flight-deals__airline[data-airline="62"] img {
  width: 63%;
}

/**
 * Hover
 */

.c-logo-stack__logo img,
.c-flight-deals__airline img {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 100%;
}

@media (max-width: 63.99em) {
  .c-logo-stack__logo img,
  .c-flight-deals__airline img {
    max-width: 200px;
  }
}

.c-logo-stack .c-content__image:hover img,
.c-flight-deals__airline:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 48em) {
  .c-flight-deals .row div:last-of-type a {
    border-right: 0;
  }
}

.c-logo-stack .row:last-of-type div:last-of-type a,
.c-flight-deals .row:last-of-type div:last-of-type a {
  border-bottom: 0;
}

/* ==========================================================================
   #Flight Stats
   ========================================================================== */

/**
 * base
 */

.c-flight-stats {
  border-bottom: 1px solid #d7d2cb;
  padding: 1.5em 0;
}

@media (min-width: 64em) {
  .c-flight-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.875em;
    margin-right: 1.875em;
    padding: 1.5em 0;
  }
}

/**
 * Headline
 */

.c-flight-stats__headline {
  font-size: 1em;
  color: #554b4d;
  padding-right: 1.5em;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 0.75em;
  margin-top: 0;
}

@media (min-width: 64em) {
  .c-flight-stats__headline {
    margin-bottom: 0;
  }
}

/**
 * Month
 */

.c-flight-stats__month {
  color: #15a8e0;
}

.c-flight-stats__month.is-disabled {
  color: #c0b5b8;
}

/**
 * Seperator
 */

.c-flight-stats__seperator {
  display: inline-block;
  padding: 0 0.375em;
  color: #c0b5b8;
}

/* ==========================================================================
   #Amenity
   ========================================================================== */

/**
 * base
 */

.c-amenity {
  padding: 2.5em 0;
  border-bottom: 1px solid #15a8e0;
}

.c-amenity:last-of-type {
  border-bottom: 0;
}

/**
 * Image wrapper
 */

.c-amenity__image-wrapper {
  -ms-flex-preferred-size: 4.6875em;
      flex-basis: 4.6875em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (min-width: 48em) {
  .c-amenity__image-wrapper {
    -ms-flex-preferred-size: 10.625em;
        flex-basis: 10.625em;
  }
}

/**
 * Image wrapper
 */

.c-amenity__image {
  width: 100%;
  height: auto;
}

/**
 * Image text
 */

.c-amenity__inner {
  padding-left: 0.75em;
}

@media (min-width: 64em) {
  .c-amenity__inner {
    padding-left: 1.5em;
  }
}

/**
 * Name
 */

.c-amenity__name {
  margin-bottom: 0.375em;
  font-size: 1.125em;
}

@media (min-width: 64em) {
  .c-amenity__name {
    font-size: 1.5em;
  }
}

/**
 * Buttons
 */

.c-amenity__button {
  margin-right: 0.75em;
  margin-top: 0.75em;
}

/* ==========================================================================
   #Map styles
   ========================================================================== */

/**
 * Responsive map
 */

.c-map {
  position: relative;
  padding-bottom: 150%;
  height: 0;
  overflow: hidden;
}

@media (min-width: 64em) {
  .c-map {
    padding-bottom: 70%;
  }
}

/**
  * iFrame 
  */

.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================================
   #Destiantions
   ========================================================================== */

/**
 * base
 */

.c-destinations {
  position: relative;
}

.c-destinations__map {
  overflow: hidden;
}

/**
  * Citites 
  */

@media (min-width: 64em) {
  .c-destinations__cities {
    position: absolute;
    top: 0em;
    right: 50%;
    width: 40%;
    z-index: 20000;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

/**
  * Download headline 
  */

.c-destinations__download-headline {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 0;
}

/**
  * Details
  */

.c-destinations__details {
  position: relative;
  border-bottom: 1px solid #15a8e0;
}

/**
  * Name 
  */

.c-destinations__name {
  padding-right: 4.375em;
}

.c-destinations__inner {
  min-height: 6.25em;
}

@media (min-width: 64em) {
  .c-destinations__inner {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

/**
  * Close
  */

.c-destinations__close {
  position: absolute;
  top: 0.8125em;
  right: 0;
}

@media (min-width: 64em) {
  .c-destinations__close {
    top: 1.3125em;
  }
}

/* ==========================================================================
   #Rental Company
   ========================================================================== */

/**
 * Display rental car company info
 */

.c-rental-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

@media (min-width: 48em) {
  .c-rental-company {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media (max-width: 47.99em) {
  .c-rental-company {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

/**
 * Phone
 */

.c-rental-company__phone {
  color: #15a8e0;
  font-weight: 300;
  font-size: 0.875em;
  white-space: nowrap;
}

@media (min-width: 48em) {
  .c-rental-company__phone {
    font-size: 1em;
  }
}

/**
 * Image Wrapper
 */

.c-rental-company__image-wrapper {
  height: 3.125em;
  margin-bottom: 0.375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 48em) {
  .c-rental-company__image-wrapper {
    height: 4.6875em;
  }
}

/**
 * Image
 */

.c-rental-company__image {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}

@media (min-width: 48em) {
  .c-rental-company__image {
    max-height: 4.6875em;
  }
}

/**
 * Image
 */

.c-rental-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 48em) {
  .c-rental-group {
    margin-bottom: 1.5em;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-rental-group:last-of-type {
  margin-bottom: 0;
}

/**
 * Image
 */

.c-rental-carstogo {
  border-bottom: 0;
  margin-top: 0;
}

@media (min-width: 48em) {
  .c-rental-carstogo {
    margin-left: 1.5em;
  }
}

/* ==========================================================================
   #Child Toggle
   ========================================================================== */

/**
 * Arrow that indicates more content within
 */

.c-child-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0092c9;
  width: 56px;
  height: 56px;
  border-radius: 28px;
}

.c-child-toggle::before,
.c-child-toggle[class*='icon-']::before {
  width: 56px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  content: "W" !important;
}

.c-menu-main .c-child-toggle::before,
.c-menu-main
.c-child-toggle[class*='icon-']::before {
  font-size: 24px;
}

.c-menu__item.is-active > a > .c-child-toggle::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* ==========================================================================
   #Attachment Content
   ========================================================================== */

/**
 * Display image and content side by side
 */

.c-attachment-content {
  max-width: 700px;
  padding: 3em 0;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #d7d2cb;
}

.c-attachment-content.c-attachment-content--archive,
.c-attachment-content.c-attachment-content--news-item {
  padding: 1.5em 0;
}

.c-attachment-content.c-attachment-content--bare {
  max-width: none;
  border-bottom: 0;
  padding: 1.5em 0 0 0;
}

@media (min-width: 64em) {
  .c-attachment-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .c-attachment-content__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 64em) {
  .c-attachment-content__inner-wrap {
    padding-left: 1.5em;
  }
}

.c-attachment-content p {
  margin-bottom: 1.5em !important;
}

.c-content-sub .c-attachment-content:last-of-type,
.c-attachment-content:last-of-type,
.c-attachment-content:last-child {
  border-bottom: 0;
}

/**
 * Image
 */

.c-attachment-content__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}

@media (min-width: 64em) {
  .c-attachment-content__image {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}

@media (min-width: 64em) {
  .c-attachment-content__image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}

@media (min-width: 64em) {
  .c-attachment-content--archive .c-attachment-content__image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}

.c-attachment-content__body {
  margin-bottom: 1.5em !important;
}

.c-attachment-content__body p:last-child {
  margin-bottom: 0 !important;
}

/**
 * Headline
 */

.c-attachment-content__headline {
  margin: 0 0 0.375em 0 !important;
  text-align: left !important;
  color: #193d66;
}

.c-attachment-content__date {
  font-size: 0.875em;
  opacity: 0.7;
  margin-bottom: 0.1875em;
}

.c-attachment-content__source {
  margin-bottom: 0.1875em;
}

.c-attachment-content--news-item:focus {
  outline: 4px solid rgba(152, 199, 95, 0.2);
  outline-offset: 5px;
}

/* ==========================================================================
   #Content Sub Group
   ========================================================================== */

/**
 * Generic blocks of content
 */

/* ==========================================================================
   #Content Sub Group: link group spread
   ========================================================================== */

/**
 * Generic blocks of content
 */

.c-content-sub--link-group h3 {
  color: #554b4d;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0.375em;
}

.c-content-sub--link-group ul {
  list-style: none;
  margin-left: 0;
  margin-top: 1.5em;
  max-width: 700px !important;
}

@media (min-width: 64em) {
  .c-content-sub--link-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 25%;
  }
}

.c-content-sub--link-group ul li {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 64em) {
  .c-content-sub--link-group ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

.c-content-sub--link-group ul li a {
  padding-right: 1.5em;
}

/* ==========================================================================
   #Content Sub Group: link group spread
   ========================================================================== */

/**
 * Generic blocks of content
 */

.c-content-sub--link-group-spread h3 {
  color: #193d66;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0.375em;
}

.c-content-sub--link-group-spread ul {
  list-style: none;
  max-width: none !important;
}

@media (min-width: 64em) {
  .c-content-sub--link-group-spread ul {
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-content-sub--link-group-spread ul li {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* ==========================================================================
   #HomeHighlight
   ========================================================================== */

/**
 * wrapper for parking information carousel
 */

.c-home-highlight {
  background-color: #d7d2cb;
}

.c-home-highlight .container {
  background-size: cover;
  background-repeat: no-repeat;
}

/* ==========================================================================
   #Columns
   ========================================================================== */

/**
 * Generic blocks of content
 */

.c-content--landing .c-content-sub--columns,
.c-content--landing-wide .c-content-sub--columns {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.c-content-sub--columns h2,
.c-content-sub--columns h3,
.c-content-sub--columns h4,
.c-content-sub--columns h5,
.c-content-sub--columns h6 {
  text-align: left !important;
}

.c-content-sub--columns .col--right :first-child {
  margin-top: 0 !important;
}

.c-content-sub--columns .col--right :last-child {
  margin-bottom: 0 !important;
}

.c-content-sub--columns .col--right .section-before :last-child,
.c-content-sub--columns .col--right .section-after :last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   #Content Block
   ========================================================================== */

/**
 * COLOR OVERRIDES
 */

.c-content-block--blue .c-content-block__headline {
  background-color: #00a3e0 !important;
}

.c-content-block--blue::before {
  background-color: #00a3e0 !important;
}

.c-content-block--brown .c-content-block__headline {
  background-color: #554b4d !important;
}

.c-content-block--brown::before {
  background-color: #554b4d !important;
}

.c-content-block--red .c-content-block__headline {
  background-color: #a42715 !important;
}

.c-content-block--red::before {
  background-color: #a42715 !important;
}

.c-content-block--green .c-content-block__headline {
  background-color: #99ca3c !important;
}

.c-content-block--green::before {
  background-color: #99ca3c !important;
}

.c-content-block--yellow .c-content-block__headline {
  background-color: #f1be48 !important;
}

.c-content-block--yellow::before {
  background-color: #f1be48 !important;
}

.c-content-block--dark-gray .c-content-block__headline {
  background-color: #554b4d !important;
}

.c-content-block--dark-gray::before {
  background-color: #554b4d !important;
}

.c-content-block--black .c-content-block__headline {
  background-color: #222 !important;
}

.c-content-block--black::before {
  background-color: #222 !important;
}

.c-content-block--gray .c-content-block__headline {
  background-color: #b7b7b7 !important;
}

.c-content-block--gray::before {
  background-color: #b7b7b7 !important;
}

.c-content-block--dark-blue .c-content-block__headline {
  background-color: #002855 !important;
}

.c-content-block--dark-blue::before {
  background-color: #002855 !important;
}

.c-content-block--aqua .c-content-block__headline {
  background-color: #6AD1E3 !important;
}

.c-content-block--aqua::before {
  background-color: #6AD1E3 !important;
}

.c-content-block--dark-green .c-content-block__headline {
  background-color: #557028 !important;
}

.c-content-block--dark-green::before {
  background-color: #557028 !important;
}

.c-content-block--orange .c-content-block__headline {
  background-color: #D64325 !important;
}

.c-content-block--orange::before {
  background-color: #D64325 !important;
}

/* ==========================================================================
   #CotentBlockDecorate
   ========================================================================== */

/**
 * Display rules for content wrapping on subpages 
 */

.c-content-block--decorate {
  position: relative;
  padding-top: 0.1875em;
  padding-left: 1.5625em;
  margin-bottom: 1.5em;
}

/**
 * Headline
 */

.c-content-block--decorate .c-content-block__headline {
  position: relative;
  margin-top: 0.1875em;
  background-color: #ccc;
  color: #fff;
  font-size: 1rem;
  min-height: 2.5em;
  padding: 0.75em 3.625em 0.75em 2.1875em;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 0;
  cursor: pointer;
}

.c-content-block--decorate .c-content-block__headline {
  padding-right: 5em;
  cursor: default;
}

.c-content-block--decorate[data-tap-surface] .c-content-block__headline {
  cursor: pointer;
}

.c-content-block--decorate .c-content-block__headline::after {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'Y';
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 100%;
  font-size: 1.5625em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

.c-content-block--airport .c-content-block__headline::after {
  content: attr(data-code);
  width: 80px;
  font-size: 1.25em;
  font-family: 'ApexNew';
  font-weight: 700;
  text-decoration: underline;
}

/**
 * Icon 
 */

.c-content-block--decorate::before {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
  background-color: #ccc;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 1.5625em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 25px;
  border: 2px solid #fff;
  z-index: 3;
}

/**
 * Inner
 */

.c-content-block--decorate .c-content-block__inner {
  padding-left: 2.1875em;
  padding-top: 0.75em;
  padding-bottom: 0;
  text-transform: none;
  font-size: 1rem;
}

.c-content-block--decorate .c-content-block__inner ol,
.c-content-block--decorate .c-content-block__inner ul {
  margin-left: 16px;
}

.c-content-block--decorate .c-content-block__inner li {
  margin-bottom: 0;
  padding-bottom: 0.375em;
}

.c-content-block--decorate a {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* ==========================================================================
   #Content Parking
   ========================================================================== */

/**
 * Parking Page decorations
 */

.c-content-parking {
  position: relative;
  overflow: hidden;
}

@media (min-width: 64em) {
  .c-content-parking::before {
    content: '';
    position: absolute;
    top: 0;
    right: -54%;
    bottom: 0;
    width: 100%;
    opacity: 0.2;
    background-image: url("/images/circle-mark.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 100% 50%;
  }
}

.c-content-parking .c-content-block--decorate {
  border-bottom: 1px solid #d7d2cb;
}

.c-content-parking .c-content-block--decorate:last-of-type {
  border-bottom: 0;
}

/* ==========================================================================
   #Pagination
   ========================================================================== */

/**
 * Use the default belt markup and stylize pagination
 */

.belt-pagination {
  max-width: 700px;
  margin: 0 auto;
  padding: 0.75em 0;
}

@media (max-width: 63.99em) {
  .belt-pagination {
    display: block;
    text-align: center;
    margin-bottom: 1.5em;
  }
}

@media (min-width: 64em) {
  .belt-pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.belt-pagination .form-group {
  display: none;
}

.belt-pagination .col-md-5 .pagination {
  font-size: 0.875em;
  opacity: 0.8;
}

@media (max-width: 63.99em) {
  .belt-pagination .col-md-5 .pagination {
    margin-bottom: 0.375em;
  }
}

@media (min-width: 64em) {
  .belt-pagination .col-md-8 {
    text-align: right;
  }
}

.belt-pagination .pull-right {
  float: none;
}

.belt-pagination ul.pagination {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}

@media (max-width: 63.99em) {
  .belt-pagination ul.pagination {
    margin-left: 0;
    margin-top: 0.75em;
  }
}

.belt-pagination ul.pagination li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ededed;
  margin-right: 0.125em;
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  width: 35px;
}

.belt-pagination ul.pagination li:first-of-type,
.belt-pagination ul.pagination li:last-of-type {
  display: none;
}

.belt-pagination ul.pagination li.active {
  background-color: #15a8e0;
}

.belt-pagination ul.pagination li.active a {
  color: #fff;
}

.belt-pagination ul.pagination li a,
.belt-pagination ul.pagination li i,
.belt-pagination ul.pagination li span {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  line-height: 1;
}

.belt-pagination .fa-backward::before,
.belt-pagination .fa-forward::before {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.belt-pagination .fa-backward::before {
  content: 'Z';
}

.belt-pagination .fa-forward::before {
  content: 'Y';
}

.belt-pagination .disabled {
  opacity: 0.4;
}

.no-results {
  max-width: 700px;
  margin: 0 auto;
  padding: 3em 0;
  text-align: left;
  font-size: 1.375em;
  opacity: 0.6;
}

@media (min-width: 64em) {
  #newshub {
    margin-top: -45px;
  }
}

/* ==========================================================================
   #Archive
   ========================================================================== */

/**
 * Special info bar wrapper
 */

.c-archive__headline {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}

.c-archive .c-collapse {
  margin-bottom: -1.25em;
}

.c-archive__table {
  font-family: 'ApexNew';
  font-size: 0.875em;
}

.c-archive__table thead {
  border: 1px solid #d7d2cb;
  border-width: 1px 0;
  padding: 0.75em 0.375em;
  text-align: left;
}

.c-archive__table thead th {
  color: #d7d2cb;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  border: 0;
}

.c-archive__table thead th:first-of-type {
  width: 1%;
}

.c-archive__table td {
  text-transform: uppercase;
  padding: 0.75em 0.375em;
  border: 0;
  text-align: left;
  font-style: italic;
  font-size: 13px;
}

.c-archive__table td a {
  font-size: 13px;
}

@media (min-width: 64em) {
  .c-archive__table td a {
    font-size: 16px;
  }
}

.c-archive__table td:first-of-type {
  white-space: nowrap;
  padding-right: 1.5em;
}

@media (min-width: 64em) {
  .c-archive__table td {
    font-size: 16px;
  }
}

.c-archive__table tr {
  border: 0;
}

/* ==========================================================================
   #Contact Form
   ========================================================================== */

/**
 * Display rules for content wrapping on subpages 
 */

.contact-form-confirm {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-color: rgba(215, 210, 203, 0.3);
  display: none;
}

.contact-form-confirm h2 {
  text-align: center !important;
}

.contact-form-confirm p {
  text-align: center !important;
}

.is-active .contact-form-confirm {
  display: block;
}

.c-contact-form__legend {
  max-width: none !important;
  opacity: 0.6;
  font-size: 0.6875em;
}

#contact-form .text-danger {
  color: #a94442 !important;
}

/* ==========================================================================
   #Search Result
   ========================================================================== */

/**
 * Display time and tempature
 */

.c-search-results {
  margin: 0 auto;
  max-width: 700px;
}

.c-search-results ol {
  margin-left: 1.5em;
  margin-right: 0;
  max-width: 700px !important;
}

.c-search-results .c-search-results__headline span {
  color: #554b4d;
}

/* ==========================================================================
   #Search result
   ========================================================================== */

/**
 * Individual Search Results styling
 */

.c-content__main li.c-search-result {
  padding-left: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #15a8e0;
  font-size: 1rem;
  font-family: 'ApexNew';
}

.c-content__main li.c-search-result .c-search-result__headline {
  font-size: 18px;
  text-align: left !important;
}

.c-content__main li.c-search-result .c-search-result__preview-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: -15px;
}

/* ==========================================================================
   #Content Image
   ========================================================================== */

/**
 * Image added via albums to the content flow
 */

.c-content-image {
  margin: 0;
  padding: 1.5em 0;
}

.c-content-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-content--landing .c-content-image,
.c-content--landing-no-arrow .c-content-image {
  max-width: 700px;
  margin: 0 auto;
}

.c-content--image-logo img {
  width: auto;
}

@media (min-width: 64em) {
  .c-content--image-logo img {
    height: 100px;
  }
}

.c-content--image-square,
.c-content img[width].c-content--image-square {
  display: block;
}

@media (min-width: 48em) {
  .c-content--image-square,
  .c-content img[width].c-content--image-square {
    display: inline-block;
  }
}

.c-content--image-square[data-size="100"],
.c-content img[width].c-content--image-square[data-size="100"] {
  width: 100px !important;
  height: 100px !important;
}

.c-content--image-square[data-size="200"],
.c-content img[width].c-content--image-square[data-size="200"] {
  width: 200px !important;
  height: 200px !important;
}

.c-content--image-square[data-size="300"],
.c-content img[width].c-content--image-square[data-size="300"] {
  width: 300px !important;
  height: 300px !important;
}

.c-content--image-square[data-size="400"],
.c-content img[width].c-content--image-square[data-size="400"] {
  width: 400px !important;
  height: 400px !important;
}

.c-content--image-square[data-size="500"],
.c-content img[width].c-content--image-square[data-size="500"] {
  width: 500px !important;
  height: 500px !important;
}

/* ==========================================================================
   #Family Logo
   ========================================================================== */

.family-logo {
  display: block;
  text-decoration: none;
  margin-right: 3em;
}

.family-logo__image {
  height: 45px;
  width: auto;
  display: block;
}

.family-logo__text {
  display: block;
  font-size: 0.75em;
  margin-top: 0.75em;
}

.c-page-footer .family-logo__text {
  color: #554b4d;
}

@media (min-width: 64em) {
  .family-logo--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.family-logo--horizontal .family-logo__image {
  margin-right: 1.5em;
}

.family-logo--horizontal .family-logo__text {
  margin-top: 1.125em;
}

@media (min-width: 64em) {
  .family-logo--horizontal .family-logo__text {
    margin-top: 0;
  }
}

.family-logo--default-text {
  font-size: 18px;
}

.family-logo--default-text .family-logo__text {
  font-size: inherit;
}

.family-logo--large .family-logo__image {
  height: 90px;
}

.family-logo--x-large .family-logo__image {
  height: 125px;
}

.c-popup-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-popup-wrap__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.c-popup-wrap--index {
  z-index: 999999999;
}

.c-popup-wrap:not([class*="--index"]) {
  z-index: 100;
}

.c-popup-wrap[data-state="closed"] {
  display: none;
}

.c-popup-wrap[data-state="open"] {
  display: block;
}

.c-popup-modal {
  max-width: calc(100% - 40px);
  position: relative;
}

.c-popup-modal__inner {
  margin: 14px;
}

.c-popup-modal__content {
  background-color: #FFF;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.c-popup-modal__content img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}

.c-popup-modal__content img + h2,
.c-popup-modal__content img + h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.c-popup-modal__cta {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: red;
  color: #FFF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.c-popup-modal__cta:after {
  content: "X";
}

.c-popup-modal__cta > span {
  width: 0;
  height: 0;
  position: absolute;
  top: -50000000px;
  left: -50000000px;
}

.c-gallery {
  padding: 10px;
  margin-bottom: 1.5em;
}

.c-gallery-nav {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -20px;
}

.c-gallery-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
  width: 20%;
  max-width: 20%;
  min-width: 200px;
  position: relative;
}

.c-gallery-nav__cta {
  display: block;
  height: 0;
  position: relative;
  color: #FFF;
  padding-bottom: 100%;
  text-decoration: none;
  overflow: hidden;
}

.c-gallery-nav__cta img {
  width: 100%;
}

.c-gallery-nav__cta:before {
  content: attr(title);
  font-weight: bold;
  color: #554b4d;
  padding-top: 0.375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.375em;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d7d2cb;
}

.js-popup-modal [data-popup-content] {
  display: none;
  speak: none;
}

.c-download-module {
  padding-left: 0;
  margin-top: 0.375em;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content-align: center;
}

.c-download-module__cta {
  text-transform: uppercase;
}

.c-download-module li:first-child {
  padding-right: 10px;
}

.c-download-module__item + .c-download-module__item {
  padding-left: 10px;
}

/* ==========================================================================
   #Faq styles
   ========================================================================== */

/**
 * special classes to differeinte faq question and answers
 */

.c-newshub-showcase .c-attachment-content--news-item {
  margin-left: 0;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0.75em;
  max-width: none;
}

.c-newshub-showcase .news-hub-results {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media (min-width: 64em) {
  .c-newshub-showcase .c-attachment-content--news-item .c-attachment-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-newshub-showcase .c-attachment-content--news-item .c-attachment-content__date {
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 0 !important;
}

@media (min-width: 64em) {
  .c-newshub-showcase .c-attachment-content--news-item .c-attachment-content__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
    text-align: left;
    margin-left: 0;
    margin-right: 0.75em;
  }
}

.c-newshub-showcase .c-attachment-content--news-item .c-attachment-content__headline {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0 !important;
}

.c-newshub-showcase .c-attachment-content--news-item a {
  color: #002c5c;
}

.c-address-map {
  background-color: rgba(215, 210, 203, 0.2);
}

@media (min-width: 48em) {
  .c-address-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-address-map__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-address-map .c-map {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-bottom: 42%;
  min-height: 300px;
}

.c-address-map h2,
.c-address-map h3,
.c-address-map h4,
.c-address-map h5 {
  margin-top: 0;
  margin-bottom: 0.375em;
  color: #062e3d;
  font-weight: 700;
  font-size: 1.625em;
  width: 100%;
}

.c-address-map address {
  margin-bottom: 0;
  font-style: normal;
  width: 100%;
}

.c-address-map address p,
.c-address-map address a {
  font-size: 20px;
  width: 100%;
}

.c-address-map__text {
  margin-top: 1.5em;
}

.c-business {
  background-color: rgba(215, 210, 203, 0.3);
  padding: 1.5em;
}

@media (min-width: 48em) {
  .c-business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.5em;
    overflow: hidden;
  }
}

.c-content--landing .c-content__main .c-business {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.c-business__info {
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 48em) {
  .c-business__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-business__info p::last-child,
.c-business__info ol::last-child,
.c-business__info ul::last-child {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .c-content-sub--business-stacked .c-business__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-business--has-attachment .c-business__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-business__info-inner {
  width: 100%;
}

@media (min-width: 48em) {
  .c-business__info-inner {
    padding-left: 1.5em;
  }
}

.c-business h1,
.c-business h2,
.c-business h3,
.c-business h4,
.c-business h5 {
  margin-top: 0;
  margin-bottom: 0.375em;
  color: #193d66;
  font-weight: 700;
  font-size: 1.125em;
  width: 100%;
}

.c-business h4.c-business__name {
  margin-top: 0;
  margin-bottom: 0.375em;
  margin-left: 0;
  color: #193d66;
  font-weight: 700;
  font-size: 1.375em;
}

.c-content-sub--business-stacked .c-business h4.c-business__name {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

@media (min-width: 48em) {
  .c-content-sub--business-stacked .c-business h4.c-business__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding-right: 1.5em;
  }
}

.c-content--landing .c-content__main .c-business h4.c-business__name {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.c-business.c-business--has-attachment {
  margin-right: 0;
  padding: 1.125em;
}

.c-business.c-business--has-attachment h4.c-business__name {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.c-business address {
  margin-bottom: 0;
  font-style: normal;
  width: 100%;
}

.c-business address p,
.c-business address a {
  font-size: 18px;
}

.c-business address p,
.c-business address em,
.c-business address br {
  width: 100%;
}

.c-business__text {
  width: 100%;
}

@media (min-width: 48em) {
  .c-business__text {
    margin-top: 1.5em;
  }
}

@media (min-width: 48em) {
  .c-content-sub--business-stacked .c-business__text {
    margin-top: 0;
  }
}

.c-business__text p {
  width: 100%;
}

.c-business .c-content {
  width: 100%;
  padding-bottom: 0;
}

@media (min-width: 48em) {
  .c-content-sub--business-stacked .c-business .c-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.c-content-sub--business-stacked .c-business .c-content img {
  margin: 0;
}

@media (max-width: 47.99em) {
  .c-content-sub--business-stacked .c-business .c-content img {
    margin-bottom: 1.5em;
    max-width: 300px;
  }
}

.c-business .c-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-pdf {
  background-color: rgba(215, 210, 203, 0.3);
  padding: 1.5em;
  margin-bottom: 1.5em;
}

.c-pdf h3 {
  margin: 0;
}

/* ==========================================================================
   #Visual Aid
   ========================================================================== */

/**
 * Content teasers for other sections within the website
 */

.c-visual-aid {
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: darkRed;
  padding: 1.5em !important;
  font-size: 1.125em;
  color: #fff;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c-visual-aid:link {
  color: #fff;
}

.c-visual-aid:hover {
  text-decoration: none;
}

.c-visual-aid:focus,
.c-visual-aid:active,
.c-visual-aid:hover {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.c-visual-aid--static {
  position: static !important;
  padding: 0 !important;
  background-color: inherit;
}

.c-visual-aid--static:link {
  color: #999999;
}

/* ==========================================================================
   #Attachment Photo
   ========================================================================== */

/**
 * Big content image. Expands full width
 */

/* ==========================================================================
   #Attachment Content
   ========================================================================== */

/**
 * Display image and content side by side
 */

.c-content--profile {
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #d7d2cb;
}

@media (min-width: 48em) {
  .c-content--profile .c-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-content--profile .c-content__image {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #d7d2cb;
}

@media (max-width: 47.99em) {
  .c-content--profile .c-content__image {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 48em) {
  .c-content--profile .c-content__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}

@media (min-width: 48em) {
  .c-content--profile .c-content__meta {
    padding-left: 1.5em;
  }
}

@media (min-width: 48em) {
  .c-content--profile .c-content__after {
    padding-left: 1.5em;
    margin-left: 140px;
  }
}

.c-content--profile .c-content__headline {
  margin-top: 0;
}

.c-content--profile .c-content__sub-headline {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.c-content--profile:last-of-type,
.c-content--profile:last-child {
  border-bottom: 0;
}

.c-content--profile .c-collapse-toggle {
  top: auto;
}

.c-content--profile .c-collapse-toggle:after {
  top: -35px;
}

@media (min-width: 48em) {
  .c-content--profile .c-collapse-toggle:after {
    top: -50px;
  }
}

/**
 * Hero Version
 **/

.c-content--profile-hero {
  background-color: rgba(215, 210, 203, 0.2);
  padding: 0.75em;
  max-width: 400px;
  border-bottom: 0;
}

.c-content--profile-hero .c-content__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  border-radius: 0;
}

@media (min-width: 48em) {
  .c-content--profile-hero .c-content__inner {
    display: block;
  }
}

.c-content--profile-hero .c-content__meta {
  padding-left: 0;
}

/* ==========================================================================
   #Flight Deals
   ========================================================================== */

/**
 * Most base code piggy backs off
 * of _component.flight-deals.scss
 * override only here 
 */

.c-logo-stack .c-content--image {
  padding-bottom: 0;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.c-logo-stack .c-content--image-logo .c-content__image {
  width: auto;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  height: 75px;
}

@media (min-width: 64em) {
  .c-logo-stack .c-content--image-logo .c-content__image {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .c-logo-stack .c-content--image-logo .c-content__image {
    height: 51px;
  }
}

@media (min-width: 64em) {
  .c-logo-stack .c-content--image-logo .c-content__image {
    height: 75px;
  }
}

.c-logo-stack .col-xs {
  border-right: 1px solid #d7d2cb;
}

.c-logo-stack .col-xs:last-of-type {
  border-right: none;
}

/* ==========================================================================
   #Modal
   ========================================================================== */

/**
 * Display rules for content wrapping on subpages 
 */

.c-modal {
  position: relative;
  height: 90vh;
  margin: 5vh 0;
  padding-bottom: 130px;
  background-color: #fff;
  width: auto;
  max-width: 800px;
}

@media (min-width: 48em) {
  .c-modal {
    margin: 3em auto 3em auto;
  }
}

.c-modal__inner {
  padding: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 130px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.c-modal__headline {
  margin-top: 0;
}

.c-modal__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: rgba(215, 210, 203, 0.3);
  padding: 1.5em;
}

.c-modal__actions p {
  font-size: 0.6875em;
}

.c-modal__logo {
  max-width: 250px;
  margin-bottom: 1.5em;
}

/* ==========================================================================
   #Loading indicator
   ========================================================================== */

/**
 * 
 */

.c-loading {
  margin-top: 1.5em;
  position: relative;
  display: block;
  width: auto;
  text-align: center !important;
  padding: 1.5em;
  background-color: rgba(215, 210, 203, 0.2);
  color: #d7d2cb;
  font-size: 1.125em;
  text-transform: uppercase;
}

.c-loading:before {
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-bottom: 0.75em;
  border-radius: 50%;
  border: 4px solid #d7d2cb;
  border-top-color: #15a8e0;
  -webkit-animation: spinner .6s linear infinite;
          animation: spinner .6s linear infinite;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* ==========================================================================
   #Form
   ========================================================================== */

/**
 * Form elements with shaded backgrounds and placeholders
 */

.c-form {
  position: relative;
  /** Loading Indicator **/
}

.c-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 8;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  opacity: 0;
  visibility: hidden;
}

.c-form:after {
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  margin-bottom: 0.75em;
  border-radius: 50%;
  border: 4px solid #d7d2cb;
  border-top-color: #15a8e0;
  -webkit-animation: spinner .6s linear infinite;
          animation: spinner .6s linear infinite;
  z-index: 9;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  opacity: 0;
  visibility: hidden;
}

.c-form.is-loading:before,
.c-form.is-loading:after {
  opacity: 1;
  visibility: visible;
}

.c-form__headline {
  margin: 0;
  font-size: 28px;
}

@media (min-width: 48em) {
  .c-form__headline {
    font-size: 35px;
  }
}

@media (min-width: 64em) {
  .c-form__headline {
    font-size: 38px;
  }
}

@media (min-width: 75em) {
  .c-form__headline {
    font-size: 45px;
  }
}

.c-form--stack {
  padding: 0.75em;
  background-color: #FAFAFA;
}

@media (min-width: 48em) {
  .c-form--stack {
    padding: 1.5em;
  }
}

@media (min-width: 64em) {
  .c-form--stack {
    padding: 3em;
  }
}

.c-form--stack .c-form__legend {
  color: #554b4d;
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c-form__hidden-temp {
  visibility: hidden;
}

.c-form .c-form__hidden-temp {
  visibility: visible;
}

.c-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 1.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 4px;
}

.c-form__section.c-toggle {
  padding-right: 10px;
}

.c-toggle__headline {
  padding-right: 1.5em;
}

.c-toggle__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  padding: 0.5em;
  background: rgba(215, 210, 203, 0.3);
  font-size: 1.125em;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: flex-grow 0.5s cubic-bezier(0.98, 0, 0.22, 0.98), opacity 0.9s ease-in-out, -webkit-box-flex 0.5s cubic-bezier(0.98, 0, 0.22, 0.98);
  transition: flex-grow 0.5s cubic-bezier(0.98, 0, 0.22, 0.98), opacity 0.9s ease-in-out, -webkit-box-flex 0.5s cubic-bezier(0.98, 0, 0.22, 0.98);
  transition: flex-grow 0.5s cubic-bezier(0.98, 0, 0.22, 0.98), opacity 0.9s ease-in-out;
  transition: flex-grow 0.5s cubic-bezier(0.98, 0, 0.22, 0.98), opacity 0.9s ease-in-out, -webkit-box-flex 0.5s cubic-bezier(0.98, 0, 0.22, 0.98), -ms-flex-positive 0.5s cubic-bezier(0.98, 0, 0.22, 0.98);
}

.c-toggle__item:hover {
  background-color: rgba(193, 185, 174, 0.3);
  opacity: 1;
}

.c-toggle__item:before,
.c-toggle__item:after {
  content: '';
  display: block;
  border: solid 2px #d7d2cb;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-toggle__item:before {
  width: 100%;
}

.c-toggle__item:after {
  width: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border-color: #193d66;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: opacity 0.9s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.98, 0, 0.22, 0.98);
  transition: opacity 0.9s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.98, 0, 0.22, 0.98);
  transition: transform 0.5s cubic-bezier(0.98, 0, 0.22, 0.98), opacity 0.9s ease-in-out;
  transition: transform 0.5s cubic-bezier(0.98, 0, 0.22, 0.98), opacity 0.9s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.98, 0, 0.22, 0.98);
}

.c-toggle__item-input {
  position: absolute;
  top: 0;
  z-index: -1;
}

.c-toggle__item-label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: opacity 0.9s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.98, 0, 0.22, 0.98);
  transition: opacity 0.9s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.98, 0, 0.22, 0.98);
  transition: transform 0.5s cubic-bezier(0.98, 0, 0.22, 0.98), opacity 0.9s ease-in-out;
  transition: transform 0.5s cubic-bezier(0.98, 0, 0.22, 0.98), opacity 0.9s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.98, 0, 0.22, 0.98);
}

.c-toggle__item-label sub {
  margin-left: 0.25em;
  font-size: 0.4em;
  display: inline-block;
  vertical-align: 0.3em;
}

.c-toggle__item-input:checked + .c-toggle__item {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  opacity: 1;
  background-color: rgba(215, 210, 203, 0.3);
}

.c-toggle__item-input:checked + .c-toggle__item::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-toggle__item-input:checked + .c-toggle__item .option__label {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-toggle__item-input:focus + .c-toggle__item {
  outline-offset: -5px;
  outline: 6px solid rgba(74, 144, 226, 0.4);
}

/** Override style for Picakday calendar **/

.pika-lendar abbr {
  text-decoration: none;
}

.pika-lendar th,
.pika-lendar tr,
.pika-lendar td {
  border: 0;
}

.pika-lendar tbody td {
  padding: 0 2px 2px 0;
}

.pika-button {
  border-radius: 0;
}

.pika-button:hover {
  border-radius: 0;
  background-color: #193d66;
  color: #fff;
}

.is-selected .pika-button {
  border-radius: 0;
  background-color: #15a8e0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-today .pika-button {
  color: #15a8e0;
}

.is-today.is-selected .pika-button {
  color: #fff;
}

/** Special hand rolled colors and images for publication :) **/

.c-attachment-content--archive {
  width: 100%;
}

.c-attachment-content--archive .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Community-Report.png");
}

.c-attachment-content--archive .c-attachment-content__headline {
  color: #6c5762;
}

.c-attachment-content--archive .c-btn--secondary {
  background-color: #6c5762;
}

.c-attachment-content--archive .c-btn--secondary:hover {
  background-color: #504048;
}

.c-attachment-content--archive .c-attachment-content-bg-image {
  width: 80px;
  height: 80px;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

@media (min-width: 64em) {
  .c-attachment-content--archive .c-attachment-content-bg-image {
    width: auto;
    height: 125px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.8125em;
            flex: 0 0 7.8125em;
  }
}

.c-attachment-content--archive.economic-impact-report {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.c-attachment-content--archive.economic-impact-report .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Economic-Impact-Report.png");
}

.c-attachment-content--archive.economic-impact-report .c-attachment-content__headline {
  color: #6c5762;
}

.c-attachment-content--archive.economic-impact-report .c-btn--secondary {
  background-color: #6c5762;
}

.c-attachment-content--archive.economic-impact-report .c-btn--secondary:hover {
  background-color: #504048;
}

.c-attachment-content--archive.rickenbacker-international-john-glenn-international-traffic-report {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-attachment-content--archive.rickenbacker-international-john-glenn-international-traffic-report .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/International-Traffic-Report.png");
}

.c-attachment-content--archive.rickenbacker-international-john-glenn-international-traffic-report .c-attachment-content__headline {
  color: #f1be48;
}

.c-attachment-content--archive.rickenbacker-international-john-glenn-international-traffic-report .c-btn--secondary {
  background-color: #f1be48;
}

.c-attachment-content--archive.rickenbacker-international-john-glenn-international-traffic-report .c-btn--secondary:hover {
  background-color: #edad19;
}

.c-attachment-content--archive.flycolumbus-eblast {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-attachment-content--archive.flycolumbus-eblast .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Rickenbacker-Area-Report.png");
}

.c-attachment-content--archive.flycolumbus-eblast .c-attachment-content__headline {
  color: #de4b23;
}

.c-attachment-content--archive.flycolumbus-eblast .c-btn--secondary {
  background-color: #de4b23;
}

.c-attachment-content--archive.flycolumbus-eblast .c-btn--secondary:hover {
  background-color: #b33b1b;
}

.c-attachment-content--archive.comprehensive-annual-financial-report {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.c-attachment-content--archive.comprehensive-annual-financial-report .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Comprehensive-Annual-Financial-Report.png");
}

.c-attachment-content--archive.comprehensive-annual-financial-report .c-attachment-content__headline {
  color: #a42715;
}

.c-attachment-content--archive.comprehensive-annual-financial-report .c-btn--secondary {
  background-color: #a42715;
}

.c-attachment-content--archive.comprehensive-annual-financial-report .c-btn--secondary:hover {
  background-color: #771c0f;
}

.c-attachment-content--archive.community-report {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-attachment-content--archive.community-report .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Community-Report.png");
}

.c-attachment-content--archive.community-report .c-attachment-content__headline {
  color: #6c5762;
}

.c-attachment-content--archive.community-report .c-btn--secondary {
  background-color: #6c5762;
}

.c-attachment-content--archive.community-report .c-btn--secondary:hover {
  background-color: #504048;
}

.c-attachment-content--archive.logistically-speaking {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.c-attachment-content--archive.logistically-speaking .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Logistically-Speaking.png");
}

.c-attachment-content--archive.logistically-speaking .c-attachment-content__headline {
  color: #f1be48;
}

.c-attachment-content--archive.logistically-speaking .c-btn--secondary {
  background-color: #f1be48;
}

.c-attachment-content--archive.logistically-speaking .c-btn--secondary:hover {
  background-color: #edad19;
}

.c-attachment-content--archive.publications-ftz-138-fact-sheet {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-attachment-content--archive.publications-ftz-138-fact-sheet .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/FTZ-138-Fact-Sheet.png");
}

.c-attachment-content--archive.publications-ftz-138-fact-sheet .c-attachment-content__headline {
  color: #de4b23;
}

.c-attachment-content--archive.publications-ftz-138-fact-sheet .c-btn--secondary {
  background-color: #de4b23;
}

.c-attachment-content--archive.publications-ftz-138-fact-sheet .c-btn--secondary:hover {
  background-color: #b33b1b;
}

.c-attachment-content--archive.regional-approach {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.c-attachment-content--archive.regional-approach .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/FTZ-138-Brochure.png");
}

.c-attachment-content--archive.regional-approach .c-attachment-content__headline {
  color: #a42715;
}

.c-attachment-content--archive.regional-approach .c-btn--secondary {
  background-color: #a42715;
}

.c-attachment-content--archive.regional-approach .c-btn--secondary:hover {
  background-color: #771c0f;
}

.c-attachment-content--archive.rickenbacker-area-report {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.c-attachment-content--archive.rickenbacker-area-report .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Rickenbacker-Area-Report.png");
}

.c-attachment-content--archive.rickenbacker-area-report .c-attachment-content__headline {
  color: #de4b23;
}

.c-attachment-content--archive.rickenbacker-area-report .c-btn--secondary {
  background-color: #de4b23;
}

.c-attachment-content--archive.rickenbacker-area-report .c-btn--secondary:hover {
  background-color: #b33b1b;
}

.c-attachment-content--archive.theres-nowhere-you-cant-go {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-attachment-content--archive.theres-nowhere-you-cant-go .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/FTZ-138-Fact-Sheet.png");
}

.c-attachment-content--archive.theres-nowhere-you-cant-go .c-attachment-content__headline {
  color: #de4b23;
}

.c-attachment-content--archive.theres-nowhere-you-cant-go .c-btn--secondary {
  background-color: #de4b23;
}

.c-attachment-content--archive.theres-nowhere-you-cant-go .c-btn--secondary:hover {
  background-color: #b33b1b;
}

.c-attachment-content--archive.exporting-animals-with-care {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.c-attachment-content--archive.exporting-animals-with-care .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/FTZ-138-Fact-Sheet.png");
}

.c-attachment-content--archive.exporting-animals-with-care .c-attachment-content__headline {
  color: #de4b23;
}

.c-attachment-content--archive.exporting-animals-with-care .c-btn--secondary {
  background-color: #de4b23;
}

.c-attachment-content--archive.exporting-animals-with-care .c-btn--secondary:hover {
  background-color: #b33b1b;
}

.c-attachment-content--archive.ftz-138-brochure {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.c-attachment-content--archive.ftz-138-brochure .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/FTZ-138-Brochure.png");
}

.c-attachment-content--archive.ftz-138-brochure .c-attachment-content__headline {
  color: #a42715;
}

.c-attachment-content--archive.ftz-138-brochure .c-btn--secondary {
  background-color: #a42715;
}

.c-attachment-content--archive.ftz-138-brochure .c-btn--secondary:hover {
  background-color: #771c0f;
}

.c-attachment-content--archive.gaining-altitude {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-attachment-content--archive.gaining-altitude .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/FTZ-138-Brochure.png");
}

.c-attachment-content--archive.gaining-altitude .c-attachment-content__headline {
  color: #a42715;
}

.c-attachment-content--archive.gaining-altitude .c-btn--secondary {
  background-color: #a42715;
}

.c-attachment-content--archive.gaining-altitude .c-btn--secondary:hover {
  background-color: #771c0f;
}

/** Lets re-order the results **/

#newshub-publications .news-hub-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */

/**
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */

.u-h1 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
  line-height: 1.33333333 !important;
}

.u-h2 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
  line-height: 1.71428571 !important;
}

.u-h3 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
}

.u-h4 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
}

.u-h5 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.33333333 !important;
}

.u-h6 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* ==========================================================================
   #SPACINGS
   ========================================================================== */

/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */

/* stylelint-disable string-quotes */

.u-padding {
  padding: 24px !important;
}

.u-padding-tiny {
  padding: 6px !important;
}

.u-padding-small {
  padding: 12px !important;
}

.u-padding-large {
  padding: 48px !important;
}

.u-padding-huge {
  padding: 96px !important;
}

.u-padding-none {
  padding: 0 !important;
}

.u-padding-top {
  padding-top: 24px !important;
}

.u-padding-top-tiny {
  padding-top: 6px !important;
}

.u-padding-top-small {
  padding-top: 12px !important;
}

.u-padding-top-large {
  padding-top: 48px !important;
}

.u-padding-top-huge {
  padding-top: 96px !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-right {
  padding-right: 24px !important;
}

.u-padding-right-tiny {
  padding-right: 6px !important;
}

.u-padding-right-small {
  padding-right: 12px !important;
}

.u-padding-right-large {
  padding-right: 48px !important;
}

.u-padding-right-huge {
  padding-right: 96px !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-bottom {
  padding-bottom: 24px !important;
}

.u-padding-bottom-tiny {
  padding-bottom: 6px !important;
}

.u-padding-bottom-small {
  padding-bottom: 12px !important;
}

.u-padding-bottom-large {
  padding-bottom: 48px !important;
}

.u-padding-bottom-huge {
  padding-bottom: 96px !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-left {
  padding-left: 24px !important;
}

.u-padding-left-tiny {
  padding-left: 6px !important;
}

.u-padding-left-small {
  padding-left: 12px !important;
}

.u-padding-left-large {
  padding-left: 48px !important;
}

.u-padding-left-huge {
  padding-left: 96px !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-horizontal {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-padding-horizontal-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.u-padding-horizontal-small {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-padding-horizontal-large {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-padding-horizontal-huge {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-vertical {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-padding-vertical-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.u-padding-vertical-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-padding-vertical-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-padding-vertical-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-margin {
  margin: 24px !important;
}

.u-margin-tiny {
  margin: 6px !important;
}

.u-margin-small {
  margin: 12px !important;
}

.u-margin-large {
  margin: 48px !important;
}

.u-margin-huge {
  margin: 96px !important;
}

.u-margin-none {
  margin: 0 !important;
}

.u-margin-top {
  margin-top: 24px !important;
}

.u-margin-top-tiny {
  margin-top: 6px !important;
}

.u-margin-top-small {
  margin-top: 12px !important;
}

.u-margin-top-large {
  margin-top: 48px !important;
}

.u-margin-top-huge {
  margin-top: 96px !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-right {
  margin-right: 24px !important;
}

.u-margin-right-tiny {
  margin-right: 6px !important;
}

.u-margin-right-small {
  margin-right: 12px !important;
}

.u-margin-right-large {
  margin-right: 48px !important;
}

.u-margin-right-huge {
  margin-right: 96px !important;
}

.u-margin-right-none {
  margin-right: 0 !important;
}

.u-margin-bottom {
  margin-bottom: 24px !important;
}

.u-margin-bottom-tiny {
  margin-bottom: 6px !important;
}

.u-margin-bottom-small {
  margin-bottom: 12px !important;
}

.u-margin-bottom-large {
  margin-bottom: 48px !important;
}

.u-margin-bottom-huge {
  margin-bottom: 96px !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-left {
  margin-left: 24px !important;
}

.u-margin-left-tiny {
  margin-left: 6px !important;
}

.u-margin-left-small {
  margin-left: 12px !important;
}

.u-margin-left-large {
  margin-left: 48px !important;
}

.u-margin-left-huge {
  margin-left: 96px !important;
}

.u-margin-left-none {
  margin-left: 0 !important;
}

.u-margin-horizontal {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-margin-horizontal-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.u-margin-horizontal-small {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-margin-horizontal-large {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-margin-horizontal-huge {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-vertical {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-margin-vertical-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-margin-vertical-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-margin-vertical-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-margin-vertical-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* stylelint-enable string-quotes */

/* ==========================================================================
   #PRINT
   ========================================================================== */

/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */

@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */

  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    -webkit-box-shadow: none !important;
            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) ")";
  }

  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */

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

/* ==========================================================================
   #HIDE
   ========================================================================== */

/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */

.u-hidden {
  display: none !important;
}

/* ==========================================================================
   #HIDE with responsive suffixes
   ========================================================================== */

/**
 *   .u-hide@xs {}
 *   .u-hide@sm {}
 *   .u-hide@md {}
 *   .u-hide@lg {}
 */

.skip-links.u-hidden-visually:focus {
  border: 0 !important;
  clip: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: fixed !important;
  width: auto !important;
  top: 10px;
  left: 10px;
  z-index: 100;
  color: #fff;
}

.u-show-on-focus.u-hidden-visually:focus {
  border: 0 !important;
  clip: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: fixed !important;
  width: auto !important;
  top: 10px;
  left: 10px;
  z-index: 100;
  color: #fff;
}

/**
 * Hide visually and from screen readers.
 */

@media (max-width: -0.01em) {
  .u-hidden\@xs {
    display: none !important;
  }
}

@media (max-width: 47.99em) {
  .u-hidden\@sm {
    display: none !important;
  }
}

@media (max-width: 63.99em) {
  .u-hidden\@md {
    display: none !important;
  }
}

@media (max-width: 74.99em) {
  .u-hidden\@lg {
    display: none !important;
  }
}

/* Apply to all breakpoints */

.u-hidden {
  display: none !important;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .u-hidden-xs {
    display: none !important;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .u-hidden-sm {
    display: none !important;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .u-hidden-md {
    display: none !important;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .u-hidden-lg {
    display: none !important;
  }
}

/* Force block level at certain breakpoints */

/* Apply to all breakpoints */

.u-block {
  display: block !important;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .u-block-xs {
    display: block !important;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .u-block-sm {
    display: block !important;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .u-block-md {
    display: block !important;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .u-block-lg {
    display: block !important;
  }
}

/* ==========================================================================
   #Flex with responsive suffixes
   ========================================================================== */

/**
 * Quickly amke an element disply flex
 * To be used in conjunctions with alighment modifier from the grid
 */

/**
 *   .u-flex {}
 *   .u-flex@xs {}
 *   .u-flex@sm {}
 *   .u-flex@md {}
 *   .u-flex@lg {}
 *   .u-flex-inline {}
 *   .u-flex-inline@xs {}
 *   .u-flex-inline@sm {}
 *   .u-flex-inline@md {}
 *   .u-flex-inline@lg {}
 */

.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.u-flex-inline {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: -0.01em) {
  .u-flex\@xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: -0.01em) {
  .u-flex-inline\@xs {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 47.99em) {
  .u-flex\@sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 47.99em) {
  .u-flex-inline\@sm {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 63.99em) {
  .u-flex\@md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 63.99em) {
  .u-flex-inline\@md {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 74.99em) {
  .u-flex\@lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 74.99em) {
  .u-flex-inline\@lg {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* Apply to all breakpoints */

.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .u-flex-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .u-flex-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .u-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .u-flex-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* Apply to all breakpoints */

.u-flex--row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .u-flex--row-xs {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .u-flex--row-sm {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .u-flex--row-md {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .u-flex--row-lg {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

/* Apply to all breakpoints */

.u-flex--column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .u-flex--column-xs {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .u-flex--column-sm {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .u-flex--column-md {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .u-flex--column-lg {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

/* ==========================================================================
   #Add Margins based on breakpoint
   ========================================================================== */

/**
 *   .u-margin--top-md {}
 *   .u-margin--right-md {}
 *   .u-margin--bottom-md {}
 *   .u-margin--left-md {}
 */

/* Apply to all breakpoints */

.u-margin--top {
  margin-top: 1.5em !important;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .u-margin--top-xs {
    margin-top: 1.5em !important;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .u-margin--top-sm {
    margin-top: 1.5em !important;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .u-margin--top-md {
    margin-top: 1.5em !important;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .u-margin--top-lg {
    margin-top: 1.5em !important;
  }
}

/* Apply to all breakpoints */

.u-margin--bottom {
  margin-bottom: 1.5em !important;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .u-margin--bottom-xs {
    margin-bottom: 1.5em !important;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .u-margin--bottom-sm {
    margin-bottom: 1.5em !important;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .u-margin--bottom-md {
    margin-bottom: 1.5em !important;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .u-margin--bottom-lg {
    margin-bottom: 1.5em !important;
  }
}

/* Apply to all breakpoints */

.u-margin--bottom-small {
  margin-bottom: 0.75em !important;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .u-margin--bottom-small-xs {
    margin-bottom: 0.75em !important;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .u-margin--bottom-small-sm {
    margin-bottom: 0.75em !important;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .u-margin--bottom-small-md {
    margin-bottom: 0.75em !important;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .u-margin--bottom-small-lg {
    margin-bottom: 0.75em !important;
  }
}

/* Apply to all breakpoints */

.u-margin--bottom-tiny {
  margin-bottom: 0.375em !important;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .u-margin--bottom-tiny-xs {
    margin-bottom: 0.375em !important;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .u-margin--bottom-tiny-sm {
    margin-bottom: 0.375em !important;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .u-margin--bottom-tiny-md {
    margin-bottom: 0.375em !important;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .u-margin--bottom-tiny-lg {
    margin-bottom: 0.375em !important;
  }
}

/* ==========================================================================
   #Uppercase
   ========================================================================== */

/**
 * Quickly amke an elements texts uppercase 
 */

/**
 *   .u-text-uppercase {}
 */

.u-text-uppercase {
  text-transform: uppercase !important;
}

/* ==========================================================================
   #Negative gutter
   ========================================================================== */

/**
 *   Pull object past gutters to teh edge of teh viewport
 *   .u-margin--top-md {}
 *   .u-margin--right-md {}
 *   .u-margin--bottom-md {}
 *   .u-margin--left-md {}
 */

/* Apply to all breakpoints */

.u-negative-gutter {
  margin-left: -0.75em !important;
  margin-right: -0.75em !important;
}

/* Apply to { xs }  breakpoint */

@media (max-width: 47.99em) {
  .u-negative-gutter-xs {
    margin-left: -0.75em !important;
    margin-right: -0.75em !important;
  }
}

/* Apply to { sm }  breakpoint */

@media (min-width: 48em) and (max-width: 63.99em) {
  .u-negative-gutter-sm {
    margin-left: -0.75em !important;
    margin-right: -0.75em !important;
  }
}

/* Apply to { md }  breakpoint */

@media (min-width: 64em) and (max-width: 74.99em) {
  .u-negative-gutter-md {
    margin-left: -0.75em !important;
    margin-right: -0.75em !important;
  }
}

/* Apply to { lg }  breakpoint */

@media (min-width: 75em) {
  .u-negative-gutter-lg {
    margin-left: -0.75em !important;
    margin-right: -0.75em !important;
  }
}

/* ==========================================================================
   #Color Utilities
   ========================================================================== */

/**
 *   .u-color--primary {}
 */

.u-color--primary {
  color: #15a8e0 !important;
}

.u-color--primary-light {
  color: #bbdde6 !important;
}

.u-color--secondary {
  color: #002c5c !important;
}

.u-color--banner {
  color: #163a64 !important;
}

.u-color--link {
  color: #999 !important;
}

.u-color--action {
  color: #193d66 !important;
}

.u-color--text {
  color: #554b4d !important;
}

.u-color--text-light {
  color: #aaa5a6 !important;
}

.u-color--warning {
  color: #f1be48 !important;
}

.u-color--border {
  color: #d7d2cb !important;
}

.u-color--form-bg {
  color: #efefef !important;
}

.u-color--form-placeholder {
  color: #554b4d !important;
}

.u-color--form-error {
  color: #7D0202 !important;
}

.u-color--section-bg {
  color: #eaeaea !important;
}

.u-color--menu-active {
  color: #0092c9 !important;
}

.u-color--outline {
  color: #98c75f !important;
}

.u-color--plain-black {
  color: #222222 !important;
}

.u-color--white {
  color: #fff !important;
}

.u-no-break {
  white-space: nowrap !important;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

/* ==========================================================================
   #Menu Animator
   ========================================================================== */

/**
 * Special container to handle animations for mobile and
 * desktop navigation
 */

.o-menu-animator {
  -webkit-transition: -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  will-change: transform;
}

.headroom--not-top .o-menu-animator {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

/** Assign icons to menu items **/

/** Flights **/

@media (min-width: 64em) {
  .c-menu-main .c-menu__link.flight-status::before {
    font-family: 'airports';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "E";
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link.destinations-from-columbus::before {
    font-family: 'airports';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "b";
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link.airline-contact-information::before {
    font-family: 'airports';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "d";
  }
}

/** Getting to and from **/

@media (min-width: 64em) {
  .c-menu-main .c-menu__link.parking-options::before {
    font-family: 'airports';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "u";
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link.directions-to-cmh::before {
    font-family: 'airports';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "t";
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link.taxis-rideshare::before {
    font-family: 'airports';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "v";
  }
}

/** At the airport **/

@media (min-width: 64em) {
  .c-menu-main .c-menu__link.terminal-maps::before {
    font-family: 'airports';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "w";
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link.restaurants-shops::before {
    font-family: 'airports';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "f";
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link.services-amenities::before {
    font-family: 'airports';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "'";
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-one {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-one.is-selected {
    background-color: transparent;
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__item--level-one:first-of-type {
    padding-left: 0;
  }
}

.c-menu-main .c-menu__link--level-one {
  height: 3.125em;
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link--level-one {
    height: 3.75em;
  }
}

.c-menu-main .c-menu--level-two {
  top: 3.75em;
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link-text--level-one {
    padding-right: 0.75em;
    font-size: 1.0625em;
  }
}

/** Custom sizing for the icons **/

@media (min-width: 64em) {
  .c-menu-main .c-menu__link--level-one::before {
    font-size: 35px;
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link--level-one.icon-plane::before {
    font-size: 40px;
  }
}

@media (min-width: 64em) {
  .c-menu-main .c-menu__link--level-one.icon-terminal::before {
    font-size: 30px;
    margin-right: -6px;
    margin-left: -6px;
  }
}

/**
 * Components for ~/flights/destinations-from-columbus page
 */

.c-destinations__cities {
  position: relative;
  z-index: 4;
}

@media (min-width: 64em) {
  .c-destinations__cities {
    position: absolute;
    z-index: 4;
  }
}

.c-destinations__map {
  position: relative;
}

.c-destinations__overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 47.99em) {
  .c-destinations__overlay {
    z-index: 10000;
    left: 0;
  }
}

@media (min-width: 48em) {
  .c-destinations__overlay {
    position: absolute;
  }
}

.c-destinations__scroll {
  padding: calc(10% + 48px) 10px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-destination-details,
.c-destination-details * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-destination-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-destination-details__item--header,
.c-destination-details--airline .c-destination-company__logo {
  padding: 15px 15px;
}

.c-destination-details__main {
  background-color: rgba(255, 255, 255, 0.95);
}

.c-destination-details__item--header--alt,
.c-destination-details__group--alt {
  color: #D54D37;
}

@media screen and (min-width: 600px) {
  .c-destination-details__main {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 600px) {
  .c-destination-details__main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-destination-details {
  color: #002c5c;
}

.c-destination-details__main {
  position: relative;
  border: 1px solid #193d66;
}

.c-destination-details__title {
  background-color: #193d66;
  color: #fff;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border-bottom: 0;
}

@media screen and (min-width: 600px) {
  .c-destination-details__title {
    padding-right: 40px;
  }
}

@media screen and (max-width: 600px) {
  .c-destination-details__title {
    padding-right: 15px;
  }
}

.c-destination-details__item {
  padding: 8px 0px 0 0;
  color: inherit;
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
}

@media (min-width: 64em) {
  .c-destination-details__item {
    padding: 15px 15px;
  }
}

.c-destination-details__item--header {
  text-transform: uppercase;
  font-style: normal;
  font-size: .8em;
  color: #554B4D;
}

@media (max-width: 47.99em) {
  .c-destination-details__item--header {
    display: none;
  }
}

.c-destination-details__item--header:last-child > span {
  display: block;
  padding-right: 40px;
}

.c-destination-details--airline .c-destination-company__logo {
  margin: -10px -5px;
}

.c-destination-details__group {
  font-style: italic;
  position: relative;
}

@media (min-width: 48em) {
  .c-destination-details__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-destination-details__group + .c-destination-details__group {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 47.99em) {
  .c-destination-details__group + .c-destination-details__group {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.c-destination-details__cta {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #15a8e0;
}

.c-destination-details__cta > span {
  visibility: none;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -50000px;
}

.c-destination-details__cta:after {
  content: "X";
  font-size: 20px;
  color: inherit;
}

.c-destination-details__cta:hover,
.c-destination-details__cta:focus,
.c-destination-details__cta:active {
  background-color: currentColor;
}

.c-destination-details__cta:hover:after,
.c-destination-details__cta:focus:after,
.c-destination-details__cta:active:after {
  color: #FFF;
}

.u-inner-section-callout {
  display: block;
  font-size: .8em;
}

.c-destination-company {
  min-width: 40px;
  min-height: 40px;
}

.c-destination-company__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 140px;
  width: 100%;
}

.c-pin {
  position: absolute;
  left: 15px;
  top: 0px;
}

.c-pin:before,
.c-pin:after {
  position: absolute;
}

.c-pin:after {
  font-family: 'airports';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'O';
  width: 40px;
  height: 40px;
  font-size: 25px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 40px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  background-color: #15a8e0;
  z-index: 1;
}

.c-pin:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #15a8e0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -15px;
  left: 10px;
  z-index: 0;
}

.c-pin--red::after {
  background-color: #D54D37;
}

.c-pin--red::before {
  border-top: 50px solid #D54D37;
}

.c-pin--left {
  left: 9px;
  top: -7px;
  z-index: 2;
}

.c-pin--right {
  left: 16px;
  z-index: 1;
}

/**
 * Components for ~/flights/destinations-from-columbus page
 */

.c-airport-map {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/** Wrap **/

.c-airport-map__wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid #d7d2cb;
  border-width: 0 1px 1px 1px;
}

/** Trigger **/

.c-airport-map__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  text-decoration: none;
  padding: 5px;
  background-color: #fff;
  -webkit-transform: will-change;
          transform: will-change;
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
}

.c-airport-map__trigger::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: 'B';
  font-family: 'airports';
  width: 40px;
  height: 40px;
  margin-right: 0.375em;
  background-color: #193d66;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.c-airport-map__trigger--hide {
  -webkit-transform: translateX(-135%);
          transform: translateX(-135%);
}

.c-airport-map__trigger.is-active {
  background-color: transparent;
}

.c-airport-map__trigger.is-active::before {
  content: 'C';
}

/** Options **/

.c-airport-map__options {
  background-color: #fff;
  position: absolute;
  top: 70px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
  will-change: transform;
  -webkit-transform: translateX(-135%);
          transform: translateX(-135%);
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
}

@media (min-width: 64em) {
  .c-airport-map__options {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}

@media (max-width: 63.99em) {
  .c-airport-map__options {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.c-airport-map__options h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.6875em;
  margin: 0;
  padding: 0.75em 0;
}

@media (min-width: 64em) {
  .c-airport-map__options h5 {
    display: none;
  }
}

/** Options Mask **/

.c-airport-map__wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21, 168, 224, 0.85);
  z-index: 8;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.c-airport-map__wrap.with-mask::after {
  pointer-events: all;
  opacity: 1;
}

.c-airport-map__options.is-active,
.c-airport-map__place-details.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/** Options Section **/

.c-airport-map__options-section {
  padding: 5px 0;
  border-bottom: 1px solid #d7d2cb;
}

@media (min-width: 64em) {
  .c-airport-map__options-section {
    padding: 10px 0;
  }
}

.c-airport-map__options-section > .row {
  margin: 0;
}

.c-airport-map__label {
  background-color: #d7d2cb;
  padding: 0.375em;
  text-align: center;
  font-size: 0.75em;
}

.c-airport-map__suppliment {
  background-color: #fff;
  text-align: center;
}

/** Place details **/

.c-airport-map__place-details {
  background-color: #fff;
  position: absolute;
  top: 75px;
  left: 15px;
  right: 15px;
  bottom: 0;
  overflow: auto;
  z-index: 500;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
  will-change: transform;
  -webkit-transform: translateX(-135%);
          transform: translateX(-135%);
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
}

.c-airport-map .c-amenity {
  text-align: left;
  border-right: 0;
}

.c-airport-map .c-amenity__button--map {
  display: none;
}

/**
 * Components for ~/flights/destinations-from-columbus page
 */

.c-parking-map .container {
  padding: 0;
}

@media (min-width: 64em) {
  .c-parking-map .container {
    padding: 0;
  }
}

.c-parking-map__inner {
  position: relative;
}

.c-parking-map__dropdown {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
  display: none;
}

.c-parking-map__dropdown .form-group {
  margin-bottom: 0;
}

/* ==========================================================================
   #Lot Status
   ========================================================================== */

/**
 * Display current parking inforamtion for a given lot
 */

.c-lot-status {
  position: relative;
  height: 21.875em;
  text-align: center;
  background-color: #fff;
  border: 0px solid #fff;
}

/**
 * Inner
 */

.c-lot-status__inner {
  height: 100%;
  border: 6px solid #fff;
  padding: 0 0.75em 3.125em 0.75em;
}

.c-lot-status:hover .c-lot-status__inner {
  border-color: #666;
}

/**
 * Capacity
 */

.c-lot-status__capacity {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  margin-top: 6px;
}

.c-lot-status__capacity--none {
  padding: 2px;
}

.c-lot-status__capacity .bar {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 4px;
  border-radius: 3px;
}

.c-lot-status__capacity .bar .full {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 6px;
  border-radius: 3px;
  max-width: 100%;
}

.c-lot-status__capacity .bar .full.lowcap {
  text-align: left;
  color: inherit;
}

.c-lot-status__capacity .bar .full.lowcap > div {
  position: relative;
  left: calc(100% + 0.75rem);
}

.c-content-parking .c-lot-status__capacity {
  margin: 1rem 4rem 0 2rem;
}

.parking-uplink {
  height: 30px;
  display: none;
  margin-left: 3rem;
  color: #554b4d;
  font-weight: normal;
  position: relative;
}

@media (min-width: 64em) {
  .parking-uplink {
    display: none;
    float: right;
    margin-top: -2.5rem;
  }
}

.parking-uplink:before {
  position: absolute;
  right: calc( 100% + 6px);
  top: -6px;
  content: '';
  width: 31px;
  height: 31px;
  background-size: cover;
}

/**
 * Name
 */

.c-lot-status__name {
  font-size: 1.375em;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0.3em;
  margin-top: 0;
  border: 0;
  padding: 0;
}

.c-lot-status__name::before {
  width: 60px;
  height: 60px;
  content: "P";
  background-color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  margin: 0.375em auto 0.375em auto;
  line-height: 1;
  font-family: 'ApexNew';
  font-weight: 700;
}

/**
 * Price
 */

.c-lot-status__price,
.c-lot-status__price p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 4px;
}

.c-lot-status__price span,
.c-lot-status__price strong,
.c-lot-status__price p span,
.c-lot-status__price p strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.c-lot-status__price strong + span,
.c-lot-status__price p strong + span {
  font-family: 'ApexNewBook';
}

/**
 * Action
 */

.c-lot-status__action-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 1.5em;
  width: 100%;
  text-align: center;
}

/**
 * COLOR OVERRIDES
 */

.c-lot-status--blue:hover .c-lot-status__inner {
  border-color: #00a3e0;
}

.c-lot-status--blue .c-lot-status__capacity {
  color: #00a3e0;
}

.c-lot-status--blue .c-lot-status__capacity .bar {
  background-color: rgba(0, 163, 224, 0.2);
}

.c-lot-status--blue .c-lot-status__capacity .bar .full {
  background-color: #00a3e0;
}

.c-lot-status--blue .c-lot-status__name {
  color: #00597a;
}

.c-lot-status--blue .c-lot-status__name::before {
  background-color: #00a3e0;
}

.c-lot-status--blue .c-lot-status__action {
  background-color: #00a3e0;
}

.c-lot-status--blue .c-lot-status__price,
.c-lot-status--blue .c-lot-status__price p {
  color: #00a3e0;
}

.parking-uplink--blue:before {
  background-image: url("/images/icons/parking-map/parking-icon-blue.png");
}

.c-lot-status--brown:hover .c-lot-status__inner {
  border-color: #554b4d;
}

.c-lot-status--brown .c-lot-status__capacity {
  color: #554b4d;
}

.c-lot-status--brown .c-lot-status__capacity .bar {
  background-color: rgba(85, 75, 77, 0.2);
}

.c-lot-status--brown .c-lot-status__capacity .bar .full {
  background-color: #554b4d;
}

.c-lot-status--brown .c-lot-status__name {
  color: #1f1b1c;
}

.c-lot-status--brown .c-lot-status__name::before {
  background-color: #554b4d;
}

.c-lot-status--brown .c-lot-status__action {
  background-color: #554b4d;
}

.c-lot-status--brown .c-lot-status__price,
.c-lot-status--brown .c-lot-status__price p {
  color: #554b4d;
}

.parking-uplink--brown:before {
  background-image: url("/images/icons/parking-map/parking-icon-brown.png");
}

.c-lot-status--red:hover .c-lot-status__inner {
  border-color: #a42715;
}

.c-lot-status--red .c-lot-status__capacity {
  color: #a42715;
}

.c-lot-status--red .c-lot-status__capacity .bar {
  background-color: rgba(164, 39, 21, 0.2);
}

.c-lot-status--red .c-lot-status__capacity .bar .full {
  background-color: #a42715;
}

.c-lot-status--red .c-lot-status__name {
  color: #4a1109;
}

.c-lot-status--red .c-lot-status__name::before {
  background-color: #a42715;
}

.c-lot-status--red .c-lot-status__action {
  background-color: #a42715;
}

.c-lot-status--red .c-lot-status__price,
.c-lot-status--red .c-lot-status__price p {
  color: #a42715;
}

.parking-uplink--red:before {
  background-image: url("/images/icons/parking-map/parking-icon-red.png");
}

.c-lot-status--green:hover .c-lot-status__inner {
  border-color: #99ca3c;
}

.c-lot-status--green .c-lot-status__capacity {
  color: #99ca3c;
}

.c-lot-status--green .c-lot-status__capacity .bar {
  background-color: rgba(153, 202, 60, 0.2);
}

.c-lot-status--green .c-lot-status__capacity .bar .full {
  background-color: #99ca3c;
}

.c-lot-status--green .c-lot-status__name {
  color: #5e7e22;
}

.c-lot-status--green .c-lot-status__name::before {
  background-color: #99ca3c;
}

.c-lot-status--green .c-lot-status__action {
  background-color: #99ca3c;
}

.c-lot-status--green .c-lot-status__price,
.c-lot-status--green .c-lot-status__price p {
  color: #99ca3c;
}

.parking-uplink--green:before {
  background-image: url("/images/icons/parking-map/parking-icon-green.png");
}

.c-lot-status--yellow:hover .c-lot-status__inner {
  border-color: #f1be48;
}

.c-lot-status--yellow .c-lot-status__capacity {
  color: #f1be48;
}

.c-lot-status--yellow .c-lot-status__capacity .bar {
  background-color: rgba(241, 190, 72, 0.2);
}

.c-lot-status--yellow .c-lot-status__capacity .bar .full {
  background-color: #f1be48;
}

.c-lot-status--yellow .c-lot-status__name {
  color: #c48d0f;
}

.c-lot-status--yellow .c-lot-status__name::before {
  background-color: #f1be48;
}

.c-lot-status--yellow .c-lot-status__action {
  background-color: #f1be48;
}

.c-lot-status--yellow .c-lot-status__price,
.c-lot-status--yellow .c-lot-status__price p {
  color: #f1be48;
}

.parking-uplink--yellow:before {
  background-image: url("/images/icons/parking-map/parking-icon-yellow.png");
}

.c-lot-status--dark-gray:hover .c-lot-status__inner {
  border-color: #554b4d;
}

.c-lot-status--dark-gray .c-lot-status__capacity {
  color: #554b4d;
}

.c-lot-status--dark-gray .c-lot-status__capacity .bar {
  background-color: rgba(85, 75, 77, 0.2);
}

.c-lot-status--dark-gray .c-lot-status__capacity .bar .full {
  background-color: #554b4d;
}

.c-lot-status--dark-gray .c-lot-status__name {
  color: #1f1b1c;
}

.c-lot-status--dark-gray .c-lot-status__name::before {
  background-color: #554b4d;
}

.c-lot-status--dark-gray .c-lot-status__action {
  background-color: #554b4d;
}

.c-lot-status--dark-gray .c-lot-status__price,
.c-lot-status--dark-gray .c-lot-status__price p {
  color: #554b4d;
}

.parking-uplink--dark-gray:before {
  background-image: url("/images/icons/parking-map/parking-icon-dark-gray.png");
}

.c-lot-status--black:hover .c-lot-status__inner {
  border-color: #222;
}

.c-lot-status--black .c-lot-status__capacity {
  color: #222;
}

.c-lot-status--black .c-lot-status__capacity .bar {
  background-color: rgba(34, 34, 34, 0.2);
}

.c-lot-status--black .c-lot-status__capacity .bar .full {
  background-color: #222;
}

.c-lot-status--black .c-lot-status__name {
  color: black;
}

.c-lot-status--black .c-lot-status__name::before {
  background-color: #222;
}

.c-lot-status--black .c-lot-status__action {
  background-color: #222;
}

.c-lot-status--black .c-lot-status__price,
.c-lot-status--black .c-lot-status__price p {
  color: #222;
}

.parking-uplink--black:before {
  background-image: url("/images/icons/parking-map/parking-icon-black.png");
}

.c-lot-status--gray:hover .c-lot-status__inner {
  border-color: #b7b7b7;
}

.c-lot-status--gray .c-lot-status__capacity {
  color: #b7b7b7;
}

.c-lot-status--gray .c-lot-status__capacity .bar {
  background-color: rgba(183, 183, 183, 0.2);
}

.c-lot-status--gray .c-lot-status__capacity .bar .full {
  background-color: #b7b7b7;
}

.c-lot-status--gray .c-lot-status__name {
  color: #848484;
}

.c-lot-status--gray .c-lot-status__name::before {
  background-color: #b7b7b7;
}

.c-lot-status--gray .c-lot-status__action {
  background-color: #b7b7b7;
}

.c-lot-status--gray .c-lot-status__price,
.c-lot-status--gray .c-lot-status__price p {
  color: #b7b7b7;
}

.parking-uplink--gray:before {
  background-image: url("/images/icons/parking-map/parking-icon-gray.png");
}

.c-lot-status--dark-blue:hover .c-lot-status__inner {
  border-color: #002855;
}

.c-lot-status--dark-blue .c-lot-status__capacity {
  color: #002855;
}

.c-lot-status--dark-blue .c-lot-status__capacity .bar {
  background-color: rgba(0, 40, 85, 0.2);
}

.c-lot-status--dark-blue .c-lot-status__capacity .bar .full {
  background-color: #002855;
}

.c-lot-status--dark-blue .c-lot-status__name {
  color: black;
}

.c-lot-status--dark-blue .c-lot-status__name::before {
  background-color: #002855;
}

.c-lot-status--dark-blue .c-lot-status__action {
  background-color: #002855;
}

.c-lot-status--dark-blue .c-lot-status__price,
.c-lot-status--dark-blue .c-lot-status__price p {
  color: #002855;
}

.parking-uplink--dark-blue:before {
  background-image: url("/images/icons/parking-map/parking-icon-dark-blue.png");
}

.c-lot-status--aqua:hover .c-lot-status__inner {
  border-color: #6AD1E3;
}

.c-lot-status--aqua .c-lot-status__capacity {
  color: #6AD1E3;
}

.c-lot-status--aqua .c-lot-status__capacity .bar {
  background-color: rgba(106, 209, 227, 0.2);
}

.c-lot-status--aqua .c-lot-status__capacity .bar .full {
  background-color: #6AD1E3;
}

.c-lot-status--aqua .c-lot-status__name {
  color: #25abc2;
}

.c-lot-status--aqua .c-lot-status__name::before {
  background-color: #6AD1E3;
}

.c-lot-status--aqua .c-lot-status__action {
  background-color: #6AD1E3;
}

.c-lot-status--aqua .c-lot-status__price,
.c-lot-status--aqua .c-lot-status__price p {
  color: #6AD1E3;
}

.parking-uplink--aqua:before {
  background-image: url("/images/icons/parking-map/parking-icon-aqua.png");
}

.c-lot-status--dark-green:hover .c-lot-status__inner {
  border-color: #557028;
}

.c-lot-status--dark-green .c-lot-status__capacity {
  color: #557028;
}

.c-lot-status--dark-green .c-lot-status__capacity .bar {
  background-color: rgba(85, 112, 40, 0.2);
}

.c-lot-status--dark-green .c-lot-status__capacity .bar .full {
  background-color: #557028;
}

.c-lot-status--dark-green .c-lot-status__name {
  color: #1c250d;
}

.c-lot-status--dark-green .c-lot-status__name::before {
  background-color: #557028;
}

.c-lot-status--dark-green .c-lot-status__action {
  background-color: #557028;
}

.c-lot-status--dark-green .c-lot-status__price,
.c-lot-status--dark-green .c-lot-status__price p {
  color: #557028;
}

.parking-uplink--dark-green:before {
  background-image: url("/images/icons/parking-map/parking-icon-dark-green.png");
}

.c-lot-status--orange:hover .c-lot-status__inner {
  border-color: #D64325;
}

.c-lot-status--orange .c-lot-status__capacity {
  color: #D64325;
}

.c-lot-status--orange .c-lot-status__capacity .bar {
  background-color: rgba(214, 67, 37, 0.2);
}

.c-lot-status--orange .c-lot-status__capacity .bar .full {
  background-color: #D64325;
}

.c-lot-status--orange .c-lot-status__name {
  color: #7f2816;
}

.c-lot-status--orange .c-lot-status__name::before {
  background-color: #D64325;
}

.c-lot-status--orange .c-lot-status__action {
  background-color: #D64325;
}

.c-lot-status--orange .c-lot-status__price,
.c-lot-status--orange .c-lot-status__price p {
  color: #D64325;
}

.parking-uplink--orange:before {
  background-image: url("/images/icons/parking-map/parking-icon-orange.png");
}

/**
 * Components for ~/flights/destinations-from-columbus page
 */

/** Areas Wrapper **/

.c-areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 63.99em) {
  .c-areas {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/** Individual Area **/

.c-area {
  padding: 4px 0;
  border-right: 1px solid #d7d2cb;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 175px;
          flex: 1 0 175px;
}

@media (min-width: 64em) {
  .c-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-area:last-of-type {
  border-right: 0;
}

.c-area__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 5px 15px;
  text-decoration: none;
}

.c-area__link::before {
  display: inline-block;
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 2px solid #193d66;
  margin-right: 0.375em;
  margin-top: -2px;
}

.c-area.is-active .c-area__link::before {
  background-color: #15a8e0;
}

.c-area__airline {
  font-size: 0.625em;
  display: block;
  margin-bottom: 5px;
  padding-left: 34.5px;
}

.c-area__airline img {
  width: 100%;
  height: auto;
  padding-right: 0.75em;
}

.c-area__airline[data-airline="sw"] img {
  width: 60%;
}

.c-area__airline[data-airline="ac"] {
  margin-bottom: 3px;
}

.c-area__airline[data-airline="ac"] img {
  width: 82%;
}

.c-area__airline[data-airline="aa"] img {
  width: 90%;
}

.c-area__airline[data-airline="as"] img {
  width: 50%;
}

.c-area__airline[data-airline="fr"] img {
  width: 50%;
}

.c-area__airline[data-airline="un"] img {
  width: 65%;
}

.c-area__airline[data-airline="dt"] img {
  width: 55%;
}

.c-area__airline[data-airline="ve"] img {
  width: 90%;
}

.c-area__airline[data-airline="sp"] img {
  width: 45%;
}

.c-area__airline[data-airline="mx"] img {
  width: auto;
}

.c-area__airline[data-airline="oj"] {
  margin-bottom: 2px;
}

.c-area__airline[data-airline="oj"] img {
  width: 45%;
  margin-top: 7px;
}

/**
 * Components for ~/flights/destinations-from-columbus page
 */

/** Areas Wrapper **/

.c-amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

@media (min-width: 64em) {
  .c-amenities {
    padding: 10px 0;
  }
}

/** Individual Area **/

.c-amenity {
  padding: 1.5em 0;
  border: 0;
  border-bottom: 1px solid #d7d2cb;
}

@media (min-width: 64em) {
  .c-amenity {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/** Format in airport map **/

.c-amenity:last-of-type {
  border-right: 0;
}

.c-amenity__name {
  margin-top: 0;
}

.c-amenity__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.625em;
  padding: 5px 5px;
  text-decoration: none;
  color: #ccc;
}

.c-amenity__link:link {
  color: #ccc;
}

.c-airport-map .c-amenity {
  padding: 0px 0;
  border: 0;
  border-right: 1px solid #d7d2cb;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.c-airport-map .c-airport-map__place-details .c-amenity {
  border: 0;
  border-right: 0;
}

.c-airport-map .c-amenity--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
}

.c-airport-map .c-amenity--label .c-amenity__link {
  margin-top: 5px;
  color: #193d66;
  font-size: 10px;
}

.c-airport-map .c-amenity__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  color: #554b4d;
}

.c-airport-map .c-amenity__link link {
  color: #554b4d;
}

@media (min-width: 75em) {
  .c-airport-map .c-amenity__link:hover {
    color: #15a8e0;
  }

  .c-airport-map .c-amenity__link:hover .c-amenity__icon {
    border-color: #15a8e0;
  }
}

.c-airport-map .c-amenity__icon {
  display: block;
  position: relative;
  height: 26px;
  width: 26px;
  border: 4px solid #ededed;
  border-radius: 50%;
  margin-bottom: 4px;
  margin-top: 2px;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(1, 1, 1, 0.16);
          box-shadow: inset 0px 2px 3px 0px rgba(1, 1, 1, 0.16);
  pointer-events: none;
  padding: 0;
}

.c-airport-map .c-amenity__icon img {
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  opacity: 0.75;
  max-width: none;
}

.c-airport-map .c-amenity__text {
  display: block;
  width: 100%;
}

/** Active State **/

.c-airport-map .c-amenity.is-active .c-amenity__icon {
  border-color: #15a8e0;
  background-color: white;
}

.c-airport-map .c-amenity.is-active .c-amenity__link {
  color: #15a8e0;
}

.c-airport-map .c-amenity.is-active .c-amenity__icon img {
  opacity: 1.0;
}

.c-airport-map .c-amenity.is-na .c-amenity__icon {
  border-color: #d7d2cb;
  background-color: white;
}

.c-airport-map .c-amenity.is-na .c-amenity__link {
  color: #d7d2cb;
}

.c-airport-map .c-amenity.is-na .c-amenity__icon img {
  opacity: 0.3;
}

.c-tout--generic-icon {
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-tout--generic-icon .c-tout__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  position: relative;
  background-color: transparent;
}

@media (min-width: 64em) {
  .c-tout--generic-icon .c-tout__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
  }
}

.c-tout--generic-icon .c-tout__image::after {
  padding-top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}

.c-tout--generic-icon .c-tout__inner {
  padding: 0 0.9375em 0 0.9375em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.c-tout--generic-icon:hover {
  background-color: #15a8e0;
}

.c-tout--generic-icon:hover .c-tout__image {
  background-color: transparent;
}

.c-tout--generic-icon:hover .c-tout__image::after {
  background-color: transparent;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

.c-allegiant-flights__decorate {
  position: relative;
  /* background-image: url(/images/airlines/allegiant-tail.jpg); */
  background-position: 100% 100%;
  background-size: 40% auto;
  background-repeat: no-repeat;
}

.c-allegiant-flights__decorate::before {
  content: " ";
  display: block;
  width: 160px;
  height: 80px;
  background-image: url(/images/airlines/allegiant-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  margin-left: -80px;
  position: absolute;
  left: 50%;
  top: 20px;
  border-radius: 160px 160px 0 0;
}

@media (max-width: 63.99em) {
  .c-allegiant-flights__decorate::before {
    background-image: none;
  }
}

@media (min-width: 64em) {
  .c-allegiant-flights__decorate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .c-allegiant-dest {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.c-allegiant-dest__headline {
  position: relative;
  height: 108px;
  font-size: 20px;
  border-bottom: 8px solid #d7d2cb;
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}

.c-allegiant-dest__headline::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.375em;
  background-size: 100% auto;
  background-position: 50% 50%;
}

@media (min-width: 64em) {
  .c-allegiant-dest--florida .c-allegiant-dest__inner {
    padding-right: 1.5em;
    border-right: 1px solid #d7d2cb;
  }
}

.c-allegiant-dest--florida .c-allegiant-dest__headline {
  color: #a42715;
}

.c-allegiant-dest--florida .c-allegiant-dest__headline::before {
  background-image: url(/images/airlines/allegiant-state.jpg);
}

@media (min-width: 64em) {
  .c-allegiant-dest--other .c-allegiant-dest__inner {
    padding-left: 1.5em;
  }
}

.c-allegiant-dest--other .c-allegiant-dest__headline {
  color: #99ca3c;
}

.c-allegiant-dest--other .c-allegiant-dest__headline::before {
  background-image: url(/images/airlines/allegiant-tree.jpg);
}

.c-form,
.c-results {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form__section,
.c-results__section {
  width: 100%;
}

.c-form__section + .c-form__section,
.c-results__section + .c-form__section,
.c-form__section + .c-results__section,
.c-results__section + .c-results__section {
  border-top: 1px solid #CCC;
  margin-top: 19px;
  padding-top: 20px;
}

.c-legend {
  position: relative;
}

.c-label,
.c-input,
.c-select,
.c-select .c-select__select,
.c-textarea,
.c-select__input {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: inherit;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-input,
.c-select,
.c-select .c-select__select,
.c-textarea,
input[type="text"].c-input,
input[type="file"].c-input,
input[type="email"].c-input {
  font-size: 1rem;
  font-weight: 300;
  border: 4px solid;
}

.c-input::-webkit-input-placeholder,
.c-select::-webkit-input-placeholder,
.c-select .c-select__select::-webkit-input-placeholder,
.c-textarea::-webkit-input-placeholder,
input[type="text"].c-input::-webkit-input-placeholder,
input[type="file"].c-input::-webkit-input-placeholder,
input[type="email"].c-input::-webkit-input-placeholder {
  font-size: 1rem;
  font-family: inherit;
}

.c-input:-ms-input-placeholder,
.c-select:-ms-input-placeholder,
.c-select .c-select__select:-ms-input-placeholder,
.c-textarea:-ms-input-placeholder,
input[type="text"].c-input:-ms-input-placeholder,
input[type="file"].c-input:-ms-input-placeholder,
input[type="email"].c-input:-ms-input-placeholder {
  font-size: 1rem;
  font-family: inherit;
}

.c-input::-ms-input-placeholder,
.c-select::-ms-input-placeholder,
.c-select .c-select__select::-ms-input-placeholder,
.c-textarea::-ms-input-placeholder,
input[type="text"].c-input::-ms-input-placeholder,
input[type="file"].c-input::-ms-input-placeholder,
input[type="email"].c-input::-ms-input-placeholder {
  font-size: 1rem;
  font-family: inherit;
}

.c-input::placeholder,
.c-select::placeholder,
.c-select .c-select__select::placeholder,
.c-textarea::placeholder,
input[type="text"].c-input::placeholder,
input[type="file"].c-input::placeholder,
input[type="email"].c-input::placeholder {
  font-size: 1rem;
  font-family: inherit;
}

.js-textarea-grow {
  resize: none;
  overflow: hidden;
}

.c-input,
input[type="text"].c-input,
input[type="file"].c-input {
  padding: 5px 0;
  line-height: 1;
  text-indent: 10px;
}

.c-input {
  min-height: 40px;
}

.c-input--center-placeholder::-webkit-input-placeholder {
  text-align: center;
}

.c-input--center-placeholder:-ms-input-placeholder {
  text-align: center;
}

.c-input--center-placeholder::-ms-input-placeholder {
  text-align: center;
}

.c-input--center-placeholder::placeholder {
  text-align: center;
}

.c-label {
  cursor: pointer;
}

fieldset label.c-label {
  display: block;
}

fieldset.c-fieldset {
  background-color: transparent;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.c-form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-form-grid__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  padding: 10px;
}

.c-form-grid__cell .c-input {
  width: 100%;
}

.c-form-question {
  color: #FFF;
  min-width: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.c-form-question:before {
  font-family: 'airports';
  content: "W";
  background-color: #15a8e0;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-kerning: normal;
  -webkit-font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-form-question[data-state="open"]:before {
  content: "X";
}

.c-form-item--columnized,
.c-result-item--columnized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form-item--columnized .c-form-item__group,
.c-form-item--columnized .c-result-item__group,
.c-result-item--columnized .c-form-item__group,
.c-result-item--columnized .c-result-item__group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  min-width: 200px;
}

.c-form-item--columnized .c-form-item__label,
.c-form-item--columnized .c-result-item__label,
.c-result-item--columnized .c-form-item__label,
.c-result-item--columnized .c-result-item__label {
  width: 330px;
  -ms-flex-item-align: center;
      align-self: center;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.c-form-item--columnized .c-form-item__field,
.c-form-item--columnized .c-result-item__field,
.c-result-item--columnized .c-form-item__field,
.c-result-item--columnized .c-result-item__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 160px;
}

.c-form-item--columnized .c-form-item__field + .c-form-question,
.c-form-item--columnized .c-result-item__field + .c-form-question,
.c-result-item--columnized .c-form-item__field + .c-form-question,
.c-result-item--columnized .c-result-item__field + .c-form-question {
  padding-left: 10px;
}

.c-result-item__label {
  font-weight: 200;
}

.c-form-item {
  position: relative;
}

.c-form-item--row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-form-item__label--hidden {
  width: 0;
  height: 0;
  position: absolute;
  top: -500000000000px;
  left: -500000000000px;
  visibility: hidden;
}

.c-form-item__small-cta {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.c-form-item--small-cta .c-form-item__group,
.c-form-item--small-cta .c-input {
  width: 100%;
}

.c-form-item--small-cta .c-input {
  padding-right: 40px;
}

.c-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid transparent;
  min-width: 40px;
  min-height: 40px;
  text-shadow: none;
  font-size: 1rem;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
}

.c-btn-arrow {
  background-color: #EFEFEF;
  color: #15a8e0;
}

.c-btn-arrow > span {
  text-indent: -50000px;
}

.c-btn-arrow > span > span {
  width: 0;
  height: 0;
  position: absolute;
  top: -500000000000px;
  left: -500000000000px;
  visibility: hidden;
}

.c-btn-arrow > span:after {
  font-family: 'airports';
  content: 'Y';
}

.c-btn-arrow:hover,
.c-btn-arrow:focus {
  background-color: #15a8e0;
  color: #FFF;
}

.u-form-theme-1.c-input,
.u-form-theme-1.c-textarea,
.u-form-theme-1.c-select,
.u-form-theme-1 input.c-input,
.u-form-theme-1 input.c-textarea,
.u-form-theme-1 textarea.c-input,
.u-form-theme-1 textarea.c-textarea,
input.c-input.u-form-theme-1,
input.c-textarea.u-form-theme-1,
textarea.c-input.u-form-theme-1,
textarea.c-textarea.u-form-theme-1,
input.u-form-theme-1,
textarea.u-form-theme-1,
input[type="text"].c-input.u-form-theme-1,
input[type="file"].c-input.u-form-theme-1 {
  color: #666;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  outline: none;
}

.u-form-theme-1.c-input::-webkit-input-placeholder,
.u-form-theme-1.c-textarea::-webkit-input-placeholder,
.u-form-theme-1.c-select::-webkit-input-placeholder,
.u-form-theme-1 input.c-input::-webkit-input-placeholder,
.u-form-theme-1 input.c-textarea::-webkit-input-placeholder,
.u-form-theme-1 textarea.c-input::-webkit-input-placeholder,
.u-form-theme-1 textarea.c-textarea::-webkit-input-placeholder,
input.u-form-theme-1::-webkit-input-placeholder,
textarea.u-form-theme-1::-webkit-input-placeholder,
input[type="text"].c-input.u-form-theme-1::-webkit-input-placeholder,
input[type="file"].c-input.u-form-theme-1::-webkit-input-placeholder {
  color: #999;
}

.u-form-theme-1.c-input:-ms-input-placeholder,
.u-form-theme-1.c-textarea:-ms-input-placeholder,
.u-form-theme-1.c-select:-ms-input-placeholder,
.u-form-theme-1 input.c-input:-ms-input-placeholder,
.u-form-theme-1 input.c-textarea:-ms-input-placeholder,
.u-form-theme-1 textarea.c-input:-ms-input-placeholder,
.u-form-theme-1 textarea.c-textarea:-ms-input-placeholder,
input.u-form-theme-1:-ms-input-placeholder,
textarea.u-form-theme-1:-ms-input-placeholder,
input[type="text"].c-input.u-form-theme-1:-ms-input-placeholder,
input[type="file"].c-input.u-form-theme-1:-ms-input-placeholder {
  color: #999;
}

.u-form-theme-1.c-input::-ms-input-placeholder,
.u-form-theme-1.c-textarea::-ms-input-placeholder,
.u-form-theme-1.c-select::-ms-input-placeholder,
.u-form-theme-1 input.c-input::-ms-input-placeholder,
.u-form-theme-1 input.c-textarea::-ms-input-placeholder,
.u-form-theme-1 textarea.c-input::-ms-input-placeholder,
.u-form-theme-1 textarea.c-textarea::-ms-input-placeholder,
input.u-form-theme-1::-ms-input-placeholder,
textarea.u-form-theme-1::-ms-input-placeholder,
input[type="text"].c-input.u-form-theme-1::-ms-input-placeholder,
input[type="file"].c-input.u-form-theme-1::-ms-input-placeholder {
  color: #999;
}

.u-form-theme-1.c-input::placeholder,
.u-form-theme-1.c-textarea::placeholder,
.u-form-theme-1.c-select::placeholder,
.u-form-theme-1 input.c-input::placeholder,
.u-form-theme-1 input.c-textarea::placeholder,
.u-form-theme-1 textarea.c-input::placeholder,
.u-form-theme-1 textarea.c-textarea::placeholder,
input.u-form-theme-1::placeholder,
textarea.u-form-theme-1::placeholder,
input[type="text"].c-input.u-form-theme-1::placeholder,
input[type="file"].c-input.u-form-theme-1::placeholder {
  color: #999;
}

.u-form-theme-1.c-input:active,
.u-form-theme-1.c-textarea:active,
.u-form-theme-1.c-select:active,
.u-form-theme-1 input.c-input:active,
.u-form-theme-1 input.c-textarea:active,
.u-form-theme-1 textarea.c-input:active,
.u-form-theme-1 textarea.c-textarea:active,
input.u-form-theme-1:active,
textarea.u-form-theme-1:active,
input[type="text"].c-input.u-form-theme-1:active,
input[type="file"].c-input.u-form-theme-1:active,
.u-form-theme-1.c-input:focus,
.u-form-theme-1.c-textarea:focus,
.u-form-theme-1.c-select:focus,
.u-form-theme-1 input.c-input:focus,
.u-form-theme-1 input.c-textarea:focus,
.u-form-theme-1 textarea.c-input:focus,
.u-form-theme-1 textarea.c-textarea:focus,
input.u-form-theme-1:focus,
textarea.u-form-theme-1:focus,
input[type="text"].c-input.u-form-theme-1:focus,
input[type="file"].c-input.u-form-theme-1:focus {
  outline: none;
  color: #333;
  background-color: #FFF;
}

.u-form-theme-2.c-input,
.u-form-theme-2.c-textarea,
.u-form-theme-2.c-select,
.u-form-theme-2 input.c-input,
.u-form-theme-2 input.c-textarea,
.u-form-theme-2 textarea.c-input,
.u-form-theme-2 textarea.c-textarea,
input.c-input.u-form-theme-2,
input.c-textarea.u-form-theme-2,
textarea.c-input.u-form-theme-2,
textarea.c-textarea.u-form-theme-2,
input.u-form-theme-2,
textarea.u-form-theme-2,
input[type="text"].c-input.u-form-theme-2,
input[type="file"].c-input.u-form-theme-2 {
  color: #666;
  background-color: #FFF;
  border-color: #EFEFEF;
  outline: none;
}

.u-form-theme-2.c-input::-webkit-input-placeholder,
.u-form-theme-2.c-textarea::-webkit-input-placeholder,
.u-form-theme-2.c-select::-webkit-input-placeholder,
.u-form-theme-2 input.c-input::-webkit-input-placeholder,
.u-form-theme-2 input.c-textarea::-webkit-input-placeholder,
.u-form-theme-2 textarea.c-input::-webkit-input-placeholder,
.u-form-theme-2 textarea.c-textarea::-webkit-input-placeholder,
input.u-form-theme-2::-webkit-input-placeholder,
textarea.u-form-theme-2::-webkit-input-placeholder,
input[type="text"].c-input.u-form-theme-2::-webkit-input-placeholder,
input[type="file"].c-input.u-form-theme-2::-webkit-input-placeholder {
  color: #999;
}

.u-form-theme-2.c-input:-ms-input-placeholder,
.u-form-theme-2.c-textarea:-ms-input-placeholder,
.u-form-theme-2.c-select:-ms-input-placeholder,
.u-form-theme-2 input.c-input:-ms-input-placeholder,
.u-form-theme-2 input.c-textarea:-ms-input-placeholder,
.u-form-theme-2 textarea.c-input:-ms-input-placeholder,
.u-form-theme-2 textarea.c-textarea:-ms-input-placeholder,
input.u-form-theme-2:-ms-input-placeholder,
textarea.u-form-theme-2:-ms-input-placeholder,
input[type="text"].c-input.u-form-theme-2:-ms-input-placeholder,
input[type="file"].c-input.u-form-theme-2:-ms-input-placeholder {
  color: #999;
}

.u-form-theme-2.c-input::-ms-input-placeholder,
.u-form-theme-2.c-textarea::-ms-input-placeholder,
.u-form-theme-2.c-select::-ms-input-placeholder,
.u-form-theme-2 input.c-input::-ms-input-placeholder,
.u-form-theme-2 input.c-textarea::-ms-input-placeholder,
.u-form-theme-2 textarea.c-input::-ms-input-placeholder,
.u-form-theme-2 textarea.c-textarea::-ms-input-placeholder,
input.u-form-theme-2::-ms-input-placeholder,
textarea.u-form-theme-2::-ms-input-placeholder,
input[type="text"].c-input.u-form-theme-2::-ms-input-placeholder,
input[type="file"].c-input.u-form-theme-2::-ms-input-placeholder {
  color: #999;
}

.u-form-theme-2.c-input::placeholder,
.u-form-theme-2.c-textarea::placeholder,
.u-form-theme-2.c-select::placeholder,
.u-form-theme-2 input.c-input::placeholder,
.u-form-theme-2 input.c-textarea::placeholder,
.u-form-theme-2 textarea.c-input::placeholder,
.u-form-theme-2 textarea.c-textarea::placeholder,
input.u-form-theme-2::placeholder,
textarea.u-form-theme-2::placeholder,
input[type="text"].c-input.u-form-theme-2::placeholder,
input[type="file"].c-input.u-form-theme-2::placeholder {
  color: #999;
}

.u-form-theme-2.c-input:active,
.u-form-theme-2.c-textarea:active,
.u-form-theme-2.c-select:active,
.u-form-theme-2 input.c-input:active,
.u-form-theme-2 input.c-textarea:active,
.u-form-theme-2 textarea.c-input:active,
.u-form-theme-2 textarea.c-textarea:active,
input.u-form-theme-2:active,
textarea.u-form-theme-2:active,
input[type="text"].c-input.u-form-theme-2:active,
input[type="file"].c-input.u-form-theme-2:active,
.u-form-theme-2.c-input:focus,
.u-form-theme-2.c-textarea:focus,
.u-form-theme-2.c-select:focus,
.u-form-theme-2 input.c-input:focus,
.u-form-theme-2 input.c-textarea:focus,
.u-form-theme-2 textarea.c-input:focus,
.u-form-theme-2 textarea.c-textarea:focus,
input.u-form-theme-2:focus,
textarea.u-form-theme-2:focus,
input[type="text"].c-input.u-form-theme-2:focus,
input[type="file"].c-input.u-form-theme-2:focus {
  outline: none;
  color: #333;
  border-color: #CCC;
}

.u-form-theme-1,
.u-form-theme-2 {
  font-family: 'ApexNew';
}

.u-form-theme-1.c-label,
.u-form-theme-2.c-label {
  font-size: 1.125em;
  line-height: 1.2;
}

.u-form-theme-1.c-select .c-select__input {
  color: #999;
  background-color: #EFEFEF;
}

.u-form-theme-1.c-select .c-select__input option,
.u-form-theme-1.c-select .c-select__input:focus,
.u-form-theme-1.c-select .c-select__input:active {
  color: #333;
}

.u-form-theme-1.c-select .c-select__input option {
  background-color: #EFEFEF;
}

.u-form-theme-1.c-select .c-select__input:focus,
.u-form-theme-1.c-select .c-select__input:active {
  color: #333;
  background-color: #FFF;
}

.u-form-theme-1.c-select .c-select__text:before {
  color: #FFF;
}

.u-form-theme-1.c-select .c-select__text:after {
  background-color: #15a8e0;
}

.u-form-theme-1.c-label {
  color: #15a8e0;
}

.u-form-theme-2.c-label {
  color: #000;
}

.u-form-theme-2.c-label {
  margin-bottom: 5px;
}

._dollar-amount,
._percent {
  position: relative;
}

._dollar-amount:before,
._percent:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75em;
  text-align: center;
  width: 28px;
  z-index: 1;
  font-family: Helvetica, Arial, sans-serif;
}

._percent:before {
  content: "%";
}

._percent[data-length="0"]:before,
._percent[data-length=""]:before {
  display: none;
}

._percent[data-length="1"]:before {
  left: 20px;
}

._percent[data-length="2"]:before {
  left: 30px;
}

._percent[data-length="3"]:before {
  left: 40px;
}

._percent[data-length="4"]:before {
  left: 50px;
}

._percent[data-length="5"]:before {
  left: 60px;
}

._percent[data-length="6"]:before {
  left: 70px;
}

._percent[data-length="7"]:before {
  left: 80px;
}

._percent[data-length="8"]:before {
  left: 90px;
}

._percent[data-length="9"]:before {
  left: 100px;
}

._percent[data-length="10"]:before {
  left: 110px;
}

._percent input:focus,
._percent input:active {
  position: relative;
  z-index: 2;
}

._dollar-amount:before {
  content: "$";
}

._dollar-amount input.js-format-money {
  text-indent: 0;
  padding-left: 20px;
}

.c-toggle__content--animate {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transition-property: max-height opacity;
  transition-property: max-height opacity;
  will-change: max-height opacity;
  overflow: hidden;
}

.c-toggle__content--animate:not([style]) {
  max-height: 0;
}

.c-toggle__cta[data-state="closed"] + .c-toggle__content:not(.c-toggle__content--animate),
.c-toggle__cta[data-state="closed"] > .c-toggle__content:not(.c-toggle__content--animate),
.c-toggle__cta:not([data-state]) + .c-toggle__content:not(.c-toggle__content--animate),
.c-toggle__cta:not([data-state]) > .c-toggle__content:not(.c-toggle__content--animate),
.c-toggle[data-state="closed"] + .c-toggle__content:not(.c-toggle__content--animate),
.c-toggle[data-state="closed"] > .c-toggle__content:not(.c-toggle__content--animate),
.c-toggle:not([data-state]) + .c-toggle__content:not(.c-toggle__content--animate),
.c-toggle:not([data-state]) > .c-toggle__content:not(.c-toggle__content--animate) {
  display: none;
}

.c-toggle__cta[data-state="closed"] + .c-toggle__content--animate[style],
.c-toggle__cta[data-state="closed"] > .c-toggle__content--animate[style],
.c-toggle__cta:not([data-state]) + .c-toggle__content--animate[style],
.c-toggle__cta:not([data-state]) > .c-toggle__content--animate[style],
.c-toggle[data-state="closed"] + .c-toggle__content--animate[style],
.c-toggle[data-state="closed"] > .c-toggle__content--animate[style],
.c-toggle:not([data-state]) + .c-toggle__content--animate[style],
.c-toggle:not([data-state]) > .c-toggle__content--animate[style] {
  max-height: 0 !important;
}

.c-toggle__cta[data-state="open"] + .c-toggle__content,
.c-toggle__cta[data-state="open"] > .c-toggle__content,
.c-toggle[data-state="open"] + .c-toggle__content,
.c-toggle[data-state="open"] > .c-toggle__content {
  display: block;
}

.c-form-description {
  padding-top: 14px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.c-savings-calculator--results {
  opacity: 1;
}

.c-savings-calculator--results[data-state="closed"] {
  opacity: 0;
}

.c-savings-calculator--results[data-state="open"] {
  display: table;
}

.c-savings-calculator--form {
  opacity: 1;
}

.c-savings-calculator--form[data-state="closed"] {
  opacity: 0;
}

.c-savings-calculator__cta {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-savings-calculator__cta > * {
  margin-top: 15px;
}

.c-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.c-select__text,
.c-select__input {
  display: block;
  width: 100%;
}

.c-select__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.c-select__text:before,
.c-select__text:after {
  position: absolute;
  right: 0;
  width: 40px;
  display: inline-block;
}

.c-select__text:before {
  content: "v";
  top: 0;
  line-height: 40px;
  text-align: center;
  z-index: 4;
  color: #FFF;
}

.c-select__text:after {
  content: "";
  top: 0;
  bottom: 0;
  z-index: 3;
}

.c-select__text > span {
  display: inline-block;
  position: absolute;
  top: -5000000px;
  left: -5000000px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.c-select__input {
  min-height: 40px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  border-radius: 0;
  padding: 8px 40px 8px 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.c-select__input::-ms-expand {
  display: none;
}

.c-select select.c-select__input {
  background-color: transparent !important;
}

.u-form-theme-1.c-input::-webkit-input-placeholder {
  font-family: Helvetica, Arial, sans-serif !important;
}

.u-form-theme-1.c-input:-ms-input-placeholder {
  font-family: Helvetica, Arial, sans-serif !important;
}

.u-form-theme-1.c-input::-ms-input-placeholder {
  font-family: Helvetica, Arial, sans-serif !important;
}

.u-form-theme-1.c-input::placeholder {
  font-family: Helvetica, Arial, sans-serif !important;
}

.inputfile {
  /* visibility: hidden etc. wont work */
  padding-left: 8px !important;
}

.inputfile + label {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
}

.inputfile:focus + label {
  /* keyboard navigation */
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  pointer-events: none;
}

.c-banner {
  z-index: 7;
}

.c-banner__link {
  color: #bbdde6;
  text-decoration: none;
  font-size: 0.8125em;
}

.c-banner__link:hover {
  text-decoration: underline;
  color: #fff;
}

.c-tout--hero {
  max-height: 40.625em;
}

@media (max-width: 63.99em) {
  .c-tout--hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 450px;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-tout--hero .c-tout__headline {
  margin-bottom: 0;
  color: white;
}

@media (min-width: 48em) {
  .c-tout--hero .c-tout__headline {
    width: 352px;
  }
}

.c-tout--hero .c-tout__inner {
  background-color: transparent;
  padding-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 15%;
  max-width: none;
  margin-left: 0;
  padding: 1.5em 1.5em 1.5em 4px;
}

@media (max-width: 63.99em) {
  .c-tout--hero .c-tout__inner {
    position: static;
    padding: 0;
    margin-left: 1.5em;
    margin-right: 1.5em;
    max-width: 450px;
  }
}

.c-tout--hero .c-tout__inner-wrap {
  display: block;
  margin: 0 auto;
  max-width: none;
}

.c-tout__inner-wrap {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.c-tout--hero .c-tout__inner-color {
  display: inline-block;
  background-color: rgba(21, 168, 224, 0.85);
  padding: 1.5em 1.5em 1.5em 1.5em;
  -webkit-box-shadow: 10px 10px 78px -12px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 78px -12px rgba(0, 0, 0, 0.5);
}

@media (max-width: 63.99em) {
  .c-tout--hero .c-tout__inner-color {
    padding: 0.375em 0.375em 0.375em 0.375em;
  }
}

@media (min-width: 64em) {
  .c-tout--hero .c-tout__text,
  .c-tout--hero .c-tout__text p {
    max-width: 352px;
  }
}

.c-tout--hero .c-tout__image {
  max-height: 40.625em;
  opacity: 0.75;
}

@media (max-width: 63.99em) {
  .c-tout--hero .c-tout__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 63.99em) {
  .c-tout--hero .c-tout__image::before {
    padding-bottom: 450px;
  }
}

.c-tout--hero .c-tout__action__inner {
  position: static;
  height: auto;
  padding-left: 0;
}

@media (max-width: 63.99em) {
  .c-tout--hero .c-tout__action__inner {
    padding-right: 0;
  }
}

.c-tout--hero .c-tout__inner.with-action {
  padding-bottom: 0 !important;
}

@media (min-width: 64em) {
  .c-tout--hero .c-tout__inner.with-action {
    padding-bottom: 0 !important;
    padding-left: 4px;
    width: 40%;
  }
}

.c-tout--hero .c-search-flight {
  background-color: white;
  padding: 1.5em 1.5em 1.5em 1.5em;
  max-width: 43.75em;
}

.c-carousel--hero .flickity-page-dots .dot {
  margin: 0 4px;
}

.c-carousel--hero .flickity-prev-next-button {
  top: auto;
  bottom: -12px;
  z-index: 5;
  background-color: rgba(25, 61, 102, 0.5);
}

.c-carousel--hero .flickity-prev-next-button.next {
  right: 10px;
}

.c-carousel--hero .flickity-prev-next-button.previous {
  left: auto;
  right: 59px;
}

/**
 * Static welcome overrice
 */

.c-hero--static-welcome .c-tout--hero {
  max-height: 500px;
}

.c-hero--static-welcome .c-tout--hero .c-tout__headline {
  font-size: 3.4375em;
}

.c-social-media {
  margin-top: 1.5em;
  text-align: left;
}

.c-social-media .candid-wall-cell {
  border: 0;
  background-color: rgba(215, 210, 203, 0.2);
}

.c-social-media .candid-wall-cell:hover {
  outline: 5px solid rgba(21, 168, 224, 0.6);
  z-index: 2;
}

.c-social-media .candid-wall-cell:hover .candid-wall-overlay-text {
  display: none;
}

.c-social-media .media {
  position: static;
}

.c-social-media .candid-wall-overlay,
.c-social-media .candid-wall-overlay-text {
  display: none;
}

#candid-overlay a,
a#candid-overlay-img-link {
  position: static;
}

#candid-overlay.ct-minimal .candid-close {
  right: -20px;
}

/** Homepage Styles **/

.c-social-media--home {
  text-align: center;
}

.c-social-media .candid-wall-cell {
  width: 25% !important;
  padding-top: 25% !important;
  height: auto !important;
  border: 0;
  margin: 0;
  vertical-align: top;
  background-color: rgba(215, 210, 203, 0.3);
}

@media (min-width: 64em) {
  .c-social-media .candid-wall-cell {
    width: 16.6666667% !important;
    padding-top: 16.6666667% !important;
  }
}

.c-tout--horizontal .c-tout__headline {
  color: #0c6283;
}

.c-flight-schedules {
  margin-top: 0.75em;
  width: 100%;
}

@media (max-width: 63.99em) {
  .c-flight-schedules {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/** Special hand rolled colors and images for publication :) **/

.c-attachment-content--archive {
  width: 100%;
}

.c-attachment-content--archive .c-attachment-content-bg-image {
  width: 80px;
  height: 80px;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

@media (min-width: 64em) {
  .c-attachment-content--archive .c-attachment-content-bg-image {
    width: auto;
    height: 125px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.8125em;
            flex: 0 0 7.8125em;
  }
}

.c-attachment-content--archive.economic-impact-report {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
  border-bottom: 0;
}

.c-attachment-content--archive.economic-impact-report .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Economic-Impact-Report.png");
}

.c-attachment-content--archive.economic-impact-report .c-attachment-content__headline {
  color: #6c5762;
}

.c-attachment-content--archive.economic-impact-report .c-btn--secondary {
  background-color: #6c5762;
}

.c-attachment-content--archive.economic-impact-report .c-btn--secondary:hover {
  background-color: #504048;
}

.c-attachment-content--archive.rickenbacker-international-john-glenn-international-traffic-report {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-attachment-content--archive.rickenbacker-international-john-glenn-international-traffic-report .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/International-Traffic-Report.png");
}

.c-attachment-content--archive.rickenbacker-international-john-glenn-international-traffic-report .c-attachment-content__headline {
  color: #f1be48;
}

.c-attachment-content--archive.rickenbacker-international-john-glenn-international-traffic-report .c-btn--secondary {
  background-color: #f1be48;
}

.c-attachment-content--archive.rickenbacker-international-john-glenn-international-traffic-report .c-btn--secondary:hover {
  background-color: #edad19;
}

.c-attachment-content--archive.flycolumbus-eblast {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-attachment-content--archive.flycolumbus-eblast .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Rickenbacker-Area-Report.png");
}

.c-attachment-content--archive.flycolumbus-eblast .c-attachment-content__headline {
  color: #de4b23;
}

.c-attachment-content--archive.flycolumbus-eblast .c-btn--secondary {
  background-color: #de4b23;
}

.c-attachment-content--archive.flycolumbus-eblast .c-btn--secondary:hover {
  background-color: #b33b1b;
}

.c-attachment-content--archive.comprehensive-annual-financial-report {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.c-attachment-content--archive.comprehensive-annual-financial-report .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Comprehensive-Annual-Financial-Report.png");
}

.c-attachment-content--archive.comprehensive-annual-financial-report .c-attachment-content__headline {
  color: #a42715;
}

.c-attachment-content--archive.comprehensive-annual-financial-report .c-btn--secondary {
  background-color: #a42715;
}

.c-attachment-content--archive.comprehensive-annual-financial-report .c-btn--secondary:hover {
  background-color: #771c0f;
}

.c-attachment-content--archive.community-report {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.c-attachment-content--archive.community-report .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/Community-Report.png");
}

.c-attachment-content--archive.community-report .c-attachment-content__headline {
  color: #6c5762;
}

.c-attachment-content--archive.community-report .c-btn--secondary {
  background-color: #6c5762;
}

.c-attachment-content--archive.community-report .c-btn--secondary:hover {
  background-color: #504048;
}

.c-attachment-content--archive.regional-approach {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-attachment-content--archive.regional-approach .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/FTZ-138-Brochure.png");
}

.c-attachment-content--archive.regional-approach .c-attachment-content__headline {
  color: #a42715;
}

.c-attachment-content--archive.regional-approach .c-btn--secondary {
  background-color: #a42715;
}

.c-attachment-content--archive.regional-approach .c-btn--secondary:hover {
  background-color: #771c0f;
}

.c-attachment-content--archive.theres-nowhere-you-cant-go {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-attachment-content--archive.theres-nowhere-you-cant-go .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/FTZ-138-Fact-Sheet.png");
}

.c-attachment-content--archive.theres-nowhere-you-cant-go .c-attachment-content__headline {
  color: #de4b23;
}

.c-attachment-content--archive.theres-nowhere-you-cant-go .c-btn--secondary {
  background-color: #de4b23;
}

.c-attachment-content--archive.theres-nowhere-you-cant-go .c-btn--secondary:hover {
  background-color: #b33b1b;
}

.c-attachment-content--archive.exporting-animals-with-care {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.c-attachment-content--archive.exporting-animals-with-care .c-attachment-content-bg-image {
  background-image: url("/images/media/publications/FTZ-138-Fact-Sheet.png");
}

.c-attachment-content--archive.exporting-animals-with-care .c-attachment-content__headline {
  color: #de4b23;
}

.c-attachment-content--archive.exporting-animals-with-care .c-btn--secondary {
  background-color: #de4b23;
}

.c-attachment-content--archive.exporting-animals-with-care .c-btn--secondary:hover {
  background-color: #b33b1b;
}

/** Lets re-order the results **/

#newshub-publications .news-hub-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.airline-logo--25 {
  height: 25px;
  width: auto;
}

.c-info-window {
  overflow: hidden !important;
}

.c-info-window__headline {
  margin: 0;
  font-family: 'ApexNewBook';
  font-size: 22px;
  padding-top: 6px;
  line-height: 1.3;
}

.c-airport-map .gm-style-iw + div {
  display: none;
}

/**
 * COLOR OVERRIDES
 */

.c-info-window--blue .c-info-window__headline {
  color: #00597a;
}

.c-info-window--brown .c-info-window__headline {
  color: #1f1b1c;
}

.c-info-window--red .c-info-window__headline {
  color: #4a1109;
}

.c-info-window--green .c-info-window__headline {
  color: #5e7e22;
}

.c-info-window--yellow .c-info-window__headline {
  color: #c48d0f;
}

.c-info-window--dark-gray .c-info-window__headline {
  color: #1f1b1c;
}

.c-info-window--black .c-info-window__headline {
  color: black;
}

.c-info-window--gray .c-info-window__headline {
  color: #848484;
}

.c-info-window--dark-blue .c-info-window__headline {
  color: black;
}

.c-info-window--aqua .c-info-window__headline {
  color: #25abc2;
}

.c-info-window--dark-green .c-info-window__headline {
  color: #1c250d;
}

.c-info-window--orange .c-info-window__headline {
  color: #7f2816;
}

.c-tout-group--subpage::before {
  font-size: 50px;
}

.c-tout--subfeature .c-tout__image {
  max-width: 125em;
  opacity: 0.75;
}

.c-tout--subfeature .c-tout--inner,
.c-tout--subfeature .c-tout__inner.with-action {
  padding: 1.5em !important;
  max-width: 37.5em;
  background-color: rgba(21, 168, 224, 0.98);
}

.c-tout--subfeature .c-tout__headline {
  display: inline-block;
  font-size: 2.5em;
  margin-bottom: 0.25em;
}

.c-tout--subfeature .c-tout__text,
.c-tout--subfeature .c-tout__text p {
  font-size: 1.2rem;
}

.c-tout--subfeature .c-tout__action__inner {
  background-color: transparent;
  padding: 0;
  position: static;
  height: auto;
}

.c-page-header {
  height: 3.75em;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.13s cubic-bezier(0, 0, 0.3, 1);
  will-change: transform;
  height: 3.125em;
}

@media (min-width: 64em) {
  .c-page-header {
    height: 3.75em;
  }
}

.headroom--not-top .c-page-header {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.c-page-header__headline {
  height: 3.125em;
  margin-top: 0;
}

@media (min-width: 64em) {
  .c-page-header__headline {
    height: 3.75em;
  }
}

.c-page-header__menu-trigger {
  right: -10px;
}

@media (max-width: 63.99em) {
  .c-page-header__search-trigger {
    right: 50px;
  }
}

@media (min-width: 64em) {
  .c-page-header__help {
    width: 155px;
  }
}

.c-page-header__help:before {
  font-size: 25px;
}

.c-page-header__help span {
  font-size: 1em;
}

.c-hero .container {
  max-width: 2000px !important;
}

.c-home-news-mashup {
  background-color: #b6ada0;
}

.c-home-news-mashup .c-tout--hero .c-tout__headline {
  font-size: 45px;
}

.c-home-news-mashup .c-parking-info,
.c-home-news-mashup .c-carousel,
.c-home-news-mashup .c-tout--hero,
.c-home-news-mashup .c-tout__image {
  height: 500px;
}

.c-home-news-mashup .col-xs-12 {
  padding: 0;
}

.c-home-news-mashup .c-parking-info {
  overflow: hidden;
}

.c-home-news-mashup .c-carousel--parking .c-carousel__cell {
  width: 100% !important;
}

.c-home-news-mashup .c-tout__action {
  margin-top: 1.5em;
}

table {
  overflow-x: auto;
}

table tr:nth-child(even) {
  background-color: #f3f3f3;
}

body.page-help-contact-us h3.icon-plane.with-arrow {
  display: none;
}

body.page-help-contact-us main#main .c-content h2 {
  text-align: left;
}

