@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(//fonts.googleapis.com/css?family=Roboto:400italic,100,700italic,300,700,500italic,100italic,300italic,400);
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 !important; }

/**
 * 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% !important; }

/**
 * 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; }

@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("../fonts/WebSymbols-Regular-webfont.eot");
  src: url("../fonts/WebSymbols-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/WebSymbols-Regular-webfont.woff") format("woff"), url("../fonts/WebSymbols-Regular-webfont.ttf") format("truetype"), url("../fonts/WebSymbols-Regular-webfont.svg#WebSymbolsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

.webfont {
  font-family: 'WebSymbolsRegular'; }

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

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:64.063em)/";
  width: 64.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: #ffffff;
  color: #58595c;
  padding: 0;
  margin: 0;
  font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 400;
  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: 75rem; }
  .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.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !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.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !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.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.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.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !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.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #0066ac;
  border-color: #005894;
  color: #FFFFFF; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #FA7F03;
    border-color: #d76d03;
    color: #FFFFFF; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #222222;
    border-color: #1d1d1d;
    color: #FFFFFF; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.5625rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #87B2D8;
  border-color: #6da1cf;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: capitalize;
    color: #FFFFFF; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: none; }
    .breadcrumbs > * a {
      color: #FFFFFF; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #FFFFFF; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #FFFFFF; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: ">";
      color: #FFFFFF;
      margin: 0 0.625rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button, #load-more {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, 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: #0066ac;
  border-color: #00528a;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, #load-more:hover, .button:focus, #load-more:focus {
    background-color: #00528a; }
  button:hover, button:focus, .button:hover, #load-more:hover, .button:focus, #load-more:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary, .secondary#load-more {
    background-color: #FA7F03;
    border-color: #c86602;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary#load-more:hover, .button.secondary:focus, .secondary#load-more:focus {
      background-color: #c86602; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary#load-more:hover, .button.secondary:focus, .secondary#load-more:focus {
      color: #FFFFFF; }
  button.success, .button.success, .success#load-more {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .success#load-more:hover, .button.success:focus, .success#load-more:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .success#load-more:hover, .button.success:focus, .success#load-more:focus {
      color: #FFFFFF; }
  button.alert, .button.alert, .alert#load-more {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .alert#load-more:hover, .button.alert:focus, .alert#load-more:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .alert#load-more:hover, .button.alert:focus, .alert#load-more:focus {
      color: #FFFFFF; }
  button.warning, .button.warning, .warning#load-more {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .warning#load-more:hover, .button.warning:focus, .warning#load-more:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .warning#load-more:hover, .button.warning:focus, .warning#load-more:focus {
      color: #FFFFFF; }
  button.info, .button.info, .info#load-more {
    background-color: #222222;
    border-color: #1b1b1b;
    color: #FFFFFF; }
    button.info:hover, button.info:focus, .button.info:hover, .info#load-more:hover, .button.info:focus, .info#load-more:focus {
      background-color: #1b1b1b; }
    button.info:hover, button.info:focus, .button.info:hover, .info#load-more:hover, .button.info:focus, .info#load-more:focus {
      color: #FFFFFF; }
  button.large, .button.large, .large#load-more {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small, .small#load-more {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny, .tiny#load-more {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand, .expand#load-more {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align, .left-align#load-more {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align, .right-align#load-more {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius, .radius#load-more {
    border-radius: 2px; }
  button.round, .button.round, .round#load-more {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .disabled#load-more, .button[disabled], [disabled]#load-more {
    background-color: #0066ac;
    border-color: #00528a;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled#load-more:hover, .button.disabled:focus, .disabled#load-more:focus, .button[disabled]:hover, [disabled]#load-more:hover, .button[disabled]:focus, [disabled]#load-more:focus {
      background-color: #00528a; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled#load-more:hover, .button.disabled:focus, .disabled#load-more:focus, .button[disabled]:hover, [disabled]#load-more:hover, .button[disabled]:focus, [disabled]#load-more:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled#load-more:hover, .button.disabled:focus, .disabled#load-more:focus, .button[disabled]:hover, [disabled]#load-more:hover, .button[disabled]:focus, [disabled]#load-more:focus {
      background-color: #0066ac; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .disabled.secondary#load-more, .button[disabled].secondary, [disabled].secondary#load-more {
      background-color: #FA7F03;
      border-color: #c86602;
      color: #FFFFFF;
      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, .disabled.secondary#load-more:hover, .button.disabled.secondary:focus, .disabled.secondary#load-more:focus, .button[disabled].secondary:hover, [disabled].secondary#load-more:hover, .button[disabled].secondary:focus, [disabled].secondary#load-more:focus {
        background-color: #c86602; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary#load-more:hover, .button.disabled.secondary:focus, .disabled.secondary#load-more:focus, .button[disabled].secondary:hover, [disabled].secondary#load-more:hover, .button[disabled].secondary:focus, [disabled].secondary#load-more:focus {
        color: #FFFFFF; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary#load-more:hover, .button.disabled.secondary:focus, .disabled.secondary#load-more:focus, .button[disabled].secondary:hover, [disabled].secondary#load-more:hover, .button[disabled].secondary:focus, [disabled].secondary#load-more:focus {
        background-color: #FA7F03; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .disabled.success#load-more, .button[disabled].success, [disabled].success#load-more {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      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, .disabled.success#load-more:hover, .button.disabled.success:focus, .disabled.success#load-more:focus, .button[disabled].success:hover, [disabled].success#load-more:hover, .button[disabled].success:focus, [disabled].success#load-more:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success#load-more:hover, .button.disabled.success:focus, .disabled.success#load-more:focus, .button[disabled].success:hover, [disabled].success#load-more:hover, .button[disabled].success:focus, [disabled].success#load-more:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success#load-more:hover, .button.disabled.success:focus, .disabled.success#load-more:focus, .button[disabled].success:hover, [disabled].success#load-more:hover, .button[disabled].success:focus, [disabled].success#load-more:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .disabled.alert#load-more, .button[disabled].alert, [disabled].alert#load-more {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      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, .disabled.alert#load-more:hover, .button.disabled.alert:focus, .disabled.alert#load-more:focus, .button[disabled].alert:hover, [disabled].alert#load-more:hover, .button[disabled].alert:focus, [disabled].alert#load-more:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert#load-more:hover, .button.disabled.alert:focus, .disabled.alert#load-more:focus, .button[disabled].alert:hover, [disabled].alert#load-more:hover, .button[disabled].alert:focus, [disabled].alert#load-more:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert#load-more:hover, .button.disabled.alert:focus, .disabled.alert#load-more:focus, .button[disabled].alert:hover, [disabled].alert#load-more:hover, .button[disabled].alert:focus, [disabled].alert#load-more:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .disabled.warning#load-more, .button[disabled].warning, [disabled].warning#load-more {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      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, .disabled.warning#load-more:hover, .button.disabled.warning:focus, .disabled.warning#load-more:focus, .button[disabled].warning:hover, [disabled].warning#load-more:hover, .button[disabled].warning:focus, [disabled].warning#load-more:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .disabled.warning#load-more:hover, .button.disabled.warning:focus, .disabled.warning#load-more:focus, .button[disabled].warning:hover, [disabled].warning#load-more:hover, .button[disabled].warning:focus, [disabled].warning#load-more:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .disabled.warning#load-more:hover, .button.disabled.warning:focus, .disabled.warning#load-more:focus, .button[disabled].warning:hover, [disabled].warning#load-more:hover, .button[disabled].warning:focus, [disabled].warning#load-more:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .disabled.info#load-more, .button[disabled].info, [disabled].info#load-more {
      background-color: #222222;
      border-color: #1b1b1b;
      color: #FFFFFF;
      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, .disabled.info#load-more:hover, .button.disabled.info:focus, .disabled.info#load-more:focus, .button[disabled].info:hover, [disabled].info#load-more:hover, .button[disabled].info:focus, [disabled].info#load-more:focus {
        background-color: #1b1b1b; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .disabled.info#load-more:hover, .button.disabled.info:focus, .disabled.info#load-more:focus, .button[disabled].info:hover, [disabled].info#load-more:hover, .button[disabled].info:focus, [disabled].info#load-more:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .disabled.info#load-more:hover, .button.disabled.info:focus, .disabled.info#load-more:focus, .button[disabled].info:hover, [disabled].info#load-more:hover, .button[disabled].info:focus, [disabled].info#load-more:focus {
        background-color: #222222; }

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

@media only screen and (min-width: 40.063em) {
  button, .button, #load-more {
    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, .button-group > li #load-more {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child #load-more {
      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, .button-group.stack > li #load-more {
      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, .button-group.stack > li:first-child #load-more {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li #load-more {
      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, .button-group.stack > li:first-child #load-more {
      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, .button-group.stack-for-small > li #load-more {
      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, .button-group.stack-for-small > li:first-child #load-more {
      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, .button-group.stack-for-small > li #load-more {
          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, .button-group.stack-for-small > li:first-child #load-more {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li #load-more {
          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, .button-group.stack-for-small > li:first-child #load-more {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * #load-more {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child #load-more {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button,
    .button-group.radius > * > #load-more {
      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,
    .button-group.radius > *:first-child > #load-more {
      -webkit-border-bottom-left-radius: 2px;
      -webkit-border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button,
    .button-group.radius > *:last-child > #load-more {
      -webkit-border-bottom-right-radius: 2px;
      -webkit-border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .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, .button-group.radius.stack > * #load-more {
      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, .button-group.radius.stack > *:first-child #load-more {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * #load-more {
      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, .button-group.radius.stack > *:first-child #load-more {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button,
    .button-group.radius.stack > * > #load-more {
      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,
    .button-group.radius.stack > *:first-child > #load-more {
      -webkit-top-left-radius: 2px;
      -webkit-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
    .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,
    .button-group.radius.stack > *:last-child > #load-more {
      -webkit-bottom-left-radius: 2px;
      -webkit-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px; }
  @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, .button-group.radius.stack-for-small > * #load-more {
        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, .button-group.radius.stack-for-small > *:first-child #load-more {
        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,
      .button-group.radius.stack-for-small > * > #load-more {
        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,
      .button-group.radius.stack-for-small > *:first-child > #load-more {
        -webkit-border-bottom-left-radius: 2px;
        -webkit-border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px; }
      .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,
      .button-group.radius.stack-for-small > *:last-child > #load-more {
        -webkit-border-bottom-right-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px; } }
  @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, .button-group.radius.stack-for-small > * #load-more {
        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, .button-group.radius.stack-for-small > *:first-child #load-more {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * #load-more {
        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, .button-group.radius.stack-for-small > *:first-child #load-more {
        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,
      .button-group.radius.stack-for-small > * > #load-more {
        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,
      .button-group.radius.stack-for-small > *:first-child > #load-more {
        -webkit-top-left-radius: 2px;
        -webkit-top-right-radius: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
      .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,
      .button-group.radius.stack-for-small > *:last-child > #load-more {
        -webkit-bottom-left-radius: 2px;
        -webkit-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px; } }
  .button-group.round > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button, .button-group.round > * #load-more {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child #load-more {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button,
    .button-group.round > * > #load-more {
      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,
    .button-group.round > *:first-child > #load-more {
      -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,
    .button-group.round > *:last-child > #load-more {
      -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, .button-group.round.stack > * #load-more {
      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, .button-group.round.stack > *:first-child #load-more {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * #load-more {
      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, .button-group.round.stack > *:first-child #load-more {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button,
    .button-group.round.stack > * > #load-more {
      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,
    .button-group.round.stack > *:first-child > #load-more {
      -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,
    .button-group.round.stack > *:last-child > #load-more {
      -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, .button-group.round.stack-for-small > * #load-more {
        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, .button-group.round.stack-for-small > *:first-child #load-more {
        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,
      .button-group.round.stack-for-small > * > #load-more {
        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,
      .button-group.round.stack-for-small > *:first-child > #load-more {
        -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,
      .button-group.round.stack-for-small > *:last-child > #load-more {
        -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, .button-group.round.stack-for-small > * #load-more {
        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, .button-group.round.stack-for-small > *:first-child #load-more {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * #load-more {
        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, .button-group.round.stack-for-small > *:first-child #load-more {
        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,
      .button-group.round.stack-for-small > * > #load-more {
        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,
      .button-group.round.stack-for-small > *:first-child > #load-more {
        -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,
      .button-group.round.stack-for-small > *:last-child > #load-more {
        -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, .button-group.even-2 li #load-more {
      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, .button-group.even-2 li:first-child #load-more {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li #load-more {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 33.3333333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li #load-more {
      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, .button-group.even-3 li:first-child #load-more {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li #load-more {
      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, .button-group.even-4 li #load-more {
      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, .button-group.even-4 li:first-child #load-more {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li #load-more {
      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, .button-group.even-5 li #load-more {
      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, .button-group.even-5 li:first-child #load-more {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li #load-more {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 16.6666666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li #load-more {
      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, .button-group.even-6 li:first-child #load-more {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li #load-more {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 14.2857142857%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li #load-more {
      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, .button-group.even-7 li:first-child #load-more {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li #load-more {
      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, .button-group.even-8 li #load-more {
      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, .button-group.even-8 li:first-child #load-more {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li #load-more {
      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; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  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 #FFFFFF 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: #FFFFFF;
    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 #FFFFFF 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: #FFFFFF;
    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 #FFFFFF;
      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: #FFFFFF;
    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: #FFFFFF 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: #FFFFFF;
    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, .dropdown#load-more, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:after, .dropdown#load-more:after, button.dropdown:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button:after, .dropdown#load-more:after, button.dropdown:after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:after, .dropdown#load-more:after, button.dropdown:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, .dropdown.tiny#load-more, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, .dropdown.tiny#load-more:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:after, .dropdown.tiny#load-more:after, button.dropdown.tiny:after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, .dropdown.small#load-more, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:after, .dropdown.small#load-more:after, button.dropdown.small:after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:after, .dropdown.small#load-more:after, button.dropdown.small:after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, .dropdown.large#load-more, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:after, .dropdown.large#load-more:after, button.dropdown.large:after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:after, .dropdown.large#load-more:after, button.dropdown.large:after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, .dropdown.secondary#load-more:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* 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: #4d4c4c;
  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, .postfix#load-more {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

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

.prefix.button.radius, .prefix.radius#load-more {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.postfix.button.radius, .postfix.radius#load-more {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.prefix.button.round, .prefix.round#load-more {
  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, .postfix.round#load-more {
  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: #FFFFFF;
  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: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

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: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

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: #f3f2f2;
    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: #FFFFFF;
    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: #FFFFFF; }

[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: #FFFFFF; }

.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: #FFFFFF; }

.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; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button, .joyride-content-wrapper #load-more {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  font-weight: normal;
  font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, 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.25rem;
  font-size: 0.6875rem;
  background-color: #0066ac;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #FA7F03;
    color: #FFFFFF; }
  .label.info {
    background-color: #222222;
    color: #FFFFFF; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #FFFFFF;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e5e5; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #0066ac;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #0066ac; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b5e1ff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ebf7ff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button):not(#load-more) {
      color: #0066ac; }
  .panel.radius {
    border-radius: 3px; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    .side-nav li a:not(.button):not(#load-more) {
      display: block;
      color: #0066ac;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):not(#load-more):hover, .side-nav li a:not(.button):not(#load-more):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #129fff; }
    .side-nav li.active > a:first-child:not(.button):not(#load-more) {
      color: #129fff;
      font-weight: normal;
      font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #0066ac;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.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: 64em) {
  .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: 64.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: 64.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: #0066ac;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #005894; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.28125rem;
    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: "Frutiger W01", Frutiger, Arial, Helvetica, 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: #fed9b3;
  border-width: 1px;
  border-style: solid;
  border-color: #fec388;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1.0625rem;
  line-height: 1.5;
  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: #58595c;
  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.5;
  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: #000000 !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; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  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, 102, 172, 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 #002e4d;
    color: #0066ac; }
  .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: #FFFFFF;
  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: #0066ac !important;
    border-bottom: dotted 1px #002e4d !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; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #0066ac;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #003356;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #003356;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section.left, .tab-bar-section.right {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b2b2, 0 7px 0 1px #b3b2b2, 0 14px 0 1px #b3b2b2; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 80%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0066ac;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 80%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0066ac;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -moz-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  -o-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    background: #00365a;
    border-top: 1px solid #005995;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.6666666667rem;
    color: #fff;
    border-bottom: 1px solid #4f88b3;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #004778; }

.move-right > .inner-wrap {
  -ms-transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  -moz-transform: translate3d(80%, 0, 0);
  -ms-transform: translate3d(80%, 0, 0);
  -o-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  -moz-transform: translate3d(-80%, 0, 0);
  -ms-transform: translate3d(-80%, 0, 0);
  -o-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -80%; }

.no-csstransforms .right-off-canvas-menu {
  right: -80%; }

.no-csstransforms .move-left > .inner-wrap {
  right: 80%; }

.no-csstransforms .move-right > .inner-wrap {
  left: 80%; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 80%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0066ac;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background: #444;
    border-top: 1px solid #005995;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #005995;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right {
    -ms-transform: translate(0%, 0);
    -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); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 80%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0066ac;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background: #444;
    border-top: 1px solid #005995;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #005995;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left {
    -ms-transform: translate(0%, 0);
    -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); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

/* 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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    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.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    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, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    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, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    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.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    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.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    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.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    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.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    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.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    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; } }

.page-section {
  position: relative;
  transform: translateZ(0);
  z-index: 5; }
  .page-section.head-section {
    padding-top: 0; }
  body.home .page-section {
    padding-top: 45px; }
  @media only screen and (min-width: 64.063em) {
    body.home .page-section {
      padding: 4.6875rem 0 0; } }
  .page-section .divider {
    position: absolute;
    display: block;
    width: 3px;
    height: 50%;
    left: 50%;
    top: 50%;
    border-left: solid 1px #ccc;
    border-right: solid 1px #fff;
    transform: translateY(-50%); }
  .page-section .wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem; }
    .page-section .wrapper:before, .page-section .wrapper:after {
      content: " ";
      display: table; }
    .page-section .wrapper:after {
      clear: both; }
  .page-section p {
    margin: 0 auto 1.875rem auto;
    text-align: center;
    font-size: 0.9rem;
    line-height: normal; }
    @media only screen and (min-width: 40.063em) {
      .page-section p {
        font-size: 1rem;
        margin: 0 auto 1.875rem auto; } }
    @media only screen and (min-width: 64.063em) {
      .page-section p {
        font-size: 1.2rem; } }
  .page-section .section-text-content *:first-child {
    margin-top: 0; }
  .page-section .section-text-content *:last-child {
    margin-bottom: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.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; }

.slick-dots {
  margin: 0;
  bottom: -25px !important; }
  .slick-dots li button:before {
    font-size: 16px !important; }

.news-carousel {
  clear: both;
  margin: 0 0 1.875rem; }
  .news-carousel .slick-slide {
    overflow: hidden; }
    .news-carousel .slick-slide a {
      display: block;
      width: 100%; }

.slick-slider {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 40.063em) {
    .slick-slider {
      margin-bottom: 0px !important; } }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #FFFFFF !important;
  opacity: 1 !important; }

header .nav-btns {
  text-align: right;
  margin-bottom: 0;
  font-size: 15px; }

#menu-primary li:first-child a {
  position: relative; }

.nav-btn {
  display: inline-block; }
  .nav-btn a {
    display: inline-block;
    padding: 7px 15px;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
    font-weight: 300;
    color: #fff;
    min-width: 82px;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle; }
    @media only screen and (min-width: 40.063em) {
      .nav-btn a {
        font-size: 0.75em;
        line-height: 0.75em; } }
    @media only screen and (min-width: 64.063em) {
      .nav-btn a {
        font-size: 1em;
        line-height: 1em; } }
  .nav-btn.link a {
    text-decoration: underline; }
  .nav-btn.donate a {
    margin-right: 10px;
    transition: all 0.3s;
    background: #3daaa5;
    /* Old browsers */
    background: linear-gradient(to bottom, #3daaa5 0%, #027977 100%);
    /* W3C */ }
    .nav-btn.donate a:hover {
      background: linear-gradient(to bottom, #3daaa5 0%, #3daaa5 100%); }
  .nav-btn.apply a {
    background: #3daaa5;
    /* Old browsers */
    background: linear-gradient(to bottom, #3daaa5 0%, #027977 100%);
    /* W3C */ }
    .nav-btn.apply a:hover {
      background: linear-gradient(to bottom, #3daaa5 0%, #3daaa5 100%); }
  .nav-btn.contact a {
    margin-left: 10px;
    background: #797979;
    /* Old browsers */
    background: linear-gradient(to bottom, #797979 0%, #605c59 100%);
    /* W3C */ }
    .nav-btn.contact a:hover {
      background: linear-gradient(to bottom, #797979 0%, #797979 100%); }
  .nav-btn.login a {
    text-align: center;
    line-height: 1em;
    margin: 0 10px;
    background: #3daaa5;
    /* Old browsers */
    background: linear-gradient(to bottom, #3daaa5 0%, #027977 100%);
    /* W3C */ }
    .nav-btn.login a:hover {
      background: linear-gradient(to bottom, #3daaa5 0%, #3daaa5 100%); }
  .nav-btn.login,
  .nav-btn.login a {
    min-width: 62px; }

.nav-search, .blog-blue-head .blog-search {
  display: inline-block;
  list-style-type: none;
  height: 36px;
  margin-right: 20px; }
  .nav-search:before, .blog-blue-head .blog-search:before, .nav-search:after, .blog-blue-head .blog-search:after {
    content: " ";
    display: table; }
  .nav-search:after, .blog-blue-head .blog-search:after {
    clear: both; }
  .nav-search form.search, .blog-blue-head .blog-search form.search {
    /*overflow: hidden;*/
    height: 24px; }
    .nav-search form.search input[type="text"], .blog-blue-head .blog-search form.search input[type="text"] {
      margin: 0;
      padding: 10px;
      line-height: 100%;
      height: 24px;
      box-shadow: none;
      border: none;
      border-radius: 12px; }
    .nav-search form.search .searchsubmit, .blog-blue-head .blog-search form.search .searchsubmit {
      width: 35px;
      background: #fff;
      height: 24px;
      padding: 0;
      margin: 0;
      border-radius: 0 12px 12px 0; }
      .nav-search form.search .searchsubmit:before, .blog-blue-head .blog-search form.search .searchsubmit:before {
        position: absolute;
        font-family: FontAwesome;
        top: 3px;
        right: 10px;
        content: "\f002";
        color: #4d4d4d; }

.navigation-wrapper {
  z-index: 9999;
  background: #0066ac;
  position: relative; }
  .navigation-wrapper:before, .navigation-wrapper:after {
    content: " ";
    display: table; }
  .navigation-wrapper:after {
    clear: both; }
  body.home .navigation-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%); }
  @media only screen and (min-width: 65.438em) {
    .navigation-wrapper {
      padding: 0 0 0.9375rem 0; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .navigation-wrapper {
      min-height: 4em;
      display: flex;
      align-items: center; } }
  @media only screen and (max-width: 40em) {
    .navigation-wrapper {
      min-height: 4em;
      display: flex;
      align-items: center; } }
  .navigation-wrapper .navigation-wrapper-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem;
    padding: 0.9375rem;
    position: relative; }
    .navigation-wrapper .navigation-wrapper-inner:before, .navigation-wrapper .navigation-wrapper-inner:after {
      content: " ";
      display: table; }
    .navigation-wrapper .navigation-wrapper-inner:after {
      clear: both; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .navigation-wrapper .navigation-wrapper-inner {
        position: initial;
        width: auto; } }
    @media only screen and (max-width: 40em) {
      .navigation-wrapper .navigation-wrapper-inner {
        position: initial;
        width: auto; } }
    @media only screen and (min-width: 40.063em) {
      .navigation-wrapper .navigation-wrapper-inner {
        padding: 0 0.9375rem; } }
    @media only screen and (min-width: 64.063em) {
      .navigation-wrapper .navigation-wrapper-inner {
        padding: 0 0.46875rem 0 0.9375rem; } }
  .navigation-wrapper .logo-small {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.6666666667%;
    float: left;
    padding: 0;
    z-index: 1;
    transition: all .25s;
    position: absolute;
    max-width: 400px; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .navigation-wrapper .logo-small {
        position: relative; } }
    @media only screen and (max-width: 40em) {
      .navigation-wrapper .logo-small {
        position: relative; } }
    @media only screen and (min-width: 65.438em) {
      .navigation-wrapper .logo-small {
        padding: 0 0.9375rem; } }
    @media only screen and (min-width: 64.063em) {
      .navigation-wrapper .logo-small {
        padding: 0.9375rem 0;
        transform: translateY(-50%);
        top: 50%;
        max-width: auto; } }
    body.home .navigation-wrapper .logo-small {
      pointer-events: none;
      opacity: 1; }
      @media only screen and (min-width: 65.438em) {
        body.home .navigation-wrapper .logo-small {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 25%;
          float: left;
          padding: 0 0.46875rem; } }
      @media only screen and (min-width: 64.063em) {
        body.home .navigation-wrapper .logo-small {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 25%;
          float: left;
          padding: 0.9375rem 0.46875rem; } }
    @media only screen and (min-width: 65.438em) {
      .navigation-wrapper .logo-small {
        padding: 0.9375rem 0.46875rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left; } }
    @media only screen and (min-width: 64.063em) {
      .navigation-wrapper .logo-small {
        opacity: 1;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
        padding: 0.9375rem 0.46875rem; } }
  .navigation-wrapper .menu-toggle {
    background: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all linear;
    color: #777;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
    z-index: 999;
    line-height: 2;
    float: right; }
    .navigation-wrapper .menu-toggle a {
      font-size: 1em;
      color: #ccc; }
    .navigation-wrapper .menu-toggle i {
      font-size: 1.8em;
      color: #ccc; }
    body.home .navigation-wrapper .menu-toggle {
      color: #fff; }
      body.home .navigation-wrapper .menu-toggle a {
        color: #fff; }
      body.home .navigation-wrapper .menu-toggle i {
        color: #fff; }
    html.scrolled .navigation-wrapper .menu-toggle {
      color: #777; }
    .navigation-wrapper .menu-toggle.active {
      color: #fff !important; }
      .navigation-wrapper .menu-toggle.active .action-open {
        display: none; }
      .navigation-wrapper .menu-toggle.active .action-close {
        display: inline; }
    .navigation-wrapper .menu-toggle .action-close {
      display: none; }
    @media only screen and (min-width: 65.438em) {
      .navigation-wrapper .menu-toggle {
        display: none; } }
  .navigation-wrapper #passport-contact {
    display: none; }
    @media only screen and (min-width: 65.438em) {
      .navigation-wrapper #passport-contact {
        display: block;
        width: auto;
        position: relative;
        margin-bottom: 15px; } }
    .navigation-wrapper #passport-contact ul li {
      font-size: 0.5em; }
      .navigation-wrapper #passport-contact ul li:not(:last-child) {
        border-right: 1px solid white; }
      .navigation-wrapper #passport-contact ul li a {
        font-size: 14px;
        text-decoration: none;
        padding: 0 15px; }
        .navigation-wrapper #passport-contact ul li a.about-small {
          padding-right: 0; }
  .navigation-wrapper #nav-buttons {
    display: none; }
    @media only screen and (min-width: 65.438em) {
      .navigation-wrapper #nav-buttons {
        display: block;
        width: auto;
        float: right;
        position: relative; } }
  .navigation-wrapper .top-menu {
    text-align: center;
    margin: 0;
    display: none; }
    @media only screen and (min-width: 40.063em) {
      .navigation-wrapper .top-menu {
        display: block;
        float: right;
        width: 100%;
        transition: margin-top .25s; }
        .navigation-wrapper .top-menu:before, .navigation-wrapper .top-menu:after {
          content: " ";
          display: table; }
        .navigation-wrapper .top-menu:after {
          clear: both; }
        html.scrolled .navigation-wrapper .top-menu {
          margin-top: 0; } }
    .navigation-wrapper .top-menu > li {
      list-style-type: none;
      position: static;
      padding: 0 0.46875rem; }
      @media only screen and (min-width: 40.063em) {
        .navigation-wrapper .top-menu > li {
          float: right; }
          .navigation-wrapper .top-menu > li:first-child {
            padding-right: 0;
            padding-left: 0.46875rem; }
            .navigation-wrapper .top-menu > li:first-child.hover {
              padding-right: 0;
              padding-left: 0.46875rem; }
            .navigation-wrapper .top-menu > li:first-child a {
              padding-right: 0;
              padding-left: 0px; } }
      .navigation-wrapper .top-menu > li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 0.8rem;
        font-weight: 300;
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
        @media only screen and (max-width: 40em) {
          html.touch .navigation-wrapper .top-menu > li a {
            color: #fff !important; } }
        @media only screen and (min-width: 40.063em) and (max-width: 64em) {
          html.touch .navigation-wrapper .top-menu > li a {
            color: #fff !important; } }
        @media only screen and (min-width: 64.063em) {
          .navigation-wrapper .top-menu > li a {
            color: #fff; }
            body.home .navigation-wrapper .top-menu > li a {
              color: #fff; } }
        @media only screen and (min-width: 64.063em) {
          .navigation-wrapper .top-menu > li a {
            font-weight: 300;
            padding: 0.234375rem 0.46875rem;
            -webkit-font-smoothing: antialiased; }
            html.scrolled .navigation-wrapper .top-menu > li a {
              color: #fff; } }
  .navigation-wrapper .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 998;
    display: none;
    pointer-events: none;
    transform: translateZ(0);
    background: linear-gradient(to bottom right, rgba(0, 102, 172, 0.95) 0%, rgba(0, 58, 94, 0.95) 100%); }
    @media only screen and (min-width: 65.438em) {
      .navigation-wrapper .main-navigation {
        background: none;
        float: right;
        position: relative;
        z-index: 9999;
        height: auto;
        width: auto;
        display: block;
        pointer-events: auto;
        clear: both; } }
    @media only screen and (min-width: 64.063em) {
      .navigation-wrapper .main-navigation {
        clear: none; } }
    .navigation-wrapper .main-navigation.active {
      padding: 1.875rem 0.46875rem;
      display: block;
      pointer-events: auto; }
      @media only screen and (min-width: 40.063em) {
        .navigation-wrapper .main-navigation.active {
          padding: 0; } }
    .navigation-wrapper .main-navigation .menu {
      text-align: center;
      margin: 0;
      font-size: 15px; }
      @media only screen and (min-width: 40.063em) {
        .navigation-wrapper .main-navigation .menu {
          float: none;
          width: 100%;
          clear: both;
          text-align: right; } }
      @media only screen and (min-width: 64.063em) {
        .navigation-wrapper .main-navigation .menu {
          float: right;
          width: auto;
          clear: none;
          transition: margin-top .25s; }
          .navigation-wrapper .main-navigation .menu:before, .navigation-wrapper .main-navigation .menu:after {
            content: " ";
            display: table; }
          .navigation-wrapper .main-navigation .menu:after {
            clear: both; }
          html.scrolled .navigation-wrapper .main-navigation .menu {
            margin-top: 0; } }
      .navigation-wrapper .main-navigation .menu ul {
        position: absolute;
        top: -99999px;
        display: block;
        opacity: 0;
        background: #ffffff;
        color: #0066ac;
        transition: opacity 0.3s ease-in-out;
        margin: 0 0 0 .5rem; }
        .navigation-wrapper .main-navigation .menu ul a {
          text-transform: none;
          display: block;
          color: #0066ac !important;
          font-weight: 300;
          line-height: 40px; }
      .navigation-wrapper .main-navigation .menu > .menu-item {
        list-style: none;
        font-size: 2em;
        position: static;
        /*padding: $column-gutter/2;*/ }
        .navigation-wrapper .main-navigation .menu > .menu-item.menu-item-has-children:after {
          position: absolute;
          display: block;
          content: '';
          border: 7px solid transparent;
          border-bottom: 6px solid #ffffff;
          top: 50%;
          right: 10%;
          transform: translateY(-50%); }
        @media only screen and (min-width: 40.063em) {
          .navigation-wrapper .main-navigation .menu > .menu-item {
            display: inline-block;
            font-size: 1.5em; }
            .navigation-wrapper .main-navigation .menu > .menu-item:last-child {
              padding-right: 0;
              padding-left: 0px; }
              .navigation-wrapper .main-navigation .menu > .menu-item:last-child.hover {
                padding-right: 0; }
              .navigation-wrapper .main-navigation .menu > .menu-item:last-child a {
                padding-right: 0; }
            .navigation-wrapper .main-navigation .menu > .menu-item.menu-item-has-children:after {
              position: relative;
              display: block;
              content: '';
              width: 7px;
              border: 7px solid transparent;
              border-top: 6px solid rgba(255, 255, 255, 0.9);
              top: 5px;
              left: 50%;
              right: auto;
              transform: translateX(-50%); }
              body.home .navigation-wrapper .main-navigation .menu > .menu-item.menu-item-has-children:after {
                border: 7px solid transparent;
                border-top: 6px solid rgba(255, 255, 255, 0.5); }
            .navigation-wrapper .main-navigation .menu > .menu-item.active:last-child {
              padding-right: 0; }
            .navigation-wrapper .main-navigation .menu > .menu-item.active ul {
              top: 100px;
              left: 0;
              opacity: 1;
              background: none;
              overflow: hidden;
              width: 100%;
              text-align: center;
              transition: opacity 0.5s linear 0.5s; }
              .navigation-wrapper .main-navigation .menu > .menu-item.active ul li {
                padding: 0.9375rem;
                list-style-type: none;
                display: inline-block;
                transition: background 0.3s linear; }
                .navigation-wrapper .main-navigation .menu > .menu-item.active ul li:hover a {
                  color: #000 !important;
                  font-weight: 300; }
                .navigation-wrapper .main-navigation .menu > .menu-item.active ul li a {
                  text-transform: none;
                  font-weight: 300;
                  font-size: 0.750em;
                  text-align: center;
                  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
                  color: #777 !important; } }
    @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
      .navigation-wrapper .main-navigation .menu > .menu-item.active ul {
        top: 105px; } }
    @media only screen and (min-width: 40.063em) and (min-width: 64.063em) {
      .navigation-wrapper .main-navigation .menu > .menu-item.active ul {
        top: 100px; } }
        @media only screen and (min-width: 40.063em) {
            .navigation-wrapper .main-navigation .menu > .menu-item.active.menu-item-has-children:after {
              display: block;
              content: '';
              border: 7px solid transparent;
              border-bottom: 6px solid rgba(255, 255, 255, 0.9);
              top: 15px;
              left: 50%;
              transform: translateX(-50%); }
              body.home .navigation-wrapper .main-navigation .menu > .menu-item.active.menu-item-has-children:after {
                border: 7px solid transparent;
                border-bottom: 6px solid rgba(255, 255, 255, 0.9); } }
        @media only screen and (min-width: 40.063em) {
          .navigation-wrapper .main-navigation .menu > .menu-item.current-menu-item a {
            font-weight: 300;
            color: #ff9524; } }
        @media only screen and (min-width: 40.063em) {
          .navigation-wrapper .main-navigation .menu > .menu-item.current-page-ancestor a {
            font-weight: 300;
            color: #ff9524; } }
        .navigation-wrapper .main-navigation .menu > .menu-item a {
          color: #fff;
          text-transform: uppercase;
          font-size: 0.750em;
          font-weight: 300;
          font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
          padding: 0 0.625rem; }
          .navigation-wrapper .main-navigation .menu > .menu-item a .fa {
            top: 0; }
          .navigation-wrapper .main-navigation .menu > .menu-item a.search-menu {
            border: solid 2px rgba(2, 50, 88, 0.5);
            border-radius: 5px;
            padding: 7px 10px; }
            body.home .navigation-wrapper .main-navigation .menu > .menu-item a.search-menu {
              border: solid 2px rgba(255, 255, 255, 0.3); }
          .navigation-wrapper .main-navigation .menu > .menu-item a i {
            padding: 0 0 0 4px;
            font-size: 1.1rem; }
            .navigation-wrapper .main-navigation .menu > .menu-item a i.fa-bars {
              font-size: 1.7rem;
              top: 1px;
              right: 0;
              padding-left: 9px; }
            .navigation-wrapper .main-navigation .menu > .menu-item a i.fa-search {
              font-size: 1.5rem;
              top: 0px;
              right: 2px; }
          @media only screen and (max-width: 40em) {
            html.touch .navigation-wrapper .main-navigation .menu > .menu-item a {
              color: #fff !important; } }
          @media only screen and (min-width: 40.063em) and (max-width: 64em) {
            html.touch .navigation-wrapper .main-navigation .menu > .menu-item a {
              color: #fff !important; } }
          @media only screen and (min-width: 64.063em) {
            .navigation-wrapper .main-navigation .menu > .menu-item a {
              color: #fff; }
              body.home .navigation-wrapper .main-navigation .menu > .menu-item a {
                color: #fff; } }
          @media only screen and (min-width: 64.063em) {
            .navigation-wrapper .main-navigation .menu > .menu-item a {
              font-weight: 300;
              padding: 0.234375rem 0.9375rem;
              -webkit-font-smoothing: antialiased; }
              html.scrolled .navigation-wrapper .main-navigation .menu > .menu-item a {
                color: #fff; } }

.infohub-nav {
  position: relative;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9999; }
  .infohub-nav .inner {
    height: 480px;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 20px solid #fff;
    position: relative; }
    .infohub-nav .inner .top {
      padding: 0.46875rem;
      text-align: right; }
      .infohub-nav .inner .top i {
        display: inline-block;
        font-size: 2em;
        cursor: pointer; }
      .infohub-nav .inner .top a {
        display: inline-block;
        padding: 7px 20px;
        color: #fff;
        background: #0066ac;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 300;
        margin-right: 20px; }
    .infohub-nav .inner nav {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      .infohub-nav .inner nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .infohub-nav .inner nav ul li {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .infohub-nav .inner nav ul li ul {
            border-left: 1px solid #dedede;
            padding: 0 0.9375rem;
            margin: 0.9375rem 0; }
          .infohub-nav .inner nav ul li a {
            font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
            color: #444; }
          .infohub-nav .inner nav ul li.heading {
            font-weight: 300;
            text-transform: uppercase;
            padding-bottom: 0.9375rem;
            font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
            color: #9ab7c9; }
    .infohub-nav .inner .nav-col {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .infohub-nav .inner .nav-col:before, .infohub-nav .inner .nav-col:after {
        content: " ";
        display: table; }
      .infohub-nav .inner .nav-col:after {
        clear: both; }
      .infohub-nav .inner .nav-col > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .infohub-nav .inner .nav-col > li {
        width: 20%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .infohub-nav .inner .nav-col > li:nth-of-type(1n) {
          clear: none; }
        .infohub-nav .inner .nav-col > li:nth-of-type(5n+1) {
          clear: both; }
  .infohub-nav .nav-overlay {
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
    position: absolute;
    bottom: 0; }

.nav-top-voyages {
  position: absolute;
  left: -93px;
  top: 35px;
  width: 295px;
  display: none;
  z-index: 100; }
  .nav-top-voyages .pointer {
    width: 22px;
    height: 9px;
    border-radius: 11px 11px 0 0;
    display: block;
    background: #fff;
    margin: 0 auto 0;
    position: relative;
    z-index: 2; }
  .nav-top-voyages .shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1; }
  .nav-top-voyages ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .nav-top-voyages ul li {
      list-style-type: none;
      border-bottom: 1px solid #dedede;
      border-left: 1px solid #dedede;
      border-right: 1px solid #dedede;
      clear: both;
      background: #fff; }
      .nav-top-voyages ul li.dark {
        background: #f6f3ef; }
      .nav-top-voyages ul li:last-child {
        border-bottom: none; }
      .nav-top-voyages ul li a {
        display: block;
        height: auto;
        padding: 0.46875rem; }
        .nav-top-voyages ul li a p {
          line-height: 110%;
          margin: 0.3125rem 0 0; }
          .nav-top-voyages ul li a p.voyage-title {
            font-weight: 600;
            font-size: 1rem;
            font-family: Frutiger, Arial, Helvetica, sans-serif; }
          .nav-top-voyages ul li a p.voyage-subtitle {
            font-family: Georgia, sans-serif;
            font-size: 0.8rem;
            line-height: 1.1rem;
            color: #444; }
        .nav-top-voyages ul li a img {
          float: left;
          margin-right: 0.625rem;
          vertical-align: middle;
          margin-bottom: 5px; }
        .nav-top-voyages ul li a .voyage-nav-left {
          float: left;
          width: 40%; }
        .nav-top-voyages ul li a .voyage-nav-right {
          float: left;
          width: 60%; }

.right-off-canvas-menu .right-submenu {
  width: 100% !important; }

.right-off-canvas-menu li label {
  font-size: 1em !important;
  padding: 0.6666666667rem !important;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  color: #FCB158; }

.right-off-canvas-menu .secondary a {
  color: #FCB158; }

.right-off-canvas-menu li.back {
  padding: 0.625rem;
  display: block;
  width: 100%;
  border-bottom: 2px solid #7f9fb4;
  background: #3480ba; }
  .right-off-canvas-menu li.back a {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
    float: left;
    margin-right: 0px;
    background: #71A8D0;
    display: inline-block;
    padding: 10px;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    border: 1px solid #C1D9EA;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border-radius: 6px; }
    .right-off-canvas-menu li.back a:hover {
      background: #b4d0ea;
      border: 1px solid #fff; }
  .right-off-canvas-menu li.back > a:after {
    content: "";
    margin-left: 0;
    display: none; }

.right-off-canvas-menu a {
  text-transform: uppercase;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  font-weight: 300; }

.right-off-canvas-menu .nav-search, .right-off-canvas-menu .blog-blue-head .blog-search, .blog-blue-head .right-off-canvas-menu .blog-search {
  height: auto; }
  .right-off-canvas-menu .nav-search form.search, .right-off-canvas-menu .blog-blue-head .blog-search form.search, .blog-blue-head .right-off-canvas-menu .blog-search form.search {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.6666666667%;
    float: left;
    margin-top: 5px; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "";
  margin-right: 0;
  display: none; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 0.5rem;
  display: inline; }

.breadcrumbs {
  display: none;
  border-radius: 0; }
  @media only screen and (min-width: 64.063em) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs .wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem;
    float: none !important; }
    .breadcrumbs .wrapper:before, .breadcrumbs .wrapper:after {
      content: " ";
      display: table; }
    .breadcrumbs .wrapper:after {
      clear: both; }
    .breadcrumbs .wrapper * {
      font-size: 0.9rem; }
      .breadcrumbs .wrapper *:before {
        content: ">";
        color: #FFFFFF;
        margin: 0 0.625rem;
        position: relative;
        top: 0px;
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
      .breadcrumbs .wrapper *:first-child:before {
        content: " ";
        margin: 0; }

.voyages-nav {
  position: relative;
  z-index: 1000;
  width: 100%;
  display: none; }
  .voyages-nav.absolute {
    position: absolute; }
  @media screen and (min-width: 1000px) {
    .voyages-nav {
      display: block; } }

.tribe-events-filters-horizontal .tribe-events-filter-group {
  z-index: 9 !important; }

.page-template-single-voyages-php .bottom-nav nav {
  position: absolute;
  bottom: -15rem; }

.post-template-page-voyage-destinations-php .bottom-nav nav {
  position: absolute;
  bottom: -1.9rem; }

.bottom-nav nav .destinations-menu-item:after {
  display: none; }

.bottom-nav .voyages-mobile-nav-btn {
  bottom: -15rem; }

.voyages-nav-wrapper {
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  .voyages-nav-wrapper .voyage-subnav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0; }
    .voyages-nav-wrapper .voyage-subnav .sub-menu {
      display: none;
      width: 100%;
      position: absolute;
      margin: 0;
      min-width: 200px;
      box-shadow: 0 0 10px -3px #000;
      z-index: 9999999; }
      .voyages-nav-wrapper .voyage-subnav .sub-menu li {
        float: none;
        display: block;
        width: 100%;
        background: #ffffff;
        color: #fa8100; }
        .voyages-nav-wrapper .voyage-subnav .sub-menu li a {
          background: #ffffff;
          color: #fa8100;
          display: block;
          width: 100%; }
          .voyages-nav-wrapper .voyage-subnav .sub-menu li a:hover {
            background: #f1f1f1; }
    .voyages-nav-wrapper .voyage-subnav li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      float: left;
      position: relative; }
      .voyages-nav-wrapper .voyage-subnav li a {
        display: inline-block;
        padding: 0.625rem 0.46875rem;
        background: #fa8100;
        color: #fff;
        border-right: 1px solid #fff;
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
        font-weight: 300; }
        .voyages-nav-wrapper .voyage-subnav li a:hover {
          background: #fab35b; }
      .voyages-nav-wrapper .voyage-subnav li:last-child a {
        border-right: none; }
      .voyages-nav-wrapper .voyage-subnav li.current-voyage-subpage a {
        background: #fab35b; }
      .voyages-nav-wrapper .voyage-subnav li.voyage-subnav-apply a {
        background: #ffc211; }
      .voyages-nav-wrapper .voyage-subnav li.voyage-subnav-info a {
        padding: 0.625rem 0.46875rem; }
      .voyages-nav-wrapper .voyage-subnav li:hover > .sub-menu {
        display: block; }
      .voyages-nav-wrapper .voyage-subnav li .sub-menu .current-voyage-subpage a {
        background: #ffffff; }
        .voyages-nav-wrapper .voyage-subnav li .sub-menu .current-voyage-subpage a:hover {
          background: #fab35b; }

.events-category-parents .voyages-nav-wrapper, .events-category-community .voyages-nav-wrapper, .events-category-lifelong-learners .voyages-nav-wrapper {
  display: none !important; }

.infohub-mobile-nav-btn.voyages-mobile-nav-btn {
  background: #fa8100;
  display: block;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .infohub-mobile-nav-btn.voyages-mobile-nav-btn {
      display: none; } }
  .infohub-mobile-nav-btn.voyages-mobile-nav-btn button.menu-toggle {
    background: #ffc211;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto; }
  .infohub-mobile-nav-btn.voyages-mobile-nav-btn .infohub-mobile-title {
    color: #fff;
    font-size: 1rem;
    padding: 1.25rem 0.625rem 1.25rem 76px;
    line-height: 100%; }

aside.left-off-canvas-menu.voyages-single-sidebar {
  background: #ffe9b7; }
  aside.left-off-canvas-menu.voyages-single-sidebar ul.off-canvas-list li a {
    color: #444;
    border-bottom: 1px solid #ccb788;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
    aside.left-off-canvas-menu.voyages-single-sidebar ul.off-canvas-list li a:hover {
      background: #ffdb9f; }
  aside.left-off-canvas-menu.voyages-single-sidebar li.back {
    padding: 0.625rem;
    display: block;
    width: 100%;
    border-bottom: 2px solid #7f9fb4;
    background: #3480ba; }
    aside.left-off-canvas-menu.voyages-single-sidebar li.back a {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left;
      margin-right: 0px;
      background: #71A8D0;
      display: inline-block;
      padding: 10px;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 0.9em;
      border: 1px solid #C1D9EA;
      line-height: 1em;
      font-weight: 400;
      color: #fff;
      text-align: center;
      border-radius: 6px; }
      aside.left-off-canvas-menu.voyages-single-sidebar li.back a:hover {
        background: #b4d0ea;
        border: 1px solid #fff; }
    aside.left-off-canvas-menu.voyages-single-sidebar li.back > a:after {
      content: "";
      margin-left: 0;
      display: none; }
  aside.left-off-canvas-menu.voyages-single-sidebar li.nav-search, aside.left-off-canvas-menu.voyages-single-sidebar .blog-blue-head li.blog-search, .blog-blue-head aside.left-off-canvas-menu.voyages-single-sidebar li.blog-search {
    background: #ffdb9f;
    width: 100%;
    height: auto;
    padding: 0.625rem;
    display: block;
    border-bottom: 2px solid #d3b485; }
    aside.left-off-canvas-menu.voyages-single-sidebar li.nav-search.back a, aside.left-off-canvas-menu.voyages-single-sidebar .blog-blue-head li.back.blog-search a, .blog-blue-head aside.left-off-canvas-menu.voyages-single-sidebar li.back.blog-search a {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left;
      margin-right: 0px;
      float: left;
      background: #ffe9b7;
      display: inline-block;
      padding: 10px;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 0.9em;
      line-height: 1em;
      font-weight: 400;
      text-align: center;
      border-radius: 6px;
      border-color: #fff; }
      aside.left-off-canvas-menu.voyages-single-sidebar li.nav-search.back a:hover, aside.left-off-canvas-menu.voyages-single-sidebar .blog-blue-head li.back.blog-search a:hover, .blog-blue-head aside.left-off-canvas-menu.voyages-single-sidebar li.back.blog-search a:hover {
        background: #ffc211; }
    aside.left-off-canvas-menu.voyages-single-sidebar li.nav-search form.search, aside.left-off-canvas-menu.voyages-single-sidebar .blog-blue-head li.blog-search form.search, .blog-blue-head aside.left-off-canvas-menu.voyages-single-sidebar li.blog-search form.search {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left;
      margin-top: 5px; }

.button.white, .white#load-more {
  border: 1px solid #0066ac;
  background: #fff;
  color: #0066ac;
  font-weight: 200; }
  .button.white:hover, .white#load-more:hover {
    background: #f2f2f2; }

.destinations-menu-item:after {
  position: relative;
  display: block;
  content: '';
  width: 6px;
  border: 6px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.9);
  top: -10px;
  left: 50%;
  right: auto;
  transform: translateX(-50%); }

.destinations-menu-item:hover:after {
  width: 20px;
  height: 10px;
  border-radius: 20px 20px 0 0;
  background: #ffffff; }

.postid-555567914 .voyage-subnav-apply, .postid-555568704 .voyage-subnav-apply, .postid-555568705 .voyage-subnav-apply, .postid-555568706 .voyage-subnav-apply, .postid-555568707 .voyage-subnav-apply, .postid-555568708 .voyage-subnav-apply, .postid-555568709 .voyage-subnav-apply, .postid-555568710 .voyage-subnav-apply, .postid-555590032 .voyage-subnav-apply, .postid-555590038 .voyage-subnav-apply, .postid-555590040 .voyage-subnav-apply, .postid-555590042 .voyage-subnav-apply, .postid-555590048 .voyage-subnav-apply, .postid-555590050 .voyage-subnav-apply, .postid-555590035 .voyage-subnav-apply, .events-category-homecoming2019 .voyage-subnav-apply {
  display: none; }

.postid-555567914 .voyage-apply, .postid-555568704 .voyage-apply, .postid-555590032 .voyage-apply, .postid-555590048 .voyage-apply {
  display: none; }

.gradient-fill {
  background: linear-gradient(to bottom right, rgba(255, 192, 0, 0.6) 0%, rgba(180, 0, 0, 0.6) 100%);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  z-index: 21;
  pointer-events: none; }
  @media only screen and (min-width: 40.063em) {
    .gradient-fill {
      height: 500px; } }
  @media only screen and (min-width: 64.063em) {
    .gradient-fill {
      height: 700px; } }

#big-video-wrap {
  position: fixed;
  top: 0; }

#video-container {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 99; }
  @media only screen and (min-width: 40.063em) {
    #video-container {
      height: 500px; } }
  @media only screen and (min-width: 64.063em) {
    #video-container {
      height: 700px; } }
  #video-container #video {
    overflow: hidden;
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      #video-container #video {
        display: none; } }
    @media only screen and (max-width: 40em) {
      #video-container #video {
        display: none; } }

.vjs-loading-spinner {
  display: none !important; }

#feature-video {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
  top: 0;
  background: #000;
  z-index: 99999; }
  @media only screen and (min-width: 40.063em) {
    #feature-video {
      position: fixed; } }
  #feature-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  #feature-video video, #feature-video #feature {
    width: 100% !important;
    height: 100% !important; }
  #feature-video .close {
    width: 58px;
    height: 58px;
    background: black;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    font-size: 30px;
    color: white;
    padding: 8px 13px; }
    #feature-video .close:hover {
      background: #0066ac; }
    #feature-video .close .fa-close {
      top: -1px;
      right: -3px; }

.vbtk-logo {
  max-width: 100%; }

.mobile-buttons {
  background: #224a6f;
  position: relative;
  top: 400px;
  padding: 1.5625rem;
  z-index: 999; }
  @media only screen and (min-width: 40.063em) {
    .mobile-buttons {
      top: 500px; } }
  .mobile-buttons .button, .mobile-buttons #load-more {
    text-transform: uppercase;
    font-size: 1.2em;
    display: block;
    border-radius: 3px;
    box-shadow: 2px 2px 4px -2px #222;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 400;
    display: block;
    background: #FF7F01;
    padding: 15px 5px;
    margin: 0.9375rem 0.0267857143rem; }
    @media only screen and (min-width: 40.063em) {
      .mobile-buttons .button, .mobile-buttons #load-more {
        width: calc(50% - 1.5625rem);
        margin: 0 0.625rem;
        display: inline-block; } }
    .mobile-buttons .button.invert, .mobile-buttons .invert#load-more {
      background: white;
      color: #FF7F01; }

body.home .site-footer {
  margin-top: 0; }

body.home #content {
  position: static;
  width: 100%;
  margin-top: 400px;
  z-index: 999; }
  @media only screen and (min-width: 40.063em) {
    body.home #content {
      margin-top: 500px; } }
  @media only screen and (min-width: 64.063em) {
    body.home #content {
      margin-top: 700px; } }

body.home #primary {
  background: none; }

body.home .logo-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  position: relative;
  margin: 80px auto 0 auto;
  text-align: center;
  padding: 0;
  height: 45%;
  width: 70%;
  float: none; }
  body.home .logo-container img {
    max-width: 100%; }
  body.home .logo-container .logo-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    overflow: hidden; }
  body.home .logo-container .button, body.home .logo-container #load-more {
    text-transform: uppercase;
    font-size: 1em;
    display: block;
    border-radius: 3px;
    box-shadow: 2px 2px 4px -2px #222;
    width: 90%;
    font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
    z-index: 99999;
    background-color: #FA7F03; }
  @media only screen and (min-width: 40.063em) {
    body.home .logo-container {
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left;
      text-align: center;
      margin: 0 1.875rem;
      text-align: center;
      height: 100%;
      float: left; }
      body.home .logo-container .button, body.home .logo-container #load-more {
        font-size: 1.2em;
        width: 80%; } }
  @media only screen and (min-width: 64.063em) {
    body.home .logo-container {
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left;
      text-align: left;
      margin: 0 auto;
      padding: 0; }
      body.home .logo-container .button, body.home .logo-container #load-more {
        font-size: 1.4em;
        width: 100%;
        max-width: 355px; }
        body.home .logo-container .button.not_on_sale, body.home .logo-container .not_on_sale#load-more {
          font-size: 1.2em; } }

body.home .site-intro-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  z-index: 10;
  height: 230px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0; }
  body.home .site-intro-text:before, body.home .site-intro-text:after {
    content: " ";
    display: table; }
  body.home .site-intro-text:after {
    clear: both; }
  @media only screen and (min-width: 40.063em) {
    body.home .site-intro-text {
      padding: 0 0.9375rem;
      height: 340px;
      max-width: 855px; } }
  @media only screen and (min-width: 64.063em) {
    body.home .site-intro-text {
      padding: 0 0.9375rem;
      height: 440px;
      max-width: 855px; } }
  body.home .site-intro-text .logo-container img {
    border-bottom: solid 1px white;
    padding-bottom: 0.46875rem; }
    @media only screen and (min-width: 64.063em) {
      body.home .site-intro-text .logo-container img {
        max-width: 355px;
        text-align: left; } }
  body.home .site-intro-text .tagline {
    position: relative;
    margin-top: 5.625rem;
    padding: 1.875rem;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
    @media only screen and (min-width: 40.063em) {
      body.home .site-intro-text .tagline {
        padding: 0.46875rem 0;
        max-width: 800px;
        margin-top: 7.5rem;
        padding: 0.46875rem 0; } }
    @media only screen and (min-width: 64.063em) {
      body.home .site-intro-text .tagline {
        margin-top: 11.25rem; } }
    body.home .site-intro-text .tagline .ghost_text, body.home .site-intro-text .tagline .text_mask {
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      font-weight: 100;
      line-height: 1.8rem;
      display: block;
      color: #fff; }
      @media only screen and (min-width: 40.063em) {
        body.home .site-intro-text .tagline .ghost_text, body.home .site-intro-text .tagline .text_mask {
          font-size: 3rem;
          height: 2em;
          line-height: 3.2rem;
          font-weight: 100;
          height: 1em; } }
      @media only screen and (min-width: 64.063em) {
        body.home .site-intro-text .tagline .ghost_text, body.home .site-intro-text .tagline .text_mask {
          font-size: 3.5rem;
          height: 2.5rem;
          line-height: 4.188rem;
          font-weight: 100; } }
    body.home .site-intro-text .tagline .ghost_text {
      z-index: 0;
      text-align: center;
      color: #fff; }
      @media only screen and (min-width: 40.063em) {
        body.home .site-intro-text .tagline .ghost_text {
          position: absolute;
          top: 0;
          left: 0;
          height: 2em;
          font-weight: 100;
          height: 1em;
          text-rendering: geometricPrecision; } }
    body.home .site-intro-text .tagline .text_mask {
      background-image: radial-gradient(circle 3em at 0%, white 0%, transparent 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      text-align: center;
      display: none; }

.page-template-page-flexible #primary {
  max-width: 100%; }

hr.dashed {
  border-top: 2px dashed #f5b610;
  width: 100%;
  margin: 0; }

#primary {
  max-width: 100%;
  background: url("../img/bg_main.png") no-repeat; }
  #primary.past {
    padding-top: 3.75rem; }

#content {
  background-color: #ffffff; }

.content-column {
  padding: 0.9375rem; }

.center {
  text-align: center; }

h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #0066ac;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  text-align: left;
  position: relative;
  padding-left: 1.875rem; }
  h2.bulleted {
    padding-left: 1.875rem; }
    h2.bulleted:before {
      position: absolute;
      display: block;
      content: '';
      top: 12px;
      left: 0;
      height: 24px;
      width: 12px;
      background: #f67611;
      border-radius: 0 20px 20px 0; }
    @media only screen and (min-width: 40.063em) {
      h2.bulleted {
        font-size: 2.25em; }
        h2.bulleted:before {
          top: 9px;
          height: 30px;
          width: 15px; } }
  @media only screen and (min-width: 40.063em) {
    h2 {
      font-size: 2.25em; }
      h2:before {
        top: 9px;
        height: 30px;
        width: 15px; } }

h3 {
  font-size: 1.25em;
  line-height: 2em;
  font-weight: 300;
  color: #0066ac;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    h3 {
      font-size: 1.75em; } }

.wp-caption-text {
  background: #f5f0ed;
  border: solid 1px #d9d8d6;
  text-align: center;
  padding: 0.9375rem; }

.slides {
  margin: 0; }

.carousel-gallery-direction-nav {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9999;
  height: 86px;
  display: none; }
  .carousel-gallery-direction-nav li a {
    position: absolute;
    width: auto;
    height: auto;
    display: block;
    overflow: visible;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 0;
    transform: translateY(-50%);
    padding: 1.875rem 0.9375rem;
    border-radius: 4px;
    z-index: 999; }
    .carousel-gallery-direction-nav li a:before {
      font-family: 'WebSymbolsRegular';
      color: #4d4b4c; }
  .carousel-gallery-direction-nav .carousel-gallery-prev {
    left: -4px; }
    .carousel-gallery-direction-nav .carousel-gallery-prev:before {
      content: "\003c" !important; }
  .carousel-gallery-direction-nav .carousel-gallery-next {
    right: -4px; }
    .carousel-gallery-direction-nav .carousel-gallery-next:before {
      content: "\003e" !important; }
  @media only screen and (min-width: 64.063em) {
    .carousel-gallery-direction-nav {
      display: block; } }

.flex-container {
  position: relative; }

.flex-nav .slick-prev, .flex-nav .slick-next, .max-flex-nav .slick-prev, .max-flex-nav .slick-next, .program-nav .slick-prev, .program-nav .slick-next {
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 0;
  transform: translateY(-50%);
  padding: 1.875rem 0.9375rem;
  border-radius: 4px;
  z-index: 999; }
  .flex-nav .slick-prev:before, .flex-nav .slick-next:before, .max-flex-nav .slick-prev:before, .max-flex-nav .slick-next:before, .program-nav .slick-prev:before, .program-nav .slick-next:before {
    font-family: 'WebSymbolsRegular';
    color: #4d4b4c; }

.flex-nav .slick-prev, .max-flex-nav .slick-prev, .program-nav .slick-prev {
  left: -4px; }
  .flex-nav .slick-prev:before, .max-flex-nav .slick-prev:before, .program-nav .slick-prev:before {
    content: "\003c" !important; }

.flex-nav .slick-next, .max-flex-nav .slick-next, .program-nav .slick-next {
  right: -4px; }
  .flex-nav .slick-next:before, .max-flex-nav .slick-next:before, .program-nav .slick-next:before {
    content: "\003e" !important; }

.page-section {
  padding: 1.875rem 0; }
  .page-section:before, .page-section:after {
    content: " ";
    display: table; }
  .page-section:after {
    clear: both; }
  .page-section .full-width-image {
    height: 300px; }
    @media only screen and (min-width: 40.063em) {
      .page-section .full-width-image {
        height: 540px; } }
  .page-section:last-child {
    padding-bottom: 3.75rem; }
  .page-section.head-section {
    padding-top: 0;
    margin: 0 auto; }
    .page-section.head-section .full-width-image {
      height: 300px; }
      @media only screen and (min-width: 40.063em) {
        .page-section.head-section .full-width-image {
          height: 540px; } }
  .page-section p, .page-section li {
    text-align: left;
    font-size: 1.0625rem;
    line-height: 1.5em;
    font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
    color: #58595c; }
  .page-section h1:first-child, .page-section h2:first-child, .page-section h3:first-child, .page-section h4:first-child, .page-section h5:first-child, .page-section h6:first-child {
    margin-top: 0; }

.page-section-alternating {
  padding: 0; }

.page-section-big-container-width {
  max-width: 95%;
  margin: 0 auto; }
  .page-section-big-container-width h3 {
    margin: 0.46875rem; }
  @media only screen and (min-width: 64.063em) {
    .page-section-big-container-width {
      max-width: 1200px; } }

.page-section-container-width {
  max-width: 95%;
  margin: 0 auto; }
  .page-section-container-width .main-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0; }
    .page-section-container-width .main-content li {
      margin-left: 0.9375rem; }
  .page-section-container-width .sidebar-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    background: #f0ece9;
    padding: 0;
    margin-top: 30px; }
    @media only screen and (min-width: 40.063em) {
      .page-section-container-width .sidebar-content {
        margin-top: 0; } }
    .page-section-container-width .sidebar-content h4 {
      color: #0066ac;
      background: #dcd5cf;
      font-size: 1.2em;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      position: relative;
      padding: 0.46875rem 0.9375rem;
      font-weight: 300;
      margin: 0.9375rem 0.9375rem 0.9375rem 0; }
      .page-section-container-width .sidebar-content h4:before {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        left: 0;
        height: 15px;
        width: 8px;
        transform: translateY(-50%);
        background: #0066ac;
        border-radius: 0 10px 10px 0; }
    .page-section-container-width .sidebar-content li {
      color: #0066ac; }
    .page-section-container-width .sidebar-content p, .page-section-container-width .sidebar-content ul {
      padding: 0.9375rem; }
    .page-section-container-width .sidebar-content a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 40.063em) {
    .page-section-container-width {
      max-width: 95%; }
      .page-section-container-width .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 75%;
        float: left;
        padding-left: 0; }
        .page-section-container-width .main-content li {
          margin-left: 0; }
      .page-section-container-width .sidebar-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
        padding: 0; } }
  @media only screen and (min-width: 64.063em) {
    .page-section-container-width {
      max-width: 1000px; } }

.page-section-slim-width {
  max-width: 95%;
  margin: 0 auto; }
  .page-section-slim-width h2 {
    font-size: 1.5em;
    font-weight: 300;
    color: #0066ac;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    text-align: left;
    position: relative;
    padding-left: 1.875rem;
    margin-top: 1.875rem; }
    .page-section-slim-width h2:before {
      position: absolute;
      display: block;
      content: '';
      top: 12px;
      left: 0;
      height: 24px;
      width: 12px;
      background: #f67611;
      border-radius: 0 20px 20px 0; }
    @media only screen and (min-width: 40.063em) {
      .page-section-slim-width h2 {
        font-size: 2.25em; }
        .page-section-slim-width h2:before {
          top: 9px;
          height: 30px;
          width: 15px; } }
    @media only screen and (min-width: 40.063em) {
      .page-section-slim-width h2 {
        font-size: 2.25em; }
        .page-section-slim-width h2:before {
          top: 9px;
          height: 30px;
          width: 15px; } }
  @media only screen and (min-width: 40.063em) {
    .page-section-slim-width {
      max-width: 700px; } }

.page-section-full-width-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding: 0; }
  .page-section-full-width-image img {
    width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .page-section-full-width-image {
      height: 500px; } }

.page-section-full-width-slider {
  padding-top: 0; }

.page-section-full-width-breakout {
  width: 100%;
  max-height: 720px;
  overflow: hidden;
  padding: 0; }
  .page-section-full-width-breakout img {
    width: 100%; }

.intro-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0 0 1.875rem 0; }

.intro-quote {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 0;
  text-align: center;
  color: #0066ac;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  font-weight: 100;
  border: none; }
  @media only screen and (min-width: 40.063em) {
    .intro-quote {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left;
      padding-left: 1.875rem;
      font-size: 1.75em;
      line-height: 1.5em;
      text-align: left; } }
  @media only screen and (min-width: 64.063em) {
    .intro-quote {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 83.3333333333%;
      float: left;
      padding-left: 1.875rem;
      font-size: 1.9rem;
      line-height: 2.5rem; } }

.quotes:before {
  font-size: 3.5em;
  display: block;
  position: absolute;
  color: #f67611;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

hr.dashed {
  border-top: 2px dotted #f5b610;
  width: 100%;
  margin: 0 0 0.9375rem 0; }

.page-section-full-width-quote {
  border: solid 8px #fcb158;
  padding: 1.875rem 0;
  margin: 1.875rem 25px; }
  .page-section-full-width-quote .full-width-quote {
    max-width: 1000px;
    display: block;
    margin: 0 auto; }
    .page-section-full-width-quote .full-width-quote blockquote {
      border: none;
      color: #0066ac;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 100;
      font-size: 1.25em;
      position: relative; }
  @media only screen and (min-width: 40.063em) {
    .page-section-full-width-quote .full-width-quote blockquote {
      font-size: 1.75em; } }

i.halfCircleLeft {
  display: block;
  height: 100%;
  width: 51%;
  border: solid 8px #f67611;
  border-right: none;
  border-radius: 160px 0 0 160px;
  background: transparent;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0; }

i.halfCircleRight {
  display: block;
  height: 100%;
  width: 51%;
  border: solid 8px #fbae76;
  border-left: none;
  border-radius: 0 160px 160px 0;
  background: transparent;
  transition: all 0.5s;
  right: 0 !important;
  left: auto !important;
  position: absolute; }

.frame {
  height: 160px;
  width: 160px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(120deg); }

.frame-container {
  position: relative;
  height: 160px;
  width: 160px;
  float: left;
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .frame-container {
      display: block; } }

.page-section-media-block {
  border-bottom: solid 1px #cecece; }
  .page-section-media-block:last-child {
    border-bottom: none; }

/*.page-section-media-block{

		&:last-child{
			border: none;
		}
	}*/
.media-block-image {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    .media-block-image {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left;
      padding-left: 0; } }

.max-flex-carousel .slide img {
  padding: 0;
  width: 100%; }

@media only screen and (min-width: 40.063em) {
  .max-flex-carousel .slide img {
    padding: 0 0.46875rem 0 0; } }

.carousel-gallery-control-nav, .carousel-gallery-control-paging {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0; }
  .carousel-gallery-control-nav li, .carousel-gallery-control-paging li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0.625rem 0;
    cursor: pointer;
    color: #58595c; }
    .carousel-gallery-control-nav li a, .carousel-gallery-control-paging li a {
      color: #58595c;
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .carousel-gallery-control-nav li a:before, .carousel-gallery-control-paging li a:before {
        font-family: 'slick';
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased; }
      .carousel-gallery-control-nav li a.carousel-gallery-active:before, .carousel-gallery-control-paging li a.carousel-gallery-active:before {
        opacity: .75;
        color: black; }
  @media only screen and (min-width: 64.063em) {
    .carousel-gallery-control-nav, .carousel-gallery-control-paging {
      display: none; } }

.alternating-row:before, .alternating-row:after {
  content: " ";
  display: table; }

.alternating-row:after {
  clear: both; }

.alternating-row--title {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
  padding-bottom: 0.9375rem;
  padding-left: 0;
  margin-bottom: 0.9375rem;
  font-weight: 300;
  color: #0066ac; }
  .alternating-row--title:after {
    content: '';
    height: 1px;
    border-bottom: 1px solid #0066ac;
    position: absolute;
    width: 50px;
    left: 50%;
    bottom: 0;
    margin-left: -25px; }

.alternating-row--link {
  display: inline-block;
  padding: 0.625rem 1.875rem;
  margin-top: 1.875rem;
  border: 1px solid #0066ac;
  color: #0066ac;
  text-align: center;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  .alternating-row--link:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 40.063em) {
  .alternating-row:before, .alternating-row:after {
    content: " ";
    display: table; }
  .alternating-row:after {
    clear: both; }
  .alternating-row--title {
    text-align: center;
    font-size: 1.6875rem;
    line-height: 2.3125rem; }
    .alternating-row--title:after {
      border-bottom: 2px solid #0066ac;
      width: 88px;
      margin-left: -44px; }
  .alternating-row--link {
    position: relative;
    left: 50%;
    transform: translateX(-50%); } }

@media only screen and (min-width: 64.063em) {
  .alternating-row {
    height: 480px;
    overflow: hidden; }
    .alternating-row:first-child .alternating-text {
      border-top: dotted 2px #FA7F03; }
    .alternating-row:last-child .alternating-text {
      border-bottom: dotted 2px #FA7F03; } }

.alternating-text {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  padding: 1.875rem; }
  @media only screen and (min-width: 40.063em) {
    .alternating-text {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left;
      padding: 1.875rem; } }
  @media only screen and (min-width: 64.063em) {
    .alternating-text {
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left;
      padding: 3.75rem;
      max-height: 480px;
      overflow: hidden; } }

.alternating-image {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
  .alternating-image img {
    width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .alternating-image {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left; } }
  @media only screen and (min-width: 64.063em) {
    .alternating-image {
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left;
      max-height: 480px;
      overflow: hidden; } }

.media-block-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  text-align: left; }
  @media only screen and (min-width: 40.063em) {
    .media-block-content {
      padding-left: 1.875rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left;
      padding-right: 0; }
      .media-block-content h3 {
        font-size: 1.75em;
        font-weight: 300;
        color: #0066ac;
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
        text-align: left;
        position: relative;
        line-height: 1.75rem; }
        .media-block-content h3:before {
          position: absolute;
          display: block;
          content: '';
          top: 5px;
          left: -1.875rem;
          height: 20px;
          width: 10px;
          background: #FA7F03;
          border-radius: 0 15px 15px 0; } }

.text-overlay {
  color: #FFFFFF !important;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 2em;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99999;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 40.063em) {
    .text-overlay {
      font-size: 3.2rem;
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 1000px;
      transform: translate(-50%, -50%); } }

#content .default-content {
  background: white;
  border: solid 1px #ccc;
  max-width: 1000px !important;
  margin-bottom: 1.875rem;
  border-radius: 4px;
  border-top: 0;
  padding-bottom: 1.875rem; }
  #content .default-content .content-area {
    max-width: 800px;
    margin: 0 auto; }

.three-columns {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .three-columns:before, .three-columns:after {
    content: " ";
    display: table; }
  .three-columns:after {
    clear: both; }
  .three-columns > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
  .three-columns > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .three-columns > li:nth-of-type(1n) {
      clear: none; }
    .three-columns > li:nth-of-type(1n+1) {
      clear: both; }
  .three-columns img {
    display: block;
    margin: 1.875rem auto; }
  .three-columns h4 {
    font-size: 1.1em;
    color: #0066ac;
    font-weight: 400;
    text-align: center; }
  .three-columns p {
    text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .three-columns {
      display: block;
      padding: 0;
      margin: 0 -1.40625rem; }
      .three-columns:before, .three-columns:after {
        content: " ";
        display: table; }
      .three-columns:after {
        clear: both; }
      .three-columns > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 1.40625rem 2.8125rem; }
      .three-columns > li {
        width: 33.3333333333%;
        padding: 0 1.40625rem 2.8125rem;
        list-style: none; }
        .three-columns > li:nth-of-type(1n) {
          clear: none; }
        .three-columns > li:nth-of-type(3n+1) {
          clear: both; }
      .three-columns h4 {
        text-align: left; }
      .three-columns p {
        text-align: left; } }

.testimonial-photo {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left;
  margin: 0 auto;
  float: none;
  min-width: 100px !important;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .testimonial-photo {
      padding-left: 0;
      padding-right: 0;
      width: 33.3333333333%;
      float: left; } }
  .testimonial-photo .testimonial-photo-wrap {
    border-radius: 200px;
    overflow: hidden;
    width: 200px;
    height: 200px; }
    .testimonial-photo .testimonial-photo-wrap img {
      max-width: 200px;
      margin-left: -4px; }
  .testimonial-photo .frame {
    height: 200px;
    width: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(120deg); }
    .testimonial-photo .frame .halfCircleLeft {
      display: block;
      height: 100%;
      width: 51%;
      border: solid 8px #f67611;
      border-right: none;
      border-radius: 200px 0 0 200px;
      background: transparent;
      transition: all 0.5s;
      position: absolute;
      top: 0;
      left: 0; }
    .testimonial-photo .frame .halfCircleRight {
      display: block;
      height: 100%;
      width: 51%;
      border: solid 8px #fbae76;
      border-left: none;
      border-radius: 0 200px 200px 0;
      background: transparent;
      transition: all 0.5s;
      right: 0 !important;
      left: auto !important;
      position: absolute; }
  @media only screen and (min-width: 64.063em) {
    .testimonial-photo {
      padding-left: 0;
      padding-right: 0;
      width: 25%;
      float: left;
      min-width: 200px !important; }
      .testimonial-photo .testimonial-photo-wrap {
        border-radius: 200px;
        overflow: hidden;
        max-width: 200px;
        height: 190px; }
        .testimonial-photo .testimonial-photo-wrap img {
          max-width: 200px; }
      .testimonial-photo .frame {
        height: 200px;
        width: 200px;
        top: -5px; }
      .testimonial-photo .halfCircleLeft {
        border-radius: 200px 0 0 200px; }
      .testimonial-photo .halfCircleRight {
        border-radius: 0 200px 200px 0; } }

.testimonial-info {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
  position: relative; }
  .testimonial-info .quotes:before {
    left: 12px;
    top: 40px;
    font-size: 1.5em; }
  .testimonial-info p {
    margin-bottom: 0.3125rem;
    padding-top: 1.875rem;
    font-size: 1em;
    position: relative;
    padding-left: 2em; }
  .testimonial-info span {
    text-align: right;
    float: right;
    font-size: 1.1em;
    font-weight: 400; }
  @media only screen and (min-width: 40.063em) {
    .testimonial-info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left;
      padding: 0 0 0 1.875rem; }
      .testimonial-info .quotes:before {
        left: -10px;
        top: 40px;
        font-size: 2.25em; }
      .testimonial-info p {
        margin-bottom: 0.3125rem;
        padding-top: 1.875rem;
        padding-left: 0;
        font-size: 1.1em;
        position: relative; }
      .testimonial-info span {
        text-align: right;
        float: right;
        font-size: 1.25em;
        font-weight: 400; }
        .testimonial-info span.author {
          font-style: italic; } }
  @media only screen and (min-width: 64.063em) {
    .testimonial-info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 75%;
      float: left; } }

.sas-accordion-group {
  max-width: 62.5em;
  width: 100%;
  margin: 2rem auto; }

.sas-accordion + .sas-accordion {
  margin-top: 1.5em; }

.sas-accordion-title {
  position: relative;
  margin: 0;
  padding: .5rem;
  background: #0066ac; }
  .sas-accordion-title button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    padding: 0;
    background: none;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: inherit;
    margin-bottom: 0;
    color: white; }
    .sas-accordion-title button svg {
      height: 1.25em;
      margin-left: .5em;
      flex-shrink: 0; }
    .sas-accordion-title button .vert {
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      transition: all 0.15s ease; }
    .sas-accordion-title button[aria-expanded] rect {
      fill: currentColor; }
    .sas-accordion-title button[aria-expanded="true"] .vert {
      opacity: 0; }

.sas-accordion-content {
  -webkit-transition: opacity 0.15s ease, overflow 0.15s ease, height 0.15s ease;
  -moz-transition: opacity 0.15s ease, overflow 0.15s ease, height 0.15s ease;
  transition: opacity 0.15s ease, overflow 0.15s ease, height 0.15s ease;
  opacity: 1;
  border: .25em solid #efefef;
  border-top: none;
  padding: .5em;
  width: 100%;
  height: 100%;
  max-height: 1000vh;
  background: white; }
  .sas-accordion-content[aria-hidden="true"] {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    height: 0;
    max-height: 0;
    padding: 0; }

figcaption {
  padding-left: 0.9375rem !important;
  position: relative; }
  figcaption:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    margin-top: -10px;
    height: 20px;
    width: 10px;
    background: #FA7F03;
    border-radius: 0 15px 15px 0; }

.primary-button.button, .primary-button#load-more {
  background: #0066ac;
  color: white;
  font-weight: 300;
  text-transform: none;
  padding-right: 2.5rem;
  padding-left: 1rem; }
  .primary-button.button i, .primary-button#load-more i {
    position: absolute;
    top: 48%;
    font-weight: 100;
    right: 0.9375rem;
    font-size: 28px;
    transform: translateY(-50%); }
  .primary-button.button:hover, .primary-button#load-more:hover {
    background: #007ace; }
  .primary-button.button.reversed, .primary-button.reversed#load-more {
    padding-left: 2.5rem;
    padding-right: 1rem; }
    .primary-button.button.reversed i, .primary-button.reversed#load-more i {
      position: absolute;
      left: 0.9375rem;
      right: auto; }

#load-more {
  background: #0066ac !important;
  color: white !important;
  font-weight: 200 !important;
  text-transform: capitalize !important;
  padding-right: 2.5rem;
  padding-left: 2.5rem; }

.blog-blue-head {
  background: #87b2db;
  padding: 0.9375rem;
  color: white;
  position: relative;
  z-index: 999; }
  .blog-blue-head .nfth {
    width: 100%;
    display: block; }
    .blog-blue-head .nfth h2 {
      font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
      font-size: 3rem; }
  .blog-blue-head .wrapper {
    position: relative; }
  .blog-blue-head h2 {
    color: white;
    padding-left: 0;
    font-size: 2rem;
    font-weight: 100 !important;
    color: white !important;
    display: inline-block;
    padding-left: 0.46875rem; }
  .blog-blue-head img {
    max-width: 64px;
    position: relative;
    top: -5px;
    display: inline-block; }
  .blog-blue-head .news-filters {
    position: relative;
    display: inline-block;
    left: 50%;
    margin: 0.625rem auto 0 auto;
    transform: translateX(-50%); }
    .blog-blue-head .news-filters a {
      margin-bottom: 0; }
    .blog-blue-head .news-filters .button, .blog-blue-head .news-filters #load-more {
      background: #f3f3f3;
      color: #666;
      border: 1px solid #999;
      border-radius: 0;
      padding: 8px;
      font-size: 0.875rem;
      font-weight: 200;
      text-transform: none;
      color: #0066ac; }
      .blog-blue-head .news-filters .button .fa, .blog-blue-head .news-filters #load-more .fa {
        margin-left: 20px; }
      .blog-blue-head .news-filters .button:hover, .blog-blue-head .news-filters #load-more:hover {
        background: #ddd; }
    .blog-blue-head .news-filters .f-dropdown {
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 100;
      z-index: 999; }
      .blog-blue-head .news-filters .f-dropdown:before, .blog-blue-head .news-filters .f-dropdown:after {
        display: none !important; }
    .blog-blue-head .news-filters #news-categories {
      max-width: 250px; }
    .blog-blue-head .news-filters #news-formats {
      max-width: 141px; }
  .blog-blue-head .blog-search {
    border-radius: 12px;
    border: 1px solid #999;
    width: 100%;
    height: auto;
    margin: 12px 0 0 0 !important; }
    .blog-blue-head .blog-search form.search {
      max-width: none; }
    @media only screen and (min-width: 40.063em) {
      .blog-blue-head .blog-search {
        width: 40%;
        float: right; } }
    @media only screen and (min-width: 64.063em) {
      .blog-blue-head .blog-search {
        max-width: 160px;
        position: absolute;
        margin: -3px 20px 0 0 !important;
        top: 50%;
        width: auto;
        right: 0;
        transform: translateY(-50%); } }
  @media only screen and (min-width: 40.063em) {
    .blog-blue-head h2 {
      font-size: 2.625rem; }
    .blog-blue-head .news-filters {
      width: 60%;
      float: left;
      left: auto;
      transform: none; } }
  @media only screen and (min-width: 64.063em) {
    .blog-blue-head {
      font-size: 3.125rem;
      padding: 0.9375rem 0; }
      .blog-blue-head .nfth {
        width: 50%;
        float: left; }
      .blog-blue-head .news-filters {
        position: absolute;
        top: 0;
        right: 20%;
        height: 32px;
        width: auto;
        margin-top: 0;
        transform: translateY(-40%); } }

a.underline {
  text-decoration: underline; }

.divider-header {
  color: #0066ac;
  background: #ece8e4;
  padding: 10px 10px 10px 20px;
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 27px;
  font-weight: 300 !important;
  margin-top: 50px; }
  .divider-header:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    margin-top: -10px;
    height: 20px;
    width: 10px;
    background: #0066ac;
    border-radius: 0 15px 15px 0; }
  .divider-header i {
    font-size: 32px;
    padding-left: 10px;
    position: relative;
    top: 2px; }
  .divider-header a {
    display: block;
    font-weight: 300; }
  .divider-header:hover {
    background: #eeeae7; }

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6, .page-template-index-php h1, .page-template-index-php h2, .page-template-index-php h3, .page-template-index-php h4, .page-template-index-php h5, .page-template-index-php h6, .page-template-page-news-homepage h1, .page-template-page-news-homepage h2, .page-template-page-news-homepage h3, .page-template-page-news-homepage h4, .page-template-page-news-homepage h5, .page-template-page-news-homepage h6, .page-template-single-php h1, .page-template-single-php h2, .page-template-single-php h3, .page-template-single-php h4, .page-template-single-php h5, .page-template-single-php h6, .single-format-standard h1, .single-format-standard h2, .single-format-standard h3, .single-format-standard h4, .single-format-standard h5, .single-format-standard h6 {
  color: #0066ac;
  font-weight: 300; }

.blog #content, .page-template-index-php #content, .page-template-page-news-homepage #content, .page-template-single-php #content, .single-format-standard #content {
  padding: 0;
  background: url("../img/sas-bg-map.jpg") #fff no-repeat center top; }

.blog .featured-news-story-content h3, .page-template-index-php .featured-news-story-content h3, .page-template-page-news-homepage .featured-news-story-content h3, .page-template-single-php .featured-news-story-content h3, .single-format-standard .featured-news-story-content h3 {
  line-height: 1.25em; }

@media only screen and (max-width: 40em) {
  .blog #news-home, .page-template-index-php #news-home, .page-template-page-news-homepage #news-home, .page-template-single-php #news-home, .single-format-standard #news-home {
    padding: 0.9375rem; } }

@media only screen and (min-width: 40.063em) {
  .blog #news-home, .page-template-index-php #news-home, .page-template-page-news-homepage #news-home, .page-template-single-php #news-home, .single-format-standard #news-home {
    padding: 40px 0.9375rem; } }

.blog #news-home #blog-title, .page-template-index-php #news-home #blog-title, .page-template-page-news-homepage #news-home #blog-title, .page-template-single-php #news-home #blog-title, .single-format-standard #news-home #blog-title {
  font-weight: 200;
  font-size: 24px; }
  .blog #news-home #blog-title img, .page-template-index-php #news-home #blog-title img, .page-template-page-news-homepage #news-home #blog-title img, .page-template-single-php #news-home #blog-title img, .single-format-standard #news-home #blog-title img {
    height: 30px;
    width: 30px;
    vertical-align: top; }
  @media only screen and (min-width: 40.063em) {
    .blog #news-home #blog-title, .page-template-index-php #news-home #blog-title, .page-template-page-news-homepage #news-home #blog-title, .page-template-single-php #news-home #blog-title, .single-format-standard #news-home #blog-title {
      font-size: 30px; }
      .blog #news-home #blog-title img, .page-template-index-php #news-home #blog-title img, .page-template-page-news-homepage #news-home #blog-title img, .page-template-single-php #news-home #blog-title img, .single-format-standard #news-home #blog-title img {
        height: 40px;
        width: 40px; } }
  @media only screen and (min-width: 64.063em) {
    .blog #news-home #blog-title, .page-template-index-php #news-home #blog-title, .page-template-page-news-homepage #news-home #blog-title, .page-template-single-php #news-home #blog-title, .single-format-standard #news-home #blog-title {
      font-size: 50px;
      font-weight: 100; }
      .blog #news-home #blog-title img, .page-template-index-php #news-home #blog-title img, .page-template-page-news-homepage #news-home #blog-title img, .page-template-single-php #news-home #blog-title img, .single-format-standard #news-home #blog-title img {
        height: 60px;
        width: 60px; } }

.blog #news-home #blog-home-sidebar, .page-template-index-php #news-home #blog-home-sidebar, .page-template-page-news-homepage #news-home #blog-home-sidebar, .page-template-single-php #news-home #blog-home-sidebar, .single-format-standard #news-home #blog-home-sidebar {
  margin-top: 0.9375rem; }
  .blog #news-home #blog-home-sidebar .widget, .page-template-index-php #news-home #blog-home-sidebar .widget, .page-template-page-news-homepage #news-home #blog-home-sidebar .widget, .page-template-single-php #news-home #blog-home-sidebar .widget, .single-format-standard #news-home #blog-home-sidebar .widget {
    margin: 0 0 0.9375rem;
    background: #efefef; }
    .blog #news-home #blog-home-sidebar .widget .widget-title, .page-template-index-php #news-home #blog-home-sidebar .widget .widget-title, .page-template-page-news-homepage #news-home #blog-home-sidebar .widget .widget-title, .page-template-single-php #news-home #blog-home-sidebar .widget .widget-title, .single-format-standard #news-home #blog-home-sidebar .widget .widget-title {
      padding: 0.9375rem;
      background: #0066ac;
      border: 1px solid #ccc;
      margin: 0;
      font-size: 16px;
      color: #FFFFFF;
      text-transform: uppercase;
      line-height: 1em;
      font-weight: 100; }
    .blog #news-home #blog-home-sidebar .widget > div, .page-template-index-php #news-home #blog-home-sidebar .widget > div, .page-template-page-news-homepage #news-home #blog-home-sidebar .widget > div, .page-template-single-php #news-home #blog-home-sidebar .widget > div, .single-format-standard #news-home #blog-home-sidebar .widget > div {
      background: #efefef;
      border: 1px solid #ccc;
      border-top: none;
      margin: 0;
      padding: 0.9375rem; }
  .blog #news-home #blog-home-sidebar .tribe-events-adv-list-widget h3, .page-template-index-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget h3, .page-template-page-news-homepage #news-home #blog-home-sidebar .tribe-events-adv-list-widget h3, .page-template-single-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget h3, .single-format-standard #news-home #blog-home-sidebar .tribe-events-adv-list-widget h3 {
    color: #FFFFFF; }
  .blog #news-home #blog-home-sidebar .tribe-events-adv-list-widget > div, .page-template-index-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget > div, .page-template-page-news-homepage #news-home #blog-home-sidebar .tribe-events-adv-list-widget > div, .page-template-single-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget > div, .single-format-standard #news-home #blog-home-sidebar .tribe-events-adv-list-widget > div {
    padding: 0; }
    .blog #news-home #blog-home-sidebar .tribe-events-adv-list-widget > div > h3, .page-template-index-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget > div > h3, .page-template-page-news-homepage #news-home #blog-home-sidebar .tribe-events-adv-list-widget > div > h3, .page-template-single-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget > div > h3, .single-format-standard #news-home #blog-home-sidebar .tribe-events-adv-list-widget > div > h3 {
      display: none; }
  .blog #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-info, .page-template-index-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-info, .page-template-page-news-homepage #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-info, .page-template-single-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-info, .single-format-standard #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-info {
    width: 75%; }
  .blog #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-date, .page-template-index-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-date, .page-template-page-news-homepage #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-date, .page-template-single-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-date, .single-format-standard #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-date {
    border: 1px solid #ccc;
    width: 17%;
    margin: 0.9375rem 4%; }
  .blog #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-dayname, .page-template-index-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-dayname, .page-template-page-news-homepage #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-dayname, .page-template-single-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-dayname, .single-format-standard #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-dayname {
    background: #0066ac;
    font-size: 0.7rem; }
  .blog #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-daynumber, .page-template-index-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-daynumber, .page-template-page-news-homepage #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-daynumber, .page-template-single-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-daynumber, .single-format-standard #news-home #blog-home-sidebar .tribe-events-adv-list-widget .list-daynumber {
    color: #0066ac;
    padding: 0.3125rem 0;
    font-size: 1.1rem; }
  .blog #news-home #blog-home-sidebar .tribe-events-adv-list-widget .tribe-events-widget-link, .page-template-index-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .tribe-events-widget-link, .page-template-page-news-homepage #news-home #blog-home-sidebar .tribe-events-adv-list-widget .tribe-events-widget-link, .page-template-single-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .tribe-events-widget-link, .single-format-standard #news-home #blog-home-sidebar .tribe-events-adv-list-widget .tribe-events-widget-link {
    text-align: center;
    font-weight: 200;
    padding: 0.625rem; }
  .blog #news-home #blog-home-sidebar .tribe-events-adv-list-widget .tribe-mini-calendar-event, .page-template-index-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .tribe-mini-calendar-event, .page-template-page-news-homepage #news-home #blog-home-sidebar .tribe-events-adv-list-widget .tribe-mini-calendar-event, .page-template-single-php #news-home #blog-home-sidebar .tribe-events-adv-list-widget .tribe-mini-calendar-event, .single-format-standard #news-home #blog-home-sidebar .tribe-events-adv-list-widget .tribe-mini-calendar-event {
    border-bottom: solid 1px #cccccc; }
  @media only screen and (min-width: 40.063em) {
    .blog #news-home #blog-home-sidebar, .page-template-index-php #news-home #blog-home-sidebar, .page-template-page-news-homepage #news-home #blog-home-sidebar, .page-template-single-php #news-home #blog-home-sidebar, .single-format-standard #news-home #blog-home-sidebar {
      padding-left: 0;
      margin-top: 0; } }

.blog #news-home #gform_widget-2 .gform_wrapper, .page-template-index-php #news-home #gform_widget-2 .gform_wrapper, .page-template-page-news-homepage #news-home #gform_widget-2 .gform_wrapper, .page-template-single-php #news-home #gform_widget-2 .gform_wrapper, .single-format-standard #news-home #gform_widget-2 .gform_wrapper {
  width: 100%;
  max-width: none; }
  .blog #news-home #gform_widget-2 .gform_wrapper:before, .blog #news-home #gform_widget-2 .gform_wrapper:after, .page-template-index-php #news-home #gform_widget-2 .gform_wrapper:before, .page-template-index-php #news-home #gform_widget-2 .gform_wrapper:after, .page-template-page-news-homepage #news-home #gform_widget-2 .gform_wrapper:before, .page-template-page-news-homepage #news-home #gform_widget-2 .gform_wrapper:after, .page-template-single-php #news-home #gform_widget-2 .gform_wrapper:before, .page-template-single-php #news-home #gform_widget-2 .gform_wrapper:after, .single-format-standard #news-home #gform_widget-2 .gform_wrapper:before, .single-format-standard #news-home #gform_widget-2 .gform_wrapper:after {
    content: " ";
    display: table; }
  .blog #news-home #gform_widget-2 .gform_wrapper:after, .page-template-index-php #news-home #gform_widget-2 .gform_wrapper:after, .page-template-page-news-homepage #news-home #gform_widget-2 .gform_wrapper:after, .page-template-single-php #news-home #gform_widget-2 .gform_wrapper:after, .single-format-standard #news-home #gform_widget-2 .gform_wrapper:after {
    clear: both; }

.blog #news-home #gform_widget-2 .ginput_container, .page-template-index-php #news-home #gform_widget-2 .ginput_container, .page-template-page-news-homepage #news-home #gform_widget-2 .ginput_container, .page-template-single-php #news-home #gform_widget-2 .ginput_container, .single-format-standard #news-home #gform_widget-2 .ginput_container {
  margin-top: 0; }

.blog #news-home #gform_widget-2 .gform_body, .page-template-index-php #news-home #gform_widget-2 .gform_body, .page-template-page-news-homepage #news-home #gform_widget-2 .gform_body, .page-template-single-php #news-home #gform_widget-2 .gform_body, .single-format-standard #news-home #gform_widget-2 .gform_body {
  width: 70%;
  float: left; }
  .blog #news-home #gform_widget-2 .gform_body input, .page-template-index-php #news-home #gform_widget-2 .gform_body input, .page-template-page-news-homepage #news-home #gform_widget-2 .gform_body input, .page-template-single-php #news-home #gform_widget-2 .gform_body input, .single-format-standard #news-home #gform_widget-2 .gform_body input {
    margin: 0;
    padding: 0.3125rem;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 0.8rem;
    width: 100%; }

.blog #news-home #gform_widget-2 .gform_footer, .page-template-index-php #news-home #gform_widget-2 .gform_footer, .page-template-page-news-homepage #news-home #gform_widget-2 .gform_footer, .page-template-single-php #news-home #gform_widget-2 .gform_footer, .single-format-standard #news-home #gform_widget-2 .gform_footer {
  width: 30%;
  float: left;
  padding: 0;
  margin: 0;
  clear: none; }
  .blog #news-home #gform_widget-2 .gform_footer .button, .blog #news-home #gform_widget-2 .gform_footer #load-more, .page-template-index-php #news-home #gform_widget-2 .gform_footer .button, .page-template-index-php #news-home #gform_widget-2 .gform_footer #load-more, .page-template-page-news-homepage #news-home #gform_widget-2 .gform_footer .button, .page-template-page-news-homepage #news-home #gform_widget-2 .gform_footer #load-more, .page-template-single-php #news-home #gform_widget-2 .gform_footer .button, .page-template-single-php #news-home #gform_widget-2 .gform_footer #load-more, .single-format-standard #news-home #gform_widget-2 .gform_footer .button, .single-format-standard #news-home #gform_widget-2 .gform_footer #load-more {
    border-radius: 0;
    background: #0066ac;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 0.8rem;
    height: 37px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
    margin: 0; }

.blog #news-home .categories-latest, .page-template-index-php #news-home .categories-latest, .page-template-page-news-homepage #news-home .categories-latest, .page-template-single-php #news-home .categories-latest, .single-format-standard #news-home .categories-latest {
  margin: 10px 0 20px;
  /*@media only screen and (max-width: 40em) {
				&:nth-child(2n+1) {
					clear: both;
				}
			}
			@media only screen and (min-width:40.063em) {
				&:nth-child(2n+1) {
					clear: both;
				}
			}
			@media only screen and (min-width:64.063em) {
				&:nth-child(3n+1) {
					clear: both;
				}
			}*/ }
  .blog #news-home .categories-latest .category-link, .page-template-index-php #news-home .categories-latest .category-link, .page-template-page-news-homepage #news-home .categories-latest .category-link, .page-template-single-php #news-home .categories-latest .category-link, .single-format-standard #news-home .categories-latest .category-link {
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    display: block;
    padding: 6px 12px;
    background: #fa7f03;
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
    position: relative; }
    .blog #news-home .categories-latest .category-link .fa, .page-template-index-php #news-home .categories-latest .category-link .fa, .page-template-page-news-homepage #news-home .categories-latest .category-link .fa, .page-template-single-php #news-home .categories-latest .category-link .fa, .single-format-standard #news-home .categories-latest .category-link .fa {
      font-size: 30px;
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -15px; }
  .blog #news-home .categories-latest ul, .page-template-index-php #news-home .categories-latest ul, .page-template-page-news-homepage #news-home .categories-latest ul, .page-template-single-php #news-home .categories-latest ul, .single-format-standard #news-home .categories-latest ul {
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    list-style: none;
    margin: 10px 0;
    padding: 0; }
    .blog #news-home .categories-latest ul li, .page-template-index-php #news-home .categories-latest ul li, .page-template-page-news-homepage #news-home .categories-latest ul li, .page-template-single-php #news-home .categories-latest ul li, .single-format-standard #news-home .categories-latest ul li {
      border-bottom: 1px solid #999;
      margin: 0;
      padding: 3px;
      font-size: 18px;
      line-height: 24px;
      font-weight: 300; }
      .blog #news-home .categories-latest ul li a, .page-template-index-php #news-home .categories-latest ul li a, .page-template-page-news-homepage #news-home .categories-latest ul li a, .page-template-single-php #news-home .categories-latest ul li a, .single-format-standard #news-home .categories-latest ul li a {
        color: #666; }

.blog .news-excerpt, .page-template-index-php .news-excerpt, .page-template-page-news-homepage .news-excerpt, .page-template-single-php .news-excerpt, .single-format-standard .news-excerpt {
  margin: 20px 0;
  float: left !important;
  /*@media only screen and (max-width: 40em) {
			&:nth-child(2n+1) {
				clear: both;
			}
		}

		@media only screen and (min-width:40.063em) {
			&:nth-child(2n+1) {
				clear: both;
			}
		}
		@media only screen and (min-width:64.063em) {
			&:nth-child(3n+1) {
				clear: both;
			}
		}*/ }
  .blog .news-excerpt h4, .page-template-index-php .news-excerpt h4, .page-template-page-news-homepage .news-excerpt h4, .page-template-single-php .news-excerpt h4, .single-format-standard .news-excerpt h4 {
    font-size: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .blog .news-excerpt h4, .page-template-index-php .news-excerpt h4, .page-template-page-news-homepage .news-excerpt h4, .page-template-single-php .news-excerpt h4, .single-format-standard .news-excerpt h4 {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 64.063em) {
      .blog .news-excerpt h4, .page-template-index-php .news-excerpt h4, .page-template-page-news-homepage .news-excerpt h4, .page-template-single-php .news-excerpt h4, .single-format-standard .news-excerpt h4 {
        font-size: 1.4375rem; } }
  .blog .news-excerpt .news-excerpt-thumb, .page-template-index-php .news-excerpt .news-excerpt-thumb, .page-template-page-news-homepage .news-excerpt .news-excerpt-thumb, .page-template-single-php .news-excerpt .news-excerpt-thumb, .single-format-standard .news-excerpt .news-excerpt-thumb {
    position: relative;
    background: url("../img/bg_main.png") no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 66.8421052632%;
    display: block;
    overflow: hidden; }
    .blog .news-excerpt .news-excerpt-thumb img, .page-template-index-php .news-excerpt .news-excerpt-thumb img, .page-template-page-news-homepage .news-excerpt .news-excerpt-thumb img, .page-template-single-php .news-excerpt .news-excerpt-thumb img, .single-format-standard .news-excerpt .news-excerpt-thumb img {
      position: absolute;
      width: 100%;
      height: auto;
      top: 0;
      left: 0;
      z-index: 9; }
    .blog .news-excerpt .news-excerpt-thumb .fa, .page-template-index-php .news-excerpt .news-excerpt-thumb .fa, .page-template-page-news-homepage .news-excerpt .news-excerpt-thumb .fa, .page-template-single-php .news-excerpt .news-excerpt-thumb .fa, .single-format-standard .news-excerpt .news-excerpt-thumb .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -44px;
      background: #666666;
      color: #fff;
      padding: 27px 0 0 6px;
      font-size: 30px;
      border: 2px solid #fff;
      border-radius: 50%;
      opacity: 0.65;
      text-align: center;
      width: 88px;
      height: 88px;
      -webkit-box-shadow: 0 0 5px black;
      -moz-box-shadow: 0 0 5px black;
      box-shadow: 0 0 5px black;
      z-index: 99; }
    .blog .news-excerpt .news-excerpt-thumb:hover .fa, .page-template-index-php .news-excerpt .news-excerpt-thumb:hover .fa, .page-template-page-news-homepage .news-excerpt .news-excerpt-thumb:hover .fa, .page-template-single-php .news-excerpt .news-excerpt-thumb:hover .fa, .single-format-standard .news-excerpt .news-excerpt-thumb:hover .fa {
      opacity: 0.8; }

.sas-pagination {
  text-align: center;
  margin: 20px 0; }
  @media only screen and (min-width: 40.063em) {
    .sas-pagination {
      text-align: left;
      float: left;
      margin: 0; } }
  .sas-pagination .page-display {
    display: block; }
    @media only screen and (min-width: 40.063em) {
      .sas-pagination .page-display {
        display: inline-block;
        margin-right: 8px; } }
  .sas-pagination .page-numbers {
    display: inline-block;
    margin-left: 5px; }
    @media only screen and (min-width: 40.063em) {
      .sas-pagination .page-numbers {
        padding: 0 3px; } }

.sas-prev-next {
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 120%;
  margin: 20px 0; }
  @media only screen and (min-width: 40.063em) {
    .sas-prev-next {
      margin: 0;
      float: right; } }
  .sas-prev-next a {
    background: #0066ac;
    color: #fff;
    border-radius: 6px;
    padding: 8px 15px; }
  .sas-prev-next .prev-link a:before {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f100";
    margin-right: 10px; }
  .sas-prev-next .next-link a:after {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f101";
    margin-left: 10px; }
  @media only screen and (max-width: 40em) {
    .sas-prev-next:after {
      clear: both;
      content: '';
      display: block; }
    .sas-prev-next .prev-link {
      float: left;
      display: block; }
    .sas-prev-next .next-link {
      float: right;
      display: block; } }

.page-template-single-php #single-post-sidebar .post-title {
  margin-top: 20px; }

.page-template-single-php #single-post-sidebar h5 {
  color: #666;
  font-weight: 100; }

.page-template-single-php #single-post-sidebar .text-muted {
  color: #999; }

.page-template-single-php .category-header {
  margin-top: 40px;
  text-align: center;
  color: #999;
  font-weight: 100;
  position: relative; }
  .page-template-single-php .category-header span {
    display: inline-block;
    background: #fff;
    width: auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    font-weight: 100; }
  .page-template-single-php .category-header:before {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #999;
    top: 18px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1; }

.page-template-single-php .post-title {
  margin: 0 0 20px;
  font-weight: 100;
  line-height: 1.6rem; }
  @media only screen and (min-width: 40.063em) {
    .page-template-single-php .post-title {
      line-height: 52px;
      font-size: 42px; } }

.page-template-single-php #about-author .panel-title .avatar {
  float: left;
  border-radius: 50%;
  overflow: hidden;
  border-style: solid;
  border-width: 4px;
  border-top-color: #7AB0C5;
  border-left-color: #0066ac;
  border-right-color: #7AB0C5;
  border-bottom-color: #0066ac;
  margin-right: 10px;
  width: 60px;
  height: 60px; }

.page-template-single-php #about-author .panel-title .author-header {
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: #666;
  margin: 6px 0 0; }

.page-template-single-php #about-author .panel-title .author-name {
  font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
  margin: 0; }

.page-template-single-php #about-author .panel-title:after {
  content: '';
  display: block;
  clear: both; }

.page-template-single-php .acf-map {
  height: 250px !important; }

.page-template-single-php .clear-floats:after {
  content: '';
  display: block;
  clear: both; }

.post-social-links {
  margin-top: 2rem; }
  .post-social-links ul.social-icons {
    list-style: none;
    display: inline-block;
    margin-left: 0; }
    .post-social-links ul.social-icons li {
      float: left;
      margin-right: 1rem; }
      .post-social-links ul.social-icons li a {
        font-size: 2.5rem; }

#comments {
  margin-top: 0.9375rem; }
  #comments .comments-title {
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0;
    padding: 0.9375rem;
    font-size: 18px;
    background: #EFEFEF;
    font-weight: 100; }
  #comments .comment-list {
    margin: 0;
    padding: 0.9375rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    list-style: none; }
    #comments .comment-list li.comment .comment-author {
      padding: 0;
      border: none;
      width: 100%;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 100; }
      #comments .comment-list li.comment .comment-author img {
        float: left;
        margin-right: 10px; }
      #comments .comment-list li.comment .comment-author .comment-date {
        font-size: 70%;
        color: #999; }

#comments-panel {
  margin-top: 0; }
  #comments-panel .panel-title {
    color: #666;
    text-transform: uppercase; }
    #comments-panel .panel-title h5 {
      color: #666;
      font-size: 18px;
      margin: 0;
      font-weight: 100; }
      #comments-panel .panel-title h5 .fa {
        color: #999;
        font-size: 32px;
        margin-right: 10px;
        position: relative;
        top: 0;
        vertical-align: middle; }
  #comments-panel p {
    margin-bottom: 0.46875rem; }
    #comments-panel p.form-submit {
      margin-bottom: 0; }
      #comments-panel p.form-submit .button, #comments-panel p.form-submit #load-more {
        margin: 0; }

.panel-expander {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  margin: 0.9375rem 0; }
  .panel-expander .panel-title {
    position: relative;
    padding: 0.9375rem;
    cursor: pointer; }
    .panel-expander .panel-title:before {
      content: "\f055";
      font: normal normal normal 18px/1 FontAwesome;
      position: absolute;
      right: 0.9375rem;
      top: 50%;
      margin-top: -10px;
      color: #999;
      font-size: 18px; }
  .panel-expander .panel-content {
    padding: 0 0.9375rem 0.9375rem;
    display: none; }
  .panel-expander.active .panel-title:before {
    content: '\f056'; }
  .panel-expander.active .panel-content {
    display: block; }

.blog-alert {
  border: 2px solid #F2D9A8;
  background: rgba(242, 217, 168, 0.4);
  color: #666;
  font-size: 14px;
  padding: 0.46875rem 0.9375rem;
  margin: 0.9375rem -0.9375rem;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.15em; }
  .home .blog-alert {
    background: #fff2ac;
    margin: 0; }
  .blog-alert a {
    color: #0066ac; }
  @media only screen and (max-width: 40em) {
    .blog-alert {
      border-left: none;
      border-right: none; } }
  @media only screen and (min-width: 40.063em) {
    .blog-alert {
      font-size: 18px;
      margin-left: 0;
      margin-right: 0; }
      .blog-alert a {
        margin-left: 10px; } }

.news-excerpt {
  list-style-type: none; }

.custom-archive-block {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .custom-archive-block:before, .custom-archive-block:after {
    content: " ";
    display: table; }
  .custom-archive-block:after {
    clear: both; }
  .custom-archive-block > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
  .custom-archive-block > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .custom-archive-block > li:nth-of-type(1n) {
      clear: none; }
    .custom-archive-block > li:nth-of-type(1n+1) {
      clear: both; }
  .custom-archive-block li {
    padding-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .custom-archive-block {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .custom-archive-block:before, .custom-archive-block:after {
        content: " ";
        display: table; }
      .custom-archive-block:after {
        clear: both; }
      .custom-archive-block > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .custom-archive-block > li {
        width: 50%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .custom-archive-block > li:nth-of-type(1n) {
          clear: none; }
        .custom-archive-block > li:nth-of-type(2n+1) {
          clear: both; } }
  @media only screen and (min-width: 64.063em) {
    .custom-archive-block {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .custom-archive-block:before, .custom-archive-block:after {
        content: " ";
        display: table; }
      .custom-archive-block:after {
        clear: both; }
      .custom-archive-block > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .custom-archive-block > li {
        width: 33.3333333333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .custom-archive-block > li:nth-of-type(1n) {
          clear: none; }
        .custom-archive-block > li:nth-of-type(3n+1) {
          clear: both; } }
  .search-list .custom-archive-block {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    margin: 0; }
    .search-list .custom-archive-block:before, .search-list .custom-archive-block:after {
      content: " ";
      display: table; }
    .search-list .custom-archive-block:after {
      clear: both; }
    .search-list .custom-archive-block > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .search-list .custom-archive-block > li {
      width: 100%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .search-list .custom-archive-block > li:nth-of-type(1n) {
        clear: none; }
      .search-list .custom-archive-block > li:nth-of-type(1n+1) {
        clear: both; }
    .search-list .custom-archive-block .news-excerpt {
      border-bottom: solid 2px #cecece;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
      .search-list .custom-archive-block .news-excerpt:last-child {
        border-bottom: none; }
      .search-list .custom-archive-block .news-excerpt h4 {
        margin-top: 0;
        line-height: 1.1em; }
    .search-list .custom-archive-block .news-excerpt-thumb {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left;
      padding-top: 0;
      padding-left: 0;
      height: auto !important;
      max-height: 254px;
      overflow: hidden; }
      .search-list .custom-archive-block .news-excerpt-thumb img {
        position: relative; }
    .search-list .custom-archive-block .news-excerpt-text {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left; }
      .search-list .custom-archive-block .news-excerpt-text.full {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        padding: 0; }

.search-results h3.group-heading {
  position: relative;
  background: #86b2d7;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
  margin: 0 0 1.875rem 0;
  color: #fff;
  font-weight: 100;
  font-size: 1.25em; }
  .search-results h3.group-heading:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    height: 20px;
    width: 10px;
    margin-top: -10px;
    background: #0067a9;
    border-radius: 0 10px 10px 0; }

.newsfeed-email-submit {
  background: #F4F0ED; }
  .newsfeed-email-submit h3 {
    padding: 0.9375rem;
    background: #0066ac;
    border: 1px solid #ccc;
    margin: 0;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 0;
    font-family: "Frutiger W01",Frutiger,Arial,Helvetica,sans-serif; }
  .newsfeed-email-submit p {
    padding: 0.9375rem;
    font-size: 100%;
    margin: 0; }
  .newsfeed-email-submit .gform_wrapper {
    padding: 0 0.9375rem; }
    .newsfeed-email-submit .gform_wrapper .top_label input.large {
      width: 100% !important; }
    .newsfeed-email-submit .gform_wrapper .gform_body {
      width: 70% !important;
      float: left !important; }
    .newsfeed-email-submit .gform_wrapper .gform_footer {
      width: 30% !important;
      float: left !important;
      padding: 0 !important;
      margin: 0 !important;
      clear: none !important; }
      .newsfeed-email-submit .gform_wrapper .gform_footer .button, .newsfeed-email-submit .gform_wrapper .gform_footer #load-more {
        padding: 8px 10px 7px !important;
        border-radius: 0 !important;
        width: 100%; }

.rpjc_widget_cat_recent_posts h3.widget-title {
  font-size: 18px !important;
  font-weight: 200 !important; }

.rpjc_widget_cat_recent_posts ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .rpjc_widget_cat_recent_posts ul li {
    padding: 0.9375rem;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
    .rpjc_widget_cat_recent_posts ul li a {
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      font-weight: 300 !important;
      font-family: "Frutiger W01",Frutiger,Arial,Helvetica,sans-serif; }

.menu-close {
  display: none; }

.menu-close.bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 1.2em;
  color: #000;
  width: 100%;
  background: #777;
  color: #ececec;
  height: 50px;
  line-height: 50px;
  z-index: 9999999;
  font-weight: 600; }
  .menu-close.bottom i {
    padding-left: 0.9375rem;
    position: relative;
    font-size: 1.5em;
    top: 0px; }

#overlay {
  z-index: 9;
  position: fixed;
  width: 100%;
  height: calc(100%);
  top: 0px;
  opacity: 0;
  padding-top: 0;
  overflow: auto;
  transition: opacity 0.3s linear;
  transform: translateZ(0);
  background: rgba(236, 236, 236, 0.95);
  font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif; }
  #overlay:before, #overlay:after {
    content: " ";
    display: table; }
  #overlay:after {
    clear: both; }
  #overlay.active {
    opacity: 1;
    z-index: 99999; }
  @media only screen and (min-width: 64.063em) {
    #overlay {
      top: 0;
      padding-top: 7.5rem;
      height: 100%; } }
  #overlay .overlay-contact-mobile {
    display: block;
    color: #777;
    clear: both; }
    #overlay .overlay-contact-mobile li {
      border: none; }
      #overlay .overlay-contact-mobile li a {
        padding: 0.46875rem 0.9375rem;
        color: #777;
        line-height: 2em;
        font-size: 1em;
        font-weight: 400; }
    @media only screen and (min-width: 64.063em) {
      #overlay .overlay-contact-mobile {
        display: none; } }
  #overlay .more-menu {
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 0;
    border: none;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.46875rem 0.625rem;
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2em; }
    #overlay .more-menu:after {
      display: none; }
    #overlay .more-menu span {
      font-family: 'WebSymbolsRegular';
      font-weight: 100;
      font-size: 0.8em;
      position: relative;
      top: -1px; }
    @media only screen and (min-width: 64.063em) {
      #overlay .more-menu {
        position: absolute;
        top: 23px;
        right: 89px;
        border: solid 2px rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        padding: 0.46875rem 0.625rem;
        background: none;
        display: inline-block;
        width: auto;
        height: 50px; } }
    @media (min-width: 1250px) {
      #overlay .more-menu {
        right: 12%; } }
  #overlay .mobile-more-menu {
    border: none;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.46875rem 0.625rem;
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2em; }
    #overlay .mobile-more-menu:after {
      display: none; }
    #overlay .mobile-more-menu span {
      font-family: 'WebSymbolsRegular';
      font-weight: 100;
      font-size: 0.8em;
      position: relative;
      top: -1px; }
  #overlay .overlay-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
    display: none; }
    #overlay .overlay-column p {
      color: white;
      display: block;
      width: 100%;
      border-top: solid 1px white;
      margin-top: 1.875rem;
      margin-bottom: 0;
      clear: both;
      line-height: 3em;
      font-weight: 600;
      font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif; }
    #overlay .overlay-column a {
      color: white;
      line-height: 2em; }
      #overlay .overlay-column a.email {
        text-decoration: underline; }
    #overlay .overlay-column ul {
      list-style-type: none; }
      #overlay .overlay-column ul li {
        display: inline-block;
        float: left;
        list-style-type: none; }
    @media only screen and (min-width: 64.063em) {
      #overlay .overlay-column {
        display: block; } }
    #overlay .overlay-column .overlay-button {
      color: white;
      padding: 2.8125rem 0 0.625rem 0;
      font-size: 1.5em;
      text-transform: uppercase;
      position: relative;
      display: block;
      border: solid 1px #fff;
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      text-align: center;
      font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
      font-weight: 700;
      margin-bottom: 0.625rem; }
      #overlay .overlay-column .overlay-button:hover {
        background: #003b5c; }
      #overlay .overlay-column .overlay-button i {
        position: absolute;
        font-size: 1.4em;
        top: 20px;
        left: 50%;
        transform: translateX(-50%); }
  #overlay nav.main-navigation {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    float: left;
    display: none; }
    @media only screen and (min-width: 64.063em) {
      #overlay nav.main-navigation {
        display: block; } }
    #overlay nav.main-navigation ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #overlay nav.main-navigation ul.overlay-menu > li {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.3333333333%;
        float: left;
        min-height: 300px; }
        #overlay nav.main-navigation ul.overlay-menu > li:nth-child(4n+4) {
          clear: both; }
        #overlay nav.main-navigation ul.overlay-menu > li a {
          color: white;
          text-transform: uppercase;
          font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
          font-weight: 700;
          font-size: 1.9em; }
      #overlay nav.main-navigation ul.sub-menu {
        border-top: solid 1px #fff; }
        #overlay nav.main-navigation ul.sub-menu li {
          margin-bottom: 3px; }
          #overlay nav.main-navigation ul.sub-menu li a {
            font-size: 1rem;
            font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif; }
  #overlay nav.mobile-navigation {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
    display: block;
    height: 600px; }
    @media only screen and (min-width: 64.063em) {
      #overlay nav.mobile-navigation {
        display: none; } }
    #overlay nav.mobile-navigation ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #overlay nav.mobile-navigation ul.overlay-menu > li {
        position: relative;
        border-bottom: solid 1px rgba(0, 0, 0, 0.5);
        padding: 0;
        margin: 0;
        height: auto; }
        #overlay nav.mobile-navigation ul.overlay-menu > li:after {
          content: "\3e";
          position: absolute;
          top: 20px;
          right: 5%;
          transform: translate(-50%, -50%);
          font-size: 0.7em;
          font-family: 'WebSymbolsRegular';
          color: #777; }
        #overlay nav.mobile-navigation ul.overlay-menu > li.menu-item-has-children > a {
          background: rgba(0, 0, 0, 0.5); }
        #overlay nav.mobile-navigation ul.overlay-menu > li.menu-item-has-children:after {
          content: "\7b";
          position: absolute;
          top: 20px;
          right: 5%;
          transform: translate(-50%, -50%);
          font-size: 1em;
          font-family: 'WebSymbolsRegular';
          color: #777; }
        #overlay nav.mobile-navigation ul.overlay-menu > li.menu-item-has-children ul {
          display: none; }
          #overlay nav.mobile-navigation ul.overlay-menu > li.menu-item-has-children ul.active {
            display: block; }
          #overlay nav.mobile-navigation ul.overlay-menu > li.menu-item-has-children ul li {
            position: relative; }
        #overlay nav.mobile-navigation ul.overlay-menu > li a {
          color: #777;
          text-transform: uppercase;
          font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
          font-weight: 700;
          font-size: 1.2em;
          line-height: 1.4em;
          padding: 0.46875rem 1.875rem;
          width: 100%;
          display: block; }
      #overlay nav.mobile-navigation ul.sub-menu {
        border-top: solid 1px #777; }
        #overlay nav.mobile-navigation ul.sub-menu li a {
          font-size: 0.8em;
          font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif; }

.video-backup {
  background: url("../img/video-backup.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -1;
  display: block; }

.home #content {
  background: transparent; }

.newsroll {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #dedede;
  z-index: 1000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
  @media only screen and (min-width: 40.063em) {
    .newsroll {
      background: #fff; } }
  .newsroll .inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem;
    max-width: 100%;
    height: 102px;
    overflow: hidden; }
    .newsroll .inner:before, .newsroll .inner:after {
      content: " ";
      display: table; }
    .newsroll .inner:after {
      clear: both; }
    @media only screen and (min-width: 40.063em) {
      .newsroll .inner {
        height: 50px; } }
    .newsroll .inner .heading {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left;
      border-bottom: 1px solid #dedede; }
      @media only screen and (min-width: 40.063em) {
        .newsroll .inner .heading {
          padding-left: 0;
          padding-right: 0;
          width: 25%;
          float: left; } }
      @media only screen and (min-width: 64.063em) {
        .newsroll .inner .heading {
          padding-left: 0;
          padding-right: 0;
          width: 16.6666666667%;
          float: left;
          border-bottom: none; } }
      .newsroll .inner .heading h5 {
        margin: 0;
        height: 50px;
        padding: 0.625rem;
        color: #fff;
        background: #0066ac;
        font-weight: 300;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        @media only screen and (min-width: 40.063em) {
          .newsroll .inner .heading h5 {
            text-align: left;
            background: #0066ac;
            color: #fff;
            padding: 0.9375rem; } }
      .newsroll .inner .heading .news-nav-home {
        display: none; }
        @media only screen and (min-width: 40.063em) {
          .newsroll .inner .heading .news-nav-home {
            display: block; } }
        .newsroll .inner .heading .news-nav-home .slick-prev:before, .newsroll .inner .heading .news-nav-home .slick-next:before {
          font-family: FontAwesome;
          top: 14.5px;
          right: 0;
          font-size: 40px;
          color: #444; }
        .newsroll .inner .heading .news-nav-home .slick-prev {
          position: static;
          left: 0;
          width: 50%;
          float: left;
          height: auto;
          margin: 0 0 15px 0;
          padding: 10px;
          border-right: 1px solid #dedede;
          border-bottom: 1px solid #dedede; }
          .newsroll .inner .heading .news-nav-home .slick-prev:before {
            content: '\f104'; }
        .newsroll .inner .heading .news-nav-home .slick-next {
          position: static;
          right: 0;
          width: 50%;
          float: left;
          height: auto;
          margin: 0 0 15px 0;
          padding: 10px;
          border-bottom: 1px solid #dedede; }
          .newsroll .inner .heading .news-nav-home .slick-next:before {
            content: '\f105'; }
    .newsroll .inner .home-news-carousel {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left; }
      @media only screen and (min-width: 40.063em) {
        .newsroll .inner .home-news-carousel {
          padding-left: 0;
          padding-right: 0;
          width: 75%;
          float: left; } }
      @media only screen and (min-width: 64.063em) {
        .newsroll .inner .home-news-carousel {
          padding-left: 0;
          padding-right: 0;
          width: 83.3333333333%;
          float: left; } }
      .newsroll .inner .home-news-carousel h6 {
        margin: 0;
        padding: 0.9375rem 0;
        text-align: center; }
        @media only screen and (min-width: 40.063em) {
          .newsroll .inner .home-news-carousel h6 {
            text-align: left;
            height: 50px;
            padding: 0.9375rem 0;
            max-height: 50px;
            overflow: hidden; } }
        .newsroll .inner .home-news-carousel h6 a {
          font-weight: 300;
          overflow: hidden;
          max-height: 25px;
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis; }
      .newsroll .inner .home-news-carousel .news-story {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        border-left: 1px solid #dedede;
        padding: 0 1.875rem 1.875rem;
        position: relative; }
        @media only screen and (min-width: 40.063em) {
          .newsroll .inner .home-news-carousel .news-story {
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            width: 33.3333333333%;
            float: left;
            display: block; } }
        .newsroll .inner .home-news-carousel .news-story img {
          margin-bottom: 0.9375rem;
          width: 100%; }
        .newsroll .inner .home-news-carousel .news-story p {
          font-family: Georgia, sans-serif;
          line-height: 1.5em; }
        .newsroll .inner .home-news-carousel .news-story a.cover {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: auto; }
    .newsroll .inner a.all-news {
      display: none;
      padding: 7px 20px;
      color: #fff;
      background: #0066ac;
      border-radius: 3px;
      font-weight: 400;
      margin: 20px auto;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      max-width: 70%;
      text-align: center; }
      @media only screen and (min-width: 40.063em) {
        .newsroll .inner a.all-news.bottom {
          display: none; } }
      @media only screen and (min-width: 40.063em) {
        .newsroll .inner a.all-news {
          display: table;
          max-width: 80%; }
          .newsroll .inner a.all-news.bottom {
            display: none; } }
  .newsroll .news-drop-tab {
    height: 30px;
    font-size: 1.5rem;
    color: #666666;
    width: 50px;
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -25px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border: 1px solid #dedede;
    border-top: none;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .newsroll .news-drop-tab {
        background: #fff; } }

.map {
  max-height: 200px;
  display: block;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 999; }
  @media only screen and (min-width: 40.063em) {
    .map {
      max-height: 400px; } }
  @media only screen and (min-width: 64.063em) {
    .map {
      max-height: 600px; } }

.text-container {
  opacity: 0;
  transition: opacity .25s ease-in-out; }

.displaytext .text-container {
  opacity: 1; }

.map-wrapper {
  display: block;
  width: 100%;
  height: auto; }

.map-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 94%;
  vertical-align: middle; }
  @media only screen and (min-width: 40.063em) {
    .map-container {
      padding-bottom: 100%; } }

.map-container svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.boatpath {
  position: absolute;
  width: 100%; }

.map-gradient {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #f1f6fa 0%, #b2d3ea 33%, #d4e6f1 100%);
  height: 360px; }
  @media only screen and (min-width: 40.063em) {
    .map-gradient {
      height: 660px; } }

.map-heading {
  color: #0066ac;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 1.313rem;
  line-height: 1.688rem;
  width: 100%;
  max-width: none;
  text-align: center;
  position: absolute;
  top: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999; }
  @media only screen and (min-width: 40.063em) {
    .map-heading {
      font-size: 2em;
      line-height: 1.25em;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 90%; } }
  @media only screen and (min-width: 64.063em) {
    .map-heading {
      font-size: 3em; } }

.group {
  position: relative; }

.stuck {
  position: fixed !important;
  backface-visibility: hidden;
  top: 0; }

.scrolling-text {
  overflow: hidden;
  transition: opacity .25s ease-in-out;
  background: #000;
  backface-visibility: hidden; }
  .scrolling-text:before, .scrolling-text:after {
    content: " ";
    display: table; }
  .scrolling-text:after {
    clear: both; }
  .scrolling-text .rotator-section-default {
    background: #fff; }

.image-rotator-default-img img {
  width: 100%; }

.image-rotator {
  left: auto;
  backface-visibility: hidden;
  right: 0;
  top: 0;
  width: 100%; }
  .image-rotator:before, .image-rotator:after {
    content: " ";
    display: table; }
  .image-rotator:after {
    clear: both; }
  .image-rotator .image {
    left: 0;
    background-size: cover;
    background-position: top center;
    position: relative;
    top: 0;
    display: none; }
    .image-rotator .image:first-child {
      display: block; }
    .image-rotator .image .text-container {
      position: relative; }
    .image-rotator .image p {
      color: #FFFFFF;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 100;
      font-size: 2em;
      width: 100%;
      padding: 0 1.875rem;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 99999; }
  .image-rotator img {
    width: 100%; }
  @media only screen and (min-width: 64.063em) {
    .image-rotator .image p {
      font-size: 2.688rem;
      line-height: 3.250rem; } }

.text-block {
  float: right;
  display: block;
  z-index: 99; }
  .text-block .inner {
    background: #FFFFFF;
    padding: 1.875rem;
    position: relative; }
  .text-block .image-text {
    border-bottom: 2px solid #dedede;
    padding: 7.5rem 0; }
    .text-block .image-text img {
      width: 100%;
      clear: both; }
    .text-block .image-text h3 {
      color: #0066ac;
      font-size: 1.4em;
      font-weight: 300;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      line-height: 1.25em; }
    .text-block .image-text p {
      color: #58595c;
      font-size: 1.1em;
      line-height: 1.5em;
      font-weight: 400;
      padding-bottom: 1.875rem; }
      .text-block .image-text p:last-child {
        padding-bottom: 0; }
  .text-block .image-text-2 {
    padding: 7.5rem 0; }
  @media only screen and (min-width: 40.063em) {
    .text-block {
      max-width: 320px; } }
  @media only screen and (min-width: 64.063em) {
    .text-block {
      max-width: 450px; } }

.image-rotator-default-img {
  position: relative; }
  .image-rotator-default-img .text-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    z-index: 99; }
    .image-rotator-default-img .text-container h3 {
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 1.8125rem;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      text-align: center; }
      @media only screen and (min-width: 40.063em) {
        .image-rotator-default-img .text-container h3 {
          font-size: 2rem;
          line-height: 2.5rem;
          font-weight: 100;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); } }
  .image-rotator-default-img i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13px;
    top: inherit;
    color: #fff;
    font-size: 3.0em;
    cursor: pointer;
    z-index: 99; }
    @media only screen and (min-width: 40.063em) {
      .image-rotator-default-img i {
        font-size: 3.5em;
        bottom: 62px; } }

.rotator-text-default {
  display: none;
  padding: 1.875rem; }
  .rotator-text-default img {
    width: 100%;
    margin: 0.46875rem auto; }
  .rotator-text-default h3 {
    color: #0066ac;
    font-size: 1.2em;
    font-weight: 300;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
  .rotator-text-default p {
    color: #666;
    line-height: 1.5em; }

.globe {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  max-width: 100% !important;
  padding: 0.9375rem 0 7.5rem;
  background: #FFFFFF;
  position: relative;
  z-index: 999999; }
  .globe:before, .globe:after {
    content: " ";
    display: table; }
  .globe:after {
    clear: both; }
  .globe img.globe-small {
    display: block;
    margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    .globe {
      padding: 7.5rem 0; } }
  @media only screen and (min-width: 64.063em) {
    .globe .drawGlobe {
      opacity: 0; } }
  .globe #Blank_globe, .globe #globe_map {
    position: relative;
    top: 0px;
    display: block;
    clear: both; }
    .globe #Blank_globe canvas, .globe #globe_map canvas {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      max-width: 240px;
      border: solid 2px #0066ac;
      border-radius: 100%; }
    @media only screen and (min-width: 40.063em) {
      .globe #Blank_globe, .globe #globe_map {
        top: 50px; }
        .globe #Blank_globe canvas, .globe #globe_map canvas {
          max-width: none; } }
    .globe #Blank_globe canvas, .globe #globe_map canvas {
      max-width: none; }

.globe-heading {
  color: #0066ac;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  max-width: 500px;
  text-align: center;
  margin: 1.875rem;
  z-index: 99999; }
  @media only screen and (min-width: 40.063em) {
    .globe-heading {
      font-size: 3em;
      line-height: 1.5em;
      font-weight: 100;
      margin: 0 auto; } }

.voyage-home {
  width: auto;
  margin: 0;
  max-width: none;
  max-width: none;
  padding-bottom: 0; }
  .voyage-home:before, .voyage-home:after {
    content: " ";
    display: table; }
  .voyage-home:after {
    clear: both; }
  .voyage-home .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.24) 14%, transparent 34%, transparent 100%);
    z-index: 99999; }
  .voyage-home.displaytext .voyage-home-header-container {
    opacity: 1; }
  .voyage-home .voyage-home-header-container {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    opacity: 0;
    transition: opacity .25s ease-in-out; }
    @media only screen and (min-width: 40.063em) {
      .voyage-home .voyage-home-header-container {
        position: absolute; } }
  .voyage-home .voyage-home-header {
    padding: 1.875rem 0.9375rem 0.9375rem 0.9375rem;
    display: block;
    width: 100%; }
    .voyage-home .voyage-home-header h3 {
      color: #FFFFFF;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 100;
      font-size: 1.5rem;
      line-height: 1.8125rem;
      text-align: center;
      text-rendering: geometricPrecision;
      margin-top: 0.9375rem; }
    .voyage-home .voyage-home-header h4 {
      color: #FCB158;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 100;
      font-size: 1.6em;
      text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .voyage-home .voyage-home-header h3 {
        font-size: 2em; }
      .voyage-home .voyage-home-header h4 {
        font-size: 2em; } }
  .voyage-home .voyage-homeleft {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0 0 5.625rem 0;
    z-index: 99999;
    top: 0; }
    @media only screen and (min-width: 40.063em) {
      .voyage-home .voyage-homeleft {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 58.3333333333%;
        left: 0%;
        right: auto;
        right: 0%;
        left: auto;
        float: left;
        margin-left: 0% !important;
        right: auto;
        left: 0; } }
    @media only screen and (min-width: 64.063em) {
      .voyage-home .voyage-homeleft {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 66.6666666667%;
        left: 0%;
        right: auto;
        right: 0%;
        left: auto;
        float: left;
        margin-left: 0% !important;
        right: auto;
        left: 0; } }
    .voyage-home .voyage-homeleft img {
      width: 100%; }
  .voyage-home .voyage-homeright {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    border-top: solid 1px #cecece;
    z-index: 9999999;
    background: white;
    overflow: auto;
    padding-top: 1.875rem; }
    .voyage-home .voyage-homeright ul {
      margin-left: 0; }
    @media only screen and (min-width: 40.063em) {
      .voyage-home .voyage-homeright {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 41.6666666667%;
        left: 0%;
        right: auto;
        right: 0%;
        left: auto;
        float: left;
        margin-left: 0% !important;
        padding: 3.75rem 1.875rem;
        float: right; } }
    @media only screen and (min-width: 64.063em) {
      .voyage-home .voyage-homeright {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 33.3333333333%;
        left: 0%;
        right: auto;
        right: 0%;
        left: auto;
        float: left;
        margin-left: 0% !important;
        padding: 3.75rem 1.875rem;
        float: right; } }
    .voyage-home .voyage-homeright li {
      list-style-type: none;
      position: relative;
      padding-left: 4.6875rem;
      margin-bottom: 2.8125rem; }
      .voyage-home .voyage-homeright li i {
        color: #FCB158;
        font-size: 2em;
        position: absolute;
        left: 0;
        top: 0; }
      @media only screen and (min-width: 40.063em) {
        .voyage-home .voyage-homeright li {
          padding-left: 3.75rem; } }
      @media only screen and (min-width: 64.063em) {
        .voyage-home .voyage-homeright li {
          padding-left: 4.6875rem; }
          .voyage-home .voyage-homeright li i {
            font-size: 2.5em; } }
    .voyage-home .voyage-homeright h3 {
      color: #FCB158;
      font-size: 2em;
      font-weight: 100;
      margin-bottom: 2.8125rem;
      text-align: center;
      line-height: 1em; }
      @media only screen and (min-width: 64.063em) {
        .voyage-home .voyage-homeright h3 {
          font-size: 2.5em; } }
    .voyage-home .voyage-homeright h6 {
      font-weight: 400;
      font-size: 1.1em;
      color: #666666; }
      @media only screen and (min-width: 40.063em) {
        .voyage-home .voyage-homeright h6 {
          font-weight: 300; } }
    .voyage-home .voyage-homeright span {
      color: #666666; }
  .voyage-home .voyage-name {
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    display: block;
    max-width: 350px;
    width: 350px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.9375rem 1.875rem;
    border-radius: 75px;
    min-width: 325px;
    color: #000000;
    margin-top: 0.625rem; }
    .voyage-home .voyage-name h5 {
      font-size: 1.2em;
      font-weight: 400;
      margin: 0; }
    .voyage-home .voyage-name span {
      font-size: 0.8em;
      font-weight: 200;
      display: block;
      margin-top: -4px;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
    .voyage-home .voyage-name i {
      position: absolute;
      right: 1.875rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2.5em; }
    .voyage-home .voyage-name:hover {
      background: white; }
  .voyage-home .home-voyages {
    margin-top: 3.75rem;
    max-width: none; }

body.single-voyages article.voyages .page-section:first-child p {
  font-size: 1.2rem; }

body.post-template-page-voyage-destinations-php .page-section.page-section-full-width {
  margin: 0; }

body.post-template-page-voyage-destinations-php .head-section h2.destination-text-overlay {
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  font-weight: 100;
  padding: 0;
  margin: 0;
  text-shadow: 2px 2px 4px #444444; }

body.post-template-page-voyage-destinations-php .head-section .destinations-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(68, 68, 68, 0.25); }

body.post-template-page-voyage-destinations-php table th {
  color: #0066ac !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 1.1rem;
  letter-spacing: 0 !important; }

body.post-template-page-voyage-destinations-php table td a {
  font-size: 1.1rem; }

body.post-template-page-voyage-lifelong-academics-php .article-builder-wrapper .media-block-content h3 {
  margin-top: 0; }

body.page-template-page-voyage-academics-php .panel, body.post-template-page-voyage-lifelong-academics-php .panel {
  margin-bottom: 0; }

body.page-template-page-voyage-academics-php .article-builder-wrapper h3, body.post-template-page-voyage-lifelong-academics-php .article-builder-wrapper h3 {
  margin: 30px 0 0; }

body.page-template-page-voyage-academics-php .article-builder-wrapper .deadlines-widget, body.post-template-page-voyage-lifelong-academics-php .article-builder-wrapper .deadlines-widget {
  margin-top: 0; }
  body.page-template-page-voyage-academics-php .article-builder-wrapper .deadlines-widget h3, body.post-template-page-voyage-lifelong-academics-php .article-builder-wrapper .deadlines-widget h3 {
    margin: 0; }

body.page-template-page-voyage-academics-php .article-builder-wrapper .page-section:nth-child(2), body.post-template-page-voyage-lifelong-academics-php .article-builder-wrapper .page-section:nth-child(2) {
  padding: 0.46875rem 0 1.875rem; }

body.page-template-page-voyage-academics-php .article-builder-wrapper .page-section-container-width .main-content, body.post-template-page-voyage-lifelong-academics-php .article-builder-wrapper .page-section-container-width .main-content {
  padding-right: 2.8125rem; }

body.page-template-page-voyage-academics-php h3.center, body.post-template-page-voyage-lifelong-academics-php h3.center {
  font-size: 2.125rem;
  line-height: 2.625rem; }

table.sas_course_table a:hover {
  text-decoration: underline; }

.img-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  display: block;
  background: rgba(0, 0, 0, 0.12);
  transform: translateX(-50%);
  z-index: 9; }
  @media only screen and (min-width: 40.063em) {
    .img-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: translateX(0%); } }

.voyage-overview .img-overlay {
  border-radius: 100%;
  width: 80%;
  transition: all 0.3s linear; }
  @media only screen and (min-width: 40.063em) {
    .voyage-overview .img-overlay {
      width: 100%; } }
  .voyage-overview .img-overlay:hover {
    opacity: 0; }

.load-screen {
  background: #FFFFFF;
  position: absolute;
  top: 500px;
  width: 100%;
  height: 100%;
  z-index: 99999999; }
  .load-screen img {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%); }

.voyage-header-top {
  display: none;
  padding: 0.9375rem 0; }
  @media only screen and (min-width: 64.063em) {
    .voyage-header-top {
      display: block; } }
  .voyage-header-top h2 {
    color: #0066ac;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 300 !important;
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
    z-index: 99; }
  .voyage-header-top span {
    color: #0066ac;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 200 !important;
    z-index: 99; }

.voyage-apply {
  display: inline-block;
  position: relative;
  left: 0;
  padding: 0.9375rem 1.875rem;
  margin: 1.875rem 0 0.625rem;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  z-index: 99;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  min-width: 82px;
  text-align: center;
  border-radius: 3px;
  background: #ffbe01;
  /* Old browsers */
  background: linear-gradient(to bottom, #ffbe01 0%, #ff9524 100%);
  /* W3C */ }
  .voyage-apply:hover {
    background: linear-gradient(to bottom, #ff9524 100%, #ff9524 100%);
    color: #ffffff; }
  @media only screen and (min-width: 40.063em) {
    .voyage-apply {
      left: 50%;
      transform: translateX(-50%);
      margin: 1.875rem 0; } }

.underlined {
  margin-bottom: 0.9375rem;
  border-bottom: solid 2px #e9e6e1;
  line-height: 2em; }

.single-voyages #primary, .single-llvoyage #primary {
  max-width: none;
  position: relative; }
  .single-voyages #primary.current, .single-llvoyage #primary.current {
    background: #fff url("../img/sas-bg-map.jpg") no-repeat; }
    .single-voyages #primary.current #content, .single-llvoyage #primary.current #content {
      background: transparent; }

.single-voyages .current-main .acf-map, .single-llvoyage .current-main .acf-map {
  margin-top: 0;
  height: 320px !important; }
  @media only screen and (min-width: 40.063em) {
    .single-voyages .current-main .acf-map, .single-llvoyage .current-main .acf-map {
      height: 500px !important; } }

.single-voyages .upcoming, .single-llvoyage .upcoming {
  background: #e4e4e4;
  padding-bottom: 15rem; }
  .single-voyages .upcoming #primary, .single-llvoyage .upcoming #primary {
    background: #e4e4e4; }

.single-voyages .map, .single-llvoyage .map {
  max-height: 300px;
  display: block;
  width: 100%;
  background: #e4e4e4;
  position: absolute;
  z-index: 999;
  margin-top: 0;
  top: 0px; }
  @media only screen and (min-width: 40.063em) {
    .single-voyages .map, .single-llvoyage .map {
      max-height: none;
      top: 0; } }
  @media large-up {
    .single-voyages .map, .single-llvoyage .map {
      top: 0;
      height: 960px; } }

.single-voyages .map-gradient, .single-llvoyage .map-gradient {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #f1f6fa 0%, #b2d3ea 33%, #e4e4e4 100%);
  height: 360px; }
  @media only screen and (min-width: 40.063em) {
    .single-voyages .map-gradient, .single-llvoyage .map-gradient {
      height: 660px; } }
  @media large-up {
    .single-voyages .map-gradient, .single-llvoyage .map-gradient {
      height: 960px; } }

.map {
  display: none !important; }

.voyage-head {
  height: 220px;
  background-position: center; }
  .voyage-head .voyage-headleft {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    height: 165px;
    position: relative;
    background: rgba(68, 68, 68, 0.25); }
  .voyage-head.auto {
    height: auto !important; }
  .voyage-head .voyage-headtext {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 0 1.875rem;
    z-index: 99; }
    .voyage-head .voyage-headtext h5 {
      font-size: 1.5em;
      font-weight: 300;
      color: #FFFFFF;
      margin: 0;
      text-shadow: 2px 2px 4px #444444; }
    .voyage-head .voyage-headtext span {
      font-size: 1.6em;
      font-weight: 100;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      text-shadow: 2px 2px 4px #444444; }
    @media only screen and (min-width: 40.063em) {
      .voyage-head .voyage-headtext h5 {
        font-size: 48px;
        line-height: 48px;
        font-weight: 300;
        color: #FFFFFF;
        margin-bottom: 0; }
      .voyage-head .voyage-headtext span {
        font-size: 31px;
        line-height: 37px;
        font-weight: 100; } }
    @media only screen and (min-width: 64.063em) {
      .voyage-head .voyage-headtext h5 {
        font-size: 48px;
        line-height: 48px;
        font-weight: 300;
        color: #FFFFFF;
        margin-bottom: 0; }
      .voyage-head .voyage-headtext span {
        font-size: 50px;
        line-height: 60px;
        font-weight: 100; } }
  .voyage-head .voyage-headright {
    background: white;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    height: auto;
    padding: 0.9375rem;
    text-align: center; }
    .voyage-head .voyage-headrightcontent {
      text-align: left; }
    .voyage-head .voyage-headright h3 {
      color: #0066ac;
      font-size: 18px;
      line-height: 24px;
      font-weight: 300; }
    .voyage-head .voyage-headright h5 {
      color: #0066ac;
      font-size: 1.25em;
      margin-bottom: 0.9375rem;
      font-weight: 200; }
    .voyage-head .voyage-headright p {
      color: #333333;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2em; }
    .voyage-head .voyage-headright strong {
      font-weight: 300; }
    .voyage-head .voyage-headright span {
      color: #0066ac;
      display: block;
      clear: both;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 300;
      font-size: 15px !important; }
      .voyage-head .voyage-headright span.destination {
        color: #333333;
        text-transform: uppercase;
        line-height: 1rem; }
      .voyage-head .voyage-headright span.dates {
        font-weight: 100; }
    .voyage-head .voyage-headright .overview-drop-tab {
      color: #666666;
      text-align: center;
      position: relative;
      padding-right: 1.875rem;
      display: inline-block;
      width: auto;
      margin-bottom: 0;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-size: 1.2em;
      font-weight: 300; }
    .voyage-head .voyage-headright .voyage-drop-tab {
      font-weight: 300; }
    .voyage-head .voyage-headright i {
      font-size: 1em;
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%); }
      .voyage-head .voyage-headright i.fa-chevron-right {
        display: none; }
      .voyage-head .voyage-headright i.fa-plus-circle {
        display: block; }
    .voyage-head .voyage-headright .news-carousel a {
      white-space: nowrap;
      overflow: hidden;
      text-ovcerflow: ellipsis; }
    .voyage-head .voyage-headrightcontent {
      display: none; }
    @media only screen and (min-width: 40.063em) {
      .voyage-head .voyage-headright {
        padding: 0.9375rem; } }
    @media only screen and (min-width: 64.063em) {
      .voyage-head .voyage-headright {
        padding: 3.75rem; }
        .voyage-head .voyage-headright h3 {
          margin-bottom: 0.9375rem;
          font-size: 30px;
          line-height: 37px; }
        .voyage-head .voyage-headright h5 {
          font-size: 1.25em; }
        .voyage-head .voyage-headright span {
          font-size: 1em; }
        .voyage-head .voyage-headrightcontent {
          display: block; } }
    @media only screen and (min-width: 64.063em) and (max-width: 70.063em) {
      .voyage-head .voyage-headright h3 {
        font-size: 20px; } }
  @media only screen and (min-width: 40.063em) {
    .voyage-head {
      height: 420px;
      background-position: center; }
      .voyage-head .voyage-headleft {
        height: 365px; }
      .voyage-head .voyage-headright {
        position: relative;
        z-index: 999;
        background: white; } }
  @media only screen and (min-width: 64.063em) {
    .voyage-head {
      height: 500px; }
      .voyage-head .voyage-headleft {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 58.3333333333%;
        float: left;
        height: 580px; }
      .voyage-head .voyage-headright {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.6666666667%;
        float: left;
        padding: 1.875rem;
        height: 580px;
        background: rgba(255, 255, 255, 0.9);
        border-bottom: none; }
        .voyage-head .voyage-headright .overview-drop-tab {
          display: none; } }

.home-news {
  height: auto;
  width: 100%;
  box-shadow: 0px 2px 3px -1px #888;
  z-index: 99999;
  background: #FFFFFF;
  border-top: solid 1px #ccc;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  overflow: hidden; }
  @media only screen and (min-width: 40.063em) {
    .home-news {
      box-shadow: 0px 0px 5px #888, 0px 0px 5px #888;
      border-top: none;
      height: 58px; } }

.news-event {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0; }
  .news-event .voyage-link {
    padding-left: 0;
    background: #0066ac;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0.9375rem 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis; }
    .news-event .voyage-link a {
      color: #fff;
      position: relative;
      padding-right: 1.875rem;
      font-weight: 300;
      font-size: 1.2em;
      white-space: nowrap; }
      .news-event .voyage-link a.voyage.drop-tab {
        font-weight: 300;
        text-align: center; }
    .news-event .voyage-link i {
      font-size: 1em;
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%); }
      .news-event .voyage-link i.fa-chevron-right {
        display: none; }
      .news-event .voyage-link i.fa-plus-circle {
        display: block; }
  .news-event .story-excerpt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.75rem; }
  .news-event .news-carousel {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 83.3333333333%;
    float: right;
    float: left;
    padding: 0;
    clear: none;
    height: auto;
    display: none; }
  @media only screen and (min-width: 40.063em) {
    .news-event {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left;
      padding: 0; }
      .news-event .voyage-link {
        padding: 0.9375rem 0; }
        .news-event .voyage-link a {
          color: #fff;
          position: relative;
          padding-right: 1.875rem;
          font-weight: 300; } }
  @media only screen and (min-width: 64.063em) {
    .news-event {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 91.6666666667%;
      float: left;
      display: block;
      padding: 0; }
      .news-event .voyage-link {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
        padding: 0.9375rem 0;
        border-right: solid 1px #cecece; }
        .news-event .voyage-link a {
          color: #fff;
          position: relative;
          padding-right: 1.875rem; }
        .news-event .voyage-link i {
          font-size: 0.8em;
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%); }
          .news-event .voyage-link i.fa-plus-circle {
            display: none; }
          .news-event .voyage-link i.fa-chevron-right {
            display: block; }
      .news-event .news-carousel {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 75%;
        float: right;
        float: left;
        padding: 0.9375rem;
        clear: none;
        display: block; } }

.carousel-nav {
  padding-left: 0;
  padding-right: 0;
  width: 8.3333333333%;
  float: left;
  display: none; }
  .carousel-nav:before, .carousel-nav:after {
    content: " ";
    display: table; }
  .carousel-nav:after {
    clear: both; }
  .carousel-nav .slick-prev,
  .carousel-nav .slick-next {
    display: inline-block;
    width: 50%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    cursor: pointer;
    color: #999 !important;
    font-family: 'WebSymbolsRegular';
    height: auto;
    margin: 0; }
    .carousel-nav .slick-prev:before,
    .carousel-nav .slick-next:before {
      color: #999;
      font-family: 'WebSymbolsRegular';
      padding: 0.9375rem;
      display: block;
      border-left: solid 1px #cecece;
      line-height: 1.25em; }
  .carousel-nav .slick-prev:before {
    content: '\003C'; }
  .carousel-nav .slick-next:before {
    content: '\003E'; }
  @media only screen and (min-width: 64.063em) {
    .carousel-nav {
      display: block; } }

.clearing {
  height: 200px;
  width: 100%;
  display: block; }
  @media only screen and (min-width: 40.063em) {
    .clearing {
      height: 200px;
      width: 100%;
      display: block; } }

.voyage-overview {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  background: url(../img/voyage_line.png) center repeat-y !important;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  overflow: visible;
  z-index: 999; }
  .voyage-overview:before, .voyage-overview:after {
    content: " ";
    display: table; }
  .voyage-overview:after {
    clear: both; }
  .voyage-overview .embark {
    position: relative;
    top: -120px;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
  .voyage-overview .voyage-start-circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #FA7F03; }
    @media only screen and (min-width: 40.063em) {
      .voyage-overview .voyage-start-circle {
        display: none; } }
  .voyage-overview .disembark {
    position: relative;
    top: 220px;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
  .voyage-overview .boat-icon {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    z-index: 9999999;
    display: none; }
    @media only screen and (min-width: 40.063em) {
      .voyage-overview .boat-icon {
        height: 90px;
        display: block; } }
    .voyage-overview .boat-icon.affix-top {
      position: absolute;
      top: 0; }
    .voyage-overview .boat-icon.affix-bottom {
      position: absolute;
      top: 100%; }
    .voyage-overview .boat-icon.affix {
      position: fixed;
      top: 50%;
      margin-top: -45px; }
  .voyage-overview span {
    color: #0066ac;
    text-align: center;
    font-size: 2em;
    font-weight: 100;
    display: block;
    width: auto;
    margin: 0 auto;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
    .voyage-overview span.embark-location {
      font-size: 1em;
      font-weight: 300;
      margin-bottom: 3.75rem; }
  .voyage-overview .voyage-row {
    margin-bottom: 1.875rem;
    position: relative;
    margin: 0 0.9375rem 1.875rem 0.9375rem;
    min-height: 550px; }
    .voyage-overview .voyage-row:before, .voyage-overview .voyage-row:after {
      content: " ";
      display: table; }
    .voyage-overview .voyage-row:after {
      clear: both; }
    @media only screen and (min-width: 40.063em) {
      .voyage-overview .voyage-row {
        margin: 0 1.875rem 1.875rem 1.875rem; } }
    .voyage-overview .voyage-row .boat-point {
      width: 15px;
      height: 15px;
      display: none;
      background: #FA7F03;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 40.063em) {
        .voyage-overview .voyage-row .boat-point {
          display: block; } }
  .voyage-overview .voy-img {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    position: relative;
    float: none !important;
    border-radius: 100%; }
    .voyage-overview .voy-img .img-overlay {
      width: 80%; }
    .voyage-overview .voy-img img {
      border-radius: 100%;
      overflow: hidden;
      width: 80%;
      display: block;
      margin: 0 auto;
      border: solid 5px #FA7F03; }
    @media only screen and (max-width: 40em) {
      .voyage-overview .voy-img img {
        width: 80% !important; } }
    @media only screen and (min-width: 40.063em) {
      .voyage-overview .voy-img {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.6666666667%;
        float: left;
        padding: 0; }
        .voyage-overview .voy-img:before, .voyage-overview .voy-img:after {
          content: " ";
          display: table; }
        .voyage-overview .voy-img:after {
          clear: both; }
        .voyage-overview .voy-img.left {
          float: left !important; }
        .voyage-overview .voy-img.right {
          float: right !important; }
        .voyage-overview .voy-img img {
          width: 100% !important;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .voyage-overview .voy-img .img-overlay {
          width: 100%;
          height: auto;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
  .voyage-overview .voy-overview {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 8px;
    position: relative;
    margin: 3.75rem auto;
    float: none !important;
    clear: both;
    min-height: 420px;
    overflow: visible; }
    .voyage-overview .voy-overview.right:before, .voyage-overview .voy-overview.left:before {
      top: 100%;
      bottom: auto;
      left: 50%;
      right: auto;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #FFF;
      border-width: 20px;
      margin-left: -20px; }
    .voyage-overview .voy-overview.right:after, .voyage-overview .voy-overview.left:after {
      top: auto;
      bottom: 100%;
      left: 50%;
      right: auto;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(134, 178, 215, 0);
      border-bottom-color: #86b2d7;
      border-width: 20px;
      margin-left: -20px; }
    @media only screen and (min-width: 40.063em) {
      .voyage-overview .voy-overview {
        padding-left: 0;
        padding-right: 0;
        width: 41.6666666667%;
        float: left;
        margin: 0;
        clear: none;
        min-height: 0; }
        .voyage-overview .voy-overview.right {
          float: right !important; }
          .voyage-overview .voy-overview.right:before {
            display: none; }
          .voyage-overview .voy-overview.right:after {
            left: auto;
            right: 100%;
            top: 50%;
            bottom: auto;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #FFFFFF;
            border-width: 20px;
            margin-top: -20px; }
        .voyage-overview .voy-overview.left {
          float: left !important; }
          .voyage-overview .voy-overview.left:before {
            display: none; }
          .voyage-overview .voy-overview.left:after {
            left: 104%;
            right: auto;
            top: 50%;
            bottom: auto;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #FFFFFF;
            border-width: 20px;
            margin-top: -20px; } }
    .voyage-overview .voy-overview .voy-overviewhead {
      background: #86b2d7;
      padding: 7px 1.875rem;
      color: #FFFFFF;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      font-weight: 200;
      font-size: 14px; }
      @media only screen and (min-width: 64.063em) {
        .voyage-overview .voy-overview .voy-overviewhead {
          font-size: 18px;
          padding: 9px 1.875rem; } }
    .voyage-overview .voy-overview .voy-overviewcontent {
      padding: 1.875rem; }
      .voyage-overview .voy-overview .voy-overviewcontent h5 {
        color: #86b2d7;
        font-weight: 300;
        font-size: 1.2em; }
        @media only screen and (min-width: 64.063em) {
          .voyage-overview .voy-overview .voy-overviewcontent h5 {
            font-size: 1.5em; } }
      .voyage-overview .voy-overview .voy-overviewcontent h6 {
        color: #86b2d7;
        font-weight: 200;
        font-size: 1em;
        line-height: 1.05em;
        vertical-align: bottom; }
        @media only screen and (min-width: 64.063em) {
          .voyage-overview .voy-overview .voy-overviewcontent h6 {
            font-size: 1.2em; } }
        .voyage-overview .voy-overview .voy-overviewcontent h6 img {
          padding-right: 0.46875rem; }
      .voyage-overview .voy-overview .voy-overviewcontent p, .voyage-overview .voy-overview .voy-overviewcontent ul li {
        font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
        font-weight: 400;
        font-size: 0.9rem;
        line-height: 1.5rem;
        color: #4d4d4d; }
        @media only screen and (min-width: 64.063em) {
          .voyage-overview .voy-overview .voy-overviewcontent p, .voyage-overview .voy-overview .voy-overviewcontent ul li {
            font-size: 17px; } }
  .voyage-overview .destination-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 300;
    z-index: 99;
    width: 100%; }
    .voyage-overview .destination-title h5 {
      color: #FFFFFF;
      font-weight: 300;
      font-size: 1.875rem;
      text-align: center;
      text-shadow: 2px 2px 4px #444444; }
    .voyage-overview .destination-title i {
      text-align: center;
      font-size: 2.5rem;
      opacity: 0.8;
      color: #FFFFFF;
      display: block;
      text-shadow: 2px 2px 4px #444444;
      transition: all 0.3s linear;
      backface-visibility: hidden; }
    .voyage-overview .destination-title:hover i {
      opacity: 1; }

.boxes {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .boxes:before, .boxes:after {
    content: " ";
    display: table; }
  .boxes:after {
    clear: both; }
  .boxes > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
  .boxes > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .boxes > li:nth-of-type(1n) {
      clear: none; }
    .boxes > li:nth-of-type(1n+1) {
      clear: both; }
  @media only screen and (min-width: 40.063em) {
    .boxes {
      display: block;
      padding: 0;
      margin: 0 -0.46875rem; }
      .boxes:before, .boxes:after {
        content: " ";
        display: table; }
      .boxes:after {
        clear: both; }
      .boxes > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.46875rem 0.9375rem; }
      .boxes > li {
        width: 50%;
        padding: 0 0.46875rem 0.9375rem;
        list-style: none; }
        .boxes > li:nth-of-type(1n) {
          clear: none; }
        .boxes > li:nth-of-type(2n+1) {
          clear: both; } }
  @media only screen and (min-width: 64.063em) {
    .boxes {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .boxes:before, .boxes:after {
        content: " ";
        display: table; }
      .boxes:after {
        clear: both; }
      .boxes > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .boxes > li {
        width: 25%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .boxes > li:nth-of-type(1n) {
          clear: none; }
        .boxes > li:nth-of-type(4n+1) {
          clear: both; } }

.cost-box {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  background: #f0ece9;
  border-top: solid 12px;
  padding: 1.25rem; }
  .cost-box p {
    margin-bottom: 0.9375rem; }
  .cost-box h6 {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #58595c; }
    .cost-box h6 span {
      position: absolute;
      display: block;
      content: '';
      top: 3px;
      left: -1.25rem;
      height: 12px;
      width: 6px;
      background: #f67611;
      border-radius: 0 10px 10px 0; }

.cost-overview {
  margin-bottom: 1.875rem; }
  .cost-overview:before, .cost-overview:after {
    content: " ";
    display: table; }
  .cost-overview:after {
    clear: both; }

.cost-overview-image {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  height: 100%;
  padding: 0;
  position: relative; }
  .cost-overview-image .overview-overlay {
    color: #FFFFFF;
    text-align: center;
    min-height: 320px;
    margin-top: 9.375rem; }
    .cost-overview-image .overview-overlay h4, .cost-overview-image .overview-overlay h5 {
      color: #FFFFFF;
      font-weight: 300;
      text-align: center;
      font-size: 2rem;
      text-shadow: 2px 2px 4px #444444; }
    .cost-overview-image .overview-overlay h5 {
      font-size: 1.25rem;
      text-shadow: 2px 2px 4px #444444; }
    .cost-overview-image .overview-overlay .voyage-apply {
      left: 0;
      transform: none;
      margin-top: 0.9375rem; }
  @media only screen and (min-width: 40.063em) {
    .cost-overview-image {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left;
      padding: 0; }
      .cost-overview-image .overview-overlay {
        margin-top: 0;
        position: relative;
        top: 70%;
        transform: translateY(-50%); } }

.cost-overview-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
  background: rgba(248, 247, 245, 0.95);
  border-right: solid 1px #e9e6e1;
  font-size: 1.1rem; }
  .cost-overview-content p, .cost-overview-content a {
    padding: 0 0.9375rem; }
  .cost-overview-content ul {
    margin-left: 1.875rem; }
    .cost-overview-content ul li {
      font-size: 1.1rem; }
      .cost-overview-content ul li.cabin-fee {
        font-size: 1.1rem; }
  .cost-overview-content h4, .cost-overview-content .type-head {
    color: #0066ac;
    font-size: 1.4rem;
    padding: 0.9375rem;
    background: #e9e6e1;
    display: block;
    width: 100%;
    font-weight: 400;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    margin-top: 0; }
    .cost-overview-content h4:before, .cost-overview-content h4:after, .cost-overview-content .type-head:before, .cost-overview-content .type-head:after {
      content: " ";
      display: table; }
    .cost-overview-content h4:after, .cost-overview-content .type-head:after {
      clear: both; }
  @media only screen and (min-width: 40.063em) {
    .cost-overview-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left;
      padding: 0; } }

.cost-overview-types ul {
  margin: 0; }

.cost-overview-types li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #e9e6e1;
  padding: 0.46875rem 0.9375rem; }
  .cost-overview-types li:before, .cost-overview-types li:after {
    content: " ";
    display: table; }
  .cost-overview-types li:after {
    clear: both; }
  .cost-overview-types li span {
    display: inline-block; }

.cabin-types {
  margin-top: 3.75rem !important; }
  .cabin-types .page-section {
    padding-top: 0.9375rem !important;
    border-bottom: solid 2px #e9e6e1; }

.acf-map {
  width: 100%;
  height: 500px !important;
  border: #ccc solid 1px;
  margin: 0; }
  .acf-map .marker {
    display: none !important; }
  .acf-map .gmnoprint {
    display: none !important; }

.page-section > .acf-map > .gm-style > div > div:nth-child(2) {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4); }

.no-pointer {
  cursor: default !important; }
  .no-pointer:before, .no-pointer:after {
    content: " ";
    display: table; }
  .no-pointer:after {
    clear: both; }

.voyages-nav-wrapper .voyage-subnav li.current-voyage-subpage a.no-pointer {
  display: none; }

.destination-head {
  margin-top: 1.875rem; }

.destination-intro {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 1.875rem; }
  .destination-intro h2 {
    font-size: 2.5em !important;
    font-weight: 100 !important;
    padding: 0 !important;
    margin: 0 !important; }
  .destination-intro h6 {
    color: #0066ac;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.1em; }
    .destination-intro h6 strong {
      font-weight: 300; }
  .destination-intro span {
    font-size: 1em;
    color: #0066ac;
    font-weight: 300;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif !important;
    margin-bottom: 1.875rem;
    display: block; }
    .destination-intro span.port-info {
      color: #58595c;
      font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif !important; }
      .destination-intro span.port-info a {
        color: #0066ac;
        text-decoration: underline; }
  .destination-intro p {
    font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
    color: #000; }
  @media only screen and (min-width: 40.063em) {
    .destination-intro {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left;
      padding-left: 0; } }

.quick-facts {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
  background: #FFFFFF;
  border: solid 1px #cecece; }
  .quick-facts li {
    list-style-type: none; }
  .quick-facts .facts-head {
    border-bottom: solid 1px #cecece;
    padding: 0.9375rem; }
    .quick-facts .facts-head:before, .quick-facts .facts-head:after {
      content: " ";
      display: table; }
    .quick-facts .facts-head:after {
      clear: both; }
    .quick-facts .facts-head img {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left;
      padding: 0 0.9375rem 0 0; }
    .quick-facts .facts-head h5 {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left;
      padding: 0;
      font-size: 1.25em;
      color: #0066ac;
      margin: 30px 0 0 0 !important;
      font-weight: 300;
      vertical-align: baseline; }
  .quick-facts .facts-content {
    padding: 0.9375rem; }
    .quick-facts .facts-content ul {
      margin: 0 !important; }
  @media only screen and (min-width: 40.063em) {
    .quick-facts {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left; } }

.panel {
  position: relative; }
  .panel h3 {
    color: #0066ac;
    line-height: 2em; }

.program-carousel {
  position: relative; }

.program-entry {
  border: none;
  position: relative;
  padding: 0;
  margin: 0.46875rem;
  background: none;
  border: solid 3px white;
  position: relative;
  padding: 0; }
  .program-entry h5 {
    position: absolute;
    width: 100%;
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    padding: 0.9375rem;
    left: 0;
    bottom: 0;
    margin: 0;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #ffffff;
    float: none; }
  .program-entry .details {
    display: none; }
  .program-entry img {
    width: 100%;
    max-height: 450px;
    float: none;
    padding: 0; }

.section-faq h4 {
  font-size: 2.5em !important;
  font-weight: 100 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #0066ac; }

.section-faq span {
  font-size: 1.2em;
  color: #0066ac;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  margin-bottom: 0.46875rem;
  display: block; }

.section-faq ul {
  margin: 0; }

.section-faq li {
  list-style-type: none; }

.pagination-section .page-numbers {
  display: none; }
  .pagination-section .page-numbers.prev {
    display: block;
    float: left; }
  .pagination-section .page-numbers.next {
    display: block;
    float: right; }

.pagination-section .round-img {
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin: 0 30px; }
  @media only screen and (max-width: 40em) {
    .pagination-section .round-img {
      display: none; } }

.pagination-section #prev-port-link, .pagination-section #next-port-link {
  padding: 0 30px;
  position: relative; }
  .pagination-section #prev-port-link a, .pagination-section #next-port-link a {
    display: block; }
  .pagination-section #prev-port-link h3, .pagination-section #next-port-link h3 {
    margin: 0;
    line-height: 1em; }
    @media only screen and (min-width: 40.063em) {
      .pagination-section #prev-port-link h3, .pagination-section #next-port-link h3 {
        padding: 50px 0 0; } }
  .pagination-section #prev-port-link h4, .pagination-section #next-port-link h4 {
    font-weight: 100;
    line-height: 1em;
    margin: 0; }
  .pagination-section #prev-port-link .fa, .pagination-section #next-port-link .fa {
    font-size: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    color: #666; }

.pagination-section #prev-port-link .round-img {
  float: right; }

.pagination-section #prev-port-link .fa {
  left: 0; }

.pagination-section #prev-port-link.has-divider {
  border-right: 1px solid #DDDDDD; }

.pagination-section #next-port-link .round-img {
  float: left; }

.pagination-section #next-port-link .fa {
  right: 0; }

.page-template-page-scholarships table.sas_course_table td {
  text-align: left; }

.entry {
  position: relative; }

.legend {
  position: relative; }
  @media only screen and (min-width: 64.063em) {
    .legend {
      position: absolute;
      right: 0;
      top: 10px; } }

span.spring {
  position: relative;
  display: inline-block;
  padding: 0 0.9375rem; }
  span.spring:before {
    content: '';
    background: #00CC00;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  table span.spring {
    padding-right: 0; }

span.fall {
  position: relative;
  display: inline-block;
  padding: 0 0.9375rem; }
  span.fall:before {
    content: '';
    background: #FF9900;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  table span.fall {
    padding-right: 0; }

a.apply.button, a.apply#load-more {
  background: #ffbe01;
  background: linear-gradient(to bottom, #ffbe01 0%, #ff9524 100%);
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 300; }
  a.apply.button:hover, a.apply#load-more:hover {
    background: linear-gradient(to bottom, #ff9524 0%, #ff9524 100%); }
  a.apply.button.disabled, a.apply.disabled#load-more {
    background: #858585;
    background: linear-gradient(to bottom, #B9B9B9 0%, #858585 100%); }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    a.apply.button, a.apply#load-more {
      padding: 10px 5px; } }

.country {
  color: #0066ac;
  font-size: 1.5em;
  padding-bottom: 0.46875rem; }

.program-panel:before, .program-panel:after {
  content: " ";
  display: table; }

.program-panel:after {
  clear: both; }

.program-filter {
  display: none;
  width: 290px; }
  @media only screen and (min-width: 769px) {
    .program-filter {
      display: block;
      width: 250px; }
      .program-filter:before, .program-filter:after {
        content: " ";
        display: table; }
      .program-filter:after {
        clear: both; }
      .program-filter #fp-filters {
        width: 250px; } }
  @media only screen and (min-width: 960px) {
    .program-filter {
      width: 320px; }
      .program-filter #fp-filters {
        width: 320px; } }

.field-programs {
  padding-top: 50px; }
  @media only screen and (min-width: 769px) {
    .field-programs {
      padding-top: 0;
      margin-left: 270px; } }
  @media only screen and (min-width: 960px) {
    .field-programs {
      margin-left: 340px; } }

#destination-fp-wrapper .page-section-big-container-width {
  padding-left: 50px;
  padding-right: 50px; }
  #destination-fp-wrapper .page-section-big-container-width h3 {
    margin: 0;
    color: #0066ac;
    line-height: 1.5em; }

.programs {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0; }
  .programs img {
    width: 100%;
    height: auto; }
    .programs img.icon {
      display: inline-block;
      width: auto;
      max-height: 30px; }
  .programs li {
    display: flex !important;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0.9375rem; }
    .programs li a.apply.button, .programs li a.apply#load-more {
      padding: 0.46875rem;
      width: auto;
      display: inline-block;
      margin: 0; }
    .programs li .program-container {
      padding: 0;
      background: #fff;
      border: solid 1px #cccccc;
      list-style-type: none;
      position: relative;
      padding-bottom: 45px; }
      .programs li .program-container:before, .programs li .program-container:after {
        content: " ";
        display: table; }
      .programs li .program-container:after {
        clear: both; }
      .programs li .program-container .program-days {
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
        padding: 5px;
        position: absolute;
        top: -1px;
        left: 15px;
        z-index: 99;
        background: #0066ac !important;
        color: #fff !important;
        text-align: center;
        font-size: 18px;
        line-height: 1em;
        font-weight: 100; }
        .programs li .program-container .program-days span {
          color: #fff !important;
          display: block;
          font-size: 10px;
          text-transform: uppercase; }
    .programs li h4 {
      color: #000000;
      font-weight: 200;
      font-size: 1em;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      line-height: 1.25em; }
    .programs li .program-img {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 0.46875rem;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem;
      padding-bottom: 65.7894736842%;
      position: relative;
      overflow: hidden; }
      .programs li .program-img .status-notification {
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        position: absolute;
        bottom: 11px;
        right: 0.46875rem;
        background: #DE6B00 !important;
        color: #fff !important;
        padding: 3px 15px; }
      .programs li .program-img img {
        width: 100%;
        height: auto;
        display: block; }
    .programs li .details {
      padding: 0 0.46875rem 0.46875rem 0.46875rem;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 300;
      width: 100%; }
      .programs li .details h4 {
        font-weight: 200;
        margin-bottom: 5px; }
        .programs li .details h4 a {
          color: #000; }
      .programs li .details .designation {
        float: left;
        font-size: 1em;
        line-height: 1.2em;
        color: #000;
        font-weight: 300;
        margin-right: 5px; }
      .programs li .details .program-depart, .programs li .details .program-return {
        font-size: 13px;
        font-weight: 200; }
        .programs li .details .program-depart span, .programs li .details .program-return span {
          font-weight: 100;
          color: #999;
          font-size: 80%;
          display: block;
          line-height: 1em;
          margin: 0; }
      .programs li .details .program-genres {
        font-size: 13px;
        font-weight: 200; }
        .programs li .details .program-genres span {
          font-weight: 100;
          color: #999; }
        .programs li .details .program-genres span.genre {
          font-size: 100%;
          font-weight: 200;
          color: #333; }
        .programs li .details .program-genres span.category:after, .programs li .details .program-genres a:after {
          content: ',';
          display: inline-block; }
        .programs li .details .program-genres span.category:last-child:after, .programs li .details .program-genres a:last-child:after {
          display: none; }
    .programs li .designation {
      text-align: right;
      float: right;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 100;
      vertical-align: top; }
    .programs li .program-meta {
      border-top: 1px solid #ccc;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      padding: 0.46875rem;
      font-weight: 100;
      position: absolute;
      bottom: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .programs li .program-meta .fa-star {
        color: #6DAcBB;
        font-size: 24px;
        vertical-align: middle; }
      .programs li .program-meta .fa-user {
        color: #F1C11A;
        font-size: 24px;
        vertical-align: middle; }
      .programs li .program-meta .icon-impact, .programs li .program-meta .icon-popular, .programs li .program-meta .icon-expert {
        width: 27px;
        height: 27px;
        display: inline-block;
        vertical-align: middle; }
      .programs li .program-meta .icon-impact {
        background: url("../img/fp-icon-impact.png") no-repeat center center; }
      .programs li .program-meta .icon-popular {
        background: url("../img/fp-icon-popular.png") no-repeat center center; }
      .programs li .program-meta .icon-expert {
        background: url("../img/fp-icon-expert.png") no-repeat center center; }
      .programs li .program-meta .has-tip {
        border: none; }
  @media only screen and (min-width: 40.063em) {
    .programs {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .programs:before, .programs:after {
        content: " ";
        display: table; }
      .programs:after {
        clear: both; }
      .programs > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .programs > li {
        width: 50%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .programs > li:nth-of-type(1n) {
          clear: none; }
        .programs > li:nth-of-type(2n+1) {
          clear: both; }
      .programs li {
        padding: 0.46875rem; } }
  @media only screen and (min-width: 64.063em) {
    .programs {
      display: block;
      padding: 0;
      margin: 0 -0.625rem;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
      .programs:before, .programs:after {
        content: " ";
        display: table; }
      .programs:after {
        clear: both; }
      .programs > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .programs > li {
        width: 33.3333333333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .programs > li:nth-of-type(1n) {
          clear: none; }
        .programs > li:nth-of-type(3n+1) {
          clear: both; } }
  @media only screen and (min-width: 90.063em) {
    .programs {
      display: block;
      padding: 0;
      margin: 0 -0.625rem;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
      .programs:before, .programs:after {
        content: " ";
        display: table; }
      .programs:after {
        clear: both; }
      .programs > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .programs > li {
        width: 25%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .programs > li:nth-of-type(1n) {
          clear: none; }
        .programs > li:nth-of-type(4n+1) {
          clear: both; } }

.tooltip.tip-bottom.tip-center {
  width: 135px !important;
  text-align: center; }
  .tooltip.tip-bottom.tip-center > .nub {
    left: 50%;
    margin-left: -5px; }

.program-wrapper {
  padding-top: 0 !important; }
  .program-wrapper .meta-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
    background: #F3F0EE;
    margin-bottom: 1.875rem; }
    .program-wrapper .meta-content h6 {
      color: #000;
      font-size: 1.1em;
      padding: 0.9375rem 0.9375rem 0 0.9375rem;
      border-top: solid 1px #cccccc;
      margin: 0; }
      .program-wrapper .meta-content h6:first-child {
        border-top: none; }
    .program-wrapper .meta-content hr {
      border-top: solid 1px #cccccc;
      padding: 0;
      margin: 0; }
    .program-wrapper .meta-content .details {
      padding: 0.9375rem;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 200;
      font-size: 14px; }
      .program-wrapper .meta-content .details strong {
        font-weight: 300; }
      .program-wrapper .meta-content .details img.icon {
        margin-right: 10px;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        margin-bottom: 0; }
      .program-wrapper .meta-content .details .has-tip {
        border: none; }
      .program-wrapper .meta-content .details ul, .program-wrapper .meta-content .details ol, .program-wrapper .meta-content .details li {
        font-size: 14px;
        font-weight: 300;
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
      .program-wrapper .meta-content .details p {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 0.5em; }
    .program-wrapper .meta-content .button, .program-wrapper .meta-content #load-more {
      display: block;
      margin: 0 auto;
      font-size: 1.25rem; }
  .program-wrapper .entry-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .program-wrapper .meta-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left;
      padding: 0; }
    .program-wrapper .entry-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left;
      padding: 0 0 0 0.9375rem; }
      .program-wrapper .entry-content h2.bulleted {
        font-size: 1.875rem; }
        .program-wrapper .entry-content h2.bulleted:before {
          top: 5px; }
      .program-wrapper .entry-content .details h3 {
        font-size: 1.5rem; } }
  @media only screen and (min-width: 64.063em) {
    .program-wrapper .meta-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left;
      padding: 0; }
    .program-wrapper .entry-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left;
      padding: 0 0 0 1.875rem; } }

.conflicts {
  background: #F3F0EE;
  padding: 1rem 2rem;
  margin: 1.5rem 0; }
  .conflicts ul {
    margin-bottom: 0; }
  .conflicts p {
    font-size: 0.9rem; }

.current-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem; }
  .current-content:before, .current-content:after {
    content: " ";
    display: table; }
  .current-content:after {
    clear: both; }
  .current-content .current-events {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    float: right;
    margin-bottom: 1.875rem; }
    @media only screen and (min-width: 40.063em) {
      .current-content .current-events {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.3333333333%;
        float: left;
        float: left;
        margin-bottom: 0; } }
  .current-content .current-main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .current-content .current-main {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 66.6666666667%;
        float: left; } }
  .current-content h2 {
    padding-left: 0 !important; }
  @media only screen and (min-width: 40.063em) {
    .current-content {
      padding-top: 5.625rem !important; } }

.destination-news {
  margin-top: 3.75rem !important; }
  .destination-news .view-all-news {
    display: block;
    margin: 10px 0 0 0;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: right; }
    @media only screen and (min-width: 40.063em) {
      .destination-news .view-all-news {
        float: right; } }
    .destination-news .view-all-news:hover {
      text-decoration: underline; }
  .destination-news hr.dashed {
    margin-bottom: 1.875rem !important; }
  .destination-news h2.news-title {
    padding-left: 0;
    float: none; }
    .destination-news h2.news-title.bulleted {
      padding-left: 1.875rem; }
  .destination-news .news-story {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem;
    background: #f4f0ed;
    margin: 0 0 1.875rem 0; }
    .destination-news .news-story:before, .destination-news .news-story:after {
      content: " ";
      display: table; }
    .destination-news .news-story:after {
      clear: both; }
    .destination-news .news-story:first-child {
      margin-top: 1.875rem; }
    .destination-news .news-story .community-news-img {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left;
      position: relative; }
      @media only screen and (min-width: 40.063em) {
        .destination-news .news-story .community-news-img {
          padding-left: 0;
          padding-right: 0;
          width: 33.3333333333%;
          float: left; } }
      .destination-news .news-story .community-news-img img {
        padding: 15px 20px;
        margin-right: 1.875rem;
        width: 100%; }
      .destination-news .news-story .community-news-img:after {
        position: absolute;
        display: block;
        content: '';
        top: 29px;
        right: 8px;
        height: 24px;
        width: 12px;
        background: #f67611;
        border-radius: 0 20px 20px 0; }
    .destination-news .news-story .news-story-inner {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left;
      padding: 0.9375rem !important; }
      @media only screen and (min-width: 40.063em) {
        .destination-news .news-story .news-story-inner {
          padding-left: 0;
          padding-right: 0;
          width: 66.6666666667%;
          float: left; } }
      .destination-news .news-story .news-story-inner h3 {
        line-height: 1em;
        font-size: 1.5em;
        margin: 15px 0 15px; }

.current-news {
  padding-top: 3.75rem !important;
  background: #e7e2de;
  max-width: 75rem;
  margin: 0 auto; }
  .current-news .wrapper {
    max-width: 90% !important; }
    @media only screen and (min-width: 40.063em) {
      .current-news .wrapper {
        max-width: 100% !important;
        padding: 0; } }
  .current-news .view-all-news {
    float: right;
    display: inline-block;
    margin: 10px 10px 0 0;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 300; }
    .current-news .view-all-news:hover {
      text-decoration: underline; }
    @media only screen and (min-width: 40.063em) {
      .current-news .view-all-news {
        margin: 10px 0 0 0; } }
  .current-news hr.dashed {
    margin-bottom: 1.875rem !important; }
  .current-news h2.latest {
    padding-left: 1.25rem !important;
    margin-bottom: none !important; }
    .current-news h2.latest:before {
      top: 3px !important; }
    @media only screen and (min-width: 40.063em) {
      .current-news h2.latest:before {
        top: 9px !important; } }
  .current-news .news-story {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem;
    margin: 0 0 1.875rem 0; }
    .current-news .news-story:before, .current-news .news-story:after {
      content: " ";
      display: table; }
    .current-news .news-story:after {
      clear: both; }
    .current-news .news-story:first-child {
      margin-top: 1.875rem; }
    .current-news .news-story .current-news-img {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left;
      position: relative; }
      @media only screen and (min-width: 40.063em) {
        .current-news .news-story .current-news-img {
          padding-left: 0;
          padding-right: 0;
          width: 41.6666666667%;
          float: left; } }
      .current-news .news-story .current-news-img img {
        width: 100%; }
      .current-news .news-story .current-news-img:after {
        position: absolute;
        display: none;
        content: '';
        top: 29px;
        right: 8px;
        height: 24px;
        width: 12px;
        background: #f67611;
        border-radius: 0 20px 20px 0; }
      @media only screen and (min-width: 40.063em) {
        .current-news .news-story .current-news-img img {
          border-left: 20px solid #e7e2de;
          border-right: 20px solid #e7e2de;
          border-top: 15px solid #e7e2de;
          border-bottom: 15px solid #e7e2de;
          margin-right: 1.875rem; }
        .current-news .news-story .current-news-img:after {
          display: block; } }
    .current-news .news-story .news-story-inner {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left;
      padding: 0.9375rem 0 !important; }
      @media only screen and (min-width: 40.063em) {
        .current-news .news-story .news-story-inner {
          padding-left: 0;
          padding-right: 0;
          width: 58.3333333333%;
          float: left;
          padding: 0.9375rem !important; } }
      .current-news .news-story .news-story-inner h3 {
        line-height: 1em;
        font-size: 1.5em;
        margin: 0 0 15px 0; }
        @media only screen and (min-width: 40.063em) {
          .current-news .news-story .news-story-inner h3 {
            margin: 15px 0 15px; } }
    @media only screen and (min-width: 40.063em) {
      .current-news .news-story {
        background: #f4f0ed; } }
  @media only screen and (min-width: 40.063em) {
    .current-news {
      background: transparent;
      margin-top: 0 auto;
      padding-top: 0; } }

.current-social {
  background: #e7e2de;
  margin: 1.875rem 0 0 0;
  padding-bottom: 1.875rem; }
  .current-social .wrapper {
    max-width: 90% !important; }
    @media only screen and (min-width: 40.063em) {
      .current-social .wrapper {
        max-width: 75rem !important;
        margin: 0 auto; } }
  .current-social h2 {
    display: block;
    font-weight: 300;
    padding: 0.46875rem;
    color: #0066ac;
    text-align: left;
    padding-left: 1.25rem; }
    .current-social h2:before {
      position: absolute;
      display: block;
      content: '';
      top: 28px;
      left: 0;
      height: 30px;
      width: 15px;
      background: #f67611;
      border-radius: 0 20px 20px 0; }
  .current-social h3 {
    font-size: 1.5em;
    font-weight: 200;
    color: #0066ac;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    text-align: left;
    position: relative;
    margin-top: 1.875rem;
    border-bottom: solid 2px #ccc; }
    .current-social h3.bulleted {
      padding-left: 1.25rem; }
      .current-social h3.bulleted:before {
        position: absolute;
        display: block;
        content: '';
        top: 7px;
        left: 0;
        height: 24px;
        width: 12px;
        background: #f67611;
        border-radius: 0 20px 20px 0; }
    @media only screen and (min-width: 40.063em) {
      .current-social h3:before {
        top: 12px !important; } }

#instafeed {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  #instafeed:before, #instafeed:after {
    content: " ";
    display: table; }
  #instafeed:after {
    clear: both; }
  #instafeed > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
  #instafeed > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    #instafeed > li:nth-of-type(1n) {
      clear: none; }
    #instafeed > li:nth-of-type(2n+1) {
      clear: both; }
  #instafeed li {
    list-style-type: none; }
    #instafeed li img {
      border: solid 5px #FFFFFF;
      width: 100%; }
  @media only screen and (min-width: 64.063em) {
    #instafeed {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      #instafeed:before, #instafeed:after {
        content: " ";
        display: table; }
      #instafeed:after {
        clear: both; }
      #instafeed > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      #instafeed > li {
        width: 33.3333333333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        #instafeed > li:nth-of-type(1n) {
          clear: none; }
        #instafeed > li:nth-of-type(3n+1) {
          clear: both; } }

#load-more {
  background: #FFFFFF;
  border: solid 1px #cccccc;
  color: #333;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  text-align: center;
  display: block;
  width: 300px;
  padding: 0.9375rem;
  margin: 1.875rem auto;
  font-weight: 100;
  cursor: pointer; }
  #load-more:disabled {
    display: none; }

.twitter-feed {
  margin: 0; }
  .twitter-feed .tweet-container {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0.46875rem;
    position: relative; }
    .twitter-feed .tweet-container img {
      float: left;
      padding-right: 0.46875rem; }
    .twitter-feed .tweet-container .tweet-header:before, .twitter-feed .tweet-container .tweet-header:after {
      content: " ";
      display: table; }
    .twitter-feed .tweet-container .tweet-header:after {
      clear: both; }
    .twitter-feed .tweet-container .tweet-head {
      padding-left: 0;
      padding-right: 0;
      width: 66.6666666667%;
      float: left; }
    .twitter-feed .tweet-container .tweet-date {
      padding-left: 0;
      padding-right: 0;
      width: 33.3333333333%;
      float: left;
      text-align: right;
      float: right; }
    .twitter-feed .tweet-container .tweet-content {
      padding: 0.46875rem 0 1.875rem 0; }
      .twitter-feed .tweet-container .tweet-content:before, .twitter-feed .tweet-container .tweet-content:after {
        content: " ";
        display: table; }
      .twitter-feed .tweet-container .tweet-content:after {
        clear: both; }
    .twitter-feed .tweet-container .tweet-foot {
      position: absolute;
      bottom: 0.46875rem;
      right: 0.46875rem;
      text-align: right; }
      .twitter-feed .tweet-container .tweet-foot a {
        padding: 0.46875rem;
        color: #666; }
        .twitter-feed .tweet-container .tweet-foot a span {
          color: #0066ac;
          font-size: 0.8em;
          font-family: 'WebSymbolsRegular';
          position: relative;
          top: -2px; }
  .twitter-feed li {
    list-style-type: none;
    margin-bottom: 0.9375rem; }
  .twitter-feed .name a {
    display: block; }
  @media only screen and (min-width: 40.063em) {
    .twitter-feed {
      max-width: 100%; } }
  @media only screen and (min-width: 64.063em) {
    .twitter-feed {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .twitter-feed:before, .twitter-feed:after {
        content: " ";
        display: table; }
      .twitter-feed:after {
        clear: both; }
      .twitter-feed > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .twitter-feed > li {
        width: 33.3333333333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .twitter-feed > li:nth-of-type(1n) {
          clear: none; }
        .twitter-feed > li:nth-of-type(3n+1) {
          clear: both; } }

span.designation {
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 1.1rem;
  margin-left: 0;
  font-weight: 100; }
  @media only screen and (min-width: 40.063em) {
    span.designation {
      /*margin-left: -7.8rem;*/
      float: left; } }

.entry-header:before, .entry-header:after {
  content: " ";
  display: table; }

.entry-header:after {
  clear: both; }

.entry-header .container {
  padding: 0; }

.entry-header h2 {
  margin-top: 0; }

.entry-header .designation {
  background: #0066ac;
  color: #fff;
  padding: 5px 15px;
  display: block;
  margin: 1.6rem 0 0.5rem 0; }
  @media only screen and (min-width: 40.063em) {
    .entry-header .designation {
      display: inline-block; } }

@media only screen and (min-width: 40.063em) {
  .entry-header h2 {
    margin-top: 0.9375rem;
    margin-right: 0.9375rem; }
    .page-template-single-sas_trips-php .entry-header h2 {
      float: left; }
    .page-template-single-sas_courses-php .entry-header h2 {
      float: left; }
      .page-template-single-sas_courses-php .entry-header h2 .program-wrapper {
        border-bottom: solid 1px #cccccc;
        padding-top: 0.9375rem;
        margin-top: 0.9375rem; } }

.flab-content {
  margin-top: 1.875rem; }

.meta-content .button.syllabus, .meta-content .syllabus#load-more {
  margin-top: 1.875rem;
  width: 80% !important;
  font-size: 1rem; }

.meta-content img {
  margin-bottom: 0.9375rem; }

.meta-content .details strong {
  line-height: 1.75rem; }

.hub-portal .sidebar-content h6 {
  padding: 0 0.9375rem;
  color: #0066ac;
  font-size: 1em;
  font-weight: 300; }

.hub-portal .sidebar-content ul {
  list-style-type: disc;
  margin-left: 0.9375rem;
  padding: 0.9375rem; }
  .hub-portal .sidebar-content ul li {
    font-size: 0.9em;
    color: #58595c; }

.hub-sections {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  list-style-type: none; }
  .hub-sections:before, .hub-sections:after {
    content: " ";
    display: table; }
  .hub-sections:after {
    clear: both; }
  .hub-sections > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
  .hub-sections > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .hub-sections > li:nth-of-type(1n) {
      clear: none; }
    .hub-sections > li:nth-of-type(1n+1) {
      clear: both; }
  .hub-sections .sub-sections {
    margin: 0;
    list-style-type: none; }
    .hub-sections .sub-sections li {
      margin: 0; }
    .hub-sections .sub-sections a {
      font-weight: 400; }
  @media only screen and (min-width: 40.063em) {
    .hub-sections {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .hub-sections:before, .hub-sections:after {
        content: " ";
        display: table; }
      .hub-sections:after {
        clear: both; }
      .hub-sections > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .hub-sections > li {
        width: 50%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .hub-sections > li:nth-of-type(1n) {
          clear: none; }
        .hub-sections > li:nth-of-type(2n+1) {
          clear: both; } }
  .hub-sections h5 {
    font-weight: bold; }

.gtm-voyage-info-link:hover, .gtm-voyage-info-section-link:hover {
  text-decoration: underline; }

.single-sas_trips .community-slideshow {
  max-height: 500px; }

body.printer-friendly {
  font-size: 14px; }
  body.printer-friendly .page-break {
    page-break-after: always;
    clear: both; }
    @media screen {
      body.printer-friendly .page-break {
        border-bottom: 1px solid #ccc;
        margin: 15px 0; } }
  body.printer-friendly .navigation-wrapper, body.printer-friendly #colophon {
    display: none; }
  body.printer-friendly .destination-head {
    margin: 0; }
    body.printer-friendly .destination-head .destination-intro {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left; }
    body.printer-friendly .destination-head .quick-facts {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left; }
      body.printer-friendly .destination-head .quick-facts #featured-img {
        margin: 0.9375rem 0 0; }
  body.printer-friendly .programs li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
    float: left;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem; }
    body.printer-friendly .programs li .details h4 {
      font-size: 80%; }
    body.printer-friendly .programs li .program-genres {
      font-size: 12px;
      line-height: 1em; }
    body.printer-friendly .programs li .button, body.printer-friendly .programs li #load-more {
      display: none; }
  body.printer-friendly .program-wrapper .button, body.printer-friendly .program-wrapper #load-more {
    display: none; }
  body.printer-friendly .program-wrapper .fp-top-info {
    background: #0066ac !important;
    color: #fff !important;
    padding: 0.46875rem; }
    body.printer-friendly .program-wrapper .fp-top-info span {
      color: #fff !important; }
  body.printer-friendly .program-wrapper .meta-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
    border: 1px solid #ccc;
    background: #efefef !important;
    font-size: 80%;
    padding: 0; }
    body.printer-friendly .program-wrapper .meta-content h6 {
      font-size: 135%;
      margin-top: 0.46875rem; }
    body.printer-friendly .program-wrapper .meta-content .details {
      padding: 0.46875rem 0.9375rem; }
    body.printer-friendly .program-wrapper .meta-content img.icon {
      width: 20px;
      height: auto;
      margin: 0; }
  body.printer-friendly .program-wrapper .entry-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    float: left;
    font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 0.9375rem; }
    body.printer-friendly .program-wrapper .entry-content h1 {
      font-size: 22px; }
    body.printer-friendly .program-wrapper .entry-content .fp_img {
      float: right;
      margin: 0 0 0.9375rem 0.9375rem; }
    body.printer-friendly .program-wrapper .entry-content .page-section p, body.printer-friendly .program-wrapper .entry-content .page-section:first-child p {
      font-size: 14px; }
  @media print {
    body.printer-friendly * {
      background-color: inherit !important; }
    body.printer-friendly a[href]:after {
      display: none; }
    body.printer-friendly ul, body.printer-friendly li, body.printer-friendly p {
      font-size: 14px !important; } }

.past-voyages-archive div.year-box {
  float: left;
  width: 32%; }

.past-voyages-archive h3 {
  padding: 0;
  margin-top: 60px !important;
  text-decoration: underline; }

.past-voyages-archive ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .past-voyages-archive ul li {
    margin: 0;
    padding: 0; }

.print-h2 {
  padding-left: 0; }

.fieldprograms-printpage strong {
  font-weight: bold !important; }

.fieldprograms-printpage .print-terms {
  font-size: 12px !important; }

.fieldprograms-printpage .print-page-break {
  page-break-before: always; }

.fieldprograms-printpage .fp-destination-wrapper {
  padding: 30px 0;
  border-top: 4px solid #0066ac; }

.fieldprograms-printpage--destination-flag {
  width: 90px;
  height: auto; }

.fieldprograms-printpage--img {
  max-width: 300px !important;
  float: right !important; }

.fieldprograms-printpage .fieldprograms-printpage--quick-facts {
  margin-top: 30px; }
  .fieldprograms-printpage .fieldprograms-printpage--quick-facts .col {
    width: 50%;
    float: left;
    padding: 20px;
    border: 1px solid #dedede;
    page-break-inside: avoid; }

.fieldprograms-printpage--program {
  padding: 30px 0; }
  .fieldprograms-printpage--program .program-days {
    font-size: 1.5rem;
    font-weight: 300;
    color: #0066ac !important;
    font-family: "Frutiger W01",Frutiger,Arial,Helvetica,sans-serif; }
  .fieldprograms-printpage--program h2 {
    padding-left: 0;
    color: #0066ac !important;
    page-break-after: avoid; }
  .fieldprograms-printpage--program__metacol {
    width: 25%;
    float: left;
    border: 1px solid #dedede;
    padding: 10px 10px 20px;
    page-break-inside: avoid; }
    .fieldprograms-printpage--program__metacol h5 {
      color: #0066ac !important; }

.fieldprograms-printpage--program-img {
  max-width: 250px !important;
  float: right;
  margin-bottom: 30px; }

@page {
  size: A4; }

.postid-63063 .voyage-apply {
  display: none; }

.postid-63063 .voyage-subnav-apply, .postid-555566707 .voyage-subnav-apply, .postid-63069 .voyage-subnav-apply, .postid-63068 .voyage-subnav-apply, .postid-555567450 .voyage-subnav-apply, .postid-555567449 .voyage-subnav-apply, .postid-555567448 .voyage-subnav-apply, .postid-555568061 .voyage-subnav-apply, .events-category-spring-2017 .voyage-subnav-apply, .postid-63072 .voyage-subnav-apply {
  display: none; }

@media only screen and (max-width: 639px) {
  table.sas_course_table .sas_course_time, table.sas_course_table .sas_course_instructor, table.sas_course_table .sas_course_credits {
    display: none; } }

body.page-template-page-infohub-php #main {
  min-height: 1300px; }

body.page-template-page-infohub-php #content,
body.page-template-taxonomy-info-hub-php #content {
  position: static; }

body.page-template-page-infohub-php #primary,
body.page-template-taxonomy-info-hub-php #primary {
  position: relative; }

body.page-template-page-infohub-php .affix-top,
body.page-template-taxonomy-info-hub-php .affix-top {
  position: absolute;
  top: 0; }

body.page-template-page-infohub-php .affix-bottom,
body.page-template-taxonomy-info-hub-php .affix-bottom {
  position: absolute;
  bottom: 0;
  top: auto; }

body.page-template-page-infohub-php .affix-fix,
body.page-template-taxonomy-info-hub-php .affix-fix {
  top: 0;
  position: fixed;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9; }

body.page-template-page-infohub-php h1,
body.page-template-taxonomy-info-hub-php h1 {
  margin-top: 0 !important;
  color: #0066ac;
  font-weight: 100;
  font-size: 2.625rem;
  position: relative;
  padding-left: 1.5rem; }
  body.page-template-page-infohub-php h1:before,
  body.page-template-taxonomy-info-hub-php h1:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    height: 30px;
    width: 15px;
    margin-top: -15px;
    background: #FA7F03;
    border-radius: 0 15px 15px 0; }

body.page-template-page-infohub-php h2,
body.page-template-taxonomy-info-hub-php h2 {
  font-size: 2rem;
  padding-left: 1.5rem !important; }

body.page-template-page-infohub-php h4,
body.page-template-taxonomy-info-hub-php h4 {
  color: #0066ac; }

body.single-infohub #primary {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  padding: 0; }
  body.single-infohub #primary:before, body.single-infohub #primary:after {
    content: " ";
    display: table; }
  body.single-infohub #primary:after {
    clear: both; }

.site-main.infohub {
  padding: 1.875rem; }
  @media only screen and (min-width: 65.438em) {
    .site-main.infohub {
      padding: 1.875rem;
      padding-left: 250px; } }
  @media only screen and (min-width: 64.063em) {
    .site-main.infohub {
      padding-left: 320px; } }

.info-section-content:before, .info-section-content:after {
  content: " ";
  display: table; }

.info-section-content:after {
  clear: both; }

.info-section {
  padding-bottom: 5.625rem; }
  .info-section h2.info-section-header {
    position: relative;
    background: #86b2d7;
    padding: 0.5769230769rem 0.625rem 0.5769230769rem 2.8125rem;
    margin: 0 0 1.875rem 0;
    color: #fff;
    font-weight: 100; }
    .info-section h2.info-section-header:after {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      left: 0;
      height: 30px;
      width: 15px;
      margin-top: -15px;
      background: #0067a9;
      border-radius: 0 15px 15px 0; }
  .info-section h3 {
    padding: 0 0 0.9375rem 0;
    border-bottom: 1px solid #ccc;
    margin: 1.875rem 0 1.875rem 0;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    color: #0066ac;
    font-weight: 200;
    line-height: 2.2rem; }
  .info-section h4 {
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    color: #0066ac;
    margin: 1.875rem 0 0.9375rem 0; }

.infohub-sidebar {
  background: #f4f0ed;
  padding: 1.875rem 0 0; }
  .infohub-sidebar.large {
    display: none; }
    @media only screen and (min-width: 65.438em) {
      .infohub-sidebar.large {
        width: 230px; } }
    @media only screen and (min-width: 64.063em) {
      .infohub-sidebar.large {
        width: 300px;
        display: block; } }
  @media only screen and (min-width: 40.063em) {
    .infohub-sidebar.affix-fix {
      width: 230px; } }
  @media only screen and (min-width: 64.063em) {
    .infohub-sidebar.affix-fix {
      width: 300px; } }
  @media only screen and (min-width: 1215px) {
    .infohub-sidebar.affix-fix {
      left: 50%;
      margin-left: -585px; } }
  .infohub-sidebar nav h5 {
    color: #0066ac;
    font-weight: 300;
    padding: 1.875rem 0.9375rem 0; }
  .infohub-sidebar nav ul, .infohub-sidebar nav li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .infohub-sidebar nav ul.infohub-side-nav > li {
    border-top: 1px solid #bdbbbc; }
    .infohub-sidebar nav ul.infohub-side-nav > li li.active a {
      color: #FA7F03; }
    .infohub-sidebar nav ul.infohub-side-nav > li label {
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      position: relative;
      text-transform: uppercase;
      color: #4c4847;
      font-size: 1rem;
      font-weight: 300;
      padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
      display: inline-block; }
      .infohub-sidebar nav ul.infohub-side-nav > li label:after {
        margin-left: 10px;
        font-family: FontAwesome;
        top: 14.5px;
        right: 0;
        color: #4d4d4d; }
      .infohub-sidebar nav ul.infohub-side-nav > li label:after {
        content: "\f055"; }
      .infohub-sidebar nav ul.infohub-side-nav > li label.opened:after {
        content: "\f056"; }
    .infohub-sidebar nav ul.infohub-side-nav > li:last-child {
      border-bottom: 1px solid #bdbbbc; }
    .infohub-sidebar nav ul.infohub-side-nav > li ul li:last-child {
      padding-bottom: 0.9375rem; }
    .infohub-sidebar nav ul.infohub-side-nav > li ul {
      display: none; }
    .infohub-sidebar nav ul.infohub-side-nav > li a {
      text-transform: none;
      padding: 0 0.9375rem 0.46875rem;
      font-size: 0.8rem;
      font-weight: 300;
      display: block;
      line-height: 110%;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      margin: 8px 0;
      transition: all 0.3s; }
      @media only screen and (min-width: 40.063em) {
        .infohub-sidebar nav ul.infohub-side-nav > li a {
          margin: 5px 0; } }
      @media only screen and (min-width: 64.063em) {
        .infohub-sidebar nav ul.infohub-side-nav > li a {
          margin: 2px 0; } }
  .infohub-sidebar form.search {
    /*overflow: hidden;*/
    height: 24px;
    margin: 0;
    padding: 0 0.9375rem; }
    .infohub-sidebar form.search input[type="text"] {
      margin: 0;
      padding: 10px;
      line-height: 100%;
      height: 30px;
      box-shadow: none;
      border: 1px solid #bdbbbc;
      border-radius: 15px;
      max-width: 100%; }
    .infohub-sidebar form.search .searchsubmit {
      width: 35px;
      right: 15px;
      background: #fff;
      height: 24px;
      padding: 0;
      margin: 2px;
      border-radius: 0 12px 12px 0; }
      .infohub-sidebar form.search .searchsubmit:before {
        position: absolute;
        font-family: FontAwesome;
        top: 4px;
        right: 10px;
        content: "\f002";
        color: #4d4d4d; }

.infohub-mobile-nav-btn {
  display: block;
  background: #e3deda;
  width: 100%;
  z-index: 1; }
  @media only screen and (min-width: 65.438em) {
    .infohub-mobile-nav-btn {
      display: none; } }
  .infohub-mobile-nav-btn button.menu-toggle {
    background: #d3c9c0;
    position: static;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
    color: #0066ac;
    border: none;
    padding: 0.625rem 0.625rem;
    margin: 0 0.625rem 0 0;
    font-size: 2em;
    float: left; }
  .infohub-mobile-nav-btn .infohub-mobile-title {
    display: block;
    padding: 0.625rem 0.625rem;
    margin: 0;
    font-size: 1.5em;
    color: #0066ac;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 300; }

.info-home .info-hub-home-section {
  background: #f4f0ed;
  padding: 0.9375rem 0 1.875rem;
  margin-bottom: 1.875rem; }
  .info-home .info-hub-home-section .section-title {
    background: #dad5d1;
    padding: 0.9375rem 1.875rem;
    font-size: 1.2rem;
    margin: 0;
    color: #0066ac; }
    @media only screen and (min-width: 40.063em) {
      .info-home .info-hub-home-section .section-title {
        font-size: 1.5rem; } }
  .info-home .info-hub-home-section .section-content {
    padding: 1.875rem 1.875rem 0; }
    .info-home .info-hub-home-section .section-content ul {
      list-style-position: inside;
      margin: 0; }

.footer-home-toggle {
  display: none; }

body.home footer.site-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-bottom: 2%;
  z-index: 999999999;
  background: #0066ab; }

body.home .footer-home-toggle {
  display: block;
  text-align: right;
  background: #0066ab; }
  body.home .footer-home-toggle i.fa {
    display: block;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer; }

.site-footer {
  background: #0066ab;
  /* Old browsers */
  z-index: 999999;
  padding: 0 !important;
  color: #ffffff;
  position: relative;
  margin-top: 0; }
  .site-footer:before, .site-footer:after {
    content: " ";
    display: table; }
  .site-footer:after {
    clear: both; }
  .site-footer .footer-menus {
    position: relative;
    width: 100%; }
  .site-footer .wrapper {
    padding: 0 0 0.9375rem 0 !important;
    position: relative;
    z-index: 9999; }
    @media only screen and (min-width: 40.063em) {
      .site-footer .wrapper {
        padding: 1.40625rem 0 !important; } }
  .site-footer .footer-top,
  .site-footer .footer-bottom {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem; }
    .site-footer .footer-top:before, .site-footer .footer-top:after,
    .site-footer .footer-bottom:before,
    .site-footer .footer-bottom:after {
      content: " ";
      display: table; }
    .site-footer .footer-top:after,
    .site-footer .footer-bottom:after {
      clear: both; }
  @media only screen and (min-width: 40.063em) {
    .site-footer .footer-bottom {
      display: flex; } }
  .site-footer .foot-navigation {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0; }
    @media only screen and (min-width: 40.063em) {
      .site-footer .foot-navigation {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 66.6666666667%;
        float: left; } }
    .site-footer .foot-navigation .menu {
      list-style-type: none;
      margin: 0; }
      .site-footer .foot-navigation .menu > li {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        .site-footer .foot-navigation .menu > li > a {
          display: block;
          width: 100%;
          margin: 0.9375rem 0;
          /*cursor: default;*/
          color: #fff;
          font-size: 1.15rem;
          font-weight: 300;
          text-transform: uppercase; }
        .site-footer .foot-navigation .menu > li.menu-item-has-children {
          overflow: hidden;
          background: none; }
          .site-footer .foot-navigation .menu > li.menu-item-has-children.active a:after {
            transform: rotate(270deg); }
          .site-footer .foot-navigation .menu > li.menu-item-has-children > a:after {
            content: "\3e";
            position: absolute;
            top: 32px;
            right: 4%;
            transform: translate(-50%, -50%);
            transform: rotate(90deg);
            margin-top: -11px;
            margin-left: -22px;
            font-size: .8em;
            font-family: 'WebSymbolsRegular';
            color: #666;
            font-weight: 200; }
    .site-footer .foot-navigation .sub-menu {
      list-style: none;
      margin: 0 0 1.875rem 0;
      max-height: 999px;
      overflow: hidden;
      transition: max-height 0.4s;
      background: none; }
      .site-footer .foot-navigation .sub-menu .menu-item {
        border-bottom: none;
        line-height: 16px;
        margin-bottom: 7px; }
        .site-footer .foot-navigation .sub-menu .menu-item:last-child a {
          margin-bottom: 1.875rem; }
      .site-footer .foot-navigation .sub-menu.collapsed {
        max-height: 0;
        margin: 0; }
      .site-footer .foot-navigation .sub-menu .menu-item > a {
        padding: 0.46875rem;
        margin-left: 1.875rem;
        border-left: 2px #666 solid;
        background: none;
        color: #666;
        font-size: 0.8em;
        line-height: 0.6em;
        font-weight: 400; }
        .site-footer .foot-navigation .sub-menu .menu-item > a:hover {
          text-decoration: underline; }
        @media only screen and (min-width: 64.063em) {
          .site-footer .foot-navigation .sub-menu .menu-item > a {
            font-size: 0.9em; } }
    .site-footer .foot-navigation a {
      color: #fff;
      font-weight: 300;
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-size: 0.8em;
      -webkit-font-smoothing: antialiased;
      padding: 0; }
      .site-footer .foot-navigation a:after {
        display: none !important; }
    @media only screen and (min-width: 40.063em) {
      .site-footer .foot-navigation {
        /*@include grid-column(12);*/
        margin: 0.9375rem 0 0;
        display: block; }
        .site-footer .foot-navigation .sub-menu {
          display: block;
          max-height: 999px !important;
          margin: 0; }
          .site-footer .foot-navigation .sub-menu .menu-item > a {
            padding: 0;
            margin-left: 0;
            border-left: 0; }
        .site-footer .foot-navigation .menu > li {
          width: auto;
          display: inline-block;
          padding: 0 0 0.9375rem 0;
          border: none !important; }
          .site-footer .foot-navigation .menu > li > a {
            font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            font-size: 1em;
            font-weight: 300;
            color: #fff;
            display: block;
            margin: 0 20px 0 0; } }
    .site-footer .foot-navigation .fa-plus-circle {
      top: 0;
      right: 0; }
  .site-footer .foot-navigation-right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 18px; }
    @media only screen and (min-width: 40.063em) {
      .site-footer .foot-navigation-right {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.3333333333%;
        float: left;
        text-align: right;
        padding-top: 8px; } }
    .site-footer .foot-navigation-right ul, .site-footer .foot-navigation-right li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    @media only screen and (max-width: 1155px) and (min-width: 641px) {
      .site-footer .foot-navigation-right .gtm-footer-passport {
        margin-top: 10px; } }
  .site-footer .foot-partners {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    margin: 0.9375rem 0 0 0;
    align-self: flex-end; }
    .site-footer .foot-partners li {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left;
      list-style-type: none; }
    @media only screen and (min-width: 40.063em) {
      .site-footer .foot-partners {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left; } }
  .site-footer .foot-contact {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0.9375rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .site-footer .foot-contact {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
        text-align: right; } }
    .site-footer .foot-contact .foot-contact-details {
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-size: 1em;
      color: #fff;
      font-weight: 300; }
      .site-footer .foot-contact .foot-contact-details.about a {
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        color: #fff;
        text-decoration: underline; }
      .site-footer .foot-contact .foot-contact-details.phone a {
        cursor: text;
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: 300;
        color: #fff; }
      .site-footer .foot-contact .foot-contact-details.address {
        display: block; }
    .site-footer .foot-contact .social-icons {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left;
      list-style-type: none;
      margin: 0.75rem 0 0 0;
      padding: 0; }
      .site-footer .foot-contact .social-icons li {
        display: inline-block;
        /*padding: 0 $column-gutter/6;*/
        margin-right: 5px; }
        .site-footer .foot-contact .social-icons li a {
          font-size: 30px;
          color: #fff;
          opacity: 0.8; }
        .site-footer .foot-contact .social-icons li a:hover {
          opacity: 1; }
        .site-footer .foot-contact .social-icons li:last-child {
          margin-right: 0; }
  .site-footer .copyright {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0.9375rem; }

.community-slideshow {
  max-height: 570px;
  overflow: hidden;
  margin-bottom: 2px;
  position: relative; }
  .community-slideshow .slick-slider {
    margin: 0 !important; }
  .community-slideshow .community-slideshow-wrapper {
    position: relative; }
  @media only screen and (max-width: 40em) {
    .community-slideshow .community-slider-info {
      padding: 0.9375rem;
      text-align: center; } }
  @media only screen and (min-width: 40.063em) {
    .community-slideshow .community-slider-info {
      position: absolute;
      width: auto;
      max-width: 450px;
      top: 40%;
      left: 25%;
      transform: translate(-25%, -40%);
      z-index: 3; } }
  .community-slideshow .community-slider-info h2 {
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 100;
    padding: 0;
    color: #0066ac;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .community-slideshow .community-slider-info h2 {
        text-align: left;
        margin: 0 0 15px 0;
        font-size: 4rem;
        color: #fff;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } }
  .community-slideshow .community-slider-info p {
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0 0 15px 0; }
    @media only screen and (min-width: 40.063em) {
      .community-slideshow .community-slider-info p {
        font-size: 1.5rem;
        color: #fff;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        line-height: 120%; } }
  .community-slideshow .community-slider-info a {
    display: inline-block;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    padding: 10px 20px;
    background: #f8c933;
    border-radius: 4px;
    color: #444;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 1.3rem;
    font-weight: 200; }
  .community-slideshow .community-slider-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    width: 100%; }
    @media only screen and (min-width: 90.063em) {
      .community-slideshow .community-slider-nav {
        top: 255px;
        margin-top: 0; } }
    .community-slideshow .community-slider-nav .slick-prev {
      left: 0;
      border-radius: 0 3px 3px 0;
      width: 45px;
      height: 60px;
      background: #fff;
      opacity: 0.75; }
      .community-slideshow .community-slider-nav .slick-prev:before {
        content: '\f104'; }
      .community-slideshow .community-slider-nav .slick-prev:hover {
        opacity: 1.0; }
    .community-slideshow .community-slider-nav .slick-next {
      right: 0;
      border-radius: 3px 0 0 3px;
      width: 45px;
      height: 60px;
      background: #fff;
      opacity: 0.75; }
      .community-slideshow .community-slider-nav .slick-next:before {
        content: '\f105'; }
      .community-slideshow .community-slider-nav .slick-next:hover {
        opacity: 1.0; }
    .community-slideshow .community-slider-nav .slick-prev:before, .community-slideshow .community-slider-nav .slick-next:before {
      font-family: 'fontAwesome';
      font-size: 40px;
      line-height: 1;
      font-weight: 900;
      color: #444;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.community-connect .community-connect-events {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    .community-connect .community-connect-events {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left; } }

.community-connect .community-connect-email {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    .community-connect .community-connect-email {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left; } }
  .community-connect .community-connect-email .email-submit {
    background: #f4f0ed;
    border: 1px solid #cccccc;
    padding: 1.875rem; }
    .community-connect .community-connect-email .email-submit h3 {
      line-height: 100%; }
    .community-connect .community-connect-email .email-submit .gform_wrapper .gform_body {
      padding: 0;
      margin: 0; }
      .community-connect .community-connect-email .email-submit .gform_wrapper .gform_body .top_label input.large {
        width: 100%;
        padding: 5px 10px; }
      .community-connect .community-connect-email .email-submit .gform_wrapper .gform_body .ginput_container {
        margin: 0; }
    .community-connect .community-connect-email .email-submit .gform_wrapper .gform_footer {
      padding: 0;
      margin: 0;
      clear: none; }
      @media only screen and (min-width: 40.063em) {
        .community-connect .community-connect-email .email-submit .gform_wrapper .gform_footer {
          float: left;
          width: 15%;
          margin-top: 1em; } }
      .community-connect .community-connect-email .email-submit .gform_wrapper .gform_footer .button, .community-connect .community-connect-email .email-submit .gform_wrapper .gform_footer #load-more {
        padding: 10px 10px 10px;
        border-radius: 0;
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 0.9rem;
        line-height: 1rem;
        width: 100%; }

.community-connect h2 {
  padding-left: 0 !important; }

.community-news {
  margin-top: 3.75rem !important; }
  .community-news .view-all-news {
    display: block;
    margin: 20px 0 0 0;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: right; }
    @media only screen and (min-width: 40.063em) {
      .community-news .view-all-news {
        float: right; } }
    .community-news .view-all-news:hover {
      text-decoration: underline; }
  .community-news hr.dashed {
    margin-bottom: 1.875rem !important; }
  .community-news h2.news-title {
    padding-left: 0;
    float: none; }
    .community-news h2.news-title.bulleted {
      padding-left: 1.875rem; }
  .community-news .news-story {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem;
    background: #f4f0ed;
    margin: 0 0 1.875rem 0; }
    .community-news .news-story:before, .community-news .news-story:after {
      content: " ";
      display: table; }
    .community-news .news-story:after {
      clear: both; }
    .community-news .news-story:first-child {
      margin-top: 1.875rem; }
    .community-news .news-story .community-news-img {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left;
      position: relative; }
      @media only screen and (min-width: 40.063em) {
        .community-news .news-story .community-news-img {
          padding-left: 0;
          padding-right: 0;
          width: 41.6666666667%;
          float: left; } }
      .community-news .news-story .community-news-img img {
        border-left: 20px solid #e7e2de;
        border-right: 20px solid #e7e2de;
        border-top: 15px solid #e7e2de;
        border-bottom: 15px solid #e7e2de;
        margin-right: 1.875rem;
        width: 100%; }
      .community-news .news-story .community-news-img:after {
        position: absolute;
        display: block;
        content: '';
        top: 29px;
        right: 8px;
        height: 24px;
        width: 12px;
        background: #f67611;
        border-radius: 0 20px 20px 0; }
    .community-news .news-story .news-story-inner {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left;
      padding: 0.9375rem !important; }
      @media only screen and (min-width: 40.063em) {
        .community-news .news-story .news-story-inner {
          padding-left: 0;
          padding-right: 0;
          width: 58.3333333333%;
          float: left; } }
      .community-news .news-story .news-story-inner h3 {
        line-height: 1em;
        font-size: 1.5em;
        margin: 15px 0 15px; }

.support-sas {
  background: #f4f0ed;
  padding: 1.875rem 0;
  margin-top: 3.75rem; }
  .support-sas h2 {
    padding-left: 0 !important;
    text-align: center !important; }
  .support-sas ul.three-columns li {
    padding-bottom: 40px;
    position: relative; }
    .support-sas ul.three-columns li a {
      position: absolute;
      bottom: 10px;
      left: 1.40625rem; }
      .support-sas ul.three-columns li a:after {
        font-family: 'fontAwesome';
        content: '\f101';
        margin-left: 10px; }

body.page-template-page-voyage-faculty-php.single-voyages #content {
  background: #fff; }

.single-sas_faculty_staff .staff-header {
  margin-bottom: 3.75rem; }
  .single-sas_faculty_staff .staff-header:before, .single-sas_faculty_staff .staff-header:after {
    content: " ";
    display: table; }
  .single-sas_faculty_staff .staff-header:after {
    clear: both; }

.single-sas_faculty_staff .staff-photo {
  padding-left: 0;
  padding-right: 0;
  width: 33.3333333333%;
  float: left;
  min-width: 100px !important;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .single-sas_faculty_staff .staff-photo {
      padding-left: 0;
      padding-right: 0;
      width: 25%;
      float: left; } }
  .single-sas_faculty_staff .staff-photo .staff-photo-wrap {
    overflow: hidden;
    max-width: 100px; }
    .single-sas_faculty_staff .staff-photo .staff-photo-wrap img {
      max-width: inherit;
      margin-left: 4px; }
  .single-sas_faculty_staff .staff-photo .frame {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(120deg); }
    .single-sas_faculty_staff .staff-photo .frame .halfCircleLeft {
      display: block;
      height: 100%;
      width: 51%;
      border: solid 8px #f67611;
      border-right: none;
      border-radius: 100px 0 0 100px;
      background: transparent;
      transition: all 0.5s;
      position: absolute;
      top: 0;
      left: 0; }
    .single-sas_faculty_staff .staff-photo .frame .halfCircleRight {
      display: block;
      height: 100%;
      width: 51%;
      border: solid 8px #fbae76;
      border-left: none;
      border-radius: 0 100px 100px 0;
      background: transparent;
      transition: all 0.5s;
      right: 0 !important;
      left: auto !important;
      position: absolute; }
  @media only screen and (min-width: 40.063em) {
    .single-sas_faculty_staff .staff-photo {
      min-width: 160px !important; }
      .single-sas_faculty_staff .staff-photo .staff-photo-wrap {
        overflow: visible;
        max-width: 160px; }
      .single-sas_faculty_staff .staff-photo .frame {
        height: 160px;
        width: 160px;
        top: -5px;
        display: none; }
      .single-sas_faculty_staff .staff-photo .halfCircleLeft {
        border-radius: 160px 0 0 160px; }
      .single-sas_faculty_staff .staff-photo .halfCircleRight {
        border-radius: 0 160px 160px 0; } }

.single-sas_faculty_staff .staff-info {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.6666666667%;
  float: left;
  padding-top: 0.9375rem; }
  .single-sas_faculty_staff .staff-info.full {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 1.875rem 0 !important; }
  @media only screen and (min-width: 40.063em) {
    .single-sas_faculty_staff .staff-info {
      padding: 1.875rem 0 0 0.9375rem; } }
  @media only screen and (min-width: 64.063em) {
    .single-sas_faculty_staff .staff-info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 75%;
      float: left; } }
  .single-sas_faculty_staff .staff-info span {
    color: #0066ac;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 200; }
    .single-sas_faculty_staff .staff-info span.dean-type {
      color: #58595c;
      font-weight: 300; }

.single-sas_faculty_staff .dean-type {
  color: #666;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }

.single-sas_faculty_staff .dean-name {
  color: #0066ac;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25em; }

.single-sas_faculty_staff .staff-content p {
  font-weight: 400;
  line-height: 1.5em; }

.voyage-staff-flexible {
  padding: 1.875rem 0; }

.voyage-faculty-main {
  padding: 0 0 1.875rem; }
  .voyage-faculty-main h2 {
    color: #0066ac;
    border-bottom: 1px solid #d4d4d4;
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 20px; }
    .voyage-faculty-main h2:after {
      position: absolute;
      display: block;
      content: '';
      top: 4px;
      left: 0px;
      height: 24px;
      width: 12px;
      background: #f67611;
      border-radius: 0 20px 20px 0; }
    .voyage-faculty-main h2:nth-child(2) {
      margin-top: 3.75rem; }
    @media only screen and (min-width: 40.063em) {
      .voyage-faculty-main h2 {
        margin-bottom: 40px;
        padding: 0 20px 20px 25px; }
        .voyage-faculty-main h2:after {
          top: 13px; } }
  .voyage-faculty-main .wrapper {
    max-width: 90% !important; }
    @media only screen and (min-width: 64.063em) {
      .voyage-faculty-main .wrapper {
        max-width: 75rem !important; } }
  .voyage-faculty-main .all-staff.all-deans {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .voyage-faculty-main .all-staff.all-deans:before, .voyage-faculty-main .all-staff.all-deans:after {
      content: " ";
      display: table; }
    .voyage-faculty-main .all-staff.all-deans:after {
      clear: both; }
    .voyage-faculty-main .all-staff.all-deans > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .voyage-faculty-main .all-staff.all-deans > li {
      width: 100%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .voyage-faculty-main .all-staff.all-deans > li:nth-of-type(1n) {
        clear: none; }
      .voyage-faculty-main .all-staff.all-deans > li:nth-of-type(1n+1) {
        clear: both; }
    .voyage-faculty-main .all-staff.all-deans .staff-type-dean {
      margin-top: 0.9375rem; }
      @media only screen and (min-width: 40.063em) {
        .voyage-faculty-main .all-staff.all-deans .staff-type-dean:nth-last-child(2) .staff-type-dean-inner {
          border-bottom: none; } }
      .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-type-dean-inner {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 75rem;
        border-bottom: 1px solid #cccccc;
        margin-right: 0.9375rem;
        padding-bottom: 1.875rem;
        display: flex;
        align-items: center; }
        .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-type-dean-inner:before, .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-type-dean-inner:after {
          content: " ";
          display: table; }
        .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-type-dean-inner:after {
          clear: both; }
      .voyage-faculty-main .all-staff.all-deans .staff-type-dean:last-child .staff-type-dean-inner {
        border-bottom: none; }
      .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo {
        padding-left: 0;
        padding-right: 0;
        width: 33.3333333333%;
        float: left;
        min-width: 100px !important;
        position: relative; }
        @media only screen and (min-width: 40.063em) {
          .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo {
            padding-left: 0;
            padding-right: 0;
            width: 33.3333333333%;
            float: left; } }
        .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo .staff-photo-wrap {
          overflow: hidden;
          max-width: 100px; }
          .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo .staff-photo-wrap img {
            max-width: inherit;
            margin-left: 4px; }
        .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo .frame {
          height: 100px;
          width: 100px;
          position: absolute;
          top: 0px;
          left: 0px;
          transform: rotate(120deg); }
          .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo .frame .halfCircleLeft {
            display: block;
            height: 100%;
            width: 51%;
            border: solid 8px #f67611;
            border-right: none;
            border-radius: 100px 0 0 100px;
            background: transparent;
            transition: all 0.5s;
            position: absolute;
            top: 0;
            left: 0; }
          .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo .frame .halfCircleRight {
            display: block;
            height: 100%;
            width: 51%;
            border: solid 8px #fbae76;
            border-left: none;
            border-radius: 0 100px 100px 0;
            background: transparent;
            transition: all 0.5s;
            right: 0 !important;
            left: auto !important;
            position: absolute; }
        @media only screen and (min-width: 64.063em) {
          .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo {
            min-width: 160px !important; }
            .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo .staff-photo-wrap {
              overflow: hidden;
              max-width: 160px; }
            .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo .frame {
              height: 160px;
              width: 160px;
              top: -5px; }
            .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo .halfCircleLeft {
              border-radius: 160px 0 0 160px; }
            .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-photo .halfCircleRight {
              border-radius: 0 160px 160px 0; } }
      .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-info {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 66.6666666667%;
        float: left;
        padding: 0; }
        @media only screen and (min-width: 40.063em) {
          .voyage-faculty-main .all-staff.all-deans .staff-type-dean .staff-info {
            padding: 0 1.875rem; } }
      .voyage-faculty-main .all-staff.all-deans .staff-type-dean .dean-type {
        color: #666;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
      .voyage-faculty-main .all-staff.all-deans .staff-type-dean .dean-name {
        color: #0066ac;
        font-weight: 400;
        font-size: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .voyage-faculty-main .all-staff.all-deans {
        display: block;
        padding: 0;
        margin: 0 -0.625rem; }
        .voyage-faculty-main .all-staff.all-deans:before, .voyage-faculty-main .all-staff.all-deans:after {
          content: " ";
          display: table; }
        .voyage-faculty-main .all-staff.all-deans:after {
          clear: both; }
        .voyage-faculty-main .all-staff.all-deans > li {
          display: block;
          height: auto;
          float: left;
          padding: 0 0.625rem 1.25rem; }
        .voyage-faculty-main .all-staff.all-deans > li {
          width: 50%;
          padding: 0 0.625rem 1.25rem;
          list-style: none; }
          .voyage-faculty-main .all-staff.all-deans > li:nth-of-type(1n) {
            clear: none; }
          .voyage-faculty-main .all-staff.all-deans > li:nth-of-type(2n+1) {
            clear: both; } }
  .voyage-faculty-main .all-staff.all-faculty {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0 -0.9375rem; }
    .voyage-faculty-main .all-staff.all-faculty:before, .voyage-faculty-main .all-staff.all-faculty:after {
      content: " ";
      display: table; }
    .voyage-faculty-main .all-staff.all-faculty:after {
      clear: both; }
    .voyage-faculty-main .all-staff.all-faculty > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.9375rem 1.875rem; }
    .voyage-faculty-main .all-staff.all-faculty > li {
      width: 100%;
      padding: 0 0.9375rem 1.875rem;
      list-style: none; }
      .voyage-faculty-main .all-staff.all-faculty > li:nth-of-type(1n) {
        clear: none; }
      .voyage-faculty-main .all-staff.all-faculty > li:nth-of-type(1n+1) {
        clear: both; }
    .voyage-faculty-main .all-staff.all-faculty .staff-type-faculty {
      border-right: 1px solid #cccccc; }
      .voyage-faculty-main .all-staff.all-faculty .staff-type-faculty .staff-type-faculty-inner {
        padding: 0; }
        .voyage-faculty-main .all-staff.all-faculty .staff-type-faculty .staff-type-faculty-inner .faculty-name {
          color: #0066ac;
          font-weight: 400;
          font-size: 1rem; }
        .voyage-faculty-main .all-staff.all-faculty .staff-type-faculty .staff-type-faculty-inner .faculty-stat {
          display: block; }
    @media only screen and (min-width: 40.063em) {
      .voyage-faculty-main .all-staff.all-faculty {
        display: block;
        padding: 0;
        margin: 0 -0.9375rem; }
        .voyage-faculty-main .all-staff.all-faculty:before, .voyage-faculty-main .all-staff.all-faculty:after {
          content: " ";
          display: table; }
        .voyage-faculty-main .all-staff.all-faculty:after {
          clear: both; }
        .voyage-faculty-main .all-staff.all-faculty > li {
          display: block;
          height: auto;
          float: left;
          padding: 0 0.9375rem 1.875rem; }
        .voyage-faculty-main .all-staff.all-faculty > li {
          width: 50%;
          padding: 0 0.9375rem 1.875rem;
          list-style: none; }
          .voyage-faculty-main .all-staff.all-faculty > li:nth-of-type(1n) {
            clear: none; }
          .voyage-faculty-main .all-staff.all-faculty > li:nth-of-type(2n+1) {
            clear: both; }
        .voyage-faculty-main .all-staff.all-faculty .staff-type-faculty:nth-child(2n) {
          border-right: none; } }
    @media only screen and (min-width: 64.063em) {
      .voyage-faculty-main .all-staff.all-faculty {
        display: block;
        padding: 0;
        margin: 0 -0.9375rem; }
        .voyage-faculty-main .all-staff.all-faculty:before, .voyage-faculty-main .all-staff.all-faculty:after {
          content: " ";
          display: table; }
        .voyage-faculty-main .all-staff.all-faculty:after {
          clear: both; }
        .voyage-faculty-main .all-staff.all-faculty > li {
          display: block;
          height: auto;
          float: left;
          padding: 0 0.9375rem 1.875rem; }
        .voyage-faculty-main .all-staff.all-faculty > li {
          width: 33.3333333333%;
          padding: 0 0.9375rem 1.875rem;
          list-style: none; }
          .voyage-faculty-main .all-staff.all-faculty > li:nth-of-type(1n) {
            clear: none; }
          .voyage-faculty-main .all-staff.all-faculty > li:nth-of-type(3n+1) {
            clear: both; }
        .voyage-faculty-main .all-staff.all-faculty .staff-type-faculty {
          padding-bottom: 0; }
          .voyage-faculty-main .all-staff.all-faculty .staff-type-faculty:nth-child(2n) {
            border-right: 1px solid #cccccc; }
          .voyage-faculty-main .all-staff.all-faculty .staff-type-faculty:nth-child(3n) {
            border-right: none; } }
  .voyage-faculty-main .all-staff.all-interport {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0 -0.9375rem; }
    .voyage-faculty-main .all-staff.all-interport:before, .voyage-faculty-main .all-staff.all-interport:after {
      content: " ";
      display: table; }
    .voyage-faculty-main .all-staff.all-interport:after {
      clear: both; }
    .voyage-faculty-main .all-staff.all-interport > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.9375rem 1.875rem; }
    .voyage-faculty-main .all-staff.all-interport > li {
      width: 100%;
      padding: 0 0.9375rem 1.875rem;
      list-style: none; }
      .voyage-faculty-main .all-staff.all-interport > li:nth-of-type(1n) {
        clear: none; }
      .voyage-faculty-main .all-staff.all-interport > li:nth-of-type(1n+1) {
        clear: both; }
    .voyage-faculty-main .all-staff.all-interport .staff-type-interport {
      border-right: 1px solid #cccccc; }
      .voyage-faculty-main .all-staff.all-interport .staff-type-interport .staff-type-interport-inner {
        padding: 0; }
        .voyage-faculty-main .all-staff.all-interport .staff-type-interport .staff-type-interport-inner .interport-name {
          color: #0066ac;
          font-weight: 400;
          font-size: 1rem; }
        .voyage-faculty-main .all-staff.all-interport .staff-type-interport .staff-type-interport-inner .interport-stat {
          display: block; }
    @media only screen and (min-width: 40.063em) {
      .voyage-faculty-main .all-staff.all-interport {
        display: block;
        padding: 0;
        margin: 0 -0.9375rem; }
        .voyage-faculty-main .all-staff.all-interport:before, .voyage-faculty-main .all-staff.all-interport:after {
          content: " ";
          display: table; }
        .voyage-faculty-main .all-staff.all-interport:after {
          clear: both; }
        .voyage-faculty-main .all-staff.all-interport > li {
          display: block;
          height: auto;
          float: left;
          padding: 0 0.9375rem 1.875rem; }
        .voyage-faculty-main .all-staff.all-interport > li {
          width: 50%;
          padding: 0 0.9375rem 1.875rem;
          list-style: none; }
          .voyage-faculty-main .all-staff.all-interport > li:nth-of-type(1n) {
            clear: none; }
          .voyage-faculty-main .all-staff.all-interport > li:nth-of-type(2n+1) {
            clear: both; }
        .voyage-faculty-main .all-staff.all-interport .staff-type-interport:nth-child(2n) {
          border-right: none; } }
    @media only screen and (min-width: 64.063em) {
      .voyage-faculty-main .all-staff.all-interport {
        display: block;
        padding: 0;
        margin: 0 -0.9375rem; }
        .voyage-faculty-main .all-staff.all-interport:before, .voyage-faculty-main .all-staff.all-interport:after {
          content: " ";
          display: table; }
        .voyage-faculty-main .all-staff.all-interport:after {
          clear: both; }
        .voyage-faculty-main .all-staff.all-interport > li {
          display: block;
          height: auto;
          float: left;
          padding: 0 0.9375rem 1.875rem; }
        .voyage-faculty-main .all-staff.all-interport > li {
          width: 33.3333333333%;
          padding: 0 0.9375rem 1.875rem;
          list-style: none; }
          .voyage-faculty-main .all-staff.all-interport > li:nth-of-type(1n) {
            clear: none; }
          .voyage-faculty-main .all-staff.all-interport > li:nth-of-type(3n+1) {
            clear: both; }
        .voyage-faculty-main .all-staff.all-interport .staff-type-interport {
          padding-bottom: 0; }
          .voyage-faculty-main .all-staff.all-interport .staff-type-interport:nth-child(2n) {
            border-right: 1px solid #cccccc; }
          .voyage-faculty-main .all-staff.all-interport .staff-type-interport:nth-child(3n) {
            border-right: none; } }
  @media only screen and (min-width: 64.063em) {
    .voyage-faculty-main .all-staff {
      max-width: none; } }
  .voyage-faculty-main .faculty-wrapper {
    background: #f6f5f3;
    border-top: 1px solid #c7c5c6;
    border-bottom: 1px solid #c7c5c6;
    padding: 1.875rem 0; }
    .voyage-faculty-main .faculty-wrapper:before, .voyage-faculty-main .faculty-wrapper:after {
      content: " ";
      display: table; }
    .voyage-faculty-main .faculty-wrapper:after {
      clear: both; }
  .voyage-faculty-main .interport-wrapper {
    padding: 1.875rem 0; }

.voyage-faculty-main .all-staff.all-deans .staff-type-dean:last-child .staff-type-dean-inner {
  border-bottom: none; }

.staff-shortcode .staff-shortcode-box {
  width: 100%;
  float: none;
  padding-bottom: 30px; }
  @media only screen and (min-width: 40.063em) {
    .staff-shortcode .staff-shortcode-box {
      width: 50%;
      float: left; } }
  .staff-shortcode .staff-shortcode-box .staff-photo {
    float: left;
    margin-right: 10px;
    min-width: 100px !important;
    position: relative; }
    .staff-shortcode .staff-shortcode-box .staff-photo .staff-photo-wrap {
      overflow: hidden;
      max-width: 96px;
      left: 2px;
      top: 2px;
      position: relative; }
      .staff-shortcode .staff-shortcode-box .staff-photo .staff-photo-wrap img {
        max-width: inherit;
        margin-left: 4px;
        width: 90px !important;
        height: 90px !important; }
    .staff-shortcode .staff-shortcode-box .staff-photo .frame {
      height: 100px;
      width: 100px;
      position: absolute;
      top: 0px;
      left: 0px;
      transform: rotate(120deg); }
      .staff-shortcode .staff-shortcode-box .staff-photo .frame .halfCircleLeft {
        display: block;
        height: 100%;
        width: 51%;
        border: solid 8px #f67611;
        border-right: none;
        border-radius: 100px 0 0 100px;
        background: transparent;
        transition: all 0.5s;
        position: absolute;
        top: 0;
        left: 0; }
      .staff-shortcode .staff-shortcode-box .staff-photo .frame .halfCircleRight {
        display: block;
        height: 100%;
        width: 51%;
        border: solid 8px #fbae76;
        border-left: none;
        border-radius: 0 100px 100px 0;
        background: transparent;
        transition: all 0.5s;
        right: 0 !important;
        left: auto !important;
        position: absolute; }
    @media only screen and (min-width: 64.063em) {
      .staff-shortcode .staff-shortcode-box .staff-photo {
        min-width: 160px !important; }
        .staff-shortcode .staff-shortcode-box .staff-photo .staff-photo-wrap {
          overflow: hidden;
          max-width: 160px;
          left: 0;
          top: 0; }
          .staff-shortcode .staff-shortcode-box .staff-photo .staff-photo-wrap img {
            width: 150px !important;
            height: 150px !important; }
        .staff-shortcode .staff-shortcode-box .staff-photo .frame {
          height: 160px;
          width: 160px;
          top: -5px; }
        .staff-shortcode .staff-shortcode-box .staff-photo .halfCircleLeft {
          border-radius: 160px 0 0 160px; }
        .staff-shortcode .staff-shortcode-box .staff-photo .halfCircleRight {
          border-radius: 0 160px 160px 0; } }
  .staff-shortcode .staff-shortcode-box .staff-info.faculty {
    padding-left: 0; }
  @media only screen and (min-width: 40.063em) {
    .staff-shortcode .staff-shortcode-box .staff-info {
      padding: 0 1.875rem; } }
  .staff-shortcode .staff-shortcode-box .dean-type {
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }
  .staff-shortcode .staff-shortcode-box .dean-name {
    color: #0066ac;
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    margin: 5px 0;
    border-bottom: none; }

body.page-template-page-schedule-php {
  background: #eee; }
  body.page-template-page-schedule-php #content {
    background: #eee;
    padding-top: 1.875rem; }
    @media only screen and (min-width: 64.063em) {
      body.page-template-page-schedule-php #content {
        padding-top: 104px; } }

label {
  display: inline; }

.regular-checkbox, .sidr-class-regular-checkbox {
  display: none !important; }

.regular-checkbox + label, .sidr-class-regular-checkbox + label {
  background-color: #ffffff;
  border: 1px solid #aaa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0;
  display: inline-block;
  position: relative; }

.regular-checkbox + label:active, .regular-checkbox:checked + label:active, .sidr-class-regular-checkbox + label:active, .sidr-class-regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }

.regular-checkbox:checked + label:after, .sidr-class-regular-checkbox:checked + label:after, label.check-active:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #0066ac; }

.schedule-date {
  color: #0066ac;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0.9375rem 0; }

.schedule-list {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0; }
  @media only screen and (min-width: 64.063em) {
    .schedule-list {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left; } }

.schedule-head {
  margin: 1.875rem 0;
  padding: 0.9375rem 0;
  border-bottom: solid 2px #aaa; }
  .schedule-head h1 {
    margin: 0;
    font-family: 'TrendSansOne';
    font-size: 1.5em;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .schedule-head h1 {
        font-size: 2.5em; } }
    @media only screen and (min-width: 64.063em) {
      .schedule-head h1 {
        font-family: 'TrendSansFour';
        font-size: 3.5em;
        width: 50%;
        float: left; } }
  .schedule-head a {
    display: none;
    background: white;
    border: solid 1px #aaa;
    padding: 0.625rem 0.9375rem;
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    float: right;
    text-align: right;
    line-height: 1.85em;
    color: #023258;
    margin-top: 0.9375rem;
    margin-left: 0.9375rem; }
    .schedule-head a.active {
      color: #00aaca; }
    .schedule-head a i {
      padding-left: 0.625rem;
      position: relative;
      top: 0px; }
    @media only screen and (min-width: 64.063em) {
      .schedule-head a {
        display: block; } }
  .schedule-head .pdf {
    padding: 0.234375rem 0.9375rem;
    line-height: 1.6em; }
    .schedule-head .pdf i {
      float: none;
      display: block;
      padding: 0;
      top: 3px;
      right: 3px; }

.schedule-container {
  padding-bottom: 1.875rem; }

.schedule-sidebar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  float: left;
  padding: 0;
  margin: 1.875rem 0;
  float: right;
  display: none; }
  @media only screen and (min-width: 64.063em) {
    .schedule-sidebar {
      display: block; } }
  .schedule-sidebar .sidebar-title {
    margin: 0;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 600; }
  .schedule-sidebar .block {
    background: white;
    border: solid 1px #aaa;
    margin-bottom: 0.9375rem; }
    .schedule-sidebar .block .block-title {
      color: #0066ac;
      text-transform: uppercase;
      padding: 0.625rem;
      font-weight: 600;
      border-bottom: solid 1px #aaa; }
    .schedule-sidebar .block label {
      margin: 0.3125rem 0.625rem; }
    .schedule-sidebar .block span {
      display: inline-block;
      line-height: 2em;
      vertical-align: top; }

.schedule-entry {
  padding: 0;
  margin: 0;
  /*&.15{
			.schedule-details{

			background: $primary-color;
			}
		}*/ }
  @media only screen and (min-width: 64.063em) {
    .schedule-entry {
      border-top: solid 2px #aaa;
      padding: 0.625rem 0;
      margin: 0.9375rem 0; }
      .schedule-entry:before, .schedule-entry:after {
        content: " ";
        display: table; }
      .schedule-entry:after {
        clear: both; }
      .schedule-entry.no-border {
        border: none; } }
  .schedule-entry .tooltip {
    height: 0;
    width: 0;
    opacity: 0;
    display: none; }
    @media only screen and (min-width: 40.063em) {
      .schedule-entry .tooltip {
        display: block; } }
  .schedule-entry:hover .tooltip {
    opacity: 1;
    height: auto;
    width: 280px; }
  .schedule-entry h5 {
    font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1em;
    margin: 0 0 0.3125rem 0; }
  .schedule-entry a {
    color: black; }
  .schedule-entry .time-slot {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 16.6666666667%;
    float: left;
    font-size: 1.2em;
    color: #aaa;
    text-transform: uppercase;
    padding: 0;
    min-height: 20px;
    display: none; }
    @media only screen and (min-width: 64.063em) {
      .schedule-entry .time-slot {
        display: block; } }
  .schedule-entry .schedule-details {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
    background: white;
    border: solid 1px #aaa;
    height: 100%;
    font-size: 0.8em; }
    @media only screen and (min-width: 40.063em) {
      .schedule-entry .schedule-details {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        padding: 0; } }
    @media only screen and (min-width: 64.063em) {
      .schedule-entry .schedule-details {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 83.3333333333%;
        float: left;
        padding: 0; } }
    .schedule-entry .schedule-details .schedule-pic {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left;
      padding: 0;
      margin: 0; }
      @media only screen and (min-width: 64.063em) {
        .schedule-entry .schedule-details .schedule-pic {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 25%;
          float: left;
          padding: 0;
          margin: 0; } }
    .schedule-entry .schedule-details .schedule-info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.6666666667%;
      float: left;
      padding: 0.3125rem;
      position: relative; }
      @media only screen and (min-width: 64.063em) {
        .schedule-entry .schedule-details .schedule-info {
          padding: 0.9375rem;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 75%;
          float: left;
          height: 150px; } }
      .schedule-entry .schedule-details .schedule-info .showing-details {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        padding: 0; }
        @media only screen and (min-width: 64.063em) {
          .schedule-entry .schedule-details .schedule-info .showing-details {
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            width: 50%;
            float: left;
            border-right: solid 1px #aaa;
            height: 100%;
            padding: 0; } }
      .schedule-entry .schedule-details .schedule-info .more-details {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        padding: 0;
        font-style: italic;
        height: 100%; }
        .schedule-entry .schedule-details .schedule-info .more-details .button, .schedule-entry .schedule-details .schedule-info .more-details #load-more {
          text-transform: uppercase;
          font-size: 1em;
          color: #fff;
          display: inline-block;
          padding: 0.46875rem;
          border-radius: 3px;
          box-shadow: 2px 2px 4px -2px #222;
          width: calc(100% - 0.9375rem);
          text-align: left;
          font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
          font-weight: 700;
          z-index: 99999;
          text-decoration: none !important;
          background-color: #fd8700;
          background: linear-gradient(to bottom, #fd8700 0%, #f66b00 100%);
          position: absolute;
          bottom: 1.875rem;
          left: 0.9375rem;
          margin: 0;
          display: none; }
          .schedule-entry .schedule-details .schedule-info .more-details .button i, .schedule-entry .schedule-details .schedule-info .more-details #load-more i {
            text-align: right;
            font-size: 0.8em;
            position: absolute;
            right: 20px;
            top: 0.625rem; }
        @media only screen and (min-width: 64.063em) {
          .schedule-entry .schedule-details .schedule-info .more-details {
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            width: 50%;
            float: left;
            padding: 0 0.9375rem;
            position: relative;
            height: 150px; }
            .schedule-entry .schedule-details .schedule-info .more-details .button, .schedule-entry .schedule-details .schedule-info .more-details #load-more {
              display: block; } }
        .schedule-entry .schedule-details .schedule-info .more-details .location {
          font-weight: 600;
          display: block;
          clear: both;
          margin: 0 0 0.3125rem 0;
          font-style: none; }

.program-wrapper {
  max-width: 1000px !important; }
  .program-wrapper .entry-content {
    padding-top: 0; }

.program-panel {
  position: relative;
  margin: 0;
  padding-left: 0;
  background: #F3F0EE; }
  @media only screen and (min-width: 40.063em) {
    .program-panel .field-programs {
      margin-top: 0; } }
  .program-panel a.apply.button, .program-panel a.apply#load-more {
    background: #fdb056;
    white-space: nowrap;
    display: block; }
    .program-panel a.apply.button:hover, .program-panel a.apply#load-more:hover {
      background: #fdb056; }

body.post-template-page-voyage-programs-php #content {
  position: static; }

body.post-template-page-voyage-programs-php .off-canvas-wrap {
  -webkit-backface-visibility: visible; }
  body.post-template-page-voyage-programs-php .off-canvas-wrap .inner-wrap {
    -webkit-backface-visibility: visible; }
  body.post-template-page-voyage-programs-php .off-canvas-wrap.move-right {
    -webkit-backface-visibility: hidden; }
    body.post-template-page-voyage-programs-php .off-canvas-wrap.move-right .inner-wrap {
      -webkit-backface-visibility: hidden; }

.program-filter {
  display: block; }
  .program-filter #mobile-program-filter-toggle {
    position: absolute;
    left: 100%;
    top: 20px;
    background: #fff;
    color: #333333;
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 0 12px 12px 0;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 85%;
    cursor: pointer;
    transition: none; }
    .program-filter #mobile-program-filter-toggle .open {
      display: none; }
    .program-filter #mobile-program-filter-toggle.active .open {
      display: block; }
    .program-filter #mobile-program-filter-toggle.active .closed {
      display: none; }
    @media only screen and (min-width: 769px) {
      .program-filter #mobile-program-filter-toggle {
        display: none; } }
  @media only screen and (max-width: 768px) {
    .program-filter {
      position: absolute;
      z-index: 9999999;
      top: 0;
      width: 252px;
      left: -252px;
      padding: 0;
      transition: all 0.3s ease-in-out; }
      .program-filter #fp-filters {
        width: 252px;
        transition: visibility linear 0.3s;
        visibility: hidden; }
      .program-filter.active {
        left: 0;
        height: 100%; }
        .program-filter.active #fp-filters {
          visibility: visible; } }
  .program-filter #fp-filters.affix-top {
    position: absolute;
    top: 0; }
  .program-filter #fp-filters.affix-bottom {
    position: absolute;
    top: 0; }
  .program-filter #fp-filters.affix-fix {
    position: absolute;
    top: 0; }
  @media only screen and (min-width: 769px) {
    .program-filter #fp-filters.affix-bottom {
      position: absolute;
      bottom: 0;
      top: auto; }
    .program-filter #fp-filters.affix-fix {
      top: 0;
      position: fixed;
      max-height: 100%;
      overflow-x: visible;
      overflow-y: auto;
      z-index: 9; } }

#fp-filters {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 40.063em) {
    #fp-filters {
      top: -1.25rem; } }
  #fp-filters li {
    margin: 0;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc; }
    @media only screen and (min-width: 40.063em) {
      #fp-filters li {
        border-top: none;
        padding: 25px; } }
    #fp-filters li .fp-keyword-container {
      position: relative; }
      #fp-filters li .fp-keyword-container input[type="text"] {
        border-radius: 12px;
        padding-right: 45px;
        margin: 0; }
      #fp-filters li .fp-keyword-container button.fp-keyword-submit {
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        border: none;
        padding: 9px 15px 9px 10px;
        z-index: 99;
        color: #333333; }
    #fp-filters li ul {
      top: 0;
      padding: 0;
      margin: 0;
      list-style: none; }
      #fp-filters li ul li {
        margin: 0 0 10px;
        padding: 0;
        border: none;
        display: block;
        position: relative; }
        #fp-filters li ul li input[type="checkbox"], #fp-filters li ul li input[type="radio"] {
          position: absolute;
          left: 0;
          top: 4px;
          margin: 0; }
        #fp-filters li ul li input[type="checkbox"] + label, #fp-filters li ul li input[type="radio"] + label {
          display: block;
          padding-left: 15px;
          text-transform: capitalize; }
        #fp-filters li ul li:last-child {
          margin-bottom: 0; }
        #fp-filters li ul li label {
          font-size: 1rem; }
  #fp-filters #fp-price-values {
    font-size: 12px;
    float: right;
    color: #999;
    font-weight: 100; }
  #fp-filters #fp-reset-filters {
    background: #e3e3e3;
    color: #666;
    border: 1px solid #999;
    font-weight: 300;
    padding: 15px;
    text-transform: none;
    margin-top: 10px;
    display: block; }

.slider {
  background: #ccc;
  border: 1px solid #999;
  border-radius: 0; }
  .slider .ui-slider-handle {
    background: #fff;
    border-radius: 50%;
    border: 2px solid #999; }
  .slider .ui-slider-range {
    background: #fff; }

.fp-destination-wrapper.filtered-out {
  display: none !important; }

.fp-destination-wrapper ul.programs li {
  clear: none; }
  .fp-destination-wrapper ul.programs li.filtered-out {
    display: none !important; }

#fp-no-results {
  display: none; }

.schedule-grid {
  display: none;
  clear: both; }
  .schedule-grid .day-grid {
    border: solid 1px #aaa;
    border-top: none; }
  .schedule-grid .day-head {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.7em; }
    .schedule-grid .day-head .cell {
      background: #333 !important; }
  .schedule-grid .time-grid {
    font-size: 0.7em;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap; }
  .schedule-grid .cell {
    display: table-cell;
    padding: 0.9375rem;
    border-right: solid 1px #ccc;
    border-top: solid 1px #aaa;
    width: 11%;
    height: 80px;
    vertical-align: middle; }
    .schedule-grid .cell:last-child {
      border-right: none; }
    .schedule-grid .cell:nth-child(even) {
      background: #ddd; }
  .schedule-grid .event-cell {
    background: #0066ac !important;
    position: relative; }
    .schedule-grid .event-cell .tooltip {
      height: 0;
      width: 0;
      opacity: 0;
      right: -260px;
      left: auto;
      top: -1.875rem;
      display: none; }
    .schedule-grid .event-cell:hover > .tooltip {
      opacity: 1;
      height: auto;
      width: 280px;
      display: block; }
    .schedule-grid .event-cell a {
      color: white;
      font-size: 0.7em;
      font-weight: 600; }
    .schedule-grid .event-cell .tooltip .tool-main {
      margin-top: 0.3125rem; }
    .schedule-grid .event-cell .tooltip a {
      color: black;
      font-size: 0.8em;
      font-weight: 600; }
      .schedule-grid .event-cell .tooltip a.button, .schedule-grid .event-cell .tooltip a#load-more {
        color: white !important; }
      .schedule-grid .event-cell .tooltip a.more {
        font-size: 0.8em;
        color: #0066ac;
        position: relative;
        left: 90px; }
    .schedule-grid .event-cell .tooltip span {
      font-size: 0.7em;
      line-height: 1em;
      display: inline-block; }
  .schedule-grid .grid-row {
    display: table-row; }
    .schedule-grid .grid-row:last-child {
      border: none; }

.off-canvas {
  display: none; }

.sidr {
  box-shadow: none !important; }

.sidr-class-block-title {
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 600;
  font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
  padding-top: 0.9375rem;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  margin-top: 0.9375rem !important;
  padding-left: 0.46875rem; }
  .sidr-class-day-block .sidr-class-block-title {
    border: none;
    margin-top: 0 !important; }

.sidr-class-sidebar-title {
  display: none; }

.menu-trigger {
  position: fixed;
  top: 50%;
  background: #0066ac;
  color: white;
  left: 0;
  padding: 0 0.46875rem 0.46875rem 0.46875rem;
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  z-index: 999999; }
  .menu-trigger i {
    display: block;
    padding: 0.1875rem;
    font-size: 3em;
    text-align: center;
    right: 0; }
  .menu-trigger.active {
    left: 260px; }
    .menu-trigger.active i {
      transform: rotate(180deg); }
  .menu-trigger:hover {
    color: white; }
  @media only screen and (min-width: 64.063em) {
    .menu-trigger {
      display: none; } }

#jPanelMenu-menu {
  background: #0066ac;
  color: #fff; }
  #jPanelMenu-menu .block {
    background: none; }
    #jPanelMenu-menu .block label {
      color: #0066ac; }
  @media only screen and (min-width: 64.063em) {
    #jPanelMenu-menu {
      display: none !important; } }

@media only screen and (min-width: 64.063em) {
  body.sidr-open {
    left: 0 !important;
    width: 100% !important; } }

.day-of-giving .logo-intro {
  padding: 3rem 0 6rem; }
  @media only screen and (min-width: 40.063em) {
    .day-of-giving .logo-intro {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }
  .day-of-giving .logo-intro > div {
    margin-bottom: 2rem; }

.day-of-giving .stats {
  display: flex;
  text-align: center;
  flex-direction: column; }
  @media only screen and (min-width: 40.063em) {
    .day-of-giving .stats {
      flex-direction: row;
      align-items: stretch;
      flex-wrap: wrap; } }
  .day-of-giving .stats > div {
    padding: 2rem 1rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .day-of-giving .stats .hashtag {
    background: #0066ac; }
  .day-of-giving .stats .hashtag-link {
    font-size: 2rem;
    cursor: pointer;
    color: white; }
  .day-of-giving .stats #timer span {
    display: inline-flex;
    flex-direction: column;
    padding: 0 0.5rem;
    margin: 0 0.5rem;
    background: #FA7F03;
    background: #87B2D8;
    color: white;
    font-size: 1.5rem;
    width: auto; }
    @media only screen and (min-width: 40.063em) {
      .day-of-giving .stats #timer span {
        font-size: 3rem;
        width: 150px; } }
    .day-of-giving .stats #timer span:after {
      font-size: 1rem; }
      @media only screen and (min-width: 40.063em) {
        .day-of-giving .stats #timer span:after {
          font-size: 1.5rem; } }
    .day-of-giving .stats #timer span.days:after {
      content: 'days'; }
    .day-of-giving .stats #timer span.hours:after {
      content: 'hours'; }
    .day-of-giving .stats #timer span.minutes:after {
      content: 'minutes'; }
    .day-of-giving .stats #timer span.seconds:after {
      content: 'seconds'; }

.day-of-giving #count {
  margin: 6rem auto; }
  .day-of-giving #count .gifts, .day-of-giving #count .dollars {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
    background: #eee;
    border: 3px solid #a2a1a1; }
    .day-of-giving #count .gifts h2, .day-of-giving #count .dollars h2 {
      text-transform: uppercase;
      text-align: center;
      padding: 0;
      margin: 1rem 0; }
    .day-of-giving #count .gifts p, .day-of-giving #count .dollars p {
      font-weight: bold;
      font-size: 2rem;
      background: #0066ac;
      color: white;
      padding: 0.5rem 0;
      margin: 0;
      border-radius: 3px; }
  @media only screen and (min-width: 40.063em) {
    .day-of-giving #count .gifts {
      border-right: none; } }
  @media only screen and (max-width: 40em) {
    .day-of-giving #count .gifts {
      border-bottom: none; } }

.day-of-giving .give-link {
  margin: 3rem 0;
  text-align: center; }
  .day-of-giving .give-link .button, .day-of-giving .give-link #load-more {
    font-size: 2rem;
    font-weight: bold; }

.day-of-giving .dog-content {
  padding: 2rem 0; }

.day-of-giving .dog-social-links {
  padding: 2rem 0; }

.day-of-giving ul.social-icons {
  list-style: none;
  display: inline-block;
  margin-left: 0; }
  .day-of-giving ul.social-icons li {
    float: left;
    margin-right: 1rem; }
    .day-of-giving ul.social-icons li a {
      font-size: 2.5rem; }

.day-of-giving .dog-ships {
  display: flex;
  flex-wrap: wrap; }

.day-of-giving .dog-ship {
  text-align: center;
  padding: 1rem; }
  .day-of-giving .dog-ship .ship-name {
    font-size: 1.3em;
    background: #eee;
    padding: 0.5rem 1rem; }
    .day-of-giving .dog-ship .ship-name span {
      font-weight: bold; }

html, body {
  height: 100%; }

body {
  position: static; }

iframe {
  max-width: 100%; }

.lightbox-target, .lightbox-content {
  display: none; }

mark {
  background: transparent !important; }

.acf-map {
  width: 100%;
  height: 200px;
  border: #ccc solid 1px;
  margin: 20px 0; }

.ssba {
  margin-top: 0.9375rem; }
  .ssba img {
    padding-left: 0 !important; }

.hide {
  display: none !important; }

.no-pad {
  padding: 0 !important; }

.button, #load-more {
  background: #ffbe01;
  /* Old browsers */
  background: linear-gradient(to bottom, #ffbe01 0%, #ff9524 100%);
  /* W3C */
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
  .button:hover, #load-more:hover {
    background: linear-gradient(to bottom, #ff9524 100%, #ff9524 100%); }

.inner-inner-wrap {
  overflow: scroll;
  max-height: 102vh;
  min-width: 102%; }

.video-wrapper {
  display: none; }
  .video-wrapper.video-active {
    display: block; }
  .video-wrapper iframe {
    position: absolute;
    width: 100%;
    max-height: 100%;
    top: 0;
    left: 0%;
    z-index: 4; }

#big-video-wrap {
  display: none; }

a {
  transition: all 0.3s linear; }

@media only screen and (min-width: 64.063em) {
  p {
    font-size: 1.125rem; } }

.desktop-only {
  display: none !important; }
  @media only screen and (min-width: 40.063em) {
    .desktop-only {
      display: block !important; } }

.video-js {
  top: 0 !important; }

.fill {
  width: 100%; }

a.back {
  font-size: 1.4em;
  color: #222;
  font-weight: 600; }
  a.back:before {
    font-family: "WebSymbolsRegular";
    content: "\003c";
    font-size: 0.8em;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: relative;
    top: -2px; }

.mobile-only {
  display: block !important; }
  @media only screen and (min-width: 40.063em) {
    .mobile-only {
      display: none !important; } }

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  max-width: 100% !important; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }
  @media only screen and (min-width: 40.063em) {
    .wrapper {
      max-width: 100%;
      max-width: 75rem !important;
      padding: 0 0.9375rem; } }

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0.9375rem; }
  @media only screen and (min-width: 64.063em) {
    .container {
      padding: 0; } }

.single article {
  padding-bottom: 1.875rem; }

section {
  overflow: hidden;
  position: relative; }

.gform_body input {
  margin-bottom: 0; }

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

.clear {
  clear: both; }

a, p, li {
  -webkit-font-smoothing: antialiased; }

p:last-child {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }
  h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
    font-weight: 200; }
  h1.xlight, h2.xlight, h3.xlight, h4.xlight, h5.xlight, h6.xlight {
    font-weight: 100; }

article h1, article h2, article h3, article h4, article h5, article h6 {
  color: #0066ac; }

article h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #0066ac;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  text-align: left;
  position: relative;
  padding-left: 1.875rem;
  margin-top: 1.875rem; }
  article h2.bulleted:before {
    position: absolute;
    display: block;
    content: '';
    top: 4px;
    left: 0;
    height: 24px;
    width: 12px;
    background: #f67611;
    border-radius: 0 20px 20px 0; }
  @media only screen and (min-width: 40.063em) {
    article h2 {
      font-size: 2.25em; }
      article h2.bulleted:before {
        top: 9px;
        height: 30px;
        width: 15px; } }

article h3 {
  font-size: 1.25em;
  line-height: 2em;
  font-weight: 300;
  color: #0066ac;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    article h3 {
      font-size: 1.75em;
      line-height: 2.2rem; } }

article h4 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  color: #0066ac;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    article h4 {
      font-size: 1.25em; } }

article h5 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 200;
  color: #0066ac;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    article h5 {
      font-size: 1em; } }

.fa-search {
  right: 0;
  font-size: 1.2em;
  line-height: 12px; }

form.search {
  position: relative;
  max-width: 320px;
  margin: 0 auto; }
  form.search .searchsubmit {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%; }
  form.search input {
    color: #ccc;
    text-transform: lowercase; }

.search ul {
  list-style-type: none; }

.search-result h3 {
  font-size: 2em;
  font-weight: 300;
  font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
  color: #222;
  text-align: left; }

.head-image {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: -5px; }
  @media only screen and (min-width: 40.063em) {
    .head-image {
      height: 350px; } }
  @media only screen and (min-width: 64.063em) {
    .head-image {
      height: 550px; } }

.screen-reader-text {
  display: none; }

#primary {
  max-width: 95%;
  margin: 0 auto; }
  body.home #primary {
    max-width: 100%; }
  #primary h1 {
    margin: 1.875rem 0 0.9375rem 0; }
  @media only screen and (min-width: 40.063em) {
    #primary {
      max-width: none; } }

#content {
  position: relative;
  z-index: 999; }

figure {
  max-width: 100%;
  margin: 0 0 0.9375rem 0; }
  @media only screen and (min-width: 40.063em) {
    figure {
      margin: 0 0 1.875rem 0; } }

.wp-caption-text {
  background: #eee;
  padding: 0.46875rem;
  font-size: 0.8em; }

.button, #load-more {
  border-radius: 4px; }
  .button.alternate, .alternate#load-more {
    background: #fff;
    border: solid 1px #ccc;
    color: #0084B4;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s all linear;
    width: 290px;
    margin: 5px 0 2.7rem; }
    @media only screen and (min-width: 64.063em) {
      .button.alternate, .alternate#load-more {
        font-size: 1.8rem;
        width: 370px;
        padding: 1.3rem 2rem 1.3rem 2rem; } }
    .button.alternate:hover, .alternate#load-more:hover {
      box-shadow: 0 0 5px #ccc; }
  .button.alt, .alt#load-more {
    background: #fbb000;
    box-shadow: 2px 2px 5px -1px #777; }

table {
  border-collapse: collapse;
  border: 1px solid #cdc8c3;
  margin: 0;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 40.063em) {
    table {
      width: 100%; } }

table.plain {
  margin-top: 0; }

table.plain tr:nth-child(odd) td,
table.plain tr:hover,
table.plain tr:hover td {
  background: #fff !important; }

.table-scroller {
  position: relative;
  overflow: hidden; }

.table-wrapper {
  margin: 0 !important; }

.responsive-table {
  overflow: auto; }
  .responsive-table th,
  .responsive-table td {
    padding: 8px;
    border: 1px solid #cdc8c3;
    vertical-align: bottom;
    background: #fff; }
  .responsive-table th {
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-size: .9em;
    text-align: left;
    text-transform: uppercase;
    background: #e8e3e0;
    letter-spacing: 0.1em;
    color: #3d3d3d; }
  .responsive-table thead tr, .responsive-table thead tr td {
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    font-weight: 300;
    background: #e9e4e0 !important;
    letter-spacing: 0.1em;
    color: #0066ac;
    padding: 16px 8px; }
  .responsive-table tr:nth-child(even) td {
    background: #f5f1ee; }
  .responsive-table tr:hover, .responsive-table tr:hover td {
    background: #f1ece9 !important; }
  .responsive-table.add-scroll:before {
    content: "";
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 999999; }
  .responsive-table.add-scroll:after {
    font-family: "dashicons";
    content: "\f229";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    right: -30px;
    width: 65px;
    height: 70px;
    padding: 17px 0px 0px 5px;
    border-radius: 100%;
    color: #FFF;
    font-size: 1.5em;
    transform: translateY(-50%); }

.table-wrapper {
  border-bottom: solid 1px #ccc; }
  .table-wrapper table.responsive td:first-child, .table-wrapper table.responsive th:first-child {
    display: block !important;
    width: 1px;
    padding-left: 0;
    padding-right: 0;
    border: none !important; }
  .table-wrapper .scrollable table {
    border-bottom: none; }

h3.table-caption {
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  padding: 0 0.9375rem;
  text-align: left;
  color: #0066ac;
  border: none;
  position: relative;
  font-size: 1.5rem !important;
  line-height: 1.5em !important;
  margin-top: 1.875rem !important; }
  h3.table-caption:before {
    position: absolute;
    display: block;
    content: '';
    top: 5px;
    left: 0;
    height: 24px;
    width: 12px;
    background: #f67611;
    border-radius: 0 20px 20px 0;
    margin-right: 5px; }

table.sas_course_table {
  border-collapse: collapse;
  border: 1px solid #cdc8c3;
  margin: 0 0 3.75rem 0;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2); }
  table.sas_course_table td {
    text-align: right; }
    table.sas_course_table td:first-child {
      text-align: left; }
  table.sas_course_table th,
  table.sas_course_table td {
    padding: 10px;
    border: 1px solid #cdc8c3;
    vertical-align: top;
    background: #fff; }
    table.sas_course_table th .coursename a,
    table.sas_course_table td .coursename a {
      font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
      font-weight: 300; }
  table.sas_course_table th {
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-size: .9em;
    text-align: left;
    font-weight: 300;
    text-transform: none;
    background: #e8e3e0;
    letter-spacing: 0.1em;
    color: #3d3d3d; }
  table.sas_course_table thead th {
    background: #f1ece9;
    border-style: solid; }
  table.sas_course_table tr:nth-child(odd) td {
    background: #fafafa; }
  table.sas_course_table tr:hover, table.sas_course_table tr:hover td {
    background: #f1ece9 !important; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after {
  display: none !important; }

#tribe-bar-form {
  border: solid 1px #d2d2d2 !important;
  border-radius: 0 !important; }

.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
  text-align: left !important; }

.tribe-bar-is-disabled #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
.tribe-filters-closed.tribe-bar-is-disabled #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
  margin-top: 0 !important;
  border: solid 1px #d2d2d2 !important; }
  @media only screen and (min-width: 40.063em) {
    .tribe-bar-is-disabled #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
    .tribe-filters-closed.tribe-bar-is-disabled #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
      margin-top: 1.875rem !important; } }

.tribe-events-page-template .voyages-nav-wrapper {
  max-width: 1200px;
  margin: 0 auto !important;
  display: block;
  left: 0;
  position: static;
  transform: translateX(0%); }

.tribe_events_filter_item.closed div {
  display: block !important;
  background: transparent !important;
  border: none !important; }
  .tribe_events_filter_item.closed div:after {
    display: none !important; }

#tribe_events_filters_wrapper .tribe-events-filter-group label {
  padding: 10px 15px !important;
  font-size: 0.9rem; }

#tribe_events_filters_wrapper ul li {
  display: inline-block !important;
  padding: 5px 10px;
  margin-right: 10px;
  min-width: 130px;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  width: 100%; }
  #tribe_events_filters_wrapper ul li:first-child {
    background: #a3d8dc; }
  #tribe_events_filters_wrapper ul li:nth-child(2) {
    background: #a0c4e8; }
  #tribe_events_filters_wrapper ul li:last-child {
    background: #ffc581; }
  @media only screen and (min-width: 40.063em) {
    #tribe_events_filters_wrapper ul li {
      width: auto; } }

#tribe-events-content {
  padding: 1.875rem 0; }

.tribe-events-schedule {
  margin-top: 0; }
  .tribe-events-schedule h3 {
    color: #58595c;
    font-family: "ITC Legacy Serif W01", "Legacy Serif", Palatino Linotype, "Book Antiqua", Palatino, Georgia, serif;
    font-weight: 500; }

#tribe-events .tribe-events-button, .tribe-events-button {
  font-weight: 300; }

.single-tribe_events .tribe-events-content table {
  background: white; }

.single-tribe_events h2.tribe-events-single-event-title {
  font-size: 1.9375rem;
  font-weight: 300; }

.vevent {
  font-size: 120%; }

.vevent .summary {
  font-weight: 300; }

.tribe-events-meta-group .tribe-events-single-section-title {
  font-weight: 300; }

.tribe-events-button, #tribe-events .tribe-events-button {
  background-color: #f9f9f9 !important;
  border: 1px solid #dedede !important;
  color: #999 !important;
  margin-bottom: 20px; }

.tribe-events-list .type-tribe_events {
  border-bottom: 1px solid #ccc; }

.tribe-events-list .tribe-events-venue-details {
  display: none; }

.tribe-events-loop .tribe-events-event-meta {
  padding-left: 0 !important;
  font-size: 1.375rem;
  margin: 0;
  font-weight: 500; }

#tribe-events-content h2.tribe-events-list-event-title a {
  display: block;
  font-size: 1.625rem; }

.tribe-events-read-more {
  display: none; }

.tribe-events-list h2.tribe-events-list-event-title {
  line-height: 1.1em; }

#tribe-events-content .tribe-events-tooltip h4 {
  font-size: 1.1em !important;
  font-weight: 300 !important; }

#tribe-events-content a,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-back a, .tribe-events-back a:hover,
.tribe-events-event-meta a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-list-widget .tribe-events-widget-link a:hover,
ul.tribe-events-sub-nav a,
ul.tribe-events-sub-nav a:hover {
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.1rem; }

td .tag-itinerary h3 a, td .tag-itinerary h4, h2.tag-itinerary a, .single-tribe_events h2.tribe-events-single-event-title.tag-itinerary {
  color: #4286c2 !important; }

td .tag-events h3 a, td .tag-events h4, h2.tag-events a, .single-tribe_events h2.tribe-events-single-event-title.tag-events {
  color: #32b6bf !important; }

td .tag-deadlines h3 a, td .tag-deadlines h4, h2.tag-deadlines a, .single-tribe_events h2.tribe-events-single-event-title.tag-deadlines {
  color: #f19b35 !important; }

.tribe-events-tooltip .tribe-events-event-thumb {
  max-width: 100px; }

.tribe-events-tooltip p.entry-summary {
  font-size: 0.8em !important;
  font-weight: 200 !important;
  color: #4c4c4c !important; }

.tribe-events-calendar {
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  margin-top: 0 !important; }

@media only screen and (min-width: 40.063em) {
  #tribe_events_filters_wrapper ul {
    padding-left: 15px !important; } }

#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label {
  display: none !important; }

.tribe-events-filters-horizontal .tribe-events-filter-group:before, .tribe-events-filters-horizontal .tribe-events-filter-group:after {
  display: none !important; }

.tribe-events-filters-horizontal .tribe-events-filter-group {
  max-width: none !important;
  position: relative !important; }

.tribe-events-filters-horizontal #tribe_events_filter_control {
  display: none !important; }

#tribe-events-content .tribe-events-calendar td {
  background: #ffffff; }

#tribe_events_filters_wrapper input[type=submit] {
  background: #666 !important;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif !important;
  border-radius: 0 !important;
  border: none !important;
  margin-top: 2px !important;
  color: #fff !important !important;
  display: inline-block !important;
  font-size: 11px !important;
  height: 38px !important;
  padding: 0 17px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  box-shadow: none;
  vertical-align: top !important;
  width: 100%;
  margin-left: 0 !important;
  margin-bottom: 0 !important; }
  @media only screen and (min-width: 40.063em) {
    #tribe_events_filters_wrapper input[type=submit] {
      width: auto;
      margin-top: 21px !important; } }

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background: transparent !important;
  color: #4c4c4c !important; }

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background-color: transparent !important;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 300;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif; }

.tribe-events-calendar thead th {
  background-color: #eeeeee;
  color: #4c4c4c !important;
  font-weight: 300 !important;
  text-align: left !important;
  padding: 1em;
  white-space: nowrap;
  border: 1px solid #d2d2d2; }

h2.tribe-events-page-title, h2.tribe-events-page-title a {
  font-weight: 300 !important;
  color: #0066ac !important;
  vertical-align: bottom !important;
  font-size: 1.5rem; }
  @media only screen and (min-width: 40.063em) {
    h2.tribe-events-page-title, h2.tribe-events-page-title a {
      font-size: 2rem; } }

.tribe-events-list-separator-month {
  font-size: 2.625rem;
  font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
  color: #0066ac;
  font-weight: 100;
  margin: 1em auto 0.5em 0; }

.tribe-events-list-separator-month:after {
  color: #000000;
  height: 2px;
  border-bottom: 2px solid #000000; }

.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form {
  display: block !important; }

.tribe-events-page-template .siteContent {
  background: url("../img/sas-bg-map.jpg") no-repeat; }

.tribe-events-adv-list-widget .deadlines-widget h3 {
  background: #fa7c01; }

.tribe-events-adv-list-widget .deadlines-widget h5 a {
  color: #fa7c01 !important; }

.tribe-events-adv-list-widget .deadlines-widget .tribe-events-widget-link {
  text-align: center;
  text-transform: uppercase; }
  .tribe-events-adv-list-widget .deadlines-widget .tribe-events-widget-link a {
    color: #fa7c01 !important; }

.tribe-events-adv-list-widget .deadlines-widget .tribe-mini-calendar-event .list-date {
  color: #fa7c01; }
  .tribe-events-adv-list-widget .deadlines-widget .tribe-mini-calendar-event .list-date .list-dayname {
    background: #fa7c01;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 3px; }
  .tribe-events-adv-list-widget .deadlines-widget .tribe-mini-calendar-event .list-date .list-daynumber {
    color: #fa7c01; }

.tribe-events-adv-list-widget .events-widget {
  background: #f4f0ed;
  border: 1px solid #ddd9d6;
  margin-bottom: 0.9375rem; }
  .tribe-events-adv-list-widget .events-widget h3 {
    background: #29a3ba; }
  .tribe-events-adv-list-widget .events-widget h5 a {
    color: #29a3ba !important; }
  .tribe-events-adv-list-widget .events-widget .tribe-events-widget-link {
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0; }
    .tribe-events-adv-list-widget .events-widget .tribe-events-widget-link a {
      color: #0066ac !important; }
  .tribe-events-adv-list-widget .events-widget .tribe-mini-calendar-event {
    border-bottom: 1px solid #ddd9d6; }
  .tribe-events-adv-list-widget .events-widget .tribe-mini-calendar-event .list-date {
    color: #29a3ba; }
    .tribe-events-adv-list-widget .events-widget .tribe-mini-calendar-event .list-date .list-dayname {
      background: #29a3ba;
      text-transform: uppercase;
      display: block;
      width: 100%;
      padding: 3px; }
    .tribe-events-adv-list-widget .events-widget .tribe-mini-calendar-event .list-date .list-daynumber {
      color: #29a3ba;
      border-bottom: 1px solid #ddd9d6;
      border-left: 1px solid #ddd9d6;
      border-right: 1px solid #ddd9d6; }

.tribe-events-adv-list-widget .itinerary-widget h3 {
  background: #fa7c01; }

.tribe-events-adv-list-widget .itinerary-widget h5 a {
  color: #fa7c01 !important; }

.tribe-events-adv-list-widget .itinerary-widget .tribe-events-widget-link {
  text-align: center;
  text-transform: uppercase; }
  .tribe-events-adv-list-widget .itinerary-widget .tribe-events-widget-link a {
    color: #fa7c01 !important; }

.tribe-events-adv-list-widget .itinerary-widget .tribe-mini-calendar-event .list-date {
  color: #fa7c01; }
  .tribe-events-adv-list-widget .itinerary-widget .tribe-mini-calendar-event .list-date .list-dayname {
    background: #fa7c01;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 3px; }
  .tribe-events-adv-list-widget .itinerary-widget .tribe-mini-calendar-event .list-date .list-daynumber {
    color: #fa7c01; }

.tribe-events-adv-list-widget h2 {
  display: none; }

.tribe-events-adv-list-widget h3 {
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 1.1em !important;
  font-weight: 200 !important;
  margin: 0;
  padding: 0.46875rem 0.9375rem; }
  .tribe-events-adv-list-widget h3:before {
    display: none; }

.tribe-events-adv-list-widget h5 {
  font-size: 1.1em;
  font-weight: 300 !important; }

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date {
  margin: 0.9375rem 2%; }
  .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date .list-dayname {
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    color: #ffffff !important;
    font-weight: 200; }
  .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date .list-daynumber {
    font-family: "Frutiger W01", Frutiger, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: 100; }

.tribe-mini-calendar-event .list-date {
  padding: 0;
  background: #fff; }

.tribe-events-filters-group-heading {
  font-weight: 300 !important; }

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: 1000px !important; }

li.vbtk-hide-label label.gfield_label {
  display: none !important;
  /* add the class - vbtk-hide-label -  to a gravity form field to hide the label */ }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title, .gform_wrapper .top_label .gfield_label {
  font-weight: 300; }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 300 !important; }
  .gform_wrapper .gsection .gfield_label:before, .gform_wrapper h2.gsection_title:before, .gform_wrapper h3.gform_title:before {
    display: none !important; }

.gform_wrapper .top_label .gfield_label {
  margin-bottom: 0 !important;
  color: #000000 !important;
  font-size: 1.0625rem !important; }

.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
  font-size: 15px !important;
  color: #999999 !important;
  font-weight: 400 !important; }

.gform_wrapper .top_label .gfield_label {
  font-weight: 400 !important; }

.gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
  background: #ffffff;
  border: solid 1px #cccccc; }

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important; }

ul.gform_fields li.gfield select {
  margin-bottom: 0 !important; }

#gform_wrapper_1 {
  box-shadow: none !important; }

.gform_wrapper {
  background: #F4F0ED;
  padding: 1.875rem;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }

.gform_wrapper h2.gsection_title {
  font-size: 1.625rem; }

.gform_wrapper .gform_heading h3.gform_title {
  font-size: 1.625rem; }

.gform_wrapper h3.gform_title {
  font-size: 0; }

.gfield_radio li input[type=radio] {
  margin-top: 0.15em !important; }

.gform_footer .button, .gform_footer #load-more {
  background: #0066ac !important;
  color: #FFFFFF !important;
  font-weight: 300 !important;
  border-radius: 4px !important;
  font-size: 1.125rem; }

.page-section-slim-width h2.gform_title:before {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .aligncenter {
    display: block;
    margin: 15px auto; }
  .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
  .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px; } }

@media only screen and (max-width: 40em) {
  .alignleft, .aligncenter, .alignright {
    width: auto;
    height: auto;
    display: block;
    margin: 15px auto; } }
