 @import url("/responsive/styles/print.css");

/* =============================
   IMPORT STYLE FOR ALERTS
   =============================== */
   @import url("/resources/css/alerts.css");
/**
 * @font AmericanSans - Light
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "AmericanSans";
  src: url("/responsive/fonts/americansans-light.eot");
  src: url("/responsive/fonts/americansans-light.eot?#iefix") format("embedded-opentype"), url("/responsive/fonts/americansans-light.woff") format("woff"), url("/responsive/fonts/americansans-light.ttf") format("truetype"), url("/responsive/fonts/americansans-light.svg#AmericanSansLight") format("svg");
  font-weight: 300;
  font-style: normal;
}

/**
 * @font AmericanSans - Light - Italic
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "AmericanSans";
  src: url("/responsive/fonts/americansans-light-italic.eot");
  src: url("/responsive/fonts/americansans-light-italic.eot?#iefix") format("embedded-opentype"), url("/responsive/fonts/americansans-light-italic.woff") format("woff"), url("/responsive/fonts/americansans-light-italic.ttf") format("truetype"), url("/responsive/fonts/americansans-light-italic.svg#AmericanSansItalicItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

/**
 * @font AmericanSans - Regular
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "AmericanSans";
  src: url("/responsive/fonts/americansans-regular.eot");
  src: url("/responsive/fonts/americansans-regular.eot?#iefix") format("embedded-opentype"), url("/responsive/fonts/americansans-regular.woff") format("woff"), url("/responsive/fonts/americansans-regular.ttf") format("truetype"), url("/responsive/fonts/americansans-regular.svg#AmericanSansRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}

/**
 * @font AmericanSans - Regular - Italic
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "AmericanSans";
  src: url("/responsive/fonts/americansans-regular-italic.eot");
  src: url("/responsive/fonts/americansans-regular-italic.eot?#iefix") format("embedded-opentype"), url("/responsive/fonts/americansans-regular-italic.woff") format("woff"), url("/responsive/fonts/americansans-regular-italic.ttf") format("truetype"), url("/responsive/fonts/americansans-regular-italic.svg#AmericanSansRegularItalic") format("svg");
  font-weight: 400;
  font-style: italic;
}

/**
 * @font AmericanSans - Medium
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "AmericanSans";
  src: url("/responsive/fonts/americansans-medium.eot");
  src: url("/responsive/fonts/americansans-medium.eot?#iefix") format("embedded-opentype"), url("/responsive/fonts/americansans-medium.woff") format("woff"), url("/responsive/fonts/americansans-medium.ttf") format("truetype"), url("/responsive/fonts/americansans-medium.svg#AmericanSansMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

/**
 * @font AmericanSans - Medium - Italic
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "AmericanSans";
  src: url("/responsive/fonts/americansans-medium-italic.eot");
  src: url("/responsive/fonts/americansans-medium-italic.eot?#iefix") format("embedded-opentype"), url("/responsive/fonts/americansans-medium-italic.woff") format("woff"), url("/responsive/fonts/americansans-medium-italic.ttf") format("truetype"), url("/responsive/fonts/americansans-medium-italic.svg#AmericanSansMediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}

/**
 * @font AmericanSans - Bold
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "AmericanSans";
  src: url("/responsive/fonts/americansans-bold.eot");
  src: url("/responsive/fonts/americansans-bold.eot?#iefix") format("embedded-opentype"), url("/responsive/fonts/americansans-bold.woff") format("woff"), url("/responsive/fonts/americansans-bold.ttf") format("truetype"), url("/responsive/fonts/americansans-bold.svg#AmericanSansBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

/**
 * @font AmericanSans - Bold - Italic
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "AmericanSans";
  src: url("/responsive/fonts/americansans-bold-italic.eot");
  src: url("/responsive/fonts/americansans-bold-italic.eot?#iefix") format("embedded-opentype"), url("/responsive/fonts/americansans-bold-italic.woff") format("woff"), url("/responsive/fonts/americansans-bold-italic.ttf") format("truetype"), url("/responsive/fonts/americansans-bold-italic.svg#AmericanSansBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}

/**
 * @font AmericanIcons - Regular
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "AmericanIcons";
  src: url("/responsive/fonts/american-icons.eot");
  src: url("/responsive/fonts/american-icons.eot?#iefix") format("embedded-opentype"), url("/responsive/fonts/american-icons.woff") format("woff"), url("/responsive/fonts/american-icons.ttf") format("truetype"), url("/responsive/fonts/american-icons.svg#AmericanIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "American Icons";
  src: url("/responsive/fonts/american-icons.eot");
  src: url("/responsive/fonts/american-icons.eot?#iefix") format("embedded-opentype"), url("/responsive/fonts/american-icons.woff") format("woff"), url("/responsive/fonts/american-icons.ttf") format("truetype"), url("/responsive/fonts/american-icons.svg#AmericanIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */

/* Search box */
input[type="search"], #aa-search-field {
    padding-right: 27px;
    margin: 0;
    width: 122px;
    height: 30px;
    font-size: 13px;
    font-family: "AmericanSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  margin: 0;
  font-family: "AmericanSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #36495a;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-locked {
  overflow: hidden;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
} */

p {
  margin: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a {
  text-decoration: none;
  color: #0078d2;
  transition: color .25s ease;
}

a:hover {
  color: #4db4fa;
}

a:focus {
  outline: 1px dotted #4db4fa;
  outline-offset: 2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

th {
  text-align: left;
}

textarea {
  resize: vertical;
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

blockquote {
  margin: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse !important;
}

thead {
  display: table-header-group;
}

table thead th {
  vertical-align: bottom;
}

table th,
table td {
  vertical-align: top;
}

/**
 * @object layout
 * -----------------------------------------------------------------------------
 */
.o-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-layout--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.o-layout--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-layout--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-layout--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.o-layout--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.o-layout--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-layout--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-layout--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.o-layout--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.o-layout--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.o-layout--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-layout--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.o-layout--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .o-layout--reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.o-layout--gutter {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.o-layout--gutter > .o-layout__item {
  padding-left: 15px;
  padding-right: 15px;
}

.o-layout__item {
  width: 100%;
}

.o-layout__item--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.o-layout__item--middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.o-layout__item--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.o-layout__item--stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.o-layout__item--grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.o-layout__item--shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/**
 * @utility device-state
 * -----------------------------------------------------------------------------
 */
.u-device-state:before {
  content: "xs";
}

@media screen and (min-width: 667px) {
  .u-device-state:before {
    content: "sm";
  }
}

@media screen and (min-width: 768px) {
  .u-device-state:before {
    content: "md";
  }
}

@media screen and (min-width: 1024px) {
  .u-device-state:before {
    content: "lg";
  }
}

@media screen and (min-width: 1140px) {
  .u-device-state:before {
    content: "xl";
  }
}

/**
 * @utility size
 * @name space-{type}[--{breakpoint}]
 * -----------------------------------------------------------------------------
 */
.u-size-1of6 {
  width: 16.66667% !important;
}

.u-size-1of5 {
  width: 20% !important;
}

.u-size-1of4 {
  width: 25% !important;
}

.u-size-1of3,
.u-size-2of6 {
  width: 33.33333% !important;
}

.u-size-2of5 {
  width: 40% !important;
}

.u-size-1of2,
.u-size-2of4,
.u-size-3of6 {
  width: 50% !important;
}

.u-size-3of5 {
  width: 60% !important;
}

.u-size-2of3,
.u-size-4of6 {
  width: 66.66667% !important;
}

.u-size-3of4 {
  width: 75% !important;
}

.u-size-4of5 {
  width: 80% !important;
}

.u-size-5of6 {
  width: 83.33333% !important;
}

.u-size-1of1 {
  width: 100% !important;
}

@media screen and (min-width: 375px) {
  .u-size-1of6--xs {
    width: 16.66667% !important;
  }
  .u-size-1of5--xs {
    width: 20% !important;
  }
  .u-size-1of4--xs {
    width: 25% !important;
  }
  .u-size-1of3--xs,
  .u-size-2of6--xs {
    width: 33.33333% !important;
  }
  .u-size-2of5--xs {
    width: 40% !important;
  }
  .u-size-1of2--xs,
  .u-size-2of4--xs,
  .u-size-3of6--xs {
    width: 50% !important;
  }
  .u-size-3of5--xs {
    width: 60% !important;
  }
  .u-size-2of3--xs,
  .u-size-4of6--xs {
    width: 66.66667% !important;
  }
  .u-size-3of4--xs {
    width: 75% !important;
  }
  .u-size-4of5--xs {
    width: 80% !important;
  }
  .u-size-5of6--xs {
    width: 83.33333% !important;
  }
  .u-size-1of1--xs {
    width: 100% !important;
  }
}

@media screen and (min-width: 667px) {
  .u-size-1of6--sm {
    width: 16.66667% !important;
  }
  .u-size-1of5--sm {
    width: 20% !important;
  }
  .u-size-1of4--sm {
    width: 25% !important;
  }
  .u-size-1of3--sm,
  .u-size-2of6--sm {
    width: 33.33333% !important;
  }
  .u-size-2of5--sm {
    width: 40% !important;
  }
  .u-size-1of2--sm,
  .u-size-2of4--sm,
  .u-size-3of6--sm {
    width: 50% !important;
  }
  .u-size-3of5--sm {
    width: 60% !important;
  }
  .u-size-2of3--sm,
  .u-size-4of6--sm {
    width: 66.66667% !important;
  }
  .u-size-3of4--sm {
    width: 75% !important;
  }
  .u-size-4of5--sm {
    width: 80% !important;
  }
  .u-size-5of6--sm {
    width: 83.33333% !important;
  }
  .u-size-1of1--sm {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .u-size-1of6--md {
    width: 16.66667% !important;
  }
  .u-size-1of5--md {
    width: 20% !important;
  }
  .u-size-1of4--md {
    width: 25% !important;
  }
  .u-size-1of3--md,
  .u-size-2of6--md {
    width: 33.33333% !important;
  }
  .u-size-2of5--md {
    width: 40% !important;
  }
  .u-size-1of2--md,
  .u-size-2of4--md,
  .u-size-3of6--md {
    width: 50% !important;
  }
  .u-size-3of5--md {
    width: 60% !important;
  }
  .u-size-2of3--md,
  .u-size-4of6--md {
    width: 66.66667% !important;
  }
  .u-size-3of4--md {
    width: 75% !important;
  }
  .u-size-4of5--md {
    width: 80% !important;
  }
  .u-size-5of6--md {
    width: 83.33333% !important;
  }
  .u-size-1of1--md {
    width: 100% !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-size-1of6--lg {
    width: 16.66667% !important;
  }
  .u-size-1of5--lg {
    width: 20% !important;
  }
  .u-size-1of4--lg {
    width: 25% !important;
  }
  .u-size-1of3--lg,
  .u-size-2of6--lg {
    width: 33.33333% !important;
  }
  .u-size-2of5--lg {
    width: 40% !important;
  }
  .u-size-1of2--lg,
  .u-size-2of4--lg,
  .u-size-3of6--lg {
    width: 50% !important;
  }
  .u-size-3of5--lg {
    width: 60% !important;
  }
  .u-size-2of3--lg,
  .u-size-4of6--lg {
    width: 66.66667% !important;
  }
  .u-size-3of4--lg {
    width: 75% !important;
  }
  .u-size-4of5--lg {
    width: 80% !important;
  }
  .u-size-5of6--lg {
    width: 83.33333% !important;
  }
  .u-size-1of1--lg {
    width: 100% !important;
  }
}

@media screen and (min-width: 1140px) {
  .u-size-1of6--xl {
    width: 16.66667% !important;
  }
  .u-size-1of5--xl {
    width: 20% !important;
  }
  .u-size-1of4--xl {
    width: 25% !important;
  }
  .u-size-1of3--xl,
  .u-size-2of6--xl {
    width: 33.33333% !important;
  }
  .u-size-2of5--xl {
    width: 40% !important;
  }
  .u-size-1of2--xl,
  .u-size-2of4--xl,
  .u-size-3of6--xl {
    width: 50% !important;
  }
  .u-size-3of5--xl {
    width: 60% !important;
  }
  .u-size-2of3--xl,
  .u-size-4of6--xl {
    width: 66.66667% !important;
  }
  .u-size-3of4--xl {
    width: 75% !important;
  }
  .u-size-4of5--xl {
    width: 80% !important;
  }
  .u-size-5of6--xl {
    width: 83.33333% !important;
  }
  .u-size-1of1--xl {
    width: 100% !important;
  }
}

/**
 * @utility space
 * @name space-{value}[--{breakpoint}]
 * -----------------------------------------------------------------------------
 */
.u-space-0 {
  margin-bottom: 0 !important;
}

.u-space-1 {
  margin-bottom: 10px !important;
}

.u-space-2 {
  margin-bottom: 20px !important;
}

.u-space-3 {
  margin-bottom: 30px !important;
}

.u-space-4 {
  margin-bottom: 40px !important;
}

.u-space-5 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 375px) {
  .u-space-0--xs {
    margin-bottom: 0 !important;
  }
  .u-space-1--xs {
    margin-bottom: 10px !important;
  }
  .u-space-2--xs {
    margin-bottom: 20px !important;
  }
  .u-space-3--xs {
    margin-bottom: 30px !important;
  }
  .u-space-4--xs {
    margin-bottom: 40px !important;
  }
  .u-space-5--xs {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 667px) {
  .u-space-0--sm {
    margin-bottom: 0 !important;
  }
  .u-space-1--sm {
    margin-bottom: 10px !important;
  }
  .u-space-2--sm {
    margin-bottom: 20px !important;
  }
  .u-space-3--sm {
    margin-bottom: 30px !important;
  }
  .u-space-4--sm {
    margin-bottom: 40px !important;
  }
  .u-space-5--sm {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-space-0--md {
    margin-bottom: 0 !important;
  }
  .u-space-1--md {
    margin-bottom: 10px !important;
  }
  .u-space-2--md {
    margin-bottom: 20px !important;
  }
  .u-space-3--md {
    margin-bottom: 30px !important;
  }
  .u-space-4--md {
    margin-bottom: 40px !important;
  }
  .u-space-5--md {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-space-0--lg {
    margin-bottom: 0 !important;
  }
  .u-space-1--lg {
    margin-bottom: 10px !important;
  }
  .u-space-2--lg {
    margin-bottom: 20px !important;
  }
  .u-space-3--lg {
    margin-bottom: 30px !important;
  }
  .u-space-4--lg {
    margin-bottom: 40px !important;
  }
  .u-space-5--lg {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 1140px) {
  .u-space-0--xl {
    margin-bottom: 0 !important;
  }
  .u-space-1--xl {
    margin-bottom: 10px !important;
  }
  .u-space-2--xl {
    margin-bottom: 20px !important;
  }
  .u-space-3--xl {
    margin-bottom: 30px !important;
  }
  .u-space-4--xl {
    margin-bottom: 40px !important;
  }
  .u-space-5--xl {
    margin-bottom: 50px !important;
  }
}

/**
 * @utility invisible
 * -----------------------------------------------------------------------------
 */
.u-invisible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/**
 * @utility wrapper
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width: 1024px) {
  .u-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/**
 * @component headline-primary
 * -----------------------------------------------------------------------------
 */
.c-headline-primary {
  color: #0078d2;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

@media screen and (min-width: 667px) {
  .c-headline-primary {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .c-headline-primary {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (min-width: 1024px) {
  .c-headline-primary {
    font-size: 42px;
    line-height: 48px;
  }
}

/**
 * @component headline-secondary
 * -----------------------------------------------------------------------------
 */
.c-headline-secondary {
  color: #0078d2;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

/**
 * @component headline-tertiary
 * -----------------------------------------------------------------------------
 */
.c-headline-tertiary {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
}

/**
 * @component text-primary
 * -----------------------------------------------------------------------------
 */
.c-text-primary {
  color: #36495a;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .c-text-primary {
    font-size: 16px;
    line-height: 22px;
  }
}

/**
 * @component icons
 * -----------------------------------------------------------------------------
 */
.c-icon {
  font-family: "AmericanIcons";
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

i.c-icon--people:before {
  content: "\e000";
}

i.c-icon--attendant:before {
  content: "\e001";
}

i.c-icon--stairs:before {
  content: "\e002";
}

i.c-icon--escalator-b:before {
  content: "\e003";
}

i.c-icon--escalator:before {
  content: "\e004";
}

i.c-icon--hotel:before {
  content: "\e005";
}

i.c-icon--handicap:before,
i.c-icon--specialAssistance:before {
  content: "\e006";
}

i.c-icon--seats:before {
  content: "\e007";
}

i.c-icon--carseat:before {
  content: "\e008";
}

i.c-icon--stroller:before {
  content: "\e009";
}

i.c-icon--checkin:before {
  content: "\e00a";
}

i.c-icon--book:before {
  content: "\e00b";
}

i.c-icon--account:before {
  content: "\e00c";
}

i.c-icon--join:before {
  content: "\e00d";
}

i.c-icon--suitcase:before {
  content: "\e00e";
}

i.c-icon--twobags:before {
  content: "\e00f";
}

i.c-icon--threebags:before {
  content: "\e010";
}

i.c-icon--checkbags:before {
  content: "\e011";
}

i.c-icon--Trolley:before {
  content: "\e012";
}

i.c-icon--baginfo:before {
  content: "\e013";
}

i.c-icon--flight:before {
  content: "\e014";
}

i.c-icon--car:before {
  content: "\e015";
}

i.c-icon--taxi:before {
  content: "\e016";
}

i.c-icon--vacation:before {
  content: "\e017";
}

i.c-icon--activity:before {
  content: "\e018";
}

i.c-icon--entertainment:before {
  content: "\e019";
}

i.c-icon--cruise:before {
  content: "\e01a";
}

i.c-icon--food:before {
  content: "\e01b";
}

i.c-icon--foodpurchase:before {
  content: "\e01c";
}

i.c-icon--snack:before {
  content: "\e01d";
}

i.c-icon--drink:before {
  content: "\e01e";
}

i.c-icon--coffee:before {
  content: "\e01f";
}

i.c-icon--nosmoking:before {
  content: "\e020";
}

i.c-icon--payment:before {
  content: "\e021";
}

i.c-icon--cash:before {
  content: "\e022";
}

i.c-icon--scanswipe:before {
  content: "\e023";
}

i.c-icon--promotion:before {
  content: "\e024";
}

i.c-icon--boardingpass:before {
  content: "\e025";
}

i.c-icon--onedaypass:before {
  content: "\e026";
}

i.c-icon--mobile:before {
  content: "\e027";
}

i.c-icon--nomobile:before {
  content: "\e028";
}

i.c-icon--game:before {
  content: "\e029";
}

i.c-icon--contact:before {
  content: "\e02a";
}

i.c-icon--print:before {
  content: "\e02b";
}

i.c-icon--website:before {
  content: "\e02c";
}

i.c-icon--email:before {
  content: "\e02d";
}

i.c-icon--clock:before {
  content: "\e02e";
}

i.c-icon--wifi:before {
  content: "\e02f";
}

i.c-icon--location:before {
  content: "\e030";
}

i.c-icon--maps:before {
  content: "\e031";
}

i.c-icon--gps:before {
  content: "\e032";
}

i.c-icon--home:before {
  content: "\e033";
}

i.c-icon--notifications:before {
  content: "\e034";
}

i.c-icon--feedback:before {
  content: "\e035";
}

i.c-icon--settings:before {
  content: "\e036";
}

i.c-icon--tools:before {
  content: "\e037";
}

i.c-icon--login:before {
  content: "\e038";
}

i.c-icon--search:before {
  content: "\e039";
}

i.c-icon--calendar:before {
  content: "\e03a";
}

i.c-icon--help:before {
  content: "\e03b";
}

i.c-icon--info:before {
  content: "\e03c";
}

i.c-icon--error:before {
  content: "\e03d";
}

i.c-icon--alert:before,
i.c-icon--warning:before {
  content: "\e03e";
}

i.c-icon--newpage:before {
  content: "\e03f";
}

i.c-icon--arrow-up:before {
  content: "\e040";
}

i.c-icon--arrow-down:before {
  content: "\e041";
}

i.c-icon--arrow-left:before {
  content: "\e042";
}

i.c-icon--arrow-right:before {
  content: "\e043";
}

i.c-icon--circle-up:before {
  content: "\e044";
}

i.c-icon--circle-down-b:before {
  content: "\e045";
}

i.c-icon--circle-down:before {
  content: "\e046";
}

i.c-icon--circle-left:before {
  content: "\e047";
}

i.c-icon--circle-right:before {
  content: "\e048";
}

i.c-icon--check:before {
  content: "\e049";
}

i.c-icon--cancel:before {
  content: "\e04a";
}

i.c-icon--circle-check:before {
  content: "\e04b";
}

i.c-icon--circle-cancel:before,
i.c-icon--close:before {
  content: "\e04c";
}

i.c-icon--more-13px:before {
  content: "\e04d";
}

i.c-icon--collapse:before {
  content: "\e04e";
}

i.c-icon--expand:before {
  content: "\e04f";
}

i.c-icon--explosives:before {
  content: "\e050";
}

i.c-icon--bullets:before {
  content: "\e051";
}

i.c-icon--fireworks:before {
  content: "\e052";
}

i.c-icon--gascylinder45:before {
  content: "\e053";
}

i.c-icon--oxygentank:before {
  content: "\e054";
}

i.c-icon--aerosol:before {
  content: "\e055";
}

i.c-icon--gascylinder:before {
  content: "\e056";
}

i.c-icon--radioactive:before {
  content: "\e057";
}

i.c-icon--flammable:before {
  content: "\e058";
}

i.c-icon--gascan:before {
  content: "\e059";
}

i.c-icon--match:before {
  content: "\e05a";
}

i.c-icon--nailpolishremover:before {
  content: "\e05b";
}

i.c-icon--chainsawsmooth:before {
  content: "\e05c";
}

i.c-icon--chainsaw:before {
  content: "\e05d";
}

i.c-icon--lighterandfluid:before {
  content: "\e05e";
}

i.c-icon--corrosive:before {
  content: "\e05f";
}

i.c-icon--oxidizer:before {
  content: "\e060";
}

i.c-icon--bleach:before {
  content: "\e061";
}

i.c-icon--hydrogenperoxide:before {
  content: "\e062";
}

i.c-icon--ajaxcomet:before {
  content: "\e063";
}

i.c-icon--skullandbones:before {
  content: "\e064";
}

i.c-icon--skullandbonesbottle:before {
  content: "\e065";
}

i.c-icon--skullandbonesbox:before {
  content: "\e066";
}

i.c-icon--carbattery:before {
  content: "\e067";
}

i.c-icon--lightningbolt:before {
  content: "\e068";
}

i.c-icon--lithiumion:before {
  content: "\e069";
}

i.c-icon--drill:before {
  content: "\e06a";
}

i.c-icon--edit:before {
  content: "\e06b";
}

i.c-icon--list:before {
  content: "\e06c";
}

i.c-icon--menu:before {
  content: "\e06d";
}

i.c-icon--power-port:before {
  content: "\e06e";
}

i.c-icon--clothes-hanger:before {
  content: "\e06f";
}

i.c-icon--delete:before {
  content: "\e070";
}

i.c-icon--add:before {
  content: "\e071";
}

i.c-icon--preferences:before {
  content: "\e072";
}

i.c-icon--like:before {
  content: "\e073";
}

i.c-icon--doc:before {
  content: "\e074";
}

i.c-icon--pets:before {
  content: "\e075";
}

i.c-icon--ecigar:before {
  content: "\e076";
}

i.c-icon--handbag:before {
  content: "\e900";
}

i.c-icon--briefcase:before {
  content: "\e901";
}

i.c-icon--bookbag:before {
  content: "\e902";
}

i.c-icon--carryon:before {
  content: "\e903";
}

i.c-icon--ban:before {
  content: "\e904";
}

i.c-icon--square:before {
  content: "\25A0";
}

i.c-icon--required:before {
  content: "\25CF";
}

i.c-icon--external {
    font-size: .8 em;
    font-family: 'AmericanIcons';
    content: " \e03f";
}
/*
i.c-icon--external {
  background: transparent url("/responsive/images/get-directions-icon.jpg") no-repeat 0 0;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
}
*/

/*** insert new page icon ***/

a[target~="_blank"]:after {
    font-size:.8em;
    font-family: 'American Icons';
    content: "\e03f";
    vertical-align: text-bottom;
    display: inline;
    margin-left:.4em;
}


.c-app-footer__twitter:after,
.c-app-footer__youtube:after,
.c-app-footer__oneworld:after {
   display: none !important;
}

/**
 * @component button
 * -----------------------------------------------------------------------------
 */
.c-button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.c-button:hover, .c-button:focus {
  outline: 0;
  text-decoration: none;
}

.c-button:-moz-focus-inner {
  border: 0;
  padding: 0;
}

.c-button:focus {
  outline: 1px dotted #4db4fa;
  outline-offset: 2px;
}

.c-button.is-hidden {
  display: none;
}

/**
 * @component button
 * @modifier block
 * -----------------------------------------------------------------------------
 */
.c-button--block {
  display: block;
  width: 100%;
}

/**
 * @component button
 * @modifier link
 * -----------------------------------------------------------------------------
 */
.c-button--link {
  display: inline-block;
  font-weight: 500;
  color: #0078d2;
  transition: all .25s ease;
}

.c-button--link:hover {
  color: #4db4fa;
}

.c-button--link .c-icon {
  margin: 0 5px;
  font-size: 16px;
  line-height: 1;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

/**
 * @component button
 * @modifier thin
 * -----------------------------------------------------------------------------
 */
.c-button--thin {
  font-weight: 400;
}

/**
 * @component button
 * @modifier primary
 * -----------------------------------------------------------------------------
 */
.c-button--primary {
  color: #fff;
  background-color: #4db4fa;
  background: linear-gradient(to bottom, #4db4fa 0%, #0078d2 100%);
  text-shadow: 0 1px 1px #0f71ba;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: background .25s ease;
  font-size: 18px;
  line-height: 22px;
  padding: 9px 12px;
  height: 40px;
  font-weight: 500;
}

.c-button--primary:hover {
  background: linear-gradient(to bottom, #4db4fa 0%, #4db4fa 100%);
}

@media screen and (min-width: 375px) {
  .c-button--primary {
    padding: 9px 18px;
  }
}

/**
 * @component button
 * @modifier icon
 * -----------------------------------------------------------------------------
 */
.c-button--icon {
  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;
}

.c-button--icon.c-button--link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/**
 * @component button
 * @modifier icon-stacked
 * -----------------------------------------------------------------------------
 */
.c-button--icon-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * @component button
 * @modifier back-to-top
 * -----------------------------------------------------------------------------
 */
.c-button--back-to-top {
  z-index: 150;
  position: fixed;
  right: 25px;
  bottom: -75px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #eeeeee;
  color: #0078d2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: bottom .5s ease;
}

.c-button--back-to-top .c-button__icon {
  font-size: 18px;
  line-height: 1;
}

.c-button--back-to-top.is-locked.in-view {
  bottom: -75px;
}

.c-button--back-to-top.in-view {
  bottom: 25px;
}

/**
 * @component button
 * @modifier app-header-top
 * -----------------------------------------------------------------------------
 */
.c-button--app-header-top {
  position: relative;
  color: #0078d2;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  font-family: "AmericanSans"!important;
}

.c-button--app-header-top:hover {
  color: #4db4fa;
}

.c-button--app-header-top:focus {
  outline: 1px dotted #0078d2;
  outline-offset: 2px;
}

.c-button--app-header-top .c-button__icon {
  color: #faaf00;
  margin-right: 5px;
}

.c-button--app-header-top .c-button__label {
  text-transform: uppercase;
}

.c-button--app-header-top + .c-button--app-header-top {
  margin-left: 31px;
}

.c-button--app-header-top + .c-button--app-header-top:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 14px;
  width: 1px;
  background-color: #4db4fa;
}

.c-button--app-header-control-alert,
.c-button--app-header-control-search,
.c-button--app-header-control-menu {
  color: #0078d2;
  font-size: 11px;
  line-height: 18px;
  margin-left: 10px;
}

.c-button--app-header-control-alert .c-button__label,
.c-button--app-header-control-search .c-button__label,
.c-button--app-header-control-menu .c-button__label {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.c-button--app-header-control-alert .c-button__icon,
.c-button--app-header-control-search .c-button__icon,
.c-button--app-header-control-menu .c-button__icon {
  font-size: 20px;
  line-height: 22px;
}

/**
 * @component button
 * @modifier app-header-control-alert
 * -----------------------------------------------------------------------------
 */
.c-button--app-header-control-alert {
  margin-left: 0;
}

.c-button--app-header-control-alert .c-button__icon {
  color: #faaf00;
}

.c-button--app-header-control-search.is-open .c-button__icon:before,
.c-button--app-header-control-menu.is-open .c-button__icon:before {
  content: "\e04c";
}

/**
 * @component button
 * @modifier link-toggle
 * -----------------------------------------------------------------------------
 */
.c-button--link-toggle {
  font-weight: 500;
  color: #0078d2;
  transition: color .25s ease;
}

.c-button--link-toggle:hover {
  color: #4db4fa;
}

.c-button--link-toggle:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: currentColor;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.c-button--link-toggle.is-active:after {
  -webkit-transform: rotate(180deg) translate(0, 1px);
          transform: rotate(180deg) translate(0, 1px);
}

/**
 * @component form
 * -----------------------------------------------------------------------------
 */
.c-form {
  position: relative;
  width: 100%;
}

/**
 * @component form
 * @element element
 * -----------------------------------------------------------------------------
 */
.c-form__element {
  position: relative;
}

.c-form__element + .c-form__element {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .c-form__element + .c-form__element {
    margin-top: 15px;
  }
}

/**
 * @component form
 * @element controls
 * -----------------------------------------------------------------------------
 */
.c-form__controls {
  position: relative;
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow .25s ease;
}

.c-form__controls.is-invalid .c-form__error {
  opacity: 1;
  visibility: visible;
}

.c-form__controls.is-invalid .c-form__input {
  border-color: #c30019;
}

/**
 * @component form
 * @element error
 * -----------------------------------------------------------------------------
 */
.c-form__error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: #c30019;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding: 3px 12px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
}

.c-form__error--inline {
  position: relative;
  top: 0;
}

/**
 * @component form
 * @element label
 * -----------------------------------------------------------------------------
 */
.c-form__label {
  font-size: 14px;
  line-height: 20px;
}

/**
 * @component form
 * @element input
 * -----------------------------------------------------------------------------
 */
.c-form__input {
  display: block;
  color: #36495a;
  font-family: inherit;
  margin: 0;
  padding: 9px 12px;
  border-radius: 0;
  width: 100%;
  border: 1px solid #d0dae0;
  font-size: 16px;
  line-height: 22px;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all .25s ease;
}

.c-form__input:-moz-focus-inner {
  border: 0;
  padding: 0;
}

.c-form__input:hover {
  border-color: #9da6ab;
}

.c-form__input:focus {
  border-color: #4db4fa;
  outline: 0;
  box-shadow: 0 0 2px #4db4fa;
}

/**
 * @component form
 * @modifier search
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1023px) {
  .c-form--search {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(110, 137, 153, 0.8);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 1024px) {
  .c-form--search {
    width: 160px;
  }
}

@media screen and (max-width: 1023px) {
  .c-form--search .c-form__element {
    background-color: #ffffff;
    padding: 15px 10px;
  }
}

.c-form--search .c-form__control {
  position: relative;
}

.c-form--search .c-form__input {
  padding: 9px 25px 7px 16px;
}

@media screen and (min-width: 1024px) {
  .c-form--search .c-form__input {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 25px 5px 10px;
  }
}

.c-form--search .c-form__button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #0078d2;
  transition: all .25s ease;
  font-size: 22px;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .c-form--search .c-form__button {
    font-size: 18px;
  }
}

.c-form--search .c-form__button:hover {
  color: #4db4fa;
}

/**
 * @component form
 * @modifier login
 * -----------------------------------------------------------------------------
 */
.c-form--login .c-form__label {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.c-form--login .c-form__input {
  padding: 9px 16px 7px 16px;
}

.c-form--login .c-form__link {
  margin: 10px 0;
}

/**
 * @component form
 * @modifier login-nav
 * -----------------------------------------------------------------------------
 */
.c-form--login-nav {
  padding: 15px 20px;
}

/**
 * @component form
 * @modifier login-segment
 * -----------------------------------------------------------------------------
 */
/**
 * @component form
 * @modifier search-facilities
 * -----------------------------------------------------------------------------
 */
.c-form--search-facilities {
  transition: padding-top .25s ease;
}

.c-form--search-facilities.in-focus, .c-form--search-facilities.has-value {
  padding-top: 20px;
}

.c-form--search-facilities .c-form__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-form--search-facilities .c-form__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-form--search-facilities .c-form__label {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  transition: all .25s ease;
}

.c-form--search-facilities .c-form__label.in-focus, .c-form--search-facilities .c-form__label.has-value {
  top: -5px;
  left: 12px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-form--search-facilities .c-form__input {
  height: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-form--search-facilities .c-form__button {
  margin-left: 10px;
}

/**
 * @component list
 * -----------------------------------------------------------------------------
 */
.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * @component list
 * @modifier footer
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1023px) {
  .c-list--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #eeeeee;
  }
  .c-list--footer .c-list__item {
    position: relative;
  }
  .c-list--footer .c-list__item:not(:last-child) {
    margin-right: 20px;
  }
  .c-list--footer .c-list__item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
    height: 12px;
    background-color: #9da6ab;
  }
  .c-list--footer .c-list__link {
    padding: 5px 0;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #36495a;
  }
  .c-list--footer .c-list__link:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1024px) {
  .c-list--footer .c-list__item + .c-list__item {
    margin-top: 10px;
  }
  .c-list--footer .c-list__link {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
  }
}

/**
 * @component list
 * @modifier alerts
 * -----------------------------------------------------------------------------
 */
.c-list--alerts .c-list__item {
  border-bottom: 1px solid #d0dae0;
  padding: 20px;
  transition: background-color .25s ease;
}

.c-list--alerts .c-list__item.is-active {
  background-color: #eeeeee;
}

.c-list--alerts .c-list__meta {
  font-size: 12px;
  line-height: 18px;
  color: #6e8999;
}

/**
 * @component list
 * @modifier line
 * -----------------------------------------------------------------------------
 */
.c-list--line .c-list__item:not(:first-child) {
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding-top: 10px;
}

.c-list--line .c-list__link {
  font-size: 16px;
  line-height: 22px;
  transition: color .25s ease;
  color: #0078d2;
}

.c-list--line .c-list__link:hover {
  color: #4db4fa;
}

/**
 * @component list
 * @modifier breadcrumbs
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1023px) {
  .c-list--breadcrumbs {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-list--breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 25px;
    left: 45px;
  }
}

.c-list--breadcrumbs .c-list__item {
  color: #4db4fa;
}

.c-list--breadcrumbs .c-list__item:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  color: #4db4fa;
}

.c-list--breadcrumbs .c-list__link {
  cursor: pointer;
}

/**
 * @component list
 * @modifier hours
 * -----------------------------------------------------------------------------
 */
.c-list--hours .c-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-list--hours .c-list__days {
  font-style: italic;
}

.c-list--hours .c-list__days strong {
  font-weight: 500;
}

/**
 * @component logo
 * -----------------------------------------------------------------------------
 */
.c-logo {
  display: inline-block;
  width: 117px;
  height: 30px;
  background: transparent url("/responsive/images/aac-logo.png") no-repeat 0 0;
  background-size: 117px 30px;
}

@media screen and (min-width: 1024px) {
  .c-logo {
    width: 176px;
    height: 45px;
    background-size: 176px 45px;
  }
}

/**
 * @component drawer
 * @description Drawer
 * -----------------------------------------------------------------------------
 */
.c-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/**
 * @component drawer
 * @element header
 * -----------------------------------------------------------------------------
 */
.c-drawer__header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d0dae0;
  padding: 10px 20px;
}

/**
 * @component drawer
 * @element title
 * -----------------------------------------------------------------------------
 */
.c-drawer__title {
  color: #0078d2;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-right: auto;
  margin-left: 5px;
}

/**
 * @component drawer
 * @element icon
 * -----------------------------------------------------------------------------
 */
.c-drawer__icon {
  font-size: 20px;
  line-height: 1;
}

/**
 * @component drawer
 * @element body
 * -----------------------------------------------------------------------------
 */
.c-drawer__body {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/**
 * @component article
 * -----------------------------------------------------------------------------
 */
.c-article {
  margin: 0 20px;
  padding: 30px 0;
  background-color: #ffffff;
}

@media screen and (min-width: 667px) {
  .c-article {
    margin-top: -30px;
    padding: 45px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .c-article {
    padding: 45px;
  }
}

/**
 * @component article
 * @name title, subtitle
 * -----------------------------------------------------------------------------
 */
.c-article__title,
.c-article__subtitle {
  color: #0078d2;
  font-weight: 300;
}

/**
 * @component article
 * @name title
 * -----------------------------------------------------------------------------
 */
/**
 * @component article
 * @name subtitle
 * -----------------------------------------------------------------------------
 */
.c-article__subtitle {
  margin-bottom: 15px;
}

/**
 * @component article
 * @name text
 * -----------------------------------------------------------------------------
 */
.c-article__text {
  font-size: 14px;
  line-height: 20px;
  color: #36495a;
}

@media screen and (min-width: 768px) {
  .c-article__text {
    font-size: 16px;
    line-height: 22px;
  }
}

/**
 * @component segment
 * -----------------------------------------------------------------------------
 */
.c-segment {
  position: relative;
  padding: 30px 20px;
}

@media screen and (min-width: 667px) {
  .c-segment {
    padding: 45px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .c-segment {
    padding: 60px 45px;
  }
}

/**
 * @component segment
 * @name title
 * -----------------------------------------------------------------------------
 */
.c-segment__title {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-segment__title {
    margin-bottom: 30px;
  }
}

/**
 * @component segment
 * @name text
 * -----------------------------------------------------------------------------
 */
.c-segment__text {
  margin-bottom: 20px;
}

/**
 * @component map
 * -----------------------------------------------------------------------------
 */
.c-map {
  height: 200px;
}

@media screen and (min-width: 667px) {
  .c-map {
    height: 300px;
  }
}

@media screen and (min-width: 768px) {
  .c-map {
    height: 500px;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 1024px) {
  .c-map {
    margin-bottom: 60px;
  }
}

/**
 * @component overlay
 * @description Overlay
 * -----------------------------------------------------------------------------
 */
.c-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  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;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.c-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/**
 * @component overlay
 * @modifier inline
 * -----------------------------------------------------------------------------
 */
.c-overlay--inline {
  position: absolute;
  left: -20px;
  right: -20px;
}

/**
 * @component spinner
 * @description Spinner
 * -----------------------------------------------------------------------------
 */
.c-spinner {
  margin: 90px auto;
  position: relative;
  border: 6px solid #e1f0fa;
  border-left-color: #4db4fa;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
}

.c-spinner, .c-spinner:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.c-spinner--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**
 * @component error
 * @description Error
 * -----------------------------------------------------------------------------
 */
.c-error {
  background-color: #ffffff;
  border: 1px solid #c30019;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #c30019;
  margin: 30px 0;
}

.c-error.has-margin {
  margin: 30px 20px;
}

/**
 * @component box
 * -----------------------------------------------------------------------------
 */
/**
 * @component box
 * @modifier another-facility
 * -----------------------------------------------------------------------------
 */
.c-box--another-facility .c-box__title {
  padding-bottom: 10px;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .c-box--another-facility {
    padding: 20px;
    background: #00467f;
    background: linear-gradient(to bottom, #0078d2 0%, #00467f);
  }
  .c-box--another-facility .c-box__title {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
  }
  .c-box--another-facility .c-form__input {
    border-color: transparent;
  }
  .c-box--another-facility .c-form__label.in-focus, .c-box--another-facility .c-form__label.has-value {
    color: #ffffff;
  }
  .c-box--another-facility .c-facility-predictions {
    border-color: transparent;
  }
}

@media screen and (min-width: 768px) {
  .c-box--another-facility {
    margin: 45px 0;
    padding: 0;
  }
  .c-box--another-facility .c-box__title {
    color: #0078d2;
  }
}

/**
 * @component tabs
 * @description Tabs
 * -----------------------------------------------------------------------------
 */
.c-tabs {
  position: relative;
}

/**
 * @component tabs
 * @element nav
 * -----------------------------------------------------------------------------
 */
.c-tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * @component tabs
 * @element item
 * -----------------------------------------------------------------------------
 */
/**
 * @component tabs
 * @element button
 * -----------------------------------------------------------------------------
 */
/**
 * @component tabs
 * @element content
 * -----------------------------------------------------------------------------
 */
.c-tabs__content {
  display: none;
}

.c-tabs__content.is-active {
  display: block;
}

/**
 * @component tabs
 * @modifier facilities
 * -----------------------------------------------------------------------------
 */
.c-tabs--facilities .c-tabs__nav-holder {
  position: relative;
  min-height: 69px;
}

.c-tabs--facilities .c-tabs__nav-sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: #ffffff;
  padding: 5px 0 20px 0;
}

.c-tabs--facilities .c-tabs__nav-sticky.is-fixed {
  position: fixed;
  z-index: 200;
  padding: 5px 20px 20px 20px;
  border-bottom: 1px solid #d0dae0;
}

.c-tabs--facilities .c-tabs__nav-sticky.is-fixed .c-facility__airport-name {
  display: block;
}

.c-tabs--facilities .c-tabs__nav-sticky .c-facility__airport-name {
  display: none;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 5px;
}

.c-tabs--facilities .c-tabs__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .c-tabs--facilities .c-tabs__nav:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #eeeeee;
  }
}

.c-tabs--facilities .c-tabs__item {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .c-tabs--facilities .c-tabs__item {
    max-width: 170px;
  }
}

.c-tabs--facilities .c-tabs__button {
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 0;
  font-weight: 500;
  background: #eeeeee;
  color: #0078d2;
  transition: all .25s ease;
}

.c-tabs--facilities .c-tabs__button:hover:not(.is-active) {
  color: #4db4fa;
}

.c-tabs--facilities .c-tabs__button.is-active {
  background: #d0dae0;
}

.c-tabs--facilities .c-tabs__button.is-active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top-color: #0078d2;
  -webkit-transform: translate(-50%, 3px);
          transform: translate(-50%, 3px);
}

@media screen and (min-width: 375px) {
  .c-tabs--facilities .c-tabs__button {
    font-size: 14px;
    line-height: 20px;
  }
}

/**
 * @component modal
 * @description Modal
 * -----------------------------------------------------------------------------
 */
.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: rgba(110, 137, 153, 0.8);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/**
 * @component modal
 * @element box
 * -----------------------------------------------------------------------------
 */
.c-modal__box {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .c-modal__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-modal__box {
    position: relative;
    display: none;
    margin: 5% auto 0 auto;
    width: 80%;
    max-width: 740px;
    min-height: 60%;
    max-height: 90%;
    border: 1px solid rgba(54, 73, 90, 0.8);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
}

/**
 * @component modal
 * @element content
 * -----------------------------------------------------------------------------
 */
.c-modal__content {
  padding: 20px;
}

/**
 * @component modal
 * @element header
 * -----------------------------------------------------------------------------
 */
.c-modal__header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d0dae0;
  padding: 10px 20px;
}

.c-modal__header .c-icon {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/**
 * @component modal
 * @element title
 * -----------------------------------------------------------------------------
 */
.c-modal__title {
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * @component modal
 * @element header-icon
 * -----------------------------------------------------------------------------
 */
.c-modal__header-icon {
  margin: 0 5px 0 0 !important;
  font-size: 20px;
  line-height: 1;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

/**
 * @component modal
 * @element icon
 * -----------------------------------------------------------------------------
 */
.c-modal__icon {
  font-size: 20px;
  line-height: 1;
}

/**
 * @component modal
 * @element body
 * -----------------------------------------------------------------------------
 */
.c-modal__body {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/**
 * @component weather
 * -----------------------------------------------------------------------------
 */
.c-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * @component weather
 * @modifier unavailable
 * -----------------------------------------------------------------------------
 */
.c-weather--unavailable {
  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;
}

.c-weather--unavailable .c-weather__icon {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

/**
 * @component weather
 * @element current
 * -----------------------------------------------------------------------------
 */
.c-weather__current {
  /* vijay - weather changes */	
  margin-right: 25px;
}

/**
 * @component weather
 * @element future
 * -----------------------------------------------------------------------------
 */
.c-weather__future {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/**
 * @component weather
 * @element item
 * -----------------------------------------------------------------------------
 */
 /* vijay - weather changes */	
@media screen and (min-width: 321px){
.c-weather__item {
  text-align: center;
  min-width: 70px;
}
}
@media screen and (max-width: 320px){
.c-weather__item {
  text-align: center;
  min-width: 65px;	
}
}
/* end here */

.c-weather__future .c-weather__item {
  max-width: 100px;
}

.c-weather__future .c-weather__item:not(:first-child) {
  margin-left: 5px;
}

@media screen and (min-width: 375px) {
  .c-weather__future .c-weather__item:not(:first-child) {
    margin-left: 10px;
  }
}

/**
 * @component weather
 * @element title
 * -----------------------------------------------------------------------------
 */
.c-weather__title {
  display: block;
  font-size: 12px;
  /* Vijay - Weather changes 
	line-height: 18px; */
  line-height: 25px;
}

/**
 * @component weather
 * @element icon
 * -----------------------------------------------------------------------------
 */
.c-weather__icon {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  background: transparent url("/responsive/images/weather-sprite.png") no-repeat 0 0;
  background-size: 317px 270px;
}

/* Vijay - Weather changes */
.c-weather__icon__ {
  width: 40px;
  height: 40px;
}

.c-weather__icon__current {
  width: 50px;
  height: 50px;
}
/* end here*/

.c-weather__current .c-weather__icon {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.c-weather__icon--clear-am {
  background-position: 0 0;
}

.c-weather__icon--clear-pm {
  background-position: -45px 0;
}

.c-weather__icon--mostly-clear-am {
  background-position: -90px 0;
}

.c-weather__icon--mostly-clear-pm {
  background-position: -135px 0;
}

.c-weather__icon--broken-clouds-am {
  background-position: -180px 0;
}

.c-weather__icon--broken-clouds-pm {
  background-position: -225px 0;
}

.c-weather__icon--mostly-cloudy {
  background-position: -270px 0;
}

.c-weather__icon--overcast-am {
  background-position: 0 -45px;
}

.c-weather__icon--overcast-pm {
  background-position: -45px -45px;
}

.c-weather__icon--fog-am {
  background-position: -90px -45px;
}

.c-weather__icon--fog-pm {
  background-position: -135px -45px;
}

.c-weather__icon--haze {
  background-position: -180px -45px;
}

.c-weather__icon--smoke {
  background-position: -225px -45px;
}

.c-weather__icon--unavailable {
  background-position: -270px -45px;
}

.c-weather__icon--funnel-cloud {
  background-position: 0 -90px;
}

.c-weather__icon--drizzle-am {
  background-position: -45px -90px;
}

.c-weather__icon--drizzle-pm {
  background-position: -90px -90px;
}

.c-weather__icon--rain-showers-am {
  background-position: -135px -90px;
}

.c-weather__icon--rain-showers-pm {
  background-position: -180px -90px;
}

.c-weather__icon--moderate-rain-am {
  background-position: -225px -90px;
}

.c-weather__icon--moderate-rain-pm {
  background-position: -270px -90px;
}

.c-weather__icon--light-snow-am {
  background-position: 0 -135px;
}

.c-weather__icon--light-snow-pm {
  background-position: -45px -135px;
}

.c-weather__icon--snow-showers-am {
  background-position: -90px -135px;
}

.c-weather__icon--snow-showers-pm {
  background-position: -135px -135px;
}

.c-weather__icon--moderate-snow-am {
  background-position: -180px -135px;
}

.c-weather__icon--moderate-snow-pm {
  background-position: -225px -135px;
}

.c-weather__icon--blizzard {
  background-position: -270px -135px;
}

.c-weather__icon--freezing-drizzle-am {
  background-position: 0 -180px;
}

.c-weather__icon--freezing-drizzle-pm {
  background-position: -45px -180px;
}

.c-weather__icon--freezing-rain-am {
  background-position: -90px -180px;
}

.c-weather__icon--freezing-rain-pm {
  background-position: -135px -180px;
}

.c-weather__icon--hail {
  background-position: -180px -180px;
}

.c-weather__icon--blowing-snow {
  background-position: -225px -180px;
}

.c-weather__icon--sleet {
  background-position: -270px -180px;
}

.c-weather__icon--thunderstorm-am {
  background-position: 0 -225px;
}

.c-weather__icon--thunderstorm-pm {
  background-position: -45px -225px;
}

.c-weather__icon--multiple-thunderstorms {
  background-position: -90px -225px;
}

.c-weather__icon--isolated-thunderstorms-am {
  background-position: -135px -225px;
}

.c-weather__icon--isolated-thunderstorms-pm {
  background-position: -180px -225px;
}

/**
 * @component weather
 * @element info
 * -----------------------------------------------------------------------------
 */
.c-weather__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/**
 * @component weather
 * @element units
 * -----------------------------------------------------------------------------
 */
.c-weather__units {
  font-weight: 500;
  /* Vijay - Weatehr changes */
  margin-top: 10px;
  /* end here*/
}

/**
 * @component weather
 * @element temperature
 * -----------------------------------------------------------------------------
 */
.c-weather__temperature {
  display: block;
  font-size: 14px;
  /* Vijay - Weatehr changes 
  line-height: 20px;
  margin-bottom: 10px; 	
  */
  line-height: 25px;
  margin-bottom: 5px;
  margin-top: 10px;
  /* end here*/
  
}

.c-weather__current .c-weather__temperature {
  font-size: 26px;
  line-height: 32px;
}

/**
 * @component weather
 * @element condition
 * -----------------------------------------------------------------------------
 */
.c-weather__condition {
  display: block;
  font-size: 10px;
  line-height: 12px;
}

.c-weather__current .c-weather__condition {
  font-size: 12px;
  line-height: 14px;
}

/**
 * @component weather
 * @element warning
 * -----------------------------------------------------------------------------
 */
.c-weather__warning {
  text-align: center;
  display: block;
  font-weight: 500;
}

/**
 * @component app
 * -----------------------------------------------------------------------------
 */
.c-app {
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .c-app.has-fixed-header {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .c-app {
    padding-top: 122px;
  }
}

/**
 * @component app-header
 * -----------------------------------------------------------------------------
 */
.c-app-header {
  background-color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .c-app-header {
    position: relative;
    padding: 10px 20px;
  }
  .c-app-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #eeeeee;
  }
  .c-app-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}

@media screen and (min-width: 1024px) {
  .c-app-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 49;
  }
}

/**
 * @component app-header
 * @element top
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1023px) {
  .c-app-header__top {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-app-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
}

/**
 * @component app-header
 * @element bottom
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1023px) {
  .c-app-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .c-app-header__bottom {
    position: relative;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
  }
  .c-app-header__bottom:before, .c-app-header__bottom:after {
    content: "";
    position: absolute;
  }
  .c-app-header__bottom:before {
    z-index: -2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    top: 50%;
    bottom: 0px;
    left: -300px;
    right: -300px;
    border-radius: 100%;
  }
  .c-app-header__bottom:after {
    z-index: -1;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    left: -325px;
    right: -325px;
  }
}

/**
 * @component app-header
 * @element controls
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1023px) {
  .c-app-header__controls {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .c-app-header__controls {
    display: none;
  }
}

/**
 * @component app-nav
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1023px) {
  .c-app-nav {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 100;
    background-color: rgba(110, 137, 153, 0.8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/**
 * @component app-nav
 * @element list
 * -----------------------------------------------------------------------------
 */
.c-app-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1023px) {
  .c-app-nav__list {
    background-color: #ffffff;
  }
}

@media screen and (min-width: 1024px) {
  .c-app-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**
 * @component app-nav
 * @element item
 * -----------------------------------------------------------------------------
 */
.c-app-nav__item {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .c-app-nav__item:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    height: 1px;
    background-color: #d0dae0;
  }
  .c-app-nav__item:first-child:before {
    display: none;
  }
  .c-app-nav__item.is-open .c-app-nav__link {
    background-color: #d0dae0;
  }
  .c-app-nav__item.is-open .c-app-nav__caret {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (min-width: 1024px) {
  .c-app-nav__item {
    position: relative;
  }
  .c-app-nav__item.is-open .c-app-nav__link {
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .c-app-nav__item.is-open .c-app-nav__link:focus {
    outline: 0;
  }
  .c-app-nav__item.is-open .c-app-nav__label {
    color: #4db4fa;
  }
  .c-app-nav__item.is-open .c-app-nav__label:focus {
    outline: 0;
  }
}

/**
 * @component app-nav
 * @element item
 * @modifier login
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width: 1024px) {
  .c-app-nav__item--login {
    display: none;
  }
}

/**
 * @component app-nav
 * @element link
 * -----------------------------------------------------------------------------
 */
.c-app-nav__link {
  position: relative;
  transition: all .25s ease;
  color: #0078d2;
  transition: color .25s ease;
  cursor: pointer;
  font-family: "AmericanSans"!important;
}

.c-app-nav__link:hover {
  color: #4db4fa;
}

@media screen and (max-width: 1023px) {
  .c-app-nav__link {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .c-app-nav__link {
    display: block;
    font-size: 17px;
    line-height: 22px;
    padding: 20px;
  }
}

/**
 * @component app-nav
 * @element label
 * -----------------------------------------------------------------------------
 */
/**
 * @component app-nav
 * @element dropdown
 * -----------------------------------------------------------------------------
 */
.c-app-nav__dropdown {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c-app-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 500px;
    padding: 30px 30px 60px 30px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .c-app-nav__dropdown:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translate(-4px, 4px);
            transform: translate(-4px, 4px);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #6e8999;
  }
  .c-app-nav__dropdown.is-open {
    display: block;
  }
}

/**
 * @component app-nav
 * @element sublist
 * -----------------------------------------------------------------------------
 */
.c-app-nav__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1023px) {
  .c-app-nav__sublist {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .c-app-nav__sublist {
    overflow: hidden;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-width: 50%;
       -moz-column-width: 50%;
            column-width: 50%;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    column-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
}

/**
 * @component app-nav
 * @element subitem
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1023px) {
  .c-app-nav__subitem:not(:last-child) {
    border-bottom: 1px solid #d0dae0;
  }
}

@media screen and (min-width: 1024px) {
  .c-app-nav__subitem {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d0dae0;
  }
}

/**
 * @component app-nav
 * @element sublink
 * -----------------------------------------------------------------------------
 */
.c-app-nav__sublink {
  display: block;
  padding: 10px;
}

@media screen and (max-width: 1023px) {
  .c-app-nav__sublink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 20px 13px 10px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .c-app-nav__sublink {
    font-size: 13px;
    line-height: 19px;
    color: #6e8999;
  }
  .c-app-nav__sublink:hover {
    color: #4db4fa;
  }
  .c-app-nav__sublink:focus {
    outline-offset: -5px;
  }
}

/**
 * @component app-nav
 * @element sublabel
 * -----------------------------------------------------------------------------
 */
/**
 * @component app-nav
 * @element caret
 * -----------------------------------------------------------------------------
 */
.c-app-nav__caret {
  width: 12px;
  height: 6px;
  background: transparent url("/responsive/images/arrow-down.png") no-repeat 0 0;
  background-size: 12px 6px;
  transition: all .25s ease;
  margin-right: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .c-app-nav__caret {
    display: none;
  }
}

/**
 * @component app-nav
 * @element arrow
 * -----------------------------------------------------------------------------
 */
.c-app-nav__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .c-app-nav__arrow {
    display: none;
  }
}

/**
 * @component app-main
 * -----------------------------------------------------------------------------
 */
.c-app-main {
  position: relative;
  z-index: 2;
}

/**
 * @component app-hero
 * -----------------------------------------------------------------------------
 */
.c-app-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 160px;
}

@media screen and (min-width: 768px) {
  .c-app-hero {
    height: 280px;
  }
}

/**
 * @component app-hero
 * @element picture
 * -----------------------------------------------------------------------------
 */
.c-app-hero__picture {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #eeeeee;
  height: 160px;
  width: 800px;
}

@media screen and (min-width: 768px) {
  .c-app-hero__picture {
    height: 280px;
    width: 1100px;
  }
}

/**
 * @component app-hero
 * @element image
 * -----------------------------------------------------------------------------
 */
.c-app-hero__image {
  display: block;
}

/**
 * @component app-aside
 * -----------------------------------------------------------------------------
 */
.c-app-aside {
  position: relative;
  padding: 30px 0;
  margin: 0 20px;
  border-top: 1px solid #eeeeee;
}

@media screen and (min-width: 768px) {
  .c-app-aside {
    border-top: 0;
    margin: 0;
  }
}

/**
 * @component app-aside
 * @name title
 * -----------------------------------------------------------------------------
 */
.c-app-aside__title {
  color: #0078d2;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 300;
}

/**
 * @component app-footer
 * -----------------------------------------------------------------------------
 */
.c-app-footer {
  padding: 5px 20px;
  background: #eeeeee;
}

@media screen and (min-width: 1024px) {
  .c-app-footer {
    padding: 30px 0;
  }
}

.c-app-footer.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

/**
 * @component app-footer
 * @element desktop
 * -----------------------------------------------------------------------------
 */
.c-app-footer__desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c-app-footer__desktop {
    display: block;
  }
}

/**
 * @component app-footer
 * @element mobile
 * -----------------------------------------------------------------------------
 */
.c-app-footer__mobile {
  display: block;
}

@media screen and (min-width: 1024px) {
  .c-app-footer__mobile {
    display: none;
  }
}

/**
 * @component app-footer
 * @element legal
 * -----------------------------------------------------------------------------
 */
.c-app-footer__legal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #6e8999;
  margin-bottom: 20px;
}

/**
 * @component app-footer
 * @element oneworld
 * -----------------------------------------------------------------------------
 */
.c-app-footer__oneworld {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent url("/responsive/images/oneworld-logo.png") no-repeat 0 0;
  background-size: 40px 40px;
}

/**
 * @component app-footer
 * @element youtube
 * -----------------------------------------------------------------------------
 */
.c-app-footer__youtube {
  display: inline-block;
  width: 48px;
  height: 20px;
  background: transparent url("/responsive/images/you-tube-logo.png") no-repeat 0 0;
  background-size: 48px 20px;
  margin-right: 20px;
}

/**
 * @component app-footer
 * @element twitter
 * -----------------------------------------------------------------------------
 */
.c-app-footer__twitter {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: transparent url("/responsive/images/twitter-logo.png") no-repeat 0 0;
  background-size: 25px 20px;
}

/**
 * @component aside-card
 * -----------------------------------------------------------------------------
 */
.c-aside-card + .c-aside-card {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}

/**
 * @component content
 * @name title
 * -----------------------------------------------------------------------------
 */
.c-aside-card__title {
  margin-bottom: 10px;
}

/**
 * @component content
 * @name image
 * -----------------------------------------------------------------------------
 */
.c-aside-card__image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/**
 * @component content
 * @name teaser
 * -----------------------------------------------------------------------------
 */
.c-aside-card__text {
  margin-bottom: 10px;
}

/**
 * @component content
 * @name link
 * -----------------------------------------------------------------------------
 */
.c-aside-card__link {
  font-weight: 500;
}

/**
 * @component facilities-results-wrapper
 * -----------------------------------------------------------------------------
 */
.c-facilities-results-wrapper {
  position: relative;
  padding: 20px 0 0 0;
}

@media screen and (min-width: 768px) {
  .c-facilities-results-wrapper {
    padding: 45px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .c-facilities-results-wrapper {
    padding: 60px 0 60px 45px;
  }
}

/**
 * @component facilities-results-wrapper
 * @element title
 * -----------------------------------------------------------------------------
 */
.c-facilities-results-wrapper__title {
  margin: 0 0 20px 20px;
}

@media screen and (min-width: 768px) {
  .c-facilities-results-wrapper__title {
    margin: 0 0 30px 0;
  }
}

/**
 * @component facilities-results
 * -----------------------------------------------------------------------------
 */
.c-facilities-results {
  position: relative;
}

/**
 * @component facilities-results
 * @modifier list
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .c-facilities-results--list {
    margin: 20px 20px 0 20px;
  }
}

.c-facilities-results--list .c-facilities-results__controls {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-facilities-results--list .c-facilities-results__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/**
 * @component facilities-results
 * @modifier map
 * -----------------------------------------------------------------------------
 */
.c-facilities-results--map .c-facilities-results__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin: 0 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (min-width: 768px) {
  .c-facilities-results--map .c-facilities-results__controls {
    display: none;
  }
}

/**
 * @component facilities-results
 * @element controls
 * -----------------------------------------------------------------------------
 */
.c-facilities-results__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * @component content
 * @name meta
 * -----------------------------------------------------------------------------
 */
.c-facilities-results__meta {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .c-facilities-results__meta {
    font-size: 16px;
    line-height: 22px;
  }
}

/**
 * @component content
 * @name toggle
 * -----------------------------------------------------------------------------
 */
.c-facilities-results__toggle {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #0078d2;
  font-weight: 500;
  padding-right: 20px;
}

.c-facilities-results__toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #0078d2;
  transition: all .25s ease;
}

.c-facilities-results__toggle.is-active:after {
  -webkit-transform: rotate(180deg) translate(0, 9px);
          transform: rotate(180deg) translate(0, 9px);
}

/**
 * @component facility-teaser
 * -----------------------------------------------------------------------------
 */
.c-facility-teaser {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.c-facility-teaser:before {
  content: "";
  position: absolute;
  top: -21px;
  left: -20px;
  right: -20px;
  bottom: -1px;
  background-color: #eeeeee;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
}

@media screen and (min-width: 768px) {
  .c-facility-teaser:before {
    left: -10px;
    right: -10px;
  }
}

.c-facility-teaser.is-active:before {
  opacity: 1;
  visibility: visible;
}

/**
 * @component content
 * @name distance
 * -----------------------------------------------------------------------------
 */
.c-facility-teaser__distance {
  font-size: 12px;
  line-height: 18px;
}

/**
 * @component content
 * @name link
 * -----------------------------------------------------------------------------
 */
.c-facility-teaser__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #0078d2;
}

/**
 * @component content
 * @name number
 * -----------------------------------------------------------------------------
 */
.c-facility-teaser__number {
  background-color: #0078d2;
  color: #ffffff;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  overflow: hidden;
}

/**
 * @component content
 * @name name
 * -----------------------------------------------------------------------------
 */
.c-facility-teaser__name {
  color: currentColor;
  font-size: 16px;
  line-height: 22px;
}

/**
 * @component content
 * @name services
 * -----------------------------------------------------------------------------
 */
.c-facility-teaser__services {
  font-size: 14px;
  line-height: 20px;
}

/**
 * @component facility-predictions
 * -----------------------------------------------------------------------------
 */
.c-facility-predictions {
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #d0dae0;
  display: none;
}

.c-facility-predictions__near-me {
  padding: 7px 12px 5px 12px;
}

.c-facility-predictions__near-me.is-hidden {
  display: none;
}

.c-facility-predictions__category {
  display: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #36495a;
  background-color: #eeeeee;
  font-weight: 500;
}

.c-facility-predictions__category.is-visible {
  display: block;
}

/**
 * @component app
 * -----------------------------------------------------------------------------
 */
.c-facility-prediction {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  color: #6e8999;
  border-top: 1px solid #eeeeee;
  cursor: pointer;
  transition: all .25s ease;
}

.c-facility-prediction:first-child {
  border-top: 0;
}

.c-facility-prediction:hover {
  border-top-color: transparent;
  background-color: #e1f0fa;
}

.c-facility-prediction:hover + .c-facility-prediction {
  border-top-color: transparent;
}

/**
 * @component app
 * @modifier error
 * -----------------------------------------------------------------------------
 */
.c-facility-prediction--error {
  background-color: #c30019;
  color: #ffffff;
  font-weight: 500;
}

/**
 * @element query
 * -----------------------------------------------------------------------------
 */
.c-facility-prediction__query {
  font-weight: 500;
  color: #36495a;
}

/**
 * @element matched
 * -----------------------------------------------------------------------------
 */
.c-facility-prediction__matched {
  color: #0078d2;
}

/**
 * @component facility
 * -----------------------------------------------------------------------------
 */
.c-facility {
  position: relative;
  padding: 30px 20px 0 20px;
}

@media screen and (min-width: 768px) {
  .c-facility {
    padding: 45px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .c-facility {
    padding: 60px 45px;
  }
}

.c-facility strong {
  font-weight: 500;
}

.c-facility em {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .c-facility .c-box {
    width: auto;
    margin: 20px -20px 0 -20px;
  }
}

/**
 * @component facility
 * @name divider
 * -----------------------------------------------------------------------------
 */
.c-facility__divider {
  background-color: #eeeeee;
  margin: 20px 0;
  height: 1px;
  border: none;
}

.c-facility__divider--primary {
  background-color: #9da6ab;
}

@media screen and (max-width: 767px) {
  .c-facility__divider--primary {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .c-facility__divider--secondary {
    background-color: #9da6ab;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  .c-facility__divider--secondary {
    background-color: #eeeeee;
  }
}

@media screen and (min-width: 768px) {
  .c-facility__divider--switch {
    display: none;
  }
}

/**
 * @component facility
 * @element airport-name
 * -----------------------------------------------------------------------------
 */
.c-facility__airport-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #36495a;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/**
 * @component facility
 * @element code
 * -----------------------------------------------------------------------------
 */
.c-facility__code {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #9da6ab;
}

/**
 * @component facility
 * @element location
 * -----------------------------------------------------------------------------
 */
.c-facility__location {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #36495a;
}

/**
 * @component facility
 * @element map-wrapper
 * -----------------------------------------------------------------------------
 */
.c-facility__map-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  background-color: #eeeeee;
}

@media screen and (max-width: 767px) {
  .c-facility__map-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/**
 * @component facility
 * @element map
 * -----------------------------------------------------------------------------
 */
.c-facility__map {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * @component facility
 * @element warning
 * -----------------------------------------------------------------------------
 */
.c-facility__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-facility__warning .c-icon {
  font-size: 20px;
  width: 35px;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/**
 * @component facility
 * @element services
 * -----------------------------------------------------------------------------
 */
.c-facility__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/**
 * @component facility
 * @element service-name
 * -----------------------------------------------------------------------------
 */
.c-facility__service-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.c-facility__service-name .c-icon {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  margin-left: 5px;
  color: #0078d2;
}

/**
 * @component facility
 * @element service-status
 * -----------------------------------------------------------------------------
 */
.c-facility__service-status {
  text-transform: uppercase;
  font-weight: 500;
}

.c-facility__service-status.is-open {
  color: #00b989;
}

.c-facility__service-status.is-closed {
  color: #c30019;
}

/**
 * @component facility
 * @element times
 * -----------------------------------------------------------------------------
 */
.c-facility__times th {
  font-weight: 500;
}

.c-facility__times th:not(:first-child),
.c-facility__times td:not(:first-child) {
  text-align: right;
}

/**
 * @component facility
 * @element sticky-header
 * -----------------------------------------------------------------------------
 */
.c-facility__sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #ffffff;
  padding: 10px 20px 20px 20px;
  border-bottom: 1px solid #d0dae0;
}

.c-facility__sticky-header .c-facility__airport-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

.c-facility__sticky-header .c-tabs__nav {
  margin: 0;
}

/**
 * @scope wysiwyg
 * @description WYSIWYG
 * -----------------------------------------------------------------------------
 */
.s-wysiwyg {
  font-size: 14px;
  line-height: 20px;
  color: #36495a;
}

.s-wysiwyg h1,
.s-wysiwyg h2,
.s-wysiwyg h3,
.s-wysiwyg h4,
.s-wysiwyg h5,
.s-wysiwyg h6 {
  color: #0078d2;
  font-size: 16px;
  line-height: 22px;
}

.s-wysiwyg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-wysiwyg h1,
.s-wysiwyg h2,
.s-wysiwyg h3,
.s-wysiwyg h4,
.s-wysiwyg h5,
.s-wysiwyg h6,
.s-wysiwyg p,
.s-wysiwyg ul {
  margin-bottom: 10px;
}

.s-wysiwyg strong {
  font-weight: 500;
}

/**
 * @scope wysiwyg
 * @modifier alerts
 * -----------------------------------------------------------------------------
 */
.s-wysiwyg--alerts.is-hidden {
  display: none;
}

.s-wysiwyg-article {
  font-size: 14px;
  line-height: 20px;
  color: #36495a;
}

.s-wysiwyg-article h1,
.s-wysiwyg-article h2,
.s-wysiwyg-article h3,
.s-wysiwyg-article h4,
.s-wysiwyg-article h5,
.s-wysiwyg-article h6 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.s-wysiwyg-article strong {
  font-weight: 500;
}

.s-wysiwyg-article p {
  margin-bottom: 15px;
}

.s-wysiwyg-article ul {
  margin-top: 0;
  padding-left: 15px;
}

.s-wysiwyg-article em,
.s-wysiwyg-article i {
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .s-wysiwyg-article {
    font-size: 16px;
    line-height: 22px;
  }
}

/**
 * @component icon
 * @theme yellow
 * -----------------------------------------------------------------------------
 */
.c-icon.t-yellow {
  color: #faaf00;
}

.c-icon.t-blue {
  color: #0078d2;
}

.js-lazy,
.js-lazy-loading {
  opacity: 0;
}

.js-lazy-loaded {
  transition: opacity .25s ease;
  opacity: 1;
}

/**
 *  @component weather description
 *   
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1023px) {
	.c-weather-desc--long {
		display: none;
	}

}

@media screen and (min-width: 1024px) {
	.c-weather-desc--short {
		display: none;
	}
	
}

/* Add new page icon to all pages opening in new window */


a[target~="_blank"]:after {
    font-size:.8em;
    font-family: 'American Icons';
    content: "\e03f";
    vertical-align: text-bottom;
    display: inline;
    margin-left:.4em;
}
    
    a:hover {
      text-decoration: underline!important;
    }
    a, a:link, a:visited, a:active {
      color: #0078d2!important;
    }
/*Button links */
a.mat-raised-button.mat-primary, a:link.mat-raised-button.mat-primary, a:visited.mat-raised-button.mat-primary, a:active.mat-raised-button.mat-primary {
  color: #fff!important;
}
@media only screen and (max-width: 990px) {
   .nav-item .nav-link.active {
      color: #fff!important;
   }
}
/*Input options for Claims*/
.mat-option {
 line-height: normal!important;
 height: auto!important;
 margin-bottom: 10px!important;
 font-family: 'American Icons';
}
.mat-option-text {
 display: inline-block!important;
 flex-grow: 1!important;
 overflow: auto!important;
 white-space: normal!important;
 text-overflow: inherit!important;
 text-transform: none!important;
 font-family: 'American Icons';
}
.svg-inline--fa.fa-pull-right {
  width: 10px!important;
}
/*Styles for Animal Bookings*/

.item-title {
  	margin-bottom: 10px;
}
   
/* Chip Col Fix */
.chip-col {
  width: 300px!important;
  display: inline-block;
}
.chip-col .col {
  display: inline-block;
  float: left;
}

/*Styles for turnaround time for PAL app*/ 
#processingTimeMsg {
/* use this orange color when processing time is out of the ordinary
color: #FF7318;*/
color: #00b989;
}
