@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,400italic);@import url(https://fonts.googleapis.com/css?family=Lato:400,700);@import url(//hello.myfonts.net/count/3493e4);@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin. */
body {
  margin: 0; }

/* HTML5 display definitions
 * ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template {
  display: none; }

/* Links
 * ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10. */
a {
  background: transparent; }
  a:active, a:hover {
    outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers. */
/* Text-level semantics
 * ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic; }

/**
 * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10. */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
  overflow: hidden; }

/**
 * Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers. */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
 * ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible;
  text-transform: none; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others. */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements. */
button[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof). */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
/**
 * Define consistent border, margin, and padding. */
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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold; }

* {
  box-sizing: border-box; }

iframe {
  width: 100%;
  border: 0;
  padding: 15px;
  margin-bottom: 25px; }

@font-face {
  font-family: 'Kickstart';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAhAABEAAAAADGQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcbMG9U0dERUYAAAGcAAAAHQAAACAAQgAET1MvMgAAAbwAAABBAAAAYGl6iNpjbWFwAAACAAAAAGwAAAF6U3dB6mN2dCAAAAJsAAAABgAAAAYFEQBEZnBnbQAAAnQAAAGxAAACZVO0L6dnYXNwAAAEKAAAAAgAAAAIAAAAEGdseWYAAAQwAAAA5wAAASQqOzxvaGVhZAAABRgAAAAxAAAANgcNT75oaGVhAAAFTAAAAB8AAAAkDXIHUGhtdHgAAAVsAAAAPQAAAFQ4ZP91bG9jYQAABawAAAATAAAALASoBPBtYXhwAAAFwAAAACAAAAAgATMATG5hbWUAAAXgAAABsQAAA4wvhnuncG9zdAAAB5QAAAByAAAA0sfVf25wcmVwAAAICAAAAC4AAAAusPIrFHdlYmYAAAg4AAAABgAAAAZRxFQtAAAAAQAAAADMPaLPAAAAANAxGEAAAAAA0FMCQ3jaY2BkYGDgA2IJBhBgYmAEQhEgZgHzGAAFJgBHAAAAeNpjYGa6xDiBgZWBhdWY5SwDA8MsCM10liGN8Q0DHhAQGRTM4MCgoPqHLe1fGgMDm/X/30BhRiQlCgyMAKRhDTwAAAB42mNgYGBmgGAZBkYGECgB8hjBfBaGCCAtxCAAFGFiUGDQZrBlWKDApaCvEK/65/9/oBxMjAEm9v/x/5v/T/xPe8B+//H9LbckoGaiAUY2BrgEIxOQYEJXAHESFLBgGMDKMIgAG1m6AFgnF+QAAABEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaZY6xSsRAEIb/mexuoqdoUPGuM6AIyt3eZUtT5hXuDSzkKrsrfQUr8R0EmeQ9traxVhtrQS57ZgVBdIaf+fkY/hkwaoAv9RwJUkwagq3aVNF72Rj9XLUJ9xZNErGOuE0Nr6qWInd5kZ8UeVHzUTim+3Cl558PtfIAaO3ozmyqBTSQFKYP9+bJdcvHbqAWZ93LLV/3azDrgHHG5uL7/gA72MMhphBYUU60Fyols7LlZNvLRim7VvadHHjJS5KhbUZ0junstP8kNv2ZnKmP1X+NaRReo3hJw/AWxTc/DoRfNcMXDKpM2gB42mNgZGBgAGLu0C8v4vltvjLIczCAwIVgJmcY/d+YgYGDic0ayOVgYAKJAgAIlwhcAAAAeNpjYGRgYLNmYGVg4GD4b/zflIOJASiCAkQBQTkC1gB42mN6w+DCAARMq4AYSLPa/zfmYPj/D8RmlmVgYLNG0EzCDAyMfUDMCcEMx4G0PZCOgNAgORYgFwDTiQkKAAAAeNpjYGDQgUIHhi68cBIArJQJmQAAAQAAABUAGAAGAAAAAAACAAEAAgAWAAABAAAwAAAAAHjahVI7TsNAEH12wicNiigoqPYCmISfBGlASJGAABHmIzps56uEGBInERQcgYqSigNwCgpo6bgGJ+DteEkiCwlZ3nk7M2++C2AOr0jBSmcAPPCPsYUsbzG26fNocAobeDY4DYVPg6dwhG+Dp6GsbYNn8GJdGTyLfds2OANllwzOYt5uG/yOBfs37wdy9lOMv1JYtN+wixA3uEMXTdTRQMQKVpBDHmtEO6jQ7qNK7NKrR3sV15QKe+ggoLVLvj49sVXgCK/NT01E7cmtSlmlHBjPM8aI6BPRW2tOeNbR582jV54eOfkKKOOSVpcoyVlKsJJ2lbCfSwU9eoT0VIksLjU56d8xssD6Q0YLxH8wYjhY5+b+q6Ysek/6jidQk/yKjFDOhlj+2oPmBBI9rrQmcx5zaqKPRKPnX5Hd6Kwt6vQ+Ionns5pxlI5002RkvQ1nNFmFoomnK/d5LxHH+1zmf2gyKAyl38YEoyQM/Vo8VqBwQH1AD0+yDSXbPbVatuQV6SojXDCeP9FHPNlTMvu8HUv3Sl6k3somtohWeeY5+/E7LY74Lm7JbDK2nnT7B8+1jU0AAAB42m3FOw6CQBQF0HtBwS+oCb1LeIyOn5KQsBTQxBgaC1evgbl2nuYgwujTocU/BcCIMWJk2HPCKROmnHHOBZdccc2MOTfccpd0j3d/K0MufT3vZpUNO7PfpXb6oI/a65M+64u+6irsmrAP+6b+At0WJ3AAALgB/4WwAY0AS7AIUFixAQGOWbFGBitYIbAQWUuwFFJYIbCAWR2wBitcWFmwFCsAAAABVC1RwwAA) format("opentype"); }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

html {
  color: #444; }

ul, ol {
  margin: 0;
    margin-bottom: 25px;
  line-height: 1.45rem; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: normal; }

p {
  margin: 0;
    margin-bottom: 25px;
  line-height: 1.45rem; }

a {
  text-decoration: none;
  color: #47A5DF; }
  a:hover {
    text-decoration: underline; }

/*
 *  Root Element
 *  =========
 *  The root element is a base for several many elements in the library
 *  To ensure consistent spacing when mixed into blocks.
 */
pre {
  color: #19618e;
  border-radius: 5px;
  padding: 5px;
  font-family: "ubuntu-mono", monospace;
  word-break: normal;
  hyphens: none;
  tab-size: 2;
  word-wrap: break-word;
  border: 0px !important;
  margin: 0;
    margin-bottom: 25px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif; }

h1 {
  font-size: 2.4rem;
  margin-bottom: 1.25rem;
  margin-top: 2rem; }
  h1:first-child {
    margin-top: 0; }

h2 {
  font-size: 2.1rem;
  margin-bottom: 1.15rem;
  margin-top: 2rem; }
  h2:first-child {
    margin-top: 0; }

h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 2rem; }
  h3:first-child {
    margin-top: 0; }

h4 {
  font-size: 1.5rem;
  margin-bottom: 0.85rem;
  margin-top: 2rem; }
  h4:first-child {
    margin-top: 0; }

h5 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  margin-top: 2rem; }
  h5:first-child {
    margin-top: 0; }

h6 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem; }
  h6:first-child {
    margin-top: 0; }

html {
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  font-size: 16px;
  font-size: calc(14px + 0.2vw);
  line-height: 1.45rem;
  line-height: calc(1.45rem + 0.2vw);
  color: #555; }

figure {
  margin: 0;
  padding: 0; }

progress {
  width: 100%; }
  progress::-webkit-progress-bar {
    border-radius: 5px;
    min-height: 25px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none; }
  progress::-webkit-progress-value {
    border-radius: 5px 0 0 5px; }

hr {
  border: 0;
    border-top: 2px solid #555; }

label, legend {
  display: block;
  font-weight: normal;
  margin-bottom: 6.25px; }

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.45rem;
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  margin: 0;
    margin-bottom: 0;
  border: 1px solid #CCC;
  display: block;
  border-radius: 3px;
  max-width: 100%; }
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus {
    outline: 0px;
    box-shadow: inset 0px 0px 0px 2px #47A5DF; }

input[disabled] {
  pointer-events: all;
  cursor: not-allowed;
  color: #999; }

textarea {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.45rem;
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  margin: 0;
    margin-bottom: 0;
  border: 1px solid #CCC;
  display: block;
  border-radius: 3px;
  max-width: 100%;
  width: 300px; }
  textarea:focus {
    outline: 0px;
    box-shadow: inset 0px 0px 0px 2px #47A5DF; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: 14px;
  margin-left: 1px;
  margin-right: 5px; }

select {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  text-align: left;
  transition: box-shadow 0.15s;
  vertical-align: middle;
  user-select: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.45rem;
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  padding: 5px 12px;
  line-height: 1.45rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #333;
  height: calc(1.45rem + 10px);
  background-image: none; }
  select[disabled], select:disabled {
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    cursor: not-allowed; }
  select.menu-item {
    position: relative; }
    select.menu-item ul {
      display: none; }
    select.menu-item:after {
      content: '+';
      font-family: 'Kickstart', Kickstart;
      font-size: 0.65rem;
      display: inline-block;
      color: rgba(0, 0, 0, 0.3); }
  select:hover {
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
    text-decoration: none; }
  select:active {
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
    text-decoration: none; }
  select.menu-item:after {
    font-size: 0.85rem;
    margin-left: 6.25px; }
  select.menu-item.open ul {
    display: block; }
  select.menu-item ul {
    margin-top: 5px;
    right: -25px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    select.menu-item ul li {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
  select + .button-dropdown + ul {
    margin-top: 5px;
    right: -25px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  select.button-dropdown {
    padding-left: 5px;
    padding-right: 5px; }
  select.open {
    background-color: #e0e0e0; }

body.dismiss-modal {
  cursor: pointer; }

[disabled] {
  cursor: not-allowed; }

button,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  text-align: left;
  transition: box-shadow 0.15s;
  vertical-align: middle;
  user-select: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.45rem;
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  padding: 5px 12px;
  line-height: 1.45rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #333; }
  button[disabled], button:disabled,
  input[type="submit"][disabled],
  input[type="submit"]:disabled,
  input[type="button"][disabled],
  input[type="button"]:disabled {
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    cursor: not-allowed; }
  button.menu-item,
  input[type="submit"].menu-item,
  input[type="button"].menu-item {
    position: relative; }
    button.menu-item ul,
    input[type="submit"].menu-item ul,
    input[type="button"].menu-item ul {
      display: none; }
    button.menu-item:after,
    input[type="submit"].menu-item:after,
    input[type="button"].menu-item:after {
      content: '+';
      font-family: 'Kickstart', Kickstart;
      font-size: 0.65rem;
      display: inline-block;
      color: rgba(0, 0, 0, 0.3); }
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
    text-decoration: none; }
  button:active,
  input[type="submit"]:active,
  input[type="button"]:active {
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
    text-decoration: none; }
  button.menu-item:after,
  input[type="submit"].menu-item:after,
  input[type="button"].menu-item:after {
    font-size: 0.85rem;
    margin-left: 6.25px; }
  button.menu-item.open ul,
  input[type="submit"].menu-item.open ul,
  input[type="button"].menu-item.open ul {
    display: block; }
  button.menu-item ul,
  input[type="submit"].menu-item ul,
  input[type="button"].menu-item ul {
    margin-top: 5px;
    right: -25px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    button.menu-item ul li,
    input[type="submit"].menu-item ul li,
    input[type="button"].menu-item ul li {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
  button + .button-dropdown + ul,
  input[type="submit"] + .button-dropdown + ul,
  input[type="button"] + .button-dropdown + ul {
    margin-top: 5px;
    right: -25px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  button.button-dropdown,
  input[type="submit"].button-dropdown,
  input[type="button"].button-dropdown {
    padding-left: 5px;
    padding-right: 5px; }
  button.open,
  input[type="submit"].open,
  input[type="button"].open {
    background-color: #e0e0e0; }

input[type="file"] {
  background: transparent; }

input[type="file"]::-ms-browse {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  text-align: left;
  transition: box-shadow 0.15s;
  vertical-align: middle;
  user-select: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.45rem;
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  padding: 5px 12px;
  line-height: 1.45rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #333; }
  input[type="file"]::-ms-browse[disabled], input[type="file"]::-ms-browse:disabled {
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    cursor: not-allowed; }
  input[type="file"]::-ms-browse.menu-item {
    position: relative; }
    input[type="file"]::-ms-browse.menu-item ul {
      display: none; }
    input[type="file"]::-ms-browse.menu-item:after {
      content: '+';
      font-family: 'Kickstart', Kickstart;
      font-size: 0.65rem;
      display: inline-block;
      color: rgba(0, 0, 0, 0.3); }
  input[type="file"]::-ms-browse:hover {
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
    text-decoration: none; }
  input[type="file"]::-ms-browse:active {
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
    text-decoration: none; }
  input[type="file"]::-ms-browse.menu-item:after {
    font-size: 0.85rem;
    margin-left: 6.25px; }
  input[type="file"]::-ms-browse.menu-item.open ul {
    display: block; }
  input[type="file"]::-ms-browse.menu-item ul {
    margin-top: 5px;
    right: -25px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    input[type="file"]::-ms-browse.menu-item ul li {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
  input[type="file"]::-ms-browse + .button-dropdown + ul {
    margin-top: 5px;
    right: -25px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  input[type="file"]::-ms-browse.button-dropdown {
    padding-left: 5px;
    padding-right: 5px; }
  input[type="file"]::-ms-browse.open {
    background-color: #e0e0e0; }

input[type="file"]::-ms-value {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.45rem;
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  margin: 0;
    margin-bottom: 0;
  border: 1px solid #CCC;
  display: block;
  border-radius: 3px;
  max-width: 100%;
  background: white;
  margin-right: 6.25px; }
  input[type="file"]::-ms-value:focus {
    outline: 0px;
    box-shadow: inset 0px 0px 0px 2px #47A5DF; }

input[type="file"]::-webkit-file-upload-button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  text-align: left;
  transition: box-shadow 0.15s;
  vertical-align: middle;
  user-select: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.45rem;
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  padding: 5px 12px;
  line-height: 1.45rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #333; }
  input[type="file"]::-webkit-file-upload-button[disabled], input[type="file"]::-webkit-file-upload-button:disabled {
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    cursor: not-allowed; }
  input[type="file"]::-webkit-file-upload-button.menu-item {
    position: relative; }
    input[type="file"]::-webkit-file-upload-button.menu-item ul {
      display: none; }
    input[type="file"]::-webkit-file-upload-button.menu-item:after {
      content: '+';
      font-family: 'Kickstart', Kickstart;
      font-size: 0.65rem;
      display: inline-block;
      color: rgba(0, 0, 0, 0.3); }
  input[type="file"]::-webkit-file-upload-button:hover {
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
    text-decoration: none; }
  input[type="file"]::-webkit-file-upload-button:active {
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
    text-decoration: none; }
  input[type="file"]::-webkit-file-upload-button.menu-item:after {
    font-size: 0.85rem;
    margin-left: 6.25px; }
  input[type="file"]::-webkit-file-upload-button.menu-item.open ul {
    display: block; }
  input[type="file"]::-webkit-file-upload-button.menu-item ul {
    margin-top: 5px;
    right: -25px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    input[type="file"]::-webkit-file-upload-button.menu-item ul li {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
  input[type="file"]::-webkit-file-upload-button + .button-dropdown + ul {
    margin-top: 5px;
    right: -25px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  input[type="file"]::-webkit-file-upload-button.button-dropdown {
    padding-left: 5px;
    padding-right: 5px; }
  input[type="file"]::-webkit-file-upload-button.open {
    background-color: #e0e0e0; }

.menu-item ul {
  display: none;
  position: absolute;
  padding: 0;
  list-style: none;
  z-index: 10;
  background: white;
  top: 100%;
  margin-top: 1px;
  left: -1px;
  min-width: 175px;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  border-radius: 3px;
  background: white; }
  .menu-item ul:before {
    display: block;
    position: absolute;
    content: ' '; }
  .menu-item ul li {
    border: 0px; }
    .menu-item ul li a:not([role=button]) {
      padding: 5px 12px;
      line-height: 1.45rem;
      margin-bottom: 0;
      font-size: 16px;
      padding-left: 12px;
      padding-right: 12px;
      color: #555;
      display: block;
      margin-bottom: 0;
      border-radius: 0;
      background: white;
      border-color: white;
      font-size: 16px; }
      .menu-item ul li a:not([role=button]).menu-item:after {
        font-size: 0.85rem;
        margin-left: 6.25px; }
      .menu-item ul li a:not([role=button]).menu-item.open ul {
        display: block; }
      .menu-item ul li a:not([role=button]).menu-item ul {
        margin-top: 5px;
        right: -25px;
        border: 1px solid #EDEDED;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
        .menu-item ul li a:not([role=button]).menu-item ul li {
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 0; }
      .menu-item ul li a:not([role=button]) + .button-dropdown + ul {
        margin-top: 5px;
        right: -25px;
        border: 1px solid #EDEDED;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
      .menu-item ul li a:not([role=button]).button-dropdown {
        padding-left: 5px;
        padding-right: 5px; }
      .menu-item ul li a:not([role=button]):hover {
        border-color: #F7F7F7;
        background: #F7F7F7;
        box-shadow: none;
        text-decoration: none; }
      .menu-item ul li a:not([role=button]):active {
        border-color: #EDEDED;
        background: #EDEDED;
        box-shadow: none; }
    .menu-item ul li:first-child {
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
      .menu-item ul li:first-child a:not([role=button]) {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px; }
    .menu-item ul li:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
      .menu-item ul li:last-child a:not([role=button]) {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px; }

.menu-item.open ul {
  display: block; }

form .errors p, form .warnings p, form .successes p, form p.error, form p.warning, form p.success {
  font-style: italic;
  margin-top: 7px;
  margin-bottom: 14px; }

form .errors label, form .errors p {
  color: #CA3518; }

form .errors input[type="date"],
form .errors input[type="datetime"],
form .errors input[type="datetime-local"],
form .errors input[type="email"],
form .errors input[type="month"],
form .errors input[type="number"],
form .errors input[type="password"],
form .errors input[type="tel"],
form .errors input[type="search"],
form .errors input[type="text"],
form .errors input[type="time"],
form .errors input[type="url"],
form .errors input[type="week"] {
  border-color: #CA3518; }

form .errors select {
  border-color: #CA3518;
  background-color: #CA3518; }

form .errors textarea {
  border-color: #CA3518; }

form .warnings label, form .warnings p {
  color: #ffe312; }

form .warnings input[type="date"],
form .warnings input[type="datetime"],
form .warnings input[type="datetime-local"],
form .warnings input[type="email"],
form .warnings input[type="month"],
form .warnings input[type="number"],
form .warnings input[type="password"],
form .warnings input[type="tel"],
form .warnings input[type="search"],
form .warnings input[type="text"],
form .warnings input[type="time"],
form .warnings input[type="url"],
form .warnings input[type="week"] {
  border-color: #ffe312; }

form .warnings select {
  border-color: #ffe312;
  background-color: #ffe312; }

form .warnings textarea {
  border-color: #ffe312; }

form .successes label, form .successes p {
  color: #58AA00; }

form .successes input[type="date"],
form .successes input[type="datetime"],
form .successes input[type="datetime-local"],
form .successes input[type="email"],
form .successes input[type="month"],
form .successes input[type="number"],
form .successes input[type="password"],
form .successes input[type="tel"],
form .successes input[type="search"],
form .successes input[type="text"],
form .successes input[type="time"],
form .successes input[type="url"],
form .successes input[type="week"] {
  border-color: #58AA00; }

form .successes select {
  border-color: #58AA00;
  background-color: #58AA00; }

form .successes textarea {
  border-color: #58AA00; }

form label.error, form span.error, form p.error {
  color: #CA3518; }

form label.warning, form span.warning, form p.warning {
  color: #ffe312; }

form label.success, form span.success, form p.success {
  color: #58AA00; }

form input.error, form select.error {
  border-color: #CA3518; }

form input.warning, form select.warning {
  border-color: #ffe312; }

form input.success, form select.success {
  border-color: #58AA00; }

.growl_container {
  position: fixed;
  top: 0;
  right: 0;
  padding: 12.5px;
  z-index: 2000;
  width: 300px;
  overflow: auto;
  max-height: 100vh; }

.growl {
  box-shadow: 0px 0px 12.5px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.45rem;
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  padding: 12.5px;
  background: #47A5DF;
  color: white;
  margin-bottom: 25px; }
  .growl.show, .growl.hide {
    animation-duration: 0.25s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-name: fadeInDown; }
  .growl.hide {
    animation-direction: reverse; }
  .growl p {
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.45rem;
    color: inherit; }
  .growl > *:last-child {
    margin-bottom: 0; }
  .growl h1 {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
    margin-top: 2rem;
    color: inherit; }
    .growl h1:first-child {
      margin-top: 0; }
  .growl a:not([role=button]) {
    color: inherit;
    text-decoration: underline; }

.status_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  pointer-events: none;
  transition: transform 0.25s;
  transform: translateY(0px); }
  .status_bar.hide {
    transform: translateY(-40px); }
  .status_bar .status_bar-status {
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid transparent;
    outline: none;
    margin-bottom: 25px;
    line-height: 1.45rem;
    font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
    background: #ffe312;
    font-size: 0.8rem;
    color: white;
    line-height: normal;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #555;
    color: black;
    text-align: center;
    margin: 5px auto;
    max-width: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    animation-duration: 0.25s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    z-index: 1000; }
    .status_bar .status_bar-status:after {
      border-top-color: #ffe312; }
  .status_bar .status_bar-status {
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid transparent;
    outline: none;
    margin-bottom: 25px;
    line-height: 1.45rem;
    font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
    background: #47A5DF;
    font-size: 0.8rem;
    color: white;
    line-height: normal;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px; }
    .status_bar .status_bar-status:after {
      border-top-color: #47A5DF; }
    .status_bar .status_bar-status[data-type="status-red"] {
      background: #CA3518; }
    .status_bar .status_bar-status[data-type="status-orange"] {
      background: darkorange; }
    .status_bar .status_bar-status[data-type="status-yellow"] {
      background: #ffe312;
      color: #333; }
    .status_bar .status_bar-status[data-type="status-green"] {
      background: #58AA00; }
    .status_bar .status_bar-status[data-type="status-blue"] {
      background: #47A5DF; }
    .status_bar .status_bar-status[data-type="status-violet"] {
      background: darkmagenta; }

[data-panel] {
  display: none; }
  [data-panel].open {
    display: block; }

.tooltip {
  margin-bottom: 0;
  position: absolute;
  display: block;
  opacity: 0;
  bottom: 100%;
  left: 50%;
  margin-left: -20px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  min-width: 100px;
  text-align: center;
  pointer-events: none;
  transition: transform 0.25s;
  transform: translateY(8px);
  z-index: 10;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.45rem;
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  background: #47A5DF;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 10px auto;
  left: 25%;
  border-top-color: #47A5DF; }
  .tooltip:after {
    border-top-color: #47A5DF; }
  .tooltip:after {
    border-top-style: solid;
    border-top-width: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0px;
    height: 0px;
    content: ' ';
    display: block;
    background: transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    pointer-events: none;
    opacity: 0;
    top: 100%;
    left: 0;
    margin-left: 8px;
    border-top-color: inherit; }
  .tooltip.tooltip-bottom {
    top: 100%;
    bottom: auto; }
    .tooltip.tooltip-bottom:after {
      bottom: 100%;
      top: auto;
      transform: rotate(180deg); }
  .tooltip.tooltip-left, .tooltip.tooltip-right {
    top: 50%;
    margin: 0;
      margin-top: -18px;
    bottom: auto; }
  .tooltip.tooltip-left {
    right: 100%;
    left: auto;
    margin-left: -8px; }
    .tooltip.tooltip-left:after {
      transform: rotate(-90deg);
      left: 100%;
      margin-left: -8px;
      top: 5px; }
  .tooltip.tooltip-right {
    left: 100%;
    right: auto; }
    .tooltip.tooltip-right:after {
      transform: rotate(90deg);
      left: auto;
      right: 100%;
      margin-left: 0;
      margin-right: -8px;
      top: 5px; }
  .tooltip.tooltip-red {
    background-color: #CA3518;
    border-top-color: #CA3518; }
  .tooltip.tooltip-orange {
    background-color: darkorange;
    border-top-color: darkorange; }
  .tooltip.tooltip-yellow {
    background-color: #ffe312;
    border-top-color: #ffe312;
    color: #555; }
  .tooltip.tooltip-green {
    background-color: #58AA00;
    border-top-color: #58AA00; }
  .tooltip.tooltip-blue {
    background-color: #47A5DF;
    border-top-color: #47A5DF; }
  .tooltip.tooltip-violet {
    background-color: darkmagenta;
    border-top-color: darkmagenta; }
  .tooltip.tooltip-primary {
    background-color: #47A5DF;
    border-top-color: #47A5DF; }
  .tooltip.tooltip-secondary {
    background-color: #EDEDED;
    border-top-color: #EDEDED; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'AvenirNext';
  font-weight: 500;
  src: url(../fonts/3493E4_0_0.eot);
  src: url(../fonts/3493E4_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3493E4_0_0.woff2) format("woff2"), url(../fonts/3493E4_0_0.woff) format("woff"), url(../fonts/3493E4_0_0.ttf) format("truetype"); }

@font-face {
  font-family: 'AvenirNext';
  font-weight: 600;
  src: url(../fonts/3493E4_1_0.eot);
  src: url(../fonts/3493E4_1_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3493E4_1_0.woff2) format("woff2"), url(../fonts/3493E4_1_0.woff) format("woff"), url(../fonts/3493E4_1_0.ttf) format("truetype"); }

@font-face {
  font-family: 'AvenirNext';
  font-weight: 700;
  src: url(../fonts/3493E4_2_0.eot);
  src: url(../fonts/3493E4_2_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3493E4_2_0.woff2) format("woff2"), url(../fonts/3493E4_2_0.woff) format("woff"), url(../fonts/3493E4_2_0.ttf) format("truetype"); }

@font-face {
  font-family: 'DIN';
  font-weight: 700;
  src: url(../fonts/3493E4_3_0.eot);
  src: url(../fonts/3493E4_3_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3493E4_3_0.woff2) format("woff2"), url(../fonts/3493E4_3_0.woff) format("woff"), url(../fonts/3493E4_3_0.ttf) format("truetype"); }

@font-face {
  font-family: 'DIN';
  font-weight: 900;
  src: url(../fonts/3493E4_4_0.eot);
  src: url(../fonts/3493E4_4_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3493E4_4_0.woff2) format("woff2"), url(../fonts/3493E4_4_0.woff) format("woff"), url(../fonts/3493E4_4_0.ttf) format("truetype"); }

@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: 400;
  src: url(../fonts/AvenirNextLTPro-Cn.otf) format("opentype"); }

@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: normal;
  font-style: italic;
  src: url(../fonts/AvenirNextLTPro-CnIt.otf) format("opentype"); }

@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: 500;
  src: url(../fonts/AvenirNextLTPro-MediumCn.otf) format("opentype"); }

@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: 600;
  src: url(../fonts/AvenirNextLTPro-DemiCn.otf) format("opentype"); }

@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: 700;
  src: url(../fonts/AvenirNextLTPro-BoldCn.otf) format("opentype"); }

@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: 800;
  src: url(../fonts/AvenirNextLTPro-HeavyCn.otf) format("opentype"); }

@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: 800;
  font-style: italic;
  src: url(../fonts/AvenirNextLTPro-HeavyCnIt.otf) format("opentype"); }

@font-face {
  font-family: 'PTSans';
  font-weight: 400;
  src: url(../fonts/PT_Sans-Web-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'PTSans';
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/PT_Sans-Web-Italic.ttf) format("truetype"); }

@font-face {
  font-family: 'PTSans';
  font-weight: 700;
  src: url(../fonts/PT_Sans-Web-Bold.ttf) format("truetype"); }

@font-face {
  font-family: 'PTSans';
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/PT_Sans-Web-BoldItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'PTSansNarrow';
  font-weight: 400;
  src: url(../fonts/PT_Sans-Narrow-Web-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'PTSansNarrow';
  font-weight: 700;
  src: url(../fonts/PT_Sans-Narrow-Bold.ttf) format("truetype"); }

.feature-table th:first-child,
.feature-table td:first-child, .destinations-hero-title, .mission-hero-title, .destination-service-hero-title, main.home .destinations-hero-subtitle, .content-section--bio .content-section-title, .content-section--hero .content-section-title, .content-section-label, .content-section-heading, .media-grid-item-title, .mobile-header-title, .content-section .search-result-label, .search-result-list-title, .scheduled-grid-title, .scheduled-participants-title, .destination-services-title, .destination-services-subtitle, .mobile-nav-title {
  font: 400 32px/1 "PTSansNarrow";
  text-transform: uppercase; }

.feature-table th:first-child,
.feature-table td:first-child, .destinations-hero-title, .mission-hero-title, .destination-service-hero-title, main.home .destinations-hero-subtitle {
  font-weight: bold;
  font-size: 26px; }
  @media screen and (min-width: 768px) {
    .feature-table th:first-child,
    .feature-table td:first-child, .destinations-hero-title, .mission-hero-title, .destination-service-hero-title, main.home .destinations-hero-subtitle {
      font-size: 52px; } }

.carousel-title, .content-section .search-result-query, .service-updates-title, .destination-service-hero-subtitle, main.home .destinations-hero-title, main.home .news .content-section-title, main.home .why-celestis .featured-grid-item-title, main.home .experience-and-care .featured-grid-item-title {
  font: 400 32px/1 "PTSansNarrow"; }
  @media screen and (min-width: 768px) {
    .carousel-title, .content-section .search-result-query, .service-updates-title, .destination-service-hero-subtitle, main.home .destinations-hero-title, main.home .news .content-section-title, main.home .why-celestis .featured-grid-item-title, main.home .experience-and-care .featured-grid-item-title {
      font-size: 42px; } }

.future-memorial-spaceflight .content-section-title, .content-section-title, main.home .pending-launch .content-section-title, main.home .choose-a-destination .content-section-title, main.home .witness-the-launch .content-section-title, main.home .celebrate-life .content-section-title, main.home .experience-and-care .content-section-title, main.home .track-your-spacecraft .content-section-title, main.home .why-celestis .content-section-title {
  font-family: "PTSansNarrow";
  font-weight: 400;
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    .future-memorial-spaceflight .content-section-title, .content-section-title, main.home .pending-launch .content-section-title, main.home .choose-a-destination .content-section-title, main.home .witness-the-launch .content-section-title, main.home .celebrate-life .content-section-title, main.home .experience-and-care .content-section-title, main.home .track-your-spacecraft .content-section-title, main.home .why-celestis .content-section-title {
      font-size: 45px; } }

.bordered, .destination-service-hero-launch-date p, .content-section--hero .content-section-content p, .content-section--container .content-section-content .content-section-article-title, .content-section--container .content-section-content p, .content-section-subtitle, .content-section h4, .content-section li, .content-section p, .countdown-label, .media-grid-item-copy, .table td, label, .input-group label, .carousel-slide-title, .carousel-slide p, .content-section .search-result-count, .definition-list dt, .definition-list dd, .album-grid-caption p, .featured-grid-item-title, .featured-grid-item-copy p, .destinations-hero-copy p, .dna-services .destination-services-subtitle, .destination-services-description, .destination-services-price, .completed-spaceflights-title, .launch-schedule-services .launch-date, .scheduled-missions-title, .mission-hero-launch-date, .mission-hero-price, .service-updates-details dt, .service-updates-copy, .destination-service-hero-quote p, .destination-service-hero-quote footer, .destination-service-hero-next-launch, .content-section--blockquote .content-section-quote-content p, .content-section--blockquote .content-section-quote-content footer, .content-section--media-grid .content-section-subtitle, .content-section--media-grid .content-section-price, .destination-service-contact-title, .destination-service-contact-subtitle, .mobile-nav-list li,
.content-section .mobile-nav-list li {
  font: 400 13px/1 "PTSansNarrow"; }

.container {
  max-width: calc(1280px + 30px);
  margin: auto;
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .container {
      max-width: calc(1280px + 60px);
      padding: 0 30px; } }

a {
  color: #d1d1d1;
  transition: 200ms color; }
  a:hover {
    text-decoration: none;
    color: #9e9e9e; }

.bordered, .destination-service-hero-launch-date p {
  font-size: 32px;
  color: white;
  border: 2px solid #3fbbfc;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 22px;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .bordered.large, .destination-service-hero-launch-date p.large {
      padding: 20px 45px;
      font-size: 52px;
      border-width: 4px; } }
  .bordered.red, .destination-service-hero-launch-date p.red {
    border-color: #cf3733; }
  .bordered.white, .destination-service-hero-launch-date p.white {
    border-color: #fff; }

sup {
  font-size: 35%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -1.5em; }

/* Components */
.content--background {
  background-attachment: fixed;
  background-size: contain;
  background-position: bottom center;
  background-color: #000;
  background-repeat: no-repeat; }

.future-memorial-spaceflight .content-section-title {
  /*text-transform: uppercase;*/
  margin-bottom: 25px; }

.content-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .content-section {
      padding: 130px 0; }
      .content-section.content-section--content.content-section--container {
        padding: 70px 0; } }
  .content-section p {
    max-width: 900px;
    margin: auto; }
  .content-section--hero {
    height: 70vh; }
    @media screen and (min-width: 768px) {
      .content-section--hero {
        /*padding: 220px 0;*/ } }
  .content-section--participantshero {
    height: auto; }
  @media screen and (min-width: 768px) {
    .content-section--inline, .content-section--cta-grid {
      padding: 60px 0; } }
  @media screen and (min-width: 768px) {
    .content-section--inline .container {
      max-width: 770px; } }
  @media screen and (min-width: 768px) {
    .content-section--bio {
      padding: 150px 0; } }
  .content-section--bio .content-section-profile {
    max-width: 390px;
    margin: 0 auto 25px; }
    @media screen and (min-width: 768px) {
      .content-section--bio .content-section-profile {
        margin-bottom: 50px; } }
    .content-section--bio .content-section-profile img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
  .content-section--bio .content-section-title {
    font-weight: bold;
    font-size: 28px; }
    @media screen and (min-width: 768px) {
      .content-section--bio .content-section-title {
        font-size: 64px; } }
  @media screen and (min-width: 768px) {
    .content-section--bio .content-section-body {
      max-width: 1050px;
      margin: auto; } }
  @media screen and (min-width: 768px) {
    .content-section--bio .content-section-body p {
      font-size: 22px;
      color: #414141; } }
  .content-section--bio .content-section-body a {
    color: #043464; }
  .content-section--bio .image-carousel {
    margin: 20px auto; }
    @media screen and (min-width: 768px) {
      .content-section--bio .image-carousel {
        margin: 70px auto; } }
  @media screen and (min-width: 768px) {
    .content-section--track-satellites {
      padding: 0; } }
  .content-section--track-satellites .content-section-track-satellites-desktop {
    display: none; }
    @media screen and (min-width: 768px) {
      .content-section--track-satellites .content-section-track-satellites-desktop {
        display: block; } }
  .content-section--track-satellites .content-section-track-satellites-mobile {
    display: block; }
    .content-section--track-satellites .content-section-track-satellites-mobile iframe {
      height: 550px; }
    @media screen and (min-width: 768px) {
      .content-section--track-satellites .content-section-track-satellites-mobile {
        display: none; } }
  .content-section--track-satellites .content-section-map {
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .content-section--track-satellites .content-section-map {
        margin-bottom: 50px;
        width: 60%; } }
  .content-section--track-satellites .content-section-track-satellites-content {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .content-section--track-satellites .content-section-track-satellites-content {
        width: 30%; } }
    .content-section--track-satellites .content-section-track-satellites-content h1 {
      color: #043464; }
    .content-section--track-satellites .content-section-track-satellites-content p {
      margin: 0;
      color: #414141; }
  @media screen and (min-width: 768px) {
    .content-section--nopadding {
      padding: 0 !important; } }
  @media screen and (min-width: 768px) {
    .content-section--nobottompadding {
      padding-bottom: 0 !important; } }
  @media screen and (min-width: 768px) {
    .content-section--short {
      padding: 70px 0; } }
  .content-section--dark {
    background-color: #414141; }
  .content-section--transparent {
    background-color: transparent; }
  .content-section--featured-grid {
    padding-top: 70px; }
  .content-section--pending-launch {
    padding: 35px 0; }
  .content-section-row {
    display: inline-flex;
    width: calc(100% + 15px);
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 30px; }
  .content-section-image {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    text-align: center; }
    @media screen and (min-width: 0) {
      .content-section-image {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 768px) {
      .content-section-image {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .content-section-image {
      width: calc(25% - 15px); } }
    @media screen and (min-width: 768px) {
        .faq .content-section-image {
          width: calc(100% - 15px);
          clear: none;
          display: block;
          margin-left: 7.5px;
          margin-right: 7.5px; } }
    @media screen and (min-width: 768px) and (min-width: 0) {
      .faq .content-section-image {
        width: calc(50% - 15px); } }
    .content-section-image img {
      max-width: 100%; }
  .content-section-image-caption {
    display: block;
    font-size: 14px; }
  .content-section-content {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px; }
    @media screen and (min-width: 0) {
      .content-section-content {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 768px) {
      .faq .content-section-image + .content-section-content {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .faq .content-section-image + .content-section-content {
      width: calc(50% - 15px); } }
    .content-section-image + .content-section-content, .content-section-content.content-section-content--has-image {
      text-align: left; }
      @media screen and (min-width: 768px) {
        .content-section-image + .content-section-content, .content-section-content.content-section-content--has-image {
          width: calc(100% - 15px);
          clear: none;
          display: block;
          margin-left: 7.5px;
          margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .content-section-image + .content-section-content, .content-section-content.content-section-content--has-image {
      width: calc(75% - 15px); } }
    .content-section--hero .content-section-content {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px;
      font-size: 20px; }
      @media screen and (min-width: 0) {
        .content-section--hero .content-section-content {
          width: calc(100% - 15px); } }
      @media screen and (min-width: 768px) {
        .content-section--hero .content-section-content p {
          font-size: 32px; } }
    .content-section--container .content-section-content .content-section-article-title {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 20px; }
      .content-section--container .content-section-content .content-section-article-title span {
        opacity: 0.4;
        display: block;
        margin: 20px 0;
        font-size: 30px;
        font-weight: 400; }
      .content-section--container .content-section-content .content-section-article-title span + span {
        opacity: 0.6; }
      .content-section--container .content-section-content .content-section-article-title span + span + span {
        opacity: 0.8;
        margin-bottom: 40px; }
    .content-section--container .content-section-content p {
      font-size: 22px;
      line-height: 22px; }
      .content-section--container .content-section-content p.content-section-date {
        font-style: italic; }
  .content-section-body {
    margin: auto; }
    .content-section-body p a {
      text-decoration: underline;
      /*font-weight: 400;*/ }
      .content-section--dark .content-section-body p a {
        color: #fff; }
  .content-section-column {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    text-align: left; }
    @media screen and (min-width: 0) {
      .content-section-column {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 768px) {
      .content-section-column {
        width: calc(50% - 50px);
        margin-left: 25px;
        margin-right: 25px; } }
  .content-section-blog-article {
    margin-top: 15px;
    position: relative;
    height: 55%; }
  .content-section-blog-article-cta {
    bottom: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto; }
  .content-section-title {
    margin-bottom: 25px;
    color: #FFF;
    font-weight: 600;
    margin-top: 5px; }
    @media screen and (min-width: 768px) {
      .content-section-title {
        margin-bottom: 25px; }
        .content-section--content.content-section--container .content-section-title {
          margin-bottom: 70px; } }
    .content-section--hero .content-section-title {
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 26px; }
      @media screen and (min-width: 768px) {
        .content-section--hero .content-section-title {
          font-size: 64px;
          margin-bottom: 40px; } }
    .content-section--title .content-section-title {
      margin-bottom: 0; }
  .content-section-subtitle {
    font-size: 26px; }
    @media screen and (min-width: 768px) {
      .content-section-subtitle {
        font-size: 32px;
        margin: 20px 0 0; } }
  .content-section-label {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: bold !important; }
    .content-section--blue .content-section-label {
      color: #043464; }
    .content-section--light .content-section-label {
      color: #414141; }
    @media screen and (min-width: 768px) {
      .content-section-label {
        font-size: 24px; } }
  .content-section-heading {
    font-size: 26px; }
    @media screen and (min-width: 768px) {
      .content-section-heading {
        font-size: 52px; } }
  .content-section-cta {
    margin-top: 20px; }
  .content-section h4 {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: bold; }
  .content-section ul {
    padding: 0 0 0 20px; }
  .content-section li, .content-section p {
    font-size: 18px;
    line-height: 24px;
    color: white; }
    @media screen and (min-width: 768px) {
      .content-section li, .content-section p {
        font-size: 22px;
        line-height: 36px; } }
  .content-section p {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .content-section p {
        margin-bottom: 20px; } }
    .content-section p a {
      text-decoration: underline; }
  .content-section a {
    color: #043464;
    font-weight: bold; }
  .content-section.content-section--dark a:not(.button) {
    color: #3fbbfc; }
  .content-section.content-section--bio a {
    font-weight: 400; }
  @media screen and (min-width: 768px) {
    .content-section--offset .content-section-title, .content-section--offset p, .content-section--offset .content-section-label {
      margin-left: 25%; } }
  @media screen and (min-width: 768px) {
    .content-section--offset-25 .content-section-title, .content-section--offset-25 p, .content-section--offset-25 .content-section-label, .content-section--offset-25 a.button {
      margin-left: 25%; } }
  @media screen and (min-width: 768px) {
    .content-section--offset-50 .content-section-title, .content-section--offset-50 .content-section-subtitle, .content-section--offset-50 p, .content-section--offset-50 .content-section-label, .content-section--offset-50 a.button {
      margin-left: 50%; } }
  .content-section--center {
    text-align: center; }
  .content-section--blue .content-section-title,
  .content-section--blue .content-section-image-caption,
  .content-section--blue h4, .content-section--blue li, .content-section--blue p {
    color: #043464; }
  .content-section--light .content-section-title,
  .content-section--light .content-section-image-caption,
  .content-section--light h4, .content-section--light li, .content-section--light p {
    color: #414141; }
  .content-section--dark .content-section-title,
  .content-section--dark .content-section-subtitle,
  .content-section--dark .content-section-image-caption,
  .content-section--dark .content-section-content p {
    color: #fff; }
  .content-section--transparent-dark .content-section-image-caption {
    color: #fff; }

.countdown {
  margin-top: 25px;
  line-height: 28px; }
  .countdown-label {
    font-size: 24px;
    vertical-align: middle;
    color: #043464;
    display: block; }
  .countdown-holder {
    border: 1px solid #043464;
    padding: 5px 25px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    color: #043464;
    font-family: 'Courier New';
    font-size: 24px;
    line-height: 1; }

.media-grid {
  display: inline-flex;
  width: calc(100% + 15px);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  justify-content: center;
  margin-bottom: 30px; }

.media-grid-item {
  margin: 15px 0;
  text-align: center;
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px; }
  @media screen and (min-width: 0) {
    .media-grid-item {
      width: calc(100% - 15px); } }
  @media screen and (min-width: 768px) {
    .media-grid-item {
      width: calc(33.33333% - 20px);
      margin: 10px; }
      .media-grid--4 .media-grid-item {
        width: calc(25% - 36px); }
      .media-grid--fixed .media-grid-item {
        width: 250px; } }
  .media-grid-item-image {
    /*max-width: 135px;*/
    margin: auto;
    overflow: hidden; }
    .news-item .media-grid-item-image {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 100%;
      max-width: none; }
      @media screen and (min-width: 768px) {
        .news-item .media-grid-item-image {
          padding-top: 75%; } }
    @media screen and (min-width: 768px) {
      .media-grid-item-image {
        max-width: none;
        padding-top: 100%;
        position: relative; } }
    .media-grid-item-image img {
      /*height: 100%;*/
      width: 100%;
      display: block;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .media-grid-item-image img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          object-position: center;
          object-fit: cover; } }
  .media-grid-item-distributor-image {
    /*max-width: 135px;*/
    margin: auto;
    overflow: hidden; }
    .news-item .media-grid-item-distributor-image {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 100%;
      max-width: none; }
      @media screen and (min-width: 768px) {
        .news-item .media-grid-item-distributor-image {
          padding-top: 75%; } }
    @media screen and (min-width: 768px) {
      .media-grid-item-distributor-image {
        max-width: 80%;
        padding-top: 100%;
        position: relative; } }
    .media-grid-item-distributor-image img {
      /*height: 100%;*/
      width: 80%;
      display: block;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .media-grid-item-distributor-image img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          object-position: center;
          object-fit: cover; } }
  .media-grid-item-blog-image {
    margin: auto;
    overflow: hidden; }
    .news-item .media-grid-item-blog-image {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 100%;
      max-width: none; }
      @media screen and (min-width: 768px) {
        .news-item .media-grid-item-blog-image {
          padding-top: 75%; } }
    @media screen and (min-width: 768px) {
      .media-grid-item-blog-image {
        max-width: none;
        padding-top: 100%;
        position: relative; } }
    .media-grid-item-blog-image img {
      /*height: 100%;*/
      width: 100%;
      display: block;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .media-grid-item-blog-image img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          object-position: center;
          object-fit: cover; } }
  .media-grid-item-title {
    font-weight: bold;
    font-size: 26px;
    margin: 20px 0 10px;
    /*text-transform: uppercase;*/
    color: #043464; }
    .news-item .media-grid-item-title {
      text-align: left; }
    .content-section--light .media-grid-item-title {
      color: #043464; }
    .media-grid-item-title-link {
      color: #043464; }
      .content-section--dark .media-grid-item-title-link {
        color: #ffffff; }
      .media-grid-item-title-link:hover {
        color: #414141; }
        .content-section--dark .media-grid-item-title-link:hover {
          color: #ffffff; }
    .media-grid-item-title-link-participants-testimonials-grid {
      color: #043464; }
      .content-section--dark .media-grid-item-title-link-participants-testimonials-grid {
        color: #ffffff; }
      .media-grid-item-title-link-participants-testimonials-grid .media-grid-item-copy:hover {
        color: #ffffff;
        text-decoration: underline; }
    .content-section--dark .media-grid-item-title {
      color: #ffffff; }
  .media-grid-item-link .media-grid-item-copy {
    color: #043464; }
    .content-section--dark .media-grid-item-link .media-grid-item-copy {
      color: #ffffff; }
    .media-grid-item-link .media-grid-item-copy:hover {
      color: #414141; }
  .media-grid-item-copy {
    font-size: 18px;
    line-height: 24px;
    margin: 0; }
    .content-section--light .media-grid-item-copy {
      color: #414141; }
    .content-section--dark .media-grid-item-copy {
      color: #ffffff; }
    .media-grid-item-link .media-grid-item-copy {
      color: #043464; }
    .media-grid-item-copy p {
      margin: 10px 0 0;
      color: inherit; }
      .media-grid-item-copy p:first-child {
        margin-top: 0; }
  .media-grid-item .popup-gallery {
    float: left;
    cursor: pointer; }

.participants-testimonials-grid:hover {
  color: #3fbbfc; }

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }
  .table th, .table td {
    padding: 10px 15px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .table th, .table td {
        padding: 35px; } }
  .table thead {
    display: none; }
    @media screen and (min-width: 768px) {
      .table thead {
        display: table-header-group; } }
  .table tbody tr {
    display: block;
    margin: 10px 0;
    background-color: #efefef;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 10px;
    border-radius: 3px;
    padding: 10px 0 20px; }
    @media screen and (min-width: 768px) {
      .table tbody tr {
        display: table-row;
        margin: 0;
        background: none;
        box-shadow: none;
        border-radius: 0px;
        padding: 0; } }
  .table tbody tr.highlight td {
    background-color: #3fbbfc !important;
    color: #fff; }
  @media screen and (min-width: 768px) {
    .table tbody tr td {
      border-top: 1px solid #a0a0a0; } }
  .table tbody tr:first-child td {
    border-top: 0; }
  .table th {
    font: bold 24px/1 courier;
    text-transform: uppercase; }
  .table td {
    font-size: 14px;
    color: #000;
    display: block; }
    @media screen and (min-width: 768px) {
      .table td {
        font-size: 22px; } }
    .table td:first-child {
      font-weight: bold;
      font-size: 22px;
      text-align: center; }
    @media screen and (min-width: 768px) {
      .table td {
        display: table-cell; } }
    .table td h4 {
      font-size: 14px;
      margin: 0 10px 0 0;
      display: inline-block;
      width: 50%; }
      @media screen and (min-width: 768px) {
        .table td h4 {
          display: none; } }
    .table td.feature span {
      width: 24%;
      vertical-align: top;
      text-align: right;
      display: inline-block; }
    .table td.feature h4 {
      width: 75%;
      margin: 0; }
    .table td p {
      font-size: 14px;
      margin: 0;
      line-height: 1; }
    .table td.subsection {
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      background-color: #cecdcd; }
  .table.blue th {
    background-color: #043464;
    color: #fff;
    border-left: 2px solid #043464; }
  .table.blue tbody td:first-child a {
    color: #043464; }
  .table.blue tbody td:first-child h4 {
    display: none; }
  @media screen and (min-width: 768px) {
    .table.blue tbody tr td:first-child {
      border-left: 2px solid #043464;
      border-right: 2px solid #043464; } }
  @media screen and (min-width: 768px) {
    .table.blue tbody tr td:last-child {
      border-right: 2px solid #043464; } }
  @media screen and (min-width: 768px) {
    .table.blue tbody tr:last-child td {
      border-bottom: 2px solid #043464; } }
  .table.blue td.subsection {
    color: #043464; }
  .table.blue p a {
    color: #3fbbfc; }
  .table.round th:first-child {
    border-radius: 10px 0 0 0; }
  .table.round th:last-child {
    border-radius: 0 10px 0 0; }
  .table.round tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px; }
  .table.round tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0; }
  @media screen and (min-width: 768px) {
    .table.striped tbody tr:nth-child(odd) td {
      background-color: #e5e5e5; } }
  @media screen and (min-width: 768px) {
    .table--mobile {
      display: none; } }

.button {
  padding: 8px 20px;
  display: inline-block;
  font: 700 18px/1 "PTSansNarrow";
  text-transform: uppercase;
  text-align: center; }
  .button:hover {
    text-decoration: none; }
  .button.large {
    display: inline-block;
    padding: 10px 20px; }
    @media screen and (min-width: 768px) {
      .button.large {
        font-size: 24px;
        padding: 15px 35px;
        display: inline-block; } }
  .button.medium {
    font-size: 22px;
    padding: 10px 30px; }
  .button.small {
    font-size: 9px;
    padding: 3px 5px; }
  .button.primaryspecial, .button.primaryspecial--dark, .button.primaryspecial--dark {
    background-color: #3fbbfc !important;
    background-image: linear-gradient(#3fbbfc, rgba(4, 52, 100, 0.5)) !important;
    color: white !important;
    border: 0 !important;
    border-radius: 10px;
    transition: 200ms all; }
    .button.primaryspecial:hover, .button.primaryspecial--dark:hover {
      background-image: linear-gradient(#3fbbfc, rgba(4, 52, 100, 0)); }
    .button.primaryspecial--dark {
      background-color: #043464 !important;
      background-image: linear-gradient(rgba(4, 52, 100, 0.5), rgba(63, 187, 252, 0.5)); }
      .button.primaryspecial--dark:hover {
        background-image: linear-gradient(rgba(4, 52, 100, 0), rgba(63, 187, 252, 0)); }
  .button.secondary {
    background-color: white;
    color: #3fbbfc;
    border-radius: 10px;
    transition: 200ms all;
    border: 0;
    box-shadow: none; }
    .button.secondary:hover {
      background-color: #3fbbfc;
      color: white; }
  .button.hollow {
    border-radius: 10px;
    border: 2px solid #3fbbfc;
    color: #3fbbfc;
    transition: all 200ms;
    background: none; }
    .button.hollow.secondary {
      color: white;
      border-color: white;
      margin-top: 20px; }
      .button.hollow.secondary:hover {
        background-color: white;
        color: black; }
    .button.hollow.faded {
      color: #404040;
      border-color: #404040; }
      .button.hollow.faded:hover, .button.hollow.faded:active, .button.hollow.faded:focus {
        color: #fff;
        border-color: #fff;
        background-color: transparent; }
    .button.hollow.small {
      border-radius: 5px;
      border-width: 1px; }
    .button.hollow:hover {
      background-color: #3fbbfc;
      color: white; }

.show-more-btn {
  font: 400 24px/1 "PTSansNarrow";
  color: white;
  text-align: center;
  display: block;
  text-transform: uppercase; }
  .show-more-btn:hover {
    color: #414141; }
  .show-more-btn:after {
    content: "\F107";
    font-family: "FontAwesome";
    font-size: 32px;
    font-weight: 700;
    display: block; }

.fixed-contact-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999; }

.back-to-top {
  color: #3fbbfc;
  border-color: #3fbbfc; }

.back-to-nav {
  position: fixed;
  display: none;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #FFF;
  text-align: center;
  font-size: 24px;
  color: #a6001c;
  text-decoration: none;
  z-index: 9999; }

.back-to-nav:hover {
  color: #088FD6; }

input[type=text],
input[type=email],
select,
textarea {
  border: 1px solid #3fbbfc;
  background: none;
  border-radius: 10px;
  padding: 5px 15px;
  font: italic 400 14px/1 "PTSansNarrow";
  color: #3fbbfc; }
  input[type=text]:focus,
  input[type=email]:focus,
  select:focus,
  textarea:focus {
    box-shadow: none; }
  @media screen and (min-width: 768px) {
    input[type=text],
    input[type=email],
    select,
    textarea {
      font-size: 18px; } }

textarea {
  resize: none; }

label {
  font-weight: bold; }

.form.light label, .form--light label {
  color: white; }
  .form.light label.error, .form--light label.error {
    color: #CA3518;
    font-size: 90%;
    margin-top: 5px; }

.form.light input,
.form.light select,
.form.light textarea, .form--light input,
.form--light select,
.form--light textarea {
  background: white;
  color: #3fbbfc;
  border: 0; }

.form--blue label {
  color: #043464; }

.form--blue input[type=text], .form--blue input[type=email], .form--blue select, .form--blue textarea {
  border-color: #043464; }

.form.large input[type=text], .form.large input[type=email], .form.large select, .form.large textarea {
  padding: 12px 15px; }

.form.large input[type=text], .form.large input[type=email], .form.large select {
  height: 38px; }
  @media screen and (min-width: 768px) {
    .form.large input[type=text], .form.large input[type=email], .form.large select {
      height: 49px; } }

.form.large label {
  font-size: 17px; }
  @media screen and (min-width: 768px) {
    .form.large label {
      font-size: 22px; } }

.form.large button.large {
  padding: 13px 30px; }

@media screen and (min-width: 768px) {
  .form.large .form-group label {
    line-height: 49px;
    font-size: 28px; } }

.form.large .form-text-block {
  line-height: 27px;
  font-size: 18px;
  color: #FFFFFF; }
  .form.large .form-text-block input[type=checkbox] {
    width: 1%; }

@media screen and (min-width: 768px) {
  .form.large .input-group input[type=text], .form.large .input-group input[type=email], .form.large .input-group select, .form.large .input-group button, .form.large .input-group label {
    margin: 0 10px; } }

.form-row {
  display: inline-flex;
  width: calc(100% + 15px);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .form.large .form-row {
    margin: 0 -10px;
    width: calc(100% + 20px); }
    @media screen and (min-width: 768px) {
      .form.large .form-row {
        margin: 0 -20px;
        width: calc(100% + 40px); } }

.form-group {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px; }
  @media screen and (min-width: 0) {
    .form-group {
      width: calc(100% - 15px); } }
  .form.large .form-group {
    margin: 0 10px 20px; }
    @media screen and (min-width: 768px) {
      .form.large .form-group {
        margin: 0 20px 40px; } }
  .form-group.auto {
    flex-grow: 1;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .form-group.auto {
        width: auto; } }
  .form-group.shrink {
    width: auto; }
  .form-group input,
  .form-group textarea,
  .form-group select {
    width: 100%; }

.input-group {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .input-group {
      display: inline-flex;
      width: calc(100% + 15px);
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -7.5px;
      margin-right: -7.5px;
      text-align: left; } }
  .input-group label {
    text-transform: uppercase;
    margin: 0 3px;
    line-height: 35px; }
  .input-group input {
    margin: auto;
    min-width: 225px; }
    @media screen and (min-width: 768px) {
      .input-group input {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        flex-grow: 1;
        margin: 0 3px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .input-group input {
      width: calc(8.33333% - 15px); } }
  .input-group button {
    margin: 20px 0 0; }
    @media screen and (min-width: 768px) {
      .input-group button {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        margin: 0 3px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .input-group button {
      width: calc(8.33333% - 15px); } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .input-group button {
      width: auto; } }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #3fbbfc; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3fbbfc;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3fbbfc;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3fbbfc; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3fbbfc; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #3fbbfc; }

.secondary-links nav ul, .top-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .secondary-links nav ul li, .top-nav nav ul li {
    display: inline-block;
    padding: 0 15px;
    border-left: 2px solid #cccccc;
    line-height: 16px; }
    .secondary-links nav ul li:first-child, .top-nav nav ul li:first-child {
      border-left: 0;
      padding-left: 0; }
    .secondary-links nav ul li:last-child, .top-nav nav ul li:last-child {
      padding-right: 0; }
  .secondary-links nav ul a, .top-nav nav ul a {
    font: 400 16px/1 "PTSansNarrow";
    color: #cccccc;
    text-transform: uppercase;
    transition: color 200ms; }
    .secondary-links nav ul a:hover, .top-nav nav ul a:hover {
      text-decoration: none;
      color: #999999; }

.facts {
  background-color: #414141;
  padding: 40px 0; }
  .facts-title {
    font: 400 32px/1 "PTSansNarrow";
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0;
    margin: 0; }
  .facts-list {
    display: inline-flex;
    width: calc(100% + 15px);
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px; }
    @media screen and (min-width: 768px) {
      .facts-list {
        padding: 20px 0; } }
  .facts-item {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 0; }
    @media screen and (min-width: 0) {
      .facts-item {
        width: calc(33.33333% - 15px); } }
    @media screen and (min-width: 0) {
      .facts-item {
        width: calc(33.33333% - 40px); } }
    @media screen and (min-width: 768px) {
      .facts-item {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        flex-grow: 1;
        padding: 0; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .facts-item {
      width: calc(8.33333% - 15px); } }
  .facts-icon {
    font-size: 45px;
    text-align: center;
    color: white; }
    @media screen and (min-width: 768px) {
      .facts-icon {
        font-size: 90px; } }
  .facts-label {
    font: 400 14px/1 "PTSansNarrow";
    color: white;
    text-align: center;
    padding: 15px 0 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .facts-label {
        font-size: 24px;
        padding-top: 30px; } }

.social {
  background-color: #333333;
  padding: 30px 0;
  border-top: 1px solid white; }
  @media screen and (min-width: 1025px) {
    .social {
      padding: 40px 0; } }
  .social-row {
    display: inline-flex;
    width: calc(100% + 15px);
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    justify-content: space-between; }
  .social-links {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px; }
    @media screen and (min-width: 0) {
      .social-links {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 415px) {
      .social-links {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px; } }
  @media screen and (min-width: 415px) and (min-width: 0) {
    .social-links {
      width: calc(100% - 15px); } }
    @media screen and (min-width: 1025px) {
      .social-links {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px; } }
  @media screen and (min-width: 1025px) and (min-width: 0) {
    .social-links {
      width: calc(50% - 15px); } }
    .social-links ul {
      list-style: none;
      margin: 0 0 5px;
      padding: 0;
      text-align: center; }
      .social-links ul li {
        display: inline-block;
        padding: 0 10px; }
        .social-links ul li:first-child {
          padding-left: 0; }
        .social-links ul li:last-child {
          padding-right: 0; }
      .social-links ul a {
        color: #3fbbfc;
        font-size: 35px; }
    @media screen and (min-width: 1025px) {
      .social-links .secondary-links, .social-links .top-nav {
        display: block; } }
  .social-logo {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (min-width: 0) {
      .social-logo {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 415px) {
      .social-logo {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        text-align: center; } }
  @media screen and (min-width: 415px) and (min-width: 0) {
    .social-logo {
      width: calc(100% - 15px); } }
    @media screen and (min-width: 1025px) {
      .social-logo {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 5px;
        text-align: left; } }
  @media screen and (min-width: 1025px) and (min-width: 0) {
    .social-logo {
      width: calc(16.66667% - 15px); } }
  .social-newsletter {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    text-align: center;
    margin-top: 30px; }
    @media screen and (min-width: 0) {
      .social-newsletter {
        width: calc(100% - 15px); } }
    .social-newsletter input[type="text"] {
      width: 50%;
      float: left;
      margin-right: 15px; }
    @media screen and (min-width: 415px) {
      .social-newsletter {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px; } }
  @media screen and (min-width: 415px) and (min-width: 0) {
    .social-newsletter {
      width: calc(100% - 15px); } }
    @media screen and (min-width: 415px) {
        .social-newsletter input[type="text"] {
          width: 45%;
          float: left; }
        .social-newsletter .form-inputs {
          margin-right: 20%;
          margin-left: 27%; } }
    @media screen and (min-width: 1025px) {
      .social-newsletter {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        text-align: left;
        margin-top: 0; } }
  @media screen and (min-width: 1025px) and (min-width: 0) {
    .social-newsletter {
      width: calc(33.33333% - 15px); } }
    @media screen and (min-width: 1025px) {
        .social-newsletter input[type="text"] {
          width: 50%;
          float: left;
          margin-right: 15px;
          margin-left: 0px; }
        .social-newsletter .form-inputs {
          margin-left: 0px; } }
    .social-newsletter label {
      font: 400 16px/1 "PTSansNarrow";
      color: #cccccc;
      text-transform: uppercase; }

.header {
  background-color: black; }

.header-top {
  display: inline-flex;
  width: calc(100% + 15px);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  justify-content: space-between;
  padding: 10px 0; }
  @media screen and (min-width: 768px) {
    .header-top {
      padding: 15px 0; } }
  .header-top .logo,
  .header-top .top-nav {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px; }
    @media screen and (min-width: 768px) {
      .header-top .logo,
      .header-top .top-nav {
        width: calc(50% - 15px); } }
  .header-top .top-nav {
    display: none; }
    @media screen and (min-width: 1400px) {
      .header-top .top-nav {
        width: auto;
        display: block; } }
  .header-top .mobile-logo {
    display: inline-block;
    min-height: 40px; }
    .header-top .mobile-logo span {
      font: 600 14px/40px "PTSansNarrow";
      color: white;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      opacity: 0.7; }
    @media screen and (min-width: 768px) {
      .header-top .mobile-logo {
        display: none; } }
  .header-top .logo {
    font: 600 14px/40px "PTSansNarrow";
    color: white;
    text-transform: uppercase;
    max-height: 40px;
    display: none; }
    @media screen and (min-width: 768px) {
      .header-top .logo {
        display: block; } }
    @media screen and (min-width: 1400px) {
      .header-top .logo {
        font-size: 35px;
        line-height: 110px;
        max-height: none;
        font-size: 24px; } }
    .header-top .logo img {
      vertical-align: middle;
      max-height: 100%;
      display: inline-block; }
    .header-top .logo span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      opacity: 0.7; }
      @media screen and (min-width: 1400px) {
        .header-top .logo span {
          vertical-align: bottom;
          margin-bottom: 24px; } }
      @media screen and (min-width: 1400px) {
        .header-top .logo span br {
          display: none; } }

.main-nav {
  font-size: 16px;
  margin-bottom: 25px;
  background-color: #EDEDED;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: transparent; }
  .main-nav nav {
    width: 100%;
    border-radius: 0;
    position: relative;
    color: #555; }
    @media screen and (min-width: 768px) {
      .main-nav nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between; } }
    .main-nav nav h1 {
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
      margin-top: 2rem;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 1.45rem; }
      .main-nav nav h1:first-child {
        margin-top: 0; }
    .main-nav nav p {
      margin: 0; }
    .main-nav nav > ul {
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .main-nav nav > ul {
          display: flex;
          justify-content: space-between;
          align-content: space-between;
          align-items: center;
          flex-wrap: wrap; } }
      @media screen and (min-width: 768px) {
        .main-nav nav > ul:last-child li.menu-item.open ul, .main-nav nav > ul:last-child li .menu-item.open[role="button"] ul {
          left: auto;
          right: -1px; } }
      @media screen and (min-width: 768px) {
        .main-nav nav > ul:only-child li.menu-item.open ul, .main-nav nav > ul:only-child li .menu-item.open[role="button"] ul {
          left: -1px;
          right: auto; } }
      .main-nav nav > ul > li {
        list-style: none;
        padding: 5px 5px;
        border-radius: 3px;
        border: 1px solid transparent;
        outline: none;
        margin-bottom: 25px;
        line-height: 1.45rem;
        font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
        margin-bottom: 0;
        border-radius: 0;
        padding: 10px 12px;
        position: relative;
        user-select: none;
        border-left: 0px;
        border-right: 0px; }
        @media screen and (min-width: 768px) {
          .main-nav nav > ul > li {
            margin: 0; } }
        .main-nav nav > ul > li.navbar-title {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media screen and (min-width: 768px) {
            .main-nav nav > ul > li.navbar-title > h1, .main-nav nav > ul > li.navbar-title > h2, .main-nav nav > ul > li.navbar-title > h3, .main-nav nav > ul > li.navbar-title > h4, .main-nav nav > ul > li.navbar-title > h5, .main-nav nav > ul > li.navbar-title > h6 {
              padding: 4px 12px; } }
          .main-nav nav > ul > li.navbar-title button {
            display: inline-block;
            cursor: pointer;
            text-decoration: none;
            color: #222;
            text-align: left;
            transition: box-shadow 0.15s;
            vertical-align: middle;
            user-select: none;
            padding: 5px 5px;
            border-radius: 3px;
            border: 1px solid transparent;
            outline: none;
            margin-bottom: 25px;
            line-height: 1.45rem;
            font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
            padding: 5px 12px;
            line-height: 1.45rem;
            margin-bottom: 0;
            font-size: 16px;
            padding-left: 12px;
            padding-right: 12px;
            background-color: transparent;
            border-color: transparent;
            color: white;
            color: #333;
            background: transparent;
            border-color: transparent;
            color: inherit;
            font-family: Kickstart, 'Kickstart';
            padding-left: 0;
            padding-right: 0;
            opacity: 0.5;
            display: none; }
            .main-nav nav > ul > li.navbar-title button[disabled], .main-nav nav > ul > li.navbar-title button:disabled {
              color: rgba(0, 0, 0, 0.25);
              pointer-events: none;
              cursor: not-allowed; }
            .main-nav nav > ul > li.navbar-title button.menu-item {
              position: relative; }
              .main-nav nav > ul > li.navbar-title button.menu-item ul {
                display: none; }
              .main-nav nav > ul > li.navbar-title button.menu-item:after {
                content: '+';
                font-family: 'Kickstart', Kickstart;
                font-size: 0.65rem;
                display: inline-block;
                color: rgba(0, 0, 0, 0.3); }
            .main-nav nav > ul > li.navbar-title button:hover {
              box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
              text-decoration: none; }
            .main-nav nav > ul > li.navbar-title button:active {
              box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
              text-decoration: none; }
            .main-nav nav > ul > li.navbar-title button.menu-item:after {
              font-size: 0.85rem;
              margin-left: 6.25px; }
            .main-nav nav > ul > li.navbar-title button.menu-item.open ul {
              display: block; }
            .main-nav nav > ul > li.navbar-title button.menu-item ul {
              margin-top: 5px;
              right: -25px;
              border: 1px solid #EDEDED;
              box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
              .main-nav nav > ul > li.navbar-title button.menu-item ul li {
                padding-left: 0;
                padding-right: 0;
                margin-bottom: 0; }
            .main-nav nav > ul > li.navbar-title button + .button-dropdown + ul {
              margin-top: 5px;
              right: -25px;
              border: 1px solid #EDEDED;
              box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .main-nav nav > ul > li.navbar-title button.button-dropdown {
              padding-left: 5px;
              padding-right: 5px; }
            .main-nav nav > ul > li.navbar-title button.open {
              background-color: transparent; }
            .main-nav nav > ul > li.navbar-title button:hover, .main-nav nav > ul > li.navbar-title button:active {
              box-shadow: none; }
            .main-nav nav > ul > li.navbar-title button:hover {
              opacity: 1; }
            @media screen and (min-width: 768px) {
              .main-nav nav > ul > li.navbar-title button {
                display: none; } }
        .main-nav nav > ul > li ul {
          display: none; }
        .main-nav nav > ul > li.menu-item.open ul, .main-nav nav > ul > li .menu-item.open ul {
          display: block; }
        .main-nav nav > ul > li.menu-item {
          padding: 9px 12px;
          cursor: pointer;
          border-left: 1px solid transparent;
          border-right: 1px solid transparent; }
          .main-nav nav > ul > li.menu-item ul {
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }
          .main-nav nav > ul > li.menu-item:before {
            content: '=';
            margin-right: 8px; }
          .main-nav nav > ul > li.menu-item:before, .main-nav nav > ul > li.menu-item:after {
            font-family: 'Kickstart', Kickstart;
            display: inline-block;
            font-size: 10.4px;
            vertical-align: middle; }
          @media screen and (min-width: 768px) {
            .main-nav nav > ul > li.menu-item:before {
              content: ' ';
              display: none; }
            .main-nav nav > ul > li.menu-item.open:before {
              content: ' ';
              display: block;
              position: absolute;
              bottom: -2px;
              left: 0;
              right: 0;
              height: 2px;
              background: inherit;
              margin: 0;
              z-index: 15; }
            .main-nav nav > ul > li.menu-item:after {
              content: '+';
              margin-left: 8px; } }
          .main-nav nav > ul > li.menu-item:hover, .main-nav nav > ul > li.menu-item.active {
            color: rgba(0, 0, 0, 0.85); }
          .main-nav nav > ul > li.menu-item:hover {
            background: #e0e0e0;
            border-color: #e0e0e0; }
          .main-nav nav > ul > li.menu-item:active {
            background: #c7c7c7;
            border-color: #c7c7c7; }
          .main-nav nav > ul > li.menu-item.open {
            color: rgba(0, 0, 0, 0.85);
            background: white;
            border-color: #EDEDED;
            border-bottom-color: transparent; }
            .main-nav nav > ul > li.menu-item.open:hover {
              color: rgba(0, 0, 0, 0.85);
              border-color: #EDEDED;
              border-bottom-color: transparent; }
          @media screen and (max-width: 768px) {
            .main-nav nav > ul > li.menu-item ul {
              max-width: none;
              right: -1px; }
              .main-nav nav > ul > li.menu-item ul li, .main-nav nav > ul > li.menu-item ul li a:not([role=button]) {
                font-size: 16px; }
              .main-nav nav > ul > li.menu-item ul a:not([role=button]) {
                padding-top: 10px;
                padding-bottom: 10px; } }
        .main-nav nav > ul > li ul {
          border-top-left-radius: 0;
          border-top-right-radius: 0; }
          @media screen and (min-width: 768px) {
            .main-nav nav > ul > li ul {
              border-top: 1px solid #EDEDED; } }
        .main-nav nav > ul > li ul[role=button] {
          display: inline-flex; }
        .main-nav nav > ul > li ul[role=button], .main-nav nav > ul > li > [role=button], .main-nav nav > ul > li.navbar-title button[role="button"] {
          margin: -8px;
            margin-bottom: -8px;
          vertical-align: text-bottom; }
        .main-nav nav > ul > li > a:not([role=button]), .main-nav nav > ul > li.navbar-title > h1 {
          text-decoration: none;
          cursor: pointer;
          display: block;
          padding: 5px 5px;
          border-radius: 3px;
          border: 1px solid transparent;
          outline: none;
          margin-bottom: 25px;
          line-height: 1.45rem;
          font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
          margin-bottom: 0;
          border-radius: 0;
          margin: -11px -12px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 12px;
          padding-right: 12px; }
        .main-nav nav > ul > li.navbar-title > h1 {
          line-height: normal; }
  .main-nav nav.expand > ul > li {
    display: block; }
    .main-nav nav.expand > ul > li.navbar-title {
      display: flex; }
  .main-nav nav > ul > li {
    display: none; }
    @media screen and (min-width: 768px) {
      .main-nav nav > ul > li {
        display: block; } }
    .main-nav nav > ul > li.navbar-title button {
      display: block; }
      @media screen and (min-width: 768px) {
        .main-nav nav > ul > li.navbar-title button {
          display: none; } }
  .main-nav nav > ul > li.menu-item {
    color: rgba(0, 0, 0, 0.5); }
  .main-nav nav > ul > li > a:not([role=button]) {
    color: rgba(0, 0, 0, 0.5); }
    .main-nav nav > ul > li > a:not([role=button]):hover, .main-nav nav > ul > li > a:not([role=button]).active {
      color: rgba(0, 0, 0, 0.85);
      background: #e0e0e0;
      border-color: #e0e0e0; }
    .main-nav nav > ul > li > a:not([role=button]):active {
      background: #c7c7c7;
      border-color: #c7c7c7; }
  @media screen and (min-width: 768px) {
    .main-nav {
      position: static;
      background-color: #222222; } }
  .main-nav .container {
    padding: 0;
    max-width: 100%; }
  .main-nav .mobile-contact-link {
    display: none !important; }
  .main-nav nav {
    justify-content: center;
    position: static; }
    .main-nav nav.expand {
      background: #222222;
      margin-top: 95px;
      padding-bottom: 25px;
      text-align: center; }
      .main-nav nav.expand li.navbar-title {
        color: #222222; }
      .main-nav nav.expand .live-tracking {
        display: inline-block;
        margin-top: 20px; }
      .main-nav nav.expand .mobile-contact-link {
        display: inline-block; }
  .main-nav nav ul a {
    text-transform: uppercase; }
  .main-nav nav .button {
    display: none;
    font-size: 14px; }
  .main-nav nav > ul > li > a:not([role=button]) {
    color: white;
    font: 700 20px/1 "PTSansNarrow";
    padding: 15px 20px;
    background: none;
    border: 0; }
    .main-nav nav > ul > li > a:not([role=button]):hover {
      background: none;
      border: 0;
      color: #71cdfd; }
    .main-nav nav > ul > li > a:not([role=button]).active {
      background: none;
      color: #3fbbfc;
      border: 0; }
  .main-nav nav > ul > li.navbar-title {
    color: #3fbbfc;
    position: absolute;
    right: 10px;
    top: 5px; }
    .main-nav nav > ul > li.navbar-title button {
      opacity: 1;
      font-size: 30px; }

.top-nav .button {
  display: block;
  margin: 20px 0; }

.mobile-header {
  background-color: #222222;
  padding: 10px 0; }
  .mobile-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2; }
  @media screen and (min-width: 768px) {
    .mobile-header {
      display: none; } }
  .mobile-header .container {
    overflow: hidden; }
  .mobile-header-title {
    font-size: 20px;
    color: #fff;
    float: left;
    margin: 0; }
  .mobile-header button {
    float: right;
    text-transform: none;
    font-style: italic; }

.footer {
  background-color: #1c1c1e;
  padding: 50px 0;
  border-top: 1px solid white; }
  .footer-row {
    display: inline-flex;
    width: calc(100% + 15px);
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px; }
  .footer .site-map {
    display: inline-flex;
    width: calc(100% + 15px);
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px; }
    @media screen and (min-width: 0) {
      .footer .site-map {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 1400px) {
      .footer .site-map {
        width: calc(100% - 330px); } }
    @media screen and (min-width: 0) {
      .footer .site-map {
        display: flex; } }
  .footer .logos {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px; }
    @media screen and (min-width: 0) {
      .footer .logos {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 1400px) {
      .footer .logos {
        width: 300px;
        margin-top: 20px; } }
    .footer .logos-row {
      display: inline-flex;
      width: calc(100% + 15px);
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -7.5px;
      margin-right: -7.5px;
      justify-content: space-around; }
      .footer .logos-row .desktop-footer-logo {
        display: none; }
        @media screen and (min-width: 1400px) {
          .footer .logos-row .desktop-footer-logo {
            display: inline-block; } }
      .footer .logos-row .mobile-footer-logo {
        display: inline-block;
        margin-right: 15px; }
        @media screen and (min-width: 1400px) {
          .footer .logos-row .mobile-footer-logo {
            display: none; } }
    .footer .logos-image {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px;
      text-align: center;
      max-height: 70px; }
      @media screen and (min-width: 0) {
        .footer .logos-image {
          width: calc(100% - 15px); } }
      @media screen and (min-width: 0) {
        .footer .logos-image {
          width: auto; } }
      .footer .logos-image--cards {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        max-height: 38px;
        margin-top: 15px;
        margin-bottom: 15px; }
        @media screen and (min-width: 0) {
          .footer .logos-image--cards {
            width: calc(100% - 15px); } }
        @media screen and (min-width: 1400px) {
          .footer .logos-image--cards {
            margin-top: 30px;
            margin-bottom: 30px; } }
      .footer .logos-image img {
        max-width: 100%;
        max-height: 100%; }

.link-list {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px;
  list-style: none;
  padding: 0; }
  @media screen and (min-width: 0) {
    .link-list {
      width: calc(33.33333% - 15px); } }
  @media screen and (min-width: 1400px) {
    .link-list {
      flex-grow: 1;
      margin: 0;
      width: auto; } }
  .link-list li {
    padding: 7px 0;
    line-height: 15px; }
  .link-list .link-list-title {
    font: 700 20px/1 "PTSansNarrow";
    color: white; }
  .link-list li a {
    font: 400 15px/1 "PTSansNarrow"; }

.copyright {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px;
  font: 400 11px/1 "PTSansNarrow";
  color: white;
  text-align: center;
  margin: 0; }
  @media screen and (min-width: 0) {
    .copyright {
      width: calc(100% - 15px); } }
  .copyright a {
    color: #cccccc; }
    .copyright a:hover {
      text-decoration: none;
      color: #999999; }

.carousel-title {
  color: #000;
  text-align: center;
  margin: 0 0 35px; }
  @media screen and (min-width: 768px) {
    .carousel-title {
      margin: 0 0 70px; } }

.carousel-slide-row {
  display: inline-flex;
  width: calc(100% + 15px);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }

.carousel-slide-image {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px; }
  @media screen and (min-width: 0) {
    .carousel-slide-image {
      width: calc(100% - 15px); } }
  @media screen and (min-width: 768px) {
    .carousel-slide-image {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .carousel-slide-image {
      width: calc(33.33333% - 15px); } }
  .carousel-slide-image img {
    max-width: 100%;
    height: auto; }

.carousel-slide-copy {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px; }
  @media screen and (min-width: 0) {
    .carousel-slide-copy {
      width: calc(100% - 15px); } }
  @media screen and (min-width: 768px) {
    .carousel-slide-copy {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .carousel-slide-copy {
      width: calc(66.66667% - 15px); } }
  @media screen and (min-width: 768px) {
    .carousel-slide-copy--full {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .carousel-slide-copy--full {
      width: calc(100% - 15px); } }
  @media screen and (min-width: 768px) {
    .carousel--video .carousel-slide-copy {
      margin-left: 180px;
      margin-right: 180px; } }

.carousel-slide-title {
  font-size: 36px;
  font-weight: bold;
  color: #043464; }

.carousel-slide p {
  font-size: 22px;
  color: #000; }
  .carousel-slide p.carousel-slide-date {
    font-style: italic; }

.carousel-container-cta {
  margin-top: 15px;
  text-align: center; }

.search-result {
  text-align: center;
  /*margin-right: 90px;*/ }
  @media screen and (min-width: 768px) {
    .content-section .search-result-icon {
      margin-bottom: 60px; } }
  .content-section .search-result-icon i {
    color: #3fbbfc; }
    @media screen and (min-width: 768px) {
      .content-section .search-result-icon i {
        font-size: 70px; } }
  .content-section .search-result-icon a:hover {
    cursor: pointer; }
  .content-section .search-result-label {
    color: #043464;
    font-weight: normal;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .content-section .search-result-label {
        font-size: 28px; } }
  .content-section .search-result-query {
    color: #043464;
    font-weight: bold;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .content-section .search-result-query {
        font-size: 64px; } }
  .content-section .search-result-count {
    color: #3fbbfc;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .content-section .search-result-count {
        font-size: 22px;
        margin-top: 45px; } }
  .content-section .search-result-close {
    position: absolute;
    top: -15px;
    left: 100%;
    line-height: 30px;
    display: block;
    text-align: center;
    height: 30px;
    width: 60px;
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      .content-section .search-result-close span {
        font-size: 60px;
        color: #043464;
        vertical-align: middle;
        display: inline-block;
        margin: -10px 0 0 -2px; } }
  .content-section .search-result-grid {
    border: 1px solid #043464;
    border-width: 1px 0;
    position: relative; }
    @media screen and (min-width: 768px) {
      .content-section .search-result-grid {
        margin: 70px 0 0;
        padding: 70px; } }
    .content-section .search-result-grid .media-grid-item-title {
      color: #043464;
      text-transform: none;
      font-weight: normal; }
      @media screen and (min-width: 768px) {
        .content-section .search-result-grid .media-grid-item-title {
          font-size: 32px; } }
    .content-section .search-result-grid .media-grid-item-copy {
      font-style: italic; }
  .content-section--dark .search-result .search-result-label {
    color: #cccccc; }
  .content-section--dark .search-result .search-result-query {
    color: white; }
  .content-section--dark .search-result .search-result-grid .media-grid-item-title {
    color: #cccccc; }
  .search-result-header {
    text-align: center; }

.search-form-title {
  color: #043464 !important; }

.search-result-list {
  border-top: 2px solid #3fbbfc;
  margin-top: 50px;
  padding: 10px 15px; }
  @media screen and (min-width: 768px) {
    .search-result-list {
      padding: 50px 95px; } }
  .search-result-list-item {
    margin: 0 auto;
    display: block;
    /*height: 150px;
        align-items: center;*/
    position: relative;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .search-result-list-item {
        margin: 25px 0;
        display: flex;
        flex-flow: row nowrap; } }
  .search-result-list-image {
    /* background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 150px;
        height: 150px;
        flex-shrink: 0;*/
    width: 100%;
    text-align: center;
    float: left;
    margin-right: 50px; }
    @media screen and (min-width: 768px) {
      .search-result-list-image {
        max-height: 150px;
        max-width: 150px; } }
    .search-result-list-image img {
      width: 100%; }
      @media screen and (min-width: 415px) {
        .search-result-list-image img {
          width: 50%; } }
      @media screen and (min-width: 768px) {
        .search-result-list-image img {
          height: 150px;
          width: 150px; } }
  .search-result-list-content {
    /*flex-grow: 1;*/ }
  .search-result-list-header {
    /*display: flex;
        flex-flow: row nowrap;*/
    justify-content: space-between;
    align-items: center; }
  .search-result-list-title {
    text-transform: none; }
    @media screen and (min-width: 768px) {
      .search-result-list-title {
        font-size: 40px; } }
  .search-result-list-title:hover {
    text-decoration: underline; }
  .search-result-list-tag:hover {
    text-decoration: underline; }
  .search-result-list-tag-item {
    margin: 0 auto;
    display: block;
    width: 25%;
    /*height: 150px;
        align-items: center;*/
    position: relative;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .search-result-list-tag-item {
        display: flex;
        flex-flow: row nowrap; } }
  .content-section .search-result-list-link {
    font: 22px/1 Courier, sans-serif;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }

.image-carousel {
  height: 300px;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .image-carousel {
      padding: 0 105px; } }
  .image-carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .image-carousel-image {
        max-width: none;
        margin: 0 35px;
        display: inline-block;
        max-height: 100%;
        vertical-align: middle;
        position: static; } }
  .image-carousel-container {
    overflow: hidden;
    white-space: nowrap;
    height: 100%;
    text-align: center; }
  .image-carousel-track {
    height: 100%;
    transition: transform 200ms;
    display: inline-block;
    width: 100%;
    font-size: 0; }
    @media screen and (min-width: 768px) {
      .image-carousel-track {
        width: auto;
        transform: translateX(-35px); } }
  .image-carousel-arrow {
    position: absolute;
    top: 50%;
    color: #cccccc;
    margin-top: -25px;
    z-index: 2; }
    .image-carousel-arrow-left {
      left: 0px; }
    .image-carousel-arrow-right {
      right: 0px; }
    .image-carousel-arrow i {
      font-size: 50px; }
  .image-carousel-frame {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 768px) {
      .image-carousel-frame {
        width: auto; } }

.definition-list dt, .definition-list dd {
  color: #414141; }

.definition-list dt {
  margin: 30px 0 0;
  font-size: 40px;
  color: #043464; }

.definition-list dd {
  margin: 15px 0 0;
  font-size: 22px; }
  .definition-list dd a {
    color: #3fbbfc;
    font-weight: 400;
    display: block;
    margin-top: 20px; }
    .definition-list dd a:before {
      font-family: FontAwesome;
      content: "\F107   "; }
  .definition-list dd .definition-list-long {
    display: none; }
  .definition-list dd.open a:before {
    font-family: FontAwesome;
    content: "\F106   "; }
  .definition-list dd.open .definition-list-short {
    display: none; }
  .definition-list dd.open .definition-list-long {
    display: block; }

.album-grid {
  display: inline-flex;
  width: calc(100% + 15px);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .album-grid-column {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    display: inline-flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 0) {
      .album-grid-column {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 768px) {
      .album-grid-column {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        margin: 0; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .album-grid-column {
      width: calc(25% - 15px); } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .album-grid-column {
      width: 25%; } }
  .album-grid-item {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media screen and (min-width: 0) {
      .album-grid-item {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 768px) {
      .album-grid-item {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        margin: 5px 10px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .album-grid-item {
      width: calc(25% - 15px); } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .album-grid-item {
      width: calc(25% - 20px); } }
    .album-grid-item--2x2 {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px; }
      @media screen and (min-width: 0) {
        .album-grid-item--2x2 {
          width: calc(100% - 15px); } }
      @media screen and (min-width: 768px) {
        .album-grid-item--2x2 {
          width: calc(100% - 15px);
          clear: none;
          display: block;
          margin-left: 7.5px;
          margin-right: 7.5px;
          margin: 5px 10px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .album-grid-item--2x2 {
      width: calc(50% - 15px); } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .album-grid-item--2x2 {
      width: calc(50% - 20px); } }
    .album-grid-column .album-grid-item {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px;
      margin: 20px 0; }
      @media screen and (min-width: 0) {
        .album-grid-column .album-grid-item {
          width: calc(100% - 15px); } }
      @media screen and (min-width: 0) {
        .album-grid-column .album-grid-item {
          width: 100%; } }
      @media screen and (min-width: 768px) {
        .album-grid-column .album-grid-item {
          margin: 5px 10px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .album-grid-column .album-grid-item {
      width: calc(100% - 20px); } }
  .album-grid-thumb-frame {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f0f0f0; }
    @media screen and (min-width: 768px) {
      .album-grid-thumb-frame {
        background: none; } }
    .album-grid-thumb-frame:before {
      padding-top: 100%;
      width: 100%;
      content: "";
      display: block; }
      @media screen and (min-width: 768px) {
        .album-grid-thumb-frame:before {
          padding-top: 67.11864%; } }
    @media screen and (min-width: 768px) {
      .album-grid-item--2x2 .album-grid-thumb-frame:before {
        padding-top: 71.15073%; } }
  @media screen and (min-width: 768px) {
    .album-grid-thumb-cover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; } }
  .album-grid-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .album-grid-thumb {
        background-size: cover; } }
  .content-section--album-thumbs .album-grid-caption {
    /*display: none;*/ }
  .album-grid-caption p {
    font-size: 16px;
    line-height: 16px;
    color: #414141;
    margin: 5px 0; }
    .content-section--dark .album-grid-caption p {
      color: #fff; }
  .album-grid-playlist-title p {
    font-size: 16px;
    line-height: 16px;
    margin: 0; }
  .album-grid-more {
    margin: 40px 0;
    text-align: center; }
  .album-grid-viewer {
    padding: 0 75px;
    position: relative; }
    @media screen and (min-width: 1420px) {
      .album-grid-viewer {
        margin: 0 -75px; } }
    .album-grid-viewer-arrow {
      position: absolute;
      top: 50%;
      z-index: 1; }
      .album-grid-viewer-arrow--right {
        right: 0; }
      .album-grid-viewer-arrow--left {
        left: 0; }
      .album-grid-viewer-arrow i {
        font-size: 60px;
        color: #cccccc; }
    .album-grid-viewer-frame {
      background-color: #cccccc;
      height: 700px;
      position: relative; }
    .album-grid-viewer-iframe {
      padding: 0;
      margin: 0; }
    .album-grid-viewer img {
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .album-grid-viewer .album-grid-caption p {
      font-size: 24px;
      margin: 10px 0; }
  .album-grid-modal {
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid transparent;
    outline: none;
    margin-bottom: 25px;
    line-height: 1.45rem;
    font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
    border-width: 0;
    padding: 25px;
    position: fixed;
    box-shadow: 0px 0px 0px 99999px rgba(0, 0, 0, 0.35), 0px 0px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 100vw rgba(0, 0, 0, 0.35), 0px 0px 25px rgba(0, 0, 0, 0.5);
    top: 15px;
    top: 5vh;
    left: 2%;
    right: 2%;
    margin: 0px auto;
    display: none;
    background: white;
    border-color: #F7F7F7;
    animation-duration: 0.2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    z-index: 1500;
    background-color: #000;
    padding: 20px;
    border-radius: 0; }
    .album-grid-modal[style="display: block;"] {
      animation-name: fadeInDown; }
    @media screen and (min-width: 768px) {
      .album-grid-modal {
        top: 75px;
        top: 10vh;
        width: 650px;
        left: 50%;
        margin-left: -325px; } }
    .album-grid-modal > header, .album-grid-modal > footer {
      padding: 5px 5px;
      border-radius: 3px;
      border: 1px solid transparent;
      outline: none;
      margin-bottom: 25px;
      line-height: 1.45rem;
      font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
      padding: 12.5px;
      background: #47A5DF;
      color: white;
      margin-bottom: 25px;
      background: #F7F7F7;
      color: #555;
      margin: -25px;
        margin-bottom: 25px; }
      .album-grid-modal > header p, .album-grid-modal > footer p {
        font-size: 1rem;
        margin-bottom: 25px;
        line-height: 1.45rem;
        color: inherit; }
      .album-grid-modal > header > *:last-child, .album-grid-modal > footer > *:last-child {
        margin-bottom: 0; }
      .album-grid-modal > header h1, .album-grid-modal > footer h1 {
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
        margin-top: 2rem;
        color: inherit; }
        .album-grid-modal > header h1:first-child, .album-grid-modal > footer h1:first-child {
          margin-top: 0; }
      .album-grid-modal > header a:not([role=button]), .album-grid-modal > footer a:not([role=button]) {
        color: inherit;
        text-decoration: underline; }
      .album-grid-modal > header > h1, .album-grid-modal > header > h2, .album-grid-modal > header > h3, .album-grid-modal > header > h4, .album-grid-modal > header > h5, .album-grid-modal > header > h6, .album-grid-modal > footer > h1, .album-grid-modal > footer > h2, .album-grid-modal > footer > h3, .album-grid-modal > footer > h4, .album-grid-modal > footer > h5, .album-grid-modal > footer > h6 {
        margin-bottom: 0; }
    .album-grid-modal > header {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      position: relative; }
      .album-grid-modal > header a[data-modal-close] {
        position: absolute;
        top: 12.5px;
        right: 12.5px;
        line-height: 1.3rem;
        text-decoration: none;
        font-size: 1.3rem; }
    .album-grid-modal > footer {
      margin-top: 25px;
      margin-bottom: -25px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .album-grid-modal > footer ul {
        margin-bottom: 25px;
        padding: 0;
        list-style: none;
        text-align: right; }
        .album-grid-modal > footer ul > li {
          margin-bottom: 0.85rem; }
        .album-grid-modal > footer ul > li {
          display: inline-block;
          margin-right: 5px; }
        .album-grid-modal > footer ul li {
          margin-bottom: 0;
          margin-right: 0; }
      .album-grid-modal > footer [role="button"] {
        text-decoration: none; }
    .album-grid-modal-close {
      position: absolute;
      top: -33px;
      right: 0;
      background: #000;
      padding: 5px;
      font-size: 32px; }
    .album-grid-modal .album-grid-viewer {
      padding: 0;
      width: 100%; }
      @media screen and (min-width: 1420px) {
        .album-grid-modal .album-grid-viewer {
          margin: 0; } }
      .album-grid-modal .album-grid-viewer-frame {
        background-color: transparent;
        height: auto; }
        .album-grid-modal .album-grid-viewer-frame img {
          position: static; }
    .album-grid-modal .album-grid-caption p {
      color: #fff;
      font-size: 16px;
      margin: 30px 0; }

.content-section .participant-flights {
  justify-content: center; }
  .content-section .participant-flights-item {
    transform: translateY(-50px);
    margin-left: 7px; }
    @media screen and (min-width: 768px) {
      .content-section .participant-flights-item {
        transform: translateY(-100px);
        max-width: 300px;
        margin: 0 10px; } }
    .content-section .participant-flights-item > a {
      height: 200px;
      line-height: 200px;
      display: inline-block; }
      .content-section .participant-flights-item > a img {
        vertical-align: middle;
        display: inline-block; }
  .content-section .participant-flights-logo {
    max-width: 100px;
    display: block;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .content-section .participant-flights-logo {
        max-width: 180px; } }
    .content-section .participant-flights-logo img {
      display: block;
      max-width: 100%; }
  .content-section .participant-flights-name {
    color: #043464;
    font-size: 14px; }
    @media screen and (min-width: 415px) {
      .content-section .participant-flights-name {
        font-size: 18px; } }
    @media screen and (min-width: 768px) {
      .content-section .participant-flights-name {
        font-size: 22px; } }
    .content-section .participant-flights-name a {
      color: #3fbbfc;
      text-decoration: underline;
      font-weight: normal; }
  .content-section .participant-flights-featured-image {
    height: 400px;
    margin: 0 auto; }

.participant-flights-featured-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  margin-bottom: 25px; }
  .participant-flights-featured-grid-item {
    flex: 100%;
    max-width: 100%;
    padding: 0 4px;
    margin-bottom: 10px; }
    @media screen and (min-width: 415px) {
      .participant-flights-featured-grid-item {
        flex: 50%;
        max-width: 50%; } }
    @media screen and (min-width: 768px) {
      .participant-flights-featured-grid-item {
        flex: 25%;
        max-width: 25%; } }
    .participant-flights-featured-grid-item-title {
      text-align: center;
      padding-top: 10px;
      color: #3fbbfc; }
    .participant-flights-featured-grid-item-copy {
      text-align: center;
      font-size: 16px; }
  .participant-flights-featured-grid-item a {
    font-weight: 400; }
  .participant-flights-featured-grid-item img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%; }

#participant-info {
  padding: 0; }
  @media screen and (min-width: 768px) {
    #participant-info {
      /*padding: 120px 0;*/ } }

.participant-flights-desktop {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(100%); }
  @media screen and (min-width: 768px) {
    .participant-flights-desktop {
      display: flex; } }

.participant-flights-mobile {
  display: flex;
  background-color: #FFF; }
  @media screen and (min-width: 768px) {
    .participant-flights-mobile {
      display: none; } }

.content-section--featured-grid {
  overflow: hidden;
  padding-bottom: 0; }

.featured-grid {
  display: flex;
  flex-flow: row wrap;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px; }
  .experience-and-care .featured-grid {
    background: #043464; }
  .featured-grid-item {
    margin: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media screen and (min-width: 768px) {
      .featured-grid-item {
        width: 33.3333%; } }
    .why-celestis .featured-grid-item:before {
      content: "";
      display: block;
      padding-top: 100%; }
      @media screen and (min-width: 768px) {
        .why-celestis .featured-grid-item:before {
          padding-top: 75%; } }
    .featured-grid-item-content {
      display: flex;
      justify-content: flex-end;
      flex-flow: column nowrap;
      text-align: left; }
      .why-celestis .featured-grid-item-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        @media screen and (min-width: 768px) {
          .why-celestis .featured-grid-item-content {
            padding: 40px; } }
    .experience-and-care .featured-grid-item-content img {
      height: auto;
      width: 100%; }
    .featured-grid-item-title {
      font-size: 20px;
      color: white;
      margin: 0;
      padding: 15px 20px 10px; }
      .experience-and-care .featured-grid-item-title {
        color: white; }
      .featured-grid-item-content[href]:hover .featured-grid-item-title {
        color: #3fbbfc; }
    .featured-grid-item-copy {
      display: none; }
      @media screen and (min-width: 768px) {
        .featured-grid-item-copy {
          display: block; } }
      .featured-grid-item-copy p {
        font-size: 20px;
        font-style: italic;
        margin: 0;
        padding: 0 20px 30px;
        line-height: 1;
        color: white; }
        .experience-and-care .featured-grid-item-copy p {
          color: white; }
        .featured-grid-item-content[href]:hover .featured-grid-item-copy p {
          color: #3fbbfc; }

.featured-grid-three-item-carousel-grid {
  background-color: #043464; }

.scheduled-grid {
  display: flex;
  flex-flow: row wrap; }
  .scheduled-grid-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .scheduled-grid-item {
        width: calc(50% - 20px);
        padding: 60px;
        margin: 10px; } }
    .scheduled-grid-item .button {
      margin-top: 25px; }
  .scheduled-grid-title {
    font-weight: bold;
    font-size: 24px;
    color: white; }
    @media screen and (min-width: 768px) {
      .scheduled-grid-title {
        font-size: 40px; } }

.scheduled-participants {
  border-top: 2px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .scheduled-participants {
      margin-top: 65px;
      padding-top: 65px; } }
  .scheduled-participants-title {
    font-size: 28px;
    color: #043464; }
  .scheduled-participants-copy {
    color: #414141 !important; }
  .scheduled-participants form {
    max-width: 550px;
    margin: auto; }
    .scheduled-participants form input {
      width: 100%; }

.feature-table {
  display: none; }
  @media screen and (min-width: 768px) {
    .feature-table {
      display: table; } }
  .feature-table tbody a {
    color: #3fbbfc;
    text-decoration: none;
    font-weight: normal;
    display: block;
    font-size: 24px; }
  .feature-table th:first-child,
  .feature-table td:first-child {
    width: 33%;
    font-size: 28px;
    text-align: left; }
    .feature-table th:first-child p,
    .feature-table td:first-child p {
      color: #414141; }
  .feature-table td:first-child {
    text-transform: none;
    color: #043464; }
  .feature-table td {
    padding: 25px; }
  .feature-table td p {
    margin: 10px 0 0;
    font-size: 22px;
    line-height: 1; }
  .feature-table tr.subsection td:first-child {
    text-transform: uppercase;
    background-color: #cecdcd !important;
    border: 2px solid #043464; }
  .feature-table tr.subsection + tr td {
    border-top: none; }

.table-checkmark {
  border-radius: 50%;
  color: white;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .table-checkmark {
      width: 38px;
      height: 38px;
      line-height: 38px;
      font-size: 28px; } }

.active-service-feature {
  background: linear-gradient(#3fbbfc, #038bd2); }

.inactive-service-feature {
  background: linear-gradient(#f85032, #e73827); }

.content-section--feature-table {
  padding-top: 0; }
  @media screen and (min-width: 768px) {
    .content-section--feature-table {
      padding-top: 130px; } }

.content-section--feature-table .mobile-nav {
  border-bottom: 1px solid #222222; }

.content-section--feature-table .content-section-title {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .content-section--feature-table .content-section-title {
      margin-top: 0; } }

.content-section--feature-table .table-checkmark {
  vertical-align: top;
  display: inline-block; }

.mobile-service-feature-icon {
  float: right;
  margin-right: 10%; }
  @media screen and (min-width: 415px) {
    .mobile-service-feature-icon {
      margin-right: 25%; } }

.search-form {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.45rem;
  font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
  border-width: 0;
  padding: 25px;
  position: fixed;
  box-shadow: 0px 0px 0px 99999px rgba(0, 0, 0, 0.35), 0px 0px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 100vw rgba(0, 0, 0, 0.35), 0px 0px 25px rgba(0, 0, 0, 0.5);
  top: 15px;
  top: 5vh;
  left: 2%;
  right: 2%;
  margin: 0px auto;
  display: none;
  background: white;
  border-color: #F7F7F7;
  animation-duration: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.5);
  padding: 0; }
  .search-form[style="display: block;"] {
    animation-name: fadeInDown; }
  @media screen and (min-width: 768px) {
    .search-form {
      top: 75px;
      top: 10vh;
      width: 650px;
      left: 50%;
      margin-left: -325px; } }
  .search-form > header, .search-form > footer {
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid transparent;
    outline: none;
    margin-bottom: 25px;
    line-height: 1.45rem;
    font-family: "museo-sans", "Lato", helvetica neue, sans-serif;
    padding: 12.5px;
    background: #47A5DF;
    color: white;
    margin-bottom: 25px;
    background: #F7F7F7;
    color: #555;
    margin: -25px;
      margin-bottom: 25px; }
    .search-form > header p, .search-form > footer p {
      font-size: 1rem;
      margin-bottom: 25px;
      line-height: 1.45rem;
      color: inherit; }
    .search-form > header > *:last-child, .search-form > footer > *:last-child {
      margin-bottom: 0; }
    .search-form > header h1, .search-form > footer h1 {
      font-size: 1.2rem;
      margin-bottom: 0.7rem;
      margin-top: 2rem;
      color: inherit; }
      .search-form > header h1:first-child, .search-form > footer h1:first-child {
        margin-top: 0; }
    .search-form > header a:not([role=button]), .search-form > footer a:not([role=button]) {
      color: inherit;
      text-decoration: underline; }
    .search-form > header > h1, .search-form > header > h2, .search-form > header > h3, .search-form > header > h4, .search-form > header > h5, .search-form > header > h6, .search-form > footer > h1, .search-form > footer > h2, .search-form > footer > h3, .search-form > footer > h4, .search-form > footer > h5, .search-form > footer > h6 {
      margin-bottom: 0; }
  .search-form > header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative; }
    .search-form > header a[data-modal-close] {
      position: absolute;
      top: 12.5px;
      right: 12.5px;
      line-height: 1.3rem;
      text-decoration: none;
      font-size: 1.3rem; }
  .search-form > footer {
    margin-top: 25px;
    margin-bottom: -25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .search-form > footer ul {
      margin-bottom: 25px;
      padding: 0;
      list-style: none;
      text-align: right; }
      .search-form > footer ul > li {
        margin-bottom: 0.85rem; }
      .search-form > footer ul > li {
        display: inline-block;
        margin-right: 5px; }
      .search-form > footer ul li {
        margin-bottom: 0;
        margin-right: 0; }
    .search-form > footer [role="button"] {
      text-decoration: none; }

.search-form form {
  display: block;
  margin-bottom: 25px;
  display: inherit;
  margin-right: 5px; }
  .search-form form > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.search-form input {
  width: 100%;
  font-size: 32px;
  line-height: 1.2; }

.search-form button {
  background: transparent;
  color: #fff;
  border: none;
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 32px;
  line-height: 40px; }

.participants-search-form {
  padding: 0; }
  .participants-search-form-title {
    font-size: 25px;
    text-align: left;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
    font-family: "PTSansNarrow"; }
    @media screen and (min-width: 768px) {
      .participants-search-form-title {
        line-height: 49px;
        font-size: 24px;
        text-align: left; } }

.participants-search-form form {
  display: block;
  margin-bottom: 25px;
  display: inherit;
  margin-right: 5px; }
  .participants-search-form form > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.participants-search-form input {
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  border: 1px solid #3fbbfc;
  border-radius: 10px;
  background-color: transparent; }

.participants-search-form button {
  background: transparent;
  color: #3fbbfc;
  border: none;
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 28px;
  line-height: 27px; }
  @media screen and (min-width: 768px) {
    .participants-search-form button {
      font-size: 32px;
      line-height: 40px; } }

.participants-input-group {
  display: inline-block;
  position: relative;
  width: 100%; }

.participants-mission-search {
  width: 60%; }

/*.participants-search-form .form-group label{
   
}*/
/* Pages */
.destinations-hero {
  background: url(../img/destinations-hero-background.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .destinations-hero {
      /*padding: 220px 0;*/ } }
  .destinations-hero-title {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .destinations-hero-title {
        margin-bottom: 40px; } }
  .destinations-hero-copy {
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .destinations-hero-copy {
        margin-bottom: 5px; } }
  .destinations-hero-copy p {
    font-size: 18px;
    margin: 10px auto 0;
    max-width: 900px; }
    @media screen and (min-width: 768px) {
      .destinations-hero-copy p {
        font-size: 24px;
        margin: 20px auto 0; } }
    .destinations-hero-copy p:first-child {
      margin-top: 0; }
  .destinations-hero .button {
    margin: auto; }
    .destinations-hero .button i {
      margin-left: 5px; }

.destinations-video {
  text-align: center;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .destinations-video {
      padding: 80px 0; } }
  .destinations-video-title {
    /*@extend %heading;*/
    font: 400 32px/1 "PTSansNarrow";
    color: black;
    font-size: 32px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .destinations-video-title {
        font-size: 64px;
        margin-bottom: 40px; } }
  .destinations-video iframe {
    margin: 0;
    height: 240px;
    width: 500px;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .destinations-video iframe {
        height: 480px;
        width: 854px; } }

.destination-services-grid {
  display: inline-flex;
  width: calc(100% + 15px);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-left: 0;
  margin-right: 0;
  background: black; }
  @media screen and (min-width: 0) {
    .destination-services-grid {
      width: 100%; } }

.destination-services-item {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex; }
  @media screen and (min-width: 0) {
    .destination-services-item {
      width: calc(100% - 15px); } }
  @media screen and (min-width: 0) {
    .destination-services-item {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .destination-services-item {
      width: 50%; } }
  .destination-services-item:before {
    content: "";
    padding-top: 69.56522%;
    display: block; }
  .destination-services-item:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #000;
    opacity: 0;
    transition: opacity 200ms; }
  .destination-services-item:hover:after {
    opacity: 0.2; }
  .destination-services-item:hover .collapsable {
    max-height: 1000px; }
  .destination-services-item .collapsable {
    max-height: 0;
    transition: max-height 200ms;
    overflow: hidden; }

.destination-services-wrapper {
  position: relative;
  z-index: 1; }

.destination-services-title {
  font-size: 14px;
  color: white;
  margin-bottom: 7px; }
  @media screen and (min-width: 768px) {
    .destination-services-title {
      font-size: 24px;
      margin-bottom: 15px; } }

.destination-services-subtitle {
  color: #3fbbfc;
  font-weight: bold;
  margin: 0;
  font-size: 25px; }
  @media screen and (min-width: 1400px) {
    .destination-services-subtitle {
      font-size: 52px; } }
  .dna-services .destination-services-subtitle {
    color: #fff;
    font-size: 20px;
    margin: 0 10% 7px;
    text-transform: none; }
    @media screen and (min-width: 768px) {
      .dna-services .destination-services-subtitle {
        font-size: 34px;
        margin: 0 10% 25px; } }

.destination-services .collapsable {
  margin: 10px 0; }
  @media screen and (min-width: 768px) {
    .destination-services .collapsable {
      margin: 20px 0; } }

.destination-services-description {
  color: #fff;
  /*font-size: 18px;*/
  line-height: 20px;
  margin: 0 5%;
  /*font-size:*/ }
  @media screen and (min-width: 415px) {
    .destination-services-description {
      font-size: 16px; } }
  @media screen and (min-width: 768px) {
    .destination-services-description {
      max-width: 615px;
      /*font-size: 1.5vw;*/
      line-height: 1.5; } }
  @media screen and (min-width: 1400px) {
    .destination-services-description {
      font-size: 25px; } }

.destination-services-price {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  margin: 15px 0 0; }
  @media screen and (min-width: 1400px) {
    .destination-services-price {
      margin: 25px 0 0;
      font-size: 32px;
      line-height: 36px; } }

@media screen and (min-width: 768px) {
  .destination-services .button {
    margin-top: 50px; } }

@media screen and (min-width: 768px) {
  .destination-services .collapsable + .button {
    margin-top: 0px; } }

.destinations-pricing__dna,
.destinations-pricing__advanced-planning {
  border-top: 10px solid #fff; }

.completed-spaceflights {
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .completed-spaceflights {
      padding: 70px 0; } }
  .completed-spaceflights-title {
    font-size: 36px;
    color: #043464;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .completed-spaceflights-title {
        font-size: 52px; } }
  @media screen and (min-width: 768px) {
    .completed-spaceflights-item {
      margin: 20px;
      width: calc(33.33333% - 40px); } }
  .completed-spaceflights-item-title {
    font-size: 32px;
    margin: 30px 0 15px;
    text-transform: none; }
    .completed-spaceflights-item-title a {
      color: #043464; }
  .completed-spaceflights-participants {
    margin-top: 10px; }
  .completed-spaceflights-item-copy {
    font: 22px/1 Courier;
    color: #043464; }

.launch-experience-cta {
  margin-top: 15px; }

.schedule-heading {
  padding: 20px 0;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .schedule-heading {
      padding: 60px 0; } }

.launch-schedule-services .destination-services-subtitle {
  margin-bottom: 20px; }

.launch-schedule-services .launch-date {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .launch-schedule-services .launch-date {
      font-size: 28px; } }

.launch-schedule-services .mission-status {
  font-family: courier;
  font-size: 14px;
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .launch-schedule-services .mission-status {
      font-size: 22px;
      margin-bottom: 35px; } }

.launch-schedule-services .launch-date + .mission-status {
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .launch-schedule-services .launch-date + .mission-status {
      margin-bottom: 0; } }

.scheduled-missions {
  background-color: #e5e5e5;
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .scheduled-missions {
      padding: 65px 0; } }
  .scheduled-missions-title {
    font-size: 36px;
    color: #043464;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .scheduled-missions-title {
        font-size: 52px;
        margin-bottom: 50px; } }
  .scheduled-missions__logo {
    width: 100px;
    max-height: 100px;
    margin: auto; }
    .scheduled-missions__logo img {
      max-height: 100%;
      max-width: 100%;
      display: block; }

.mission-hero {
  text-align: center;
  padding: 20px 0 40px;
  background: no-repeat center #414141;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .mission-hero {
      padding: 85px 0 130px; } }
  .mission-hero__image {
    height: 200px; }
    .mission-hero__image img {
      max-height: 100%;
      max-width: 100%; }
  .mission-hero-title {
    color: #fff;
    padding: 15px 0 30px;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .mission-hero-title {
        padding: 25px 0 75px; }
        .mission-hero--participants .mission-hero-title {
          padding: 40px 0; } }
  .mission-hero-status {
    font: 14px/1 courier; }
    @media screen and (min-width: 768px) {
      .mission-hero-status {
        font-size: 22px; } }
    @media screen and (min-width: 768px) {
      .mission-hero-status br {
        display: none; } }
  .mission-hero-launch-date {
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0; }
    @media screen and (min-width: 768px) {
      .mission-hero-launch-date {
        font-size: 28px;
        margin: 20px 0 0; } }
  .mission-hero-price {
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0 0;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .mission-hero-price {
        font-size: 32px;
        marign: 60px 0 0; } }
  .mission-hero-cta {
    margin: 15px 0 0; }
    @media screen and (min-width: 768px) {
      .mission-hero-cta {
        margin: 25px 0 0; }
        .mission-hero--participants .mission-hero-cta {
          margin: 0; } }

.service-updates-row {
  display: inline-flex;
  width: calc(100% + 15px);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }

.service-updates-column {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 0) {
    .service-updates-column {
      width: calc(100% - 15px); } }
  @media screen and (min-width: 768px) {
    .service-updates-column {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px;
      margin-top: 0px;
      margin-bottom: 0px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .service-updates-column {
      width: calc(50% - 15px); } }

.service-updates-title {
  color: #fff; }

.service-updates-details {
  margin: 15px 0 0; }
  .service-updates-details dt {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0 0; }
    @media screen and (min-width: 768px) {
      .service-updates-details dt {
        font-size: 15px; } }
  .service-updates-details dd {
    font: 16px/1 courier;
    color: white;
    margin: 5px 0 00; }
    @media screen and (min-width: 768px) {
      .service-updates-details dd {
        font-size: 22px; } }

.service-updates-copy {
  font-size: 22px;
  color: #fff; }

.mission-about-title {
  text-align: center;
  margin-bottom: 50px; }

.mission-experience-item-title {
  color: #fff; }

.mission-status-carousel {
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .mission-status-carousel {
      padding: 70px 0; } }

.mission-updates {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .mission-updates {
      padding: 65px 0; } }

.mission-honored-participants-item-title {
  font-weight: 400;
  text-transform: none; }
  @media screen and (min-width: 768px) {
    .mission-honored-participants-item-title {
      font-size: 32px; } }

.mission-honored-participants p.mission-honored-participants-item-copy {
  font-style: italic; }

.mission-logo-row {
  display: inline-flex;
  width: calc(100% + 15px);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }

.mission-logo-content {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px; }
  @media screen and (min-width: 0) {
    .mission-logo-content {
      width: calc(100% - 15px); } }
  @media screen and (min-width: 768px) {
    .mission-logo-content {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .mission-logo-content {
      width: calc(75% - 15px); } }

.mission-logo-image {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px;
  text-align: center; }
  @media screen and (min-width: 0) {
    .mission-logo-image {
      width: calc(100% - 15px); } }
  @media screen and (min-width: 768px) {
    .mission-logo-image {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .mission-logo-image {
      width: calc(25% - 15px); } }

.mission-quote-carousel {
  padding: 20px 0;
  background: #043464;
  color: #fff; }
  .mission-quote-carousel--video {
    border-top: 10px solid #fff; }
  @media screen and (min-width: 768px) {
    .mission-quote-carousel {
      padding: 60px 0; } }
  .mission-quote-carousel-slide p {
    color: inherit;
    font-style: italic;
    text-align: center;
    font-size: 20px;
    line-height: 22px; }
    @media screen and (min-width: 768px) {
      .mission-quote-carousel-slide p {
        font-size: 32px;
        line-height: 34px; } }
    .mission-quote-carousel-slide p.mission-quote-carousel-author {
      font-weight: bold;
      text-transform: uppercase;
      font-style: normal;
      font-size: 14px;
      line-height: 17px; }
      @media screen and (min-width: 768px) {
        .mission-quote-carousel-slide p.mission-quote-carousel-author {
          font-size: 22px;
          line-height: 25px; } }
  @media screen and (min-width: 768px) {
    .mission-quote-carousel-image {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .mission-quote-carousel-image {
      width: calc(25% - 15px); } }
  @media screen and (min-width: 768px) {
    .mission-quote-carousel-content {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .mission-quote-carousel-content {
      width: calc(75% - 15px); } }

.destination-service-hero {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0; }
  .destination-service-hero.earth-orbit {
    background-position: center 50px;
    background-color: #000000; }
  @media screen and (min-width: 768px) {
    .destination-service-hero {
      padding: 125px 0; } }
  .destination-service-hero-title {
    color: #3fbbfc;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .destination-service-hero-title {
        margin-bottom: 10px; } }
  .destination-service-hero-subtitle {
    color: white;
    font-weight: bold;
    margin: 0 0 22px;
    font-size: 26px; }
    @media screen and (min-width: 768px) {
      .destination-service-hero-subtitle {
        margin: 0 0 45px;
        font-size: 32px; } }
  .destination-service-hero-quote {
    color: white;
    margin-bottom: 35px;
    display: none; }
    @media screen and (min-width: 768px) {
      .destination-service-hero-quote {
        margin-bottom: 70px;
        display: block; } }
    .destination-service-hero-quote p {
      font-size: 18px;
      margin: 0 0 5px; }
      @media screen and (min-width: 768px) {
        .destination-service-hero-quote p {
          font-size: 32px;
          margin: 0 0 10px; } }
    .destination-service-hero-quote footer {
      font-size: 14px;
      font-style: italic; }
      @media screen and (min-width: 768px) {
        .destination-service-hero-quote footer {
          font-size: 20px; } }
  .destination-service-hero-next-launch {
    font-weight: bold;
    font-size: 24px;
    color: white;
    margin-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .destination-service-hero-next-launch {
        margin-bottom: 70px;
        font-size: 32px; } }
    .destination-service-hero-next-launch p {
      margin-bottom: 12px; }
      @media screen and (min-width: 768px) {
        .destination-service-hero-next-launch p {
          margin-bottom: 20px; } }
  .destination-service-hero-launch-date p {
    /*@extend .large;*/
    margin: 0;
    display: block;
    font-size: 18px; }
    @media screen and (min-width: 768px) {
      .destination-service-hero-launch-date p {
        display: inline-block;
        padding: 20px 45px;
        font-size: 30px;
        border-width: 4px; } }
    .destination-service-hero-launch-date p a {
      margin-top: 10px; }

.homepage-herotext-container {
  padding: 0 15px; }
  .homepage-herotext-container h1 {
    font-size: 21px !important; }
  @media screen and (min-width: 768px) {
    .homepage-herotext-container h1 {
      font-size: 40px !important; } }
  @media screen and (min-width: 415px) {
    .homepage-herotext-container {
      padding: 5%; } }

.content-section--blockquote {
  background-color: #043464;
  padding: 30px 0;
  border-top: 1px solid white; }
  @media screen and (min-width: 768px) {
    .content-section--blockquote {
      border-top-width: 10px;
      padding: 60px 0; } }
  .content-section--blockquote .content-section-quote-wrapper {
    display: inline-flex;
    width: calc(100% + 15px);
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    align-items: center; }
    .content-section--blockquote .content-section-quote-wrapper--video {
      display: block; }
      @media screen and (min-width: 768px) {
        .content-section--blockquote .content-section-quote-wrapper--video {
          margin-left: 180px;
          margin-right: 180px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .content-section--blockquote .content-section-quote-wrapper--video {
      width: calc(100% - 360px); } }
  .content-section--blockquote .content-section-quote-image {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    text-align: center;
    max-width: 135px;
    margin: auto; }
    @media screen and (min-width: 0) {
      .content-section--blockquote .content-section-quote-image {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 768px) {
      .content-section--blockquote .content-section-quote-image {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        max-width: none; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .content-section--blockquote .content-section-quote-image {
      width: calc(25% - 15px); } }
    .content-section--blockquote .content-section-quote-image img {
      max-width: 100%;
      height: auto;
      display: block; }
  .content-section--blockquote .content-section-quote-video {
    padding-top: 56%;
    position: relative;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .content-section--blockquote .content-section-quote-video {
        margin-bottom: 50px; } }
    .content-section--blockquote .content-section-quote-video iframe {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      padding: 0;
      margin: 0; }
  .content-section--blockquote .content-section-quote-content {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    text-align: center;
    color: white;
    margin-top: 30px;
    margin-bottom: 0; }
    @media screen and (min-width: 0) {
      .content-section--blockquote .content-section-quote-content {
        width: calc(100% - 15px); } }
    @media screen and (min-width: 768px) {
      .content-section--blockquote .content-section-quote-content {
        margin-top: 0; } }
    .content-section--blockquote .content-section-quote-content p {
      font-size: 18px;
      line-height: 24px; }
      @media screen and (min-width: 768px) {
        .content-section--blockquote .content-section-quote-content p {
          font-size: 32px;
          line-height: 32px;
          margin-bottom: 28px; } }
    .content-section--blockquote .content-section-quote-content footer {
      font-size: 14px;
      font-style: italic; }
      @media screen and (min-width: 768px) {
        .content-section--blockquote .content-section-quote-content footer {
          font-size: 20px; } }
  @media screen and (min-width: 768px) {
    .content-section--blockquote .content-section-quote-image + .content-section-quote-content {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px;
      margin-left: 50px;
      margin-right: 50px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .content-section--blockquote .content-section-quote-image + .content-section-quote-content {
      width: calc(75% - 15px); } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .content-section--blockquote .content-section-quote-image + .content-section-quote-content {
      width: calc(75% - 100px); } }
  .content-section--blockquote .owl-carousel .content-section-quote-content {
    margin: 0 50px; }
  .content-section--blockquote .owl-controls .owl-prev,
  .content-section--blockquote .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 50px;
    transform: translateY(-50%); }
  .content-section--blockquote .owl-controls .owl-prev {
    left: 0; }
  .content-section--blockquote .owl-controls .owl-next {
    right: 0; }

.content-section--media-grid {
  text-align: center;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .content-section--media-grid {
      padding: 60px 0; } }
  .content-section--media-grid .content-section-label {
    text-align: center; }
  .content-section--media-grid .content-section-title {
    font: 400 32px/1 "PTSansNarrow";
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 22px; }
    @media screen and (min-width: 768px) {
      .content-section--media-grid .content-section-title {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 45px; } }
  .content-section--media-grid .content-section-subtitle {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px; }
    @media screen and (min-width: 768px) {
      .content-section--media-grid .content-section-subtitle {
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 40px; } }
  .content-section--media-grid .content-section-price {
    font-weight: bold;
    font-size: 40px;
    color: #043464;
    margin-bottom: 20px; }

.destination-service-contact {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .destination-service-contact {
      padding: 65px 0; } }
  .destination-service-contact-title {
    font-size: 32px;
    color: white;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .destination-service-contact-title {
        text-align: center;
        font-size: 52px;
        margin-bottom: 20px; } }
  .destination-service-contact-subtitle {
    font-size: 18px;
    line-height: 26px;
    color: white;
    margin: 0 0 30px; }
    @media screen and (min-width: 768px) {
      .destination-service-contact-subtitle {
        width: calc(100% - 15px);
        clear: none;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        text-align: center;
        font-size: 20px;
        margin-bottom: 45px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .destination-service-contact-subtitle {
      width: calc(66.66667% - 15px); } }
  @media screen and (min-width: 768px) and (min-width: 0) and (min-width: 768px) {
    .destination-service-contact-subtitle {
      margin-left: calc(16.66667% + 7.5px); } }
  @media screen and (min-width: 768px) {
    .destination-service-contact-form {
      width: calc(100% - 15px);
      clear: none;
      display: block;
      margin-left: 7.5px;
      margin-right: 7.5px; } }
  @media screen and (min-width: 768px) and (min-width: 0) {
    .destination-service-contact-form {
      width: calc(66.66667% - 15px); } }
  @media screen and (min-width: 768px) and (min-width: 0) and (min-width: 768px) {
    .destination-service-contact-form {
      margin-left: calc(16.66667% + 7.5px); } }
  @media screen and (min-width: 768px) {
    .destination-service-contact-submit {
      text-align: center; } }

.mobile-nav {
  padding: 17px 0;
  background-color: #222222;
  border-top: 1px solid #fff;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav--light {
    background-color: #ededed;
    border-top: 1px solid #222222; }
  .container > .mobile-nav {
    margin: 0 -15px; }
  .mobile-nav-title {
    font-size: 13px;
    color: #fff;
    padding: 13px 0;
    margin: 0; }
    .mobile-nav--light .mobile-nav-title {
      color: #414141; }
  .mobile-nav-list,
  .content-section .mobile-nav-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .mobile-nav-list li,
    .content-section .mobile-nav-list li {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 20px; }
    .mobile-nav-list a,
    .content-section .mobile-nav-list a {
      padding: 13px 0;
      display: block;
      color: #3fbbfc; }

.destination-service-page .content-section,
.page-servicedetailpageredesign .content-section {
  border-top: 1px solid #fff; }
  @media screen and (min-width: 768px) {
    .destination-service-page .content-section,
    .page-servicedetailpageredesign .content-section {
      border-top-width: 10px; } }
  @media screen and (min-width: 768px) {
    .destination-service-page .content-section#cradle-of-american-rocketry,
    .page-servicedetailpageredesign .content-section#cradle-of-american-rocketry {
      padding-bottom: 600px; } }

main.home .destinations-hero-title {
  margin-bottom: 0; }

main.home .destinations-hero-subtitle {
  margin-top: 0; }

main.home .destinations-hero-copy p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 900px;
  margin: auto; }
  @media screen and (min-width: 768px) {
    main.home .destinations-hero-copy p {
      font-size: 22px; } }

main.home .destinations-hero .fa-angle-down {
  font-size: 47px; }

main.home .pending-launch .content-section-title {
  /*text-transform: uppercase;*/
  margin-bottom: 25px; }

main.home .choose-a-destination .content-section-title {
  /*text-transform: uppercase;*/
  margin-bottom: 25px; }

main.home .witness-the-launch .content-section-title {
  /*text-transform: uppercase;*/
  margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  main.home .witness-the-launch {
    padding-top: 65px; } }

main.home .celebrate-life .content-section-title {
  /*text-transform: uppercase;*/
  margin-bottom: 25px; }

main.home .experience-and-care .content-section-title {
  /*text-transform: uppercase;*/
  margin-bottom: 25px; }

main.home .track-your-spacecraft .content-section-title {
  /*text-transform: uppercase;*/
  margin-bottom: 25px; }

main.home .news .content-section-title {
  /*text-transform: uppercase;*/
  margin-bottom: 25px; }

main.home .news .media-grid-item-image {
  padding-top: 75%; }

main.home .why-celestis .featured-grid {
  width: auto;
  left: auto;
  transform: none; }

main.home .why-celestis .content-section-title {
  /*text-transform: uppercase;*/
  margin-bottom: 25px; }

main.home .why-celestis .featured-grid-item {
  width: 100%;
  margin: 10px 0; }
  @media screen and (min-width: 768px) {
    main.home .why-celestis .featured-grid-item {
      width: calc(50% - 20px);
      margin: 10px; } }
  main.home .why-celestis .featured-grid-item-content {
    justify-content: center;
    align-items: center;
    text-align: center; }
  main.home .why-celestis .featured-grid-item-title {
    font-size: 28px; }
  main.home .why-celestis .featured-grid-item-copy {
    display: block; }
    main.home .why-celestis .featured-grid-item-copy p {
      font-size: 14px;
      line-height: 1.5;
      font-style: normal; }
      @media screen and (min-width: 415px) {
        main.home .why-celestis .featured-grid-item-copy p {
          font-size: 16px; } }
      @media screen and (min-width: 768px) {
        main.home .why-celestis .featured-grid-item-copy p {
          font-size: 18px; } }
      @media screen and (min-width: 1400px) {
        main.home .why-celestis .featured-grid-item-copy p {
          font-size: 22px; } }

main.home .experience-and-care .featured-grid {
  width: auto;
  left: auto;
  transform: none; }

main.home .experience-and-care .featured-grid-item {
  width: 100%;
  margin: 10px 0; }
  @media screen and (min-width: 768px) {
    main.home .experience-and-care .featured-grid-item {
      width: calc(100% - 20px);
      margin: 10px; } }
  main.home .experience-and-care .featured-grid-item-content {
    justify-content: center;
    align-items: center;
    text-align: center; }
  main.home .experience-and-care .featured-grid-item-title {
    font-size: 28px; }
  main.home .experience-and-care .featured-grid-item-copy {
    display: block; }
    main.home .experience-and-care .featured-grid-item-copy p {
      font-size: 14px;
      line-height: 1.5;
      font-style: normal; }
      @media screen and (min-width: 415px) {
        main.home .experience-and-care .featured-grid-item-copy p {
          font-size: 16px; } }
      @media screen and (min-width: 768px) {
        main.home .experience-and-care .featured-grid-item-copy p {
          font-size: 18px; } }

.logo-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .logo-grid-item {
    width: calc(100%/3); }
    @media screen and (min-width: 768px) {
      .logo-grid-item {
        width: calc(100%/6); } }
    .logo-grid-item img {
      max-width: 100%; }

.home-carousel {
  max-height: 80vh;
  z-index: -4; }
  .home-carousel img {
    width: 100%;
    height: 60vh;
    object-fit: cover; }

.home-carousel-container {
  position: relative; }
  .home-carousel-container .destinations-hero {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 2;*/
    background: transparent; }
