/*
Theme Name: MEDA
Author: Mike Brenner, GNPWDR
Author URI: http://gnpwdr.com
Description: Custom theme for MEDA
*/

/*
*
* #f6ba3d changed to #333333
*/

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 in IE 8/9.
 */
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.
 * Hide the `template` element in IE, 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure { }

/**
 * 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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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.
 * 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.
 */
textarea {
  overflow: auto; }

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

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

td, th {
  padding: 0; }

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

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

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

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: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Lato", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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; }
  
#content img.left { margin: 0 10px 10px 0; }
#content img.right { margin: 0 10px 10px; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }
    
.noclear {
  clear: none !important;
}

.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: 64rem;
  *zoom: 1; }
  .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;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .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; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order, .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 !important; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width:55em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order, .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 !important; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: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.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order, .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 !important; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.accordion {
  *zoom: 1;
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion dd > a {
      background: #efefef;
      color: #222;
      padding: 1rem;
      display: block;
      font-family: "Lato", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion dd > a:hover {
        background: #e3e3e3; }
  .accordion .content {
    display: none;
    padding: 0.9375rem; }
    .accordion .content.active {
      display: block;
      background: #fff; }
      
.accordion-list,
.content-area ul.accordion-list {
  list-style: none;
  margin-left: 0;
}

.accordion-title {
  background: #283C5B;
  color: #fff;
  padding: 1rem;
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion-list-item,
.content-area .accordion-list-item  { 
  margin-bottom: 2rem;
}
.accordion-list-item.open .accordion-title {
  background: #0069b3;
}
.accordion-list-item:not(.open) .accordion-title:hover {
  background: #0069b3;
}
.accordion-list-item .accordion-title::after {
    content: '+';
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 1rem;
    top: calc(50% - 22px);
}
.accordion-list-item.open .accordion-title::after {
  content: '–';
}
.accordion-desc { }
.accordion-list-item.open .accordion-desc { }

.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: #008CBA;
  border-color: #007ba0;
  color: #fff; }
  .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: #fff; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2b0f;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1; }
  [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(n) {
      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(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      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(n) {
      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(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      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(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      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(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:55em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      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(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      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(n) {
      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(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      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(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      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(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      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(n) {
      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(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      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(n) {
      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(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      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(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      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(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: #dcdcdc;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008CBA; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008CBA; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }


/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  *zoom: 1;
  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: #aaa;
  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: #ccc;
  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: #ccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.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:55em) {
  .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: #ccc; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #ccc; }
  .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: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  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 #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .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: 98; }
  .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: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    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 #fff transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 99; }
    .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: 98; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    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 #fff;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 99; }
    .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: 98; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    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: #fff transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 99; }
    .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: 98; }
  .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 a {
      display: block;
      padding: 0.5rem;
      color: #555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    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; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before, button.dropdown:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before, button.dropdown:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before, button.dropdown:before {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:before, button.dropdown.secondary:before {
    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 {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    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; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }

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

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

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

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

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

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

.postfix.button.round {
  border-radius: 0;
  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.prefix.radius, label.prefix.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* 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"], textarea, select {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #e8eff1;
  box-shadow: none;
  color: #7995aa;
  display: block;
  font-size: 0.875rem;
  margin: 0 0 5px 0;
  padding: 0.5rem;
  height: 48px;
  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:read-only {
  background-color: #fafafa !important;
  color: #bbb !important;
  box-shadow: none !important;
}
*/  
input:focus, textarea:focus, select:focus {
  font-weight: bold;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 5px #e8eff1;
  border-color: #e8eff1;
  background-color: #fff;
  border-color: #e8eff1;
  outline: none;
}
    
    
  input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea {
    background-color: #ddd; }
  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, textarea.radius {
    border-radius: 3px; }

input[type="submit"] {
  -webkit-appearance: none; }
  
.gform_wrapper .gfield_checkbox li input, 
.gform_wrapper .gfield_checkbox li input[type=checkbox], 
.gform_wrapper .gfield_radio li input[type=radio] {
  vertical-align: initial !important;
}

.gform_wrapper span.gform_description {
  font-style: italic;
  margin: 20px auto 30px !important;
  text-align: center;
  line-height: 23px;
  max-width: 620px !important;
  display: block;
}

.gform_wrapper form { text-align: left; }
.gform_required_legend { display: none; }

.gform_wrapper.gravity-theme .gfield input.medium, 
.gform_wrapper.gravity-theme .gfield select.medium {
  width: 100% !important;
}
.gform_wrapper .gfield,
.gform_wrapper.gravity-theme .gfield {
  margin-top: 16px;
  padding-top: 0;
}

.gform_wrapper.gravity-theme .gfield_label {
  line-height: 1.5;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
  margin: 0 0 1rem 0 !important;
  font-size: .875em !important;
}

.gform_wrapper.gravity-theme .ginput_counter {
  margin: 10px 0 10px 1px;
}

.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 14px !important;
}

.gform_wrapper h3.gsection_title {
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: normal !important;
  margin-bottom: 0;
}
.gform_wrapper .gsection_description,
.gform_wrapper .gfield_description {
  color: #49596d;
  line-height: 1.5 !important;
}

.gchoice .ginput_price {
  color: #767676;
}

.gform_wrapper.gravity-theme .gfield_list_icons button {
  box-shadow: none;
}

.gfield input[readonly] {
  background-color: #fafafa;
  color: #AAAAAA;
}


@media ( max-width:767px ){
  .gform_wrapper span.gform_description {
    width: calc(100% - 16px) !important;
  }
}



/* 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;
  background-color: #fafafa;
  background-image: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #e8eff1;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #e8eff1; }

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

input[type="radio"] { margin-left: 1px; }

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

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.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: #fff; }
[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: #fff; }

.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: #fff; }
.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 {
  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: #fff;
  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 {
    margin-bottom: 0 !important; }

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

.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 #555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

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

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !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:55em) {
  .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: #222;
  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: "Lato", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #fff; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #fff; }
  .label.success {
    background-color: #43AC6A;
    color: #fff; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #fff;
  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; }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    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 .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    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.fade li {
      opacity: 0;
      transition: opacity 500ms ease-in-out;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container.fade li.animate-in {
        opacity: 1;
        z-index: 20;
        transition: opacity 500ms ease-in-out; }
      .orbit-container .orbit-slides-container.fade li.animate-out {
        z-index: 10;
        transition: opacity 500ms ease-in-out; }
    .orbit-container .orbit-slides-container.swipe-next li {
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-next li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-next li.animate-out {
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container.swipe-prev li {
      -ms-transform: translate(-100%, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-out {
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container li.active {
        opacity: 1;
        top: 0;
        left: 0;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container li .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        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: #fff;
    background: rgba(0, 0, 0, 0);
    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 #fff;
      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;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      border-color: transparent #fff transparent transparent; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent #333333 transparent transparent; }
  .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: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #fff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }
  .orbit-container .orbit-bullets-container {
    text-align: center; }
  .orbit-container .orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block; }
    .orbit-container .orbit-bullets li {
      display: inline-block;
      width: 0.625rem;
      height: 0.625rem;
      background: #fff3f5;
      float: none;
      margin-right: 6px;
      border-radius: 1000px; }
      .orbit-container .orbit-bullets li.active {
        background: #333333; }
      .orbit-container .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:55em) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 55em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    transition: none !important; }
  .orbit-stack-on-small .orbit-timer {
    display: none; }
  .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
    display: none; }
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999;
      border-radius: 3px; }
    ul.pagination li:hover a, ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #008CBA;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #008CBA; }
  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; }
  .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 {
    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: #b6efff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff; }
    .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 {
      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) {
      color: #008CBA; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Lato", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Lato", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #fff;
    padding: 0.9375rem;
    text-align: center;
    color: #777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .bullet-item {
    background-color: #fff;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .cta-button {
    background-color: #fff;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008CBA;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008CBA;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007da4; }
  .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008CBA;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007da4; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #008CBA; }
  .range-slider-handle:hover {
    background: #007da4; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 55em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width:55em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:55em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width:55em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width:55em) {
  dialog, .reveal-modal {
    padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
      border-radius: 3px; }
    dialog.round, .reveal-modal.round {
      border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
      padding: 0; }
    @media only screen and (min-width:55em) {
      dialog.tiny, .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%; } }
    @media only screen and (min-width:55em) {
      dialog.small, .reveal-modal.small {
        margin-left: -20%;
        width: 40%; } }
    @media only screen and (min-width:55em) {
      dialog.medium, .reveal-modal.medium {
        margin-left: -30%;
        width: 60%; } }
    @media only screen and (min-width:55em) {
      dialog.large, .reveal-modal.large {
        margin-left: -35%;
        width: 70%; } }
    @media only screen and (min-width:55em) {
      dialog.xlarge, .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%; } }
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; }
    @media only screen and (min-width:55em) {
      dialog.full, .reveal-modal.full {
        margin-left: -50vw;
        width: 100vw; } } }

@media print {
  dialog, .reveal-modal {
    background: #fff !important; } }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Lato", "Helvetica", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008CBA; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        color: #1ccaff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1ccaff;
      font-weight: normal;
      font-family: "Lato", "Helvetica", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }

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

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt, .sub-nav dd, .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "Lato", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999; }
    .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
      text-decoration: none;
      color: #999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #008CBA;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #fff; }
      .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
        background: #007ba0; }

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: #fff;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none; }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label, div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label, div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem; }
  div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem; }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 2.75rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.0625rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.6875rem; }
    div.switch.large span:last-child {
      width: 2.75rem;
      height: 2.75rem; }
  div.switch.small {
    height: 1.75rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.75rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.6875rem; }
    div.switch.small span:last-child {
      width: 1.75rem;
      height: 1.75rem; }
  div.switch.tiny {
    height: 1.375rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.6875rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.3125rem; }
    div.switch.tiny span:last-child {
      width: 1.375rem;
      height: 1.375rem; }
  div.switch.radius {
    border-radius: 4px; }
    div.switch.radius span:last-child {
      border-radius: 3px; }
  div.switch.round {
    border-radius: 1000px; }
    div.switch.round span:last-child {
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.5625rem; }

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd; }
  table thead, table tfoot {
    background: #f5f5f5; }
    table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222; }
  table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    /*background: #f9f9f9;*/ }
  table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; 
    border: 1px solid #e8eff1; }

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    float: left; }
    .tabs dd > a {
      display: block;
      background: #efefef;
      color: #222;
      padding: 1rem 2rem;
      font-family: "Lato", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover {
        background: #e1e1e1; }
    .tabs dd.active a {
      background: #fff; }
  .tabs.radius dd:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  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:55em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }

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

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

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

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  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; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #004054 !important; }

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

@media only screen and (min-width:55em) {
  .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; } }

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

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed:not(.wp-list-table) {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form, .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #fff;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333333;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-family: "Lato", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
    background: #333333; }
    .top-bar-section ul li > a.button {
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #008CBA;
      border-color: #007295;
      color: #fff; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        background-color: #007295; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        color: #fff; }
    .top-bar-section ul li > a.button.secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        background-color: #b9b9b9; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        color: #333333; }
    .top-bar-section ul li > a.button.success {
      background-color: #43AC6A;
      border-color: #368a54;
      color: #fff; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        background-color: #368a54; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        color: #fff; }
    .top-bar-section ul li > a.button.alert {
      background-color: #f04124;
      border-color: #cf280e;
      color: #fff; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        background-color: #cf280e; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        color: #fff; }
  .top-bar-section ul li > button {
    font-size: 0.8125rem;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #008CBA;
    border-color: #007295;
    color: #fff; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      background-color: #007295; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      color: #fff; }
    .top-bar-section ul li > button.secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        background-color: #b9b9b9; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        color: #333333; }
    .top-bar-section ul li > button.success {
      background-color: #43AC6A;
      border-color: #368a54;
      color: #fff; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        background-color: #368a54; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        color: #fff; }
    .top-bar-section ul li > button.alert {
      background-color: #f04124;
      border-color: #cf280e;
      color: #fff; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        background-color: #cf280e; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        color: #fff; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background: #272727;
    color: #fff; }
  .top-bar-section ul li.active > a {
    background: #008CBA;
    color: #fff; }
    .top-bar-section ul li.active > a:hover {
      background: #007ba0;
      color: #fff; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #fff;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width:55em) {
  .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input, .top-bar .button, .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    max-width: 64rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: #272727;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: #fff;
      background: #008CBA; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #007ba0; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: #fff;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: #fff;
        background: #272727; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

.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: 55em) {
  .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:55em) 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:55em) {
  .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 {
  line-height: inherit; }
  a:hover, a:focus {
    color: #007ba0; }
  a img {
    border: none; }

/* Default paragraph styles */
p,
.content-area li {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.6rem;
  margin-bottom: 2rem;
  color: #49596d;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }
  

.content-area ul {
  margin-left: 1.1rem;
  margin-bottom: 1.25rem;  
  list-style: inherit;  
}

.content-area li {
  margin-bottom: 0;
}
  
    
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin: 1rem 0 1.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 #ddd;
  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: bold;
  color: #bd240d; }

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

ul {
  margin: 0;
  padding: 0;
  list-style:none; }
  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: #222;
  border-bottom: 1px dotted #ddd;
  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 #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #555555; }

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #e8eff1;
  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:55em) {
  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; } }

/*
       * 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 {
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: #000 !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 #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  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; } }

.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%;
  *zoom: 1;
  -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: #333333;
  color: #fff;
  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: #fff;
    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 #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  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:55em) {
    .tab-bar-section {
      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;
  line-height: 2.0625rem;
  padding: 0;
  color: #fff;
  position: relative;
  -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); }
  .tab-bar .menu-icon span {
    position: absolute;
    display: block;
    height: 0;
    width: 1rem;
    line-height: 1;
    top: 0.9375rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF; }
  .tab-bar .menu-icon:hover span {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  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; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  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; }
  .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 {
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 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: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:55em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 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: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:55em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

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

/* large displays */
@media only screen and (min-width: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-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

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

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

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

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

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

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

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

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

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

@media only screen and (orientation: landscape) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  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) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  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; }

/* all app scss styles here */
/*==============================
=            Common            =
==============================*/
* {
  margin: 0; }

html, body {
  height: 100%; }

h1 {
  font-size: 3.875rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 0 0 2.5rem 0;
  margin: 0; }

h2 {
  font-size: 2.875rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 0 0 1.875rem 0;
  margin: 0; }
	.content-area h2 { color: inherit; }
	.content-area .gform_title { font-size: 2.2rem; padding: 1rem 0 2rem; }

h4 {
  padding-bottom: 3.125rem;
  text-align: center;
  color: #213643;
  font-size: 1.5rem; }
  h4.smaller {
    font-size: 1.25rem; }

h5 {
  color: goldenrod;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 1.175rem;
  padding: 0 0 0.625rem 0; }
  
  h5.push-50 {
    padding-bottom: 3.4375rem;    
  }

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -240px; }

.page-wrap:after {
  content: "";
  display: block; }

.page-wrap:after {
  /* .push must be the same height as footer */
  height: 240px; }

.footer {
  background: #4b617c; }

.section {
  padding-bottom: 3.125rem; 
  padding-top: 2.8125rem;
}
.section.bordered {
  border-bottom: 1px solid #edf3f6; }
    
.section.blue {
  background: #f6f9fb;
}

.section-sponsors {
  padding-bottom: 1rem;
  overflow: hidden;
}

.section-head {
  color: #49596d;
  font-weight: 700;
  margin-bottom: 1.875rem; }

.knob, button, .button{  
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 2px #666666;
  -moz-box-shadow: 0px 1px 2px #666666;
  box-shadow: 0px 1px 2px #666666;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-weight: 700;
  box-shadow: inset 0px 1px 1px #fff;
  text-align: center; }
  .knob:focus, button:focus, .button:focus {
    color: #ffffff;
    outline: none;
  }
  .knob.blue, button.blue, .button.blue {
    background: #1474b9;
    background-image: -webkit-linear-gradient(top, #1474b9, #0061a5);
    background-image: -moz-linear-gradient(top, #1474b9, #0061a5);
    background-image: -ms-linear-gradient(top, #1474b9, #0061a5);
    background-image: -o-linear-gradient(top, #1474b9, #0061a5);
    background-image: linear-gradient(to bottom, #1474b9, #0061a5);
    border: 1px solid #2d569e; }
    .knob.blue:hover, button.blue:hover, .button.blue:hover,
    .knob.blue:focus, button.blue:focus, .button.blue:focus {
      background: #2288cf;
      background-image: -webkit-linear-gradient(top, #2288cf, #0f74bb);
      background-image: -moz-linear-gradient(top, #2288cf, #0f74bb);
      background-image: -ms-linear-gradient(top, #2288cf, #0f74bb);
      background-image: -o-linear-gradient(top, #2288cf, #0f74bb);
      background-image: linear-gradient(to bottom, #2288cf, #0f74bb); }
  .knob.yellow, button, .button {
    background: #fab22a;
    background-image: -webkit-linear-gradient(top, #fab22a, #e79f17);
    background-image: -moz-linear-gradient(top, #fab22a, #e79f17);
    background-image: -ms-linear-gradient(top, #fab22a, #e79f17);
    background-image: -o-linear-gradient(top, #fab22a, #e79f17);
    background-image: linear-gradient(to bottom, #fab22a, #e79f17);
    border: 1px solid #c17e00; }
    .knob.yellow:hover, button:hover, .button:hover,
    .knob.yellow:focus, button:focus, .button:focus {
      background: #ffc24f;
      background-image: -webkit-linear-gradient(top, #ffc24f, #ebae3b);
      background-image: -moz-linear-gradient(top, #ffc24f, #ebae3b);
      background-image: -ms-linear-gradient(top, #ffc24f, #ebae3b);
      background-image: -o-linear-gradient(top, #ffc24f, #ebae3b);
      background-image: linear-gradient(to bottom, #ffc24f, #ebae3b); }
  .knob.small, .button {
    font-size: 0.875rem;
    -webkit-border-radius: 19;
    -moz-border-radius: 19;
    border-radius: 20px;
    padding: 0.5rem .7rem;
    min-width: 112px; }
  .knob.medium {
    -webkit-border-radius: 19;
    -moz-border-radius: 19;
    border-radius: 30px;
    font-size: 0.9375rem;
    padding: 1rem 2rem; }
  .knob.big {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 1.125rem;
    padding: 1.375rem 1.75rem 1.375rem 1.75rem; }
  .knob.slider {
    width: 204px; }
  .knob:hover, button:hover, .button:hover {
    color: #ffffff; }
  
a {
  color: #0069b3;
  text-decoration: none; }
  a:hover {
    color: #333333;
    text-decoration: none; }
  
.push-pb-40 {
  padding-bottom: 2.5rem; }

.push-pt-50 {
  padding-top: 3.125rem; }

.push-pt-70 {
  padding-top: 4.375rem; }

.push-pb-100 {
  padding-bottom: 6.25rem; }

.form-stable {
  margin-bottom: 8px; }
  
.centered { text-align: center; }
  

  input[type="text"].required, input[type="email"].required, input[type="number"].required, textarea.required {
    background: #fff url('img/form-required.png') top right no-repeat;
    background-position: 99% 12%; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #7995aa; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7995aa; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #7995aa; }

input[type="text"], 
input[type="email"], 
input[type="number"],
input[type="password"],
select {
  padding: 0 1rem;
  height: 48px;
  font-size: inherit; }

input[type="submit"]:focus {
  outline: 0; }

textarea {
  height: 108px !important;
  padding: 1rem !important;
  margin-bottom: 1rem !important;
  font-size: inherit !important; }
  textarea.small-form {
    margin-bottom: 0.75rem !important; }

.smaller-form {
  padding-right: 0; }

@media only screen and (max-width: 55em) {
  h1 {
    font-size: 2.8125rem; } }

@media screen and (max-width: 280px) {
  .knob.big {
    width: 100%; } }
    

/*-----  End of Common  ------*/

/* Wordpress Styles */
  
/* Sidebar Styling */  
.widget-title {  
  color: #333333;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0 0 0.625rem 0;
}    

.widget-area .widget ul {
  margin-left: 0;
}
.widget-area .widget ul li {
  list-style: none;
}  
.widget-area .widget ul li a {
  font-size: 1rem;
  color: #49596d;
  padding-bottom: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  line-height: 25px;  
}

.widget-area .widget ul li a:hover { color: #333333; }

.widget_search {  
  margin-top: 0.9375rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #edf3f6;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.widget_search label span {
  color: #333333;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display:block;
}
.widget_search .search-submit {
  float:right;
  font-size: 0.875rem;
  -webkit-border-radius: 19;
  -moz-border-radius: 19;
  border-radius: 20px;
  padding: 0.625rem 0.75rem 0.625rem 0.75rem;
  min-width: 112px;
  background: #fab22a;
  background-image: -webkit-linear-gradient(top, #fab22a, #e79f17);
  background-image: -moz-linear-gradient(top, #fab22a, #e79f17);
  background-image: -ms-linear-gradient(top, #fab22a, #e79f17);
  background-image: -o-linear-gradient(top, #fab22a, #e79f17);
  background-image: linear-gradient(to bottom, #fab22a, #e79f17);
  border: 1px solid #c17e00; 
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 2px #666666;
  -moz-box-shadow: 0px 1px 2px #666666;
  box-shadow: 0px 1px 2px #666666;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-weight: 700;
  box-shadow: inset 0px 1px 1px #fff;
  text-align: center;
}

.event-deets, .event-deets p { text-align: center; }
.event-deets .head {
  border: 1px solid #707070;
  background: #898989;
}
.event-deets .head h5 {
  font-size: 1.375rem;
  color: #fff;
  padding: 22px 0 17px 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px -1px 2px #636363;
  margin: 0;
}

.event-deets .foot {
  text-align: center;
  border: 1px solid #f1eee8;
  padding: 1rem 0 0;
  border-top: 0;  
  margin-bottom: 1.5rem;
  padding: .5em;
}

.event-deets .foot .tribe-events-cal-links {
  margin: 0;
}

.event-deets .foot .tribe-events-cal-links a {
  margin: 0 10px 10px 0;
}

.event-sponsors h5 { padding: 1rem 0 2rem; color: #4b617c; }
.event-sponsors img { padding: 0 2rem; }

.premier-sponsors .gallery-title,
.premier-sponsors .gallery-caption { display: none; }
.premier-sponsors .gallery-item img { max-width: 250px; }
.premier-sponsors h5 { color: #000 !important; font-size: 1rem; }

.event-deets .tribe-events-c-subscribe-dropdown__button-text {
  text-transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  box-shadow: none;
  background: none;
  color: var(--tec-color-accent-primary);
}

.event-deets .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover .tribe-events-c-subscribe-dropdown__button-text {
  color: inherit;  
}

.event-deets p {
  margin-bottom: 0;
}

:root {
  --tec-color-accent-primary: #0069b3 !important;
}

/*=============================
=         Blog Styling      =
=============================*/
.blog .content-area article,
.archive .content-area article,
.search .content-area article,
article.mncreda-news {
  margin-bottom: 2rem;
  border: 1px solid #f1eee8;
  padding: 1.4375rem 1.4375rem 2.0625rem 1.4375rem;
  background: #fff;
}

.blog .content-area article .posted-on,
.archive .content-area article .posted-on,
.search .content-area article .posted-on,
article.mncreda-news .posted-on {
  padding: 0.625rem 0.75rem;
  background: #ffc752;
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 1.875rem;
}

.blog .content-area article .entry-title,
.archive .content-area article .entry-title,
.search .content-area article .entry-title,
article.mncreda-news .entry-title {
  font-size: 1rem;
  color: #49596d;
  padding-bottom: 0;
  font-weight: 700;
  text-decoration: none;
  display: block;
  line-height: 25px;  
  text-align: left;
}

.blog .content-area article .entry-title a,
.archive .content-area article .entry-title a,
.search .content-area article .entry-title a,
article.mncreda-news .entry-title a { 
  color: #49596d;
  text-decoration: none;  
}
.blog .content-area article .entry-title a:hover,
.archive .content-area article .entry-title a:hover,
.search .content-area article .entry-title a:hover,
article.mncreda-news .entry-title a:hover { color: #333333; }

.blog .content-area article p,
.archive .content-area article p,
.search .content-area article p,
article.mncreda-news p { color: #7995aa; }

h1.page-title {
  color: #213643;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
  line-height: 30px;
  padding: 0;
  text-align: left;
    
}

h3.author {  
  font-size: 13px;
  padding: 0;
  margin: 5px 0 15px;
  font-style: italic;
  color: #999;
}

.single .entry-title {
  font-size: 2rem;
  padding-bottom: 1rem;
}

body.bbp-shortcode .entry-title {
  font-size: 3rem;
  padding-bottom: .5rem;
}

.events-single .entry-title {
  font-size: 3.875rem;
  padding-bottom: .5rem;
}

@media only screen and (max-width:880px) {  
    .events-single .entry-title {
      font-size: 2rem;
    }
    body.bbp-shortcode .entry-title {
      font-size: 2rem;
    }
}

.single .article-meta {
  text-align: center;
  color: #f6f9fb;
  border-top: 1px solid rgba(255,255,255,.1);
  width: 50%;
  margin: 0 auto;
  display: block;
  padding-top: 2rem;
}

.single .article-meta a {
  color: #fff;
  text-decoration: none;
}
.single .article-meta a:hover { color: #333333; }


/* Start WP Image Styles - MB 3/3/2022
 * Based on https://www.usablewp.com/learn-wordpress/home-page/we-need-to-support-wordpress-generated-css-classes-inside-our-theme/
 */
/*
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

@media only screen and (max-width:480px){
 .single .alignright,.single .alignleft{
 float:none;
 }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
*/

/* End WP Image Styles */



.single img.alignright, .single img.alignleft,
.single .wp-caption.alignright, .single .wp-caption.alignleft {
  margin: 0 0 5px 5px;
  border: 1px solid #e8eff1;
  padding: 4px;
  background: #fff;
  float: right;
  font-size: 0.7rem;
  line-height: 0.8rem;
  text-align: center;
}

.single img.alignleft,
.single .wp-caption.alignleft { 
  margin: 0px 5px 5px 0; 
  float: left; 
}

.single .wp-caption-text {
  padding: 0.4rem 0;
}

.nav-links a { 
  color: #7995aa;
  font-size: 0.9375rem;
  text-decoration: none;
}

.nav-links a:hover { color: #F6BA37; }

.nav-links .nav-previous {
  padding: 0.625rem 0 0.625rem 2rem;
  background: url('img/prev.png') left center no-repeat;
  float: left;
}
  

.nav-links .nav-next {
  padding: 0.625rem 2rem 0.625rem 0;
  background: url('img/next.png') right center no-repeat;
  float: right;  
}
    
/*=============================
=            Video            =
=============================*/
/*!
Video.js Default Styles (http://videojs.com)
Version 4.5.1
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc; }

/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('../fonts/vjs.eot');
  src: url('../fonts/vjs.eot?#iefix') format('embedded-opentype'), url('../fonts/vjs.woff') format('woff'), url('../fonts/vjs.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus hightlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9); }

.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff; }

.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7); }

/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none; }

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none; }

/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3em;
  width: 4em; }

/* FontAwsome button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff; }


/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer; }

.vjs-default-skin .vjs-play-control:before {
  content: "\e001"; }

.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002"; }

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right; }

.vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005"; }

.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right; }

.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0; }

.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em; }

.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat; }

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em; }

.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em; }

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em; }

/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: 0.9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%; }

/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat; }

.vjs-default-skin .vjs-load-progress {
  background: #646464;
  /* IE8- Fallback */
  background: rgba(255, 255, 255, 0.4); }

.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%; }

.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
  /* Minor adjustment */ }

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em; }

.vjs-default-skin .vjs-current-time {
  float: left; }

.vjs-default-skin .vjs-duration {
  float: left; }

/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left; }

.vjs-time-divider {
  float: left;
  line-height: 3em; }

/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right; }

.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000"; }

/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b"; }

/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.8;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background: url('img/play.png') center no-repeat;
  /* border-radius */ }

/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4em; }

/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none; }

/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none; }

/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none; }

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
  opacity: 1; }

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear; }

.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

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

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer; }

.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */ }

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2); }

.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  display: block; }

.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000; }

.vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff; }

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c"; }

/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008"; }

/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff; }

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  border-radius: 4px;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute; }

/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto; }

.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none; }

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em; }

/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5); }

.video-js .vjs-subtitles {
  color: #ffffff;
  /* Subtitles are white */ }

.video-js .vjs-captions {
  color: #ffcc66;
  /* Captions are yellow */ }

.vjs-tt-cue {
  display: block; }

/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/*-----  End of Video  ------*/
/*==============================
=            Header           =
==============================*/
.header {
  padding: 0.9375rem 0 0.5625rem 0;
  border-bottom: 1px solid #edf3f6; }
.header-logo a { 
  text-indent: -9999px;
  background: url('img/logo4.png') no-repeat;
  height: 72px;
  width: 116px;
  display: block;
  margin: 0 auto;
  background-size: contain;
}
.aux-navigation {
  margin-bottom: 0.9375rem;
  text-align: right; }

.aux-navigation .menu-item {
  display: inline-block;
  color: #b6c4de;
  font-size: 0.6875rem;
  margin-left: 1.25rem;
  position: relative; }

.aux-navigation .menu-item a {
  text-decoration: none;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #b6c4de;
  text-transform: uppercase;
  display: block; }

.aux-navigation .menu-item.icon-fb,
.aux-navigation .menu-item.icon-li,
.aux-navigation .menu-item.icon-yt,
.aux-navigation .menu-item.icon-slideshare,
.aux-navigation .menu-item.icon-flickr,
.aux-navigation .menu-item.icon-instagram{ 
  margin-left: 3px; 
}
    
.aux-navigation .menu-item.icon-tw a,
.aux-navigation .menu-item.icon-fb a,
.aux-navigation .menu-item.icon-li a,
.aux-navigation .menu-item.icon-yt a,
.aux-navigation .menu-item.icon-slideshare a,
.aux-navigation .menu-item.icon-flickr a,
.aux-navigation .menu-item.icon-instagram a {
  display: block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  position: relative;
  top: 3px;
}
.aux-navigation .menu-item.icon-tw a { background: url('img/icon-twitter.png') no-repeat; }
.aux-navigation .menu-item.icon-fb a { background: url('img/icon-facebook.png') no-repeat; }
.aux-navigation .menu-item.icon-li a { background: url('img/icon-linkedin.png') no-repeat; }
.aux-navigation .menu-item.icon-yt a { background: url('img/icon-youtube.png') no-repeat; }
.aux-navigation .menu-item.icon-slideshare a { background: url('img/icon-slideshare.png') no-repeat; }
.aux-navigation .menu-item.icon-flickr a { background: url('img/icon-flickr.png') no-repeat; }
.aux-navigation .menu-item.icon-instagram a { background: url('img/icon-instagram.png') no-repeat; }
  
.main-navigation {
  text-align: right; }

.main-navigation .menu-item {
  margin-left: 30px;
  display: inline-block;
  font-weight: 700;
  position:relative;
  font-size: 0.9em; }

.main-navigation .menu-item a {
  text-decoration: none;
  color: #2a4a6c; }
.main-navigation .menu-item a:hover,
.main-navigation .menu-item.current_page_item > a,
.main-navigation .menu-item.current-page-ancestor > a,
.aux-navigation .menu-item a:hover, 
.aux-navigation .menu-item.current_page_item > a {
    color: #faac18; 
}
    
    
@media only screen and (min-width:55em) and (max-width:58.9em) {  
  .main-navigation .menu-item { margin-left: 19px; }
}

@media only screen and (min-width:59em) and (max-width:62em) {  
  .main-navigation .menu-item { margin-left: 25px; }
}

.main-navigation .menu-item .sub-menu li,
.aux-navigation .menu-item .sub-menu li {
  margin: 0;
  width: 100%;
}
    
.caret {  
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: -2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: inherit;
}


/*** Submenu Styles ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	left: 0;
	z-index: 99;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sub-menu {
  top: 22px;
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  min-width: 160px;
  margin: 2px 0 0 -5px;
  list-style: none;
  background-color: #49596d;
  right: 0;
}

.aux-navigation .sub-menu { 
  top: 30px; 
}

.sub-menu .menu-item a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.sub-menu .menu-item:last-child a { border: 0; }




@media only screen and (max-width: 55em) {
  .header-logo {
    text-align: center; }
  .aux-navigation{
    text-align: center; }
  .main-navigation {
    text-align: center; }
  .main-navigation .menu-item {
    margin: 7px 0 7px 10px; }
  .sub-menu {
    top: 31px; }
  .aux-navigation .sub-menu {
    top: 67px; }
}


/*-----  End of Header ------*/
/*============================
=            Hero            =
============================*/
.hero-regular {
  padding: 4.5rem 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden; }
  .hero-regular h1 { 
    padding-bottom: .5rem;
    max-width: 950px;
    margin: 0 auto;
  }
  
.hero-regular .overlay,
.slides .overlay {
  background-color: #2b3c5a;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.7;
  z-index: 10;  
}

.opaque {
  opacity: 1 !important;
}
.hero-regular .row,
.slides .row { 
  position: relative;
  z-index: 100;
}

.hero-medium {
  height: 20.9375rem;
  padding: 4.0625rem 0 3.75rem 0;
  margin-bottom: 2.8125rem; }
  .hero-medium.medium {
    background: url('../images/hero-medium.png') center no-repeat;
    background-size: cover; }
  .hero-medium h1 {
    padding-bottom: 1.875rem; }
  .hero-medium .hero-text {
    padding-bottom: 1.5625rem; }

.hero-contact {
  position: relative;
}
.hero-contact h1 {
  position: relative;
  z-index: 10000;  
}
.hero-contact #contact-map {
  position: absolute;
  height: 250px;
  width: 100%;
  top: 0;  
}

.hero-orbit {
  height: 465px !important; }

.hero-big {
  margin-bottom: 3.75rem; }
  .hero-big .orbit-bullets .active {
    width: 0.875rem;
    height: 0.875rem;
    vertical-align: middle;
    margin-top: -1px; }

.hero-cover {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 2rem;;
}

.slides li {
  padding: 4rem 0;  
  background-position: center center;
  background-size: cover;
}

.slider { display: block; float: left; }

.flexslider { 
  margin-bottom: 0 !important;
  border: 0;
}
.flexslider .hero-text { 
  height: 100px;
}
.flexslider ul.slides { 
  margin-left: 0;
}
.flex-direction-nav a:before {
  color: goldenrod;
  text-shadow: none;
  font-size: 32px;
  
}
.flex-control-paging li a.flex-active {
  background: #ffc752;
}

.flex-control-nav {
  z-index: 5;
  bottom: 10px;
  margin: 0;
  list-style: none !important;
}

.hero-text {
  color: #b6c4de;
  font-size: 1.375rem;
  padding-bottom: 2.8125rem;
  font-weight: 300;
  text-align: center;
  line-height: 35px; }
  .hero-text a {
    font-size: 1.375rem;
    color: #333333;
    text-decoration: underline; }
    .hero-text a:hover {
      color: #b6c4de;
      text-decoration: none; }

.hero-more {
  margin-top: 1.0625rem; }

.hero-more-link {
  font-weight: 300;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 1rem;
  display: block;
}
  .hero-more-link:hover {
    color: #333333; }

.hero-more-text {
  text-align: right; }

@media only screen and (max-width: 55em) {
  .hero-orbit {
    height: 650px !important; }
  .touch .orbit-bullets {
    display: block; }
  .hero-regular {
    padding: 2.8125rem 0; }
  .hero-big {
    height: auto;
    padding-top: 3.125rem; }
    .hero-big .hero-text {
      line-height: 30px;
      padding-bottom: 1.5625rem; }
  .hero-medium {
    height: auto; }
  .hero-regular {
    height: auto; }
  .hero-more-text {
    text-align: center; }
  .slides h1 {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .hero-text {
    font-size: 1rem;
    line-height: 23px;  
  } 
  .flexslider {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 35em) {
  .slides h1 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
  .flexslider .hero-text {
    height: 140px;
  }
  
}

/*-----  End of Hero  ------*/
/*============================
=            Tabs            =
============================*/
.tabs-section {
  text-align: center;}
  .tabs-section .tabs {
    background: #f6f9fb;
    border-radius: 25px;
    display: inline-block; }
    .tabs-section .tabs dd:first-child a {
      border-radius: 25px 0 0 25px; }
    .tabs-section .tabs dd:last-child a {
      border-radius: 0 25px 25px 0; }
    .tabs-section .tabs dd.active a {
      color: #ffffff;
      background: #ffc752;
      text-shadow: 0px -1px 3px #d98f02; }
    .tabs-section .tabs dd a {
      text-decoration: none;
      background: transparent;
      font-size: 0.9375rem;
      font-weight: 700;
      color: #7995aa;
      text-transform: uppercase;
      border: 1px solid #e8eff1;
      padding: 0.625rem 2.1875rem; }
      .tabs-section .tabs dd a:hover {
        color: #ffffff;
        background: #ffc752;
        text-shadow: 0px -1px 3px #d98f02; }
  .tabs-section .tabs-content {
    text-align: left; }
    .tabs-section .tabs-content .content {
      padding: 60px 0 0 0;
      outline: none; }

.tabs-content h6 {
  color: #213643;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
  line-height: 30px; }

.tabs-content p {
  color: #7995aa;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.9375rem; }
  .tabs-content p:last-child {
    margin-bottom: 1.875rem; }
    
.tabs-content img {
  border: 1px solid #e8eff1;
  padding: 4px;
  background: #fff;  
}

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none;
}
 
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.fb_iframe_widget > span {
	position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
}


@media only screen and (min-width:55em) and (max-width:64em) {
  .tabs-content .video {
    padding-bottom: 1.25rem; } }

@media only screen and (max-width: 55em) {
  .tabs {
    background: #f6f9fb;
    border-radius: 0 !important;
    display: block !important; }
    .tabs dd {
      float: none; }
      .tabs dd a {
        border-radius: 0 !important; }
  .tabs-content .video {
    padding-bottom: 1.25rem; }
    .tabs-content .video .video-js {
      width: 100% !important; } }

/*-----  End of Tabs  ------*/
/*================================
=            Sponsors            =
================================*/
.sponsors {
  padding: 0 15px; }

.sponsors .widget {
  width: 150px;
  vertical-align: top;
  display: inline-block;
  margin-right: 2.5rem;
}
.sponsors .widget h1 {
  text-align: left;
  color: #333333;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0 0 1.875rem 0;
 }

.sponsors .widget .menu {
  padding-bottom: 1.25rem; }


.sponsors .widget .menu li {
 margin-bottom: .8rem; 
}

@media only screen and (max-width: 1010px) {
  .sponsors .widget .menu li { text-align: center; }
} 
   
.sponsors .widget .show-more {
  text-decoration: none;
  font-size: 0.75rem; }
.sponsors .widget .show-more:hover {
  color: #007ba0; }

.sponsors .widget .menu-item a {
  color: #7995aa;
  font-size: 0.9rem;
  text-decoration: none;
  line-height: 1.2rem; }
  .sponsors .widget .menu-item a:hover {
    color: #333333; }

@media only screen and (max-width:1010px) {
  .sponsors .widget {
     width: 100%; }
    .sponsors .widget h1 {
      text-align: center; }
  .sponsors .widget .menu {
    margin-right: 0; } 
}

@media only screen and (max-width: 35em) {
  .sponsors .widget {
     width: 100%; }
}


/*-----  End of Sponsors  ------*/
/*============================
=            News            =
============================*/
.news .tabs dd a {
  background: #f6f9fb;
  font-size: 0.875rem;
  color: #9db1c1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1.5625rem;
  border: 1px solid #e8eff1;
  border-bottom-color: #f1eee8;
  margin-right: 4px; }
  .news .tabs dd a:hover {
    background: #ffffff;
    color: #333333; }
.news .tabs dd.active a {
  border-color: #f1eee8;
  background: #ffffff;
  color: #333333;
  border-bottom: 1px solid #fff; }
.news .tabs-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: -1px;
  border: 1px solid #f1eee8;
  background: #fff;}

.news-item {
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #f2efea; }
  .news-item:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.news-item-date {
  background: #0069b3;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  font-style: italic;
  margin-bottom: 0.8125rem;
  padding: 0.3125rem 0.625rem;
  border-radius: 16px; }

.news-item-text {
  line-height: 25px;
  font-weight: 700;
  color: #49596d;
  font-size: 0.875rem; }
  .news-item-text a {
    color: #49596d;
    font-weight: 400;
    font-size: 0.875rem;
    text-decoration: underline; }
    .news-item-text a:hover {
      color: #333333; }
      
.blog-content .news-item-text a {
  text-decoration: none;
  font-weight: bold;
}

@media only screen and (max-width: 55em) {
  .news .tabs dd a {
    width: 100%; } }

/*-----  End of News  ------*/
/*=============================
=            Plans            =
=============================*/
.plans-text-main {
  color: #49596d;
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 1.5625rem;
  line-height: 25px; }

.plans-text {
  font-size: 0.875rem;
  color: #7995aa;
  line-height: 20px;
  padding-bottom: 3.75rem; }

.plan-item {
  width: 229px;
  margin-right: 17px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3.125rem; }
  .plan-item.full {
    width: 100%;
    display: block; }
    .plan-item.full li {
      font-size: 0.875rem;
      padding: 0.6875rem 0.9375rem; }
		.plan-item.full li.blue-bg {
			background-color: #4b617c;
		}
		.plan-item.full li.blue-bg a {
			color: #fff;
		}
    .plan-item.full .plan-item-head {
      /*text-align: left;*/ }
  .plan-item.platinum .plan-item-head {
    border: none;
    background: #283C5B; }
  .plan-item.gold .plan-item-head {
    border: 1px solid #b87d00;
    background: #ffc752; }
  .plan-item.silver .plan-item-head {
    border: 1px solid #a5a5a5;
    background: #c1c1c1; }
  .plan-item.bronze .plan-item-head {
    border: 1px solid #857b65;
    background: #a89570; }
    .event-sponsors .plan-item-head.exhibitors {
      padding: .5rem 2rem;
      text-shadow: none;
      background: #fff;
      border: 1px solid #e8eff1;
      border-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 120px;
      position: relative;
    }
    .columns.large-6 .plan-item-head.exhibitors {
      height: 160px;
    }
    .columns.large-4 .plan-item-head.exhibitors {
      height: 140px;
    }
    .event-sponsors .plan-item-head.exhibitors h4 {
      padding: 0;
      font-size: 2em;
      line-height: 1em;
      text-transform: none;
    }
    .event-sponsors .plan-item-head.exhibitors img {
      padding: 0;
      max-height: 100%;
      width: auto !important;
    }

.lt-ie10 .plan-item {
  margin-right: 12px; }

.plan-item-head {
  font-size: 1.375rem;
  color: #fff;
  padding: 22px 0 17px 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px -1px 2px #636363; }

.plan-item-head__price {
  text-align: right;
  font-size: 1.125rem; }

.plan-item-price {
  border-left: 1px solid #e8eff1;
  border-right: 1px solid #e8eff1;
  border-bottom: 1px solid #e8eff1;
  background: #f6f9fb;
  padding: 0.625rem 0;
  color: #7995aa;
  font-weight: 700;
  font-size: 3em;
  min-height: 2em;
  line-height: 2em;
  text-align: center;
}
.plan-item-price span {
    font-size: 0.3em;
    margin: 0 0 0 -8px;
}

.event-sponsors .plan-item-price.description {
  font-size: 0.875rem;
  line-height: 1.6em;
  text-align: left;
  font-weight: normal;
  padding: 0 1rem 1rem;
  background: #fff;
}

@media only screen and (max-width: 780px) {
	.plan-item-price {
	  font-size: 1rem;
	  min-height: 0;
	  line-height: inherit;
	}
}

.plan-item-text {
  border-bottom: 1px solid #f1eee8;
  border-left: 1px solid #f1eee8;
  border-right: 1px solid #f1eee8;
}

.event-sponsors .plan-item-text {
  padding: 1rem;
  background: #f5f5f5;
}

.plan-item-text ul { 
  margin-bottom: 0;
  margin-left: 0;
}
.plan-item-text li {
  border-bottom: 1px solid #f1eee8;
  padding: 0.6875rem 0.5rem;
  color: #7995aa;
  font-size: 0.8125rem;
  line-height: 16px;
  list-style: none;}
  .plan-item-text li:last-child {
    border-bottom: none; }

@media only screen and (max-width: 55em) {
  .plan-item {
    width: 100%;
    display: block; } 
}

@media only screen and (min-width:55em) and (max-width:64em) {
  .plans {
    text-align: center; }
  .plan-item {
    width: 330px; } }

/*-----  End of Plans  ------*/
/*==============================
=            Events            =
==============================*/
.event {
  border: 1px solid #f1eee8;
  padding: 1.5rem 0.9375rem 1.75rem 0.9375rem;
  margin-bottom: 1.25rem; }

.event-date-st {
  padding: 0.625rem 0.75rem;
  background: #ffc752;
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 1.875rem; 
}
  
.event-date-st a { 
  color: #fff;
  text-decoration: none;
}
.event-date-st a:hover { text-decoration: underline; }

.event-head {
  font-weight: 700;
  color: #49596d;
  font-size: 1rem;
  padding-bottom: 1.5625rem;
  line-height: 20px;
}
.event-head a {
  color: #49596d;
  text-decoration: none;
}  
.event-head a:hover {
  color: #F6BA38;
}


/*-----  End of Events  ------*/
/*================================
=            Schedule            =
================================*/
.schedule-item-day {
  font-size: 0.75rem;
  color: #b6c4de;
  margin-bottom: 0.5rem; }

.schedule-item-parts {
  position: relative;
  padding: 1.875rem 0 0 1.875rem;
  border-left: 1px solid #b2cee1; }
  .schedule-item-parts.first {
    margin-top: 1.875rem;
    padding: 0 0 0.625rem 1.875rem; }
    .schedule-item-parts.first .schedule-bubble {
      top: -1px; }

.schedule-item-part {
  padding-bottom: 0.625rem; }

.schedule-item-part__time {
  vertical-align: top;
  font-size: 0.9375rem;
  width: 23%;
  color: #226399;
  display: inline-block;
  font-style: italic; }

.schedule-item-part__box {
  vertical-align: top;
  display: inline-block;
  width: 75%; }

.schedule-item-part__head {
  font-size: 1rem;
  font-weight: 700;
  color: #49596d;
  padding-bottom: 0.8125rem; }

.schedule-item-part__text {
  color: #7995aa;
  font-size: 0.8125rem;
  line-height: 18px; }
  .schedule-item-part__text.link {
    padding-top: 0.75rem; }

.schedule-bubble {
  width: 12px;
  height: 12px;
  left: -6px;
  top: 30px;
  background: url('../images/schedule-bubble.png') center no-repeat;
  position: absolute; }

@media only screen and (max-width: 55em) {
  .schedule-item-parts {
    border: none;
    padding: 0; }
    .schedule-item-parts.first {
      padding: 0;
      margin-top: 0; }
  .schedule-item-part__time {
    display: block;
    margin-bottom: 15px;
    width: 100%; }
  .schedule-item-part__box {
    display: block;
    margin-bottom: 15px;
    width: 100%; }
  .schedule-bubble {
    display: none; } }

/*-----  End of Schedule  ------*/
/*===============================
=            Speaker            =
===============================*/
.speaker {
  text-align: center;
  padding-bottom: 1.25rem; }

.speaker-img {
  margin-bottom: 0.9375rem; }

.speaker-name {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.3125rem; }
  
.gallery { 
  float: left !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-item { 
  text-align: center;
  float: left;
}

/*.gallery {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: space-evenly;
}
.gallery-item {
  display: flex;
  flex-direction: column;
  flex: 1;
}*/

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-1 .gallery-item:nth-child(n+1){ clear:both; }

.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1){ clear:both; }

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-3 .gallery-item:nth-child(3n+1){ clear:both; }

.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-4 .gallery-item:nth-child(4n+1){ clear:both; }

.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-5 .gallery-item:nth-child(5n+1){ clear:both; }

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-6 .gallery-item:nth-child(6n+1){ clear:both; }

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-7 .gallery-item:nth-child(7n+1){ clear:both; }

.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-8 .gallery-item:nth-child(8n+1){ clear:both; }

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}
.gallery-columns-9 .gallery-item:nth-child(9n+1){ clear:both; }

.gallery-item .gallery-icon {
  padding: 0 0 1.25rem;
}

.postid-1275 #gallery-1 img {
  width: 95% !important;  
}

.gallery-item .gallery-icon img {
  border-radius: 0px;  
  max-height: 150px;
  width: auto;
  max-width: 100%;
  padding: 0 5px;
}

.gallery-title {
  font-weight: 700;
  font-size: .75rem;
  margin-bottom: .8rem;
}

.gallery-caption {
  font-size: .8rem;
  margin-bottom: 2rem;  
}

.gallery-columns-6 .gallery-item {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;  
}

.gallery-wrap {
  min-height: 3rem;
  display: inline-block;  
}

.gallery-title.mncreda-organization {
  font-size: 0.9rem;
  min-height: 6rem;
  line-height: 1.3rem;
  margin-bottom: 1rem;
}
.gallery-title.mncreda-name {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.gallery-title.mncreda-title {
  font-size: 0.75rem;
  line-height: 0.9rem;
  margin-bottom: 0rem;
  font-weight: normal;
}

.gallery-columns-6.gallery-mncreda .gallery-item {
  margin: 1rem 0;
}
@media only screen and (max-width: 554px) {
  .gallery-columns-6.gallery-mncreda .gallery-item {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 2.5rem;
    float: none;
  }
  .gallery-title.mncreda-organization,
  .gallery-mncreda .gallery-wrap {
    min-height: 0;
  }  
}
@media only screen and (min-width: 555px) and (max-width: 800px) {
  .gallery-columns-6.gallery-mncreda .gallery-item {
    width: 33%;
  }
  .gallery-title.mncreda-organization {
    min-height: 4rem;
  }
  .gallery-mncreda .gallery-wrap {
    min-height: 4rem;
  }
}



/*-----  End of Speaker  ------*/
/*===============================
=           Event Sponsors      =
===============================*/
.event-sponsors .gallery-columns-6 .gallery-item {
  display: inline-block;
  float: none;
}

.event-sponsors .gallery-item .gallery-icon img {
  border-radius: 0;
  margin: 0;
  height: 140px;
  width: auto;  
}

.gallery-columns-3 .gallery-item .gallery-icon img { 
  height: auto;
  max-height: inherit;
}

.event-sponsors .gallery-columns-3 .gallery-item .gallery-icon img { 
  height: auto;
  max-height: 100px;
}
.event-sponsors p {
  width: 100%;
}

/*-----  End of Speaker  ------*/
/*===============================
=            Article            =
===============================*/
.article {
  margin-bottom: 1.375rem; }

.article-main {
  border-top: 1px solid #f1eee8;
  border-right: 1px solid #f1eee8;
  border-left: 1px solid #f1eee8;
  padding: 1.4375rem 1.4375rem 2.0625rem 1.4375rem; }

.article-main-head {
  font-size: 1rem;
  color: #49596d;
  padding-bottom: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  line-height: 25px; }

.article-main-text {
  font-size: 0.875rem;
  padding-bottom: 1.25rem;
  color: #7995aa;
  line-height: 20px; }

.article-footer {
  background: #f6f9fb;
  border: 1px solid #e8eff1;
  padding: 1.4375rem; }

.article-footer-qty {
  color: #7d7d7d;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  font-size: 0.6875rem;
  padding: 0.3125rem 0.75rem;
  margin-right: 0.9375rem; }

.article-footer-rss {
  float: right; }

.article-navs a {
  color: #7995aa;
  font-size: 0.9375rem;
  text-decoration: none; }
  .article-navs a.end {
    opacity: 0.5; }

.article-search {
  margin-top: 0.9375rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #edf3f6;
  margin-bottom: 2.5rem; }

.article-search-label {
  color: #333333;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem; }

.article-search-input {
  border: 1px solid #f1eee8 !important; }

@media only screen and (max-width: 55em) {
  .article-footer-qty {
    padding: 0.3125rem 0.3125rem; }
  .article-footer-rss {
    float: none;
    display: block;
    padding: 10px 0 0 0; } }

/*-----  End of Article  ------*/
/*==============================
=            Footer            =
==============================*/
.footer-head {
  margin-top: 1.875rem;
  color: #9aa8b8;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}
.footer-head h6, 
.footer-head .widget-title {
  color: #9aa8b8;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: left;
  padding-bottom: 0;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.footer-head .textwidget {
  color: #8ca7bb;
  text-transform: none;
  display: block;
  width: 100%;
  margin-top: 1.2rem;
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;  
}

.footer-head .widget {
  margin-top: .65rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.footer-head .widget.half {
  width: 50%;
}

.footer-head .widget_text {
  margin-top: 0;
}

.footer #mc_embed_signup {
  background: #596f8a;
  border: 1px solid #657b96;
  border-radius: 200px;
  position: relative;
  margin-top: 1rem;
}

.footer #mce-EMAIL {
  margin-bottom: 0 !important;
  
}

@media only screen and (max-width: 55em) {
  .footer-head .widget { padding-right: 0; }
}

.footer-head .widget a {
  display: block;
  font-size: .875rem;
  margin-bottom: 0.3125rem;
  text-transform: none;
  text-decoration: none;
  color: #fff;
}
.footer-head .widget a:hover { color: #faac18; }

.footer-input-wrapper {
  background: #596f8a;
  border: 1px solid #657b96;
  border-radius: 200px; }
  .footer-input-wrapper .footer-input {
    margin-bottom: 0 !important; }

.footer-input {
  background: none !important;
  border: none !important;
  display: inline-block !important;
  color: #8ca7bb;
  height: 40px !important;
  font-style: italic;
  font-size: 0.75rem;
  width: 200px !important; 
  margin-bottom: 0 !important;}

.footer-line {
  margin-top: 1.25rem;
  text-transform: none;
  margin-bottom: 1.5625rem;
  font-size: 0.9375rem;
  color: #8ca7bb;
}

.footer-line p {
  color: #8ca7bb;
}

.footer-submit {
  background: #637791;
  background-image: -webkit-linear-gradient(top, #637791, #50647e);
  background-image: -moz-linear-gradient(top, #637791, #50647e);
  background-image: -ms-linear-gradient(top, #637791, #50647e);
  background-image: -o-linear-gradient(top, #637791, #50647e);
  background-image: linear-gradient(to bottom, #637791, #50647e);
  border: 1px solid #435a76;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: inset 0px 1px 1px #fff;
  font-size: 0.875rem;
  -webkit-border-radius: 19;
  -moz-border-radius: 19;
  border-radius: 20px;
  padding: 0.625rem 0.3125rem 0.625rem 0.3125rem;
  min-width: 100px;
  float: right; 
  position: relative;
  top: -40px; }

.footer-bottom {
  background: #405775;
  font-size: 0.8125rem;
  color: #9aa8b8;
  text-align: center;
  padding: 1.5625rem 0;
  margin-top: 1.25rem; }

@media only screen and (min-width:55em) and (max-width:64em) {
  .footer {
    height: auto; } }

@media only screen and (max-width: 55em) {
  .footer {
    height: auto; }
  .footer-list {
    display: block;
    text-align: center;
    padding-right: 0; }
  .footer-bottom {
    padding: 1.5625rem 0.625rem;
    line-height: 18px; } }

/*-----  End of Footer  ------*/
        
/* PMP Styles */
.pmpro_checkout { 
  border-bottom: 1px solid #f1eee8;
  border-left: 1px solid #f1eee8;
  border-right: 1px solid #f1eee8;
  width: 100%;
}
.pmpro_checkout thead {
  border: none;
  background: #283C5B;
}
.pmpro_checkout thead th {
  color: #fff;
  padding: inherit;
  font-size: 0.975rem;
  font-weight: 700;
  padding: 1rem 0.45rem;
  text-transform: uppercase;
  text-align: left;
  text-shadow: none;
}

.pmpro_checkout tr.odd td,
.pmpro_checkout tr td {  
  font-size: 0.875rem;
  padding: 0.6875rem 0.9375rem;
  border-bottom: 1px solid #f1eee8;
  padding: 0.6875rem 0.5rem;
  color: #7995aa;
  font-size: 0.8125rem;
  line-height: 16px;
}

.pmpro_checkout strong { color: inherit; }
.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link { 
    color: #fff !important; 
    background: #faac18 !important;
    border: 1px solid #faac18 !important;
    padding: 10px 20px !important;
}
.pmpro_btn.blue, .pmpro_btn.blue:link {
	background: #1474b9 !important;
	border-color: #1474b9 !important;
} 

form.pmpro_form label { 
  text-align: left;
  width: auto;
  display: inline-block;
  float: left;
  clear: both;
}

.pmpro_checkout #first_name,
.pmpro_checkout #last_name,
.pmpro_checkout #bfirstname,
.pmpro_checkout #blastname {
  text-transform: capitalize;
}

.pmpro_checkout #state {
  text-transform: uppercase;
}


.pmpro_content_message .knob.small {
  border-radius: 20px;
  padding: 0.5rem .7rem;
  min-width: 112px;
  text-transform: uppercase;
  box-shadow: inset 0px 1px 1px #fff;
}

.pmpro_content_message .knob.blue { background: #1474b9; }
.pmpro_content_message .knob.blue:hover { background: #2288cf; }

.pmpro_content_message .knob.yellow { background: #fab22a; }
.pmpro_content_message .knob.yellow:hover { background: #ffc24f; }

.pmpro_asterisk,
.pmpro_asterisk abbr { 
  color: #790000;
  display: inline-block;
  float: left;
}

form.pmpro_form #sameas_div {
  float: left;
  width: 100%;
  display: inline-block;
  margin: 20px 0 0;
}

form.pmpro_form #sameas_div label {
  clear: none;
}

form.pmpro_form input[type=checkbox] {
  margin-top: 5px;
  float: left;
  clear: both;
}


form.pmpro_form .input, form.pmpro_form textarea, .input, form.pmpro_form select {
 border: 1px solid #e8eff1;
 width: 100%;
 clear: both;
 float: left;
 margin: 10px 0;
}

.pmpro_checkout-field-date select {
  width: 30% !important;
  float: left !important;
}

.pmpro_checkout-field-date input {
  width: 20%;
  float: left;
  margin: 10px;
}

.pmpro_form h4 {
  font-size: inherit;
  text-align: left;
  padding: 0 0 0 10px;
}

.pmpro_thead-msg a {
  color: #faac18;
}

.pmpro_thead-msg {
  float: right;
}


.pmpro_checkout h5 {
  text-shadow: none;
  float: right;
  padding: 0;
  font-size: 0.6rem;
  position: relative;
  top: 3px;
}
form.pmpro_form div { 
  clear:none;
  margin-bottom: 5px;
  overflow: hidden;
}
form.pmpro_form .pmpro_checkout-fields div.pmpro_captcha {
  overflow: visible;
  clear: both;
  margin: 40px 0 5px!important;
  display: inline-block;
}
form.pmpro_form .pmpro_checkout-fields div.pmpro_captcha .g-recaptcha {
  overflow: visible;
  clear: both;  
}

form.pmpro_form .lite {
    color: #666;
    clear: both;
    float: left;
    margin: 0 0 10px 0;
    background: rgb(255, 255, 224);
    padding: 5px;
    width: 90%;
    font-size: 90%;
}

#pmpro_payment_method a {
  text-decoration: none;
}

#pmpro_payment_method a:hover {
  text-decoration: underline;
}

form.pmpro_form .pmpro_submit { 
  margin-left: 0; 
  
  width: 100%;
}
form.pmpro_form #ExpirationMonth,
form.pmpro_form #ExpirationYear {
  width: 28%;
  margin-right: 10px;
}
form.pmpro_form #ExpirationYear { 
  clear: none;
}
.pmpro_payment-expiration .pmpro_asterisk:last-of-type { 
  line-height: 1.5em;
}
.pmpro_payment-cvv small { display: inline-block; float: left; clear: both; }

div.job_listings { clear: both; }
.gform_wrapper { border-top: 2px dashed #e8eff1; padding: 20px 0.9375rem 0; }
.gform_wrapper .ginput_complex .ginput_left { clear: left; }
.gf_coupon_code { float: left; width: 50% !important; }
#gf_coupon_button { margin-top: 4px; }
.gfield_label { color: #000;}

.single_job_listing .company .name {
  margin: 0;
  display: inline;
  float: none;
}
.single_job_listing .company img {
  float: none;
  display: inline;
  left: 0;
  position: relative;
}

.single_job_listing .company .name a {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  float: none;
  margin: 0;
}


/* Tribe Events Styles */
#tribe-events-content .tribe-events-tooltip h4 { text-align: left; }
h2.tribe-events-page-title { color: #333333; padding: 0; }
#tribe-bar-form input[type="text"] { padding: 0 !important; }
#tribe-events-pg-template { 
  padding: 0;
  max-width: inherit;
}
.country-name,
.tribe-events-user-recurrence-toggle,
.events-list .tribe-events-event-cost { display:none; }

.events-gridview #tribe-events-pg-template,
.events-list #tribe-events-pg-template { 
  max-width: 64rem;
}
.events-list .vcard {
  padding: 0.625rem 0;  
  display: block;
}

#tribe-events-header .tribe-events-sub-nav li, 
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
  display: block;
}

/* Gravity Form Styles */
h2.gsection_title {
  color: #000;
  text-align: left;
  
}
.bfield{
	clear:both;
}
#bdatejoined_div{
	font-size:13px!important;
}
#bdatejoined_div label{
	margin-bottom:13px!important;
	line-height:0.6;
}

.recaptchatable #recaptcha_response_field {
  height: initial;
}

.gform_wrapper #gf_coupon_info { clear: left; }

/* PMPro Directory Styling */
.pmpro_member_directory table h3.pmpro_member_directory_display-name {
  font-size: 1.1em;
  font-weight: bold;
}


.pmpro_thumbnail {
  width: 64px;
  display: block;
  padding: 4px;
  margin-right: 10px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.pmpro_thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.pmpro_thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pmpro_thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.pmpro_media .pmpro_pull-left {
  margin-right: 10px;
}

.pmpro_pull-left {
  float: left;
}

.pmpro_clear {clear: both;}

.pmpro_directory_search {float: right; width: 300px; text-align: right;}

.pmpro_pagination {margin-bottom: 1em;}
.pmpro_pagination .pmpro_prev {float: left; width: 250px;}
.pmpro_pagination .pmpro_next {float: right; width: 250px; text-align: right;}

/* Hide 2nd discount code field. */
.pmpro_payment-discount-code {display: none;}

.pmpro_profile { }

/* PMPro Directory and Profile Styles*/
.dataTables_length select, .dataTables_filter input { display: inline; width: auto; }
.pmpro_directory_profile .form-table { border: 0; width: 100%; }
.pmpro_directory_profile th { width: 20%; text-align: right; font-weight: bold; padding-right: 2rem; text-transform: uppercase; }
.pmpro_directory_profile td { width: 30%; text-align: left; }


/* Misc */

a.pmpro_thumbnail.pmpro_pull-left {
    display: none;
}
h4.pmpro_profile-heading {
    text-align: left;
}
h4.pmpro_profile-heading {
    text-align: left;
    padding-bottom: 0;
}
/*
.pmpro_profile:first-of-type {
    margin-bottom: -12px;
}
*/
.pmpro_profile {
    margin-bottom: 1rem;
}
.pmpro_directory_search {
    display: inline-flex;
}
.pmpro_directory_search input[type="submit"] {
    height: 47px;
    border: 0;
}

body.postid-5117 #gallery-1 .gallery-title,
body.postid-5117 #gallery-1 .gallery-caption{
	display: none;
}

body.postid-5117 img.wp-image-1540{
border:none;
}

body.postid-5117 h3{
font-weight: 700;
color: #2b3c5a;
}

body.postid-5117 .content-area a{
	color: #008CBA;
}

body.postid-5117 .content-area a.button{
color: #FFFFFF;
}

@media only screen and (min-width: 55em){
	body.postid-5117 h3 {
		font-size: 1.4em;
	}
}


.meda-conference-form{
	box-sizing: border-box;
	max-width: 80%;
margin: 0 auto;
}

.meda-conference-form input[type="text"], 
.meda-conference-form input[type="password"], 
.meda-conference-form input[type="date"], 
.meda-conference-form input[type="datetime"], 
.meda-conference-form input[type="datetime-local"], 
.meda-conference-form input[type="month"], 
.meda-conference-form input[type="week"], 
.meda-conference-form input[type="email"], 
.meda-conference-form input[type="number"], 
.meda-conference-form input[type="search"], 
.meda-conference-form input[type="tel"], 
.meda-conference-form input[type="time"], 
.meda-conference-form input[type="url"], 
.meda-conference-form textarea, 
.meda-conference-form select{
	border: 1px solid #909aa1;
}
.meda-conference-form input[type="text"]:focus, 
.meda-conference-form input[type="password"]:focus, 
.meda-conference-form input[type="date"]:focus, 
.meda-conference-form input[type="datetime"]:focus, 
.meda-conference-form input[type="datetime-local"]:focus, 
.meda-conference-form input[type="month"]:focus, 
.meda-conference-form input[type="week"]:focus, 
.meda-conference-form input[type="email"]:focus, 
.meda-conference-form input[type="number"]:focus, 
.meda-conference-form input[type="search"]:focus, 
.meda-conference-form input[type="tel"]:focus, 
.meda-conference-form input[type="time"]:focus, 
.meda-conference-form input[type="url"]:focus, 
.meda-conference-form textarea:focus, 
.meda-conference-form select:focus{
	box-shadow: 0 0 10px #3ea4b1;
	border: 1px solid #3ea4b1;
}

.tml .tml-action-links a {
  text-decoration: underline;
  color: #008CB9;
}
.tml .tml-label {
	font-weight: bold;
	font-size: 1em;
}
.tml input[type="submit"] {
    background-color: #efefef;
    background-image: none;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
}
.tml form {
    margin-top: 20px;
	margin-bottom: 30px;
    margin-left: 0;
    padding: 40px;
    font-weight: 400;
    overflow: hidden;
    background: #f6f9fb;
	border: 1px solid #edf3f6;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.tml .tml-links {
	list-style: none;
	margin: 0;
}

.tml .tml-links a {
	font-weight: bold;
}
.tml.join {
    margin: 30px auto !important;
    padding: 25px;
    font-weight: 400;
    overflow: hidden;
    background: #283c5b;
}
.tml.join p {
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 1em;
}
.tml.join p a {
	color: #faac18;
}

#wp-submit {
  background: #637791;
  background-image: -webkit-linear-gradient(top, #637791, #50647e);
  background-image: -moz-linear-gradient(top, #637791, #50647e);
  background-image: -ms-linear-gradient(top, #637791, #50647e);
  background-image: -o-linear-gradient(top, #637791, #50647e);
  background-image: linear-gradient(to bottom, #637791, #50647e);
  border: 1px solid #435a76;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: inset 0px 1px 1px #fff;
  font-size: 0.875rem;
  -webkit-border-radius: 19;
  -moz-border-radius: 19;
  border-radius: 20px;
  padding: 0.625rem 0.3125rem 0.625rem 0.3125rem;
  min-width: 100px;
  float: right;
  position: relative;
}

.fancybox-close-small:hover { background: none; }
.fancybox-close-small:after { outline: none !important; }

.the-nav { padding-left: 0; }
.main-navigation .menu-item:first-child { 
  margin-left: 0;
}
.main-navigation .menu-item {
  margin-left: 24px;
}


.tribe-events-list .tribe-events-loop .tribe-event-featured,
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background-color: #405775;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured p,
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured h3.tribe-events-month-event-title a {
  color: #fff;
  opacity: 1;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-abbr {
  color: inherit;
}

.gform_confirmation_wrapper {
  background: #fff;
  padding: 40px;
  border: 5px solid #daa520;
  line-height: 1.5em;
}

.gform_wrapper ul.gfield_radio li input+input {
  display: inline;
}

.tml {
  margin: 0 auto !important;
  max-width: 600px !important;
}

.tribe-events-list-separator-month span {
  color: #000;
}

.tribe-events-list .tribe-events-gmap,
.tribe-events-list .tribe-country-name,
.tribe-events-list .tribe-street-address {
  display: none;
}


/* Checkout Page Styles */
#pmpro_form {
  width: 100%;
}

#pmpro_form .pmpro_checkout h3 {
  border: none;
  background: #2b3c5a;
  color: #fff;
  font-size: 0.975rem;
  font-weight: 700;
  padding: 1rem 0.45rem !important;
  text-transform: uppercase;
  text-align: left;
  text-shadow: none;
  margin: 0 !important;
}

.pmpro_checkout h3 span.pmpro_checkout-h3-name {
  margin: 0 !important;
}

.pmpro_checkout-h3-msg {
  float: right;
}

.pmpro_checkout h3 span.pmpro_checkout-h3-msg {
	font-style: normal !important;
    border: none;
	font-weight: bold !important;
	line-height: 22px;
}

.pmpro_checkout-h3-msg a {
	color: #fff;
    text-shadow: none;
    background: #faac18;
    padding: 5px;
	margin-left: 5px;
	text-decoration: none;
}

.pmpro_checkout-fields {
  padding: 10px 10px;
  color: #7995aa;
}

.pmpro_checkout-field .pmpro_asterisk:nth-child(2) {
  line-height: 1.5em;
}

.columns.large-8 #pmpro_account_loggedin {
  margin: 0 0 20px;
}

/*.columns hr {
  display: none;
}
*/



h2.comments-title {
    color: inherit;
    text-align: left;
    font-size: 1.1em;
}

h3.comment-reply-title {
    font-size: 1.1em;
    font-weight: bold;
    margin: 2em 0 1em
}

.width-third {
  width: 32.5%;
}

.sponsor-panels {
  display: flex;
  justify-content: space-between;
}
.sponsor-panels a img {
  padding: 4px;
  border: 1px solid #e8eff1;
}


.ginput_container_fileupload {
	border: 1px dashed #ccc;
	padding: 1.5em;
}

.ginput_container_fileupload input[type="file"] {
	margin-bottom: 0;	
}

.menu-item.faux-knob a {
  padding: 0.2rem 0.5rem;
  background: #ffc752;
  color: #fff;
  border-radius: 12px;
}

.menu-item.faux-knob a:hover {
  color: #2a4a6c;
}



/* Custom Fanxybox Styles - Virtual Exhibit Hall 8/9/2020 */
div.raffle_form_wrap {
  border: 2px dashed #e8eff1;
  padding: 10px 10px 0;
  margin-top: 10px;
}
  div.raffle_form_wrap .gfield.raffle_email label {
    display: none !important;
  }
  div.raffle_form_wrap .raffle_form_wrapper {
    border: none;
    padding: 0;
  }
  div.raffle_form_wrap .ginput_container_email input {
    width: 100% !important;
    max-width: 500px !important;
    font-size: 0.9em !important;
    padding: 10px !important;
  }
  div.raffle_form_wrap .ginput_container_email input:focus {
    font-weight: normal !important;
  }
  div.raffle_form_wrap .gfield_description {
    color: #7995aa;
    font-size: .65rem;
    font-style: italic;
    padding: 0;
  }
  .div.raffle_form_wrap p {
    padding: 0;
  }
  div.raffle_form_wrap .gform_footer {
    margin: 0;
  }
.fancy-modal {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
}
.fancybox-slide--html {
  padding: 0;
}
.modal-wrapper {
  display: flex;
  position: relative;
  z-index: 400;
  height: 100vh;
}
.modal-wrapper .img-wrapper {
  width: 50%;
  align-self: center;
  text-align: right;
}
.modal-wrapper .img-wrapper img {
  width: auto;
  max-height: 100vh;
}
.modal-wrapper .content-scroll {
  width: 50%;
  align-self: center;
  max-height: 470px;
  overflow: auto;
  padding: 20px;
  background: #fff;  
  
  max-height: 80vh;
}

.event-sponsors .plan-item.sponsored::before{
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  content: '';
  background: goldenrod;
  height: 28px;
  width: 28px;
  transform: rotate(45deg);
}
.event-sponsors .plan-item.sponsored::after {
  position: absolute;
  content: attr(data-label);
  top: 5px;
  right: 10px;
  padding: 0.5rem 0.3rem;
  width: 6.5rem;
  background: #ffc752;
  color: white;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .modal-wrapper {
    flex-direction: column-reverse;
    overflow-y: scroll;
  }
  .modal-wrapper .img-wrapper,
  .modal-wrapper .content-scroll {
    width: 100%;
    border-radius: 0;
  }
  .modal-wrapper .content-scroll {
    max-height: none;
    min-height: calc(40vh);
    box-shadow: inset 0 -10px 12px -12px rgba(0,0,0,.4);
  }
  .modal-wrapper .img-wrapper img {
    max-height: none;
    width: 100%;
    height: 100%;
  }
}

body.fancybox-active .addthis-smartlayers {
  display: none;
}    

body.fancybox-active {
  overflow-y: hidden;
}

.fancy-modal .fancybox-close-small {
  top: 0px;
  color: #111;
  background: #e4e4e4;
  position: fixed;
  height: 60px;
  width: 60px;
}
.fancy-modal h4 {
  text-align: left;
  padding-bottom: 0;
}
.fancy-modal .content-header {
  padding: 15px;
}
/* This elements contains both blocks */
.fancybox-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}
body.admin-bar .fancybox-container {
  margin-top: 32px;
}

/* Set position and colors for close button */
.fancybox-button:hover {
  background: #F0F0F0;
  color: #222;
}

.fancybox-button svg path {
  stroke-width: 1;
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
}

/* 
Step 3: Tweak fade animation
*/

.fancybox-inner {
  opacity: 0;
  transition: opacity .3s;
}

.fancybox-is-open .fancybox-inner {
  opacity: 1;
}

.fancybox-is-closing .fancybox-fx-fade {
  opacity: 1 !important; /* Prevent double-fading */
}
.fancybox-button:disabled {
  display: none;
}

.event-sponsors {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.event-sponsors::after {
  content: "";
  flex: auto;
}


/* Updated Tribe Style Overrides 8/14/2020 */
.tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-events .tribe-events-c-nav__next {
  text-transform: none;
  background: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
  float: none;
}

.tribe-events [class*="column"] + [class*="column"]:last-child {
  float: left !important;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, 
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #0569A6;
}

.tribe-events .tribe-events-c-ical__link {
  color: #fab22a;
  border-color: #fab22a;
}

.tribe-events .tribe-events-c-ical__link:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23fab22a' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E");
}

.tribe-events .tribe-events-c-ical__link:active, 
.tribe-events .tribe-events-c-ical__link:focus, 
.tribe-events .tribe-events-c-ical__link:hover,
.tribe-events .datepicker .day.active, 
.tribe-events .datepicker .day.active.focused, 
.tribe-events .datepicker .day.active:focus, 
.tribe-events .datepicker .day.active:hover, 
.tribe-events .datepicker .month.active, 
.tribe-events .datepicker .month.active.focused, 
.tribe-events .datepicker .month.active:focus, 
.tribe-events .datepicker .month.active:hover, 
.tribe-events .datepicker .year.active, 
.tribe-events .datepicker .year.active.focused, 
.tribe-events .datepicker .year.active:focus, 
.tribe-events .datepicker .year.active:hover {
  color: #fff;
  background-color: #fab22a;
  text-shadow: none;
}

.tribe-events .tribe-events-c-top-bar__nav-link,
.tribe-events table thead, 
.tribe-events table tfoot,
.tribe-events-c-events-bar__search-button,
.tribe-events-c-events-bar__search-button:hover,
.tribe-events-c-view-selector__button,
.tribe-events-c-view-selector__button:hover,
.tribe-events .tribe-events-calendar-month__day-cell {
  background: none;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date {
  color: #fff;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
  color: #0569A6;
}

.tribe-common .tribe-common-svgicon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%230569A6'/%3E%3C/svg%3E");
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after,
.tribe-events .tribe-events-calendar-month__day-cell--selected, 
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus, 
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #0569A6;
}
.tribe-common .tribe-common-anchor-thin-alt {
  border-bottom-color: #0569A6;
}

.tribe-common .tribe-common-anchor-thin-alt:active, 
.tribe-common .tribe-common-anchor-thin-alt:focus, 
.tribe-common .tribe-common-anchor-thin-alt:hover {
  border-bottom-color: #0569A6;
  color: #0569A6;
}

.job_filters input[type="submit"] {
  border: none;
  padding: 1rem 0;
}
.job_filters input[type="submit"]:hover {
  background-color: #d5d5d5;
}

/* bbPress Styles*/

#bbpress-forums .bbp-breadcrumb {
  font-size: 1.1em;
}

#bbpress-forums .vcard {
  display: inline;
  border: none;  
  padding: 0;
}
#bbpress-forums h4 {
  text-align: left
}

#bbpress-forums h2 {
  color: inherit;
  text-align: left;
}

#bbpress-forums #bbp-user-wrapper th {
  text-align: right;
}

#bbpress-forums #bbp-user-wrapper tr.user-hide-directory-wrap th {
  display: none;
}

#bbpress-forums #bbp-user-wrapper td input[type="checkbox"] {
  margin-right: 10px;
}

#bbpress-forums #bbp-user-wrapper .form-table {
  width: 100%;
}

#bbpress-forums tr#birthdate_tr select#birthdate_m {
  width: 20%;
  margin-right: 10px;
}

#bbpress-forums tr#birthdate_tr input#birthdate_d,
#bbpress-forums tr#birthdate_tr input#birthdate_y {
    width: 20%;
    float: left;
    margin: 10px 10px 10px 0;
}

.bbpress .hero-regular a { color: goldenrod; }
.bbpress .hero-regular a:hover {
  color: goldenrod;
  text-decoration: underline;
}
#bbpress-forums .bbp-banner-actions { background: none;}
#bbpress-forums .bbp-author-avatar img.avatar {
  border: 1px solid transparent;
  border-radius: 4px;
}

#bbpress-forums fieldset.bbp-form {
  border: 1px solid #f1eee8;
}

#bbpress-forums fieldset.bbp-form legend {
  color: #2f4f88;
  background: #fff;
  border: 1px solid #f1eee8;
  border-bottom: 0;
  left: -1px;
  top: -40px;
}

#bbpress-forums fieldset.bbp-form .gdqnt-button, #bbpress-forums fieldset.bbp-form button[type=submit], #bbpress-forums fieldset.submit .gdqnt-button, #bbpress-forums fieldset.submit button[type=submit], .gdqnt-widget .bbp-login-form fieldset .bbp-submit-wrapper button, .widget .bbp-login-form fieldset .bbp-submit-wrapper button {
  -webkit-border-radius: 19;
  -moz-border-radius: 19;
  border-radius: 30px;
  font-size: 0.9375rem;
  width: auto;
  padding: 0.7rem 1.6rem;
  background: #fab22a;
  background-image: -webkit-linear-gradient(top, #fab22a, #e79f17);
  background-image: -moz-linear-gradient(top, #fab22a, #e79f17);
  background-image: -ms-linear-gradient(top, #fab22a, #e79f17);
  background-image: -o-linear-gradient(top, #fab22a, #e79f17);
  background-image: linear-gradient(to bottom, #fab22a, #e79f17);
  border: 1px solid #c17e00;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 2px #666666;
  -moz-box-shadow: 0px 1px 2px #666666;
  box-shadow: 0px 1px 2px #666666;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-weight: 700;
  box-shadow: inset 0px 1px 1px #fff;
  text-align: center;  
}

#bbpress-forums .gdfar-bulk-control>div.__editor button.gdfar-ctrl-bulk:hover, #bbpress-forums fieldset.bbp-form .gdqnt-button:hover, #bbpress-forums fieldset.bbp-form button[type=submit]:hover, #bbpress-forums fieldset.submit .gdqnt-button:hover, #bbpress-forums fieldset.submit button[type=submit]:hover, #bbpress-forums form.bbp-members-directory-filter button:hover, .gdpol-fields-wrapper .gdpol-field-responses .gdpol-new-response:hover, .gdpol-fields-wrapper .gdpol-field-responses li span._button button:hover, .gdqnt-widget .bbp-login-form fieldset .bbp-submit-wrapper button:hover, .widget .bbp-login-form fieldset .bbp-submit-wrapper button:hover {
  background: #ffc24f;
  background-image: -webkit-linear-gradient(top, #ffc24f, #ebae3b);
  background-image: -moz-linear-gradient(top, #ffc24f, #ebae3b);
  background-image: -ms-linear-gradient(top, #ffc24f, #ebae3b);
  background-image: -o-linear-gradient(top, #ffc24f, #ebae3b);
  background-image: linear-gradient(to bottom, #ffc24f, #ebae3b);
  color: #fff;
}

.bbpress .bbp-form .gdbbx-attachments-form .gdbbx-validation-active .gdbbx-attachment-preview {
  background: none;
}
.bbpress .bbp-form .gdbbx-attachments-form .gdbbx-validation-active .gdbbx-attachment-preview span {
  left: 0;
}

.bbpress .bbp-topic-permalink {
  font-size: 1rem;
  font-weight: bold;
}

#bbpress-forums .bbp-banner-actions {
  padding-left: 0;
  padding-right: 0;
}

.bbp-breadcrumb {
  display: none;
}

#bbpress-forums .bbp-the-list.bbp-list-content .bbp-item.bbp-body .bbp-post-author,
#bbpress-forums .bbp-the-list .bbp-item.bbp-header {
  background-color: #f7f7f7;
}

.bbpress div.welcome {
  border: 1px solid #eee;
  margin: 0 0 30px;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
}

.bbpress div.welcome p {
  margin-bottom: 1rem;
}

#bbpress-forums .bbp-form.avatar,
#basic-local-avatar {
  margin-top: 10px;
}

#bbpress-forums .bbp-user-details-wrapper #bbp-user-avatar .vcard a .avatar {
  width: 115px;
  height: 115px;
}


table.mncreda td {
  border: none;  
  padding: 8px;
  height: auto !important;
}

table.mncreda td h6 {
  font-size: 1em;
  margin: 0 0 1em;
}
table.mncreda td p {
  margin-bottom: 0;
}

table.mncreda td h6 a {
  text-decoration: none;
  font-weight: bold;
}

table.mncreda img.aligncenter,
table.mncreda img.alignleft,
table.mncreda img.alignright {
    display: block;
    padding: 0;
}

table.mncreda img.aligncenter {
    float: none;
    margin: 0 auto;
}

table.mncreda img.alignright {
    float: right;
    margin: 0 0 0 1em;
}

table.mncreda img.alignleft {
    float: left;
    margin: 0 1em 0 0;
}



.pmpro_member_profile .pmpro_member_directory_name {
  display: none;
}

#forum-private {
  text-align: center;
}
#forum-private h1 {
  color: #000;
}
#forum-private ul {
  list-style: none;
}

.pmpro_content_message {
  border: 1px solid #ffc752;
  padding: 1em;
}
.pmpro_content_message ul {
  list-style: none;
  margin-left: 0;
}

fieldset.gfield[style*="display: none"] + div.spacer {
  display: none;
}


.jp-cc-not-accessible {
  padding: 5em 0;
  text-align: center;
  background: #fcf8ed;
}
.jp-cc-not-accessible p { margin-bottom: 0; }


@media (min-width: 641px) {
  div#input_201_15 {
    padding-top: 2.4em;
    font-size: 1.1em;
  }
}

.gform_wrapper.gravity-theme .gfield select {
	background-color: #fff;
} 

.user-pass1-wrap fieldset {
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.user-pass1-wrap .gdqnt-button {
  margin-top: 1em;
  margin-bottom: 0;
}

/* Hide "Renew" link on /membership-account/ page because it allows people to renew an Initial Membership - MJB 9/14/22 */
#pmpro_actionlink-renew {
  display: none;
}