/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600|Open+Sans+Condensed:300);
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
/* line 80, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 92, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 100, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 114, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 123, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 140, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 148, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 158, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 167, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 179, ../scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 187, ../scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 195, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 203, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 211, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 215, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, ../scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 235, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 247, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 259, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 270, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 281, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 295, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 307, ../scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 320, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 332, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 342, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 354, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 366, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 375, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 386, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 399, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 239, ../scss/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 245, ../scss/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 249, ../scss/_global.scss */
body {
  background: #fff;
  color: #555;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 262, ../scss/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 265, ../scss/_global.scss */
a:focus {
  outline: none;
}

/* line 268, ../scss/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 272, ../scss/_global.scss */
object,
embed {
  height: 100%;
}

/* line 274, ../scss/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 278, ../scss/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 285, ../scss/_global.scss */
.left {
  float: left !important;
}

/* line 286, ../scss/_global.scss */
.right {
  float: right !important;
}

/* line 287, ../scss/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 288, ../scss/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 289, ../scss/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 290, ../scss/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 291, ../scss/_global.scss */
.hide {
  display: none;
}

/* line 297, ../scss/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 300, ../scss/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 310, ../scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 313, ../scss/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../scss/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 73.125em;
  *zoom: 1;
}
/* line 121, ../scss/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/_global.scss */
.row:after {
  clear: both;
}
/* line 120, ../scss/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 124, ../scss/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../scss/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/_global.scss */
.row .row:after {
  clear: both;
}
/* line 125, ../scss/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../scss/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 129, ../scss/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 134, ../scss/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 138, ../scss/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 138, ../scss/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 142, ../scss/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 145, ../scss/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 146, ../scss/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 148, ../scss/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 156, ../scss/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 156, ../scss/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 160, ../scss/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 164, ../scss/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 164, ../scss/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 164, ../scss/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 164, ../scss/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 164, ../scss/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 164, ../scss/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 164, ../scss/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 164, ../scss/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 164, ../scss/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 164, ../scss/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 164, ../scss/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 165, ../scss/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 168, ../scss/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 171, ../scss/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 178, ../scss/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 9, ../scss/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, ../scss/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, ../scss/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, ../scss/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 31, ../scss/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 41, ../scss/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 51, ../scss/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 61, ../scss/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 72, ../scss/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 84, ../scss/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, ../scss/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../scss/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 91, ../scss/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 96, ../scss/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 101, ../scss/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 106, ../scss/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 111, ../scss/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 117, ../scss/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 960px) {
  /* line 125, ../scss/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 128, ../scss/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 131, ../scss/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 134, ../scss/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 139, ../scss/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 145, ../scss/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 151, ../scss/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 157, ../scss/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 164, ../scss/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1080px) {
  /* line 173, ../scss/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 175, ../scss/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 178, ../scss/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../scss/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 185, ../scss/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 190, ../scss/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 195, ../scss/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 200, ../scss/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 206, ../scss/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 214, ../scss/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, ../scss/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 221, ../scss/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 225, ../scss/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, ../scss/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, ../scss/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, ../scss/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 243, ../scss/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 245, ../scss/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 250, ../scss/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 254, ../scss/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 258, ../scss/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 262, ../scss/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 267, ../scss/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 273, ../scss/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 275, ../scss/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 280, ../scss/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 284, ../scss/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 288, ../scss/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 292, ../scss/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 297, ../scss/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 303, ../scss/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../scss/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../scss/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../scss/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../scss/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../scss/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../scss/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../scss/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../scss/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../scss/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../scss/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../scss/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../scss/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../scss/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../scss/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../scss/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../scss/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: -0.9375em;
    *zoom: 1;
  }
  /* line 121, ../scss/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../scss/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../scss/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.9375em 1.875em;
  }

  /* line 36, ../scss/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.9375em 1.875em;
  }
  /* line 40, ../scss/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../scss/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../scss/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.9375em 1.875em;
  }
  /* line 40, ../scss/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../scss/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../scss/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.9375em 1.875em;
  }
  /* line 40, ../scss/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../scss/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../scss/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.9375em 1.875em;
  }
  /* line 40, ../scss/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../scss/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 63, ../scss/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 63, ../scss/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, ../scss/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, ../scss/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 36, ../scss/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.9375em 1.875em;
  }
  /* line 40, ../scss/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../scss/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../scss/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.9375em 1.875em;
  }
  /* line 40, ../scss/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../scss/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../scss/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.9375em 1.875em;
  }
  /* line 40, ../scss/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../scss/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../scss/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.9375em 1.875em;
  }
  /* line 40, ../scss/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../scss/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
}
/* line 110, ../scss/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

/* line 115, ../scss/_type.scss */
.subheader {
  line-height: 1.4;
  color: #0083d5;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 126, ../scss/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 151, ../scss/_type.scss */
a {
  color: #000;
  text-decoration: underline;
  line-height: inherit;
}
/* line 156, ../scss/_type.scss */
a:hover, a:focus {
  color: #555;
}
/* line 159, ../scss/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 163, ../scss/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
/* line 173, ../scss/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 181, ../scss/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #00253c;
  text-rendering: optimizeLegibility;
  margin-top: 0em;
  margin-bottom: 0.35em;
  line-height: 1.0125em;
}
/* line 191, ../scss/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #0083d5;
  line-height: 0;
}

/* line 198, ../scss/_type.scss */
h1 {
  font-size: 2.5em;
}

/* line 199, ../scss/_type.scss */
h2 {
  font-size: 1.625em;
}

/* line 200, ../scss/_type.scss */
h3 {
  font-size: 1.3125em;
}

/* line 201, ../scss/_type.scss */
h4 {
  font-size: 1.0625em;
}

/* line 202, ../scss/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 203, ../scss/_type.scss */
h6 {
  font-size: 1em;
}

/* line 207, ../scss/_type.scss */
hr {
  border: solid #d8d8d8;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.8125em 0 2.75em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 216, ../scss/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 222, ../scss/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 228, ../scss/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 233, ../scss/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
/* line 240, ../scss/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 250, ../scss/_type.scss */
ul, ol {
  margin-left: 1.25em;
}

/* Unordered Lists */
/* line 257, ../scss/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 267, ../scss/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 270, ../scss/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 271, ../scss/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 272, ../scss/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 273, ../scss/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 279, ../scss/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 289, ../scss/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 293, ../scss/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 297, ../scss/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #555;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 305, ../scss/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 310, ../scss/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}
/* line 315, ../scss/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #0064a2;
}
/* line 319, ../scss/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 323, ../scss/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #0064a2;
}

/* line 329, ../scss/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #0083d5;
}

/* Microformats */
/* line 336, ../scss/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}
/* line 342, ../scss/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 346, ../scss/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 353, ../scss/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 355, ../scss/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 768px) {
  /* line 366, ../scss/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }

  /* line 367, ../scss/_type.scss */
  h1 {
    font-size: 3.125em;
  }

  /* line 368, ../scss/_type.scss */
  h2 {
    font-size: 2.25em;
  }

  /* line 369, ../scss/_type.scss */
  h3 {
    font-size: 1.625em;
  }

  /* line 370, ../scss/_type.scss */
  h4 {
    font-size: 1.375em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 381, ../scss/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 383, ../scss/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 390, ../scss/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 392, ../scss/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 394, ../scss/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 397, ../scss/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 401, ../scss/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 407, ../scss/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 409, ../scss/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 412, ../scss/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 416, ../scss/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 423, ../scss/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 426, ../scss/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 427, ../scss/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 428, ../scss/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 429, ../scss/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 170, ../scss/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.625em;
  padding-right: 1.25em;
  padding-bottom: 0.6875em;
  padding-left: 1.25em;
  font-size: 1em;
  background-color: #005c94;
  border-color: #003c61;
  color: #fff;
}
/* line 120, ../scss/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #003c61;
}
/* line 131, ../scss/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}
/* line 175, ../scss/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #00253c;
  border-color: #000609;
  color: #fff;
}
/* line 120, ../scss/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #000609;
}
/* line 131, ../scss/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #fff;
}
/* line 176, ../scss/_buttons.scss */
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}
/* line 120, ../scss/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
/* line 131, ../scss/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}
/* line 177, ../scss/_buttons.scss */
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}
/* line 120, ../scss/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
/* line 131, ../scss/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}
/* line 179, ../scss/_buttons.scss */
button.large, .button.large {
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1.25em;
}
/* line 180, ../scss/_buttons.scss */
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
/* line 181, ../scss/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
/* line 182, ../scss/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
/* line 184, ../scss/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
/* line 185, ../scss/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
/* line 187, ../scss/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #005c94;
  border-color: #003c61;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 120, ../scss/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #003c61;
}
/* line 131, ../scss/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}
/* line 144, ../scss/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #005c94;
}
/* line 188, ../scss/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #00253c;
  border-color: #000609;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 120, ../scss/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #000609;
}
/* line 131, ../scss/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #fff;
}
/* line 144, ../scss/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #00253c;
}
/* line 189, ../scss/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 120, ../scss/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a;
}
/* line 131, ../scss/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}
/* line 144, ../scss/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
/* line 190, ../scss/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 120, ../scss/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e;
}
/* line 131, ../scss/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}
/* line 144, ../scss/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}

/* line 195, ../scss/_buttons.scss */
button, .button {
  padding-top: 0.6875em;
  padding-bottom: 0.625em;
}
/* line 197, ../scss/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
}
/* line 198, ../scss/_buttons.scss */
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
}
/* line 199, ../scss/_buttons.scss */
button.large, .button.large {
  padding-top: 0.78125em;
  padding-bottom: 0.78125em;
}

@media only screen {
  /* line 205, ../scss/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, ../scss/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 213, ../scss/_buttons.scss */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 214, ../scss/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 222, ../scss/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 258, ../scss/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, ../scss/_forms.scss */
form .row .row {
  margin: 0 -0.5em;
}
/* line 69, ../scss/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
/* line 73, ../scss/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 75, ../scss/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 80, ../scss/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 264, ../scss/_forms.scss */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}
/* line 265, ../scss/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 266, ../scss/_forms.scss */
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}

/* Attach elements to the beginning or end of an input */
/* line 270, ../scss/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 274, ../scss/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 275, ../scss/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 277, ../scss/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 278, ../scss/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 279, ../scss/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 280, ../scss/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span so buttons keep their own */
/* line 283, ../scss/_forms.scss */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
/* line 284, ../scss/_forms.scss */
span.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 286, ../scss/_forms.scss */
span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
/* line 287, ../scss/_forms.scss */
span.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 293, ../scss/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 296, ../scss/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 301, ../scss/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 304, ../scss/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 311, ../scss/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 134, ../scss/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 107, ../scss/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 114, ../scss/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
/* line 332, ../scss/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
/* line 340, ../scss/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 345, ../scss/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
/* line 215, ../scss/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 350, ../scss/_forms.scss */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
/* line 230, ../scss/_forms.scss */
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 357, ../scss/_forms.scss */
.error label,
label.error {
  color: #c60f13;
}

/* line 360, ../scss/_forms.scss */
.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 67, ../scss/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #00253c;
}
/* line 71, ../scss/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 75, ../scss/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 83, ../scss/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 58px;
  line-height: 58px;
  position: relative;
  background: #00253c;
  margin-bottom: 0;
}
/* line 92, ../scss/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 97, ../scss/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 99, ../scss/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 102, ../scss/_top-bar.scss */
.top-bar input {
  height: 2.3125em;
}
/* line 104, ../scss/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 107, ../scss/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 112, ../scss/_top-bar.scss */
.top-bar .name {
  height: 58px;
  margin: 0;
  font-size: 16px;
}
/* line 117, ../scss/_top-bar.scss */
.top-bar .name h1 {
  line-height: 58px;
  font-size: 1.0625em;
  margin: 0;
}
/* line 121, ../scss/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: #005c94;
  width: 50%;
  display: block;
  padding: 0 19.33333px;
}
/* line 132, ../scss/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 137, ../scss/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #005c94;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 19.33333px;
  height: 58px;
  line-height: 58px;
}
/* line 150, ../scss/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 19.33333px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 156, ../scss/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #fff;
}
/* line 164, ../scss/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}
/* line 185, ../scss/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 189, ../scss/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #00253c;
}
/* line 192, ../scss/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #e9e9e9;
}
/* line 193, ../scss/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #e9e9e9, 0 16px 0 1px #e9e9e9, 0 22px 0 1px #e9e9e9;
  box-shadow: 0 10px 0 1px #e9e9e9, 0 16px 0 1px #e9e9e9, 0 22px 0 1px #e9e9e9;
}

/* line 211, ../scss/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 217, ../scss/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  font-size: 16px;
  margin: 0;
}
/* line 226, ../scss/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #00446f;
  border-top: solid 1px #000609;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 236, ../scss/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #005c94;
  padding: 12px 0 12px 0;
  padding-left: 19.33333px;
  font-size: 1em;
  font-weight: normal;
  background: #fff;
}
/* line 246, ../scss/_top-bar.scss */
.top-bar-section ul li > a.hover {
  background: #fff;
  color: #fff;
}
/* line 252, ../scss/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #005c94;
  font-size: 1em;
}
/* line 255, ../scss/_top-bar.scss */
.top-bar-section ul li > a.button.hover {
  background: #003c61;
}
/* line 259, ../scss/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #00253c;
}
/* line 261, ../scss/_top-bar.scss */
.top-bar-section ul li > a.button.secondary.hover {
  background: #000609;
}
/* line 265, ../scss/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #5da423;
}
/* line 267, ../scss/_top-bar.scss */
.top-bar-section ul li > a.button.success.hover {
  background: #457a1a;
}
/* line 271, ../scss/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}
/* line 273, ../scss/_top-bar.scss */
.top-bar-section ul li > a.button.alert.hover {
  background: #970b0e;
}
/* line 281, ../scss/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #e0e9ef;
  color: #00253c;
}
/* line 288, ../scss/_top-bar.scss */
.top-bar-section .has-form {
  padding: 19.33333px;
}
/* line 291, ../scss/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 295, ../scss/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #a1c9e1;
  border-left-style: solid;
  margin-right: 19.33333px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 305, ../scss/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 306, ../scss/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}
/* line 313, ../scss/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
/* line 320, ../scss/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 324, ../scss/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 19.33333px;
}
/* line 329, ../scss/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 330, ../scss/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #005c94;
  line-height: 29px;
  display: block;
}
/* line 338, ../scss/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 19.33333px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 350, ../scss/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 48.0625em !important;
  visibility: hidden;
}

/* line 354, ../scss/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 48.0625em) {
  /* line 359, ../scss/_top-bar.scss */
  .top-bar {
    background: #00253c;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, ../scss/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, ../scss/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 364, ../scss/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 366, ../scss/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 367, ../scss/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 369, ../scss/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 379, ../scss/_top-bar.scss */
  .top-bar.expanded {
    background: #00253c;
  }

  /* line 382, ../scss/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 73.125em;
    margin: 0 auto;
  }

  /* line 387, ../scss/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 391, ../scss/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 396, ../scss/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 398, ../scss/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 403, ../scss/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 19.33333px;
    line-height: 58px;
    background: #00253c;
  }
  /* line 407, ../scss/_top-bar.scss */
  .top-bar-section li a:not(.button).hover {
    background: #b3b3b3;
  }
  /* line 412, ../scss/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 39.33333px !important;
  }
  /* line 415, ../scss/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #a1c9e1 transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 29px;
  }
  /* line 422, ../scss/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 423, ../scss/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  /* line 427, ../scss/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown {
    visibility: visible;
  }
  /* line 434, ../scss/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -16px;
    right: 5px;
  }
  /* line 445, ../scss/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 452, ../scss/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 19.33333px;
    background: #005c94;
  }
  /* line 460, ../scss/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #003556;
  }
  /* line 466, ../scss/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 473, ../scss/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #00446f;
    border-left: solid 1px #000609;
    clear: none;
    height: 58px;
    width: 0px;
  }
  /* line 484, ../scss/_top-bar.scss */
  .top-bar-section .has-form {
    background: #00253c;
    padding: 0 19.33333px;
    height: 58px;
  }
  /* line 492, ../scss/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 496, ../scss/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
}
/* Flex Video */
/* line 44, ../scss/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
/* line 26, ../scss/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 27, ../scss/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 29, ../scss/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Pagination */
/* line 98, ../scss/_pagination.scss */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
/* line 46, ../scss/_pagination.scss */
.pagination li {
  display: block;
  float: left;
  height: 1.5em;
  color: #222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
/* line 54, ../scss/_pagination.scss */
.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999;
}
/* line 60, ../scss/_pagination.scss */
.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}
/* line 63, ../scss/_pagination.scss */
.pagination li.unavailable a {
  cursor: default;
  color: #999;
}
/* line 68, ../scss/_pagination.scss */
.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}
/* line 70, ../scss/_pagination.scss */
.pagination li.current a {
  background: #005c94;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
/* line 76, ../scss/_pagination.scss */
.pagination li.current a:hover, .pagination li.current a:focus {
  background: #005c94;
}

/* line 83, ../scss/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 84, ../scss/_pagination.scss */
.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

/* line 347, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.4.3/";
}

/* line 351, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 356, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 361, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 366, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 371, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 376, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 383, ../bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 386, ../bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 392, ../bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 396, ../bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #555;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: auto;
}

/* line 409, ../bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 412, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
    height: auto!important; 
}

/* line 414, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 418, ../bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 425, ../bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 426, ../bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 428, ../bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 434, ../bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 437, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 447, ../bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 450, ../bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 131, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}
/* line 69, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
/* line 78, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table thead {
  background: #F5F5F5;
}
/* line 82, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table tfoot {
  background: #F5F5F5;
}
/* line 96, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
/* line 107, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
/* line 115, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
/* line 120, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* =============== HEADER ELEMENTS =============== */
/* line 68, ../scss/app.scss */
html, body {
  margin: 0;
  padding: 0;
  background: url(../images/bg-top-swatch.png) center top no-repeat;
}

/* line 74, ../scss/app.scss */
.top-swatch {
  height: 14px;
  line-height: 0;
}
/* line 78, ../scss/app.scss */
.top-swatch img {
  min-height: 14px;
}

/* line 82, ../scss/app.scss */
.logo {
  margin: 1.625rem 0;
}

/* line 86, ../scss/app.scss */
.utility-nav {
  display: none;
}

/* =============== TOP BAR NAV =============== */
/* line 94, ../scss/app.scss */
.top-bar-container {
  position: relative;
  z-index: 999;
}
/* line 99, ../scss/app.scss */
.top-bar-container .row .columns {
  padding: 0;
}

/* line 103, ../scss/app.scss */
.top-bar {
  height: 50px;
}
/* line 106, ../scss/app.scss */
.top-bar .name {
  height: 50px;
  line-height: 50px;
}
/* line 110, ../scss/app.scss */
.top-bar .name h1 {
  display: none;
}
/* line 113, ../scss/app.scss */
.top-bar a {
  text-decoration: none;
}
/* line 115, ../scss/app.scss */
.top-bar input {
  height: auto;
  padding: 0.25rem;
  font-size: 1em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 122, ../scss/app.scss */
.top-bar .button {
  background: #00253c;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* line 130, ../scss/app.scss */
.top-bar .top-bar-section ul li {
  border-bottom: 1px solid #e0e9ef;
}
/* line 134, ../scss/app.scss */
.top-bar .top-bar-section ul li.has-form .search-field .search-close {
  display: none;
}
/* line 140, ../scss/app.scss */
.top-bar .top-bar-section .has-dropdown.active > a:after {
  border-color: transparent transparent transparent #00253c;
}
/* line 144, ../scss/app.scss */
.top-bar .top-bar-section .dropdown li.title.back {
  background: #e0e9ef;
}
/* line 146, ../scss/app.scss */
.top-bar .top-bar-section .dropdown li.title h5 {
  font-size: 1rem;
}
/* line 147, ../scss/app.scss */
.top-bar .top-bar-section .dropdown li.title h5 a {
  color: #00253c;
}
/* line 150, ../scss/app.scss */
.top-bar .top-bar-section .search-trigger {
  display: none;
}
/* line 151, ../scss/app.scss */
.top-bar .top-bar-section .search-form {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
/* line 157, ../scss/app.scss */
.top-bar .top-bar-section .search-form input[type=text] {
  float: left;
  width: 70%;
  margin-right: 0;
  padding: 0.3125rem;
  font-size: 1em;
}
/* line 165, ../scss/app.scss */
.top-bar .top-bar-section .search-form input[type=submit] {
  display: block;
  float: left;
  width: 30%;
  padding: 0.375rem;
  border: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background: #00253c;
  font-size: 1em;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  /* line 183, ../scss/app.scss */
  .top-bar .top-bar-section ul.left {
    width: 100% !important;
  }
  /* line 184, ../scss/app.scss */
  .top-bar .top-bar-section ul.right {
    width: 100% !important;
  }
  /* line 186, ../scss/app.scss */
  .top-bar .top-bar-section .search-form input[type=submit] {
    padding: 0.375rem !important;
  }
}
/* =============== FOOTER =============== */
/* line 194, ../scss/app.scss */
footer {
  background: #00253c;
  color: #8db0d3;
}
/* line 198, ../scss/app.scss */
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 203, ../scss/app.scss */
footer ul li {
  border-bottom: 1px solid #294a6b;
  font-size: 0.875rem;
}
/* line 207, ../scss/app.scss */
footer ul li a {
  display: block;
  padding: 0.625rem;
  color: #8db0d3;
  text-decoration: none;
}
/* line 213, ../scss/app.scss */
footer ul li a:hover {
  color: inherit;
}
/* line 219, ../scss/app.scss */
footer .footer-links {
  background: #00395e;
}
/* line 222, ../scss/app.scss */
footer .footer-links ul li:last-child {
  border: 0;
}
/* line 226, ../scss/app.scss */
footer .footer-utility .copyright {
  padding: 1.5625rem 0.625rem;
  font-size: 0.6875rem;
}

/* =============== MAIN GLOBAL ELEMENTS =============== */
/* line 238, ../scss/app.scss */
.content-container {
  padding: 3.125rem 0;
  background: #f0f0f0;
}

/* --------------- breadcrumbs --------------- */
/* line 245, ../scss/app.scss */
.breadcrumbs {
  display: none;
}

/* --------------- left navigation --------------- */
/* line 251, ../scss/app.scss */
.left-nav {
  margin-bottom: 1.5625rem;
  border: 1px solid #d9d9d9;
  background: #e9e9e9;
}
/* line 256, ../scss/app.scss */
.left-nav > ul {
  margin: 0;
  padding: 0 0 0.375rem;
  border-top: 6px solid #00253c;
  list-style: none;
}
/* line 262, ../scss/app.scss */
.left-nav > ul > li {
  font-size: 1.125rem;
}
/* line 265, ../scss/app.scss */
.left-nav > ul > li > a {
  display: block;
  position: relative;
  padding: 0.625rem 0.9375rem;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  text-decoration: none;
  color: #00253c;
  -webkit-transition: padding-left 0.1s ease-in-out;
  -moz-transition: padding-left 0.1s ease-in-out;
  -o-transition: padding-left 0.1s ease-in-out;
  transition: padding-left 0.1s ease-in-out;
}
/* line 275, ../scss/app.scss */
.left-nav > ul > li > a:hover {
  padding-left: 1.375rem;
}
/* line 279, ../scss/app.scss */
.left-nav > ul > li > span, .left-nav > ul > li > a {
  display: block;
  position: relative;
  padding: 0.625rem 0.9375rem;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  text-decoration: none;
  color: #00253c;
  -webkit-transition: padding-left 0.1s ease-in-out;
  -moz-transition: padding-left 0.1s ease-in-out;
  -o-transition: padding-left 0.1s ease-in-out;
  transition: padding-left 0.1s ease-in-out;
}
/* line 292, ../scss/app.scss */
.left-nav > ul > li.active > span:after, .left-nav > ul > li.active > a:after {
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 8px;
  height: 16px;
  content: "";
  background: url(../images/sprite.png) no-repeat left -30px;
}
/* line 305, ../scss/app.scss */
.left-nav > ul > li > ul {
  margin: 0;
  list-style: none;
}
/* line 309, ../scss/app.scss */
.left-nav > ul > li > ul > li {
  font-size: 0.75rem;
}
/* line 312, ../scss/app.scss */
.left-nav > ul > li > ul > li > a {
  display: block;
  padding: 0.625rem 0.9375rem;
  border-bottom: 1px solid #d9d9d9;
  background: #f7f7f7;
  color: #005c94;
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease-in-out, padding-left 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, padding-left 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, padding-left 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, padding-left 0.1s ease-in-out;
}
/* line 321, ../scss/app.scss */
.left-nav > ul > li > ul > li > a:hover {
  padding-left: 1.375rem;
  background-color: #fff;
}
/* line 328, ../scss/app.scss */
.left-nav > ul > li > ul > li.active a {
  background: #fff;
  color: #00253c;
}
/* line 340, ../scss/app.scss */
.left-nav.expandable ul li.active > ul {
  display: block;
}
/* line 342, ../scss/app.scss */
.left-nav.expandable ul li > ul {
  display: none;
}

/* --------------- right column --------------- */
/* line 349, ../scss/app.scss */
.right-column {
  height: 100%;
}
/* line 352, ../scss/app.scss */
.right-column h3 {
  margin-bottom: 0.625rem;
  line-height: 1;
  color: #888;
}
/* line 358, ../scss/app.scss */
.right-column hr {
  margin: 1.875rem 0;
}
/* line 360, ../scss/app.scss */
.right-column .related-resources {
  margin: 0 0 2.5rem;
  padding: 0;
  list-style: none;
}
/* line 365, ../scss/app.scss */
.right-column .related-resources li {
  margin-bottom: 0.0625rem;
}
/* line 368, ../scss/app.scss */
.right-column .related-resources li a {
  display: block;
  padding: 0.9375rem 0.75rem;
  background: #005c94;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
/* line 379, ../scss/app.scss */
.right-column .related-resources li a:hover {
  background: #0077c0;
}
/* line 385, ../scss/app.scss */
.right-column .callout {
  margin-bottom: 2.5rem;
  padding: 0.9375rem;
  background: #fff;
  line-height: normal;
  color: #888;
  -webkit-box-shadow: #e6e6e6 0px 5px 10px;
  -moz-box-shadow: #e6e6e6 0px 5px 10px;
  box-shadow: #e6e6e6 0px 5px 10px;
}
/* line 393, ../scss/app.scss */
.right-column .callout h3 {
  color: #00253c;
}
/* line 394, ../scss/app.scss */
.right-column .callout p {
  font-size: 0.875rem;
}
/* line 395, ../scss/app.scss */
.right-column .callout .button:last-child {
  margin-bottom: 0;
}

/* --------------- overrides for 50% equal columns --------------- */
/* line 403, ../scss/app.scss */
.large-6 .right-column {
  border: 0;
}
/* line 404, ../scss/app.scss */
.large-6 .share-container {
  margin-bottom: 1.875rem;
}

/* --------------- toolkit icons --------------- */
/* line 409, ../scss/app.scss */
.toolkit-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 410, ../scss/app.scss */
.toolkit-icons li {
  padding: 0 0 0.9375rem 1.875rem;
}
/* line 411, ../scss/app.scss */
.toolkit-icons li a {
  text-decoration: none;
}
/* line 413, ../scss/app.scss */
.toolkit-icons .berms-trenches {
  background: url(../images/icon-berms-trenches.png) no-repeat;
}
/* line 414, ../scss/app.scss */
.toolkit-icons .bioremediation {
  background: url(../images/icon-bioremediation.png) no-repeat;
}
/* line 415, ../scss/app.scss */
.toolkit-icons .booms {
  background: url(../images/icon-booms.png) no-repeat;
}
/* line 416, ../scss/app.scss */
.toolkit-icons .dispersants {
  background: url(../images/icon-dispersants.png) no-repeat;
}
/* line 417, ../scss/app.scss */
.toolkit-icons .in-situ-burning {
  background: url(../images/icon-in-situ-burning.png) no-repeat;
}
/* line 418, ../scss/app.scss */
.toolkit-icons .manual-recovery {
  background: url(../images/icon-manual-recovery.png) no-repeat;
}
/* line 419, ../scss/app.scss */
.toolkit-icons .monitoring {
  background: url(../images/icon-monitoring.png) no-repeat;
}
/* line 420, ../scss/app.scss */
.toolkit-icons .skimmers {
  background: url(../images/icon-skimmers.png) no-repeat;
}
/* line 421, ../scss/app.scss */
.toolkit-icons .sorbents {
  background: url(../images/icon-sorbents.png) no-repeat;
}
/* line 422, ../scss/app.scss */
.toolkit-icons .wildlife-cleanup {
  background: url(../images/icon-wildlife-cleanup.png) no-repeat;
}

/* --------------- share widget --------------- */
/* line 426, ../scss/app.scss */
.share-container {
  padding: 0.625rem 0.9375rem;
  overflow: hidden;
  background: #00253c;
}
/* line 431, ../scss/app.scss */
.share-container .label {
  float: left;
  width: 40%;
  padding: 0.625rem 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
/* line 441, ../scss/app.scss */
.share-container .social-icons {
  float: right;
  width: 60%;
}

/* --------------- add this overrides --------------- */
/* line 449, ../scss/app.scss */
.addthis_toolbox.addthis_default_style {
  float: right !important;
  margin-top: 0.125rem;
}
/* line 453, ../scss/app.scss */
.addthis_toolbox.addthis_default_style .fa-brands {
  float: none !important;
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  background-image: none !important;
  color:white;
  text-decoration: none;
  margin-top:10px;
}
.addthis_toolbox.addthis_default_style .fa-brands:hover {
  color:darkgray;
}

/* --------------- main content area elements (images/captions/lists...) --------------- */
/* line 503, ../scss/app.scss */
.caption {
  max-width: 570px;
  margin-bottom: 2.5rem;
  padding: 0.9375rem;
  background: #fff;
  font-style: italic;
  font-size: 0.75rem;
  line-height: normal;
  color: #888;
  -webkit-box-shadow: #e6e6e6 0px 5px 10px;
  -moz-box-shadow: #e6e6e6 0px 5px 10px;
  box-shadow: #e6e6e6 0px 5px 10px;
}

/* line 516, ../scss/app.scss */
.img-left.small {
  overflow: hidden;
  margin: 0 1.875rem 1.875rem 0 !important;
}
/* line 520, ../scss/app.scss */
.img-left.small .caption {
  max-width: 250px;
  margin-bottom: 0;
}

/* line 527, ../scss/app.scss */
.two-col-list {
  overflow: hidden;
  margin-bottom: 1.25rem;
}
/* line 531, ../scss/app.scss */
.two-col-list ul {
  margin-bottom: 0;
}

/* line 535, ../scss/app.scss */
.content-list div:not(:last-child) ul {
  margin-bottom: 0;
}
/* line 537, ../scss/app.scss */
.content-list ul li {
  font-size: 0.875rem;
}

/* line 542, ../scss/app.scss */
.link-list div:not(:last-child) ul {
  margin-bottom: 0;
}
/* line 545, ../scss/app.scss */
.link-list ul {
  margin-left: 0;
  list-style: none;
}
/* line 549, ../scss/app.scss */
.link-list ul li {
  margin-bottom: 0.625rem;
}
/* line 552, ../scss/app.scss */
.link-list ul li a:hover {
  color: #0077c0;
}

/* line 557, ../scss/app.scss */
.intro-text {
  padding-bottom: 1.25rem;
}
/* line 558, ../scss/app.scss */
.intro-text p {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: normal;
  color: #888;
}
/* line 564, ../scss/app.scss */
.intro-text p:last-child {
  margin-bottom: 0;
}

/* line 568, ../scss/app.scss */
.img-float {
  margin: 0 0 1.25rem;
}
/* line 571, ../scss/app.scss */
.img-float .caption {
  max-width: 250px;
  margin-bottom: 0;
}

/* line 577, ../scss/app.scss */
hr.thin {
  margin: 0.9375rem 0;
}

/* --------------- pagination --------------- */
/* line 581, ../scss/app.scss */
ul.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 1.875rem;
  overflow: hidden;
}
/* line 587, ../scss/app.scss */
ul.pagination li {
  padding: 0;
  margin-left: 0.3125rem;
}
/* line 591, ../scss/app.scss */
ul.pagination li a {
  font-size: 1.125rem;
  text-decoration: none;
  border-radius: 3px;
}
/* line 596, ../scss/app.scss */
ul.pagination li a:hover {
  background: none;
}

/* --------------- grid images on section landing pages --------------- */
/* line 606, ../scss/app.scss */
.link-blocks ul li .block {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 370px;
  max-height: 270px;
  cursor: pointer;
  text-decoration: none;
}
/* line 615, ../scss/app.scss */
.link-blocks ul li .block .info {
  position: absolute;
  top: 80%;
  width: 100%;
  height: 100%;
  padding: 3% 4%;
  background: #006cae;
  background: rgba(0, 108, 174, 0.9);
  color: #fff;
  font-weight: 600;
  -webkit-transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* line 627, ../scss/app.scss */
.link-blocks ul li .block .info .label {
  margin: 0.1875rem 0 0.9375rem;
}
/* line 631, ../scss/app.scss */
.link-blocks ul li .block .info p {
  color: #f2f2f2;
  line-height: normal;
}
/* line 636, ../scss/app.scss */
.link-blocks ul li .block .info .go {
  display: inline-block;
  margin-top: 0.625rem;
  color: #8db0d3;
  text-decoration: none;
}

/* line 648, ../scss/app.scss */
html.touch .link-blocks ul li .block .info {
  top: 80%;
}

/* --------------- quick fact images --------------- */
/* line 651, ../scss/app.scss */
.quick-fact, .event-alert {
  position: relative;
  overflow: hidden;
  max-width: 540px;
  padding: 1.25rem 0;
  border-top: 1px solid #e2921c;
}
/* line 658, ../scss/app.scss */
.quick-fact .info, .event-alert .info {
  width: 100%;
  line-height: 1;
  color: #fff;
}
/* line 663, ../scss/app.scss */
.quick-fact .info .trigger, .event-alert .info .trigger {
  display: block;
  background: #db9500;
  cursor: default;
  text-decoration: none;
}
/* line 669, ../scss/app.scss */
.quick-fact .info .trigger .row, .event-alert .info .trigger .row {
  margin: 0;
  padding: 0;
}
/* line 674, ../scss/app.scss */
.quick-fact .info .trigger .row .left .icon, .event-alert .info .trigger .row .left .icon {
  float: left;
  width: 35px;
  margin-top: 0.125rem;
}
/* line 680, ../scss/app.scss */
.quick-fact .info .trigger .row .left .label, .event-alert .info .trigger .row .left .label {
  display: block;
  float: left;
  margin-bottom: 0;
  padding: 1.125rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}
/* line 692, ../scss/app.scss */
.quick-fact .info .trigger .row .right, .event-alert .info .trigger .row .right {
  display: none;
}
/* line 696, ../scss/app.scss */
.quick-fact .info .content, .event-alert .info .content {
  padding: 0.625rem;
  background: #00253c;
  font-size: 0.875rem;
}
/* line 701, ../scss/app.scss */
.quick-fact .info .content p, .event-alert .info .content p {
  margin-bottom: 0.3125rem;
}
/* line 702, ../scss/app.scss */
.quick-fact .info .content a, .event-alert .info .content a {
  color: #8db0d3;
  text-decoration: none;
}
/* line 706, ../scss/app.scss */
.quick-fact .info .content a:hover, .event-alert .info .content a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 713, ../scss/app.scss */
.quick-fact .info .share-container, .event-alert .info .share-container {
  width: 100%;
  padding: 0;
}
/* line 717, ../scss/app.scss */
.quick-fact .info .share-container .right, .event-alert .info .share-container .right {
  width: 100%;
  padding: 0.25rem 0.5rem;
}
/* line 722, ../scss/app.scss */
.quick-fact .info .share-container .label, .event-alert .info .share-container .label {
  float: right !important;
  width: 20%;
  padding-right: 0.5rem;
  text-align: right;
}
/* line 729, ../scss/app.scss */
.quick-fact .info .share-container .addthis_toolbox, .event-alert .info .share-container .addthis_toolbox {
  float: right;
}

/* line 734, ../scss/app.scss */
.event-alert {
  padding-bottom: 0;
}
/* line 735, ../scss/app.scss */
.event-alert .info .trigger .row .left .label {
  padding-left: 0.625rem;
}

/* --------------- quick facts page --------------- */
/* line 741, ../scss/app.scss */
.quick-facts-container .quick-fact {
  max-width: 370px;
  padding: 0;
}
/* line 745, ../scss/app.scss */
.quick-facts-container .quick-fact .info {
  background: #db9500;
  background: rgba(219, 149, 0, 0.8);
}
/* line 749, ../scss/app.scss */
.quick-facts-container .quick-fact .info .bar {
  overflow: hidden;
  background: #db9500;
}
/* line 753, ../scss/app.scss */
.quick-facts-container .quick-fact .info .bar .icon {
  float: left;
  width: 35px;
  height: 35px;
}
/* line 759, ../scss/app.scss */
.quick-facts-container .quick-fact .info .bar .label {
  float: left;
  padding: 0.625rem;
  font-weight: 600;
  color: #fff;
}
/* line 769, ../scss/app.scss */
.quick-facts-container .quick-fact:hover .info {
  bottom: 0;
  background: #00253c;
  background: rgba(0, 37, 60, 0.8);
}

/* =============== HOMEPAGE =============== */
/* line 782, ../scss/app.scss */
.home {
  background: #e41929;
  border-top: solid 7px #00263b;
}
/* line 785, ../scss/app.scss */
.home .intro-text {
  margin: 1.875rem 0 0.625rem;
}
/* line 787, ../scss/app.scss */
.home .intro-text h1 {
  color: white;
}
/* line 788, ../scss/app.scss */
.home .intro-text p {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  color: white;
}
/* line 795, ../scss/app.scss */
.home .intro-text .button:hover {
  background-color: #0077c0;
}
/* line 798, ../scss/app.scss */
.home .content-container {
  padding: 1.25rem 0;
}
/* line 802, ../scss/app.scss */
.home .content-container .section-links a {
  display: block;
  margin-bottom: 1.5625rem;
  text-decoration: none;
}
/* line 808, ../scss/app.scss */
.home .content-container .section-links h3 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: normal;
  color: #00253c;
}
/* line 815, ../scss/app.scss */
.home .content-container .section-links img {
  margin-bottom: 0.625rem;
}
/* line 817, ../scss/app.scss */
.home .content-container .section-links p {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: normal;
  color: #555;
}
/* line 824, ../scss/app.scss */
.home .content-container .section-links .go {
  color: #005c94;
}
/* line 826, ../scss/app.scss */
.home .content-container .section-links div:last-child a {
  margin-bottom: 0;
}
/* line 829, ../scss/app.scss */
.home .content-container hr {
  margin: 1.875rem 0;
}

/* --------------- R&D center --------------- */
/* line 835, ../scss/app.scss */
.rd-center {
  background: #00253c;
  color: #fff;
}
/* line 839, ../scss/app.scss */
.rd-center h2 {
  color: #fff;
  font-weight: 300;
}
/* line 844, ../scss/app.scss */
.rd-center .title {
  padding: 1.25rem 1.875rem;
}
/* line 846, ../scss/app.scss */
.rd-center .text {
  padding: 0 1.875rem;
  line-height: normal;
}
/* line 851, ../scss/app.scss */
.rd-center .action {
  padding: 0 1.875rem;
}
/* line 854, ../scss/app.scss */
.rd-center .action .button:hover {
  background-color: #0077c0;
}

/* =============== SEARCH RESULTS =============== */
/* line 863, ../scss/app.scss */
.search-results .search-results-counter {
  padding: 0.9375rem 0;
  margin: 1.25rem 0 1.875rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
}
/* line 873, ../scss/app.scss */
.search-results .search-results-container .result {
  margin: 0 0 2.5rem;
  font-size: 0.875rem;
}
/* line 879, ../scss/app.scss */
.search-results hr {
  margin: 0.9375rem 0;
}

/* =============== MISC ELEMENTS/PAGES =============== */
/* --- document lists --- */
/* line 887, ../scss/app.scss */
.document-list {
  font-size: 0.875rem;
}
/* line 890, ../scss/app.scss */
.document-list .category {
  clear: both;
  overflow: hidden;
  margin-bottom: 1.875rem;
  line-height: normal;
}
/* line 896, ../scss/app.scss */
.document-list .category:last-child {
  margin-bottom: 60px;
}
/* line 898, ../scss/app.scss */
.document-list .category h4 {
  margin: 0;
  padding: 0.5rem 0.3125rem;
  background: #00253c;
  color: #fff;
  font-weight: 400;
}
/* line 906, ../scss/app.scss */
.document-list .category .row {
  overflow: hidden;
  clear: both;
  margin-left: 0;
  margin-right: 0;
  padding: 0.625rem 0.3125rem;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
/* line 915, ../scss/app.scss */
.document-list .category .row .columns {
  padding: 0;
  overflow: hidden;
}
/* line 921, ../scss/app.scss */
.document-list .category .icon {
  float: left;
  width: 16px;
  margin-right: 0.3125rem;
}
/* line 926, ../scss/app.scss */
.document-list .category .icon img {
  max-width: 16px;
  margin-top: -4px;
}
/* line 932, ../scss/app.scss */
.document-list .category .document {
  float: left;
  max-width: 200px;
}
/* line 937, ../scss/app.scss */
.document-list .category .download {
  padding-left: 2.1875rem !important;
  font-size: 0.75rem;
}

/* --- news listings and detail pages --- */
/* line 947, ../scss/app.scss */
.news-list section {
  margin-bottom: 1.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d8d8d8;
}
/* line 952, ../scss/app.scss */
.news-list section:first-child {
  margin-top: 1.875rem;
}
/* line 954, ../scss/app.scss */
.news-list .date {
  font-size: 0.75rem;
  font-weight: 600;
}
/* line 959, ../scss/app.scss */
.news-list h4 {
  margin: 0.3125rem 0;
  font-weight: 400;
}
/* line 964, ../scss/app.scss */
.news-list p {
  margin-bottom: 0.3125rem;
}

/* line 969, ../scss/app.scss */
.news-detail .share-container {
  margin-bottom: 1.875rem;
}
/* line 972, ../scss/app.scss */
.news-detail .share-container .label {
  float: left;
  width: 50%;
}
/* line 977, ../scss/app.scss */
.news-detail .share-container .social-icons {
  float: right;
  width: 50%;
}
/* line 982, ../scss/app.scss */
.news-detail .share-container .addthis_toolbox {
  float: right;
}
/* line 985, ../scss/app.scss */
.news-detail .date {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
}
/* line 991, ../scss/app.scss */
.news-detail .author {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
/* line 995, ../scss/app.scss */
.news-detail .author a {
  text-decoration: none;
}
/* line 996, ../scss/app.scss */
.news-detail .author a:hover {
  text-decoration: underline;
}
/* line 1000, ../scss/app.scss */
.news-detail h1 {
  margin-bottom: 0.625rem;
  font-size: 2.25rem;
}
/* line 1005, ../scss/app.scss */
.news-detail .intro-text {
  margin-bottom: 1.875rem;
  font-size: 0.8125rem;
}

/* --- contact form --- */
/* line 1013, ../scss/app.scss */
.contact-form {
  padding: 0.625rem 0;
}
/* line 1015, ../scss/app.scss */
.contact-form .disclaimer {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
/* line 1020, ../scss/app.scss */
.contact-form .red {
  color: #c00;
}
/* line 1021, ../scss/app.scss */
.contact-form input[type=submit] {
  margin-top: 0.625rem;
}
/* line 1022, ../scss/app.scss */
.contact-form .required {
  position: relative;
}
/* line 1024, ../scss/app.scss */
.contact-form .error {
  display: block;
  margin-top: -0.3125rem;
  padding: 0 0.625rem 1.25rem;
  color: #c00;
}

/* line 1032, ../scss/app.scss */
.message-error {
  padding-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #c00;
  color: #c00;
  font-weight: bold;
  text-align: center;
  background: #ffe5e5;
}

/* line 1042, ../scss/app.scss */
input[type=text] {
  /*padding: 0.9375rem 0.625rem;*/
  border-radius: 3px;
  font-size: 1em;
}

/* --- site map --- */
/* line 1050, ../scss/app.scss */
.sitemap {
  padding-top: 1.875rem;
}
/* line 1051, ../scss/app.scss */
.sitemap > ul {
  list-style: none;
}
/* line 1053, ../scss/app.scss */
.sitemap > ul > li > a {
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  color: #005c94;
}
/* line 1054, ../scss/app.scss */
.sitemap > ul > li > a:hover {
  color: #00253c;
  text-decoration: underline;
}
/* line 1057, ../scss/app.scss */
.sitemap > ul > li ul {
  margin: 0;
  padding: 0 0 0 0.3125rem;
  list-style: none;
}
/* line 1059, ../scss/app.scss */
.sitemap > ul > li ul li a {
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
}
/* line 1060, ../scss/app.scss */
.sitemap > ul > li ul li a:hover {
  text-decoration: underline;
}
/* line 1063, ../scss/app.scss */
.sitemap > ul > li ul li.expandable span {
  display: inline-block;
  padding-left: 0.75rem;
  background: url(../images/sprite.png) no-repeat left -151px;
  cursor: pointer;
}
/* line 1064, ../scss/app.scss */
.sitemap > ul > li ul li.expandable ul {
  display: none;
}
/* line 1065, ../scss/app.scss */
.sitemap > ul > li ul li.expandable ul li {
  padding-left: 1.25rem;
}
/* line 1066, ../scss/app.scss */
.sitemap > ul > li ul li.expandable ul li a {
  font-size: 0.75rem;
}
/* line 1070, ../scss/app.scss */
.sitemap > ul > li ul li.expandable.active span {
  background: url(../images/sprite.png) no-repeat left -168px;
}

/* =============== CUSTOM FORM STUFF =============== */
/**
 * Custom responsive select boxes.
 * Copyright 2012 H?kan Edling @tidyui.
 * Html should be created with the following syntax:
 *
 * <div class="select">
 *   <select id="myId">
 *     <option>Option 1</option>
 *     <option>Option 2</option>
 *     ...
 *   </select>
 * </div>     
**/
/* line 1098, ../scss/app.scss */
.select {
  position: relative;
  margin-bottom: 0.9375rem;
  padding: 0;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
/* line 1111, ../scss/app.scss */
.select .select-val {
  overflow: hidden;
  padding: 0.5625rem;
  white-space: nowrap;
  font-family: "Open Sans";
  font-size: 0.875rem;
  color: #aaa;
}
/* line 1120, ../scss/app.scss */
.select .select-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 100%;
  border: solid 1px #005c94;
  background: #005c94;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
/* line 1131, ../scss/app.scss */
.select .select-btn:after {
  display: block;
  position: absolute;
  top: 40%;
  left: 40%;
  width: 9px;
  height: 6px;
  background: url(../images/sprite.png) 0 -140px;
  content: "";
}
/* line 1142, ../scss/app.scss */
.select select, .select .select-opt {
  display: none;
}
/* line 1144, ../scss/app.scss */
.select .select-opt {
  position: absolute;
  width: 100%;
  left: -1px;
  z-index: 1000;
  margin: 1px 0 0;
  border: solid 1px #ccc;
  border-top: none;
  background: #fff;
  list-style: none;
}
/* line 1156, ../scss/app.scss */
.select .select-opt li {
  margin: 0;
  padding: 4px 10px;
  border-bottom: 0px solid #ccc;
  font-weight: 400;
  cursor: pointer;
  list-style: none;
  font-family: "Open Sans";
  font-size: 0.875rem;
  color: #aaa;
}
/* line 1167, ../scss/app.scss */
.select .select-opt li:last-child {
  border: none;
}
/* line 1169, ../scss/app.scss */
.select .select-opt li:hover {
  background: #00253c;
  color: #fff;
}
/* line 1175, ../scss/app.scss */
.select:hover .select-btn {
  background-color: #00253c;
  border-color: #00253c;
}
/* line 1180, ../scss/app.scss */
.select:hover .select-btn:after {
  background-position: 0 -146px;
}
/* line 1182, ../scss/app.scss */
.select:hover {
  border-color: #00253c;
}
/* line 1184, ../scss/app.scss */
.select.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
/* line 230, ../scss/_forms.scss */
.select.error:focus {
  background: #fafafa;
  border-color: #999999;
}
/* line 1186, ../scss/app.scss */
.select.error .select-btn {
  background-color: #c00;
  border-color: #c00;
}
/* line 1190, ../scss/app.scss */
.select.error .select-btn:after {
  background-position: right -73px;
}

/* custom selects - force scroll thru options */
/* line 1196, ../scss/app.scss */
.select-opt {
  max-height: 300px;
  overflow-y: scroll;
}

/* =============== SITECORE SPECIFIC =============== */
/* line 1205, ../scss/app.scss */
form#mainform {
  margin: 0;
  padding: 0;
}

/* =============== CUSTOM MEDIA QUERIES =============== */
@media (min-width: 500px) {
  /* line 1216, ../scss/app.scss */
  .document-list .category .document {
    max-width: 450px;
  }
}

/* =============== MEDIA QUERIES =============== */
@media only screen and (min-width: 769px) {
  /* =============== HEADER ELEMENTS =============== */
  /* line 8, ../scss/_mquery-small.scss */
  .utility-nav {
    display: block;
    margin: 1.3125rem 0;
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
  }
  /* line 13, ../scss/_mquery-small.scss */
  .utility-nav ul {
    float: right;
    margin: 0.5rem 0 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
  }
  /* line 20, ../scss/_mquery-small.scss */
  .utility-nav ul li {
    float: left;
    margin: 0 5px;
    font-size: 0.6875rem;
    -webkit-transition: font-size 0.2s ease-in-out;
    -moz-transition: font-size 0.2s ease-in-out;
    -o-transition: font-size 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out;
  }
  /* line 27, ../scss/_mquery-small.scss */
  .utility-nav ul li:first-child {
    margin-left: 0;
  }
  /* line 29, ../scss/_mquery-small.scss */
  .utility-nav ul li:last-child {
    margin-right: 0;
  }
  /* line 31, ../scss/_mquery-small.scss */
  .utility-nav ul li a {
    color: #005c94;
    text-decoration: none;
  }
  /* line 35, ../scss/_mquery-small.scss */
  .utility-nav ul li a:hover {
    color: #0077c0;
    text-decoration: underline;
  }

  /* =============== TOP BAR NAV =============== */
  /* --- removed top nav from here to force mobile nav on ipad (see bottom of this file) --- */
  /* =============== FOOTER =============== */
  /* line 54, ../scss/_mquery-small.scss */
  footer ul {
    overflow: hidden;
  }
  /* line 56, ../scss/_mquery-small.scss */
  footer ul li {
    float: left;
    padding: 0 1rem;
    border-bottom: 0;
    border-right: 1px solid #8db0d3;
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
  /* line 64, ../scss/_mquery-small.scss */
  footer ul li:first-child {
    padding-left: 0;
  }
  /* line 65, ../scss/_mquery-small.scss */
  footer ul li:last-child {
    padding-right: 0;
    border: 0;
  }
  /* line 70, ../scss/_mquery-small.scss */
  footer ul li a {
    display: inline;
    padding: 0;
  }
  /* line 74, ../scss/_mquery-small.scss */
  footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  /* line 82, ../scss/_mquery-small.scss */
  footer .footer-links {
    padding: 0.9375rem 0;
  }
  /* line 84, ../scss/_mquery-small.scss */
  footer .footer-utility {
    padding: 1.25rem 0 5rem;
    overflow: hidden;
  }
  /* line 88, ../scss/_mquery-small.scss */
  footer .footer-utility .copyright {
    padding: 0;
    font-size: 0.8125rem;
  }
  /* line 93, ../scss/_mquery-small.scss */
  footer .footer-utility ul {
    float: right;
  }

  /* =============== MAIN GLOBAL ELEMENTS =============== */
  /* line 101, ../scss/_mquery-small.scss */
  .content-container {
    padding-bottom: 9.375rem;
    box-shadow: inset 0px 10px 40px -25px;
  }

  /* --------------- breadcrumbs --------------- */
  /* line 107, ../scss/_mquery-small.scss */
  .breadcrumbs {
    display: block;
    background: #f9f9f9;
  }
  /* line 111, ../scss/_mquery-small.scss */
  .breadcrumbs ul {
    margin: 1.125rem 0 1.125rem 0.625rem;
    padding: 0;
    overflow: hidden;
    list-style: none;
  }
  /* line 117, ../scss/_mquery-small.scss */
  .breadcrumbs ul li {
    float: left;
    padding-right: 15px;
    font-size: 0.75rem;
    color: #00253c;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    -o-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  /* line 123, ../scss/_mquery-small.scss */
  .breadcrumbs ul li a {
    color: #005c94;
    text-decoration: none;
  }
  /* line 127, ../scss/_mquery-small.scss */
  .breadcrumbs ul li a:hover {
    color: #0077c0;
    text-decoration: underline;
  }
  /* line 133, ../scss/_mquery-small.scss */
  .breadcrumbs ul li:first-child a {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 12px;
    height: 11px;
    overflow: hidden;
    background: url(../images/sprite.png) no-repeat right -52px;
    text-indent: -999px;
  }
  /* line 143, ../scss/_mquery-small.scss */
  .breadcrumbs ul li:first-child a:hover {
    background-position: right -63px;
  }
  /* line 146, ../scss/_mquery-small.scss */
  .breadcrumbs ul li:after {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 4px;
    height: 7px;
    margin: 0 0 0 15px;
    content: '';
    background: url(../images/sprite.png) no-repeat right -84px;
  }
  /* line 156, ../scss/_mquery-small.scss */
  .breadcrumbs ul li:last-child:after {
    display: none;
  }

  /* --------------- right column --------------- */
  /* line 165, ../scss/_mquery-small.scss */
  .right-column {
    padding-left: 11.11111111111111%;
    border-left: 1px solid #d8d8d8;
  }

  /* --------------- share widget --------------- */
  /* line 173, ../scss/_mquery-small.scss */
  .share-container .label {
    float: none;
    width: 100%;
  }
  /* line 177, ../scss/_mquery-small.scss */
  .share-container .social-icons {
    float: none;
    width: 100%;
  }

  /* --------------- add this overrides --------------- */
  /* line 185, ../scss/_mquery-small.scss */
  .addthis_toolbox.addthis_default_style {
    float: left !important;
  }

  /* --------------- main content area elements (images/captions/lists...) --------------- */
  /* line 190, ../scss/_mquery-small.scss */
  .content-list div:not(:last-child) ul {
    margin-bottom: 1.25rem;
  }

  /* line 194, ../scss/_mquery-small.scss */
  .link-list div:not(:last-child) ul {
    margin-bottom: 1.25rem;
  }

  /* line 198, ../scss/_mquery-small.scss */
  .intro-text h1 {
    margin-top: -0.25rem;
  }

  /* line 201, ../scss/_mquery-small.scss */
  .flush-bottom {
    margin-bottom: 0;
  }

  /* --------------- pagination --------------- */
  /* line 209, ../scss/_mquery-small.scss */
  ul.pagination li a:hover {
    background-color: #005c94;
    color: #fff;
  }

  /* --------------- grid images on section landing pages --------------- */
  /* line 225, ../scss/_mquery-small.scss */
  .link-blocks ul li .block .info .go:hover {
    color: #fff;
  }
  /* line 229, ../scss/_mquery-small.scss */
  .link-blocks ul li .block:hover .info {
    top: 20%;
    background-color: rgba(0, 37, 60, 0.9);
  }

  /* line 239, ../scss/_mquery-small.scss */
  .large-block-grid-3 {
    display: block;
    padding: 0;
    margin: -0.9375rem;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 27, ../scss/_block-grid.scss */
  .large-block-grid-3 > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.9375rem 1.875rem;
  }
  /* line 36, ../scss/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 50%;
    padding: 0 0.9375rem 1.875rem;
  }
  /* line 40, ../scss/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../scss/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* --------------- quick fact images --------------- */
  /* line 243, ../scss/_mquery-small.scss */
  .quick-fact, .event-alert {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 1.25rem;
  }
  /* line 251, ../scss/_mquery-small.scss */
  .quick-fact .info .share-container .addthis_toolbox, .event-alert .info .share-container .addthis_toolbox {
    float: right !important;
  }
  /* line 257, ../scss/_mquery-small.scss */
  .quick-fact .info, .event-alert .info {
    position: absolute;
    bottom: -60%;
    left: 0;
    width: 100%;
    max-width: 540px;
    height: 75%;
    background: #db9500;
    background: rgba(219, 149, 0, 0.8);
    -webkit-transition: bottom 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: bottom 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: bottom 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out, background-color 0.2s ease-in-out;
    color: #fff;
  }
  /* line 269, ../scss/_mquery-small.scss */
  .quick-fact .info:hover, .event-alert .info:hover {
    background: #db9500;
  }
  /* line 271, ../scss/_mquery-small.scss */
  .quick-fact .info .trigger, .event-alert .info .trigger {
    display: block;
    color: #fff;
    background: transparent;
    cursor: pointer;
  }
  /* line 277, ../scss/_mquery-small.scss */
  .quick-fact .info .trigger .row, .event-alert .info .trigger .row {
    height: 35px;
    margin: 0;
    padding: 0;
  }
  /* line 282, ../scss/_mquery-small.scss */
  .quick-fact .info .trigger .row .left, .event-alert .info .trigger .row .left {
    overflow: hidden;
    height: 100%;
  }
  /* line 286, ../scss/_mquery-small.scss */
  .quick-fact .info .trigger .row .left .icon, .event-alert .info .trigger .row .left .icon {
    float: left;
    height: 100%;
    margin: 0;
  }
  /* line 291, ../scss/_mquery-small.scss */
  .quick-fact .info .trigger .row .left .icon img, .event-alert .info .trigger .row .left .icon img {
    width: 35px;
    height: 35px;
  }
  /* line 297, ../scss/_mquery-small.scss */
  .quick-fact .info .trigger .row .left .label, .event-alert .info .trigger .row .left .label {
    float: left;
    padding: 0.9375rem 0 0 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
  }
  /* line 305, ../scss/_mquery-small.scss */
  .quick-fact .info .trigger .row .right, .event-alert .info .trigger .row .right {
    display: block;
  }
  /* line 308, ../scss/_mquery-small.scss */
  .quick-fact .info .trigger .row .right .icon-open, .event-alert .info .trigger .row .right .icon-open {
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin: 0.375rem 0.625rem 0 0;
    background: url(../images/sprite.png) no-repeat 1px -94px;
    text-indent: -999px;
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: 0.40;
  }
  /* line 323, ../scss/_mquery-small.scss */
  .quick-fact .info .trigger:hover .right .icon-open, .event-alert .info .trigger:hover .right .icon-open {
    filter: alpha(opacity=75);
    opacity: 0.75;
  }
  /* line 329, ../scss/_mquery-small.scss */
  .quick-fact .info .hr, .event-alert .info .hr {
    display: none;
    height: 2px;
    background: white;
    background: rgba(255, 255, 255, 0.25);
  }
  /* line 336, ../scss/_mquery-small.scss */
  .quick-fact .info .content, .event-alert .info .content {
    margin: 0.625rem 0.625rem 1.25rem 0.625rem;
    background: transparent;
  }
  /* line 340, ../scss/_mquery-small.scss */
  .quick-fact .info .content p, .event-alert .info .content p {
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
  }
  /* line 345, ../scss/_mquery-small.scss */
  .quick-fact .info .content a, .event-alert .info .content a {
    color: #8db0d3;
    text-decoration: none;
  }
  /* line 349, ../scss/_mquery-small.scss */
  .quick-fact .info .content a:hover, .event-alert .info .content a:hover {
    color: #fff;
    text-decoration: underline;
  }
  /* line 356, ../scss/_mquery-small.scss */
  .quick-fact .info.expanded, .event-alert .info.expanded {
    bottom: 0;
    background: #00253c;
    background: rgba(0, 37, 60, 0.8);
  }
  /* line 361, ../scss/_mquery-small.scss */
  .quick-fact .info.expanded .hr, .event-alert .info.expanded .hr {
    display: block;
  }
  /* line 365, ../scss/_mquery-small.scss */
  .quick-fact .info.expanded .trigger .right .icon-open, .event-alert .info.expanded .trigger .right .icon-open {
    margin-top: 0.375rem;
    background: url(../images/sprite.png) no-repeat 1px -72px;
  }
  /* line 373, ../scss/_mquery-small.scss */
  .quick-fact .info .share-container, .event-alert .info .share-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    background: transparent;
  }
  /* line 380, ../scss/_mquery-small.scss */
  .quick-fact .info .share-container .right, .event-alert .info .share-container .right {
    width: 100%;
    padding: 0.25rem 0.5rem;
  }
  /* line 385, ../scss/_mquery-small.scss */
  .quick-fact .info .share-container .label, .event-alert .info .share-container .label {
    float: right !important;
    text-align: right;
    width: 20%;
    padding-right: 0.5rem;
  }
  /* line 392, ../scss/_mquery-small.scss */
  .quick-fact .info .share-container .hr, .event-alert .info .share-container .hr {
    display: block;
  }
  /* line 394, ../scss/_mquery-small.scss */
  .quick-fact .info .share-container .addthis_toolbox, .event-alert .info .share-container .addthis_toolbox {
    float: right !important;
  }
}
@media only screen and (min-width: 769px) and (min-width: 800px) {
  /* line 403, ../scss/_mquery-small.scss */
  .quick-fact .info, .event-alert .info {
    bottom: -61%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 850px) {
  /* line 407, ../scss/_mquery-small.scss */
  .quick-fact .info, .event-alert .info {
    bottom: -62%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 900px) {
  /* line 411, ../scss/_mquery-small.scss */
  .quick-fact .info, .event-alert .info {
    bottom: -63%;
  }
}

@media only screen and (min-width: 769px) {
  /* --------------- quick facts page --------------- */
  /* line 419, ../scss/_mquery-small.scss */
  .quick-facts-container .quick-fact .info .content {
    margin: 0;
  }
  /* line 422, ../scss/_mquery-small.scss */
  .quick-facts-container .quick-fact .info .content p {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 850px) {
  /* line 426, ../scss/_mquery-small.scss */
  .quick-facts-container .quick-fact .info .content {
    margin: 0;
  }
  /* line 427, ../scss/_mquery-small.scss */
  .quick-facts-container .quick-fact .info .content p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 433, ../scss/_mquery-small.scss */
  .quick-facts-container .quick-fact .share-container .right {
    width: 100%;
    padding: 0.25rem 0.5rem;
  }

  /* =============== HOMEPAGE =============== */
  /* line 445, ../scss/_mquery-small.scss */
  .home .quick-fact, .home .event-alert {
    float: right;
  }
  /* line 448, ../scss/_mquery-small.scss */
  .home .content-container .section-links a {
    position: relative;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-backface-visibility: hidden;
  }
  /* line 452, ../scss/_mquery-small.scss */
  .home .content-container .section-links a:hover .go {
    text-decoration: underline;
  }
  /* line 455, ../scss/_mquery-small.scss */
  .home .content-container .section-links h3 {
    font-size: 1.625rem;
  }
  /* line 457, ../scss/_mquery-small.scss */
  .home .content-container .section-links .faded a {
    position: relative;
    zoom: 1;
    filter: alpha(opacity=25);
    opacity: 0.25;
  }

  /* --------------- R&D center --------------- */
  /* line 472, ../scss/_mquery-small.scss */
  .rd-center .row {
    overflow: hidden;
    padding-bottom: 0.625rem;
  }
  /* line 477, ../scss/_mquery-small.scss */
  .rd-center .title, .rd-center .text, .rd-center .action {
    padding: 1.5625rem 0 2000px;
    margin-bottom: -2000px;
  }
  /* line 482, ../scss/_mquery-small.scss */
  .rd-center .title {
    padding-left: 1.875rem;
  }
  /* line 483, ../scss/_mquery-small.scss */
  .rd-center .text {
    padding-right: 2.5rem;
  }
  /* line 485, ../scss/_mquery-small.scss */
  .rd-center .action {
    text-align: center;
    background: #00385b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00385b 0%, #00253c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00385b), color-stop(100%, #00253c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #00385b 0%, #00253c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #00385b 0%, #00253c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #00385b 0%, #00253c 100%);
    /* IE10+ */
    background: linear-gradient(to right, #00385b 0%, #00253c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00385b', endColorstr='#00253c',GradientType=1 );
    /* IE6-9 */
  }
  /* line 497, ../scss/_mquery-small.scss */
  .rd-center .action .button {
    margin-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  /* =============== SEARCH RESULTS =============== */
  /* line 511, ../scss/_mquery-small.scss */
  .search-results .search-results-container .result {
    margin-bottom: 1.875rem;
    font-size: 1rem;
  }

  /* =============== MISC ELEMENTS/PAGES =============== */
  /* --- document lists --- */
  /* line 526, ../scss/_mquery-small.scss */
  .document-list .category .row:hover {
    background: #f7f7f7;
  }
  /* line 528, ../scss/_mquery-small.scss */
  .document-list .category .download {
    text-align: right;
  }
  /* line 529, ../scss/_mquery-small.scss */
  .document-list .category .document {
    max-width: 200px;
  }

  /* --- news listings and detail pages --- */
  /* line 537, ../scss/_mquery-small.scss */
  .news-detail .share-container .addthis_toolbox {
    float: right !important;
  }

  /* --------------- toolkit icons --------------- */
  /* line 546, ../scss/_mquery-small.scss */
  .toolkit-icons li {
    padding: 0 0 0.9375rem 1.875rem;
    line-height: normal;
  }
  /* line 547, ../scss/_mquery-small.scss */
  .toolkit-icons li a {
    font-size: 0.8125rem;
  }
}
@media (min-width: 769px) {
  /* =============== TOP BAR NAV =============== */
  /* added here to force mobile nav on ipad */
  /* line 562, ../scss/_mquery-small.scss */
  .top-bar-container {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  /* line 567, ../scss/_mquery-small.scss */
  .top-bar-container .row .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 574, ../scss/_mquery-small.scss */
  .top-bar {
    height: 58px;
    background: #fff;
  }
  /* line 578, ../scss/_mquery-small.scss */
  .top-bar li {
    background: none;
    border: 0;
  }
  /* line 583, ../scss/_mquery-small.scss */
  .top-bar a {
    background: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  /* line 588, ../scss/_mquery-small.scss */
  .top-bar a:not(.button) {
    background: none;
  }
  /* line 590, ../scss/_mquery-small.scss */
  .top-bar a:hover {
    background: #0069a9;
    color: #fff;
  }
  /* line 600, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul.left {
    width: 65%;
  }
  /* line 601, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul.right {
    width: 35%;
  }
  /* line 603, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li {
    border-bottom: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  /* line 607, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li a {
    font-size: 0.9375rem;
    -webkit-transition: background-color 0.2s ease-in-out, font-size 0.3s ease-in-out, padding 0.2s ease-in-out, border 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, font-size 0.3s ease-in-out, padding 0.2s ease-in-out, border 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, font-size 0.3s ease-in-out, padding 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, font-size 0.3s ease-in-out, padding 0.2s ease-in-out, border 0.2s ease-in-out;
  }
  /* line 611, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li a:not(.button) {
    padding-left: 0.625rem;
    background: none;
  }
}
@media (min-width: 769px) and (min-width: 875px) {
  /* line 611, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li a:not(.button) {
    padding-left: 1rem;
  }
}
@media (min-width: 769px) {
  /* line 621, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li:hover {
    background: #0069a9;
  }
  /* line 622, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li:hover a {
    border-color: #0069a9;
    color: #fff;
  }
  /* line 630, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.active > a {
    background: #f7f7f7;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  /* line 637, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.active:hover > a {
    background: #0069a9;
    border-color: #0069a9;
  }
  /* line 645, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown > a {
    padding-right: 1.5625rem !important;
  }
}
@media (min-width: 769px) and (min-width: 875px) {
  /* line 645, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
}
@media (min-width: 769px) {
  /* line 651, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown > a:after {
    right: -8px;
    width: 9px;
    height: 5px;
    margin-top: 0;
    border: 0;
    background: url(../images/sprite.png) no-repeat;
  }
}
@media (min-width: 769px) and (min-width: 875px) {
  /* line 651, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown > a:after {
    right: 0;
  }
}
@media (min-width: 769px) {
  /* line 665, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown .dropdown {
    min-width: 270px;
    background: #005c94;
  }
  /* line 670, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown .dropdown li a {
    position: relative;
    padding: 0.9375rem 1.25rem;
    border-left: 0;
    border-right: 0;
    font-size: 0.875rem;
    -webkit-transition: padding-left 0.1s ease-in-out;
    -moz-transition: padding-left 0.1s ease-in-out;
    -o-transition: padding-left 0.1s ease-in-out;
    transition: padding-left 0.1s ease-in-out;
  }
  /* line 678, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown .dropdown li a:hover {
    padding-left: 1.875rem;
  }
  /* line 681, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown .dropdown li a:hover:after {
    background: #0069a9;
  }
  /* line 684, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown .dropdown li a:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    width: 85%;
    height: 1px;
    background: #3882af;
    content: "";
  }
  /* line 697, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown .dropdown li.hide-hr a:after {
    display: none;
  }
  /* line 700, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-dropdown .dropdown :last-child a:after {
    display: none;
  }
  /* line 704, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form {
    float: right;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.75rem 0 0;
    background: none;
  }
  /* line 712, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form a {
    border: 0;
  }
  /* line 714, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-trigger-container {
    float: right;
    width: 12%;
  }
  /* line 718, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-trigger-container .search-trigger {
    display: block;
    float: right;
    overflow: hidden;
    width: 21px;
    height: 20px;
    margin: 0.4375rem 0.5rem 0 0;
    padding: 0;
    border: 0;
    background: url(../images/sprite.png) right 0 no-repeat transparent;
    line-height: 21px;
    white-space: nowrap;
    text-indent: -999px;
  }
  /* line 732, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-trigger-container .search-trigger:hover {
    background: url(../images/sprite.png) right -20px no-repeat transparent;
  }
  /* line 736, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-form-container {
    overflow: hidden;
    position: relative;
    left: 88%;
    -webkit-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
  }
  /* line 742, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-form-container.active {
    left: 0px;
  }
  /* line 745, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-field {
    position: relative;
  }
  /* line 746, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-field .search-close {
    display: block;
    position: absolute;
    left: 58%;
    top: 11px;
    z-index: 999;
    width: 11px;
    height: 11px;
    padding: 0;
    background: url(../images/sprite.png) no-repeat right -100px;
    cursor: pointer;
  }
  /* line 760, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-form {
    float: right;
    width: 88%;
    margin: 0;
    padding: 0;
    line-height: 1em;
  }
  /* line 767, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-form form {
    margin: 0;
    padding: 0;
  }
  /* line 772, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-form input {
    top: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 778, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-form input[type="text"] {
    width: 66%;
    margin-right: 4%;
    padding: 0.3125rem 0.3125rem 0.25rem;
    font-size: 1em;
    line-height: 1em;
    background: #fff;
    background: -moz-linear-gradient(top, #e8e8e8 0%, rgba(242, 242, 242, 0.02) 15%, rgba(255, 255, 255, 0.02) 34%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(15%, rgba(242, 242, 242, 0.02)), color-stop(34%, rgba(255, 255, 255, 0.02)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%, rgba(242, 242, 242, 0.02) 15%, rgba(255, 255, 255, 0.02) 34%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%, rgba(242, 242, 242, 0.02) 15%, rgba(255, 255, 255, 0.02) 34%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%, rgba(242, 242, 242, 0.02) 15%, rgba(255, 255, 255, 0.02) 34%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e8e8e8 0%, rgba(242, 242, 242, 0.02) 15%, rgba(255, 255, 255, 0.02) 34%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#05ffffff',GradientType=0 );
    /* IE6-9 */
  }
  /* line 794, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-form input[type="submit"] {
    width: 30%;
    height: 33px;
    padding: 0.375rem 0.625rem;
    background: #005c94;
    font-size: 0.75rem;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 802, ../scss/_mquery-small.scss */
  .top-bar .top-bar-section ul li.has-form .search-form input[type="submit"]:hover {
    background: #00253c;
  }
}
@media only screen and (min-width: 40.063em) {
  /* =============== HEADER ELEMENTS =============== */
  /* line 8, ../scss/_mquery-medium.scss */
  .utility-nav {
    margin: 1.5625rem 0;
  }
  /* line 12, ../scss/_mquery-medium.scss */
  .utility-nav ul li {
    margin: 0 10px;
    font-size: 0.8125rem;
  }

  /* =============== TOP BAR NAV =============== */
  /* line 26, ../scss/_mquery-medium.scss */
  .top-bar .top-bar-section ul.left {
    width: 70%;
  }
  /* line 27, ../scss/_mquery-medium.scss */
  .top-bar .top-bar-section ul.right {
    width: 30%;
  }
  /* line 30, ../scss/_mquery-medium.scss */
  .top-bar .top-bar-section ul li a {
    font-size: 1.125rem;
  }
  /* line 33, ../scss/_mquery-medium.scss */
  .top-bar .top-bar-section ul li.has-dropdown:after {
    right: 5px;
  }
  /* line 37, ../scss/_mquery-medium.scss */
  .top-bar .top-bar-section ul li.has-dropdown .dropdown li a {
    font-size: 1rem;
  }
  /* line 47, ../scss/_mquery-medium.scss */
  .top-bar .top-bar-section ul li.has-form .search-form input[type="submit"] {
    padding: 0 0.3125rem;
    font-size: 1em;
  }

  /* =============== MAIN GLOBAL ELEMENTS =============== */
  /* --------------- breadcrumbs --------------- */
  /* line 66, ../scss/_mquery-medium.scss */
  .breadcrumbs ul li {
    font-size: 0.875rem;
  }

  /* --------------- share widget --------------- */
  /* line 74, ../scss/_mquery-medium.scss */
  .share-container .label {
    float: left;
    width: 40%;
  }
  /* line 78, ../scss/_mquery-medium.scss */
  .share-container .social-icons {
    float: right;
    width: 60%;
  }

  /* --------------- add this overrides --------------- */
  /* line 85, ../scss/_mquery-medium.scss */
  .addthis_toolbox.addthis_default_style {
    float: right !important;
  }

  /* --------------- main content area elements (images/captions/lists...) --------------- */
  /* line 89, ../scss/_mquery-medium.scss */
  .img-left {
    float: left;
    max-width: 370px;
    margin: 0 1.875rem 0 0;
  }
  /* line 94, ../scss/_mquery-medium.scss */
  .img-left.small {
    float: left;
    margin: 0 1.25rem 1.25rem 0;
  }

  /* line 101, ../scss/_mquery-medium.scss */
  .two-col-list ul {
    float: left;
    width: 45%;
  }

  /* line 107, ../scss/_mquery-medium.scss */
  .img-float {
    float: left;
    margin: 0 1.25rem 1.25rem 0;
  }

  /* --------------- grid images on section landing pages --------------- */
  /* line 119, ../scss/_mquery-medium.scss */
  .link-blocks ul li .block .info p {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 1050px) {
  /* line 119, ../scss/_mquery-medium.scss */
  .link-blocks ul li .block .info p {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 134, ../scss/_mquery-medium.scss */
  .large-block-grid-3 {
    display: block;
    padding: 0;
    margin: -0.9375rem;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 27, ../scss/_block-grid.scss */
  .large-block-grid-3 > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.9375rem 1.875rem;
  }
  /* line 36, ../scss/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.9375rem 1.875rem;
  }
  /* line 40, ../scss/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../scss/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* --------------- quick fact images --------------- */
  /* line 138, ../scss/_mquery-medium.scss */
  .quick-fact, .event-alert {
    margin-top: 0;
  }
  /* line 141, ../scss/_mquery-medium.scss */
  .quick-fact .info, .event-alert .info {
    bottom: -60%;
  }
  /* line 144, ../scss/_mquery-medium.scss */
  .quick-fact .info .trigger .row, .event-alert .info .trigger .row {
    margin: 0;
    padding: 0;
    height: 50px;
  }
  /* line 150, ../scss/_mquery-medium.scss */
  .quick-fact .info .trigger .row .left .icon, .event-alert .info .trigger .row .left .icon {
    width: 50px;
  }
  /* line 151, ../scss/_mquery-medium.scss */
  .quick-fact .info .trigger .row .left .icon img, .event-alert .info .trigger .row .left .icon img {
    width: 50px;
    height: 50px;
  }
  /* line 157, ../scss/_mquery-medium.scss */
  .quick-fact .info .trigger .row .left .label, .event-alert .info .trigger .row .left .label {
    font-size: 1rem;
    padding-top: 1rem;
  }
  /* line 164, ../scss/_mquery-medium.scss */
  .quick-fact .info .trigger .row .right .icon-open, .event-alert .info .trigger .row .right .icon-open {
    margin: 0.9375rem 0.625rem 0 0;
  }
  /* line 169, ../scss/_mquery-medium.scss */
  .quick-fact .info .hr, .event-alert .info .hr {
    display: block;
  }
  /* line 171, ../scss/_mquery-medium.scss */
  .quick-fact .info .content, .event-alert .info .content {
    margin: 1.25rem 1.875rem 1.25rem 3.75rem;
  }
  /* line 173, ../scss/_mquery-medium.scss */
  .quick-fact .info .content p, .event-alert .info .content p {
    margin-bottom: 0.3125rem;
    font-size: 1.125rem;
  }
  /* line 178, ../scss/_mquery-medium.scss */
  .quick-fact .info .content a, .event-alert .info .content a {
    color: #8db0d3;
    text-decoration: none;
  }
  /* line 182, ../scss/_mquery-medium.scss */
  .quick-fact .info .content a:hover, .event-alert .info .content a:hover {
    color: #fff;
    text-decoration: underline;
  }
  /* line 192, ../scss/_mquery-medium.scss */
  .quick-fact .info.expanded .trigger .right .icon-open, .event-alert .info.expanded .trigger .right .icon-open {
    margin-top: 0.9375rem;
  }
  /* line 198, ../scss/_mquery-medium.scss */
  .quick-fact .info .share-container .right, .event-alert .info .share-container .right {
    width: 100%;
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 1000px) {
  /* line 206, ../scss/_mquery-medium.scss */
  .quick-fact .info, .event-alert .info {
    bottom: -62%;
  }
}

@media only screen and (min-width: 40.063em) {
  /* --------------- quick facts page --------------- */
  /* line 215, ../scss/_mquery-medium.scss */
  .quick-facts-container .quick-fact .info .content {
    margin: 0;
  }
  /* line 216, ../scss/_mquery-medium.scss */
  .quick-facts-container .quick-fact .info .content p {
    font-size: 0.6875rem;
  }
  /* line 220, ../scss/_mquery-medium.scss */
  .quick-facts-container .quick-fact .share-container .right {
    width: 100%;
    padding: 0.125rem 0.25rem;
  }

  /* =============== HOMEPAGE =============== */
  /* --------------- R&D center --------------- */
  /* line 235, ../scss/_mquery-medium.scss */
  .rd-center .action .button {
    margin-top: 0.3125rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  /* =============== SEARCH RESULTS =============== */
  /* line 247, ../scss/_mquery-medium.scss */
  .search-results .search-results-container {
    width: 66.66667%;
  }

  /* =============== MISC ELEMENTS/PAGES =============== */
  /* --- document lists --- */
  /* line 259, ../scss/_mquery-medium.scss */
  .document-list .category .document {
    max-width: 300px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* =============== HEADER ELEMENTS =============== */
  /* line 10, ../scss/_mquery-large.scss */
  .utility-nav ul li {
    margin: 0 18px;
  }

  /* =============== TOP BAR NAV =============== */
  /* line 23, ../scss/_mquery-large.scss */
  .top-bar .top-bar-section ul.left {
    width: 65%;
  }
  /* line 24, ../scss/_mquery-large.scss */
  .top-bar .top-bar-section ul.right {
    width: 35%;
  }
  /* line 28, ../scss/_mquery-large.scss */
  .top-bar .top-bar-section ul li.has-form .search-field .search-close {
    left: 60%;
  }

  /* =============== MAIN GLOBAL ELEMENTS =============== */
  /* line 42, ../scss/_mquery-large.scss */
  .content-container {
    background-image: url("../images/bottom-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 64.063em) and (min-width: 1250px) {
  /* line 42, ../scss/_mquery-large.scss */
  .content-container {
    padding-bottom: 225px;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 50, ../scss/_mquery-large.scss */
  .home .content-container {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 64.063em) and (min-width: 1250px) {
  /* line 50, ../scss/_mquery-large.scss */
  .home .content-container {
    padding-bottom: 225px;
  }
}

@media only screen and (min-width: 64.063em) {
  /* --------------- grid images on section landing pages --------------- */
}
@media only screen and (min-width: 64.063em) and (min-width: 1150px) {
  /* line 61, ../scss/_mquery-large.scss */
  .link-blocks ul li .block .info p {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 64.063em) {
  /* =============== HOMEPAGE =============== */
  /* --------------- R&D center --------------- */
  /* line 79, ../scss/_mquery-large.scss */
  .rd-center .action .button {
    margin-top: 0.3125rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  /* =============== MISC ELEMENTS/PAGES =============== */
  /* --- document lists --- */
  /* line 94, ../scss/_mquery-large.scss */
  .document-list .category .document {
    max-width: 500px;
  }

  /* --------------- quick facts page --------------- */
  /* line 103, ../scss/_mquery-large.scss */
  .quick-facts-container .quick-fact .info .content {
    margin: 0;
  }
  /* line 104, ../scss/_mquery-large.scss */
  .quick-facts-container .quick-fact .info .content p {
    font-size: 0.875rem;
  }

  /* --------------- toolkit icons --------------- */
  /* line 112, ../scss/_mquery-large.scss */
  .toolkit-icons li {
    line-height: 1.6;
  }
  /* line 113, ../scss/_mquery-large.scss */
  .toolkit-icons li a {
    font-size: 1rem;
  }
}
/* =============== ANIMATION ON PRODUCTION MAPS =============== */
/* line 1236, ../scss/app.scss */
.perspective-container {
  perspective: 1000px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 1244, ../scss/app.scss */
.data-column img {
  position: relative;
  width: 100%;
  height: auto;
}

/* line 1251, ../scss/app.scss */
.data-table th {
  background-color: #474d52;
  color: white;
}
/* line 1254, ../scss/app.scss */
.data-table th h2 {
  font-weight: bolder;
  color: white;
  text-align: left;
  margin-bottom: 0;
}
/* line 1261, ../scss/app.scss */
.data-table td {
  position: relative;
}
/* line 1263, ../scss/app.scss */
.data-table td img {
  width: auto;
  height: auto;
  position: absolute;
  left: -10px;
  top: 7px;
}
/* line 1271, ../scss/app.scss */
.data-table .separator {
  border-top: solid 3px #474d52;
}
/* line 1274, ../scss/app.scss */
.data-table .strong {
  font-weight: bolder;
}
/* line 1278, ../scss/app.scss */
.data-table .highlight td {
  background-color: #F4E6B3;
}

/* line 1284, ../scss/app.scss */
.handle {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  z-index: 99;
}
/* line 1292, ../scss/app.scss */
.handle img {
  position: absolute;
  z-index: 2;
  max-width: 58px;
  opacity: 0;
  -ms-transform: translateX(-100%) rotateY(-90deg);
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  -moz-transform: translateX(-100%) rotateY(-90deg);
  -o-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
  will-change: transform, opacity;
}
/* line 1316, ../scss/app.scss */
.handle .teaser {
  width: 50%;
  height: 90%;
  background: #cccccc;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
}
/* line 1324, ../scss/app.scss */
.handle .teaser h2 {
  font-weight: bolder;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  top: 120px;
  width: 100%;
}

/* line 1338, ../scss/app.scss */
.handle.right img {
  right: 0;
  -ms-transform: translateX(100%) rotateY(90deg);
  -webkit-transform: translateX(100%) rotateY(90deg);
  -moz-transform: translateX(100%) rotateY(90deg);
  -o-transform: translateX(100%) rotateY(90deg);
  transform: translateX(100%) rotateY(90deg);
}
/* line 1346, ../scss/app.scss */
.handle.right .teaser {
  left: 50%;
}

/* line 1349, ../scss/app.scss */
.data-value-1, .data-value-2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s ease-out, opacity 0.3s ease-out;
  /* Changed here */
  -moz-transition: -moz-transform 0.6s ease-out, opacity 0.3s ease-out;
  -o-transition: -o-transform 0.6s ease-out, opacity 0.3s ease-out;
  transition: transform 0.6s ease-out, opacity 0.3s ease-out;
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
  will-change: transform, opacity;
}

/* line 1370, ../scss/app.scss */
.data-value-1.active, .data-value-2.active {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

/* line 1380, ../scss/app.scss */
.data-column {
  -webkit-transition: width 0.15s ease-out;
  /* Changed here */
  -moz-transition: width 0.15s ease-out;
  -o-transition: width 0.15s ease-out;
  transition: width 0.15s ease-out;
  will-change: width;
}
/* line 1387, ../scss/app.scss */
.data-column .handle {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
  /* Changed here */
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  will-change: transform, opacity;
}
/* line 1394, ../scss/app.scss */
.data-column .data-table {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
  /* Changed here */
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  will-change: transform, opacity;
}

/* line 1403, ../scss/app.scss */
.data-column.closed {
  width: 8.33333%;
}
/* line 1405, ../scss/app.scss */
.data-column.closed .handle {
  opacity: 1;
}
/* line 1408, ../scss/app.scss */
.data-column.closed .data-table {
  -ms-transform: translateX(100%) rotateY(90deg);
  -webkit-transform: translateX(100%) rotateY(90deg);
  -moz-transform: translateX(100%) rotateY(90deg);
  -o-transform: translateX(100%) rotateY(90deg);
  transform: translateX(100%) rotateY(90deg);
  opacity: 0;
}
/* line 1417, ../scss/app.scss */
.data-column.closed .handle img {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* line 1428, ../scss/app.scss */
.data-column.opened {
  width: 16.66667%;
}
/* line 1430, ../scss/app.scss */
.data-column.opened .handle {
  -ms-transform: translateX(-100%) rotateY(-90deg);
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  -moz-transform: translateX(-100%) rotateY(-90deg);
  -o-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  opacity: 0;
}
/* line 1438, ../scss/app.scss */
.data-column.opened .data-table {
  -ms-transform: translateX(0%) rotateY(0deg);
  -webkit-transform: translateX(0%) rotateY(0deg);
  -moz-transform: translateX(0%) rotateY(0deg);
  -o-transform: translateX(0%) rotateY(0deg);
  transform: translateX(0%) rotateY(0deg);
  opacity: 1;
}

@media only screen and (max-width: 1023px) {
  /* line 1449, ../scss/app.scss */
  .data-column.opened, .data-column.closed {
    width: 50%;
  }

  /* line 1452, ../scss/app.scss */
  .perspective-container .large-9.column {
    display: none;
  }

  /* line 1457, ../scss/app.scss */
  .data-column.closed .handle {
    -ms-transform: translateX(-100%) rotateY(-90deg);
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    -moz-transform: translateX(-100%) rotateY(-90deg);
    -o-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
    opacity: 0;
  }
  /* line 1465, ../scss/app.scss */
  .data-column.closed .data-table {
    -ms-transform: translateX(0%) rotateY(0deg);
    -webkit-transform: translateX(0%) rotateY(0deg);
    -moz-transform: translateX(0%) rotateY(0deg);
    -o-transform: translateX(0%) rotateY(0deg);
    transform: translateX(0%) rotateY(0deg);
    opacity: 1;
  }
}
@media only screen and (max-width: 440px) {
  /* line 1477, ../scss/app.scss */
  .data-column.opened, .data-column.closed {
    width: 100%;
  }
}
/* =============== SUPPLY MAPS =============== */
/* line 1485, ../scss/app.scss */
h1.interactive-section-nav {
  margin-bottom: 50px;
}

/* line 1488, ../scss/app.scss */
h1.interactive-section-nav a.active {
  color: #e41929;
  font-weight: bolder;
}

/* line 1492, ../scss/app.scss */
h1.interactive-section-nav a.inactive {
  font-size: .58em;
}

/* line 1495, ../scss/app.scss */
#SVG-container {
  position: relative;
  width: 100%;
}

/* line 1499, ../scss/app.scss */
#SVG-container img {
  width: 100%;
  height: auto;
}

/* line 1503, ../scss/app.scss */
#SVG-container svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 1509, ../scss/app.scss */
#SVG-container svg .item {
  opacity: 0;
  cursor: pointer;
}

/* line 1513, ../scss/app.scss */
#SVG-container svg .item:hover {
  opacity: 0.5;
}

/* line 1516, ../scss/app.scss */
#interactive-content {
  position: relative;
  z-index: 2;
  width: 45%;
  left: 0;
  margin-top: -20%;
}

/* line 1523, ../scss/app.scss */
#interactive-content .item {
  display: none;
  position: relative;
}

/* line 1527, ../scss/app.scss */
#interactive-content .item.active {
  display: block;
}

/* line 1530, ../scss/app.scss */
#interactive-content .item h3 {
  position: relative;
  font-weight: bolder;
  color: #e41929;
}

/* line 1535, ../scss/app.scss */
#interactive-content .item h3:after {
  content: '';
  width: 80%;
  left: 75px;
  height: 1px;
  background: #e41929;
  position: absolute;
  bottom: 10px;
}

/* line 1544, ../scss/app.scss */
#interactive-content .item h3 img {
  height: 62px!important;  
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}

@media only screen and (max-width: 1023px) {
  /* line 1551, ../scss/app.scss */
  #SVG-container img.map, #SVG-container svg {
    display: none;
  }

  /* line 1554, ../scss/app.scss */
  #interactive-content {
    width: 100%;
    margin-top: 0;
  }

  /* line 1558, ../scss/app.scss */
  #interactive-content .item {
    display: block;
  }

  /* line 1561, ../scss/app.scss */
  #interactive-content .item h3:after {
    width: 100%;
  }
}
