@charset "IBM437";
/* ****************************************** */
/*  * */
/*  * DO NOT EDIT ME, EDIT THE SCSS FILES */
/*  * scss/styles.scss is master */
/*  * scss/custom.scss IS YOUR GUIDE */
/*  * */
/* ****************************************** */
/*! 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;
  height: 0; }

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -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; }

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

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

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 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; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:78.063em)/";
  width: 78.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: white;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 78.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: white; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: white; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008cba; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43ac6a; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: white; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: white; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        float: left;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0px;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent white transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent white;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: white transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:after, button.dropdown:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%; }
  .dropdown.button:after, button.dropdown:after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:after, button.dropdown:after {
    border-color: white transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-color: white transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-color: white transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-color: white transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select::-ms-expand {
  display: none; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="color"]:disabled,
  textarea:disabled {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly], fieldset[disabled]
  input[type="url"],
  input[type="color"][disabled],
  input[type="color"][readonly], fieldset[disabled]
  input[type="color"],
  textarea[disabled],
  textarea[readonly], fieldset[disabled]
  textarea {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  input[type="color"].radius,
  textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #dddddd;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

@font-face {
  font-family: "foundation-icons";
  src: url("foundation-icons.eot");
  src: url("foundation-icons.eot#iefix") format("embedded-opentype"), url("foundation-icons.woff") format("woff"), url("foundation-icons.ttf") format("truetype"), url("foundation-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.fi-address-book:before {
  content: "\f100"; }

.fi-alert:before {
  content: "\f101"; }

.fi-align-center:before {
  content: "\f102"; }

.fi-align-justify:before {
  content: "\f103"; }

.fi-align-left:before {
  content: "\f104"; }

.fi-align-right:before {
  content: "\f105"; }

.fi-anchor:before {
  content: "\f106"; }

.fi-annotate:before {
  content: "\f107"; }

.fi-archive:before {
  content: "\f108"; }

.fi-arrow-down:before {
  content: "\f109"; }

.fi-arrow-left:before {
  content: "\f10a"; }

.fi-arrow-right:before {
  content: "\f10b"; }

.fi-arrow-up:before {
  content: "\f10c"; }

.fi-arrows-compress:before {
  content: "\f10d"; }

.fi-arrows-expand:before {
  content: "\f10e"; }

.fi-arrows-in:before {
  content: "\f10f"; }

.fi-arrows-out:before {
  content: "\f110"; }

.fi-asl:before {
  content: "\f111"; }

.fi-asterisk:before {
  content: "\f112"; }

.fi-at-sign:before {
  content: "\f113"; }

.fi-background-color:before {
  content: "\f114"; }

.fi-battery-empty:before {
  content: "\f115"; }

.fi-battery-full:before {
  content: "\f116"; }

.fi-battery-half:before {
  content: "\f117"; }

.fi-bitcoin-circle:before {
  content: "\f118"; }

.fi-bitcoin:before {
  content: "\f119"; }

.fi-blind:before {
  content: "\f11a"; }

.fi-bluetooth:before {
  content: "\f11b"; }

.fi-bold:before {
  content: "\f11c"; }

.fi-book-bookmark:before {
  content: "\f11d"; }

.fi-book:before {
  content: "\f11e"; }

.fi-bookmark:before {
  content: "\f11f"; }

.fi-braille:before {
  content: "\f120"; }

.fi-burst-new:before {
  content: "\f121"; }

.fi-burst-sale:before {
  content: "\f122"; }

.fi-burst:before {
  content: "\f123"; }

.fi-calendar:before {
  content: "\f124"; }

.fi-camera:before {
  content: "\f125"; }

.fi-check:before {
  content: "\f126"; }

.fi-checkbox:before {
  content: "\f127"; }

.fi-clipboard-notes:before {
  content: "\f128"; }

.fi-clipboard-pencil:before {
  content: "\f129"; }

.fi-clipboard:before {
  content: "\f12a"; }

.fi-clock:before {
  content: "\f12b"; }

.fi-closed-caption:before {
  content: "\f12c"; }

.fi-cloud:before {
  content: "\f12d"; }

.fi-comment-minus:before {
  content: "\f12e"; }

.fi-comment-quotes:before {
  content: "\f12f"; }

.fi-comment-video:before {
  content: "\f130"; }

.fi-comment:before {
  content: "\f131"; }

.fi-comments:before {
  content: "\f132"; }

.fi-compass:before {
  content: "\f133"; }

.fi-contrast:before {
  content: "\f134"; }

.fi-credit-card:before {
  content: "\f135"; }

.fi-crop:before {
  content: "\f136"; }

.fi-crown:before {
  content: "\f137"; }

.fi-css3:before {
  content: "\f138"; }

.fi-database:before {
  content: "\f139"; }

.fi-die-five:before {
  content: "\f13a"; }

.fi-die-four:before {
  content: "\f13b"; }

.fi-die-one:before {
  content: "\f13c"; }

.fi-die-six:before {
  content: "\f13d"; }

.fi-die-three:before {
  content: "\f13e"; }

.fi-die-two:before {
  content: "\f13f"; }

.fi-dislike:before {
  content: "\f140"; }

.fi-dollar-bill:before {
  content: "\f141"; }

.fi-dollar:before {
  content: "\f142"; }

.fi-download:before {
  content: "\f143"; }

.fi-eject:before {
  content: "\f144"; }

.fi-elevator:before {
  content: "\f145"; }

.fi-euro:before {
  content: "\f146"; }

.fi-eye:before {
  content: "\f147"; }

.fi-fast-forward:before {
  content: "\f148"; }

.fi-female-symbol:before {
  content: "\f149"; }

.fi-female:before {
  content: "\f14a"; }

.fi-filter:before {
  content: "\f14b"; }

.fi-first-aid:before {
  content: "\f14c"; }

.fi-flag:before {
  content: "\f14d"; }

.fi-folder-add:before {
  content: "\f14e"; }

.fi-folder-lock:before {
  content: "\f14f"; }

.fi-folder:before {
  content: "\f150"; }

.fi-foot:before {
  content: "\f151"; }

.fi-foundation:before {
  content: "\f152"; }

.fi-graph-bar:before {
  content: "\f153"; }

.fi-graph-horizontal:before {
  content: "\f154"; }

.fi-graph-pie:before {
  content: "\f155"; }

.fi-graph-trend:before {
  content: "\f156"; }

.fi-guide-dog:before {
  content: "\f157"; }

.fi-hearing-aid:before {
  content: "\f158"; }

.fi-heart:before {
  content: "\f159"; }

.fi-home:before {
  content: "\f15a"; }

.fi-html5:before {
  content: "\f15b"; }

.fi-indent-less:before {
  content: "\f15c"; }

.fi-indent-more:before {
  content: "\f15d"; }

.fi-info:before {
  content: "\f15e"; }

.fi-italic:before {
  content: "\f15f"; }

.fi-key:before {
  content: "\f160"; }

.fi-laptop:before {
  content: "\f161"; }

.fi-layout:before {
  content: "\f162"; }

.fi-lightbulb:before {
  content: "\f163"; }

.fi-like:before {
  content: "\f164"; }

.fi-link:before {
  content: "\f165"; }

.fi-list-bullet:before {
  content: "\f166"; }

.fi-list-number:before {
  content: "\f167"; }

.fi-list-thumbnails:before {
  content: "\f168"; }

.fi-list:before {
  content: "\f169"; }

.fi-lock:before {
  content: "\f16a"; }

.fi-loop:before {
  content: "\f16b"; }

.fi-magnifying-glass:before {
  content: "\f16c"; }

.fi-mail:before {
  content: "\f16d"; }

.fi-male-female:before {
  content: "\f16e"; }

.fi-male-symbol:before {
  content: "\f16f"; }

.fi-male:before {
  content: "\f170"; }

.fi-map:before {
  content: "\f171"; }

.fi-marker:before {
  content: "\f172"; }

.fi-megaphone:before {
  content: "\f173"; }

.fi-microphone:before {
  content: "\f174"; }

.fi-minus-circle:before {
  content: "\f175"; }

.fi-minus:before {
  content: "\f176"; }

.fi-mobile-signal:before {
  content: "\f177"; }

.fi-mobile:before {
  content: "\f178"; }

.fi-monitor:before {
  content: "\f179"; }

.fi-mountains:before {
  content: "\f17a"; }

.fi-music:before {
  content: "\f17b"; }

.fi-next:before {
  content: "\f17c"; }

.fi-no-dogs:before {
  content: "\f17d"; }

.fi-no-smoking:before {
  content: "\f17e"; }

.fi-page-add:before {
  content: "\f17f"; }

.fi-page-copy:before {
  content: "\f180"; }

.fi-page-csv:before {
  content: "\f181"; }

.fi-page-delete:before {
  content: "\f182"; }

.fi-page-doc:before {
  content: "\f183"; }

.fi-page-edit:before {
  content: "\f184"; }

.fi-page-export-csv:before {
  content: "\f185"; }

.fi-page-export-doc:before {
  content: "\f186"; }

.fi-page-export-pdf:before {
  content: "\f187"; }

.fi-page-export:before {
  content: "\f188"; }

.fi-page-filled:before {
  content: "\f189"; }

.fi-page-multiple:before {
  content: "\f18a"; }

.fi-page-pdf:before {
  content: "\f18b"; }

.fi-page-remove:before {
  content: "\f18c"; }

.fi-page-search:before {
  content: "\f18d"; }

.fi-page:before {
  content: "\f18e"; }

.fi-paint-bucket:before {
  content: "\f18f"; }

.fi-paperclip:before {
  content: "\f190"; }

.fi-pause:before {
  content: "\f191"; }

.fi-paw:before {
  content: "\f192"; }

.fi-paypal:before {
  content: "\f193"; }

.fi-pencil:before {
  content: "\f194"; }

.fi-photo:before {
  content: "\f195"; }

.fi-play-circle:before {
  content: "\f196"; }

.fi-play-video:before {
  content: "\f197"; }

.fi-play:before {
  content: "\f198"; }

.fi-plus:before {
  content: "\f199"; }

.fi-pound:before {
  content: "\f19a"; }

.fi-power:before {
  content: "\f19b"; }

.fi-previous:before {
  content: "\f19c"; }

.fi-price-tag:before {
  content: "\f19d"; }

.fi-pricetag-multiple:before {
  content: "\f19e"; }

.fi-print:before {
  content: "\f19f"; }

.fi-prohibited:before {
  content: "\f1a0"; }

.fi-projection-screen:before {
  content: "\f1a1"; }

.fi-puzzle:before {
  content: "\f1a2"; }

.fi-quote:before {
  content: "\f1a3"; }

.fi-record:before {
  content: "\f1a4"; }

.fi-refresh:before {
  content: "\f1a5"; }

.fi-results-demographics:before {
  content: "\f1a6"; }

.fi-results:before {
  content: "\f1a7"; }

.fi-rewind-ten:before {
  content: "\f1a8"; }

.fi-rewind:before {
  content: "\f1a9"; }

.fi-rss:before {
  content: "\f1aa"; }

.fi-safety-cone:before {
  content: "\f1ab"; }

.fi-save:before {
  content: "\f1ac"; }

.fi-share:before {
  content: "\f1ad"; }

.fi-sheriff-badge:before {
  content: "\f1ae"; }

.fi-shield:before {
  content: "\f1af"; }

.fi-shopping-bag:before {
  content: "\f1b0"; }

.fi-shopping-cart:before {
  content: "\f1b1"; }

.fi-shuffle:before {
  content: "\f1b2"; }

.fi-skull:before {
  content: "\f1b3"; }

.fi-social-500px:before {
  content: "\f1b4"; }

.fi-social-adobe:before {
  content: "\f1b5"; }

.fi-social-amazon:before {
  content: "\f1b6"; }

.fi-social-android:before {
  content: "\f1b7"; }

.fi-social-apple:before {
  content: "\f1b8"; }

.fi-social-behance:before {
  content: "\f1b9"; }

.fi-social-bing:before {
  content: "\f1ba"; }

.fi-social-blogger:before {
  content: "\f1bb"; }

.fi-social-delicious:before {
  content: "\f1bc"; }

.fi-social-designer-news:before {
  content: "\f1bd"; }

.fi-social-deviant-art:before {
  content: "\f1be"; }

.fi-social-digg:before {
  content: "\f1bf"; }

.fi-social-dribbble:before {
  content: "\f1c0"; }

.fi-social-drive:before {
  content: "\f1c1"; }

.fi-social-dropbox:before {
  content: "\f1c2"; }

.fi-social-evernote:before {
  content: "\f1c3"; }

.fi-social-facebook:before {
  content: "\f1c4"; }

.fi-social-flickr:before {
  content: "\f1c5"; }

.fi-social-forrst:before {
  content: "\f1c6"; }

.fi-social-foursquare:before {
  content: "\f1c7"; }

.fi-social-game-center:before {
  content: "\f1c8"; }

.fi-social-github:before {
  content: "\f1c9"; }

.fi-social-google-plus:before {
  content: "\f1ca"; }

.fi-social-hacker-news:before {
  content: "\f1cb"; }

.fi-social-hi5:before {
  content: "\f1cc"; }

.fi-social-instagram:before {
  content: "\f1cd"; }

.fi-social-joomla:before {
  content: "\f1ce"; }

.fi-social-lastfm:before {
  content: "\f1cf"; }

.fi-social-linkedin:before {
  content: "\f1d0"; }

.fi-social-medium:before {
  content: "\f1d1"; }

.fi-social-myspace:before {
  content: "\f1d2"; }

.fi-social-orkut:before {
  content: "\f1d3"; }

.fi-social-path:before {
  content: "\f1d4"; }

.fi-social-picasa:before {
  content: "\f1d5"; }

.fi-social-pinterest:before {
  content: "\f1d6"; }

.fi-social-rdio:before {
  content: "\f1d7"; }

.fi-social-reddit:before {
  content: "\f1d8"; }

.fi-social-skillshare:before {
  content: "\f1d9"; }

.fi-social-skype:before {
  content: "\f1da"; }

.fi-social-smashing-mag:before {
  content: "\f1db"; }

.fi-social-snapchat:before {
  content: "\f1dc"; }

.fi-social-spotify:before {
  content: "\f1dd"; }

.fi-social-squidoo:before {
  content: "\f1de"; }

.fi-social-stack-overflow:before {
  content: "\f1df"; }

.fi-social-steam:before {
  content: "\f1e0"; }

.fi-social-stumbleupon:before {
  content: "\f1e1"; }

.fi-social-treehouse:before {
  content: "\f1e2"; }

.fi-social-tumblr:before {
  content: "\f1e3"; }

.fi-social-twitter:before {
  content: "\f1e4"; }

.fi-social-vimeo:before {
  content: "\f1e5"; }

.fi-social-windows:before {
  content: "\f1e6"; }

.fi-social-xbox:before {
  content: "\f1e7"; }

.fi-social-yahoo:before {
  content: "\f1e8"; }

.fi-social-yelp:before {
  content: "\f1e9"; }

.fi-social-youtube:before {
  content: "\f1ea"; }

.fi-social-zerply:before {
  content: "\f1eb"; }

.fi-social-zurb:before {
  content: "\f1ec"; }

.fi-sound:before {
  content: "\f1ed"; }

.fi-star:before {
  content: "\f1ee"; }

.fi-stop:before {
  content: "\f1ef"; }

.fi-strikethrough:before {
  content: "\f1f0"; }

.fi-subscript:before {
  content: "\f1f1"; }

.fi-superscript:before {
  content: "\f1f2"; }

.fi-tablet-landscape:before {
  content: "\f1f3"; }

.fi-tablet-portrait:before {
  content: "\f1f4"; }

.fi-target-two:before {
  content: "\f1f5"; }

.fi-target:before {
  content: "\f1f6"; }

.fi-telephone-accessible:before {
  content: "\f1f7"; }

.fi-telephone:before {
  content: "\f1f8"; }

.fi-text-color:before {
  content: "\f1f9"; }

.fi-thumbnails:before {
  content: "\f1fa"; }

.fi-ticket:before {
  content: "\f1fb"; }

.fi-torso-business:before {
  content: "\f1fc"; }

.fi-torso-female:before {
  content: "\f1fd"; }

.fi-torso:before {
  content: "\f1fe"; }

.fi-torsos-all-female:before {
  content: "\f1ff"; }

.fi-torsos-all:before {
  content: "\f200"; }

.fi-torsos-female-male:before {
  content: "\f201"; }

.fi-torsos-male-female:before {
  content: "\f202"; }

.fi-torsos:before {
  content: "\f203"; }

.fi-trash:before {
  content: "\f204"; }

.fi-trees:before {
  content: "\f205"; }

.fi-trophy:before {
  content: "\f206"; }

.fi-underline:before {
  content: "\f207"; }

.fi-universal-access:before {
  content: "\f208"; }

.fi-unlink:before {
  content: "\f209"; }

.fi-unlock:before {
  content: "\f20a"; }

.fi-upload-cloud:before {
  content: "\f20b"; }

.fi-upload:before {
  content: "\f20c"; }

.fi-usb:before {
  content: "\f20d"; }

.fi-video:before {
  content: "\f20e"; }

.fi-volume-none:before {
  content: "\f20f"; }

.fi-volume-strike:before {
  content: "\f210"; }

.fi-volume:before {
  content: "\f211"; }

.fi-web:before {
  content: "\f212"; }

.fi-wheelchair:before {
  content: "\f213"; }

.fi-widget:before {
  content: "\f214"; }

.fi-wrench:before {
  content: "\f215"; }

.fi-x-circle:before {
  content: "\f216"; }

.fi-x:before {
  content: "\f217"; }

.fi-yen:before {
  content: "\f218"; }

.fi-zoom-in:before {
  content: "\f219"; }

.fi-zoom-out:before {
  content: "\f21a"; }

.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: white; }
  .label.warning {
    background-color: #f08a24;
    color: white; }
  .label.success {
    background-color: #43ac6a;
    color: white; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: white transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: white transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: whitesmoke; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: whitesmoke; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008cba; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008cba !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 78em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 78.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 78.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 78.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }
.cf:before, .cf:after {
  content: '';
  display: table; }

.cf:after {
  clear: both; }

.cl {
  clear: left; }

.cf {
  clear: right; }

.alt {
  text-indent: -9999em;
  overflow: hidden;
  display: block; }

body {
  background-color: #007dc3; }

.header {
  position: fixed;
  top: 0;
  background-color: #003557;
  width: 100%;
  height: 55px;
  z-index: 2;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
    .header {
      position: absolute; } }
  @media only screen and (min-width: 40.063em) {
    .header {
      height: 65px; } }
  @media only screen and (max-width: 965px) {
    .header {
      height: 55px; } }

.header .branding {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  padding-right: 5px; }

header .branding.ppc-page {
  background-color: white;
  padding: 20px 0px 20px 10px;
  margin: -1px 0px 20px; }
  header .branding.ppc-page a.logo {
    background-image: url(../img/logo.svg);
    width: 272px;
    height: 49px;
    margin: 10px 20px 0 10px; }
  @media screen and (min-width: 1301px) {
    header .branding.ppc-page a.logo {
      background-color: #fff; } }

.branding a.logo {
  background-image: url(../img/logo-mobile.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-color: transparent;
  width: 65px;
  height: 55px;
  display: block;
  text-indent: -9999em;
  overflow: hidden; }
  @media only screen and (max-width: 965px) {
    .branding a.logo {
      width: 65px;
      height: 55px; } }
  @media only screen and (min-width: 966px) and (max-width: 1300px) {
    .branding a.logo {
      width: 77px;
      height: 65px; } }
  @media screen and (min-width: 1301px) {
    .branding a.logo {
      background-image: url(../img/logo.svg);
      background-color: #003557;
      width: 272px;
      height: 49px;
      margin: 10px 20px 0 10px; } }

.masthead {
  width: 100%;
  margin: 55px auto 0;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .masthead {
      margin: 65px auto 0;
      position: relative; } }
  @media only screen and (max-width: 965px) {
    .masthead {
      margin-top: 55px; } }
  @media only screen and (min-width: 78.063em) {
    .masthead {
      position: fixed;
      margin-top: 130px; } }

.masthead img {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 78.063em) {
  .ccm-panel-ready .masthead {
    position: relative;
    min-height: 300px; } }

#wrapper {
  position: relative;
  overflow-x: hidden; }

h1.page-title {
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 40.063em) {
    h1.page-title {
      font-size: 1.875rem;
      font-weight: 400;
      padding: 0 5%; } }
  @media only screen and (min-width: 78.063em) {
    h1.page-title {
      font-size: 2.375rem; } }

#content-wrapper-int {
  position: relative;
  padding-top: 0;
  color: white; }
  @media only screen and (min-width: 78.063em) {
    #content-wrapper-int {
      padding-top: 615px; } }
  @media only screen and (min-width: 90.063em) {
    #content-wrapper-int {
      padding-top: 650px; } }
  #content-wrapper-int h1 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 1.375rem;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 40.063em) {
      #content-wrapper-int h1 {
        font-size: 1.875rem;
        font-weight: 400;
        padding: 0 5%; } }
    @media only screen and (min-width: 78.063em) {
      #content-wrapper-int h1 {
        font-size: 2.375rem; } }
  #content-wrapper-int hr {
    border: 0;
    height: 20px;
    background: url(../img/layout/line-decor-white.png) center 0 no-repeat;
    margin: 35px 0; }
    @media only screen and (max-width: 40em) {
      #content-wrapper-int hr {
        background-size: 100%;
        height: 31px; } }
    @media only screen and (min-width: 40.063em) {
      #content-wrapper-int hr {
        height: 26px;
        margin: 35px 0 60px 0; } }
  #content-wrapper-int h2, #content-wrapper-int h3, #content-wrapper-int h4, #content-wrapper-int h5, #content-wrapper-int h6 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    text-transform: uppercase;
    line-height: 1.8em; }
  #content-wrapper-int h2 {
    font-size: 1.625rem;
    font-weight: 400; }
  #content-wrapper-int h3 {
    font-size: 1.375rem; }
  #content-wrapper-int h4, #content-wrapper-int h5, #content-wrapper-int h6 {
    font-size: 1.125rem; }
  #content-wrapper-int p {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.8em;
    margin: 0 0 30px 0; }
  #content-wrapper-int ul, #content-wrapper-int ol {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 1rem;
    line-height: 1.8em;
    margin: 0 0 30px 15px; }
  #content-wrapper-int a {
    font-style: italic;
    font-weight: 400;
    color: white;
    text-decoration: none; }
  #content-wrapper-int a:hover {
    text-decoration: underline; }
  #content-wrapper-int p a {
    color: white;
    text-decoration: underline;
    font-style: normal; }
    @media only screen and (max-width: 40em) {
      #content-wrapper-int p a {
        max-width: 250px;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis; } }
  #content-wrapper-int a.button {
    margin: 0 1px 1px !important;
    background: #002841;
    border: 2px solid #002841;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-style: normal;
    padding: 15px 25px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.9375rem; }
    @media only screen and (max-width: 40em) {
      #content-wrapper-int a.button {
        width: 100%; } }
  #content-wrapper-int a.button:hover {
    background: transparent;
    border: 2px solid #002841;
    color: white;
    text-decoration: none; }
  #content-wrapper-int a.info-button, #content-wrapper-int a.info-button.book-now {
    background: #002841;
    border: 2px solid #002841;
    color: white;
    padding: 1rem 0;
    width: 48%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.9375rem;
    display: inline-block; }
    @media only screen and (min-width: 40.063em) {
      #content-wrapper-int a.info-button, #content-wrapper-int a.info-button.book-now {
        padding: 1rem 1.25rem;
        width: auto; } }
    @media only screen and (min-width: 40.063em) {
      #content-wrapper-int a.info-button, #content-wrapper-int a.info-button.book-now {
        width: 170px; } }
  #content-wrapper-int a.info-button {
    margin: 0 2% 10px 0; }
  #content-wrapper-int a.info-button:hover {
    background: #007dc3;
    border: 2px solid #002841; }
  #content-wrapper-int a.info-button.book-now {
    background-color: #003557; }

#content-int {
  background: #007dc3;
  padding: 35px 0 50px 0;
  width: 90%;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    #content-int {
      padding: 40px 0 68px 0;
      width: 100%; } }
  #content-int .col-wrap {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 40.063em) {
      #content-int .col-wrap {
        width: 90%;
        text-align: center;
        margin: 0 auto 40px; } }
    @media only screen and (min-width: 78.063em) {
      #content-int .col-wrap {
        width: 80%;
        position: relative; } }
  #content-int .col-wrap .col {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 40.063em) {
      #content-int .col-wrap .col {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        text-align: left; } }
  @media only screen and (min-width: 40.063em) {
    #content-int .col-left {
      padding: 0 25px 0 0; } }
  @media only screen and (min-width: 78.063em) {
    #content-int .col-left {
      padding: 0 75px 0 0; } }
  @media only screen and (min-width: 40.063em) {
    #content-int .col-right {
      padding: 0 0 0 25px; } }
  @media only screen and (min-width: 78.063em) {
    #content-int .col-right {
      padding: 0 0 0 75px; } }

.special-offers #content-int {
  width: 100%; }

.suppl-content {
  text-align: center;
  width: 90%;
  margin: 0 auto; }
  @media only screen and (min-width: 78.063em) {
    .suppl-content {
      width: 65%; } }
  .suppl-content ul, .suppl-content .basic-list {
    text-align: left; }
  .suppl-content a.button {
    margin: 0 0.1rem !important; }

.accomm .suppl-content ul {
  display: inline-block; }
  .accomm .suppl-content ul li {
    text-align: left; }
    @media only screen and (min-width: 40.063em) {
      .accomm .suppl-content ul li {
        width: 50%;
        float: left;
        padding-right: 5%; } }

.top-column {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .top-column {
      width: 90%; } }
  @media only screen and (min-width: 78.063em) {
    .top-column {
      width: 65%; } }
  .top-column ul, .top-column .basic-list {
    text-align: left; }
  .top-column a.button {
    margin: 0 0.1rem !important; }
  .top-column .dining-btn ul {
    margin-left: 0 !important;
    width: 100%;
    text-align: center; }
    .top-column .dining-btn ul li {
      list-style-type: none;
      display: inline-block;
      text-align: center; }
      .top-column .dining-btn ul li a {
        margin: 0 0 2px 0 !important; }
      @media only screen and (min-width: 40.063em) {
        .top-column .dining-btn ul li a.button {
          padding: 1rem 1.25rem !important; } }
      @media only screen and (max-width: 40em) {
        .top-column .dining-btn ul li {
          width: 100%; }
          .top-column .dining-btn ul li a {
            width: 100%; } }
      @media only screen and (min-width: 40.063em) {
        .top-column .dining-btn ul li {
          margin: 0 0.1rem !important; } }

/* Basic List */
.basic-list {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    .basic-list {
      width: 90%;
      margin: 0 auto !important; } }
  .store .basic-list {
    width: 100%; }

.bl-item {
  margin-bottom: 40px; }

.bl-image {
  margin-bottom: 15px; }
  @media only screen and (min-width: 40.063em) {
    .bl-image {
      margin-bottom: 0; } }

.bl-copy h2 {
  margin-top: 0;
  line-height: .9em !important; }

.center {
  text-align: center; }

.horz-rule {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

/* TripAdvisor Widget */
#CDSWIDSSP {
  width: 100% !important; }

#CDSWIDSSP .widSSPData .widSSPBranding dt {
  margin: 6px auto !important; }

div#TA_selfserveprop673 {
  width: 90%;
  margin: 0 auto; }

#scroll-arrow {
  position: fixed;
  z-index: 199;
  right: 2%;
  bottom: 2%;
  display: none;
  width: 48px;
  height: 48px;
  background: url("https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/sprites-scrollarrow.png") 0 -48px no-repeat; }

#scroll-arrow.up {
  cursor: pointer;
  background-position: 0 0; }

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  #scroll-arrow {
    background: url("https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/sprites-scrollarrow_2x.png") 0 -48px no-repeat;
    background-size: 48px 96px; } }
/*
	Styling for the location map
*/
#content-wrapper-int #content-int #map {
  width: 100%;
  max-width: 970px;
  height: 330px;
  margin: 0 auto; }

/*
	Styling for the trip advisor
*/
.TA_selfserveprop {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px auto; }

/*
Extra styling for the 404 page
*/
.error-404 {
  position: relative;
  background-color: #007dc3; }
  @media only screen and (min-width: 90.063em) {
    .error-404 {
      margin-top: 615px; } }
  .error-404 .page-not-found-content {
    font-family: "Gotham A", "Gotham B", sans-serif;
    padding: 40px 0 68px 0;
    text-align: center; }
    .error-404 .page-not-found-content h1 {
      font-size: 2.1875rem !important;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
    .error-404 .page-not-found-content hr {
      height: 26px;
      margin: 35px 0 60px 0;
      background: url("../img/layout/line-decor-white.png") center no-repeat;
      background-color: #007dc3;
      color: #007dc3;
      border: 0; }
    .error-404 .page-not-found-content .suppl-content {
      text-align: center; }
      .error-404 .page-not-found-content .suppl-content > p {
        font-weight: 300;
        font-size: 1rem; }
      .error-404 .page-not-found-content .suppl-content a {
        color: white;
        text-decoration: underline; }

/*
	Update some styles based on wheither or not the CMT toolbar
	is showing
*/
.toolbar-showing {
  /* Fixed header */
  /* Booking console */ }
  .toolbar-showing .header {
    top: 48px; }
  .toolbar-showing .horizontal-console {
    top: calc(65px + 48px) !important; }

.fa-times-circle:before {
  content: no-close-quote; }

div.nav {
  position: absolute;
  top: 0;
  width: 100%; }
  @media screen and (min-width: 1301px) {
    div.nav {
      display: inline-block;
      right: 7.5%;
      min-height: 70px;
      overflow: visible !important;
      position: absolute;
      width: 952px; } }

.nav-menu {
  cursor: pointer;
  background: url(../img/layout/icon-menu.png) 0 0 no-repeat;
  width: 55px;
  background-color: #003557;
  display: block;
  position: absolute; }
  @media only screen and (max-width: 965px) {
    .nav-menu {
      height: 55px;
      left: 70px; } }
  @media only screen and (max-width: 40em) {
    .nav-menu {
      left: 60px; } }
  .isTablet .nav-menu, .isLongNav .nav-menu {
    left: 70px;
    height: 65px; }
    .isTablet .nav-menu:after, .isLongNav .nav-menu:after {
      content: 'menu';
      position: absolute;
      top: 1rem;
      left: 4rem;
      color: white;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 1.125rem;
      text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .isTablet .nav-menu, .isLongNav .nav-menu {
        height: 55px; } }
  @media screen and (min-width: 1301px) {
    .nav-menu {
      display: none; } }

ul#primary-nav {
  display: none;
  margin: 55px 0 0;
  background-color: #003557;
  z-index: 2; }
  @media only screen and (min-width: 40.063em) and (max-width: 78em) {
    ul#primary-nav {
      margin-top: 65px; } }
  @media only screen and (max-width: 965px) {
    ul#primary-nav {
      margin-top: 55px; } }
  @media screen and (min-width: 1301px) {
    ul#primary-nav {
      display: inline-block;
      margin: 0;
      top: 20px;
      position: absolute;
      right: 0; } }

#primary-nav li {
  display: block;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.75rem;
  border-bottom: 1px solid #004e7d; }
  @media screen and (min-width: 1301px) {
    #primary-nav li {
      display: inline-block;
      border: none; } }

#primary-nav li:last:child {
  border: none;
  padding-right: 0; }

#primary-nav li a {
  color: white;
  font-size: 0.875rem;
  padding: 15px 0 15px 20px;
  display: block;
  width: 100%; }
  @media screen and (min-width: 1301px) {
    #primary-nav li a {
      font-size: 0.6875rem;
      padding: 0 12px;
      height: auto !important; } }

#primary-nav li:last-child a {
  padding-right: 0; }

#primary-nav li.current a, #primary-nav li a:hover {
  color: #919195; }

#primary-nav li ul {
  display: none;
  position: absolute;
  top: 65px;
  background: #003557;
  width: 100%;
  left: 0;
  z-index: 20; }
  @media screen and (min-width: 1301px) {
    #primary-nav li ul {
      background: rgba(87, 83, 81, 0.95);
      left: -67px; } }

@media screen and (min-width: 1301px) {
  #primary-nav li:hover ul, #primary-nav li.current ul {
    display: block; } }

#primary-nav li.current ul {
  z-index: 10; }

#primary-nav li ul li a, #primary-nav li.current ul li a {
  display: block;
  color: white;
  font-weight: normal; }
  @media screen and (min-width: 1301px) {
    #primary-nav li ul li a, #primary-nav li.current ul li a {
      border-right: 1px solid #433a35;
      padding: 23px 0;
      font-size: 0.75rem;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55); } }

@media screen and (min-width: 1301px) {
  #primary-nav li ul li.last a {
    border: none; } }

@media only screen and (min-width: 78.063em) {
  #primary-nav li ul li a:hover, #primary-nav li ul li.current a {
    color: #9fcbed;
    background: rgba(45, 45, 45, 0.8); } }

#primary-nav li ul li.secondary-title {
  background: #003557 url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/bg-back.svg) 95% center no-repeat;
  width: 100%;
  padding: 15px 0 15px 20px;
  color: #9fcbed;
  border-top: 1px solid #004e7d; }
  @media screen and (min-width: 1301px) {
    #primary-nav li ul li.secondary-title {
      display: none; } }

@media screen and (min-width: 1301px) {
  #primary-nav li ul li.sec-parent {
    display: none; } }

#primary-nav li .secondary-wrapper {
  position: absolute;
  top: -10px;
  display: block;
  width: 100%;
  left: 0; }
  @media only screen and (min-width: 40.063em) {
    #primary-nav li .secondary-wrapper {
      top: 0; } }
  #primary-nav li .secondary-wrapper ul.active {
    margin: 0;
    display: block !important; }
    @media screen and (min-width: 1301px) {
      #primary-nav li .secondary-wrapper ul.active {
        display: none !important; } }
  @media screen and (min-width: 1301px) {
    #primary-nav li .secondary-wrapper {
      display: none !important; } }

@media screen and (min-width: 1301px) {
  #primary-nav li ul {
    text-align: center; } }

#primary-nav li ul li {
  width: 100%;
  margin: 0; }
  @media screen and (min-width: 1301px) {
    #primary-nav li ul li {
      text-align: center; } }

@media screen and (min-width: 1301px) {
  #primary-nav li#dining ul li {
    width: 25%; } }

@media screen and (min-width: 1301px) {
  #primary-nav li#spa ul li {
    width: 20%; } }

@media screen and (min-width: 1301px) {
  #primary-nav li#raleigh-meetings ul li {
    width: 100%; } }

@media screen and (min-width: 1301px) {
  #primary-nav li#weddings ul li {
    width: 50%; } }

@media screen and (min-width: 1301px) {
  #primary-nav li#cary-nc-hotels ul li {
    width: 16.6%; } }

/* secondary nav */
#subnav #secondary-nav {
  padding-bottom: 1rem; }
  #subnav #secondary-nav ul {
    margin: -1px 0 1em 0; }
    #subnav #secondary-nav ul li {
      margin-top: -1px;
      list-style-type: none; }
      @media only screen and (min-width: 40.063em) {
        #subnav #secondary-nav ul li {
          width: 45%;
          display: inline-block;
          margin: 0.1em; } }
      #subnav #secondary-nav ul li a {
        position: relative;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 0.9375rem;
        font-style: normal;
        font-weight: 400;
        color: white;
        background-color: #3195cd;
        text-transform: uppercase;
        border: 1px solid white;
        padding: 0.5rem;
        margin: 0;
        display: inline-block;
        width: 100%;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s; }
      #subnav #secondary-nav ul li a:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.36;
        transition: all 0.36; }
      #subnav #secondary-nav ul li a:hover {
        color: #3195cd;
        background-color: white;
        text-decoration: none; }
      @media only screen and (min-width: 78.063em) {
        #subnav #secondary-nav ul li {
          width: 25%;
          max-width: 260px;
          display: inline-block;
          margin: 0 0 0 -1px; } }
    #subnav #secondary-nav ul li.nav-selected a {
      color: #3195cd;
      background-color: white;
      text-decoration: none; }
    #subnav #secondary-nav ul li#nav-events-cleveland a {
      background-color: #002841; }

/* sitemap */
.sitemap-list {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    .sitemap-list {
      width: 90%; } }
  @media only screen and (min-width: 78.063em) {
    .sitemap-list {
      width: 60%; } }
  .sitemap-list li.secondary-title, .sitemap-list li.sec-parent {
    display: none; }

.booking-console {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 100%; }

.mobile-toggle a {
  background: #007dc3;
  width: 70px;
  height: 55px;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  padding: 5px 0 0 0;
  z-index: 120; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
    .mobile-toggle a {
      position: absolute; } }
  @media only screen and (min-width: 40.063em) {
    .mobile-toggle a {
      display: none; } }

.mobile-toggle a img {
  width: 42px;
  height: auto;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
  filter: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/shadow.svg#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')"; }

@media only screen and (max-width: 40em) {
  .tablet-toggle {
    display: none; } }
@media screen and (min-width: 1301px) {
  .tablet-toggle {
    display: none; } }

.tablet-toggle a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.85rem;
  width: 225px;
  height: 65px;
  text-align: center;
  padding: 24px 0 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #007dc3;
  border-style: none;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 120; }
  @media only screen and (max-width: 965px) {
    .tablet-toggle a {
      height: 55px;
      padding-top: 19px; } }

.horizontal-popup form {
  text-align: center; }
  @media only screen and (min-width: 78.063em) {
    .horizontal-popup form h2 {
      font-size: 1.5rem;
      margin: 0;
      padding: 0 1rem;
      line-height: 1; } }
.horizontal-popup #open-promo span {
  display: inline-block;
  -webkit-transform: rotate(90degdeg);
  -moz-transform: rotate(90degdeg);
  -ms-transform: rotate(90degdeg);
  -o-transform: rotate(90degdeg);
  transform: rotate(90degdeg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90deg), M12=-sin(90deg), M21=sin(90deg), M22=cos(90deg));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90deg), M12=-sin(90deg), M21=sin(90deg), M22=cos(90deg))";
  zoom: 1;
  writing-mode: tb-rl; }
.horizontal-popup #open-promo.activated span {
  -webkit-transform: rotate(270degdeg);
  -moz-transform: rotate(270degdeg);
  -ms-transform: rotate(270degdeg);
  -o-transform: rotate(270degdeg);
  transform: rotate(270degdeg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(270deg), M12=-sin(270deg), M21=sin(270deg), M22=cos(270deg));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(270deg), M12=-sin(270deg), M21=sin(270deg), M22=cos(270deg))";
  zoom: 1; }
.horizontal-popup .promos {
  position: relative; }
@media only screen and (min-width: 78.063em) {
  .horizontal-popup #promo-wrap {
    position: relative;
    width: 380px;
    right: 150px; } }
.horizontal-popup .form-dates {
  display: inline-block;
  margin-bottom: 1rem; }
.horizontal-popup .date-field {
  width: 47%;
  clear: none;
  float: left; }
.horizontal-popup .date-field:first-child {
  margin-right: 6%; }
.horizontal-popup .date-picker {
  display: none; }
.horizontal-popup #open-promo, .horizontal-popup .form-buttons {
  display: block; }
.horizontal-popup .dropdowns .field {
  width: 47%;
  clear: none;
  float: left; }
  .horizontal-popup .dropdowns .field:first-child {
    margin-right: 6%; }

#check-avail-wrapper {
  display: none;
  width: 100%;
  position: fixed;
  top: 55px;
  background: #002841;
  padding: 0;
  z-index: 2; }
  #check-avail-wrapper a {
    font-family: "Gotham A", "Gotham B", sans-serif;
    text-transform: uppercase; }
  @media only screen and (min-width: 40.063em) {
    #check-avail-wrapper {
      top: 65px;
      overflow: visible !important; } }
  @media screen and (min-width: 1301px) {
    #check-avail-wrapper {
      display: block;
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); } }

.horizontal-console {
  position: fixed;
  top: 111px;
  height: 65px;
  background: rgba(255, 255, 255, 0.7); }
  .horizontal-console form {
    position: relative;
    margin: 0 auto;
    width: 85%; }
  .horizontal-console fieldset {
    position: relative;
    left: 0;
    margin: 0 auto;
    padding: 0;
    border-style: none; }
  .horizontal-console .hidden, .horizontal-console .errors-list {
    display: none; }
  .horizontal-console label {
    font-size: 0.75rem;
    margin-bottom: 3px;
    display: none; }
  .horizontal-console select {
    width: 116px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    background-color: #003557;
    background-image: url(../img/layout/select-bg.png); }
  .horizontal-console input[type="text"] {
    background: #003557;
    text-transform: uppercase;
    font-size: 0.6875rem; }
  .horizontal-console input[type="text"], .horizontal-console select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px #002841;
    -moz-box-shadow: inset 0 1px 2px #002841;
    box-shadow: inset 0 1px 2px #002841;
    border-color: #007dc3;
    color: white; }
  .horizontal-console .form-dates {
    float: left;
    padding: 0;
    margin-top: 15px; }
    .horizontal-console .form-dates .columns {
      padding-left: 0; }
  .horizontal-console .trigger {
    text-align: left;
    color: #ffffff;
    padding: 7px 0 7px 10px;
    width: 100%;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.875rem;
    background: #003557 url(../img/layout/select-bg.png) 98% center no-repeat;
    display: block;
    border: 1px solid #007dc3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .horizontal-console .activetrigger {
    text-align: left;
    color: #ffffff;
    padding: 6px 0 6px 10px;
    width: 100%;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.875rem;
    background: #003557 url(../img/layout/select-bg.png) 98% center no-repeat;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .horizontal-console .field-dropdowns {
    float: left;
    padding: 0 0 0 6px;
    margin-top: 15px;
    width: 35%; }
    .horizontal-console .field-dropdowns .large-6.columns {
      width: 33%;
      padding-left: 0; }
      .horizontal-console .field-dropdowns .large-6.columns select {
        width: 100%; }
      .horizontal-console .field-dropdowns .large-6.columns :last-child {
        float: none; }
    .horizontal-console .field-dropdowns .dropcontainer {
      position: absolute;
      color: white;
      background: #003557;
      width: 90%; }
      .horizontal-console .field-dropdowns .dropcontainer .dropdownhidden {
        display: none; }
      .horizontal-console .field-dropdowns .dropcontainer .dropdownvisible {
        display: block;
        height: auto; }
      .horizontal-console .field-dropdowns .dropcontainer ul {
        border-top: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
        z-index: 100;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .horizontal-console .field-dropdowns .dropcontainer ul li {
          padding: 5px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          text-align: left; }
          .horizontal-console .field-dropdowns .dropcontainer ul li a {
            color: white;
            width: 100%;
            display: block;
            font-size: 0.75rem; }
        .horizontal-console .field-dropdowns .dropcontainer ul li:hover {
          background: #007dc3; }
          .horizontal-console .field-dropdowns .dropcontainer ul li:hover a {
            color: white; }
        .horizontal-console .field-dropdowns .dropcontainer ul li:first-child {
          display: none; }
  .horizontal-console .alt-input,
  .horizontal-console .date-picker[type="text"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px #002841;
    -moz-box-shadow: inset 0 1px 2px #002841;
    box-shadow: inset 0 1px 2px #002841;
    background: #003557;
    border-color: #007dc3;
    color: white;
    width: 100%;
    border: 1px solid #007dc3;
    background: #003557 url(../img/calendar/calendar-icon-main.png) right 5px center no-repeat;
    padding: 5px 10px; }
    .horizontal-console .alt-input a,
    .horizontal-console .date-picker[type="text"] a {
      color: white; }
    .horizontal-console .alt-input .date-left,
    .horizontal-console .date-picker[type="text"] .date-left {
      margin: 0 7px 0 0; }
    .horizontal-console .alt-input input,
    .horizontal-console .date-picker[type="text"] input {
      font-family: "Gotham A","Gotham B";
      text-transform: uppercase;
      color: white; }
  .horizontal-console .date-placeholder {
    color: white; }
  .horizontal-console #arrival, .horizontal-console #departure {
    display: none;
    width: 100%;
    border: 1px solid #007dc3;
    background: #003557 url(../img/calendar/calendar-icon-main.png) right 5px center no-repeat; }
  .horizontal-console .cal-icon {
    display: none; }
  .horizontal-console .promos, .horizontal-console .rez-mod {
    float: left;
    position: relative;
    margin-top: 15px;
    width: 13.5%; }
  .horizontal-console .hidden {
    opacity: 0; }
  @media only screen and (min-width: 78.063em) {
    .horizontal-console #promo-wrap {
      position: relative;
      height: 62px;
      width: 680px;
      right: 205px;
      top: 14px;
      padding: 12px;
      background: #fff;
      text-align: center;
      opacity: 1;
      -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .horizontal-console #promo-wrap label {
        display: none; } }
  .horizontal-console #promo-wrap:before {
    width: 0;
    height: 0;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px; }
  .horizontal-console .form-buttons {
    text-align: center;
    float: right; }
  .horizontal-console .form-buttons input[type='submit'] {
    width: 100%;
    background: #007dc3;
    border-style: none;
    color: white;
    font-size: 1rem;
    font-family: "Gotham A", "Gotham B", sans-serif;
    height: 65px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    filter: Shadow(Color=black, Direction=130, Strength=1); }
    .horizontal-console .form-buttons input[type='submit']:hover {
      background: #9fcbed;
      color: white; }
  .horizontal-console .picker {
    width: 467px;
    top: 58px; }
    .horizontal-console .picker .picker__holder {
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
    .horizontal-console .picker .picker__table {
      background: #007dc3;
      border: 1px solid #919195;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 0.875rem; }
    .horizontal-console .picker .picker__table th, .horizontal-console .picker .picker__table td, .horizontal-console .picker .picker__day--disabled, .horizontal-console .picker .picker__day--disabled:hover, .horizontal-console .picker .picker--focused .picker__day--disabled {
      background: #9fcbed;
      border-color: #003557; }
    .horizontal-console .picker .picker__month, .horizontal-console .picker .picker__year {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-style: italic;
      font-size: 1.125rem; }
    .horizontal-console .picker .picker__month {
      font-weight: 700; }
  .horizontal-console .picker__day--outfocus {
    color: #ddd5cd; }
  .horizontal-console .picker__day--infocus:hover,
  .horizontal-console .picker__day--outfocus:hover,
  .horizontal-console .picker__button--close:hover,
  .horizontal-console .picker__nav--prev:hover,
  .horizontal-console .picker__nav--next:hover {
    background: #919195; }
  .horizontal-console .picker__day--selected, .horizontal-console .picker__day--selected:hover, .horizontal-console .picker--focused .picker__day--selected {
    background: #003557; }
  .horizontal-console .picker__day--highlighted {
    border-color: #007dc3; }
  .horizontal-console .picker__footer button.picker__button--close {
    color: white;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.8125rem; }
  .horizontal-console .picker__button--close:before {
    color: #007dc3; }
  @media only screen and (min-width: 40.063em) {
    .horizontal-console {
      display: none; } }
  @media only screen and (min-width: 78.063em) {
    .horizontal-console {
      display: block; } }

.picker__nav--next {
  background-position: 28px 10px !important; }

#open-promo, #modify {
  display: block;
  color: white;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 15px;
  text-align: center;
  padding: 0 1.5rem 0 0.5rem; }

#footer {
  position: relative; }
  @media (max-width: 767px) {
    #footer {
      -webkit-transform: translate3d(0, 0, 0); } }
  @media only screen and (min-width: 78.063em) {
    #footer {
      z-index: 1; } }

.footer-copy {
  background: #003557; }

#footer_image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  -webkit-box-shadow: inset 1px 20px 20px -20px;
  -moz-box-shadow: inset 1px 20px 20px -20px;
  box-shadow: inset 1px 20px 20px -20px;
  background-image: url(../img/layout/hp-footer.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
  	background-attachment: inherit;
  }*/
  background-size: 100% auto;
  text-align: center; }
  #footer_image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic; }
    @media only screen and (max-width: 40em) {
      #footer_image img {
        max-width: 40%;
        padding-top: 15%; } }
    @media only screen and (min-width: 40.063em) and (max-width: 78em) {
      #footer_image img {
        max-width: 40%;
        padding-top: 10%;
        display: none; } }
    @media only screen and (min-width: 78.063em) {
      #footer_image img {
        display: none; } }
  @media only screen and (max-width: 40em) {
    #footer_image {
      height: 0;
      padding-bottom: 66%; } }
  @media only screen and (max-width: 1093px) {
    #footer_image {
      background-attachment: scroll;
      background-size: cover; } }
  @media only screen and (min-width: 78.063em) {
    #footer_image {
      height: 400px; } }
  @media only screen and (max-width: 40em) {
    #footer_image .ftr-img-cont {
      display: none; } }
  @media only screen and (max-width: 1093px) {
    #footer_image .ftr-img-cont {
      padding-top: 132px; } }
  @media only screen and (min-width: 1093px) {
    #footer_image .ftr-img-cont {
      padding-top: 152px; } }
  #footer_image .ftr-img-cont img {
    display: inline-block;
    max-width: 70%;
    padding: 0; }

#footer a:hover {
  color: white; }

.footer-cols {
  margin: 0 auto;
  width: 100%;
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: white; }
  @media only screen and (min-width: 965px) {
    .footer-cols {
      width: 100%;
      margin: 0 auto;
      padding: 0 5%;
      text-align: left; } }

.footer-cols .col {
  display: block;
  width: 90%; }
  @media only screen and (min-width: 965px) {
    .footer-cols .col {
      width: 33.1%;
      display: inline-block;
      vertical-align: top; } }
  @media only screen and (min-width: 78.063em) {
    .footer-cols .col {
      width: 33.1%;
      display: inline-block;
      vertical-align: top; } }

#footer-map {
  margin: 0 auto 41px; }
  @media only screen and (min-width: 965px) {
    #footer-map {
      width: 29%;
      margin-left: 35px; } }
  #footer-map a {
    position: relative;
    display: block; }
  #footer-map .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0; }
  #footer-map img {
    width: 100%;
    height: auto; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      #footer-map img {
        width: 90%; } }

#footer-address {
  margin: 0 auto;
  padding: 1rem; }
  @media only screen and (max-width: 40em) {
    #footer-address {
      width: 100%;
      padding: 10% 5%; } }
  @media only screen and (min-width: 768px) {
    #footer-address {
      display: inline-block;
      vertical-align: top;
      padding: 0.5rem 0 0; } }
  @media only screen and (min-width: 965px) {
    #footer-address {
      width: 59%;
      margin: 0;
      text-align: left; } }
  @media only screen and (min-width: 78.063em) {
    #footer-address {
      width: 59%; } }
  #footer-address .nav-inline {
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer-address .nav-inline li {
      font-size: 0.9375rem;
      display: inline-block;
      vertical-align: middle;
      padding-bottom: 0;
      width: 100%; }
      @media only screen and (min-width: 40.063em) {
        #footer-address .nav-inline li {
          font-size: 0.75rem;
          width: auto;
          padding-bottom: 0.5rem; } }
    #footer-address .nav-inline li.address-title {
      color: #9fcbed; }
      @media only screen and (max-width: 40em) {
        #footer-address .nav-inline li.address-title {
          padding-bottom: 0.625rem; }
          #footer-address .nav-inline li.address-title span {
            display: block;
            width: 100%; } }
      @media only screen and (min-width: 965px) {
        #footer-address .nav-inline li.address-title {
          padding-right: 5px; } }
    @media only screen and (min-width: 40.063em) and (max-width: 78em) {
      #footer-address .nav-inline {
        margin: 0 auto; } }
    @media only screen and (min-width: 965px) {
      #footer-address .nav-inline {
        margin: 0; } }
    @media only screen and (min-width: 40.063em) {
      #footer-address .nav-inline {
        width: 500px;
        line-height: 1.2rem; } }
    @media only screen and (min-width: 78.063em) {
      #footer-address .nav-inline {
        width: auto; } }
  #footer-address .numbers .toggle-numbers {
    display: none; }
  @media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 78em) {
    #footer-address .numbers .mobile-num {
      display: block; } }
  @media only screen and (min-width: 78.063em) {
    #footer-address .numbers .desktop-num {
      display: block; } }
  #footer-address .numbers li {
    width: 100%;
    padding-bottom: 0; }
    #footer-address .numbers li:last-child {
      padding-right: 0; }
    @media only screen and (min-width: 40.063em) {
      #footer-address .numbers li {
        width: auto;
        padding-right: 20px; }
        #footer-address .numbers li:nth-child(2) {
          padding-right: 5px; } }
    @media only screen and (min-width: 40.063em) {
      #footer-address .numbers li {
        padding-bottom: 5px; } }
    #footer-address .numbers li span {
      color: #9fcbed;
      padding-right: 5px; }
  @media only screen and (max-width: 40em) {
    #footer-address .numbers li:first-child {
      padding-bottom: 0.75rem; } }
  #footer-address .address-link {
    color: white;
    display: inline-block;
    vertical-align: top; }
    #footer-address .address-link li {
      padding-bottom: 0; }
    @media only screen and (max-width: 40em) {
      #footer-address .address-link {
        padding-bottom: 1.375rem; }
        #footer-address .address-link span {
          width: 100%;
          display: block; } }
  #footer-address .ph-num {
    color: white; }
    @media only screen and (min-width: 78.063em) {
      #footer-address .ph-num {
        cursor: default;
        float: right; } }

#utility-nav {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    #utility-nav {
      width: 100%;
      text-align: left;
      padding-left: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 965px) {
    #utility-nav {
      width: 40%;
      padding-left: 40px;
      padding-top: 4px; } }
  @media only screen and (min-width: 78.063em) {
    #utility-nav {
      width: 41%;
      padding-left: 0;
      padding-top: 16px;
      float: right; } }
  #utility-nav h3 {
    display: none; }
    @media only screen and (min-width: 965px) {
      #utility-nav h3 {
        display: block; } }
  #utility-nav ul {
    list-style: none;
    border-top: 1px solid #004e7d;
    border-bottom: 1px solid #004e7d;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    float: right; }
    @media only screen and (min-width: 965px) {
      #utility-nav ul {
        border: none; } }
    @media only screen and (min-width: 78.063em) {
      #utility-nav ul {
        width: auto; } }
    #utility-nav ul li {
      float: left;
      display: inline;
      padding: 8px 0;
      font-size: 0.8125rem;
      width: 100%; }
      #utility-nav ul li a {
        color: #9fcbed;
        font-size: 0.875rem; }
      #utility-nav ul li a:hover {
        color: white; }
      @media only screen and (max-width: 40em) {
        #utility-nav ul li {
          border-bottom: 1px solid #004e7d;
          background: #003b61; } }
      @media only screen and (min-width: 40.063em) and (max-width: 78em) {
        #utility-nav ul li {
          width: 33%;
          text-align: center;
          background: #003b61; } }
      @media only screen and (min-width: 640px) and (max-width: 964px) {
        #utility-nav ul li:nth-child(1) {
          width: 40%; }
        #utility-nav ul li:nth-child(2) {
          width: 33%; }
        #utility-nav ul li:nth-child(3) {
          width: 27%; } }
      @media only screen and (min-width: 965px) {
        #utility-nav ul li {
          border: none;
          width: 100%;
          padding-top: 0;
          text-align: right;
          background: none; } }
      @media only screen and (min-width: 78.063em) {
        #utility-nav ul li {
          padding-left: 20px;
          text-align: right;
          width: auto;
          background: none; } }
  @media only screen and (max-width: 965px) {
    #utility-nav ul {
      background: #003b61; } }
  @media only screen and (max-width: 40em) {
    #utility-nav li:first-child {
      margin-left: 0; } }

.footer-bottom {
  text-align: center;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1rem; }
  @media only screen and (min-width: 965px) {
    .footer-bottom {
      border-top: 1px solid #004e7d;
      width: 90%;
      margin: 0 auto; } }

.footer-logos {
  margin: 20px auto 30px;
  width: auto; }
  .footer-logos a {
    display: inline-block; }
  .footer-logos img {
    padding-left: 20px; }
  .footer-logos img:first-child {
    padding-left: 20px;
    margin: 0 20px 0 0; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .footer-logos img:first-child {
        margin: 0 35px 0 0; } }
  .footer-logos a.fb-connect-logo img {
    width: 125px;
    height: 39px; }
    @media only screen and (min-width: 40.063em) {
      .footer-logos a.fb-connect-logo img {
        width: 125px;
        height: 46px; } }
  .footer-logos a.rewards-logo img {
    height: 46px;
    padding-top: 2px; }
  @media only screen and (min-width: 40.063em) and (max-width: 78em) {
    .footer-logos {
      float: none;
      margin-bottom: 0;
      padding-bottom: 1em; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .footer-logos {
      margin-right: 15px; } }
  @media only screen and (min-width: 40.063em) {
    .footer-logos a:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.5); } }
  @media only screen and (min-width: 78.063em) {
    .footer-logos {
      float: right;
      margin: 7px auto 10px; } }

.footer-nav {
  padding-bottom: 25px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .footer-nav {
      float: none;
      text-align: center; } }
  @media only screen and (min-width: 78.063em) {
    .footer-nav {
      float: left;
      text-align: left;
      padding-bottom: 10px; } }

.footer-nav ul {
  list-style: none;
  color: #cbcbcb;
  margin: 0;
  font-size: 0.8125rem; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .footer-nav ul {
      padding-top: 14px; } }
  @media only screen and (min-width: 78.063em) {
    .footer-nav ul {
      padding-top: 14px; } }
  .footer-nav ul li {
    line-height: 30px;
    font-family: "Sabon LT W01 Italic";
    font-style: italic; }
    .footer-nav ul li a {
      font-family: "Sabon LT W01 Italic";
      font-style: italic;
      font-size: 0.875rem;
      color: #9fcbed; }
    .footer-nav ul li a:hover {
      color: white; }
    @media only screen and (min-width: 40.063em) {
      .footer-nav ul li {
        display: inline-block;
        font-size: 1rem; } }
  .footer-nav ul li.foot-prop {
    font-family: "Sabon LT W01 Italic";
    font-size: 0.875rem; }
    @media only screen and (max-width: 40em) {
      .footer-nav ul li.foot-prop {
        width: 100%;
        margin: 0; } }
    @media only screen and (min-width: 40.063em) {
      .footer-nav ul li.foot-prop {
        margin-right: 15px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .footer-nav ul li.foot-prop {
        margin-left: 15px; } }
  .footer-nav ul li.foot-prop span {
    display: block; }
    @media only screen and (min-width: 40.063em) {
      .footer-nav ul li.foot-prop span {
        display: inline-block; } }
  .footer-nav ul li.foot-privacy, .footer-nav ul li.foot-sitemap {
    display: inline-block; }
  .footer-nav ul li.foot-sitemap {
    margin-right: 15px; }

.footer-policy {
  float: left;
  text-align: left;
  font-family: "Sabon LT W01 Italic";
  font-style: italic;
  color: #9fcbed; }
  .footer-policy p {
    font-size: .8rem !important;
    line-height: 1.3rem !important; }
    .footer-policy p a {
      color: #9fcbed; }
    .footer-policy p a:hover {
      color: white; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #9fcbed; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%; }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 507px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block; } }
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em; } }
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; } }
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: 20%;
    bottom: auto; } }
/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #000000;
  font-size: 1.25rem;
  text-transform: uppercase; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }
.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #9fcbed; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
  background: url(../img/calendar/arrows.png) 0 0 no-repeat; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
  background-position: 21px 12px; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
  background-position: 28px 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }
.picker__nav--prev:before,
.picker__nav--next:before {
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  border-right-color: #dfe9ec;
  border-left-color: #dfe9ec; }

.picker__nav--disabled.picker__nav--prev {
  background-position: 21px -19px; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
  border: none; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }
.picker__table thead {
  background: none; }

.picker__table td {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  font-family: "Gotham A", "Gotham B", sans-serif, sans-serif;
  font-weight: bold;
  color: #000; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.6875rem;
  padding-bottom: .25em;
  color: #000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-transform: uppercase;
  text-align: center;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  border: 1px solid transparent;
  text-align: center; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #1e615e;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #000; }

.horizontal-console .picker__day--infocus:hover,
.horizontal-console .picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.horizontal-console .picker__day--highlighted {
  border-color: #9fcbed; }

.horizontal-console .picker__day--highlighted:hover,
.horizontal-console .picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.horizontal-console .picker__day--selected,
.horizontal-console .picker__day--selected:hover,
.horizontal-console .picker--focused .picker__day--selected {
  background: #9fcbed;
  color: white; }

.horizontal-console .picker__day--disabled,
.horizontal-console .picker__day--disabled:hover,
.horizontal-console .picker--focused .picker__day--disabled {
  background: #dfe9ec;
  border-color: #dfe9ec;
  color: #000;
  cursor: default; }

.horizontal-console .picker__day--highlighted.picker__day--disabled,
.horizontal-console .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
  border: none; }

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
  font-family: "Gotham A", "Gotham B";
  color: #000000; }

.horizontal-console .picker .picker__month,
.horizontal-console .picker .picker__year {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal; }

.horizontal-console .picker .picker__table {
  background: transparent;
  border: none;
  font-family: "Gotham A", "Gotham B";
  font-size: 0.875rem; }

.picker__table thead {
  background: none; }

.picker__weekday {
  width: 14.285714286%;
  font-size: 0.6875rem;
  padding-bottom: .25em;
  color: #000;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  text-align: center; }

.horizontal-console .picker__day--selected,
.horizontal-console .picker__day--selected:hover,
.horizontal-console .picker__day--infocus:hover,
.horizontal-console .picker__day--outfocus:hover,
.horizontal-console .picker--focused .picker__day--selected {
  background: #b1dcfb;
  border-color: #b1dcfb; }

.horizontal-console .picker .picker__day--disabled,
.horizontal-console .picker .picker__day--disabled:hover {
  background: #dfe9ec;
  border-color: #dfe9ec; }

.horizontal-console .picker .picker__table th,
.horizontal-console .picker .picker__table td {
  background-color: transparent; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.6875rem;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
  color: #000;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  border-bottom-color: #fff;
  background-color: transparent; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #9fcbed;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  /*content: " ";*/
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  /*content: "\D7";*/
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #dfe9ec;
  border-color: #dfe9ec;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

.picker__button--close {
  background: url(../img/calendar/close.png) 19px center no-repeat; }

.horizontal-console .picker__footer button.picker__button--close {
  color: #000; }
  .horizontal-console .picker__footer button.picker__button--close:hover {
    background: transparent url(../img/calendar/close.png) 19px center no-repeat; }

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
$BASE-TIME-PICKER
========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0 !important; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #5e90a1;
  border-color: #5e90a1;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #5e90a1;
  z-index: 10; }

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #5e90a1; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #5e90a1;
  color: #ffffff;
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  text-align: center;
  color: #fff;
  background: #9fcbed;
  border: none;
  padding: 16px 40px;
  text-transform: uppercase;
  color: white;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.8125rem;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.34);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  background: #81b1c1;
  cursor: pointer;
  outline: none; }

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold; }

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff; }

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px; }

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0; }

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em; } }
.push-wrap {
  position: relative;
  width: 100%; }

.int-push {
  background: #003557; }
  .int-push .push-img {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .int-push .push-img {
        width: 50%;
        display: inline-block;
        vertical-align: top; } }
    .int-push .push-img img {
      width: 100%;
      height: auto; }
  .int-push .push-copy {
    display: block;
    width: 100%;
    padding: 35px 25px 42px;
    color: white;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .int-push .push-copy {
        padding: 45px 25px 0;
        width: 49%;
        display: inline-block;
        vertical-align: top; } }
    @media only screen and (min-width: 965px) {
      .int-push .push-copy {
        padding: 45px 50px 0; } }
    @media only screen and (min-width: 78.063em) {
      .int-push .push-copy {
        padding: 50px 50px 0; } }
  .int-push h2 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.75rem;
    color: white;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .int-push h3 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    letter-spacing: .09em; }
    @media only screen and (min-width: 965px) {
      .int-push h3 {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 78.063em) {
      .int-push h3 {
        font-size: 1.625rem; } }
  .int-push .push-description {
    padding: 48px 0 0 0;
    background: url(../img/layout/line-decor-white.png) center 0 no-repeat;
    margin: 0;
    font-family: "Gotham A", "Gotham B", sans-serif, serif; }
    @media only screen and (min-width: 78.063em) {
      .int-push .push-description {
        margin: 0 0 50px 0; } }
    .int-push .push-description span {
      display: none; }
      @media only screen and (min-width: 965px) {
        .int-push .push-description span {
          display: block; } }
  .int-push .button {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.9375rem;
    margin: 0;
    background: none;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: white;
    font-style: normal;
    padding: 15px 25px; }
  .int-push .button:hover {
    background: #028fde;
    border: 2px solid #028fde;
    color: white;
    text-decoration: none; }

.form-wrap {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    .form-wrap {
      width: 60%; } }
  .form-wrap fieldset {
    border: none; }
  .form-wrap legend {
    background: none !important;
    font-family: "Gotham A", "Gotham B", sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 0.875rem; }
  .form-wrap label {
    margin: 0 0 5px 0; }
  .form-wrap button {
    background: #9fcbed;
    border: none;
    padding: 16px 40px;
    text-transform: uppercase;
    color: white;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.8125rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.34);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .form-wrap button:hover {
    background: #81b1c1; }

#content-wrapper-int .opt-wrapper {
  list-style: none;
  margin: 0; }

.receive-info {
  width: 100%;
  margin: 0 0 15px 0 !important; }
  @media only screen and (min-width: 78.063em) {
    .receive-info {
      width: 100%; } }

.receive-info li {
  display: block; }
  @media only screen and (min-width: 40.063em) {
    .receive-info li {
      display: inline-block; } }

.receive-info li.odd {
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .receive-info li.odd {
      width: 35%; } }

.receive-info li.even {
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .receive-info li.even {
      width: 60%; } }

.form-error {
  color: red; }

#giftCards {
  width: 95%;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    #giftCards {
      width: 502px !important; } }

#recaptchaDiv {
  width: 320px;
  height: 130px;
  overflow: hidden;
  position: relative;
  margin: 10px 0 20px; }
  @media screen and (max-width: 340px) {
    #recaptchaDiv {
      left: 50%;
      margin-left: -160px;
      z-index: 1; } }

#recaptcha_response_field {
  height: 20px; }

.recaptcha_input_area {
  float: left; }

#campaign_code::-webkit-input-placeholder,
#group_code::-webkit-input-placeholder,
#iata::-webkit-input-placeholder,
#groupCode::-webkit-input-placeholder,
#rateCode::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
  opacity: 1; }

#campaign_code::-moz-placeholder,
#group_code::-webkit-input-placeholder,
#iata::-moz-placeholder,
#groupCode::-moz-placeholder,
#rateCode::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
  opacity: 1; }

#campaign_code:-moz-placeholder,
#group_code::-webkit-input-placeholder,
#iata:-moz-placeholder,
#groupCode:-moz-placeholder,
#rateCode::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
  opacity: 1; }

#campaign_code:-ms-input-placeholder,
#group_code::-webkit-input-placeholder,
#iata:-ms-input-placeholder,
#groupCode:-ms-input-placeholder,
#rateCode::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
  opacity: 1; }

/* Rules to overide site styles when inside the admin */
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6,
.redactor-editor p,
.redactor-editor b,
.redactor-editor span {
  color: black !important; }

/* Overide the huge margin top placed on the content-wrapper when in edit mode */
.in-edit-mode #content-wrapper {
  margin-top: 0px;
  overflow: hidden; }
.in-edit-mode .ccm-ui a.button {
  color: #fff; }

.toolbar-showing #content-wrapper-int {
  padding-top: 0; }

.masthead-home {
  width: 100%;
  margin: 55px auto 0;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .masthead-home {
      margin: 65px auto 0;
      position: relative; } }
  @media only screen and (max-width: 965px) {
    .masthead-home {
      margin-top: 55px; } }
  @media only screen and (min-width: 78.063em) {
    .masthead-home {
      position: fixed;
      z-index: 1; } }

.masthead-home img {
  width: 100%; }
  @media only screen and (max-width: 40em) {
    .masthead-home img {
      width: 145%;
      max-width: 145%; } }

.masthead-home img.logo {
  display: block;
  width: 175px;
  height: 99px;
  position: absolute;
  top: 37px;
  left: 50%;
  margin-left: -87.5px;
  z-index: 100;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
  -moz-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')"; }
  @media only screen and (min-width: 40.063em) and (max-width: 78em) {
    .masthead-home img.logo {
      width: 353px;
      height: 198px;
      position: absolute;
      top: 37px;
      left: 50%;
      margin-left: -176.5px; } }
  @media only screen and (min-width: 78.063em) {
    .masthead-home img.logo {
      width: 353px;
      height: 198px;
      position: absolute;
      top: 94px;
      left: 50%;
      margin-left: -176.5px; } }

.mast-home-wrap .cycle-pager {
  position: absolute;
  z-index: 110;
  height: 100px;
  display: block;
  font-size: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 80%; }
  @media only screen and (min-width: 40.063em) {
    .mast-home-wrap .cycle-pager {
      top: 85%; } }
  @media only screen and (min-width: 78.063em) {
    .mast-home-wrap .cycle-pager {
      top: 77%; } }
  .mast-home-wrap .cycle-pager span {
    opacity: .7;
    margin: 0 4px;
    cursor: pointer;
    display: inline-block; }
  .mast-home-wrap .cycle-pager span.cycle-pager-active {
    opacity: 1; }

/* New C5 Slider */
.mast-home-wrap {
  position: relative; }
  .mast-home-wrap .rslides {
    list-style: none;
    padding: 0;
    margin: 0; }
  .mast-home-wrap .rslides_tabs {
    position: absolute;
    z-index: 110;
    height: 100px;
    display: block;
    font-size: 40px;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 80%;
    list-style: none; }
    @media only screen and (min-width: 40.063em) {
      .mast-home-wrap .rslides_tabs {
        top: 85%; } }
    @media only screen and (min-width: 78.063em) {
      .mast-home-wrap .rslides_tabs {
        top: 77%; } }
    .mast-home-wrap .rslides_tabs li {
      opacity: .7;
      margin: 0 4px;
      cursor: pointer;
      display: inline-block; }
    .mast-home-wrap .rslides_tabs li.rslides_here {
      opacity: 1; }

#content-wrapper {
  position: relative;
  padding-top: 0; }
  @media only screen and (min-width: 78.063em) {
    #content-wrapper {
      margin-top: 715px;
      z-index: 1;
      margin-bottom: -6px; } }
  @media only screen and (min-width: 90.063em) {
    #content-wrapper {
      margin-top: 905px; } }

h1, h2, h3, h4, p, a, p a:hover {
  color: white; }

.main-content {
  padding: 30px 55px 20px;
  text-align: center;
  background: #007dc3;
  background: -webkit-linear-gradient(#007dc3, #00649d);
  background: -moz-linear-gradient(#007dc3, #00649d);
  background: linear-gradient(#007dc3, #00649d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=$layout-bright, endColorstr=$gradient-dark)"; }
  @media only screen and (max-width: 40em) {
    .main-content {
      width: 100%;
      padding: 30px 5% 20px;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .main-content {
      padding: 40px 55px 33px; } }
  .main-content h1 {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem; }
    .page-template-home .main-content h1:before {
      display: block;
      content: "Welcome to";
      font-family: "Sabon LT W01 Italic";
      font-size: 1.375rem;
      font-style: italic;
      text-transform: none;
      letter-spacing: .1em; }
    @media only screen and (min-width: 40.063em) {
      .main-content h1 {
        font-size: 1.75rem; } }
  .main-content h3 {
    letter-spacing: .1em;
    font-family: "Sabon LT W01 Italic" !important;
    font-style: italic;
    font-size: 1.375rem; }
  .main-content hr {
    border: 0;
    height: 19px;
    background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/line-decor-black.svg) center 0 no-repeat;
    margin: 30px 0; }
    @media only screen and (max-width: 40em) {
      .main-content hr {
        background-size: 100%; } }
    @media only screen and (min-width: 40.063em) {
      .main-content hr {
        height: 26px; } }
  .main-content p {
    font-size: 1rem;
    font-family: "Gotham A", "Gotham B", sans-serif; }
  .main-content p a {
    font-family: "Gotham A", "Gotham B", sans-serif;
    padding: 0 5px;
    size: 1.125rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .main-content p a:hover {
    text-decoration: underline; }

.home-push {
  position: relative; }

.home-push-item {
  vertical-align: top;
  border-right: 1px solid #fff; }
  @media only screen and (max-width: 40em) {
    .home-push-item {
      width: 100%;
      border-style: none; } }
  @media only screen and (min-width: 40.063em) {
    .home-push-item {
      width: 50%; } }
  @media only screen and (min-width: 965px) {
    .home-push-item {
      width: 33.3333%; } }
  .home-push-item img {
    width: 100%; }

.home-push-item .push-hover {
  position: relative;
  display: block; }

.home-push-item .push-hover:hover .home-push-heading {
  opacity: 0; }

.home-push-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1; }
  @media only screen and (min-width: 78.063em) {
    .home-push-item .overlay {
      opacity: 0; } }
  [data-useragent*="Android"] .home-push-item .overlay, [data-useragent*="iPad"] .home-push-item .overlay {
    opacity: 1; }

.home-push-item .overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.home-push-item .overlay .push-text {
  white-space: normal;
  padding: 2rem 3.5rem;
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 40em) {
    .home-push-item .overlay .push-text {
      padding: 5%; } }
  .home-push-item .overlay .push-text h2 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .home-push-item .overlay .push-text h2 {
        padding-bottom: 0.25rem; } }
  .home-push-item .overlay .push-text p {
    font-family: "Gotham A", "Gotham B", sans-serif;
    padding-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .home-push-item .overlay .push-text p {
        padding-bottom: 0.5rem; } }
    @media only screen and (max-width: 40em) {
      .home-push-item .overlay .push-text p {
        padding-bottom: 1rem; } }
  .home-push-item .overlay .push-text a {
    font-family: "Gotham A", "Gotham B", sans-serif;
    text-transform: uppercase;
    padding: 0.8125rem 1.875rem;
    border: 2px solid #fff; }
  .home-push-item .overlay .push-text a:hover {
    color: #fff; }
  @media only screen and (min-width: 40.063em) {
    .home-push-item .overlay .push-text {
      padding: 1rem; } }
  @media only screen and (min-width: 78.063em) {
    .home-push-item .overlay .push-text {
      padding: 0 4rem; } }

.home-push-item .overlay:hover {
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.home-push-heading {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 83%;
  text-transform: uppercase;
  color: #fff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1.125rem; }
  @media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 78em) {
    .home-push-heading {
      display: none !important; } }
  [data-useragent*="Android"] .home-push-heading, [data-useragent*="iPad"] .home-push-heading {
    display: none !important; }

.push-slideshow, .cycle-carousel-wrap {
  width: 100%; }

.home-push .controls {
  position: absolute;
  top: 50%;
  width: 100%; }
  @media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 78em) {
    .home-push .controls {
      display: none; } }
  .home-push .controls a {
    background: url(../img/layout/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -239px;
    display: inline-block;
    width: 26px;
    height: 27px;
    text-indent: -9999em;
    overflow: hidden;
    position: absolute; }
    @media only screen and (min-width: 40.063em) {
      .home-push .controls a {
        width: 43px;
        height: 42px;
        background-position: 0 0; } }
  .home-push .controls #prev {
    left: 4%; }
    @media only screen and (min-width: 40.063em) {
      .home-push .controls #prev {
        left: 1%; } }
  .home-push .controls #next {
    right: 4%;
    background-position: -44px -239px; }
    @media only screen and (min-width: 40.063em) {
      .home-push .controls #next {
        right: 1%;
        background-position: -74px 0; } }

.inset-home {
  width: 100%;
  text-align: center;
  position: relative; }
  .inset-home img {
    width: 100%; }
    @media only screen and (max-width: 40em) {
      .inset-home img {
        width: 145%;
        max-width: 145%;
        left: 30%;
        margin-left: -30%; } }
  .inset-home .inset-content {
    position: absolute;
    margin: 0 auto 0;
    top: 95px;
    width: 100%; }
    @media only screen and (min-width: 40.063em) {
      .inset-home .inset-content {
        top: 42%; } }
  .inset-home h2 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 0 50px;
    letter-spacing: .2em; }
    @media only screen and (min-width: 40.063em) {
      .inset-home h2 {
        font-size: 1.75rem; } }
  .inset-home hr {
    border: 0;
    height: 19px;
    background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/line-decor-white.svg) center 0 no-repeat;
    width: 85%; }
    @media only screen and (max-width: 40em) {
      .inset-home hr {
        background-size: 100%;
        margin: 0 auto; } }
    @media only screen and (min-width: 40.063em) {
      .inset-home hr {
        height: 26px;
        width: 100%; } }

.footer-social {
  position: relative;
  padding: 30px 0;
  font-size: 0;
  /* White space fix */
  background: #007dc3;
  background: -webkit-linear-gradient(#007dc3, #00649d);
  background: -moz-linear-gradient(#007dc3, #00649d);
  background: linear-gradient(#007dc3, #00649d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=$layout-bright, endColorstr=$gradient-dark)"; }
  @media only screen and (max-width: 40em) {
    .footer-social {
      width: 100%;
      margin: 0 auto;
      padding: 0 0 60px; } }

.footer-social-icons {
  display: none;
  padding: 35px 0;
  text-align: center;
  vertical-align: top; }
  @media only screen and (min-width: 40.063em) {
    .footer-social-icons {
      width: 50%;
      display: inline-block;
      padding: 0 0 2rem;
      border-right: 1px solid rgba(255, 255, 255, 0.5); } }
  .footer-social-icons .news-inner {
    width: 100%;
    padding: 15px 5% 2rem; }
    .footer-social-icons .news-inner h3 {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin: 0 0 25px 0;
      letter-spacing: .2em; }
      @media only screen and (min-width: 40.063em) {
        .footer-social-icons .news-inner h3 {
          font-size: 1.25rem;
          margin: 0 0 15px 0;
          letter-spacing: normal; } }
      .footer-social-icons .news-inner h3 span {
        width: 100%;
        display: inline-block; }
        @media only screen and (min-width: 40.063em) {
          .footer-social-icons .news-inner h3 span {
            width: auto; } }
    .footer-social-icons .news-inner p {
      font-size: 1.0625rem; }
  .footer-social-icons .social-link {
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    position: absolute;
    width: 50%;
    bottom: 15%; }
    .footer-social-icons .social-link a {
      color: #9fcbed; }
    .footer-social-icons .social-link a:hover {
      color: #fff; }

.footer-testimonial {
  text-align: center;
  vertical-align: top;
  width: 50%;
  display: inline-block;
  padding: 0; }
  .footer-testimonial blockquote {
    border: none;
    font-family: "Sabon LT W01 Italic";
    font-style: italic;
    font-size: 1.125rem;
    line-height: 26px;
    color: #fff;
    width: 100%;
    padding: 15px 5%;
    position: relative; }
    .footer-testimonial blockquote span {
      width: 90%;
      display: inline-block;
      position: relative; }
    @media only screen and (max-width: 40em) {
      .footer-testimonial blockquote {
        width: 100%;
        padding: 3rem 0; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .footer-testimonial blockquote {
        padding: 25px 10px 20px; } }
    @media only screen and (min-width: 78.063em) {
      .footer-testimonial blockquote {
        padding: 25px 5% 20px;
        margin-bottom: 2rem;
        font-size: 1.375rem; } }
  .footer-testimonial blockquote span::before {
    content: "\201C";
    font-size: 3.75rem;
    color: #fff;
    position: absolute;
    left: -5%;
    top: -10px; }
    @media only screen and (min-width: 40.063em) {
      .footer-testimonial blockquote span::before {
        left: -7%;
        top: -5px; } }
    @media only screen and (min-width: 78.063em) {
      .footer-testimonial blockquote span::before {
        left: -10%; } }
  .footer-testimonial blockquote span::after {
    content: "\201D";
    font-size: 3.75rem;
    color: #fff;
    position: absolute;
    right: 0;
    top: 100%; }
    @media only screen and (min-width: 40.063em) {
      .footer-testimonial blockquote span::after {
        right: -5%;
        top: 90%; } }
    @media only screen and (max-width: 40em) {
      .footer-testimonial blockquote span::after {
        top: 110%; } }
  .footer-testimonial p {
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #9fcbed;
    position: absolute;
    width: 50%;
    bottom: 15%;
    margin-bottom: 0; }
    .footer-testimonial p span {
      width: 100%;
      display: inline-block; }
      @media only screen and (min-width: 78.063em) {
        .footer-testimonial p span {
          width: auto; } }
    .footer-testimonial p a {
      color: #9fcbed;
      display: inline-block; }
    .footer-testimonial p a:hover {
      color: #fff; }
  @media only screen and (max-width: 40em) {
    .footer-testimonial {
      width: 100%; }
      .footer-testimonial p {
        width: 100%; } }

#mid-footer {
  display: inline-block;
  width: 100%;
  margin-bottom: -7px; }
  #mid-footer .mid-left {
    float: left; }
  #mid-footer .mid-right {
    float: right;
    position: relative; }
    #mid-footer .mid-right .explore-ftr {
      position: relative; }
      #mid-footer .mid-right .explore-ftr img {
        width: 100%; }
      #mid-footer .mid-right .explore-ftr .explore-ftr-inner {
        position: absolute;
        text-align: center;
        width: 100%; }
        @media only screen and (max-width: 40em) {
          #mid-footer .mid-right .explore-ftr .explore-ftr-inner {
            margin-top: -20px; } }
        #mid-footer .mid-right .explore-ftr .explore-ftr-inner h3 {
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-size: 1.25rem;
          text-transform: uppercase;
          padding: 3%; }
          @media only screen and (min-width: 40.063em) {
            #mid-footer .mid-right .explore-ftr .explore-ftr-inner h3 {
              font-size: 1.625rem;
              padding: 0.5em 20%; } }
          @media only screen and (min-width: 78.063em) {
            #mid-footer .mid-right .explore-ftr .explore-ftr-inner h3 {
              padding: 0.5em 10%;
              margin: 0 auto;
              max-width: 700px; } }
        #mid-footer .mid-right .explore-ftr .explore-ftr-inner a {
          text-transform: uppercase;
          background: #007dc3; }
          @media only screen and (max-width: 40em) {
            #mid-footer .mid-right .explore-ftr .explore-ftr-inner a {
              font-size: 0.875rem;
              padding-left: 1.25rem;
              padding-right: 1.25rem; } }
        #mid-footer .mid-right .explore-ftr .explore-ftr-inner a:hover {
          background: #028fde; }
  @media only screen and (max-width: 965px) {
    #mid-footer .large-4 {
      width: 100%; }
    #mid-footer .large-8 {
      width: 100%; } }

.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.social #content-wrapper-int {
  padding-top: 100px; }
  @media only screen and (min-width: 78.063em) {
    .social #content-wrapper-int {
      padding-top: 209px; } }

.social #content-int {
  padding: 0 0 68px 0; }

.social #content-int .col-wrap {
  margin: 0 auto;
  display: none; }

#social-wrapper {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    #social-wrapper {
      width: 90%; } }
  @media only screen and (min-width: 78.063em) {
    #social-wrapper {
      width: 1140px; } }

#content-wrapper-int .social-header h3 {
  font-size: 1rem;
  margin: 0 0 45px 0;
  display: inline;
  vertical-align: middle; }

.social-top {
  margin: 0 auto 48px; }

#social-wrapper .wrap h3 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.75rem;
  color: white;
  background: white;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  line-height: 0;
  margin: 0 auto; }

#social-wrapper .wrap h3 a {
  color: white;
  font-style: normal; }

#social-blog-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 auto 30px; }
  @media only screen and (min-width: 40.063em) {
    #social-blog-wrapper {
      width: 55%;
      margin: 0 40px 0 0; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #social-blog-wrapper {
      width: 73.3%;
      margin: 0 auto 30px; } }
  @media only screen and (min-width: 78.063em) {
    #social-blog-wrapper {
      width: 744px;
      margin: 0 43px 0 0; } }

#social-blog-wrapper > div {
  width: 100%;
  display: inline-block; }

#social-blog-wrapper .blog-desc {
  background: #fff;
  border-left: 1px solid #c6c3b7;
  border-right: 1px solid #c6c3b7;
  border-bottom: 1px solid #c6c3b7;
  text-align: center;
  padding: 40px 35px;
  color: #919195; }
  #social-blog-wrapper .blog-desc h1 {
    color: white;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 1rem;
    padding: 0;
    margin: 0 0 40px 0; }
  #social-blog-wrapper .blog-desc p {
    font-size: 1rem;
    margin: 0; }

.blog-button {
  position: absolute;
  top: 21px;
  left: 25px; }
  .blog-button a.blog-bttn {
    background: white !important;
    color: white !important;
    border: none !important; }
  .blog-button a.blog-bttn:hover {
    background: #756a4e !important;
    border: none !important; }

#facebook-wrapper, #instagram-wrapper, #twitter-wrapper {
  position: relative; }

.social-header .icon a {
  display: inline-block;
  width: 47px;
  height: 46px;
  background-image: url(../img/layout/sprite.svg);
  background-position: -70px -62px;
  text-indent: -9999em;
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  right: 5%;
  top: 12px; }

#facebook-wrapper {
  display: inline-block;
  vertical-align: top;
  background: white;
  border: 1px solid #c6c3b7;
  padding: 25px 25px 35px;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    #facebook-wrapper {
      width: 40%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #facebook-wrapper {
      width: 352px; } }
  @media only screen and (min-width: 78.063em) {
    #facebook-wrapper {
      width: 352px; } }
  #facebook-wrapper .social-header {
    margin: 0 0 33px 0; }
  #facebook-wrapper iframe {
    width: 240px !important; }
    @media only screen and (min-width: 40.063em) {
      #facebook-wrapper iframe {
        width: 100% !important; } }

#instagram-wrapper .wrap-is-umstead h3,
#instagram-wrapper .wrap-is-culinary h3,
#twitter-wrapper .wrap-tw-umstead h3,
#twitter-wrapper .wrap-tw-herons h3 {
  background: none;
  padding: 0; }
  #instagram-wrapper .wrap-is-umstead h3 a,
  #instagram-wrapper .wrap-is-culinary h3 a,
  #twitter-wrapper .wrap-tw-umstead h3 a,
  #twitter-wrapper .wrap-tw-herons h3 a {
    background: white;
    border: none;
    display: block;
    width: 100%;
    padding: 12px 0; }
  #instagram-wrapper .wrap-is-umstead h3 a:hover,
  #instagram-wrapper .wrap-is-culinary h3 a:hover,
  #twitter-wrapper .wrap-tw-umstead h3 a:hover,
  #twitter-wrapper .wrap-tw-herons h3 a:hover {
    background: #5e90a1;
    border: none; }

#instagram-wrapper {
  width: 100%;
  background: #fff;
  border: 1px solid #c6c3b7;
  padding: 20px 30px 25px;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 30px; }
  @media only screen and (min-width: 40.063em) {
    #instagram-wrapper {
      width: 55%;
      margin: 0 40px 0 0;
      height: 1032px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #instagram-wrapper {
      width: 100%;
      margin: 0 auto 30px; } }
  @media only screen and (min-width: 78.063em) {
    #instagram-wrapper {
      width: 545px;
      margin: 0 43px 0 0;
      height: 970px; } }
  #instagram-wrapper .social-header {
    margin: 0 0 23px 0; }
  #instagram-wrapper .social-header .icon a {
    background-position: 0 -62px; }
  #instagram-wrapper .wrap-is-umstead h3 {
    margin-bottom: 26px; }
  #instagram-wrapper .insta-img {
    width: 100%;
    height: auto;
    margin: 0 auto 10px; }
    @media only screen and (min-width: 78.063em) {
      #instagram-wrapper .insta-img {
        width: 394px;
        height: 393px; } }
  #instagram-wrapper .insta-meta, #instagram-wrapper .insta-caption {
    width: 100%;
    margin: 0 auto 25px; }
    @media only screen and (min-width: 78.063em) {
      #instagram-wrapper .insta-meta, #instagram-wrapper .insta-caption {
        width: 394px; } }
  #instagram-wrapper .insta-meta-item {
    width: auto;
    margin-right: 10px;
    background-color: transparent;
    display: inline-block;
    vertical-align: top; }
  #instagram-wrapper .insta-meta-item a {
    display: block;
    height: 30px;
    width: 100%;
    font-size: 0.8125rem;
    color: #888888; }
  #instagram-wrapper .insta-meta-item a:hover {
    text-decoration: none; }
  #instagram-wrapper .icon-heart::before {
    content: " ";
    background-image: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/instagram-sprite.png);
    background-position: 0 0;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 5px 0 0; }
  #instagram-wrapper .icon-bubble::before {
    content: " ";
    background-image: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/instagram-sprite.png);
    background-position: -42px 0;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 5px 0 0; }
  #instagram-wrapper .insta-owner {
    float: right;
    margin-right: 0; }
  #instagram-wrapper .insta-owner a {
    color: #888888;
    font-style: normal; }
  #instagram-wrapper .insta-owner img {
    width: 27px;
    height: 27px; }
  #instagram-wrapper .insta-caption {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 0.875rem;
    color: #919195;
    font-style: italic;
    line-height: 24px; }
  #instagram-wrapper .wrap-is-culinary h3 {
    margin: 0 auto 31px; }
  #instagram-wrapper #culinaryfeed img {
    margin: 0 2% 0 0;
    width: 32%;
    height: auto; }
  #instagram-wrapper #culinaryfeed a:last-child img {
    margin: 0; }

#twitter-wrapper {
  width: 100%;
  background: #fff;
  border: 1px solid #c6c3b7;
  padding: 20px 30px 5px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 40.063em) {
    #twitter-wrapper {
      width: 40%;
      height: 1032px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #twitter-wrapper {
      width: 100%; } }
  @media only screen and (min-width: 78.063em) {
    #twitter-wrapper {
      width: 548px;
      height: 970px; } }
  #twitter-wrapper .social-header {
    margin: 0 0 23px 0; }
  #twitter-wrapper .social-header .icon a {
    background-position: -140px -62px; }
  #twitter-wrapper .wrap {
    text-align: center; }
  #twitter-wrapper iframe {
    width: 90% !important;
    margin: 0 auto;
    padding: 35px 0;
    height: 400px !important; }
    @media only screen and (min-width: 40.063em) {
      #twitter-wrapper iframe {
        padding: 55px 0;
        height: 415px !important; } }
    @media only screen and (min-width: 78.063em) {
      #twitter-wrapper iframe {
        height: 376px !important; } }

#twitter-wrapper .header .avatar {
  display: none !important; }

.timeline.var-chromeless {
  text-align: center !important;
  font-family: Georgia, Times, "Times New Roman", serif !important;
  font-size: 1rem !important;
  color: #919195 !important; }

.tweet, .timeline .e-entry-title, .tweet .e-entry-title {
  font-family: Georgia, Times, "Times New Roman", serif !important;
  font-size: 1rem; }
  .tweet .tweet, .timeline .e-entry-title .tweet, .tweet .e-entry-title .tweet {
    padding: 12px 2px 30px 58px !important; }

.wedding #content-wrapper-int {
  padding-top: 0; }
  @media only screen and (min-width: 78.063em) {
    .wedding #content-wrapper-int {
      margin-top: 705px;
      z-index: 100; } }
  @media only screen and (min-width: 90.063em) {
    .wedding #content-wrapper-int {
      margin-top: 765px; } }
  @media only screen and (min-width: 1595px) {
    .wedding #content-wrapper-int {
      margin-top: 850px; } }
  @media only screen and (min-width: 1725px) {
    .wedding #content-wrapper-int {
      margin-top: 920px; } }

.wedding.wedding-int #content-wrapper-int {
  padding-top: 0; }
  @media only screen and (min-width: 78.063em) {
    .wedding.wedding-int #content-wrapper-int {
      margin-top: 615px;
      z-index: 100; } }
  @media only screen and (min-width: 90.063em) {
    .wedding.wedding-int #content-wrapper-int {
      margin-top: 725px; } }

.wedding #content-int {
  width: 100%;
  padding: 0; }

.wedding .suppl-content {
  padding: 40px 0;
  width: 90%; }
  @media only screen and (min-width: 40.063em) {
    .wedding .suppl-content {
      width: 60%; } }

.intro-wrapper {
  background: #81b4c5;
  border: 14px solid #8fbccb;
  width: 100%;
  color: white; }

.inner-wrapper {
  position: relative; }

.inner-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .15;
  background-image: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/wedding-decor.svg);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media only screen and (min-width: 40.063em) {
    .inner-wrapper::after {
      left: 14px;
      width: 50%;
      height: 100%;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }

.intro-flair {
  width: 90%;
  text-align: center;
  margin: 0 auto 20px;
  padding: 0 0 87px 0; }
  @media only screen and (min-width: 40.063em) {
    .intro-flair {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      margin: 0 auto 0; } }
  .intro-flair img {
    width: auto;
    height: auto; }

.intro-copy {
  width: 90%;
  display: block;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    .intro-copy {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      padding: 66px 25px 25px; } }
  .intro-copy a {
    color: #575351 !important; }

#content-wrapper-int .intro-copy h1 {
  color: white;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: left; }
  @media only screen and (min-width: 40.063em) {
    #content-wrapper-int .intro-copy h1 {
      font-size: 0.875rem; } }

#content-wrapper-int .intro-copy p {
  font-size: 0.875rem; }
  @media only screen and (min-width: 40.063em) {
    #content-wrapper-int .intro-copy p {
      font-size: 1rem; } }

#content-wrapper-int .intro-copy a.wedding-inquiry-btn, .wed-venue #content-wrapper-int a.wedding-inquiry-btn {
  width: 100%;
  background: #81b4c5;
  border: 1px solid #cde1e8;
  color: white !important;
  font-size: 0.625rem; }
  @media only screen and (min-width: 40.063em) {
    #content-wrapper-int .intro-copy a.wedding-inquiry-btn, .wed-venue #content-wrapper-int a.wedding-inquiry-btn {
      font-size: 0.75rem; } }

.wed-venue #content-wrapper-int a.wedding-inquiry-btn {
  width: 100%; }
  @media only screen and (min-width: 965px) {
    .wed-venue #content-wrapper-int a.wedding-inquiry-btn {
      width: 50%; } }

#content-wrapper-int .intro-copy a.wedding-inquiry-btn:hover, .wed-venue #content-wrapper-int a.wedding-inquiry-btn:hover {
  background: #9fcbed;
  border: 1px solid #9fcbed; }

.wed-images-wrapper {
  width: 100%;
  background: #000; }

.inset-col {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 40.063em) {
    .inset-col {
      width: 50%;
      display: inline-block;
      vertical-align: top; } }
  @media only screen and (max-width: 810px) {
    .inset-col {
      width: 100%;
      display: block; } }
  .inset-col img {
    width: 100%;
    height: auto; }

.wed-img-btm .inset-col {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 40.063em) {
    .wed-img-btm .inset-col {
      width: 50%;
      display: table-cell; } }
  @media only screen and (max-width: 810px) {
    .wed-img-btm .inset-col {
      width: 100%;
      display: block; } }

.inset-col.push {
  background-color: white;
  border: 14px solid #ac9b70;
  background-image: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/bg-wedding-push.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.wedding #content-wrapper-int .int-push {
  background: none;
  width: 100%;
  margin: 0 auto;
  padding: 15px; }
  .wedding #content-wrapper-int .int-push .push-copy {
    padding: 0; }
    @media only screen and (min-width: 40.063em) {
      .wedding #content-wrapper-int .int-push .push-copy {
        padding: 10px 0 0 !important;
        width: 98%; } }
    @media only screen and (min-width: 78.063em) {
      .wedding #content-wrapper-int .int-push .push-copy {
        padding: 87px 0 0 !important;
        width: 80%; } }
    .wedding #content-wrapper-int .int-push .push-copy h2 {
      color: white;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 700;
      font-size: 0.6875rem;
      margin: 0 auto 19px; }
      @media only screen and (min-width: 40.063em) {
        .wedding #content-wrapper-int .int-push .push-copy h2 {
          font-size: 0.75rem; } }
    .wedding #content-wrapper-int .int-push .push-copy h3 {
      font-family: "Gotham A", "Gotham B", sans-serif;
      color: white;
      font-size: 1.5rem;
      line-height: 1.3em; }
      @media only screen and (min-width: 768px) {
        .wedding #content-wrapper-int .int-push .push-copy h3 {
          font-size: 1rem; } }
      @media only screen and (min-width: 855px) {
        .wedding #content-wrapper-int .int-push .push-copy h3 {
          font-size: 1.125rem; } }
      @media only screen and (min-width: 965px) {
        .wedding #content-wrapper-int .int-push .push-copy h3 {
          font-size: 1.5rem; } }
      @media only screen and (min-width: 78.063em) {
        .wedding #content-wrapper-int .int-push .push-copy h3 {
          font-size: 1.625rem; } }
    .wedding #content-wrapper-int .int-push .push-copy .push-button {
      color: white;
      background: transparent;
      border: 1px solid #dbd4c1;
      width: 198px;
      padding: 15px 0;
      font-size: 0.625rem; }
      @media only screen and (min-width: 40.063em) {
        .wedding #content-wrapper-int .int-push .push-copy .push-button {
          font-size: 0.75rem; } }
    .wedding #content-wrapper-int .int-push .push-copy .push-button:hover {
      background: #9fcbed;
      border: 1px solid #9fcbed; }

.wedding .inset-copy {
  margin: 15px auto 0; }
  .wedding .inset-copy .button {
    background: transparent;
    border: 1px solid #ddcbbd;
    text-transform: uppercase;
    padding: 15px 21px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    font-size: 0.625rem;
    color: white; }
    @media only screen and (min-width: 40.063em) {
      .wedding .inset-copy .button {
        font-size: 0.75rem; } }
  .wedding .inset-copy .button:hover {
    background: #9fcbed;
    border: 1px solid #9fcbed; }

.wed-venue .inner-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 0; }
  @media only screen and (min-width: 40.063em) {
    .wed-venue .inner-wrapper {
      padding: 40px 0 0; } }

.wed-venue #content-wrapper-int h1 {
  color: white;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1.5rem; }
  @media only screen and (min-width: 40.063em) {
    .wed-venue #content-wrapper-int h1 {
      font-size: 1.75rem;
      margin-bottom: 50px; } }

.wed-venue #content-wrapper-int h2,
.wed-venue #content-wrapper-int h3,
.wed-venue #content-wrapper-int h4,
.wed-venue #content-wrapper-int h5,
.wed-venue #content-wrapper-int h6 {
  color: white; }
.accomm-listing:nth-child(5) {
  display: none;
}
.accomm-listing:not(.combined-cal) {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  margin-bottom: 2rem; }
  .accomm-listing:not(.combined-cal):before, .accomm-listing:not(.combined-cal):after {
    content: " ";
    display: table; }
  .accomm-listing:not(.combined-cal):after {
    clear: both; }
@media only screen and (max-width: 40em) {
  .accomm-listing aside, .accomm-listing article {
    padding: 0; } }
.accomm-listing .inset img {
  width: 100%; }
.accomm-listing .expand {
  display: none; }
.accomm-listing .info h3 {
  font-weight: bold;
  margin-bottom: 1.125rem;
  margin-top: 0;
  line-height: .9em !important; }
  @media only screen and (max-width: 40em) {
    .accomm-listing .info h3 {
      margin-top: 1.125rem; } }
  .accomm-listing .info h3 a {
    color: #9fcbed; }
.accomm-listing .view-details:after {
  content: '\25BC';
  margin-left: 8px;
  font-size: 0.7rem; }
.accomm-listing .view-details.active:after {
  content: '\25B2'; }
.accomm-listing .buttons {
  width: 100%;
  text-align: left; }
  @media only screen and (min-width: 40.063em) {
    .accomm-listing .buttons {
      text-align: right; } }

#content-wrapper-int .long-description ul, #content-wrapper-int .long-description ol {
  margin: 0 0 30px 20px; }

.galleria-container {
  overflow: hidden;
  position: relative;
  background: white;
  width: 100% !important;
  height: 100% !important; }

.galleria-container img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.galleria-stage {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #1d1d1d; }

.galleria-thumbnails-wrapper {
  display: block;
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: 28px;
  overflow: hidden;
  z-index: 99999; }

.galleria-thumbnails-container {
  height: 72px;
  background: rgba(0, 0, 0, 0.85);
  margin: 0 80px 0 0; }

.galleria-thumbnails {
  padding: 5px 0;
  height: auto !important; }

.galleria-thumbnails-tab {
  z-index: 99999;
  width: 80px;
  background: url("../img/gallery/sprite.png") -101px -66px;
  height: 72px;
  margin: 0;
  padding: 0;
  float: right; }

.galleria-thumbnails-tab.active {
  background-position: -191px -66px; }

.galleria-thumbnails-list {
  margin: 0 51px; }

.galleria-thumbnails-list p {
  text-align: center;
  width: 100%;
  float: left;
  clear: both;
  padding: 5px 0;
  color: white;
  font-size: 11px; }

.galleria-thumbnails .galleria-image {
  height: 56px;
  width: 96px;
  margin: 2px 5px 0 2px;
  float: left;
  cursor: pointer; }

.galleria-thumbnails .active {
  margin: 0 5px 0 0;
  border: 2px solid #9fcbed; }

.galleria-counter {
  display: none; }

.galleria-loader {
  background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/images/gallery/classic-loader.gif) no-repeat scroll 2px 2px transparent;
  display: none;
  height: 20px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 102; }

.galleria-info {
  display: block;
  bottom: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 102;
  background: rgba(0, 0, 0, 0.65); }

.galleria-info-text {
  padding: 10px;
  display: none;
  zoom: 1; }

.galleria-info-title {
  font: 12px/1.4 georgia, serif;
  margin: 0;
  color: white;
  float: left; }

.galleria-info-description:before {
  content: "-";
  font: 12px/1.4 georgia, serif;
  margin: 0 4px;
  color: white;
  float: left; }

.galleria-info-description {
  font: italic 12px/1.4 georgia, serif;
  margin: 0;
  color: white; }

.galleria-info-close {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-position: -753px -11px;
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: pointer;
  display: none; }

.notouch .galleria-info-close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.touch .galleria-info-close:active {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-info-link {
  background-position: -669px -5px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #000; }

.notouch .galleria-info-link:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.touch .galleria-info-link:active {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-image-nav {
  position: absolute;
  top: 50%;
  margin-top: -62px;
  width: 100%;
  height: 62px;
  left: 0; }

.galleria-image-nav-left, .galleria-image-nav-right {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  width: 33px;
  height: 81px;
  position: absolute;
  left: 0px;
  background-position: 0 -66px;
  z-index: 99999; }

.galleria-image-nav-right {
  left: auto;
  right: 0px;
  background-position: -46px -66px;
  z-index: 102; }

.notouch .galleria-image-nav-left:hover, .notouch .galleria-image-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.touch .galleria-image-nav-left:active, .touch .galleria-image-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-thumb-nav-left, .galleria-thumb-nav-right {
  cursor: pointer;
  display: block;
  background-position: -336px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 103;
  opacity: .8;
  height: 72px;
  width: 51px; }

.galleria-thumbnails .play-button {
  background: url("https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/images/gallery/play.png") center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.galleria-thumb-nav-right {
  background-position: -389px 0;
  border-right: none;
  right: 80px;
  left: auto; }

.galleria-thumbnails-container .disabled {
  cursor: default;
  display: block; }

.galleria-thumb-nav-right.disabled {
  background-position: -389px -72px; }

.galleria-thumb-nav-left.disabled {
  background-position: -336px -72px; }

.galleria-thumb-nav-left, .galleria-thumb-nav-right, .galleria-info-link, .galleria-info-close, .galleria-image-nav-left, .galleria-image-nav-right {
  background-image: url(../img/gallery/sprite.png);
  background-repeat: no-repeat; }

.galleria-youtube iframe {
  background: transparent;
  display: block;
  position: absolute;
  left: 50%; }

#gallery-picker p {
  text-align: center;
  width: 100%;
  margin-top: 605px;
  padding-bottom: 15px;
  color: white;
  font-size: 11px;
  float: left; }

.galleria-layer {
  background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/images/gallery/blank.gif) top left repeat; }

a#gallery-launch {
  font-size: 2em;
  margin: 10px;
  display: inline-block; }

#gallery-wrapper {
  width: 600px;
  height: 480px;
  position: relative;
  display: block;
  clear: both;
  margin: 0 auto; }

.media-gallery {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 200;
  text-align: left; }

/*.embed #media-gallery { display: block; }*/
.galleria {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block; }

.menu-bar {
  background: rgba(86, 83, 77, 0.9);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  text-align: left; }

.gallery-footer {
  background: #56534d;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  text-align: left; }

.gallery-footer .copyright {
  margin: 0 170px 0 0; }

.gallery-footer p {
  font-family: Arial !important;
  color: white !important;
  padding: 8px 0 8px 10px !important;
  margin: 0;
  font-size: 11px !important;
  line-height: 12px !important; }

.gallery-footer .gallery-share {
  width: 170px;
  display: none;
  float: right;
  padding: 2px 0; }

.gallery-footer .share-this-on {
  float: left;
  margin: 6px 8px 0 0;
  width: 75px;
  height: 12px;
  background: url("../img/gallery/sprite.png") 0 -40px no-repeat; }

.gallery-share .gallery-share-icon {
  display: block;
  float: left;
  width: 22px;
  height: 23px;
  margin: 0 3px;
  background: url("../img/gallery/sprite.png") no-repeat; }

.gallery-share .gallery-facebook {
  background-position: -83px -34px; }

.gallery-share .gallery-twitter {
  background-position: -111px -34px; }

.gallery-share .gallery-pinterest {
  background-position: -139px -34px; }

.embed .gallery-footer .gallery-share {
  width: 165px;
  float: right;
  padding: 2px 0 0; }

.embed .gallery-footer .share-this-on {
  float: left;
  margin: 6px 4px 0 0;
  width: 68px;
  height: 11px;
  background: url("../img/gallery/sprite.png") -105px 0 no-repeat; }

.photo-video {
  background: url("../img/gallery/sprite.png") -177px 0 no-repeat;
  overflow: hidden;
  width: 152px;
  height: 28px;
  margin: 7px;
  float: left;
  display: none; }

.photo-video.videos {
  background-position: -177px -30px; }

.photo-video.photos {
  background-position: -177px 0; }

.photo-video a {
  width: 76px;
  height: 28px;
  display: block;
  float: left; }

.choose-gallery {
  float: left;
  margin: 7px;
  display: none !important;
  position: relative; }

.dropdown {
  background: url(../img/gallery/sprite.png) no-repeat -260px -143px black;
  color: #ffe58a;
  float: left;
  font-family: Times New Roman, Times, serif;
  font-size: 12px;
  line-height: 12px;
  list-style: none;
  position: relative;
  display: block;
  width: 185px; }

.choose-gallery .active {
  background-position: -260px -170px; }

#content .dropdown dd, #content .dropdown dt {
  margin: 0px !important;
  padding: 0px !important; }

.galleries dt, .galleries dd ul {
  width: auto;
  margin: 0; }

.subgalleries dt {
  display: none; }

.subgalleries dt, .subgalleries dd ul {
  width: 130px; }

.dropdown dl, #content .dropdown dl {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 !important; }

.dropdown dd {
  position: absolute;
  top: auto;
  left: auto;
  display: inline-block;
  width: 180px;
  margin: 0;
  padding: 0; }

.dropdown a, .dropdown a:visited {
  display: block;
  color: white;
  text-decoration: none;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

.dropdown dt a {
  display: block;
  padding: 8px 20px 8px 13px; }

.dropdown dd ul {
  background: rgba(0, 0, 0, 0.4);
  color: #C5C0B0;
  list-style: none;
  display: none;
  padding: 15px 0 0;
  position: absolute;
  margin: -10px 0 0;
  width: 185px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  z-index: 99999; }

.dropdown dd ul li:hover {
  background: #9fcbed; }

.dropdown dd ul li a {
  padding: 10px; }

.gallery-buttons {
  float: right;
  margin: 5px;
  position: relative; }

.gallery-buttons a {
  margin: 0 3px; }

.gallery-buttons .gallery-back {
  background: url(../img/gallery/sprite.png) no-repeat 0 0 transparent;
  display: block;
  float: left;
  height: 29px;
  width: 28px;
  display: none; }

.gallery-buttons .gallery-close {
  width: 28px;
  height: 29px;
  display: block;
  background: url(../img/gallery/sprite.png) -38px 0 no-repeat;
  float: left; }

.gallery-picker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto; }

.gallery-picker ul {
  list-style: none;
  width: 1006px;
  position: absolute;
  top: 22%;
  left: 50%;
  margin-left: -503px;
  padding: 0 0 50px; }

.gallery-picker ul li {
  float: left;
  margin: 6px 6px; }

.gallery-picker ul li a {
  width: 323px;
  height: 185px;
  display: block;
  background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/images/gallery/desktop.png) no-repeat; }

.gallery-picker ul li a.hotel {
  background-position: 0 0; }

.gallery-picker ul li a.accommodations {
  background-position: -340px 0; }

.gallery-picker ul li a.dining {
  background-position: -680px 0; }

.gallery-picker ul li a.spa {
  background-position: 0 -202px; }

.gallery-picker ul li a.meetings {
  background-position: -340px -202px; }

.gallery-picker ul li a.weddings {
  background-position: -680px -202px; }

.no-stuff {
  position: absolute;
  width: 400px;
  top: 25%;
  left: 50%;
  margin: 0 0 0 -200px;
  display: block; }

.no-stuff p {
  color: #FFFFCD;
  font-size: 65px;
  line-height: 125px;
  text-align: center;
  font-family: 'Droid Sans', sans-serif;
  text-shadow: 1px 2px 2px #62A7C3; }

.no-stuff p span {
  font-family: 'Dancing Script', 'Times New Roman', Times, serif;
  font-size: 200px; }

@media all and (max-width: 1024px) and (min-width: 768px) {
  .gallery-picker ul {
    list-style: none;
    width: 668px;
    position: absolute;
    top: 12%;
    left: 50%;
    margin-left: -334px;
    padding: 0; }

  .gallery-picker ul li {
    float: left;
    margin: 5px; }

  .gallery-picker ul li a {
    width: 323px;
    height: 185px;
    display: block;
    background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/images/gallery/tablet.png) no-repeat; }

  .gallery-picker ul li a.hotel {
    background-position: 0 0; }

  .gallery-picker ul li a.accommodations {
    background-position: -339px 0; }

  .gallery-picker ul li a.dining {
    background-position: 0 -198px; }

  .gallery-picker ul li a.spa {
    background-position: -339px -198px; }

  .gallery-picker ul li a.meetings {
    background-position: 0 -396px; }

  .gallery-picker ul li a.weddings {
    background-position: -339px -396px; }

  .galleria-info, .galleria-thumbnails-container {
    display: block; }

  .media-gallery .galleria-info, .media-gallery .gallery-footer, .galleria .galleria-thumbnails-wrapper {
    display: block; }

  .gallery-buttons .gallery-back {
    background-position: 0 0; }

  .gallery-buttons .gallery-close {
    display: block; }

  .photo-video {
    display: none; }

  .gallery-footer {
    bottom: 0; } }
@media all and (max-width: 767px), all and (max-height: 320px), handheld and (orientation: landscape) {
  .gallery-picker ul {
    list-style: none;
    width: 300px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -150px;
    padding: 0; }

  .gallery-picker ul li {
    float: left;
    margin: 5px; }

  .gallery-picker ul li a {
    width: 140px;
    height: 80px;
    display: block;
    background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/images/gallery/mobile.png) no-repeat; }

  .gallery-picker ul li a.hotel {
    background-position: 0 0; }

  .gallery-picker ul li a.accommodations {
    background-position: -151px 0; }

  .gallery-picker ul li a.dining {
    background-position: 0 -94px; }

  .gallery-picker ul li a.spa {
    background-position: -151px -94px; }

  .gallery-picker ul li a.meetings {
    background-position: 0 -187px; }

  .gallery-picker ul li a.weddings {
    background-position: -151px -187px; }

  .media-gallery .galleria-info, .galleria .galleria-thumbnails-wrapper {
    display: none; }

  .gallery-buttons .gallery-back {
    background-position: -76px 0; }

  .gallery-buttons .gallery-close {
    display: block; }

  .galleria-image-nav {
    margin-top: -35px !important; }

  .media-gallery .photo-video {
    display: none; }

  .gallery-footer {
    background: rgba(0, 0, 0, 0.5);
    bottom: -47px;
    left: 50%;
    margin-left: -95px;
    width: 190px;
    text-align: left;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; }

  .gallery-footer .copyright {
    display: none; }

  .gallery-footer .gallery-share {
    width: 158px !important;
    clear: both;
    margin: 0; }

  .gallery-footer .share-this-on {
    margin: 10px 40px 6px !important;
    width: 70px !important;
    background-position: -104px 0px;
    cursor: pointer;
    display: block; }

  .gallery-share .gallery-share-icon {
    width: 35px;
    height: 35px;
    margin: 5px 8px 10px;
    background: url("../img/gallery/sprite.png") no-repeat; }

  .gallery-share .gallery-facebook {
    background-position: 0 -155px; }

  .gallery-share .gallery-twitter {
    background-position: -46px -155px; }

  .gallery-share .gallery-pinterest {
    background-position: -92px -155px; }

  .gallery-share .gallery-facebook:hover {
    background-position: 0 -191px; }

  .gallery-share .gallery-twitter:hover {
    background-position: -46px -191px; }

  .gallery-share .gallery-pinterest:hover {
    background-position: -92px -191px; }

  .gallery-footer {
    bottom: -47px; }

  .gallery-footer .gallery-share {
    margin: 0 16px; }

  .choose-gallery {
    margin: 7px; }

  .no-stuff p {
    font-size: 50px;
    line-height: 95px; }

  .no-stuff p span {
    font-size: 150px; }

  .dropdown {
    background-position: -403px -193px;
    width: 35px; }

  .choose-gallery .active {
    background-position: -403px -193px; }

  .dropdown dt a {
    text-indent: -199em; }

  .dropdown dd ul {
    padding: 0;
    margin: 0; }

  .photo-video {
    display: none; }

  .photo-video {
    width: 78px;
    height: 28px; }

  .photo-video.videos {
    background-position: -191px -184px !important; }

  .photo-video.photos {
    background-position: -191px -156px !important; }

  .photo-video a {
    width: 39px;
    height: 28px; } }
@media (max-height: 320px) {
  .galleries dt {
    width: 300px; }

  .galleries dd ul {
    left: 0;
    margin: 0;
    width: 310px; }

  .dropdown dd ul li {
    float: left;
    width: 50%; }

  .choose-gallery {
    margin: 7px 0; }

  .dropdown {
    margin: 0 5px; }

  .gallery-footer {
    bottom: 0; }

  .galleria-info, .galleria-thumbnails-container {
    display: none !important; }

  .gallery-picker {
    width: 95%;
    margin: 0 2.5%;
    left: 0;
    right: 0; }

  .gallery-picker ul {
    left: 0;
    margin: 0;
    width: auto; }

  .photo-video {
    width: 78px;
    height: 28px; }

  .photo-video.videos {
    background-position: -191px -184px !important; }

  .photo-video.photos {
    background-position: -191px -156px !important; }

  .photo-video a {
    width: 39px;
    height: 28px; } }
.embed .gallery-picker ul {
  list-style: none;
  width: 590px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -295px;
  padding: 0 0 50px; }

.embed .gallery-picker ul li {
  float: left;
  margin: 5px; }

.embed .gallery-picker ul li a {
  width: 323px;
  height: 185px;
  display: block;
  background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/images/gallery/tablet.png) no-repeat; }

.embed .gallery-picker ul li a.hotel {
  background-position: 0 0; }

.embed .gallery-picker ul li a.accommodations {
  background-position: -339px 0; }

.embed .gallery-picker ul li a.dining {
  background-position: 0 -198px; }

.embed .gallery-picker ul li a.spa {
  background-position: -339px -198px; }

.embed .gallery-picker ul li a.meetings {
  background-position: 0 -396px; }

.embed .gallery-picker ul li a.weddings {
  background-position: -339px -396px; }

/* _mcc.scss */
.share {
  display: none; }

.active .share {
  display: block; }

/* Share */
.share {
  height: 1.8em;
  margin-bottom: 0.8em; }

.permalink .share {
  display: block; }

.share-list {
  margin: 0 !important;
  padding: 0;
  height: 1.8em; }

.share-list li {
  float: left;
  height: 1.8em;
  list-style: none;
  margin-right: 0.5em; }

.fb_iframe_widget {
  display: none !important; }

.fb_iframe_widget iframe {
  display: none; }

.share-tags {
  display: inline-block;
  list-style: none;
  margin: 0 0 2.5rem !important;
  padding: 0;
  width: 100%;
  font-size: 2rem !important;
  line-height: 0 !important; }
  .share-tags li {
    float: left;
    display: inline-block;
    height: 20px;
    margin: 0 0.5rem; }
    .share-tags li a {
      font-size: 1.625rem;
      display: inline-block; }
    .share-tags li i {
      display: none;
      margin-top: 12px;
      float: left;
      font-size: 0.7em; }
    @media only screen and (min-width: 40.063em) {
      .share-tags li i {
        display: inline;
        font-style: normal;
        font-size: 0.9375rem;
        padding-left: 0.3em; } }
    .share-tags li a:hover {
      text-decoration: none !important; }
  .share-tags > *:first-child {
    margin-left: 0; }
  .share-tags .fb-like > span {
    margin-bottom: 10px; }
  .share-tags .g-plusone {
    display: inline-block; }
  .share-tags .fi-mail:before,
  .share-tags .fi-social-twitter:before,
  .share-tags .fi-social-google-plus:before,
  .share-tags .fi-social-facebook:before {
    float: left; }

@media only screen and (min-width: 40.063em) {
  .share-tags {
    font-size: 1rem !important;
    margin-bottom: 1.25rem; } }
#content-wrapper-int .subscribe {
  position: absolute;
  top: -35px;
  right: 0;
  height: 36px;
  color: white; }
  #content-wrapper-int .subscribe a {
    display: inline-block;
    padding: 7px 12px;
    border: 2px solid white;
    color: white;
    background: #007dc3;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 16px;
    width: 90px;
    text-align: center; }
  #content-wrapper-int .subscribe a:hover {
    text-decoration: none; }
  #content-wrapper-int .subscribe .rss-icon {
    background: url(../img/layout/buttons/rss-icon.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 1px; }
  @media (max-width: 767px) {
    #content-wrapper-int .subscribe {
      display: none; } }
  @media only screen and (max-width: 965px) {
    #content-wrapper-int .subscribe {
      top: -35px; } }

#content-wrapper-int .offer-cat-wrapper .subscribe {
  right: 5%; }

.feed-readers a {
  display: block;
  float: left;
  margin: 0 7px 0 1px;
  background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/images/rss.png) no-repeat; }

span.feed-label-intro {
  float: left;
  margin-right: 13px; }

a.feed-read {
  margin-left: 13px; }

div.feed-item h4 {
  margin-bottom: 0;
  margin-top: 42px; }

#rss-listing div.feed h3 {
  margin-top: 40px;
  margin-bottom: 5px; }

div.feed-item p {
  margin-top: 0; }

div.feed-readers.cf {
  line-height: 1em; }

.feed-readers .rss {
  width: 36px;
  height: 15px;
  background-position: -69px -19px; }

.feed-readers .aol {
  width: 63px;
  height: 15px;
  background-position: 0 -40px; }

.feed-readers .msn {
  width: 110px;
  height: 16px;
  background-position: 0 0; }

.feed-readers .yahoo {
  width: 62px;
  height: 16px;
  background-position: 0 -59px; }

.feed-readers .google {
  width: 66px;
  height: 16px;
  background-position: 0 -20px; }

#rss-listing {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    #rss-listing {
      width: 90%; } }
  @media only screen and (min-width: 78.063em) {
    #rss-listing {
      width: 60%; } }

/* _events.scss */
.events-listing {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    .events-listing {
      width: 90%; } }

.events .inner-block {
  position: relative; }

@media only screen and (max-width: 40em) {
  #calendar-wrapper {
    max-height: 0;
    overflow: hidden;
    background: transparent;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #calendar-wrapper.active {
      max-height: 25rem;
      padding: 1.25rem 0;
      margin: 0 auto 3rem;
      overflow: visible; } }
@media only screen and (min-width: 40.063em) {
  #calendar-wrapper {
    display: inline-block;
    border: 0;
    width: 30%;
    vertical-align: top;
    padding-top: 28px; } }
@media only screen and (max-width: 965px) {
  #calendar-wrapper {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: transparent;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #calendar-wrapper.active {
      max-height: 27rem;
      padding: 1.25rem 0;
      margin: 0 auto 30px;
      overflow: visible; } }

#month-wrapper {
  border: 0;
  position: relative; }
  #month-wrapper table {
    margin: 0;
    width: 100%; }

#months-list {
  border: 1px solid #fff;
  width: 100%;
  margin: 0 !important; }
  @media only screen and (max-width: 40em) {
    #months-list {
      display: block;
      width: 100%; } }
  @media only screen and (min-width: 40.063em) {
    #months-list {
      display: inline-block;
      margin: 0; } }
  @media only screen and (min-width: 78.063em) {
    #months-list {
      width: 276px; } }

#months-list li {
  display: none; }

#months-list li.selected-month {
  display: block;
  margin: 2px;
  padding: 0; }

#current_month_now {
  padding: 0.75rem 0rem; }

#current_month_now a {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  background-image: url(../img/layout/arrows-event-cal.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  margin-top: 11px; }

#prevmonth {
  left: 3%;
  background-position: 0 0 !important; }

#nextmonth {
  right: 3%; }

#current_month_now {
  text-align: center;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: normal;
  color: white;
  font-size: 1.25rem;
  background: #007dc3; }
  #current_month_now .curr-mo {
    background: #fff;
    display: block;
    width: 70%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    color: #000;
    padding: 12px;
    border: 1px solid #d2d2d2; }

tr#months {
  margin-bottom: 10px; }

tr#days th {
  background: #fff;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #ccd4d9;
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 0.625rem;
  border: 2px solid #007dc3;
  font-family: "Gotham A", "Gotham B", sans-serif; }

tr#days th.first-col {
  border-left: none; }

#month-wrapper table {
  border: none; }

#month-wrapper table thead {
  background: none; }

#month-wrapper tbody td {
  padding: 10px 0;
  border-radius: 0;
  font-size: 0.9375rem;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: normal;
  color: #000;
  text-align: center;
  border: 2px solid #007dc3; }
  @media only screen and (max-width: 40em) {
    #month-wrapper tbody td {
      height: 32px;
      width: calc(100% / 7); } }
  @media only screen and (min-width: 40.063em) {
    #month-wrapper tbody td {
      height: 26px;
      width: 32px; } }

#month-wrapper table tr {
  background: none; }

#month-wrapper table td.daily {
  background: #9fcbed; }

#month-wrapper table td.daily, #month-wrapper table td.daily-selected {
  margin: 0; }

#month-wrapper table td.daily a {
  color: #000; }

#month-wrapper table td.daily a, #month-wrapper table td.daily-selected a {
  display: block;
  margin: 1px 0 0 1px;
  font-style: normal; }

#events-wrapper {
  text-align: left;
  margin-top: 20px; }
  @media only screen and (min-width: 40.063em) and (max-width: 78em) {
    #events-wrapper {
      padding-left: 30px; } }
  @media only screen and (min-width: 40.063em) {
    #events-wrapper {
      display: inline-block;
      width: 69%;
      vertical-align: top;
      position: relative; } }
  @media only screen and (max-width: 965px) {
    #events-wrapper {
      width: 100%;
      padding: 0; } }

.events-viewing {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8em;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .events-viewing {
      margin-bottom: 40px;
      font-size: 1.875rem; } }
  .events-viewing .no-events {
    font-size: 1rem;
    line-height: 1.4rem;
    text-transform: none; }
    @media only screen and (min-width: 40.063em) {
      .events-viewing .no-events {
        padding: 5px 20% 0 0; } }
    @media only screen and (max-width: 965px) {
      .events-viewing .no-events {
        padding: 0;
        margin-top: 10px; } }

.vcalendar {
  list-style: none;
  margin: 0 !important; }

#content-wrapper-int .event {
  margin-bottom: 30px; }
  #content-wrapper-int .event .summary {
    color: white;
    text-transform: none;
    font-weight: 300;
    font-size: 1.375rem;
    font-style: normal; }
    @media only screen and (min-width: 78.063em) and (max-width: 90em) {
      #content-wrapper-int .event .summary {
        font-size: 1.5rem; } }
#content-wrapper-int .event:last-child .event-inner {
  border-bottom: none; }
#content-wrapper-int .event-date {
  display: inline-block;
  margin-bottom: 1rem !important;
  font-size: 0.9375rem !important;
  font-family: "Gotham A", "Gotham B", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase; }
  #content-wrapper-int .event-date .event-from {
    padding: 0 6px 0 0; }
  #content-wrapper-int .event-date .event-to {
    padding: 0 6px; }
  @media only screen and (max-width: 78em) {
    #content-wrapper-int .event-date {
      padding: 0 0 0; } }
#content-wrapper-int .event-inner .events-img {
  position: relative;
  float: left; }
  @media only screen and (max-width: 40em) {
    #content-wrapper-int .event-inner .events-img {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
#content-wrapper-int .event-inner .events-copy {
  position: relative;
  float: right;
  padding-left: 1rem; }
  @media only screen and (max-width: 40em) {
    #content-wrapper-int .event-inner .events-copy {
      padding: 1.25rem !important; } }
#content-wrapper-int .event-inner .event-image img {
  width: 100% !important; }
@media only screen and (min-width: 40.063em) and (max-width: 78em) {
  #content-wrapper-int .event-inner {
    margin-bottom: 1.875rem; } }
@media only screen and (min-width: 40.063em) {
  #content-wrapper-int .event-inner {
    padding: 0 0 30px; }
    #content-wrapper-int .event-inner .columns {
      padding-left: 2px; } }
@media only screen and (max-width: 78em) {
  #content-wrapper-int .event-image {
    padding-top: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .active #content-wrapper-int .event-image {
      max-height: 62.5rem;
      padding-top: 1.875rem; } }
.permalink-share #content-wrapper-int .share {
  display: block; }

#content-wrapper-int .event-links .view-details {
  background: #002841;
  color: white;
  padding: 1rem 2.5rem;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 0.8125rem;
  border: 2px solid #002841; }
  @media only screen and (max-width: 40em) {
    #content-wrapper-int .event-links .view-details {
      width: 100%; } }
  @media only screen and (min-width: 40.063em) {
    #content-wrapper-int .event-links .view-details {
      float: right; } }

#content-wrapper-int .event-links .view-details:after {
  content: '\25BC';
  margin-left: 8px;
  font-size: 0.7rem; }

#content-wrapper-int .event-links.active .view-details:after {
  content: '\25B2'; }

#content-wrapper-int .event-links .view-details:hover {
  background: transparent;
  border: 2px solid #002841; }

.device-events-head {
  position: relative;
  margin: 0;
  background: #fff;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  display: none; }
  @media only screen and (max-width: 965px) {
    .device-events-head {
      display: block; } }

.device-events-heading {
  padding: 15px 0;
  border-right: 1px solid #9b9b9b;
  text-align: center;
  text-transform: none;
  width: 80%;
  color: #9b9b9b; }
  .device-events-heading div:first-child {
    padding: 2px 0;
    color: #9b9b9b;
    text-transform: none;
    font-size: 0.875rem; }
  .device-events-heading div:last-child {
    padding: 2px 0;
    font-size: 1.5rem; }
  .device-events-heading span.no-events {
    font-size: 0.875rem;
    text-transform: none; }

.device-events-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  cursor: pointer;
  background-image: url(../img/icon-cal.png);
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: 22px 22px; }
  .device-events-toggle.active:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90), M12=-sin(90), M21=sin(90), M22=cos(90));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90), M12=-sin(90), M21=sin(90), M22=cos(90))";
    zoom: 1; }
  .device-events-toggle:after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 9px;
    left: 50%;
    margin-left: -8px;
    background-image: url(../img/calendar/arrows.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90))";
    zoom: 1; }
  .device-events-toggle:hover {
    background-image: url(../img/icon-cal.png); }
    .device-events-toggle:hover:after {
      background-image: url(../img/calendar/arrows.png); }

.share {
  display: none; }

.active .share {
  display: block; }

.events-permalink #events-wrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px; }
  @media only screen and (min-width: 40.063em) {
    .events-permalink #events-wrapper {
      margin-top: 0px; } }

.events-permalink #content-int .events-viewing, .events-permalink #content-int .device-events-head, .events-permalink #content-int #calendar-wrapper {
  display: none !important; }
.events-permalink #content-int .event-description p {
  display: block !important; }
.events-permalink #content-int .event-image img {
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .events-permalink #content-int .event-image img {
      width: 90%; } }

.expanded-events {
  display: none; }
  .expanded-events .share {
    display: block; }

@media (max-width: 700px) {
  .events-viewing {
    text-align: center; } }
.blog #content-wrapper-int, .blog-permalink #content-wrapper-int {
  padding-top: 100px; }

.blog-page {
  width: 90%;
  margin: 0 auto; }
  @media only screen and (min-width: 78.063em) {
    .blog-page {
      width: 71.1875rem; } }
  .blog-page select {
    background-image: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/bg-select-archives.png);
    background-position: 96% center;
    border: 1px solid #969696;
    background-color: transparent;
    color: #919195;
    width: 70%;
    padding: 0 40px 0 10px;
    margin: 0;
    font-family: Georgia, Times, "Times New Roman", serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
    @media only screen and (min-width: 78.063em) {
      .blog-page select {
        width: 190px; } }
  .blog-page select::-ms-expand {
    display: none; }
  .blog-page select option {
    background-color: #919195; }
  .blog-page .dropcontainer {
    position: absolute;
    color: #919195;
    background: #fff;
    width: 70%;
    z-index: 10; }
    @media only screen and (min-width: 78.063em) {
      .blog-page .dropcontainer {
        width: 190px; } }
  .blog-page .trigger {
    text-align: left;
    color: #919195 !important;
    padding: 5px 0 5px 10px;
    width: 70%;
    font-style: normal !important;
    font-family: Georgia, Times, "Times New Roman", serif;
    background: transparent url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/bg-select-archives.png) 96% center no-repeat;
    display: inline-block;
    border: 1px solid #969696;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.75rem; }
    @media only screen and (min-width: 78.063em) {
      .blog-page .trigger {
        width: 190px; } }
  .blog-page .trigger:hover, .blog-page .activetrigger:hover {
    text-decoration: none !important; }
  .blog-page .activetrigger {
    text-align: left;
    color: #919195 !important;
    padding: 5px 0 5px 10px;
    width: 70%;
    font-style: normal !important;
    font-family: Georgia, Times, "Times New Roman", serif;
    background: transparent url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/bg-select-archives.png) 96% center no-repeat;
    display: inline-block;
    border: 1px solid #969696;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.75rem; }
    @media only screen and (min-width: 78.063em) {
      .blog-page .activetrigger {
        width: 190px; } }
  .blog-page .activetrigger:active {
    background: transparent url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/bg-select-archives.png) 96% center no-repeat;
    color: #919195; }
  .blog-page .dropcontainer ul {
    border: 1px solid #969696;
    border-top: none;
    list-style-type: none;
    padding: 10px;
    margin: 0 !important;
    width: 100%;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .blog-page .dropcontainer ul li {
    padding: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .blog-page .dropcontainer ul li a {
    color: #919195; }
  .blog-page .dropcontainer ul li a:hover {
    text-decoration: none !important; }
  .blog-page .dropcontainer ul li:hover {
    outline: none; }
  .blog-page .dropcontainer ul li:first-child {
    display: none; }
  .blog-page .dropcontainer ul li:last-child {
    border-bottom: none; }
  .blog-page .dropdownhidden {
    display: none; }
  .blog-page .dropdownvisible {
    height: auto; }
    .blog-page .dropdownvisible a {
      font-style: normal;
      color: #919195 !important; }
  .blog-page input.submit {
    display: inline-block;
    width: 17%;
    text-transform: uppercase;
    background-color: white;
    border-color: white;
    padding: 11px 0;
    margin: 0 0 0 10px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    font-size: 0.625rem; }
    @media only screen and (min-width: 40.063em) {
      .blog-page input.submit {
        width: 21%; } }
    @media only screen and (min-width: 78.063em) {
      .blog-page input.submit {
        width: 79px;
        font-size: 0.75rem; } }
  .blog-page input.submit:hover {
    background: #9fcbed;
    border-color: #9fcbed; }

#blog-wrapper {
  width: 100%; }
  @media only screen and (min-width: 78.063em) {
    #blog-wrapper {
      width: 350px;
      float: right;
      display: inline; } }

#posts-wrapper {
  width: 100%; }
  @media only screen and (min-width: 78.063em) {
    #posts-wrapper {
      width: 744px;
      float: left;
      display: inline; } }
  #posts-wrapper .post {
    background: #fff;
    margin: 0 0 39px 0; }

.blog-post-date {
  position: absolute;
  width: 75px;
  background: #919195;
  color: white;
  padding: 25px 0;
  margin: 22px 0 0 23px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700; }

.blog-post-date span {
  display: block;
  text-align: center; }

.blog-post-date .post-mo {
  font-size: 0.625rem;
  text-transform: uppercase; }

.blog-post-date .post-day {
  font-size: 1.1875rem; }

.blog-copy-wrap .post-intro > div {
  display: inline-block;
  width: 100%; }

.blog-copy-wrap .post-intro img {
  width: 100%; }

.blog-copy-wrap .blog-desc {
  border: 1px solid #c6c3b7;
  border-bottom: none;
  padding: 43px 35px 0; }

.post-description {
  border-left: 1px solid #c6c3b7;
  border-right: 1px solid #c6c3b7;
  padding: 0 35px; }

.blog-permalink .post-description {
  padding: 0 35px 20px; }

.comment-wrapper {
  border: 1px solid #c6c3b7;
  border-top: none; }
  .comment-wrapper .share {
    margin: 0 0 40px 35px; }

.blog-permalink .share {
  display: block !important; }

#content-wrapper-int .posting-details, #content-wrapper-int .back-to-blog {
  width: 100%;
  border-top: 1px solid #c6c3b7;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-style: normal;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 20px 0; }

/***** blog sidebar items *****/
.blog-nav-item {
  width: 100%;
  background: #fff;
  border: 1px solid #c6c3b7; }

#content-wrapper-int .blog-nav-item h3 {
  color: #919195;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media only screen and (min-width: 78.063em) {
    #content-wrapper-int .blog-nav-item h3 {
      font-size: 1rem; } }

#content-wrapper-int .blog-cats h3 {
  font-size: 0.625rem; }
  @media only screen and (min-width: 768px) {
    #content-wrapper-int .blog-cats h3 {
      font-size: 0.875rem; } }
  @media only screen and (min-width: 965px) {
    #content-wrapper-int .blog-cats h3 {
      font-size: 0.75rem;
      line-height: 2.1em; } }
  @media only screen and (min-width: 78.063em) {
    #content-wrapper-int .blog-cats h3 {
      font-size: 0.875rem; } }

#content-wrapper-int .blog-nav-item h3 a {
  color: white;
  font-style: normal; }

#content-wrapper-int .blog-nav-item h3 a:hover {
  text-decoration: none; }

#content-wrapper-int .rss-subscribe h3 a {
  display: block;
  background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/icon-rss.png) no-repeat 96% center;
  padding: 33px 25px; }
  @media only screen and (min-width: 78.063em) {
    #content-wrapper-int .rss-subscribe h3 a {
      padding: 20px 24px 19px 28px;
      background-position: 90% center; } }

.rss-subscribe, .blog-cats, #archive-wrapper {
  width: 100%;
  display: block;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 40.063em) {
    .rss-subscribe, .blog-cats, #archive-wrapper {
      width: 32%;
      display: inline-block;
      margin: 0 2% 20px 0;
      vertical-align: top; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .rss-subscribe, .blog-cats, #archive-wrapper {
      width: 100%;
      display: block;
      margin: 0 auto 20px; } }
  @media only screen and (min-width: 78.063em) {
    .rss-subscribe, .blog-cats, #archive-wrapper {
      width: 100%;
      display: block;
      margin: 0 auto 33px; } }

@media only screen and (min-width: 40.063em) {
  #archive-wrapper {
    margin: 0; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #archive-wrapper {
    margin: 0 auto 20px; } }
@media only screen and (min-width: 78.063em) {
  #archive-wrapper {
    margin: 0 auto 33px; } }

.blog-cats, #archive-wrapper {
  padding: 10px 20px 15px; }
  @media only screen and (min-width: 78.063em) {
    .blog-cats, #archive-wrapper {
      padding: 33px 36px 46px 30px; } }

.blog-cats h3 {
  margin: 0 0 5px 0 !important; }
  @media only screen and (min-width: 78.063em) {
    .blog-cats h3 {
      margin: 0 0 25px 0 !important; } }

.blog-cats ul {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 78.063em) {
    .blog-cats ul li {
      border-bottom: 1px solid #d3d4d5;
      padding: 10px 0;
      font-size: 1rem; } }
  .blog-cats ul li a {
    text-decoration: none;
    font-style: normal !important;
    color: white !important; }
  .blog-cats ul li a:hover {
    text-decoration: none; }

@media only screen and (min-width: 78.063em) {
  .blog-cats .trigger, .blog-cats .dropcontainer, .blog-cats input.submit {
    display: none; } }

#archive-wrapper h3 {
  margin: 0 0 4px 0 !important; }
  @media only screen and (min-width: 78.063em) {
    #archive-wrapper h3 {
      margin: 0 0 25px 0 !important; } }
#archive-wrapper a {
  font-style: normal; }
#archive-wrapper a:hover {
  text-decoration: none; }

#content-wrapper-int .blog-post-share {
  background: #919195;
  color: white;
  text-align: center;
  padding: 10px 0 0;
  margin: 0 auto 40px; }
  @media only screen and (min-width: 78.063em) {
    #content-wrapper-int .blog-post-share {
      padding: 0;
      margin: 0 auto 33px; } }
  #content-wrapper-int .blog-post-share img {
    display: none; }
    @media only screen and (min-width: 78.063em) {
      #content-wrapper-int .blog-post-share img {
        display: block;
        margin: 0 auto 29px; } }
  #content-wrapper-int .blog-post-share h3 {
    color: white;
    margin: 0 auto 25px; }
  #content-wrapper-int .blog-post-share .button {
    width: 85%;
    background-color: white;
    border-color: white;
    color: white;
    font-size: 0.75rem;
    padding: 10px 0px; }
  #content-wrapper-int .blog-post-share .button:hover {
    background: #9fcbed;
    border-color: #9fcbed; }

.offer-cat-wrapper {
  display: inline-block;
  margin: 1em auto;
  text-align: center;
  width: 90%;
  max-width: 100%;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .offer-cat-wrapper {
      width: 100%; } }
  .offer-cat-wrapper .offer-cat-box {
    display: inline-block;
    width: 90%;
    margin: 0 auto; }
    @media only screen and (min-width: 40.063em) {
      .offer-cat-wrapper .offer-cat-box {
        width: auto; } }

@font-face {
  font-family: 'FontAwesome';
  src: url("https://assets.sabrecdn.com/font-awesome/4.2.0//fontawesome-webfont.eot?v=4.3.0");
  src: url("https://assets.sabrecdn.com/font-awesome/4.2.0//fontawesome-webfont.eot#iefix&v=4.3.0") format("embedded-opentype"), url("https://assets.sabrecdn.com/font-awesome/4.2.0//fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://assets.sabrecdn.com/font-awesome/4.2.0//fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://assets.sabrecdn.com/font-awesome/4.2.0//fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://assets.sabrecdn.com/font-awesome/4.2.0//fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.categories-filters {
  list-style: none;
  margin: 0 auto !important;
  padding: 0rem 0 3rem;
  /*.active {
      a {
          &:before {
              content: '\2611';
          }                
      }
  }*/ }
  .categories-filters .category-filter {
    display: block;
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 40.063em) {
      .categories-filters .category-filter {
        width: 156px;
        height: 165px;
        margin-right: 1em; } }
    .categories-filters .category-filter a {
      display: block;
      position: relative;
      width: 100%;
      height: 35px;
      margin: 0;
      padding: 0;
      font-style: normal !important; }
      @media only screen and (min-width: 40.063em) {
        .categories-filters .category-filter a {
          width: 156px;
          height: 165px; } }
      .categories-filters .category-filter a .cat-txt {
        position: absolute;
        bottom: 0px;
        width: 100%;
        font-size: 0.875rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        text-align: left;
        padding-left: 30px;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-weight: 400; }
        @media only screen and (min-width: 40.063em) {
          .categories-filters .category-filter a .cat-txt {
            bottom: 45px;
            text-align: center;
            padding-left: 0;
            font-size: 1.125rem; } }
      .categories-filters .category-filter a > span {
        position: absolute;
        font-size: 1.5rem;
        bottom: 0px;
        left: 0px; }
        @media only screen and (min-width: 40.063em) {
          .categories-filters .category-filter a > span {
            bottom: 8px;
            left: 120px;
            font-size: 1.75rem; } }
  @media only screen and (min-width: 40.063em) {
    .categories-filters .category-1 {
      background: url(../img/layout/offer-cat/cat-1-bg.png) no-repeat 0 0 transparent; }
    .categories-filters .category-2 {
      background: url(../img/layout/offer-cat/cat-2-bg.png) no-repeat 0 0 transparent; }
    .categories-filters .category-3 {
      background: url(../img/layout/offer-cat/cat-3-bg.png) no-repeat 0 0 transparent; }
    .categories-filters .category-4 {
      background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/offer-cat/cat-4-bg.png) no-repeat 0 0 transparent; }
    .categories-filters .category-5 {
      background: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/layout/offer-cat/cat-5-bg.png) no-repeat 0 0 transparent; } }

.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;
  transform: translate(0, 0); }

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

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

.offers-listing {
  list-style: none;
  margin: 0 auto !important;
  text-align: left; }
  .offers-listing .package-wrapper {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 40.063em) {
      .offers-listing .package-wrapper {
        width: 90%; } }
  .offers-listing .horz-rule {
    width: 100%;
    margin: 0 auto 2rem; }
  .offers-listing .message {
    display: none;
    margin-top: 2em;
    text-align: center;
    color: #c0392b;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400; }

.package-long ul {
  display: table;
  list-style: none; }
  .package-long ul li {
    display: table-row;
    list-style-position: inside; }
    .package-long ul li:before {
      content: "•";
      display: table-cell;
      padding-right: 0.4em;
      float: left; }

.package-interior-wrap:not(.combined-cal) {
  display: inline-block;
  padding: 0 5%;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .package-interior-wrap:not(.combined-cal) {
      padding: 0; } }

.package-interior-wrap .inset {
  padding-bottom: 1rem;
  padding-left: 0; }
  @media only screen and (max-width: 40em) {
    .package-interior-wrap .inset {
      padding: 0; } }
  .package-interior-wrap .inset img {
    width: 100%; }
.package-interior-wrap .info {
  padding-top: 1.25rem;
  padding-right: 0; }
  .package-interior-wrap .info h2 {
    font-size: 1.25rem !important; }
  @media only screen and (min-width: 40.063em) {
    .package-interior-wrap .info {
      padding-left: 2.5%; }
      .package-interior-wrap .info h2 {
        font-size: 1.5rem !important; } }
.package-interior-wrap .expandable {
  display: none;
  overflow: visible !important; }
.package-interior-wrap .buttons {
  width: 100%;
  text-align: left; }
  .package-interior-wrap .buttons a.package-details:first-of-type {
    margin-right: 2%; }
    @media only screen and (min-width: 40.063em) {
      .package-interior-wrap .buttons a.package-details:first-of-type {
        margin-right: 0; } }
.package-interior-wrap .package-links {
  background: #007dc3; }
.package-interior-wrap .package-links .package-details:after {
  content: '\25BC';
  margin-left: 8px;
  font-size: 0.7rem; }
.package-interior-wrap .package-links.active .package-details:after {
  content: '\25B2'; }

.share-wrapper {
  display: block;
  height: 1.8em;
  margin-bottom: 0.8em; }

/* Maps */
#mapDiv img, #map_canvas img {
  max-width: none; }

/* override 1140 grid responsive styles - not overriding results in google controls messing up */
#map-lightbox.jqmWindow {
  display: block;
  visibility: hidden;
  width: 205.3em;
  left: 50%;
  margin-left: -410.6em; }

#map-lightbox .jqmClose {
  z-index: 10; }

#map-wrapper {
  position: relative;
  margin: 5em 0 2.5em;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  height: 255px;
  width: 100%; }

.MapContainer {
  height: 100%;
  position: relative; }

.infoWindowContent .inset {
  display: none !important; }

#mapDiv {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: none !important; }

.map-toggle {
  position: absolute;
  top: -2.5rem;
  left: 0.9375rem;
  right: 0.9375rem;
  color: #002841;
  width: auto;
  text-align: center;
  font-size: 1.0rem;
  font-weight: 600;
  font-family: "Gotham A", "Gotham B", sans-serif;
  line-height: 2.5rem;
  cursor: pointer;
  text-transform: uppercase;
  background: #fff; }

.map-toggle:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  background-image: url(https://www.wyndhampittsburghuniversitycenter.com/application/themes/wyndham/img/map/arrow.png);
  background-repeat: no-repeat;
  background-position: center; }

.map-toggle.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180))";
  zoom: 1; }

#category-wrapper {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  right: 0.9375rem;
  width: auto;
  max-height: 0;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#category-wrapper.active {
  max-height: 100%;
  opacity: 1; }

#category-wrapper a.cat-link {
  display: none; }

#categories {
  background: #fff; }

.googleMapCanvas {
  color: #000; }

/* Maps: Controls */
.NavBar_ModeSelectorControl {
  z-index: 5000 !important; }

.MicrosoftMap_NavBar_typeMenu {
  z-index: 5000 !important; }

.point-list {
  margin: 0 !important;
  list-style-type: none;
  line-height: 1.1rem !important; }

.point-list li {
  margin-bottom: 10px;
  position: relative;
  min-height: 35px;
  padding-left: 50px;
  border-bottom: 1px solid #919191; }

.category:not(#hotel) .point-list li:last-child {
  border-bottom: none; }

.point-list a {
  font-size: 1rem;
  color: #002841 !important;
  line-height: normal; }

.point-list a span {
  display: inline-block;
  color: #fffef6;
  text-align: center;
  margin-right: 4px;
  background: url(../img/map/pin.png);
  cursor: pointer;
  width: 25px;
  height: 34px;
  position: absolute;
  left: 10px;
  line-height: 25px; }

.point-list a.active {
  text-decoration: underline !important; }

#hotel .point-list li.pos-1 a span {
  background: url(../img/map/main-poi-pin.png) no-repeat;
  background-size: 44px 40px;
  left: 0px;
  top: -2px;
  width: 54px;
  height: 52px;
  color: transparent; }

.point-list li.pos-11 {
  display: none; }

.infoBox {
  padding: 0 0 0 20px; }

.infoBox:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 110px;
  background-image: url(../img/map/beak-location.png);
  background-repeat: no-repeat;
  background-position: 0px -75px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180))";
  zoom: 1; }

.infoBox > img {
  visibility: hidden; }

.infoBox .close-box {
  text-indent: -9999px;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-image: url(../img/map/close-btn.png);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: center; }

.infoWindowContent {
  margin-left: -2px;
  background: #fff;
  padding: 1rem;
  border: 4px solid #002841;
  color: #000 !important;
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-align: left; }

.infoWindowContent h4 {
  margin: 0 0 1rem 0;
  color: #000 !important;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 600; }

.infoWindowContent p {
  margin-bottom: 1.5rem;
  color: #000 !important; }

.infoWindowContent .website {
  display: block;
  max-width: 280px;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  color: #002841 !important; }

div[class*='marker-cat'], a[class*='marker-cat'] {
  background: url("../img/map/pin.png");
  cursor: pointer;
  z-index: 2000;
  width: 25px;
  height: 34px; }

.pin-marker.marker-cat-hotel {
  background: url(../img/map/main-poi-pin.png) no-repeat;
  background-size: 60px 57px;
  width: 60px;
  height: 57px;
  z-index: 9999; }

.pin-marker.marker-cat-hotel .pin-label {
  display: none; }

.pin-label {
  line-height: 2.5;
  text-align: center;
  color: #fff; }

.clear-left {
  float: left; }

.clear-right {
  float: right; }

.half {
  width: 50%; }

.txt-shadow {
  text-shadow: 1px 1px 1px #0D0D0D; }

@media only screen and (min-width: 78.063em) {
  /* Map */
  .map #content-inner {
    width: 100%; }

  .map .content-fw {
    padding: 0; }

  #map-wrapper {
    margin-top: 1em;
    height: 580px;
    padding: 0; }

  .map-toggle {
    background: none;
    left: 0;
    top: 0;
    right: auto;
    width: 30%;
    font-size: 0.925em;
    line-height: 1.1rem;
    cursor: default;
    z-index: 1;
    padding: 1.6rem; }

  .map-toggle:after {
    background: none; }

  #category-wrapper {
    display: inline-block;
    width: 30%;
    background: #fff;
    margin: 0;
    opacity: 1;
    overflow: visible;
    overflow-y: visible; }

  #categories {
    padding: 1rem;
    height: 580px; }

  #categories .category:first-child {
    padding-top: 3.25em; }

  .point-list {
    display: block !important;
    padding: 0; }

  .point-list li {
    min-height: 35px; }

  .point-list a {
    margin: 0;
    font-size: 0.9em;
    display: inline-block;
    min-height: 35px;
    line-height: 18px; }

  .MapContainer {
    float: right;
    width: 70%;
    display: inline-block; }

  .map.isDevice .content-fw {
    width: 100%; } }
@media only screen and (min-width: 40.063em) and (max-width: 78em) {
  #map-wrapper {
    margin-top: 1em;
    height: 375px;
    padding-top: 40px; }

  .map-toggle {
    top: 0; }

  #category-wrapper {
    top: 40px; } }
@media only screen and (max-width: 40em) {
  .infoBox {
    width: 280px !important; }

  .infoWindowContent h4 {
    font-size: 1.2em !important;
    margin-bottom: 0.8rem !important; }

  .infoWindowContent p {
    font-size: 0.7525rem !important;
    margin-bottom: 0.8rem !important; }

  .infoWindowContent .website {
    font-size: .8rem !important; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: white url(../img/ajax-loader.gif) center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2rem;
  width: 2rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  margin: -1rem 0 0 0;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  @media only screen and (min-width: 40.063em) {
    .slick-prev,
    .slick-next {
      top: 42.5%; } }
  @media only screen and (min-width: 40.063em) {
    .slick-prev,
    .slick-next {
      top: 42.5%; } }

.slick-prev:before, .slick-next:before {
  font-size: 2rem;
  font-weigt: bold;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 2%; }
  .slick-prev:before {
    content: "\3008"; }

.slick-next {
  right: 2%; }
  .slick-next:before {
    content: "\3009"; }

/* Dots */
.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 0 auto !important; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 18px;
      width: 18px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      margin: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 18px;
        height: 18px;
        font-size: 36px;
        line-height: 18px;
        text-align: center;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #9fcbed; }

.floorplans .slick-dots {
  bottom: -12px; }
  .floorplans .slick-dots li button:before {
    color: white; }
  .floorplans .slick-dots .slick-active button:before {
    color: #9fcbed; }

@media only screen and (min-width: 40.063em) {
  .slick-one {
    margin-bottom: 5px; } }