/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td, th {
  padding: 0; }

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

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

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

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

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

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

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

html, body {
  height: 100%; }

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

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.hide {
  display: none; }

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

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

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

select {
  width: 100%; }

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

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

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

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

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #007ba0;
  color: #FFFFFF; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2b0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .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; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

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

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

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.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: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

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

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007295;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007295; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a54;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a54; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf280e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf280e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007295;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007295; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a54;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a54; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf280e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf280e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

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

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label.error {
  color: #f04124; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: 0.0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 0.0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  @media only screen and (min-width:40.063em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  @media only screen and (min-width:64.063em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: 0.0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > *:hover {
    background: #008CBA; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }

.icon-bar.two-up .item {
  width: 50%; }
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width:40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width:64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }
.icon-bar.three-up .item {
  width: 33.3333%; }
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width:40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width:64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }
.icon-bar.four-up .item {
  width: 25%; }
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width:40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width:64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }
.icon-bar.five-up .item {
  width: 20%; }
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width:40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width:64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }
.icon-bar.six-up .item {
  width: 16.66667%; }
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width:40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width:64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "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: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }

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

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

  to {
    -webkit-transform: rotate(360deg); } }

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

  to {
    -webkit-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 .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

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

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

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

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

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

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

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008CBA;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #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, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #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, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  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: #EEEEEE;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", "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: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    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 #DDDDDD;
  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 #DDDDDD;
    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.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: default;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #008CBA;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA; }
  .range-slider-handle:hover {
    background: #007da4; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal dialog, .reveal-modal .columns, .reveal-modal dialog {
    min-width: 0; }
  .reveal-modal > :first-child, .reveal-modal > dialog {
    margin-top: 0; }
  .reveal-modal > :last-child, .reveal-modal > dialog {
    margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    .reveal-modal {
      width: 80%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.tiny {
      width: 30%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.small {
      width: 40%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.medium {
      width: 60%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.large {
      width: 70%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.xlarge {
      width: 95%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; }
    @media only screen and (min-width:40.063em) {
      .reveal-modal.full {
        width: 100vw;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, .reveal-modal dialog {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: null;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

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

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

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

.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: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
      text-decoration: none;
      color: #999999;
      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: #FFFFFF; }
      .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
        background: #007ba0; }

.switch {
  padding: 0;
  border: none;
  position: relative; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #008CBA; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #008CBA; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

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

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

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

abbr {
  text-transform: none; }

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

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

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

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

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

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

@media print {
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

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

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

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

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

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

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #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: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #004054 !important; }

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

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

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

/* 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 {
  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: 1.8rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .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: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      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 {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 40px 0 15px;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 15px;
          box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    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 {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 15px;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #008CBA;
        border-color: #007295;
        color: #FFFFFF; }
        .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: #FFFFFF; }
      .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: #FFFFFF; }
        .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: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf280e;
        color: #FFFFFF; }
        .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: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #008CBA;
      border-color: #007295;
      color: #FFFFFF; }
      .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: #FFFFFF; }
      .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: #FFFFFF; }
        .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: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf280e;
        color: #FFFFFF; }
        .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: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #272727;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #007ba0;
        color: #FFFFFF; }
  .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 {
    padding: 0;
    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, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .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: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #333333;
    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: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    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-color: #555555;
      background: #272727;
      color: #FFFFFF; }
    .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-color: #555555;
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: #FFFFFF;
      background: #008CBA; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #007ba0;
        color: #FFFFFF; }
    .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 > a:focus + .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: #FFFFFF;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        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-color: #555555;
    background: #272727;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF; }
  .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; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !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%;
  transition: -webkit-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: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #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:40.063em) {
    .tab-bar-section.left, .tab-bar-section.right {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #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-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

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

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    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);
  -ms-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:40.063em) {
    .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);
  -ms-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:40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

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

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

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

.no-csstransforms .left-off-canvas-menu {
  left: -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; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

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

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

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: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; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }

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

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

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

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

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

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

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

@media only screen and (orientation: landscape) {
  /* 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; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: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; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }

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

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

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

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

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

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

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

@media only screen and (orientation: landscape) {
  /* 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; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

.reveal-modal-bg {
  background: rgba(214, 218, 206, 0.95) !important;
  overflow: hidden !important; }

body {
  overflow-x: hidden !important; }

input {
  box-shadow: none;
  border: 1px solid #d6dace;
  padding: 0 15px;
  line-height: 2.5rem;
  height: 42px;
  color: rgba(0, 0, 0, 0.75); }

.button {
  padding: 0.74rem 1.4rem;
  height: 40px !important;
  font-family: "BrandonGrotesque", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  display: block;
  width: 100%;
  font-size: 12px;
  background-color: #D6DACE;
  color: #32373E;
  font-weight: bold;
  margin-bottom: 0px; }

#modalWindow iframe {
  height: 500px; }
#modalWindow .youtube-video {
  height: 500px; }
#modalWindow figure {
  margin: 0 !important; }

.reveal-modal, dialog {
  max-width: 60%;
  width: 100%;
  padding: 10px;
  overflow: hidden !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px !important; }
  .reveal-modal h2, .reveal-modal dialog, .reveal-modal p, .reveal-modal dialog {
    padding: 15px 15px 0px 15px; }
  .reveal-modal p, .reveal-modal dialog {
    font-size: 1.1rem;
    line-height: 1.8; }
  .reveal-modal img, .reveal-modal dialog {
    width: 100%; }

.reveal-modal-signup {
  padding: 15px !important; }
  .reveal-modal-signup form {
    margin-top: 15px !important; }
  .reveal-modal-signup h4 {
    border-bottom: 1px solid #d6dace !important;
    padding-bottom: 5px;
    color: #f04d46; }

.close-reveal-modal {
  color: #fff !important;
  background: #f04d46 !important;
  padding: 3px 10px 3px 10px !important;
  font-weight: 400 !important;
  top: 0 !important;
  right: 0 !important; }

@media screen and (max-width: 400px) {
  #modalWindow iframe {
    height: 200px !important; }
  #modalWindow .youtube-video {
    height: 200px !important; }
  .reveal-modal, dialog {
    max-width: 100% !important;
    top: 0; }
    .reveal-modal img, .reveal-modal dialog {
      width: 100%; }
  .reveal-modal-signup h3 {
    border-bottom: 1px solid #d6dace;
    padding-bottom: 5px; } }

@media (min-width: 400px) and (max-width: 480px) {
  .reveal-modal, dialog {
    max-width: 100% !important;
    top: 0; }
    .reveal-modal img, .reveal-modal dialog {
      width: 100%; }
  .reveal-modal-signup h3 {
    border-bottom: 1px solid #d6dace;
    padding-bottom: 5px; }
  #modalWindow iframe {
    height: 250px !important; }
  #modalWindow .youtube-video {
    height: 250px !important; } }

@media (min-width: 480px) and (max-width: 570px) {
  #modalWindow iframe {
    height: 350px !important; }
  #modalWindow .youtube-video {
    height: 350px !important; } }

@media (min-width: 480px) and (max-width: 768px) {
  .reveal-modal, dialog {
    max-width: 100% !important;
    top: 0 !important; }
  .reveal-modal-signup {
    padding: 15px !important; } }

@media (min-width: 571px) and (max-width: 768px) {
  #modalWindow iframe {
    height: 400px !important; } }

@media (min-width: 0px) and (max-width: 642px) {
  #modalWindow .columns:nth-child(1), #modalWindow .columns:nth-child(2) {
    padding: 0px !important; }
  .end {
    padding: 0; } }

@media (min-width: 643px) and (max-width: 768px) {
  .columns:nth-child(1), .columns:nth-child(2) {
    padding-right: 0.9rem !important; } }

@media (min-width: 768px) and (max-width: 1000px) {
  .reveal-modal, dialog {
    max-width: 90% !important;
    top: 10%; }
  .close-reveal-modal {
    font-size: 2rem;
    padding: 2px 8px 2px 8px !important; } }

@media (min-width: 767px) and (max-width: 1024px) {
  .banner .columns {
    padding: 0 !important; } }

@media (min-width: 1000px) and (max-width: 1200px) {
  #modalWindow iframe {
    height: 450px !important; }
  #modalWindow .youtube-video {
    height: 450px !important; } }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 3, 2014 */
@font-face {
  font-family: 'BrandonGrotesque';
  src: url('../fonts/brandon_med-webfont.eot');
  src: url('../fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_med-webfont.woff') format('woff'), url('../fonts/brandon_med-webfont.ttf') format('truetype'), url('../fonts/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
  font-weight: 500;
  font-style: normal; }

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

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

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

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

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?7tlf8');
  src: url('../fonts/icomoon.eot?#iefix7tlf8') format('embedded-opentype'), url('../fonts/icomoon.svg?7tlf8#icomoon') format('svg'), url('../fonts/icomoon.woff?7tlf8') format('woff'), url('../fonts/icomoon.ttf?7tlf8') format('truetype');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: "\e63a"; }

.icon-instagram-2:before {
  content: "\e639"; }

.icon-list-1:before {
  content: "\e637"; }

.icon-A-Z:before {
  content: "\e638"; }

.icon-arrow-right:before {
  content: "\e636"; }

.icon-arrow-left:before {
  content: "\e635"; }

.icon-logo-rose:before {
  content: "\e634"; }

.icon-facebook-1:before {
  content: "\e632"; }

.icon-twitter-1:before {
  content: "\e633"; }

.icon-erhverv:before {
  content: "\e609"; }

.icon-skat:before {
  content: "\e62c"; }

.icon-fodevarer:before {
  content: "\e62d"; }

.icon-trafik:before {
  content: "\e62e"; }

.icon-beskaeftigelse:before {
  content: "\e62f"; }

.icon-miljo:before {
  content: "\e630"; }

.icon-down:before {
  content: "\e631"; }

.icon-link-bullet:before {
  content: "\e62b"; }

.icon-ligestilling:before {
  content: "\e603"; }

.icon-logo-a:before {
  content: "\e618"; }

.icon-eu:before {
  content: "\e619"; }

.icon-udenrigspolitik:before {
  content: "\e61a"; }

.icon-born:before {
  content: "\e61b"; }

.icon-kultur:before {
  content: "\e61c"; }

.icon-forbrug:before {
  content: "\e61d"; }

.icon-integration:before {
  content: "\e61e"; }

.icon-kommuner:before {
  content: "\e61f"; }

.icon-unge:before {
  content: "\e620"; }

.icon-klima:before {
  content: "\e621"; }

.icon-vaekst:before {
  content: "\e622"; }

.icon-velfaerd:before {
  content: "\e623";
  /*content: '';
    background: url('../img/heart.svg') no-repeat center center;
    position: absolute;
    height: 13px;
    width: 13px;*/ }

.icon-folkeskole:before {
  content: "\e624"; }

.icon-retspolitik:before {
  content: "\e625"; }

.icon-okonomi:before {
  content: "\e626"; }

.icon-socialpolitik:before {
  content: "\e627";
  /*content: '';
    content: '';
    background: url('../img/heart.svg') no-repeat center center;
    position: absolute;
    height: 13px;
    width: 13px;*/ }

.icon-uddannelse:before {
  content: "\e628"; }

.icon-sundhed:before {
  content: "\e629"; }

.icon-youtube:before {
  content: "\e62a"; }

.icon-download:before {
  content: "\e615"; }

.icon-share:before {
  content: "\e616"; }

.icon-close:before {
  content: "\e617"; }

.icon-facebook-2:before {
  content: "\e600"; }

.icon-twitter-2:before {
  content: "\e601"; }

.icon-instagram:before {
  content: "\e602"; }

.icon-previous:before {
  content: "\e604"; }

.icon-print:before {
  content: "\e605"; }

.icon-play:before {
  content: "\e606"; }

.icon-time:before {
  content: "\e607"; }

.icon-location:before {
  content: "\e608"; }

.icon-mail:before {
  content: "\e60a"; }

.icon-phone:before {
  content: "\e60b"; }

.icon-menu:before {
  content: "\e60c"; }

.icon-list:before {
  content: "\e60d"; }

.icon-grid:before {
  content: "\e60e"; }

.icon-quote:before {
  content: "\e60f"; }

.icon-calendar:before {
  content: "\e610"; }

.icon-next:before {
  content: "\e611"; }

.icon-twitter-3:before {
  content: "\e612"; }

.icon-facebook-3:before {
  content: "\e613"; }

.icon-search:before {
  content: "\e614"; }

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

html, body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  height: auto;
  min-height: 100%;
  background-color: #fff; }
  @media (max-width: 767px) {
    html, body {
      background-color: #f04d46; } }

body {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff; }

.extra-padding-video {
  padding-bottom: 42px !important; }

.extra-padding-social {
  padding: 20px; }

.footer {
  background-color: #eeefef; }

a, input, button, textarea, select {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  a:focus, input:focus, button:focus, textarea:focus, select:focus {
    outline: none; }

a {
  color: #f04d46;
  text-decoration: none;
  /*&:visited {
        color: darken($color-main, 5%);
    }*/ }
  a:active {
    color: #f04d46; }
  a:hover {
    color: #d81812; }

p {
  word-break: break-word; }

input[type="text"], input[type="password"] {
  box-shadow: none;
  border: 2px solid #d6dace;
  padding: 3px 10px;
  height: 40px;
  line-height: 30px; }
  input[type="text"]:focus, input[type="password"]:focus {
    box-shadow: none; }

input.error, input.input-validation-error {
  border-color: #f04d46 !important;
  margin-bottom: 1rem; }
  input.error + small.error, input.error + .field-validation-error, input.input-validation-error + small.error, input.input-validation-error + .field-validation-error {
    background: transparent;
    color: #f04124;
    font-style: normal;
    font-weight: 500;
    font-size: 0.85em;
    padding: 10px 0;
    margin: 0;
    margin-bottom: 15px;
    margin-top: -1rem;
    display: inline-block; }

label {
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

h1, h2, h3, h4 {
  font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f04d46;
  margin-top: 0; }
  h1 a, h2 a, h3 a, h4 a {
    display: inline-block;
    width: 100%; }

h5 {
  font-size: 20px; }

h4 {
  font-size: 22px;
  color: #32373e;
  font-weight: normal;
  margin-bottom: 0px; }

h3 {
  margin-top: 0;
  font-size: 24px; }

p {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  p.red {
    color: #f04d46; }
  p.bold {
    font-weight: bold; }

small {
  font-size: 11px; }

hr {
  border-width: 2px 0 0;
  border-color: #f04d46;
  margin: 10px 0; }
  hr.grey {
    border-color: #d6dace; }
  hr.light-grey {
    border-color: #efefef; }
  hr.no-divide {
    margin: 0; }
  hr.small-divide {
    margin: 8px 0; }
  hr.small {
    border-width: 1px 0 0; }

form .full {
  width: 100%; }
form .half {
  width: 50%; }

table {
  border: none;
  border-top: 2px solid #f04d46;
  background-color: #FFF; }
  table thead {
    background-color: transparent; }
    table thead tr th {
      border-right: 1px solid #e5eaea; }
      table thead tr th:last-child {
        border-right: none; }
  table tbody tr:nth-child(odd) {
    background-color: #f1f3f3; }
  table tbody tr:nth-child(even) {
    background-color: transparent; }
  table tbody tr td {
    border-right: 1px solid #e5eaea; }
    table tbody tr td:last-child {
      border-right: none; }

.button {
  background-color: #d6dace;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .button:hover {
    background-color: #cacfbf !important;
    color: #FFF; }
  .button:active {
    background-color: #f04d46;
    color: #FFF; }

.round-image {
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.6); }

.pagination {
  width: 100%;
  text-align: center;
  padding: 20px 0; }
  .pagination ul {
    display: inline-block;
    margin: 0; }
    .pagination ul li {
      display: inline-block;
      float: left;
      list-style: none;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      text-align: center;
      border-radius: 50%;
      transition: background-color 0.4s; }
      .pagination ul li a {
        color: #000;
        transition: color 0.4s;
        font-size: 12px; }
        .pagination ul li a[class^="icon-"] {
          font-size: 20px;
          color: #d6dace; }
          .pagination ul li a[class^="icon-"]:hover {
            color: #f04d46; }
        .pagination ul li a:hover {
          color: #f04d46; }
      .pagination ul li.active {
        background-color: #f04d46; }
        .pagination ul li.active a {
          color: #FFF; }
          .pagination ul li.active a:hover {
            color: #FFF; }

blockquote {
  border-left: none;
  margin: 0;
  padding: 0; }
  blockquote, blockquote p {
    line-height: 1.3; }

.icon-facebook-1, .icon-twitter-1, .icon-instagram-2 {
  width: 30px;
  height: 30px;
  color: #cad9d9;
  box-shadow: 0 0 0 2px;
  overflow: hidden;
  transition: background 0.2s, color 0.2s, box-shadow 0.1s;
  border-radius: 50%;
  display: inline-block; }
  .icon-facebook-1:before, .icon-twitter-1:before, .icon-instagram-2:before {
    color: #cad9d9;
    width: 30px;
    height: 30px;
    line-height: 0.8;
    margin-left: -5px;
    display: block;
    font-size: 40px; }
  .icon-facebook-1:hover, .icon-twitter-1:hover, .icon-instagram-2:hover {
    box-shadow: none; }
    .icon-facebook-1:hover:before, .icon-twitter-1:hover:before, .icon-instagram-2:hover:before {
      /*color: #FFF !important;*/
      color: #FFF;
      -webkit-animation: toBottomFromTop 0.3s forwards;
      animation: toBottomFromTop 0.3s forwards; }

.icon-twitter-1:hover {
  background-color: #3cf; }

.icon-facebook-1:hover {
  background-color: #3b5998; }

.icon-instagram-2:hover {
  background-color: #306088; }

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%); }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }

  51% {
    opacity: 1; } }

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

  51% {
    opacity: 1; } }

.input-error {
  border-color: #f04d46 !important;
  color: #f04d46; }

.mail {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

ul.red-bullet li {
  padding-left: 20px;
  list-style: none;
  position: relative; }
  ul.red-bullet li:before {
    content: ' ';
    height: 5px;
    width: 5px;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #f04d46; }

.main-content {
  position: relative;
  z-index: 10; }

.respnav--container {
  width: 80%;
  z-index: 1;
  position: fixed;
  display: none; }
  .respnav--container ul {
    list-style-type: none; }

@media (max-width: 768px) {
  .respnav .main-content {
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%); } }

.respnav--toggle span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.respnav .respnav--toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateX(2px) translateY(-3px);
  -ms-transform: rotate(45deg) translateX(2px) translateY(-3px);
  transform: rotate(45deg) translateX(2px) translateY(-3px); }

.respnav .respnav--toggle span:nth-child(2) {
  transition: all 0.5s 0.5s ease;
  opacity: 0; }

.respnav .respnav--toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(1px) translateY(4px);
  -ms-transform: rotate(-45deg) translateX(1px) translateY(4px);
  transform: rotate(-45deg) translateX(1px) translateY(4px); }

.mobile-specific-no-display {
  display: none; }

.mobile-specific {
  display: none; }

.arrow-link {
  position: relative; }
  .arrow-link:before {
    content: ' ';
    bottom: 0;
    height: 2px;
    /* width: 100%; */
    left: 25px;
    width: calc(100% - 75px);
    background-color: #000;
    display: block;
    position: absolute; }

.arrow-link:hover > div.au {
  background-color: #f04d46;
  color: #FFF;
  box-shadow: 0 0 0 3px #e02e3c; }
  .arrow-link:hover > div.au:after {
    color: #FFF;
    -webkit-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards; }

.no-overflow-x {
  overflow-x: hidden; }

.au {
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px;
  color: #d6dace;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s; }
  .au:after {
    font-family: 'icomoon';
    font-size: 14px;
    content: "\e62b";
    text-decoration: none;
    color: #d6dace;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 1.5;
    border-radius: 50%; }
  .au:hover:after {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards; }

.arrow-link {
  color: #f04d46;
  padding-right: 50px;
  transition: background 0.2s, color 0.2s, box-shadow 0.1s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px; }
  .arrow-link.black {
    color: #000; }
    .arrow-link.black:before {
      background-color: #000; }
  .arrow-link.red {
    color: #f04d46; }
    .arrow-link.red:before {
      background-color: #f04d46; }
    .arrow-link.red .au {
      color: #f04d46; }
      .arrow-link.red .au:after {
        color: #f04d46; }
    .arrow-link.red:hover {
      color: #ec1e17; }
      .arrow-link.red:hover:before {
        background-color: #ec1e17; }
      .arrow-link.red:hover .au {
        background-color: #f04d46; }
        .arrow-link.red:hover .au:after {
          color: #FFF; }
  .arrow-link.white {
    color: #FFF; }
    .arrow-link.white:before {
      background-color: #FFF; }
    .arrow-link.white .au {
      color: #FFF; }
      .arrow-link.white .au:after {
        color: #FFF; }
    .arrow-link.white:hover .au {
      background-color: #FFF; }
      .arrow-link.white:hover .au:after {
        color: #f04d46; }
  .arrow-link.grey-icon .au {
    color: #d6dace; }
    .arrow-link.grey-icon .au:after {
      color: #d6dace; }
  .arrow-link:hover .au {
    box-shadow: none !important; }
  .arrow-link:before {
    left: 0;
    background-color: #f04d46;
    width: calc(100% - 50px);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    height: 1px; }
  .arrow-link .au:after {
    text-align: center; }

.youtube-video {
  cursor: pointer;
  position: relative; }
  .youtube-video img {
    min-width: 100%; }
  .youtube-video:hover .youtube-video-play-button:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .youtube-video .youtube-video-play-button:before {
    content: "\e606";
    font-family: icomoon;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 45%;
    left: calc(50% - 50px);
    top: 45%;
    top: calc(50% - 50px);
    color: #fff;
    font-size: 100px;
    text-align: center;
    line-height: 100px;
    pointer-events: none;
    z-index: 3;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .aside-module .youtube-video .youtube-video-play-button:before {
      font-size: 75px; }
  .youtube-video.no-overlay:before {
    display: none; }
  .youtube-video:hover:before {
    background-color: transparent; }
  .youtube-video.video-active:before {
    width: 0%;
    height: 0%;
    background-color: transparent; }

.center-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute; }
  .center-vertical:before {
    content: ' ';
    width: 100%;
    position: relative;
    height: 1px;
    background-color: transparent; }

.center-both {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute; }

@media (max-width: 768px) {
  .mobile-no-center {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.bold {
  font-weight: bold; }

.float-right-desktop {
  float: right; }

.grid-padding-top {
  padding-top: 0.9375rem; }

.grid-padding-bottom {
  padding-bottom: 0.9375rem; }

.row {
  position: relative;
  max-width: 1220px; }
  .row .row {
    max-width: 100%;
    margin: 0; }

.box {
  padding: 20px; }
  .box.red {
    background-color: #f04d46; }
    .box.red h1, .box.red h2, .box.red h3, .box.red h4, .box.red h5, .box.red h6, .box.red p, .box.red a {
      color: #fff; }

#_atssh {
  display: none; }

/*****************************************
  Header
*****************************************/
.header {
  background-color: #f04d46;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0; }
  @media (min-width: 769px) {
    .cookies:not(.closed) + .header {
      margin-top: 80px; } }
  .header__logo {
    width: 100%;
    margin: 42px 0;
    float: left; }
    .header__logo img {
      width: auto;
      height: auto;
      min-height: 60px;
      max-width: 60px;
      max-height: 60px;
      float: left;
      -webkit-user-drag: none; }
      @media (max-width: 768px) {
        .header__logo img {
          min-height: 0px;
          max-height: 40px;
          margin-top: -3.5px; } }
    .header__logo h1 {
      margin: 0;
      margin-top: 0 !important;
      padding-top: 0;
      text-transform: uppercase;
      float: left;
      display: inline-block;
      color: #fff;
      font-weight: 600;
      font-size: 2.47em;
      letter-spacing: 3.2px;
      -webkit-font-smoothing: antialiased;
      margin-left: 15px;
      line-height: 60px; }
      @media (min-width: 420px) and (max-width: 768px) {
        .header__logo h1 {
          font-size: 1.4em;
          letter-spacing: 1px;
          margin-top: 0;
          line-height: 36px; } }
      @media (max-width: 420px) {
        .header__logo h1 {
          font-size: 1.2em;
          margin-top: 0;
          line-height: 36px;
          letter-spacing: 0px;
          margin-left: 10px; } }
    .header__logo small {
      text-transform: uppercase;
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      color: #fff;
      font-size: 16px;
      display: block;
      margin-top: 15px; }
      @media (max-width: 768px) {
        .header__logo small {
          opacity: 0.8;
          font-size: 10px;
          min-width: 50%;
          margin-top: -3px; } }
      .header__logo small:before {
        clear: both;
        width: 0;
        height: 0;
        display: table;
        content: ''; }
  .header .subnav {
    position: absolute;
    top: 0;
    right: 0; }
    .header .subnav__mobile-icon {
      display: none; }
    .header .subnav__list {
      list-style-type: none;
      display: inline-block;
      margin: 0; }
      .header .subnav__list__item {
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        display: inline-block;
        float: left;
        font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        padding-left: 0; }
        .header .subnav__list__item a {
          display: inline-block;
          padding: 14px 12.5px;
          line-height: 1;
          font-size: 12px;
          font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          background-color: #e02e3c;
          color: #fff;
          position: relative; }
          .header .subnav__list__item a:before {
            content: ' ';
            height: 10px;
            width: 2px;
            background-color: #f04d46;
            display: block;
            position: absolute;
            left: -1px;
            top: 15px; }
          .header .subnav__list__item a:after {
            transition: background-color 0.2s;
            content: ' ';
            position: absolute;
            height: 2px;
            background-color: #e02e3c;
            display: block;
            top: 28px;
            left: 14px;
            width: calc(100% - 26px); }
          .header .subnav__list__item a:hover:after {
            background-color: #FFF; }
        .header .subnav__list__item:first-child > a {
          padding-left: 25px; }
          .header .subnav__list__item:first-child > a:before {
            display: none; }
          .header .subnav__list__item:first-child > a:after {
            left: 26px;
            width: calc(100% - 37px); }
        .header .subnav__list__item:nth-last-child(2) > a {
          padding-right: 25px; }
          .header .subnav__list__item:nth-last-child(2) > a:after {
            left: 13px;
            width: calc(100% - 38px); }
        .header .subnav__list__item--search .searchfield {
          width: 80px;
          height: 40px;
          background-color: #eeefef;
          padding: 14px;
          font-size: 12px;
          cursor: pointer;
          color: #f04d46; }
          .header .subnav__list__item--search .searchfield:before {
            font-family: "icomoon";
            content: "\e614";
            font-size: 20px;
            top: 10px;
            right: 10px; }
          .header .subnav__list__item--search .searchfield input {
            line-height: 1.5; }
            .header .subnav__list__item--search .searchfield input::-webkit-input-placeholder {
              line-height: 1.5; }
            .header .subnav__list__item--search .searchfield input:-moz-placeholder {
              line-height: 1.5; }
            .header .subnav__list__item--search .searchfield input:-ms-input-placeholder {
              line-height: 1.5; }
  .header .nav {
    font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background-color: #fff;
    float: none;
    clear: both;
    width: 100%;
    z-index: 201;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .header .nav .row {
      overflow: hidden; }
    .header .nav__small-logo {
      width: 40px;
      height: 40px;
      background-size: 40px;
      margin: 10px 5px 0 0;
      background-repeat: no-repeat;
      background-image: url('../img/logo.png');
      background-size: auto 40px;
      background-size: cover;
      background-position: left center;
      display: inline-block;
      float: left;
      margin-left: -90px;
      transition: all 0.5s linear; }
      .header .nav__small-logo.alternative {
        background-image: url('../img/rose.png'); }
    .header .nav__search {
      font-family: 'icomoon' !important;
      transition: all 0.5s linear;
      display: inline-block;
      position: relative;
      float: right;
      height: 60px;
      width: 50px;
      margin-right: -50px; }
      .header .nav__search:before {
        position: absolute;
        top: 14px;
        right: 9px; }
      .header .nav__search .search__input {
        position: absolute;
        width: 387px;
        padding: 0 50px 0 15px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        line-height: 1.5;
        top: -60px;
        opacity: 0;
        pointer-events: none; }
      .header .nav__search .inputfield {
        top: 60px; }
      .header .nav__search.open .inputfield {
        overflow: visible; }
      .header .nav__search.open .search__input {
        font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        top: 0;
        opacity: 1;
        pointer-events: initial;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
    .header .nav__list {
      list-style-type: none;
      margin: 0;
      width: 100%;
      display: block; }
      .header .nav__list__item {
        float: left;
        display: inline-block;
        height: 60px;
        padding: 0; }
        .header .nav__list__item:first-child {
          padding-left: 0px; }
          .header .nav__list__item:first-child a {
            padding-left: 0; }
        .header .nav__list__item:last-child a:after {
          display: none; }
        .header .nav__list__item a {
          line-height: 60px;
          color: #32373e;
          display: inline-block;
          text-align: center;
          width: 100%;
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          position: relative;
          padding: 0 20px;
          min-width: 65px;
          text-align: center; }
          @media (max-width: 1080px) {
            .header .nav__list__item a {
              font-size: 1em; } }
          .header .nav__list__item a:hover {
            color: #f04d46; }
          .header .nav__list__item a:after {
            background-color: #f04d46;
            position: absolute;
            content: '';
            height: 16px;
            width: 2px;
            display: inline-block;
            right: 0px;
            top: 22px; }
    .header .nav__social {
      padding-top: 15px;
      float: right;
      display: inline-block; }
      .header .nav__social a {
        width: 30px;
        height: 30px;
        display: block;
        margin-left: 20px;
        float: left; }
        .header .nav__social a__icon-instagram-2 {
          padding-top: -10px !important; }
        .header .nav__social a[class^='icon-instagram-2']:before {
          font-size: 21px !important;
          margin-left: 5px; }
        .header .nav__social a:before {
          font-size: 40px;
          color: #cad9d9;
          line-height: 30px; }
        .header .nav__social a:hover:before {
          color: #FFF; }

.cookies {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #d6dace;
  overflow: hidden;
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(0%) translateZ(0);
  transform: translateY(0%) translateZ(0);
  z-index: 1900;
  position: fixed;
  left: 0;
  width: 100%;
  padding: 15px 0; }
  @media (min-width: 769px) {
    .cookies {
      top: 0;
      height: 80px;
      max-height: 80px; } }
  @media (max-width: 768px) {
    .cookies {
      bottom: 0; } }
  .cookies p {
    padding-top: 13px;
    line-height: 1.6;
    margin: 0;
    padding: 0; }
    .cookies p a {
      color: #000;
      text-transform: none; }
      .cookies p a:hover {
        color: #f04d46; }
        .cookies p a:hover:before {
          background-color: #f04d46; }
      .cookies p a:before {
        background-color: #000; }
  .cookies .cookie-button {
    background-color: #32373e;
    border-radius: 2px;
    margin-top: 8px;
    padding: 7px 20px;
    width: 142px;
    margin: 8px auto;
    display: block;
    color: #FFF; }
    .cookies .cookie-button:hover {
      background-color: #f04d46; }
  .cookies.closed {
    opacity: 0;
    pointer-events: none; }
    @media (max-width: 768px) {
      .cookies.closed {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%); } }
    @media (min-width: 769px) {
      .cookies.closed {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); } }

.searchfield {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  position: relative;
  z-index: 10;
  cursor: pointer; }
  .searchfield:before {
    position: absolute;
    font-size: 30px;
    right: 5px;
    top: 5px;
    color: #f04d46;
    z-index: 10; }
  .searchfield .inputfield {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 40px;
    max-height: 0;
    overflow: hidden; }
    .searchfield .inputfield input {
      width: 342px;
      height: 60px;
      padding: 0 50px 0 25px;
      right: 0;
      color: #f04d46;
      font-size: 14px;
      box-shadow: none;
      border: none;
      z-index: -1; }
    .searchfield .inputfield .close {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      height: 60px; }
      .searchfield .inputfield .close:before {
        position: absolute;
        right: 25px;
        top: 25px;
        z-index: 15; }
  .searchfield.open {
    background-color: #eeefef; }
    .searchfield.open .inputfield {
      max-height: 1000px; }

.fixed-nav .header {
  height: 203px; }
.fixed-nav .nav {
  position: fixed;
  top: 0;
  z-index: 201; }
  .fixed-nav .nav__search {
    margin-right: 0px;
    margin-left: 10px; }
  .fixed-nav .nav .row {
    overflow: visible; }
  .fixed-nav .nav__small-logo {
    margin-left: 0; }

/*****************************************
  Footer
*****************************************/
.footer {
  padding-top: 85px;
  margin-top: 60px; }
  @media (max-width: 768px) {
    .footer {
      margin-top: 0; } }
  .footer h4 {
    font-weight: normal; }
  .footer ul {
    margin-left: 0; }
    .footer ul li {
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      list-style: none;
      position: relative;
      margin: 10px 0;
      font-size: 14px; }
      .footer ul li[class^="icon-"], .footer ul li[class*=" icon-"] {
        padding-left: 25px;
        margin: 15px 0;
        line-height: 1.5; }
      .footer ul li.icon-instagram:before {
        content: '\e639';
        font-size: 20px; }
      .footer ul li a {
        color: #32373e;
        word-break: break-word; }
        .footer ul li a:hover {
          color: #f04d46; }
      .footer ul li:before {
        font-family: 'icomoon';
        position: absolute;
        font-size: 22px;
        left: 0;
        top: -5px; }
  .footer .rose {
    margin-top: 70px;
    width: 121px;
    height: 113px;
    display: block;
    margin: 0 auto; }
  .footer .blue-footer {
    height: 40px;
    overflow-y: hidden;
    margin-top: 60px;
    background-color: #32373e; }
    .footer .blue-footer ul {
      margin-bottom: 0; }
      .footer .blue-footer ul li {
        list-style: none;
        display: inline-block; }
        .footer .blue-footer ul li a {
          font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 11px;
          color: #FFF;
          padding: 12px 15px; }
          .footer .blue-footer ul li a:hover {
            color: #EEE; }

ul, ol {
  padding: 0; }

.soc-aside h3 {
  color: #f04d46; }
.soc-aside .aside-module {
  padding: 20px;
  margin-bottom: 30px;
  position: relative; }
  .soc-aside .aside-module .related-articles__article .date, .soc-aside .aside-module .related-articles__article h6 {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .soc-aside .aside-module .related-articles__article .date {
    margin-bottom: 0;
    font-size: 12px;
    color: #8a8a8a; }
  .soc-aside .aside-module .related-articles__article h6 {
    font-size: 13px;
    font-weight: normal; }
    .soc-aside .aside-module .related-articles__article h6 a {
      color: #000; }
  .soc-aside .aside-module .related-articles hr {
    border-width: 1px;
    border-color: #d6dace;
    margin: 10px 0; }
  .soc-aside .aside-module .au {
    padding-left: 0; }
    .soc-aside .aside-module .au:before {
      width: calc(100% - 50px); }
.soc-aside .date-picker-module ul {
  float: left;
  width: 100%;
  margin: 0; }
  .soc-aside .date-picker-module ul li {
    border-radius: 2px;
    border: 1px solid #d6dace;
    width: 22%;
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 2.5px 2%;
    float: left;
    transition: background-color 0.4s, border 0.4s; }
    .soc-aside .date-picker-module ul li a {
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: uppercase;
      color: #f04d46;
      font-size: 12px;
      padding: 4px 0;
      transition: color 0.4s;
      width: 100%;
      display: block; }
    .soc-aside .date-picker-module ul li.selected {
      border: 1px solid transparent;
      background-color: #f04d46; }
      .soc-aside .date-picker-module ul li.selected a {
        color: #FFF; }
    .soc-aside .date-picker-module ul li:nth-child(4n+1) {
      margin-left: 0; }
    .soc-aside .date-picker-module ul li:nth-child(4n) {
      margin-right: 0; }
.soc-aside .date-picker-module .date-select-all {
  color: #f04d46;
  float: right;
  margin-top: 10px; }
.soc-aside .year-picker-module select {
  width: 135px;
  border: 2px solid #d6dace;
  padding: 10px 10px;
  color: #000;
  font-size: 12px;
  height: 40px; }
.soc-aside .media-box {
  padding: 0; }
  .soc-aside .media-box__media .flex-video {
    margin-bottom: 0; }
  .soc-aside .media-box__content {
    padding: 20px; }
    .soc-aside .media-box__content p {
      margin-bottom: 0; }
.soc-aside .link-box h3 {
  margin-bottom: 0; }
.soc-aside .link-box hr {
  margin: 10px 0 15px 0; }
.soc-aside .link-box ul {
  margin-top: 0;
  margin-left: 1.2rem; }
  .soc-aside .link-box ul li {
    list-style: none;
    position: relative;
    margin: 17px 0; }
    .soc-aside .link-box ul li:before {
      font-family: 'icomoon';
      content: "\e62b";
      position: absolute;
      left: -18px;
      top: 2px;
      font-size: 13px;
      color: #f04d46; }
    .soc-aside .link-box ul li a {
      color: #000;
      font-size: 13px;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 600; }
      .soc-aside .link-box ul li a:hover {
        color: #f04d46; }
.soc-aside .grey-box {
  background-color: #f1f3f3; }
.soc-aside .red-box {
  background-color: #f04d46;
  color: #FFF; }
  .soc-aside .red-box h1, .soc-aside .red-box h2, .soc-aside .red-box h3, .soc-aside .red-box h4, .soc-aside .red-box h5, .soc-aside .red-box h6, .soc-aside .red-box p {
    color: #FFF; }
.soc-aside .red-border {
  border: 2px solid #f04d46; }
.soc-aside .politician-box {
  position: relative; }
  .soc-aside .politician-box .person-part {
    background: #FFF;
    padding: 16px;
    margin-top: 120px; }
    .soc-aside .politician-box .person-part .image {
      position: absolute;
      top: -80px;
      left: 50%;
      margin-left: -77.5px; }
    .soc-aside .politician-box .person-part .image div {
      height: 155px;
      width: 155px;
      margin-left: calc(50% - 72.5px); }
    .soc-aside .politician-box .person-part .persona {
      padding-top: 70px; }
      .soc-aside .politician-box .person-part .persona .name, .soc-aside .politician-box .person-part .persona .name * {
        color: #f04d46;
        font-size: 26px;
        font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-weight: normal; }
      .soc-aside .politician-box .person-part .persona a {
        font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .soc-aside .politician-box .person-part .persona .title {
        font-size: 13px;
        margin-bottom: 0; }
      .soc-aside .politician-box .person-part .persona .main-area {
        text-transform: uppercase;
        font-weight: bold; }
  .soc-aside .politician-box .contact-part {
    -webkit-filter: none;
    filter: none;
    background: #f4f4f4;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */
    padding: 16px; }
    .soc-aside .politician-box .contact-part .phone div, .soc-aside .politician-box .contact-part .mail div {
      position: relative;
      display: inline-block;
      padding-left: 30px;
      margin: 9px 0;
      font-size: 13px; }
      .soc-aside .politician-box .contact-part .phone div a, .soc-aside .politician-box .contact-part .mail div a {
        color: #000; }
        .soc-aside .politician-box .contact-part .phone div a:hover, .soc-aside .politician-box .contact-part .mail div a:hover {
          color: #f04d46; }
      .soc-aside .politician-box .contact-part .phone div:before, .soc-aside .politician-box .contact-part .mail div:before {
        font-size: 24px;
        color: #cad9d9;
        position: absolute;
        top: -3px;
        left: 0px; }
    .soc-aside .politician-box .contact-part .social {
      margin: 0;
      float: right; }
      .soc-aside .politician-box .contact-part .social .icon-twitter-1, .soc-aside .politician-box .contact-part .social .icon-facebook-1 {
        font-size: 30px;
        width: 24px;
        height: 24px;
        color: #cad9d9;
        margin-top: 3px; }
        .soc-aside .politician-box .contact-part .social .icon-twitter-1:before, .soc-aside .politician-box .contact-part .social .icon-facebook-1:before {
          font-size: 32px;
          margin-left: -4px; }
    .soc-aside .politician-box .contact-part .more {
      color: #f04d46;
      padding: 0 30px 0 0;
      float: right; }
      .soc-aside .politician-box .contact-part .more:before {
        background-color: #f04d46;
        width: calc(100% - 30px);
        left: 0; }
      .soc-aside .politician-box .contact-part .more:after {
        content: '';
        display: none; }
      .soc-aside .politician-box .contact-part .more .au {
        right: 0; }
    .soc-aside .politician-box .contact-part hr {
      margin-bottom: 10px; }
  .soc-aside .politician-box .politician {
    box-shadow: 0 0 5px #eeefef; }

#subscribe-result, #subscribe-result-splash {
  padding-top: 10px; }

.sidenav {
  margin-bottom: 40px; }
  .sidenav__section-title {
    background-color: #f04d46 !important;
    text-transform: uppercase;
    list-style: none;
    font-weight: bold;
    color: #fff;
    padding: 8px 20px; }
    .sidenav__section-title a {
      padding: 0;
      color: #FFF !important;
      cursor: default; }

._404 section {
  margin-bottom: 0; }
._404__content {
  height: 400px;
  background-color: #d6dace;
  background-image: url('../img/404-pattern.png');
  background-position: center; }
  ._404__content__icon {
    width: 54px;
    height: 76px;
    display: block;
    margin: 70px auto 10px auto;
    background-image: url('../img/pin.png'); }
  ._404__content h1, ._404__content p {
    text-align: center; }
  ._404__content h1 {
    font-size: 32px; }
  ._404__content p {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto; }
    ._404__content p a {
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: underline; }
  ._404__content p {
    font-size: 18px; }
._404__search-field {
  background-color: #f3f4f0;
  padding: 20px 0;
  padding-bottom: 100px;
  position: relative; }
  @media (max-width: 768px) {
    ._404__search-field {
      padding-bottom: 10px; } }
  ._404__search-field .arrow-up {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -7.5px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f3f4f0; }
  ._404__search-field .search-form input {
    float: left; }
  ._404__search-field .search-form input[type="text"] {
    display: inline-block;
    width: 70%;
    margin-right: 10px; }
  ._404__search-field .search-form input[type="submit"] {
    width: calc(30% - 10px); }
._404 footer {
  margin-top: 0; }

.donation {
  -webkit-font-smoothing: antialiased;
  /* Yoko */ }
  .donation .pad-none {
    padding: 0; }
  .donation .show-medium-up {
    display: none !important; }
    @media (min-width: 1025px) {
      .donation .show-medium-up {
        display: block !important; } }
  .donation .show-small-only {
    display: none !important; }
    @media (max-width: 1024px) {
      .donation .show-small-only {
        display: block !important; } }
  .donation__window {
    width: 100%;
    background-color: #f24b40;
    height: 120px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .donation__window {
        height: 110px; } }
    @media (max-width: 767px) {
      .donation__window {
        height: 250px; } }
    @media (max-width: 484px) {
      .donation__window {
        height: 300px; } }
    .donation__window__logo.columns {
      padding: 0; }
    .donation__window__logo a {
      height: 100%;
      width: 100%; }
      .donation__window__logo a img {
        max-width: 85px;
        max-height: 85px;
        -webkit-user-drag: none;
        margin: 17.5px; }
        @media (min-width: 768px) and (max-width: 1050px) {
          .donation__window__logo a img {
            width: 50px;
            height: 50px;
            margin: 25px 0 5px 5px; } }
        @media (max-width: 767px) {
          .donation__window__logo a img {
            width: 50px;
            height: 50px;
            margin: 15px 0 0 5px; } }
    .donation__window__message, .donation__window__tak__message {
      height: 80px;
      /*Padding for 2 lines text*/
      padding: 15px 30px;
      /*Padding for 1 line text*/
      /*padding: 25px 30px;*/
      color: #fff !important;
      display: block; }
      @media (max-width: 767px) {
        .donation__window__message, .donation__window__tak__message {
          padding: 15px 0 15px 10px;
          width: 100%;
          height: 115px; }
          .donation__window__message p, .donation__window__tak__message p {
            line-height: 22px; } }
      @media (max-width: 484px) {
        .donation__window__message, .donation__window__tak__message {
          height: 160px; } }
      @media (min-width: 768px) and (max-width: 1050px) {
        .donation__window__message, .donation__window__tak__message {
          padding: 15px 0 0 10px;
          height: 100%; } }
      .donation__window__message h1, .donation__window__tak__message h1 {
        font-size: 24px;
        color: #fff !important;
        font-weight: bold; }
      .donation__window__message p, .donation__window__tak__message p {
        font-size: 14px; }
    @media (min-width: 485px) and (max-width: 767px) {
      .donation__window__button, .donation__window__tak__button {
        width: 100%;
        margin-top: 0; } }
    @media (max-width: 767px) {
      .donation__window__button, .donation__window__tak__button {
        width: 100%; } }
    @media (min-width: 1025px) {
      .donation__window__button, .donation__window__tak__button {
        width: 220px; } }
    .donation__window__button .donate-more, .donation__window__tak__button .donate-more {
      border: none !important;
      display: block;
      color: #fff;
      background: none;
      position: relative;
      padding: 13px 30px 10px 0px;
      font-size: 14px;
      text-transform: uppercase;
      right: 5px;
      margin-top: 15px;
      text-align: right; }
      .donation__window__button .donate-more:hover:after, .donation__window__tak__button .donate-more:hover:after {
        right: 0; }
      .donation__window__button .donate-more:after, .donation__window__tak__button .donate-more:after {
        font-family: 'icomoon';
        font-size: 14px;
        content: "\e62b";
        text-decoration: none;
        color: #fff;
        display: block;
        line-height: 1.5;
        position: absolute;
        top: 12px;
        right: 5px; }
      @media (min-width: 767px) {
        .donation__window__button .donate-more, .donation__window__tak__button .donate-more {
          margin-top: 35px; } }
      @media (min-width: 1025px) {
        .donation__window__button .donate-more, .donation__window__tak__button .donate-more {
          width: 220px;
          right: 54px;
          text-align: center;
          margin-top: 40px; } }
    .donation__window__button .donate, .donation__window__tak__button .donate {
      display: block;
      color: #fff;
      border: 2px solid #d6dacd;
      background: none;
      position: absolute;
      padding: 14px 0 10px 60px;
      margin-top: 35px;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      right: 30px; }
      @media (min-width: 1025px) {
        .donation__window__button .donate, .donation__window__tak__button .donate {
          width: 220px; } }
      .donation__window__button .donate:hover, .donation__window__button .donate:focus, .donation__window__tak__button .donate:hover, .donation__window__tak__button .donate:focus {
        background-color: #dfe1d9;
        color: #222; }
        .donation__window__button .donate:hover:after, .donation__window__button .donate:focus:after, .donation__window__tak__button .donate:hover:after, .donation__window__tak__button .donate:focus:after {
          color: #222; }
      .donation__window__button .donate:after, .donation__window__tak__button .donate:after {
        font-family: 'icomoon';
        font-size: 14px;
        content: "\e62b";
        text-decoration: none;
        color: #fff;
        float: right;
        display: block;
        line-height: 1.5;
        padding: 0 15px 0 40px; }
      @media (min-width: 640px) and (max-width: 767px) {
        .donation__window__button .donate, .donation__window__tak__button .donate {
          width: 98%;
          right: 10px;
          text-align: center;
          margin-top: 0; } }
      @media (max-width: 640px) {
        .donation__window__button .donate, .donation__window__tak__button .donate {
          width: 97%;
          right: 5px;
          text-align: center;
          margin-top: 0; } }
      @media (max-width: 484px) {
        .donation__window__button .donate, .donation__window__tak__button .donate {
          width: 96%;
          right: 5px; } }
      @media (min-width: 768px) and (max-width: 1049px) {
        .donation__window__button .donate, .donation__window__tak__button .donate {
          padding: 12px 0 10px 40px;
          margin-top: 33px;
          right: 5px; }
          .donation__window__button .donate:after, .donation__window__tak__button .donate:after {
            padding: 0 15px; } }
  .donation__options.columns {
    margin: 30px 0 0 0;
    padding: 0 !important; }
  .donation__options {
    width: 100%;
    display: none;
    background: #f7f7f7; }
    .donation__options__description .columns {
      padding: 0 !important; }
    .donation__options__description {
      background: #f2f2f2;
      border-top: 2px solid #f24b40;
      height: 220px;
      margin: 0;
      margin-top: -48px;
      padding: 15px; }
      .donation__options__description h2 {
        font-size: 24px;
        line-height: 24px; }
      @media (max-width: 767px) {
        .donation__options__description {
          width: 100%;
          height: auto;
          padding: 15px;
          margin-top: 0; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .donation__options__description {
          width: 100%;
          margin-top: 0;
          height: auto;
          margin-top: 0; } }
    .donation__options .tabs-nav-mask {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0);
      z-index: 9999; }
    .donation__options__tabs.columns {
      float: right;
      padding: 0 !important; }
    .donation__options__tabs.tab-title.columns {
      padding: 0 !important; }
    .donation__options .tabs {
      padding: 0 !important; }
      @media (min-width: 1025px) and (max-width: 1049px) {
        .donation__options .tabs .large-9 {
          width: 33.33333%; } }
      .donation__options .tabs:first-child:before, .donation__options .tabs:first-child:after {
        display: none; }
      .donation__options .tabs li.tab-title {
        background-color: #dfe1d9;
        height: 48px; }
        @media (max-width: 767px) {
          .donation__options .tabs li.tab-title {
            width: 20%; }
            .donation__options .tabs li.tab-title.active {
              width: 60%; }
              .donation__options .tabs li.tab-title.active a {
                padding: 15px 0px 15px 10px; }
                .donation__options .tabs li.tab-title.active a .number {
                  height: 27px;
                  width: 27px;
                  padding-top: 0;
                  margin-right: 5px;
                  margin-top: -4px;
                  margin-left: 5px; }
                .donation__options .tabs li.tab-title.active a .tab {
                  display: block !important; } }
        .donation__options .tabs li.tab-title.completed {
          border-top: 2px solid #f24b40;
          height: 48px; }
        .donation__options .tabs li.tab-title a {
          background: none;
          color: #222;
          font-weight: 600;
          padding: 1rem 1em;
          font-size: 16px;
          font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          padding-top: 12px; }
          @media (max-width: 767px) {
            .donation__options .tabs li.tab-title a {
              padding-top: 15px; } }
        .donation__options .tabs li.tab-title .number {
          background: #fff;
          color: #222;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          line-height: 25px;
          float: left;
          margin-right: 20px;
          text-align: center;
          font-size: 14px;
          font-weight: 600;
          margin-top: -3px;
          padding-top: 3px;
          padding-left: 0px; }
          @media (max-width: 767px) {
            .donation__options .tabs li.tab-title .number {
              height: 27px;
              width: 27px;
              padding-top: 2px;
              margin-right: 5px;
              margin-top: -4px;
              margin-left: 5px; } }
        .donation__options .tabs li.tab-title .tab {
          display: block; }
        @media (max-width: 767px) {
          .donation__options .tabs li.tab-title .tab {
            display: none !important; } }
        .donation__options .tabs li.tab-title:after {
          content: '';
          position: absolute;
          top: 0;
          right: -10px;
          display: block;
          width: 0;
          height: 0;
          border-top: 24px solid transparent;
          border-bottom: 24px solid transparent;
          border-left: 10px solid #8f9385;
          z-index: 15; }
        .donation__options .tabs li.tab-title:before {
          content: '';
          position: absolute;
          top: 0;
          right: -8px;
          display: block;
          width: 0;
          height: 0;
          border-top: 24px solid transparent;
          border-bottom: 24px solid transparent;
          border-left: 9px solid #DFE1D9;
          z-index: 16; }
        .donation__options .tabs li.tab-title.active:before {
          content: '';
          position: absolute;
          top: 0;
          right: -8px;
          display: block;
          width: 0;
          height: 0;
          border-top: 24px solid transparent;
          border-bottom: 24px solid transparent;
          border-left: 10px solid #f24b40;
          z-index: 16; }
        .donation__options .tabs li.tab-title.active:after {
          content: '';
          position: absolute;
          top: 0;
          right: -10px;
          display: block;
          width: 0;
          height: 0;
          border-top: 24px solid transparent;
          border-bottom: 24px solid transparent;
          border-left: 10px solid #f24b40;
          z-index: 15; }
        .donation__options .tabs li.tab-title:last-child:after, .donation__options .tabs li.tab-title:last-child:before {
          display: none; }
      .donation__options .tabs li:first-child.active {
        border-left-color: #f24b40; }
      .donation__options .tabs li.tab-title.active {
        background-color: #f24b40;
        border: none;
        padding: 0; }
        .donation__options .tabs li.tab-title.active a {
          color: #fff;
          font-weight: 600; }
          @media (max-width: 767px) { }
        .donation__options .tabs li.tab-title.active .number {
          background: none;
          border: 2px solid #fff;
          color: #fff;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          line-height: 25px;
          float: left;
          margin-right: 20px;
          text-align: center;
          font-size: 14px;
          margin-top: -3px;
          padding-top: 1px;
          padding-left: 0px; }
    .donation__options .tabs-content * {
      outline: none; }
    .donation__options__content.tabs-content {
      padding: 0 !important;
      margin-bottom: 0; }
      .donation__options__content.tabs-content section.content {
        padding: 0 !important; }
        .donation__options__content.tabs-content section.content .buttons.columns {
          padding: 0 !important; }
        .donation__options__content.tabs-content section.content .buttons-wrapper {
          margin-left: auto;
          margin-right: auto;
          margin-top: 15px; }
          @media (max-width: 449px) {
            .donation__options__content.tabs-content section.content .buttons-wrapper {
              width: 215px; } }
          @media (min-width: 450px) and (max-width: 767px) {
            .donation__options__content.tabs-content section.content .buttons-wrapper {
              width: 410px; } }
          @media (min-width: 768px) and (max-width: 1024px) {
            .donation__options__content.tabs-content section.content .buttons-wrapper {
              width: 600px; } }
        .donation__options__content.tabs-content section.content a.amount {
          font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          background: none;
          border: 3px solid #dfe1d9;
          color: #222;
          border-radius: 50%;
          width: 100px;
          height: 100px;
          line-height: 95px;
          float: left;
          margin: 20px 20px 20px 29px;
          text-align: center;
          font-size: 24px;
          font-weight: 600; }
          .donation__options__content.tabs-content section.content a.amount:hover, .donation__options__content.tabs-content section.content a.amount.active {
            background-color: #DFE1D9; }
          .donation__options__content.tabs-content section.content a.amount:after {
            content: ' kr.';
            font-weight: 400; }
          @media (max-width: 767px) {
            .donation__options__content.tabs-content section.content a.amount {
              width: 90px;
              height: 90px;
              line-height: 90px;
              margin: 20px 6px;
              font-size: 22px; } }
          @media (max-width: 449px) {
            .donation__options__content.tabs-content section.content a.amount {
              margin: 6px; } }
        .donation__options__content.tabs-content section.content .amount.andet {
          padding: 0; }
          .donation__options__content.tabs-content section.content .amount.andet:after {
            display: none; }
        .donation__options__content.tabs-content section.content .andet-input {
          font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          background: #DFE1D9;
          color: #222;
          border-radius: 50%;
          width: 100px;
          height: 100px;
          line-height: 45px;
          float: left;
          margin: 20px 20px 20px 29px;
          text-align: center;
          font-size: 24px;
          border: 3px solid #dfe1d9;
          font-weight: 600; }
          .donation__options__content.tabs-content section.content .andet-input:hover, .donation__options__content.tabs-content section.content .andet-input:focus, .donation__options__content.tabs-content section.content .andet-input:active {
            padding: 0 !important; }
          .donation__options__content.tabs-content section.content .andet-input input.andet-amount {
            border: none;
            box-shadow: none;
            background: none;
            font-size: 22px;
            border-bottom: 2px solid #bac0ae;
            padding: 0;
            height: 30px;
            line-height: 30px;
            margin-top: 30px;
            text-align: center;
            width: 80%;
            margin-left: 10%; }
            .donation__options__content.tabs-content section.content .andet-input input.andet-amount:active, .donation__options__content.tabs-content section.content .andet-input input.andet-amount:hover, .donation__options__content.tabs-content section.content .andet-input input.andet-amount:focus {
              padding: 0; }
          @media (max-width: 767px) {
            .donation__options__content.tabs-content section.content .andet-input {
              width: 90px;
              height: 90px;
              padding: 9px 5px;
              margin: 20px 6px; } }
        .donation__options__content.tabs-content section.content .back {
          height: 30px;
          width: 20px;
          background: #32373e;
          margin-top: 70px;
          display: block; }
          @media (max-width: 1024px) {
            .donation__options__content.tabs-content section.content .back {
              margin-top: 30px; } }
          .donation__options__content.tabs-content section.content .back:hover:before, .donation__options__content.tabs-content section.content .back:hover:after {
            width: 45px; }
          .donation__options__content.tabs-content section.content .back:hover a.back-link:before {
            left: 10px; }
          .donation__options__content.tabs-content section.content .back a.back-link {
            height: 30px;
            width: 20px; }
            .donation__options__content.tabs-content section.content .back a.back-link:before {
              font-family: 'icomoon';
              content: '\e635';
              display: block;
              font-size: 14px;
              border: none;
              text-decoration: none;
              color: #fff;
              display: block;
              line-height: 30px;
              position: absolute;
              left: 2px;
              z-index: 30; }
          .donation__options__content.tabs-content section.content .back:before, .donation__options__content.tabs-content section.content .back:after {
            content: '';
            position: absolute;
            bottom: 100%;
            width: 35px;
            box-sizing: border-box; }
          .donation__options__content.tabs-content section.content .back:before {
            border-top: 15px solid #32373e;
            border-right: 15px solid transparent;
            top: 70px; }
            @media (max-width: 1024px) {
              .donation__options__content.tabs-content section.content .back:before {
                top: 30px; } }
          .donation__options__content.tabs-content section.content .back:after {
            bottom: 0;
            border-bottom: 15px solid #32373e;
            border-right: 15px solid transparent; }
        .donation__options__content.tabs-content section.content .next {
          height: 30px;
          width: 110px;
          color: #fff;
          background: #32373e;
          margin-top: 70px;
          display: block; }
          .donation__options__content.tabs-content section.content .next:hover {
            width: 120px; }
          @media (max-width: 1024px) {
            .donation__options__content.tabs-content section.content .next {
              margin-top: 30px; } }
          .donation__options__content.tabs-content section.content .next a {
            font-size: 12px;
            color: #fff;
            padding: 6px 0px 5px 0;
            position: absolute;
            text-transform: uppercase; }
            @media (max-width: 767px) {
              .donation__options__content.tabs-content section.content .next a {
                padding-top: 7px; } }
            .donation__options__content.tabs-content section.content .next a:after {
              font-family: 'icomoon';
              font-size: 14px;
              content: "\e62b";
              text-decoration: none;
              color: #fff;
              float: right;
              display: block;
              line-height: 20px;
              padding: 0 0 0 10px; }
              @media (max-width: 767px) {
                .donation__options__content.tabs-content section.content .next a:after {
                  margin-top: -1.5px; } }
          .donation__options__content.tabs-content section.content .next:before, .donation__options__content.tabs-content section.content .next:after {
            content: '';
            position: absolute;
            bottom: 100%;
            box-sizing: border-box; }
          .donation__options__content.tabs-content section.content .next:before {
            bottom: 0;
            right: 100%;
            border-bottom: 15px solid #32373e;
            border-left: 13px solid transparent; }
          .donation__options__content.tabs-content section.content .next:after {
            top: 0;
            right: 100%;
            border-top: 15px solid #32373e;
            border-left: 13px solid transparent; }
        .donation__options__content.tabs-content section.content .proceed {
          height: 30px;
          width: 135px;
          color: #fff;
          background: #32373e;
          margin-top: 70px;
          display: block; }
          @media (max-width: 1024px) {
            .donation__options__content.tabs-content section.content .proceed {
              margin-top: 30px; } }
          .donation__options__content.tabs-content section.content .proceed:hover {
            width: 145px; }
          .donation__options__content.tabs-content section.content .proceed a {
            font-size: 13px;
            color: #fff;
            padding: 6px 0px 5px 0;
            position: absolute;
            text-transform: uppercase; }
            .donation__options__content.tabs-content section.content .proceed a:after {
              content: '';
              background-image: url('../img/external-link.svg');
              background-repeat: no-repeat;
              position: absolute;
              display: inline-block;
              height: 16px;
              width: 16px;
              border: none;
              margin-left: 10px;
              float: right; }
          .donation__options__content.tabs-content section.content .proceed:before, .donation__options__content.tabs-content section.content .proceed:after {
            content: '';
            position: absolute;
            bottom: 100%;
            box-sizing: border-box; }
          .donation__options__content.tabs-content section.content .proceed:before {
            bottom: 0;
            right: 100%;
            border-bottom: 15px solid #32373e;
            border-left: 13px solid transparent; }
          .donation__options__content.tabs-content section.content .proceed:after {
            top: 0;
            right: 100%;
            border-top: 15px solid #32373e;
            border-left: 13px solid transparent; }
      .donation__options__content.tabs-content div.tak {
        margin-left: 25px;
        margin-top: 60px;
        text-align: center; }
        @media (max-width: 767px) {
          .donation__options__content.tabs-content div.tak {
            margin: 40px 0px 0px 0; } }
        .donation__options__content.tabs-content div.tak p.text {
          font-size: 24px;
          font-weight: 400;
          font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
        .donation__options__content.tabs-content div.tak .name {
          font-weight: 600; }
        .donation__options__content.tabs-content div.tak span.amount {
          font-weight: 600; }
  .donation input::-webkit-input-placeholder {
    font-size: 22px;
    padding: 0;
    font-weight: 300; }
  .donation #donation-form {
    -webkit-font-smoothing: antialiased !important;
    font-size: 14px;
    padding: 15px 0;
    position: relative;
    font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    /* Isao */
    /*Checkbox*/
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */
    /* accessibility */
    /* hover style just for information */ }
    @media (max-width: 767px) {
      .donation #donation-form {
        margin-left: 0;
        padding: 10px 5px 10px 15px; } }
    .donation #donation-form .newsletter {
      margin: 15px 0 0 -8px;
      float: left; }
      @media (max-width: 767px) {
        .donation #donation-form .newsletter {
          margin: 15px 0 0 0px; }
          .donation #donation-form .newsletter label {
            margin-left: 0 !important; } }
    .donation #donation-form .input {
      position: relative;
      z-index: 1;
      display: inline-block;
      padding: 10px 10px 0 0;
      float: left;
      vertical-align: top;
      margin-top: 20px; }
      @media (max-width: 1024px) {
        .donation #donation-form .input {
          margin-top: 0; } }
    .donation #donation-form .input__field {
      position: relative;
      display: block;
      float: right;
      padding: 0;
      width: 60%;
      border: none;
      border-radius: 0;
      background: #f0f0f0;
      color: #aaa;
      font-size: 17px;
      -webkit-appearance: none;
      /* for box shadows to show on iOS */ }
    .donation #donation-form .input__field:focus {
      outline: none; }
    .donation #donation-form .input__label {
      display: inline-block;
      float: right;
      padding: 0 1em;
      color: #DFE1D9;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .donation #donation-form .input__label-content {
      position: relative;
      display: block;
      padding: 1.6em 0;
      width: 100%; }
    .donation #donation-form .graphic {
      position: absolute;
      top: 0;
      left: 0;
      fill: none; }
    .donation #donation-form .icon {
      color: #ddd;
      font-size: 150%; }
    .donation #donation-form .input__field--isao {
      z-index: 10;
      padding: 0;
      margin: 0;
      margin-bottom: -5px;
      width: 100%;
      background: transparent;
      color: #222;
      font-size: 24px;
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      box-shadow: none;
      height: 40px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .donation #donation-form .input__field--isao {
          font-size: 20px; } }
    .donation #donation-form .input__label--isao {
      position: relative;
      overflow: hidden;
      padding: 0;
      margin: 0;
      width: 100%;
      color: #222;
      text-align: left;
      text-transform: uppercase;
      font-size: 11px; }
    .donation #donation-form .input__label--isao::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 2px;
      outline: none;
      background: #dfe1d9;
      -webkit-transform: scale3d(1, 0.4, 1);
      transform: scale3d(1, 0.4, 1);
      -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      transition: -webkit-transform 0.3s, background-color 0.3s;
      transition: transform 0.3s, background-color 0.3s;
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .donation #donation-form .input__label--isao::after {
      content: attr(data-content);
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px 0;
      color: #222;
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      pointer-events: none; }
    .donation #donation-form .input__field--isao:focus + .input__label--isao::before {
      background-color: #dfe1d9;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .donation #donation-form .input__field--isao:focus + .input__label--isao {
      pointer-events: none; }
    .donation #donation-form .input__field--isao:focus + .input__label--isao::after {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .donation #donation-form .input__label-content--isao {
      padding: 10px 0;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .donation #donation-form .input__field--isao:focus + .input__label--isao .input__label-content--isao {
      opacity: 0;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
    .donation #donation-form [type="checkbox"]:not(:checked), .donation #donation-form [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .donation #donation-form [type="checkbox"]:not(:checked) + label, .donation #donation-form [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      font-size: 14px;
      color: #222; }
    .donation #donation-form [type="checkbox"]:not(:checked) + label:before, .donation #donation-form [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0px;
      width: 20px;
      height: 20px;
      border: 1px solid #95979B;
      background: #f2f2f2; }
    .donation #donation-form [type="checkbox"]:not(:checked) + label:after, .donation #donation-form [type="checkbox"]:checked + label:after {
      content: '';
      background: url('../img/checkmark.svg') no-repeat;
      position: absolute;
      top: 4px;
      left: 4px;
      height: 14px;
      width: 14px;
      transition: all 0.2s; }
    .donation #donation-form [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .donation #donation-form [type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .donation #donation-form [type="checkbox"]:disabled:not(:checked) + label:before, .donation #donation-form [type="checkbox"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #dfe1d9;
      background-color: #f2f2f2; }
    .donation #donation-form [type="checkbox"]:disabled:checked + label:after {
      color: #999; }
    .donation #donation-form [type="checkbox"]:disabled + label {
      color: #aaa; }
    .donation #donation-form [type="checkbox"]:checked:focus + label:before, .donation #donation-form [type="checkbox"]:not(:checked):focus + label:before {
      border: 1px dotted blue; }
    .donation #donation-form label:hover:before {
      border: 1px solid #f24b40 !important; }
    .donation #donation-form input[type="checkbox"] + label, .donation #donation-form input[type="radio"] + label {
      margin-left: 0 !important; }

.sl-loading li:not(:first-child) {
  position: absolute;
  left: -10000px; }

.banner {
  margin-bottom: 60px; }
  .banner__container {
    width: 100%;
    float: left;
    position: relative; }
    @media (max-width: 768px) {
      .banner__container {
        margin-bottom: 0; } }
  .banner__list {
    list-style-type: none;
    width: 100%;
    float: left;
    margin: 0; }
    .banner__list__item {
      width: 100%;
      float: left;
      position: relative; }
      .banner__list__item .video {
        margin: 0 !important;
        margin-top: -19px !important; }
      .banner__list__item .youtube-video {
        height: 650px !important; }
        .banner__list__item .youtube-video img {
          width: 100%; }
      .banner__list__item iframe {
        height: 650px !important; }
      .banner__list__item img {
        width: 100%; }
      .banner__list__item__text {
        position: absolute;
        left: 15px;
        bottom: 15px;
        background-color: rgba(238, 239, 239, 0.85);
        width: 45%;
        max-width: 47%;
        padding: 25px;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
        @media (min-width: 679px) {
          .banner__list__item__text:hover {
            background-color: #fff;
            box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.2); } }
        .banner__list__item__text strong {
          color: #f04d46;
          font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 3em;
          font-weight: 400;
          line-height: 1.2;
          text-transform: uppercase; }
          @media (max-width: 480px) {
            .banner__list__item__text strong {
              font-size: 2em; } }
        .banner__list__item__text p {
          color: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 16px;
          font-weight: 200;
          line-height: 1.5;
          margin: 0;
          margin-bottom: 15px; }
  .banner .flex-control-nav {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 200;
    list-style-type: none;
    float: left;
    margin: 0; }
    @media (max-width: 480px) {
      .banner .flex-control-nav {
        display: none; } }
    .banner .flex-control-nav li {
      float: left;
      margin-left: 5px;
      z-index: 300;
      position: relative; }
      .banner .flex-control-nav li:first-child {
        margin-left: 0; }
      .banner .flex-control-nav li a {
        text-indent: -99999px;
        overflow: hidden;
        float: left;
        background-color: #f04d46;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        opacity: 0.7;
        transition: all 0.2s ease;
        cursor: pointer; }
        .banner .flex-control-nav li a:hover {
          -webkit-transform: scale(1.3, 1.3);
          -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }
        .banner .flex-control-nav li a.flex-active {
          opacity: 1;
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); }
  .banner .flex-direction-nav {
    display: none; }
  @media screen and (max-width: 400px) {
    .banner .banner__list__item iframe {
      height: 200px !important; }
    .banner .banner__list__item .youtube-video {
      height: 200px !important; } }
  @media (min-width: 400px) and (max-width: 480px) {
    .banner .banner__list__item iframe {
      height: 250px !important; }
    .banner .banner__list__item .youtube-video {
      height: 250px !important; } }
  @media (min-width: 480px) and (max-width: 570px) {
    .banner .banner__list__item iframe {
      height: 400px !important; } }
  @media (min-width: 571px) and (max-width: 768px) {
    .banner .banner__container {
      margin-bottom: 0; }
    .banner .banner__list__item iframe {
      height: 550px !important; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .banner .banner__container {
      margin-bottom: 0; } }
  @media (min-width: 1000px) and (max-width: 1200px) {
    .banner .banner__list__item iframe {
      height: 650px !important; }
    .banner .banner__list__item .youtube-video {
      height: 650px !important; } }
  @media (max-width: 768px) {
    .banner .banner {
      overflow: hidden;
      margin-top: 0; }
      .banner .banner__container {
        width: calc(100% + 0.9375rem + 0.9375rem);
        position: relative;
        left: -0.92rem; }
      .banner .banner__list:after {
        clear: both;
        display: block;
        width: 0;
        height: 0;
        content: ''; }
      .banner .banner__list__item__text {
        display: block;
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 100%; }
        .banner .banner__list__item__text button + button {
          margin: 10px 0 !important; }
      .banner .banner .flex-control-nav {
        display: inline-block;
        right: auto;
        bottom: auto; }
        .banner .banner .flex-control-nav li {
          display: inline-block; } }

.focus-area {
  margin-bottom: 100px;
  clear: both; }
  @media (max-width: 768px) {
    .focus-area {
      margin-bottom: 50px !important; } }
  .focus-area h4 {
    font: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #32373e; }
  .focus-area__focus-point {
    position: relative;
    margin-top: 30px; }
    .focus-area__focus-point__focus-point-header {
      min-height: 145px; }
      @media (max-width: 768px) {
        .focus-area__focus-point__focus-point-header {
          min-height: 100px; } }
      .focus-area__focus-point__focus-point-header__focus-point-header-text {
        width: 100%;
        padding-left: 115px;
        height: 115px;
        display: inline-block; }
        @media (max-width: 768px) {
          .focus-area__focus-point__focus-point-header__focus-point-header-text {
            padding-left: 75px;
            height: 100px; } }
        .focus-area__focus-point__focus-point-header__focus-point-header-text h2 {
          font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          position: relative;
          font-size: 22px;
          top: 15px; }
          .focus-area__focus-point__focus-point-header__focus-point-header-text h2 a {
            color: #32373e; }
        .focus-area__focus-point__focus-point-header__focus-point-header-text p {
          color: #f04d46;
          font-size: 16px !important;
          font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-weight: 500;
          display: inline-block;
          margin-top: 8px; }
      .focus-area__focus-point__focus-point-header__icon {
        width: 94px;
        height: 94px;
        position: absolute;
        top: 0; }
        .focus-area__focus-point__focus-point-header__icon:before {
          border-radius: 50%;
          border: 2px solid #eeefef;
          font-size: 50px;
          line-height: 86px;
          width: 90px;
          text-align: center;
          position: absolute;
          top: 0;
          left: 0;
          color: #f04d46;
          transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          margin-right: 20px; }
          @media (max-width: 768px) {
            .focus-area__focus-point__focus-point-header__icon:before {
              width: 60px;
              font-size: 36px;
              line-height: 56px; } }
      .focus-area__focus-point__focus-point-header:hover .focus-area__focus-point__focus-point-header__icon:before {
        background-color: #f04d46;
        color: #FFF;
        border-color: #f04d46; }
    .focus-area__focus-point.hovering .focus-area__focus-point__focus-point-header__icon:before {
      background-color: #f04d46;
      color: #FFF;
      border-color: #f04d46; }
    .focus-area__focus-point__focus-point-description {
      margin-top: 20px; }
    .focus-area__focus-point p {
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      line-height: 1.5; }
  .focus-area__more-divider {
    height: 1px;
    background-color: #eeefef;
    text-align: center;
    margin-top: 50px; }
    .focus-area__more-divider__more-link {
      background-color: #FFF;
      position: relative;
      padding: 0 50px 0 25px;
      top: -0.6em;
      color: #f04d46; }
      .focus-area__more-divider__more-link:before {
        width: calc(100% - 75px);
        left: 25px; }

.member-area-newsletters-bottom {
  margin-bottom: 60px; }

.splash-newsletters-bottom {
  margin-bottom: 0px; }

.member-area__info-box {
  background-color: #f04d46;
  color: #FFF;
  padding: 47px 70px; }
  .member-area__info-box h3, .member-area__info-box p {
    font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #FFF; }
  .member-area__info-box h3 {
    font-size: 30px;
    text-align: center;
    font-weight: normal; }
  .member-area__info-box p {
    font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px; }
  .member-area__info-box a:hover {
    color: #FFF; }
  .member-area__info-box__signup {
    text-align: center; }
    .member-area__info-box__signup__signup-link {
      padding: 0 50px;
      margin-bottom: 10px;
      margin: 0 auto; }
      .member-area__info-box__signup__signup-link:before {
        background-color: #FFF;
        width: calc(100% - 100px);
        left: 50px; }
.member-area__newsletter-box {
  padding: 32px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #eeefef; }
  .member-area__newsletter-box h4 {
    font: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #32373e;
    margin-bottom: 30px; }
  .member-area__newsletter-box input[type="text"] {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    box-shadow: none;
    border: 1px solid #d6dace;
    margin-bottom: 20px; }
  .member-area__newsletter-box input[type="submit"] {
    font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    width: 100%;
    font-size: 12px;
    background-color: #d6dace;
    color: #32373e;
    font-weight: bold;
    margin-bottom: 0; }

.social {
  margin-bottom: 60px; }
  .social__facebook, .social__twitter {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #eeefef;
    overflow: hidden; }
  .social__twitter #twitter-widget-1 {
    width: 100% !important; }
  .social__facebook {
    height: 400px; }
    .social__facebook .fb-like-box {
      width: 100%; }
      .social__facebook .fb-like-box span {
        width: 100% !important; }
        .social__facebook .fb-like-box span iframe {
          width: 100% !important; }
  .social__twitter-header h4, .social__facebook-header h4 {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    position: relative; }
  .social__twitter-header .icon-twitter-1, .social__twitter-header .icon-facebook-1, .social__facebook-header .icon-twitter-1, .social__facebook-header .icon-facebook-1 {
    float: right; }
  .social__twitter-header__follow {
    right: 50px;
    top: 3px;
    margin-top: 0;
    position: absolute; }
  .social__twitter {
    height: 400px; }

.latest-news {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .latest-news__row {
      display: table-row; }
    .latest-news__row:last-of-type .latest-news__cell:after {
      display: none; }
    .latest-news__cell {
      display: table-cell;
      width: 50%; } }
  @media (max-width: 767px) {
    .latest-news__row:last-of-type .latest-news__cell:last-of-type:after {
      bottom: -15px; } }
  .latest-news__cell {
    padding: 30px 15px;
    position: relative;
    vertical-align: top; }
    @media (max-width: 767px) {
      .latest-news__cell {
        float: left;
        width: 100%;
        padding: 15px; } }
    .latest-news__cell:after {
      display: inline-block;
      width: 100%;
      width: calc(100% - 30px);
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 15px;
      background-color: #d6dace;
      content: ''; }
    .latest-news__cell__img {
      width: 30%;
      float: left; }
      @media (min-width: 768px) {
        .latest-news__cell__img {
          padding-right: 20px; } }
      @media (max-width: 768px) {
        .latest-news__cell__img {
          display: none; } }
    @media (min-width: 769px) {
      .latest-news__cell__img + .latest-news__cell__content {
        width: 70%; } }
    .latest-news__cell__content {
      width: 100%;
      float: left; }
      .latest-news__cell__content__date {
        position: relative;
        display: inline-block;
        font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin-left: 20px; }
        .latest-news__cell__content__date:before {
          position: absolute;
          left: -20px;
          display: inline-block;
          font-family: 'icomoon';
          content: "\e610"; }
      .latest-news__cell__content p {
        margin: 0;
        color: #222;
        font-size: 1.1em;
        font-weight: normal; }
        @media (max-width: 500px) {
          .latest-news__cell__content p {
            display: none; } }
  .latest-news__divider {
    height: 1px;
    background-color: #eeefef;
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .latest-news__divider {
        margin-top: 15px !important; } }
    .latest-news__divider__link {
      background-color: #FFF;
      position: relative;
      top: -0.6em;
      padding: 0 50px 0 25px; }
      .latest-news__divider__link, .latest-news__divider__link:visited {
        color: #f04d46; }
      .latest-news__divider__link:hover {
        color: #d81812; }
        .latest-news__divider__link:hover:before {
          background-color: #d81812; }
      .latest-news__divider__link:before {
        background-color: #f04d46;
        width: calc(100% - 75px);
        left: 25px; }

.politic-quote {
  background-color: #d6dace;
  margin-bottom: 60px;
  padding: 90px 0; }
  .politic-quote__politician-image {
    height: 235px;
    width: 235px;
    background-size: cover;
    border: 2px solid #fff; }
  .politic-quote img {
    margin-left: 25px;
    display: inline-block;
    float: left; }
  .politic-quote__blockquote {
    display: inline-block;
    font-size: 24px;
    font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 25px 0 0 0;
    margin-bottom: 0; }
    .politic-quote__blockquote__quote {
      font-size: 24px;
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      color: #f04d46;
      position: relative; }
    .politic-quote__blockquote footer {
      padding-top: 45px;
      background-color: transparent; }
      .politic-quote__blockquote footer cite {
        font-size: 16px;
        font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 0; }
        .politic-quote__blockquote footer cite:before {
          content: '';
          display: none; }
      .politic-quote__blockquote footer small {
        font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 300; }
  .politic-quote .icon-quotes-left:after {
    position: relative;
    top: 60px;
    content: "\e60f";
    font-family: "icomoon";
    font-size: 130px;
    color: #f04d46;
    float: right; }

.articles {
  margin: 80px 0 115px 0; }
  @media (max-width: 768px) {
    .articles {
      margin-top: 40px !important; } }
  .articles .article-box {
    padding: 20px;
    background-color: #eeefef; }
    .articles .article-box hr {
      margin: 10px 0 20px 0; }
    .articles .article-box.grey-border {
      background-color: transparent;
      border: 2px solid #eeefef; }
      .articles .article-box.grey-border figcaption {
        background-color: #FFF; }
  .articles__article {
    font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    position: relative;
    overflow: hidden;
    margin: 0; }
    .articles__article hr {
      margin-bottom: 20px; }
    .articles__article__media-box {
      overflow: hidden; }
      .articles__article__media-box .media-image {
        position: relative;
        width: 100%;
        padding-top: 1.5625rem;
        padding-bottom: 67.5%; }
        .articles__article__media-box .media-image > div {
          background-position: center;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-size: cover; }
      .articles__article__media-box div {
        height: 100%; }
      .articles__article__media-box img, .articles__article__media-box div {
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        width: 100%; }
      .articles__article__media-box .flex-video {
        margin-bottom: 0; }
      .articles__article__media-box .youtube-video {
        position: relative;
        max-height: 298px; }
        .articles__article__media-box .youtube-video:before {
          display: none; }
        .articles__article__media-box .youtube-video-play-button {
          top: 0 !important;
          left: 0 !important; }
    .articles__article h4 {
      padding: 10px 15px 0 15px; }
    .articles__article figcaption {
      font-weight: normal;
      background-color: #eeefef;
      font-size: 14px;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      padding: 0px;
      height: 22px;
      margin-top: 20px;
      margin-bottom: 0;
      transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
      transition: transform 0.4s, opacity 0.1s 0.3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .articles__article__link-box {
      height: 22px;
      margin-top: 10px;
      position: relative;
      transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
      transition: transform 0.4s, opacity 0.1s 0.3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .articles__article a {
      float: right;
      color: #f04d46;
      padding-right: 50px;
      font-size: 12px;
      line-height: 22px; }
      .articles__article a:before {
        left: 0;
        background-color: #f04d46;
        width: calc(100% - 50px); }
      .articles__article a .au {
        height: 20px;
        width: 20px; }
    .articles__article:hover figcaption {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .articles__article:hover .articles__article__link-box {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }

.normal-quote {
  background-color: #f04d46;
  background-image: url('../img/people.png');
  background-repeat: no-repeat;
  height: 400px; }
  .normal-quote__divider {
    margin-top: 45px;
    position: relative;
    height: 2px;
    width: 100%;
    background-color: #FFF;
    text-align: center; }
    .normal-quote__divider h4 {
      font-size: 22px;
      color: #FFF;
      position: relative;
      top: -15px;
      padding: 0 40px;
      background-color: #f04d46;
      display: inline-block; }
  .normal-quote__slider {
    position: relative; }
    .normal-quote__slider__slides {
      margin: 0; }
      .normal-quote__slider__slides__slide {
        list-style: none; }
        @media (min-width: 769px) {
          .normal-quote__slider__slides__slide {
            margin: 0 15px;
            margin-left: 25px; } }
        @media (max-width: 768px) {
          .normal-quote__slider__slides__slide {
            padding: 0 15px; } }
        .normal-quote__slider__slides__slide__personal-image {
          width: 107px;
          height: 107px;
          display: inline-block;
          float: left;
          margin-right: 35px;
          border-radius: 50%;
          border: 2px solid #fff; }
        .normal-quote__slider__slides__slide blockquote {
          display: inline-block;
          float: left;
          width: 100%;
          border: none;
          padding-left: 0;
          margin-top: 40px;
          position: relative; }
          .normal-quote__slider__slides__slide blockquote:before {
            position: absolute;
            content: "\e60f";
            font-family: 'icomoon';
            font-size: 24px;
            color: #FFF;
            top: -40px;
            left: 140px; }
          .normal-quote__slider__slides__slide blockquote p {
            font-size: 18px;
            font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            color: #FFF;
            font-weight: 300; }
          .normal-quote__slider__slides__slide blockquote footer {
            margin-left: 142px;
            background-color: transparent; }
            .normal-quote__slider__slides__slide blockquote footer cite {
              color: #FFF;
              line-height: 1;
              display: block; }
              .normal-quote__slider__slides__slide blockquote footer cite span {
                font-style: normal;
                font-weight: bold;
                font-size: 12px;
                font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
              .normal-quote__slider__slides__slide blockquote footer cite:before {
                content: ''; }
            .normal-quote__slider__slides__slide blockquote footer small {
              font-size: 12px;
              color: #FFF; }
    .normal-quote__slider ol {
      display: block;
      z-index: 99;
      position: relative;
      top: 285px;
      margin: 0 auto;
      width: 75px; }
      .normal-quote__slider ol li {
        display: inline-block;
        margin: 5px;
        float: left; }
        .normal-quote__slider ol li a {
          display: block;
          text-indent: 999999px;
          overflow: hidden;
          list-style: none;
          width: 15px;
          height: 15px;
          background-color: #921f21;
          border-radius: 10px; }
          .normal-quote__slider ol li a.flex-active {
            background-color: transparent;
            border: 3px solid #FFF; }
    .normal-quote__slider ul.flex-direction-nav {
      display: none; }

.soc-breadcrumbs {
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  margin: 25px 0;
  overflow: visible; }
  .soc-breadcrumbs .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .soc-breadcrumbs:hover {
    text-decoration: none; }
  .soc-breadcrumbs a {
    position: relative;
    font-size: 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #adafaf;
    padding: 10px 10px 0 20px; }
    .soc-breadcrumbs a:hover {
      color: #80a4a4; }
  .soc-breadcrumbs__map {
    display: block;
    line-height: 1.6; }
    .soc-breadcrumbs__map a:first-of-type {
      padding-left: 0; }
      .soc-breadcrumbs__map a:first-of-type:before {
        content: ''; }
    .soc-breadcrumbs__map a:before {
      content: ' / ';
      font-size: 18px;
      font-weight: lighter;
      position: absolute;
      left: 0;
      color: #adafaf;
      top: 5px; }
    .soc-breadcrumbs__map a.active {
      color: #f04d46 !important; }
  .soc-breadcrumbs__social-print {
    float: right; }
    .soc-breadcrumbs__social-print a {
      position: relative;
      display: inline-block;
      padding-right: 30px;
      padding-top: 0;
      margin: 0 5px;
      color: #cad9d9;
      font-family: 'Helvetica Neue', Arial, sans-serif; }
      .soc-breadcrumbs__social-print a:before {
        font-family: 'icomoon';
        font-size: 20px;
        position: absolute;
        right: 0;
        top: -3px; }
    .soc-breadcrumbs__social-print__social {
      display: inline-block;
      position: relative;
      font-size: 14px !important;
      font-family: 'Helvetica Neue', Arial, sans-serif !important;
      color: #cad9d9 !important;
      padding: 0px 10px 0 15px; }
      .soc-breadcrumbs__social-print__social a {
        position: relative;
        padding-top: 0;
        padding-right: 15px;
        margin: 0; }
        .soc-breadcrumbs__social-print__social a:nth-child(1) {
          padding-left: 15px; }
        .soc-breadcrumbs__social-print__social a:before {
          top: -15px; }
        .soc-breadcrumbs__social-print__social a:hover {
          color: #80a4a4; }

.breadcrumbs > * {
  float: none; }

.list {
  margin: 0;
  padding: 0; }
  .list--inline {
    border: 0;
    line-height: 1.5; }
    .list--inline + .list--inline {
      margin-top: 25px; }
    .list--inline li {
      display: inline-block; }
  .list__item {
    width: 100%;
    float: left;
    padding: 20px 0;
    position: relative; }
    @media (max-width: 768px) {
      .list__item__left, .list__item__right {
        display: inline-block; } }
  .list--arrows li {
    line-height: 1.4;
    margin-bottom: 15px; }
    .list--arrows li a {
      position: relative;
      padding-left: 20px;
      color: #000;
      display: inline-block;
      width: 100%;
      line-height: 1.4; }
      .list--arrows li a:hover:before {
        left: 3px; }
      .list--arrows li a:before {
        content: "\e631";
        font-family: icomoon;
        color: #f04d46;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1.4;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .list--menu {
    border: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    float: left;
    width: 100%; }
    .box--menu .list--menu {
      transition: none; }
    .list--menu__item .list--menu__item a {
      padding-left: 30px; }
    .list--menu__item .list--menu__item .list--menu__item a {
      padding-left: 45px;
      font-size: 0.9em; }
    .list--menu__item {
      width: 100%;
      float: left;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      background-color: #eeefef; }
      .list--menu__item .list--menu {
        border: 0; }
      .list--menu__item.has-submenu > a {
        width: 85%;
        float: left; }
      .list--menu__item.active {
        background-color: #d6dace !important; }
        .list--menu__item.active > a {
          font-weight: 600; }
          .list--menu__item.active > a i {
            background-color: #f04d46; }
            .list--menu__item.active > a i:before {
              color: #FFF; }
      .list--menu__item div.arrow {
        width: 15%;
        max-width: 48px;
        float: right;
        position: relative; }
        .list--menu__item div.arrow:after {
          content: "\e631";
          font-family: icomoon;
          display: inline-block;
          font-size: 1em;
          line-height: 40px;
          color: rgba(0, 0, 0, 0.3);
          width: 100%;
          text-align: center;
          cursor: pointer;
          transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .list--menu__item.open > div.arrow:after {
        -webkit-transform: rotateZ(180deg); }
      .list--menu__item.has-icon > a {
        position: relative;
        padding-right: 50px; }
      .list--menu__item a {
        display: inline-block;
        width: 100%;
        padding: 12px 20px;
        line-height: 1.2;
        color: #222; }
        .list--menu__item a i {
          position: absolute;
          right: 15px;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          overflow: hidden; }
          .list--menu__item a i:before {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 20px;
            padding: 5px;
            line-height: 1; }
        .list--menu__item a:hover {
          background-color: rgba(0, 0, 0, 0.04); }
          .list--menu__item a:hover i:before {
            -webkit-animation: toBottomFromTop 0.3s forwards;
            animation: toBottomFromTop 0.3s forwards; }
  @media (max-width: 768px) {
    .list--pipes li {
      width: auto; } }
  .list--pipes li:after {
    content: ' | ';
    display: inline-block;
    margin-left: 10px; }
  .list--pipes li:last-child:after {
    display: none; }
  .list--tab {
    float: left;
    width: 100%;
    list-style-type: none;
    position: relative;
    padding-top: 40px;
    margin: 10px 0;
    margin-bottom: 30px; }
    .small .list--tab {
      padding-top: 0; }
      .small .list--tab .list--tab__item .toggle {
        position: static;
        left: auto;
        display: block;
        width: 100%;
        border-right-width: 1px;
        border-bottom-width: 0; }
      .small .list--tab .list--tab__item:last-child .toggle {
        border-bottom-width: 1px; }
    .list--tab__item:nth-child(1) .toggle {
      left: 0; }
    .list--tab__item:nth-child(2) .toggle {
      left: 155px; }
    .list--tab__item:nth-child(3) .toggle {
      left: 310px; }
    .list--tab__item__content {
      display: none;
      overflow: hidden;
      padding: 20px; }
      .list--tab .list--tab__item__content {
        padding-left: 0;
        padding-right: 0; }
    .active .list--tab__item__content {
      display: block;
      border-bottom: 1px solid #f04d46;
      border-top: 1px solid #eeefef;
      width: 100%;
      float: left;
      background-color: #fff; }
      .active .list--tab__item__content button, .active .list--tab__item__content input, .active .list--tab__item__content textarea, .active .list--tab__item__content select {
        min-height: 40px; }
      .active .list--tab__item__content input {
        margin-right: -1px; }
      .active .list--tab__item__content .list {
        border-bottom: 0; }
        .active .list--tab__item__content .list--inline {
          font-weight: bold;
          font-size: 1.1em; }
          @media (max-width: 768px) {
            .active .list--tab__item__content .list--inline {
              width: calc(100% + 40px);
              left: -20px;
              position: relative; }
              .active .list--tab__item__content .list--inline li {
                width: 20%;
                float: left;
                text-align: center;
                min-height: 40px; } }
          .active .list--tab__item__content .list--inline a {
            line-height: 27px;
            width: 27px;
            text-align: center;
            color: #333;
            display: inline-block;
            font-weight: normal;
            font-size: 1.2em;
            border: 1px solid transparent; }
            .active .list--tab__item__content .list--inline a:hover {
              background-color: #dfe2e2;
              text-decoration: none; }
            .active .list--tab__item__content .list--inline a.active {
              background-color: #d6dace;
              color: #fff; }
        .active .list--tab__item__content .list--arrows li {
          width: 33.33%;
          float: left; }
    .list--tab__item__toggle {
      width: 155px;
      text-align: center;
      line-height: 40px;
      background-color: #eeefef;
      display: inline-block;
      border-bottom: 0;
      border-right: 1px solid #fff;
      color: #222;
      position: absolute;
      top: 0px;
      text-transform: uppercase;
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .list--tab__item__toggle:visited {
        color: #222; }
      li:last-child .list--tab__item__toggle {
        border-right-width: 1px; }
      .list--tab__item__toggle:hover {
        background-color: #e1e3e3; }
      .active .list--tab__item__toggle {
        background-color: #f04d46;
        font-weight: 500; }
        .active .list--tab__item__toggle:visited {
          color: #fff; }

.politicians .list {
  border-bottom: 0; }
  .politicians .list--inline {
    font-weight: bold;
    font-size: 1.1em; }
    @media (max-width: 768px) {
      .politicians .list--inline {
        position: relative; }
        .politicians .list--inline li {
          display: inline-block;
          text-align: center; } }
    .politicians .list--inline li {
      min-height: 40px; }
    .politicians .list--inline a {
      text-align: center;
      color: #333;
      display: inline-block;
      font-weight: normal;
      font-size: 1.2em;
      border: 1px solid transparent;
      min-width: 32px;
      line-height: 32px;
      padding: 0 5px; }
      .politicians .list--inline a:hover {
        background-color: #dfe2e2;
        text-decoration: none; }
      .politicians .list--inline a.active {
        background-color: #f04d46;
        color: #fff; }
    @media (min-width: 768px) {
      .politicians .list--inline li {
        margin-left: calc((100% - 756px)/28); } }
  .politicians .list--arrows li {
    width: 33.33%;
    float: left; }

.signup-page-content h2 {
  font-size: 30px;
  font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  color: #f04d46; }
.signup-page-content p {
  font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-weight: 300; }
.signup-page-content__info h6 {
  font-weight: bold;
  color: #f04d46;
  font-size: 15px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
.signup-page-content__info ul li {
  font-size: 15px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.article__content {
  color: #000; }
  @media (max-width: 767px) {
    .article__content {
      padding-top: 15px; } }
  .article__content table, .article__content ul, .article__content ol {
    color: #333; }
  .article__content header {
    height: auto; }
    .article__content header h1 {
      margin-top: 0;
      line-height: 1.2;
      margin-bottom: 15px; }
    .article__content header p {
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 22px;
      color: #32373e;
      line-height: 1.4; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .article__content header p {
          font-weight: 300; } }
      .mac .article__content header p {
        font-weight: 300; }
      .article__content header p span.trompet {
        font-size: 20px;
        font-weight: bold;
        color: #f04d46;
        text-transform: uppercase; }
    .article__content header .header-date p {
      margin-top: 0px;
      font-size: 14px;
      color: #8a8a8a;
      text-transform: uppercase; }
  .article__content figure {
    margin: 0;
    border-bottom: 1px solid #e6e9e9; }
    .article__content figure img {
      width: 100%; }
    .article__content figure .flex-video {
      margin-bottom: 0; }
    .article__content figure figcaption {
      margin: 5px 0;
      font-size: 12px;
      color: #777777;
      font-family: 'Helvetica', 'Arial', sans-serif; }
      .article__content figure figcaption a {
        color: #777777; }
        .article__content figure figcaption a:hover {
          color: #f04d46; }
  .article__content__event {
    padding: 15px;
    border: 1px solid #d6dace;
    margin-bottom: 20px; }
    .article__content__event div {
      font-size: 13px;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .article__content__event div i {
        height: 22px;
        width: 22px;
        display: inline-block;
        position: relative;
        top: 4px;
        margin-right: 8px; }
        .article__content__event div i:before {
          font-size: 22px;
          color: #cad9d9; }
  .article__content__author {
    margin: 20px 0;
    height: 60px; }
    .article__content__author__image {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: inline-block;
      float: left;
      background-color: #d6dace;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
      border: 2px solid #fff; }
    .article__content__author__description {
      display: inline-block;
      float: left;
      margin-left: 15px; }
      .article__content__author__description h6 {
        font-size: 14px;
        text-transform: uppercase;
        color: #f04d46;
        font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 18px 0 0 0;
        line-height: 1; }
      .article__content__author__description p {
        font-size: 12px; }
    .article__content__author__date {
      float: right;
      display: inline-block; }
      .article__content__author__date p {
        margin-top: 20px;
        font-size: 14px;
        color: #8a8a8a;
        text-transform: uppercase; }
  .article__content__content p {
    font-size: 15px;
    margin-bottom: 0; }
  .article__content__content .signup-member {
    display: none; }
  .article__content__content .iframe-hide {
    display: none; }
  .article__content__content .signup-member.safari {
    display: block;
    color: #32373e;
    font-size: 14px;
    font-weight: 400 !important; }
  .article__content__content blockquote {
    margin: 0;
    padding: 0 0 20px 0; }
    .article__content__content blockquote p {
      color: #f04d46;
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 20px;
      text-align: center;
      margin-bottom: 10px; }
    .article__content__content blockquote footer {
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase;
      background-color: transparent;
      color: #000; }
      .article__content__content blockquote footer:before {
        content: ' ';
        display: block;
        width: 12px;
        background-color: #000;
        height: 1px;
        margin: 0 auto 10px auto; }
    .article__content__content blockquote:before {
      content: "\e60f";
      font-family: icomoon;
      font-size: 45px;
      width: 45px;
      height: 45px;
      display: block;
      margin: 20px auto 15px auto;
      line-height: 1;
      color: #f04d46; }
  .article__content__attachments h3 {
    margin-bottom: 0px; }
  .article__content__attachments hr {
    margin: 10px 0 0 0; }
  .article__content__attachments .attachment {
    height: 50px;
    border-bottom: 1px solid #DDD;
    display: table-row;
    color: #333; }
    .article__content__attachments .attachment:nth-child(odd) {
      background-color: #f1f3f3; }
    .article__content__attachments .attachment:nth-child(even) {
      background-color: transparent; }
    .article__content__attachments .attachment__list {
      display: table;
      width: 100%; }
    .article__content__attachments .attachment div {
      padding-left: 5px;
      padding-right: 5px;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      display: table-cell;
      border-right: 1px solid #e5eaea; }
      .article__content__attachments .attachment div:last-of-type {
        border-right: 0; }
      @media (max-width: 768px) {
        .article__content__attachments .attachment div {
          display: inline-block;
          float: left;
          width: 33.33%;
          padding: 0;
          text-align: center;
          min-height: 52px;
          line-height: 1.6;
          padding: 15px 0;
          border-bottom: 1px solid rgba(240, 77, 70, 0.5);
          font-weight: normal; }
          .article__content__attachments .attachment div:first-of-type {
            width: 100%;
            border-bottom: 1px solid #e5eaea;
            border-right: 0;
            min-height: 30px;
            text-align: left;
            padding: 15px 15px; } }
    .article__content__attachments .attachment__type {
      width: 8%;
      text-align: center;
      font-weight: bold; }
    .article__content__attachments .attachment__size {
      width: 12%;
      text-align: center; }
    .article__content__attachments .attachment__description {
      width: 50%;
      font-weight: 600; }
    .article__content__attachments .attachment__link {
      padding: 0 !important;
      font-weight: bold;
      text-align: right;
      text-transform: uppercase;
      width: 20%; }
      .article__content__attachments .attachment__link a {
        display: block;
        text-align: center;
        line-height: 50px;
        color: #f04d46; }
        .article__content__attachments .attachment__link a:after {
          content: "\e615";
          display: inline-block;
          font-family: icomoon;
          color: #d6dace;
          margin-left: 5px;
          font-size: 15px;
          position: relative;
          top: 1px;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        .article__content__attachments .attachment__link a:hover:after {
          color: #b2b9a2; }
.article footer {
  background-color: #eeefef; }

article .list, article ul {
  list-style-type: none;
  margin: 15px; }
  article .list li, article ul li {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px; }
    article .list li:last-child, article ul li:last-child {
      margin-bottom: 0; }
    article .list li:before, article ul li:before {
      width: 5px;
      height: 5px;
      background-color: #f04d46;
      content: '';
      border-radius: 50%;
      position: absolute;
      left: 0px;
      top: 8px; }
article .list, article ol {
  list-style-type: none;
  position: relative; }
  article .list li, article ol li {
    width: 100%;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    counter-increment: list; }
    article .list li:last-child, article ol li:last-child {
      margin-bottom: 0; }
    article .list li:before, article ol li:before {
      content: counter(list) ".";
      position: absolute;
      color: #f04d46;
      text-align: left;
      left: 0px;
      font-size: 14px;
      font-weight: 600; }

.events__content__header h1, .events__content__header hr {
  margin-bottom: 0; }
.events__content__header h1 {
  line-height: 1;
  margin-top: 0; }
.events__content__event-list .event {
  padding: 30px 0;
  border-bottom: 1px solid #d6dace;
  position: relative; }
  .events__content__event-list .event__date {
    width: 95px;
    height: 95px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    background-color: #f6f6f5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .events__content__event-list .event__date__month {
      font-weight: bold;
      font-size: 12px;
      width: 100%;
      text-align: center;
      padding: 5px 0;
      border-bottom: 1px solid #eeeeed;
      text-transform: uppercase;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .events__content__event-list .event__date__days {
      margin-top: 17px;
      font-size: 30px;
      color: #f04d46;
      width: 100%;
      text-align: center;
      font-weight: bold;
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      position: relative;
      z-index: 1; }
    .events__content__event-list .event__date:after {
      content: ' ';
      background-color: #eeeeed;
      height: 40px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
  .events__content__event-list .event__info {
    display: inline-block;
    padding-left: 115px;
    width: 100%; }
    .events__content__event-list .event__info h3 {
      line-height: 1; }
    .events__content__event-list .event__info p {
      margin-bottom: 0;
      font-size: 14px; }

.search section {
  margin-bottom: 20px; }
.search .search-field {
  height: 140px;
  width: 100%;
  background-color: #f3f4f0;
  margin-bottom: 50px; }
  .search .search-field__header {
    padding: 40px 0; }
    .search .search-field__header input {
      margin-bottom: 0; }
    .search .search-field__header input[type="text"] {
      display: inline-block;
      width: calc(100% - 250px);
      height: 57px;
      float: left;
      box-shadow: none;
      border: 2px solid #d6dace;
      font-size: 16px;
      padding: 0 15px; }
    .search .search-field__header input[type="submit"] {
      display: inline-block;
      width: 235px;
      height: 57px !important;
      margin-left: 15px;
      float: left;
      font-family: 'BrandonGrotesque'; }
    @media (max-width: 768px) {
      .search .search-field__header input[type="text"] {
        width: calc(100% - 95px); }
      .search .search-field__header input[type="submit"] {
        width: 80px; } }
.search__list .search-item {
  padding: 30px 0;
  border-bottom: 1px solid #d6dace; }
  .search__list .search-item__date {
    font-size: 11px;
    color: #666666;
    padding: 4px 0 4px 30px;
    position: relative; }
    .search__list .search-item__date:before {
      font-size: 20px;
      color: #000;
      position: absolute;
      top: 0;
      left: 0; }
  .search__list .search-item:first-child {
    padding-top: 0; }

.member hr {
  margin-bottom: 5px; }
.member input[type="submit"] {
  margin-top: 20px;
  width: 250px; }

.themes__big-boxes {
  margin-top: 50px; }
  .themes__big-boxes .row .columns {
    padding: 0 !important; }
  .themes__big-boxes .outer-box {
    height: 425px;
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
    border: 1px solid #FFF;
    background-size: cover;
    background-position: center; }
    .themes__big-boxes .outer-box .inner-box {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 390px;
      height: 185px;
      border: 2px solid #eeefef;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .themes__big-boxes .outer-box .inner-box i {
        height: 60px;
        width: 60px;
        background-color: #FFF;
        position: absolute;
        top: -30px;
        left: calc(50% - 30px);
        border-radius: 50%;
        transition: all 0.4s; }
        .themes__big-boxes .outer-box .inner-box i:before {
          font-size: 32px;
          color: #f04d46;
          /*position: absolute;
                        top: 13px;
                        left: 13px;*/
          position: relative;
          text-align: center;
          display: block;
          line-height: 59px; }
      .themes__big-boxes .outer-box .inner-box h1, .themes__big-boxes .outer-box .inner-box p {
        line-height: 1;
        transition: color 0.4s; }
      .themes__big-boxes .outer-box .inner-box h1 {
        color: #FFF;
        font-size: 42px;
        text-align: center;
        margin-top: 60px;
        text-transform: uppercase;
        font-weight: bold; }
      .themes__big-boxes .outer-box .inner-box p {
        font-size: 16px;
        color: #FFF;
        text-align: center;
        font-weight: 300;
        line-height: 1.4;
        font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .themes__big-boxes .outer-box .inner-box:before {
        width: 100%;
        height: 0%;
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #FFF;
        z-index: -1;
        transition: all 0.4s; }
    .themes__big-boxes .outer-box:before {
      transition: background-color 0.4s;
      content: ' ';
      width: 100%;
      height: 100%;
      background-color: rgba(240, 77, 70, 0.6);
      position: absolute;
      top: 0;
      left: 0; }
    .themes__big-boxes .outer-box:hover:before {
      background-color: rgba(240, 77, 70, 0.1); }
    .themes__big-boxes .outer-box:hover .inner-box {
      border-color: #FFF;
      box-shadow: 0px 6px 18px -2px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .themes__big-boxes .outer-box:hover .inner-box h1, .themes__big-boxes .outer-box:hover .inner-box p {
        color: #f04d46; }
      .themes__big-boxes .outer-box:hover .inner-box i {
        top: -15px;
        box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1); }
      .themes__big-boxes .outer-box:hover .inner-box:before {
        height: 100%;
        height: calc(100% + 1px); }
    .themes__big-boxes .outer-box.hovering:before {
      background-color: rgba(240, 77, 70, 0.4); }
    .themes__big-boxes .outer-box.hovering .inner-box {
      border-color: #FFF; }
      .themes__big-boxes .outer-box.hovering .inner-box h1, .themes__big-boxes .outer-box.hovering .inner-box p {
        color: #f04d46; }
      .themes__big-boxes .outer-box.hovering .inner-box i {
        top: -15px; }
      .themes__big-boxes .outer-box.hovering .inner-box:before {
        height: 100%; }
.themes__list {
  margin-top: 30px; }
  @media (max-width: 768px) {
    .themes__list .row .columns {
      padding: 0; } }
  .themes__list .theme-box {
    height: 140px;
    padding: 20px;
    margin: 15px 0;
    border: 2px solid #ededeb;
    position: relative;
    transition: all 0.4s;
    /*i {
				height: 80px;
				width: 80px;
				border: 2px solid $color-secondary;
				display: block;
				background-color: #FFF;
				border-radius: 50%;
				position: absolute;
				top: 30px;
				left:20px;
				transition: all 0.4s;

				&:before {
					font-size: 40px;
					color: $color-main;
					position: absolute;
					top: 18px;
					left: 20px;
				}*/ }
    .themes__list .theme-box i {
      height: 80px;
      width: 80px;
      border: 2px solid #d6dace;
      display: block;
      background-color: #FFF;
      border-radius: 50%;
      position: absolute;
      top: 30px;
      left: 20px;
      transition: all 0.4s; }
      .themes__list .theme-box i:before {
        font-size: 40px;
        color: #f04d46;
        position: relative;
        display: block;
        text-align: center;
        line-height: 78px; }
    .themes__list .theme-box__text {
      display: block;
      width: 100%;
      padding-left: 100px; }
      .themes__list .theme-box__text h5, .themes__list .theme-box__text p {
        line-height: 1.2; }
      .themes__list .theme-box__text p {
        font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-weight: lighter;
        font-size: 14px;
        word-break: break-all;
        color: #000;
        color: #f04d46;
        font-weight: 500; }
      .themes__list .theme-box__text h5 {
        color: #32373e;
        text-transform: uppercase;
        font-size: 22px;
        margin: 15px 0 0 0;
        font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-weight: bold; }
    .themes__list .theme-box:hover i {
      border-color: #f04d46;
      background-color: #f04d46; }
      .themes__list .theme-box:hover i:before {
        color: #FFF; }
    .themes__list .theme-box.hovering i {
      border-color: #f04d46;
      background-color: #f04d46; }
      .themes__list .theme-box.hovering i:before {
        color: #FFF; }

.gallery {
  width: 100%;
  float: left;
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #eeefef;
  margin-top: 30px;
  min-height: 200px;
  height: 550px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .gallery {
      height: auto !important; } }
  @media (min-width: 768px) and (max-width: 1000px) {
    .gallery {
      height: 500px; } }
  .gallery__content__top-nav {
    border-bottom: 1px solid #d6dace;
    padding-bottom: 10px; }
    .gallery__content__top-nav i {
      font-size: 18px;
      position: relative;
      top: 3px;
      color: #f04d46; }
    .gallery__content__top-nav a {
      font-size: 14px;
      text-transform: uppercase;
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .gallery__list {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .gallery__list:hover .gallery__list__item__overlay {
      opacity: 1; }
    .gallery__list__item {
      width: 100%;
      float: left;
      float: none;
      left: 0;
      right: 0;
      height: 550px; }
      @media (max-width: 767px) {
        .gallery__list__item {
          height: auto !important; } }
      @media (min-width: 768px) and (max-width: 1000px) {
        .gallery__list__item {
          height: 500px; } }
      .gallery__list__item img {
        height: 550px;
        margin: 0 auto;
        display: block;
        position: relative; }
        @media (max-width: 767px) {
          .gallery__list__item img {
            height: auto !important; } }
        @media (min-width: 768px) and (max-width: 1000px) {
          .gallery__list__item img {
            height: 500px; } }
      @media (max-width: 1030px) {
        .gallery__list__item__overlay {
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 10;
          right: 0;
          height: 70px;
          transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
          .gallery__list__item__overlay__sharebuttons {
            width: 70%;
            height: 70%;
            overflow: auto;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
            .gallery__list__item__overlay__sharebuttons a {
              line-height: 0;
              background-color: rgba(0, 0, 0, 0.8);
              padding: 5px;
              color: #fff;
              font-size: 26px;
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
              .gallery__list__item__overlay__sharebuttons a:hover {
                background-color: rgba(255, 255, 255, 0.8);
                color: #000; }
              .gallery__list__item__overlay__sharebuttons a:first-child {
                margin-right: 1px; }
              .gallery__list__item__overlay__sharebuttons a:last-child {
                margin-right: 0; } }
      @media (min-width: 1031px) {
        .gallery__list__item__overlay {
          position: absolute;
          opacity: 0;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 11;
          background: rgba(0, 0, 0, 0);
          transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
          .gallery__list__item__overlay__sharebuttons {
            width: 70%;
            height: 70%;
            overflow: auto;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            /*a[download]:after {
                display: inline-block;
                content: "\e615";
                font-family: icomoon;
                font-size: 32px;
                position: relative;
                top: 3px;
                margin-left: 6px;
            }*/ }
            .gallery__list__item__overlay__sharebuttons a {
              line-height: 0;
              background-color: rgba(0, 0, 0, 0.8);
              padding: 10px;
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              color: #fff;
              font-size: 35px; }
              .gallery__list__item__overlay__sharebuttons a:hover {
                background-color: rgba(255, 255, 255, 0.8);
                color: #000; }
              .gallery__list__item__overlay__sharebuttons a:first-child {
                margin-right: 1px; }
              .gallery__list__item__overlay__sharebuttons a:last-child {
                margin-right: 0; } }
  .gallery .flex-control-nav {
    display: none; }
  .gallery .flex-direction-nav {
    margin: 0;
    display: block;
    position: absolute;
    top: 50%;
    pointer-events: none;
    width: 100%;
    height: 50px;
    margin-top: -25px;
    z-index: 10; }
    .gallery .flex-direction-nav li {
      background-color: rgba(255, 255, 255, 0.2);
      height: 50px;
      width: 50px;
      pointer-events: all;
      display: inline-block;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .gallery .flex-direction-nav li:last-child {
        text-align: right; }
      .gallery .flex-direction-nav li a {
        width: 50px;
        height: 50px;
        display: inline-block;
        font-family: 'icomoon';
        font-size: 40px;
        color: #000;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 50px;
        -webkit-font-smoothing: antialiased;
        opacity: 1;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.2); }
      .gallery .flex-direction-nav li:hover a {
        color: #f04d46;
        opacity: 1; }
      .gallery .flex-direction-nav li:first-child a:before {
        content: '\e604'; }
      .gallery .flex-direction-nav li:last-child {
        float: right; }
        .gallery .flex-direction-nav li:last-child a:before {
          content: '\e611'; }
  .gallery__byline {
    border-top: 1px solid #eeefef;
    border-bottom: 1px solid #eeefef;
    color: #222;
    line-height: 50px;
    margin-top: 30px;
    background-color: #f9f9f9; }
    @media (max-width: 768px) {
      .gallery__byline {
        border: 0;
        background-color: transparent;
        margin-top: 0; } }
    .gallery__byline a {
      color: #222;
      line-height: 50px;
      display: inline-block;
      width: 100%; }
      @media (max-width: 768px) {
        .gallery__byline a {
          color: #444; } }
      .gallery__byline a:hover {
        color: #f04d46 !important; }
    .gallery__byline__share {
      line-height: 54px; }
      .gallery__byline__share a {
        width: auto; }
        .gallery__byline__share a:before {
          position: relative;
          font-size: 18px;
          top: 3px; }
    .gallery__byline__caption {
      width: 46%;
      float: left;
      display: inline-block;
      text-align: left;
      line-height: 1.4;
      padding: 18px 0; }
      @media (max-width: 768px) {
        .gallery__byline__caption {
          width: 100%;
          color: #222;
          padding: 12px 0; } }
    .gallery__byline__count {
      width: 18%;
      float: left;
      display: inline-block;
      text-align: left; }
      @media (max-width: 768px) {
        .gallery__byline__count {
          border: 1px solid #eeefef;
          line-height: 53px;
          text-align: center;
          font-size: 12px;
          min-height: 52px;
          width: 100%; } }
    .gallery__byline__download {
      width: 14%;
      float: right;
      display: inline-block;
      text-align: center;
      border-right: 1px solid #eeefef;
      border-left: 1px solid #eeefef; }
      @media (max-width: 768px) {
        .gallery__byline__download {
          display: none; } }
    .gallery__byline a[download]:after {
      display: inline-block;
      content: "\e615";
      font-family: icomoon;
      font-size: 18px;
      position: relative;
      top: 3px;
      margin-left: 6px; }
    .gallery__byline__fullsize {
      width: 12%;
      float: left;
      display: inline-block;
      text-align: center;
      border-right: 1px solid #eeefef; }
      .gallery__byline__fullsize a:after {
        display: inline-block;
        content: "\e605";
        font-family: icomoon;
        font-size: 18px;
        position: relative;
        top: 3px;
        margin-left: 6px; }
    .gallery__byline__share {
      width: 10%;
      float: right;
      display: inline-block;
      text-align: center;
      border-right: 1px solid #eeefef;
      border-left: 1px solid #eeefef; }
      @media (max-width: 768px) {
        .gallery__byline__share {
          display: none; } }

.galleries {
  width: 100%;
  float: left; }
  .galleries__list {
    width: 100%;
    float: left;
    list-style-type: none; }
    .galleries__list__item {
      float: left;
      width: 33.33%;
      padding: 10px; }
      @media (max-width: 768px) {
        .galleries__list__item {
          padding: 0 !important;
          width: 100%;
          margin-bottom: 30px; } }
      .galleries__list__item img {
        width: 100%;
        float: left; }
      .galleries__list__item:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 20px; }
      .galleries__list__item:nth-child(3n+3) {
        padding-right: 0;
        padding-left: 20px; }
      .galleries__list__item__link {
        width: 100%;
        float: left;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
        .galleries__list__item__link.invisible {
          -webkit-transform: scale(0.5) translateZ(0) translateY(30px);
          -ms-transform: scale(0.5) translateZ(0) translateY(30px);
          transform: scale(0.5) translateZ(0) translateY(30px);
          opacity: 0; }
        .galleries__list__item__link:hover {
          /*-webkit-transform : scale(1.02,1.02);
					-moz-transform : scale(1.02,1.02);
					-o-transform : scale(1.02,1.02);
					-ms-transform : scale(1.02,1.02);
					transform : scale(1.02,1.02);*/
          /*box-shadow : 0 1px 2px rgba(0,0,0,0.2);*/
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2); }
      .galleries__list__item__information {
        width: 100%;
        float: left;
        padding: 15px;
        border: 1px solid #e0e1e1;
        border-top: 0; }
        .galleries__list__item__information strong {
          display: inline-block;
          width: 100%;
          float: left;
          color: #333;
          font-size: 14px;
          line-height: 22px; }
        .galleries__list__item__information .time {
          text-transform: uppercase;
          color: #888;
          font-size: 12px;
          line-height: 22px;
          float: left;
          width: 75%; }
        .galleries__list__item__information .count {
          float: left;
          width: 25%;
          color: #888;
          font-size: 12px;
          line-height: 22px;
          text-align: right; }

.albums .soc-breadcrumbs__social-print__social {
  display: none; }
.albums__header {
  margin-top: 20px;
  margin-bottom: 10px; }
  .albums__header p {
    font-size: 16px; }
.albums__content .album {
  margin: 15px 0; }
  .albums__content .album__preview {
    height: 220px;
    background-color: #e2e2e2;
    background-size: cover;
    background-position: center;
    position: relative; }
    .albums__content .album__preview:before {
      transition: background-color 0.4s;
      content: ' ';
      width: 100%;
      height: 100%;
      background-color: rgba(240, 77, 70, 0.4);
      position: absolute;
      top: 0;
      left: 0; }
  .albums__content .album__description {
    padding: 15px 15px 30px 15px;
    border: 1px solid #e2e2e2; }
    .albums__content .album__description h6 {
      margin-bottom: 0;
      font-size: 14px;
      font-weight: bold; }
    .albums__content .album__description__date {
      text-transform: uppercase;
      color: #909090;
      float: left; }
    .albums__content .album__description__item-count {
      color: #909090;
      float: right; }
  .albums__content .album:hover .album__preview:before {
    background-color: rgba(240, 77, 70, 0); }

.news-list .list-header {
  margin-bottom: 30px; }
  @media (max-width: 500px) {
    .news-list .list-header {
      margin-bottom: 20px; } }
.news-list .newspost {
  position: relative; }
  .news-list .newspost hr {
    margin: 30px 0;
    border-color: #eeefef;
    border-width: 1px; }
    @media (max-width: 500px) {
      .news-list .newspost hr {
        margin: 10px 0 30px 0; } }
  .news-list .newspost .text {
    width: 100%; }
  .news-list .newspost .image + .text {
    width: 70%;
    padding-left: 0px;
    display: inline-block; }
  .news-list .newspost .image {
    height: 100px;
    width: 30%;
    background-repeat: no-repeat;
    display: inline-block;
    float: left; }
  @media (max-width: 587px) {
    .news-list .newspost .image {
      width: 30%;
      position: relative;
      margin-bottom: 5px; }
    .news-list .newspost .text {
      padding-left: 0 !important;
      width: 70% !important; } }
  @media (min-width: 587px) and (max-width: 1024px) {
    .news-list .newspost .image {
      width: auto;
      padding-right: 30px; } }
  .news-list .newspost .text h3 {
    font-weight: normal; }
    @media (max-width: 587px) {
      .news-list .newspost .text h3 {
        margin-left: 10px;
        font-size: 20px;
        line-height: 1.2; }
        .news-list .newspost .text h3 a {
          line-height: 1; } }
    .news-list .newspost .text h3 a {
      color: #f04d46; }
      .news-list .newspost .text h3 a:hover {
        color: #c01510; }
  .news-list .newspost .text .date {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 587px) {
      .news-list .newspost .text .date {
        margin-left: 30px; } }
    .news-list .newspost .text .date:before {
      position: absolute;
      left: -20px;
      top: 0px;
      display: inline-block;
      font-family: 'icomoon'; }
  .news-list .newspost .text p {
    font-size: 14px;
    line-height: 1.6; }
    @media (max-width: 587px) {
      .news-list .newspost .text p {
        margin-left: 10px;
        font-size: 12px; } }

.local section {
  margin: 60px 0; }
.local .banner {
  margin-bottom: 40px; }
  .local .banner__slider__slide__gaps {
    display: none; }
.local h4 {
  margin-bottom: 0;
  line-height: 1; }
.local .no-title-align {
  padding-top: 28px; }
.local .newsletter-box {
  height: 226px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #eeefef;
  padding: 10px 20px; }
  .local .newsletter-box h4 {
    margin-bottom: 10px; }
  .local .newsletter-box input[type="submit"] {
    margin-bottom: 5px; }
.local .info-box {
  position: relative;
  height: 226px;
  background-color: #f04d46;
  color: #FFF;
  padding: 10px 20px; }
  .local .info-box h4, .local .info-box p {
    font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #FFF;
    text-align: center; }
  .local .info-box h4 {
    margin-bottom: 10px; }
  .local .info-box p {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 40px); }
  .local .info-box a:hover {
    color: #FFF; }
  .local .info-box__signup {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 40px); }
    .local .info-box__signup__signup-link {
      padding: 0 50px;
      margin-bottom: 10px;
      margin: 0 auto; }
      .local .info-box__signup__signup-link:before {
        background-color: #FFF;
        width: calc(100% - 100px);
        left: 50px; }
.local .image-box img {
  width: 100%; }
.local .facebook-box .facebook {
  height: 400px; }
  .local .facebook-box .facebook .fb-like-box {
    width: 100%; }
    .local .facebook-box .facebook .fb-like-box span {
      width: 100% !important; }
      .local .facebook-box .facebook .fb-like-box span iframe {
        width: 100% !important; }
.local .twitter-box .twitter {
  height: 400px; }
  .local .twitter-box .twitter #twitter-widget-1 {
    width: 100% !important; }
.local .twitter-box .twitter-header__follow {
  right: 50px;
  top: 3px;
  margin-top: 0;
  position: absolute; }
.local .facebook, .local .twitter {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #eeefef;
  overflow: hidden; }
.local .twitter-header h4, .local .facebook-header h4 {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  position: relative; }
.local .twitter-header .icon-twitter-1, .local .twitter-header .icon-facebook-1, .local .facebook-header .icon-twitter-1, .local .facebook-header .icon-facebook-1 {
  float: right; }

.politicians {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  min-height: 750px; }
  .politicians:after {
    display: table;
    clear: both;
    content: ''; }
  .politicians__empty {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #f1f3f3;
    color: #777;
    font-weight: 400;
    font-size: 2;
    text-align: center;
    float: left;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #ccc;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    max-height: 0;
    overflow: hidden; }
    .politicians__empty.active {
      opacity: 1;
      max-height: 80px;
      padding: 30px; }
  .politicians .excerpt {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #32373e; }
  .politicians header {
    background-color: #f04d46;
    color: #fff;
    height: 50px; }
  .politicians__toggles {
    float: left;
    display: inline-block; }
    @media (max-width: 768px) {
      .politicians__toggles {
        display: none; } }
    .politicians__toggles a {
      display: inline-block;
      color: #c8002c;
      min-width: 50px;
      height: 50px;
      font-size: 25px;
      line-height: 50px;
      text-align: center;
      font-weight: normal;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s ease-in-out;
      float: left;
      padding: 0 15px; }
      .politicians__toggles a.selected {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
        color: #fff; }
      .politicians__toggles a:hover {
        background-color: rgba(0, 0, 0, 0.04); }
  @media (max-width: 768px) {
    .politicians__filters__search {
      width: 20% !important;
      text-indent: 9999px;
      overflow: hidden; }
      .politicians__filters__search:before {
        text-indent: 0;
        width: 100%; } }
  .politicians__filters div:not(.row):not(.columns) {
    padding: 0 15px;
    border-left: 1px solid #c8002c;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 768px) {
      .politicians__filters div:not(.row):not(.columns) {
        display: inline-block;
        width: 40%;
        min-width: 0;
        padding: 0 5px; } }
    .politicians__filters div:not(.row):not(.columns):hover {
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2) inset; }
      .politicians__filters div:not(.row):not(.columns):hover:before {
        color: rgba(255, 255, 255, 0.8); }
    .politicians__filters div:not(.row):not(.columns).active {
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3) inset;
      background-color: #e34039; }
      .politicians__filters div:not(.row):not(.columns).active:before {
        color: #fff; }
      .politicians__filters div:not(.row):not(.columns).active:after {
        opacity: 1;
        -webkit-transform: scaleY(1); }
    .politicians__filters div:not(.row):not(.columns):last-of-type {
      border-right: 1px solid #c8002c; }
    .politicians__filters div:not(.row):not(.columns):before {
      margin-right: 5px;
      line-height: inherit;
      display: inline-block;
      float: left;
      font-family: icomoon;
      color: #c8002c;
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .politicians__filters div:not(.row):not(.columns):after {
      width: 0;
      height: 0;
      content: '';
      display: inline-block;
      border: 6px solid transparent;
      border-bottom-color: #f1f3f3;
      position: absolute;
      bottom: 0;
      left: calc(50% - 3px);
      pointer-events: none;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 1;
      -webkit-transform: scaleY(0);
      -webkit-transform-origin: bottom center; }
  .politicians__filters__search:before {
    content: "\e614";
    font-size: 1.5em; }
  .politicians__filters__letter:before {
    content: "\e638";
    font-size: 2.3em; }
  .politicians__filters__area:before {
    content: "\e608";
    font-size: 1.7em; }
  .politicians__filterings {
    background-color: #f1f3f3;
    float: left;
    width: 100%;
    box-sizing: content-box;
    position: relative;
    z-index: 200; }
    .politicians__filterings ::-webkit-input-placeholder, .politicians__filterings :-moz-placeholder, .politicians__filterings ::-moz-placeholder, .politicians__filterings :-ms-input-placeholder {
      color: #d6dace; }
    .politicians__filterings__letter {
      margin: 10px !important; }
    .politicians__filterings__area {
      margin: 10px !important; }
      .politicians__filterings__area li {
        width: auto;
        margin: 0;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px; }
        .politicians__filterings__area li a {
          width: 100% !important;
          text-align: center;
          font-size: 14px !important;
          line-height: 1.2 !important;
          padding: 10px !important;
          border: 1px solid #e0e0e0 !important; }
          .politicians__filterings__area li a.active {
            border-color: #f04d46 !important; }
    .politicians__filterings div:not(.row):not(.columns) {
      display: none;
      margin: 10px;
      overflow: hidden; }
      .politicians__filterings div:not(.row):not(.columns).active {
        display: block; }
    .politicians__filterings input {
      width: 100%;
      height: 50px;
      line-height: 50px;
      font-size: 1.2em;
      border: 1px solid #d6dace;
      padding: 0 15px;
      box-shadow: none;
      color: #222;
      margin: 0; }
      .politicians__filterings input:focus {
        box-shadow: none;
        background-color: #fff; }
  .politicians__title {
    float: left;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 50px;
    margin-left: 20px;
    margin-top: 0;
    font-weight: 300; }
  .politicians__list {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: visible;
    box-shadow: 0px 1px 2px -4px rgba(0, 0, 0, 0.2) inset;
    -webkit-overflow-scrolling: touch !important; }
    div[ng-controller][ng-init] .politicians__list {
      max-height: none; }
      div[ng-controller][ng-init] .politicians__list:after {
        display: none; }
    .politicians__list::-webkit-scrollbar {
      -webkit-appearance: none; }
    .politicians__list::-webkit-scrollbar:vertical {
      width: 2px; }
    .politicians__list::-webkit-scrollbar-thumb {
      background-color: #f04d46;
      border: 1px solid #ec1e17;
      border-radius: 0px;
      -webkit-appearance: none; }
    .politicians__list::-webkit-scrollbar-track {
      background-color: rgba(240, 77, 70, 0.2); }
    .politicians__list:after {
      display: none;
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-8 */
      content: '';
      height: 100px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      pointer-events: none;
      opacity: 0.6; }
    .grid .politicians__list {
      padding: 0 15px; }
    .politicians__list__item {
      width: 100%;
      float: left;
      background-color: #fff;
      border-bottom: 1px solid #eceeee;
      -webkit-transform: translateZ(0);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      @media (max-width: 768px) {
        .politicians__list__item {
          height: 100px; }
          .politicians__list__item.ng-enter {
            opacity: 0;
            max-height: 0px; }
            .politicians__list__item.ng-enter .politicians__list__item__img {
              opacity: 0;
              transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
          .politicians__list__item.ng-enter.ng-enter-active {
            opacity: 1;
            max-height: 100px; }
            .politicians__list__item.ng-enter.ng-enter-active .politicians__list__item__img {
              opacity: 1; }
          .politicians__list__item.ng-leave {
            opacity: 1;
            max-height: 100px;
            overflow: hidden; }
            .politicians__list__item.ng-leave .politicians__list__item__img {
              opacity: 0; }
          .politicians__list__item.ng-leave-active {
            opacity: 0;
            max-height: 0px;
            -webkit-transform: scaleX(0.95); } }
      @media (min-width: 769px) {
        .politicians__list__item {
          height: 80px; }
          .politicians__list__item.ng-enter {
            opacity: 0;
            max-height: 0px; }
            .politicians__list__item.ng-enter .politicians__list__item__img {
              opacity: 0;
              transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
          .politicians__list__item.ng-enter.ng-enter-active {
            opacity: 1;
            max-height: 80px; }
            .politicians__list__item.ng-enter.ng-enter-active .politicians__list__item__img {
              opacity: 1; }
          .politicians__list__item.ng-leave {
            opacity: 1;
            max-height: 80px;
            overflow: hidden; }
            .politicians__list__item.ng-leave .politicians__list__item__img {
              opacity: 0; }
          .politicians__list__item.ng-leave-active {
            opacity: 0;
            max-height: 0px;
            -webkit-transform: scaleX(0.95); } }
      .politicians__list__item:hover .politicians__list__item__img {
        -webkit-transform: scale(1.1);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); }
      .politicians__list__item * {
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .politicians__list__item:first-child {
        border-top: 1px solid #eceeee; }
      .politicians__list__item:nth-child(even) {
        background-color: #f6f5f5; }
      .politicians__list__item__img {
        height: 55px;
        width: 55px;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        float: left;
        margin: 10px 20px;
        border: 2px solid #fff;
        border-radius: 50%;
        transition: all 0.2s ease-out;
        position: relative;
        background-size: cover;
        background-position: center center;
        -webkit-transform: scale(1) translateY(0px);
        -webkit-transform-origin: bottom center;
        opacity: 1; }
        @media (max-width: 768px) {
          .politicians__list__item__img {
            margin: 20px 10px; } }
        @media (min-width: 1025px) and (max-width: 1100px) {
          .politicians__list__item__img {
            margin: 10px 10px; } }
      .politicians__list__item__personal {
        float: left;
        display: inline-block;
        border-right: 1px solid #eceeee;
        width: 35%;
        width: calc(45% - 95px);
        height: 80px; }
        @media (max-width: 768px) {
          .politicians__list__item__personal {
            height: 100px; } }
        @media (min-width: 1025px) and (max-width: 1100px) {
          .politicians__list__item__personal {
            width: calc(47% - 95px); } }
        .politicians__list__item__personal h5 {
          font-size: 16px;
          color: #f04d46;
          font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          line-height: 1.2;
          margin: 0;
          margin-top: 20px;
          float: left;
          width: 100%;
          transition: all 0.2s ease; }
        .politicians__list__item__personal h6 {
          font-size: 13px;
          color: #32373e;
          float: left;
          width: 100%;
          margin: 0;
          font-weight: normal; }
      .politicians__list__item__phone, .politicians__list__item__mail, .politicians__list__item__social {
        float: left;
        display: inline-block;
        padding: 0 15px;
        height: 80px;
        border-right: 1px solid #eceeee;
        color: #32373e;
        white-space: nowrap;
        overflow: hidden; }
        .politicians__list__item__phone:before, .politicians__list__item__mail:before, .politicians__list__item__social:before {
          color: #cad9d9;
          position: relative;
          top: 2px;
          font-size: 1.2em; }
        .politicians__list__item__phone.empty:before, .politicians__list__item__mail.empty:before, .politicians__list__item__social.empty:before {
          display: none; }
      .politicians__list__item__social {
        padding: 5px; }
        .politicians__list__item__social a {
          display: block;
          text-align: center;
          margin-top: 9px; }
          .grid .politicians__list__item__social a {
            display: inline-block;
            margin: 10px 5px; }
            .grid .politicians__list__item__social a:first-of-type {
              margin-left: 2px; }
          .politicians__list__item__social a i {
            width: 20px;
            height: 20px;
            box-shadow: 0 0 0 1px; }
            .grid .politicians__list__item__social a i {
              width: 20px;
              height: 20px; }
              .grid .politicians__list__item__social a i:before {
                font-size: 2em; }
            .politicians__list__item__social a i:before {
              font-size: 2em;
              text-align: center;
              width: 100%;
              display: block;
              margin: 0;
              margin-left: -3px; }
      .politicians__list__item__phone:before {
        display: inline-block;
        content: "\e60b";
        font-family: icomoon; }
      .politicians__list__item__mail:before {
        display: inline-block;
        content: "\e60a";
        font-family: icomoon; }
      .politicians__list__item__phone {
        line-height: 80px;
        width: 15%; }
      .politicians__list__item__mail {
        line-height: 80px;
        width: 25%; }
        @media (min-width: 1025px) and (max-width: 1100px) {
          .politicians__list__item__mail {
            width: 27%; } }
      .politicians__list__item__social {
        width: 5%; }
      .politicians__list__item__areas {
        float: right;
        display: inline-block;
        padding-left: 25px;
        text-align: left;
        width: 25%; }
        .politicians__list__item__areas strong {
          text-transform: uppercase;
          color: #32373e;
          font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 12px;
          line-height: 1.2;
          margin-top: 20px;
          display: block;
          margin-bottom: 5px; }
        @media (min-width: 1025px) and (max-width: 1100px) {
          .politicians__list__item__areas {
            width: 23%; } }
      .politicians__list__item__readmore, .politicians__list__item__areatext {
        display: none; }
      @media (max-width: 768px) {
        .politicians__list__item__phone, .politicians__list__item__mail, .politicians__list__item__social, .politicians__list__item__areas {
          display: none; }
        .politicians__list__item__personal {
          width: calc(100% - 80px);
          border: 0; }
        .politicians__list__item__areas {
          width: calc(38% - 27.5px);
          padding-left: 10px;
          white-space: wrap;
          word-break: break-word;
          height: 100px; } }
      @media (min-width: 768px) {
        .grid .politicians__list__item {
          width: 33.33%;
          width: calc(33.33% - 15px);
          border: 1px solid #eceeee;
          margin: 80px 7.5px;
          height: auto;
          padding: 15px;
          padding-bottom: 0;
          background-color: #fff;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);
          margin-bottom: 20px; }
          .grid .politicians__list__item:hover {
            box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05); }
          .grid .politicians__list__item:first-child {
            margin-left: 0;
            margin-right: 15px; }
          .grid .politicians__list__item:last-child {
            margin-right: 0;
            margin-left: 15px; }
          .grid .politicians__list__item__img {
            width: 160px;
            height: 160px;
            display: block;
            margin: 0 auto;
            position: relative;
            top: -80px;
            float: none;
            margin-bottom: -80px; }
          .grid .politicians__list__item__personal {
            width: 100%;
            border: 0;
            height: auto;
            min-height: 135px; }
            .grid .politicians__list__item__personal h5 {
              font-size: 20px;
              margin-bottom: 5px; }
            .grid .politicians__list__item__personal h6 {
              min-height: 40px;
              display: block; }
          .grid .politicians__list__item__social, .grid .politicians__list__item__phone, .grid .politicians__list__item__mail {
            float: left;
            width: 100%;
            padding: 0;
            height: auto;
            line-height: 24px; }
            .grid .politicians__list__item__social:before, .grid .politicians__list__item__phone:before, .grid .politicians__list__item__mail:before {
              font-size: 24px;
              float: left;
              margin-right: 10px; }
          .grid .politicians__list__item__areas {
            display: none; }
          .grid .politicians__list__item__areatext {
            display: inline-block;
            text-transform: uppercase;
            color: #32373e;
            font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            font-size: 12px;
            line-height: 1.2;
            margin-top: 20px;
            display: block;
            margin-bottom: 5px; }
          .grid .politicians__list__item__contact {
            float: left;
            display: inline-block;
            width: calc(100% + 31px);
            left: -15px;
            position: relative;
            padding: 15px;
            background: #f4f4f4;
            /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            /* FF3.6+ */
            /* Chrome,Safari4+ */
            /* Chrome10+,Safari5.1+ */
            /* Opera 11.10+ */
            /* IE10+ */
            background: linear-gradient(to bottom, #f0f0f0 0%, #fbfbfb 50%);
            /* W3C */
            min-height: 125px; } }
    .politicians__list--simple {
      max-height: 750px !important;
      overflow-y: scroll;
      border-top: 1px solid #d6dace; }
      .politicians__list--simple .politicians__list__item {
        height: auto; }
        .politicians__list--simple .politicians__list__item:first-child {
          border-top: 0; }
        .politicians__list--simple .politicians__list__item a {
          display: inline-block;
          line-height: 1.6;
          padding: 15px 15px;
          width: 100%;
          color: #f04d46;
          font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 1.1em;
          padding-left: 50px;
          position: relative; }
          .politicians__list--simple .politicians__list__item a:hover:before {
            color: #f04d46; }
          .politicians__list--simple .politicians__list__item a:before {
            display: inline-block;
            content: "\e63a";
            font-family: icomoon;
            line-height: inherit;
            font-size: inherit;
            color: #cad9d9;
            border: 1px solid currentColor;
            width: 25px;
            height: 25px;
            text-align: center;
            border-radius: 50%;
            line-height: 23px;
            font-size: 0.9em;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: absolute;
            left: 15px;
            top: 14px; }
  .politicians__input {
    float: right;
    display: inline-block;
    padding-top: 9px; }
    .politicians__input input, .politicians__input select {
      height: 32px;
      margin: 0;
      min-width: 180px; }
  .politicians__loading {
    position: absolute;
    right: 14px;
    top: 0;
    height: 50px;
    display: inline-block;
    padding-top: 21px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .politicians__loading.show {
      opacity: 1; }
    .politicians__loading span {
      width: 6px;
      height: 6px;
      display: inline-block;
      background-color: #fff;
      border-radius: 50%;
      float: left;
      margin: 1px;
      margin-left: 10px;
      opacity: 0.75;
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-animation: loadingDot;
      animation: loadingDot;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
      .politicians__loading span:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .politicians__loading span:nth-of-type(2) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      .politicians__loading span:nth-of-type(3) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }

@-webkit-keyframes loadingDot {
  0%, 100% {
    -webkit-transform: scale(1);
    opacity: 0.75; }

  30% {
    -webkit-transform: scale(1.3);
    opacity: 1; } }

@keyframes loadingDot {
  0%, 100% {
    -webkit-transform: scale(1);
    opacity: 0.75; }

  30% {
    -webkit-transform: scale(1.3);
    opacity: 1; } }

.politician {
  float: none;
  clear: both; }
  @media (max-width: 768px) {
    .politician {
      margin-top: 15px; } }
  .politician header, .politician figure, .politician img {
    width: 100%;
    margin: 0; }
  .politician header h1 {
    line-height: 1.2;
    margin-top: 0; }
  .politician header p {
    font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 22px;
    color: #32373e;
    line-height: 1.4; }
  .politician img {
    border-bottom: 1px solid #eeefef;
    max-width: calc(100% - 15px); }
  .politician__short {
    width: 66.66%;
    float: left; }
  .politician__details {
    width: 33.33%;
    float: right; }
    .politician__details .box {
      width: 100%;
      float: left; }
    .politician__details span {
      width: 100%;
      float: left;
      display: inline-block; }
      .politician__details span + br + span {
        margin-top: 15px; }
  @media (max-width: 768px) {
    .politician__short, .politician__details {
      width: 100%; } }
  .politician__facebook:before, .politician__twitter:before, .politician__phone:before, .politician__www:before, .politician__location:before, .politician__email:before, .politician__instagram:before {
    display: inline-block;
    float: left;
    width: 25px;
    margin-right: 10px;
    color: #b41926;
    font-family: icomoon;
    line-height: 26px;
    font-size: 2.2em;
    text-align: center; }
  .politician__facebook:before {
    content: "\e600"; }
  .politician__twitter:before {
    content: "\e601"; }
  .politician__instagram:before {
    content: "\e602"; }
  .politician__phone:before {
    content: "\e60b"; }
  .politician__email:before {
    content: "\e60a"; }
  .politician__location:before {
    content: "\e608"; }
  .politician__www:before {
    content: "\e63a"; }

.mac .politician header p {
  font-weight: 300; }

.list {
  margin: 0;
  padding: 0; }
  .list--inline {
    border: 0;
    line-height: 1.5; }
    .list--inline + .list--inline {
      margin-top: 25px; }
    .list--inline li {
      display: inline-block; }
  .list__item {
    width: 100%;
    float: left;
    padding: 20px 0;
    position: relative; }
    @media (max-width: 768px) {
      .list__item__left, .list__item__right {
        display: inline-block; } }
  .list--arrows li {
    line-height: 1.4;
    margin-bottom: 15px; }
    .list--arrows li a {
      position: relative;
      padding-left: 20px;
      color: #000;
      display: inline-block;
      width: 100%;
      line-height: 1.4; }
      .list--arrows li a:hover:before {
        left: 3px; }
      .list--arrows li a:before {
        content: "\e631";
        font-family: icomoon;
        color: #f04d46;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1.4;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .list--menu {
    border: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    float: left;
    width: 100%; }
    .box--menu .list--menu {
      transition: none; }
    .list--menu__item .list--menu__item a {
      padding-left: 30px; }
    .list--menu__item .list--menu__item .list--menu__item a {
      padding-left: 45px;
      font-size: 0.9em; }
    .list--menu__item {
      width: 100%;
      float: left;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      background-color: #eeefef; }
      .list--menu__item .list--menu {
        border: 0; }
      .list--menu__item.has-submenu > a {
        width: 85%;
        float: left; }
      .list--menu__item.active {
        background-color: #d6dace !important; }
        .list--menu__item.active > a {
          font-weight: 600; }
          .list--menu__item.active > a i {
            background-color: #f04d46; }
            .list--menu__item.active > a i:before {
              color: #FFF; }
      .list--menu__item div.arrow {
        width: 15%;
        max-width: 48px;
        float: right;
        position: relative; }
        .list--menu__item div.arrow:after {
          content: "\e631";
          font-family: icomoon;
          display: inline-block;
          font-size: 1em;
          line-height: 40px;
          color: rgba(0, 0, 0, 0.3);
          width: 100%;
          text-align: center;
          cursor: pointer;
          transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .list--menu__item.open > div.arrow:after {
        -webkit-transform: rotateZ(180deg); }
      .list--menu__item.has-icon > a {
        position: relative;
        padding-right: 50px; }
      .list--menu__item a {
        display: inline-block;
        width: 100%;
        padding: 12px 20px;
        line-height: 1.2;
        color: #222; }
        .list--menu__item a i {
          position: absolute;
          right: 15px;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          overflow: hidden; }
          .list--menu__item a i:before {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 20px;
            padding: 5px;
            line-height: 1; }
        .list--menu__item a:hover {
          background-color: rgba(0, 0, 0, 0.04); }
          .list--menu__item a:hover i:before {
            -webkit-animation: toBottomFromTop 0.3s forwards;
            animation: toBottomFromTop 0.3s forwards; }
  @media (max-width: 768px) {
    .list--pipes li {
      width: auto; } }
  .list--pipes li:after {
    content: ' | ';
    display: inline-block;
    margin-left: 10px; }
  .list--pipes li:last-child:after {
    display: none; }
  .list--tab {
    float: left;
    width: 100%;
    list-style-type: none;
    position: relative;
    padding-top: 40px;
    margin: 10px 0;
    margin-bottom: 30px; }
    .small .list--tab {
      padding-top: 0; }
      .small .list--tab .list--tab__item .toggle {
        position: static;
        left: auto;
        display: block;
        width: 100%;
        border-right-width: 1px;
        border-bottom-width: 0; }
      .small .list--tab .list--tab__item:last-child .toggle {
        border-bottom-width: 1px; }
    .list--tab__item:nth-child(1) .toggle {
      left: 0; }
    .list--tab__item:nth-child(2) .toggle {
      left: 155px; }
    .list--tab__item:nth-child(3) .toggle {
      left: 310px; }
    .list--tab__item__content {
      display: none;
      overflow: hidden;
      padding: 20px; }
      .list--tab .list--tab__item__content {
        padding-left: 0;
        padding-right: 0; }
    .active .list--tab__item__content {
      display: block;
      border-bottom: 1px solid #f04d46;
      border-top: 1px solid #eeefef;
      width: 100%;
      float: left;
      background-color: #fff; }
      .active .list--tab__item__content button, .active .list--tab__item__content input, .active .list--tab__item__content textarea, .active .list--tab__item__content select {
        min-height: 40px; }
      .active .list--tab__item__content input {
        margin-right: -1px; }
      .active .list--tab__item__content .list {
        border-bottom: 0; }
        .active .list--tab__item__content .list--inline {
          font-weight: bold;
          font-size: 1.1em; }
          @media (max-width: 768px) {
            .active .list--tab__item__content .list--inline {
              width: calc(100% + 40px);
              left: -20px;
              position: relative; }
              .active .list--tab__item__content .list--inline li {
                width: 20%;
                float: left;
                text-align: center;
                min-height: 40px; } }
          .active .list--tab__item__content .list--inline a {
            line-height: 27px;
            width: 27px;
            text-align: center;
            color: #333;
            display: inline-block;
            font-weight: normal;
            font-size: 1.2em;
            border: 1px solid transparent; }
            .active .list--tab__item__content .list--inline a:hover {
              background-color: #dfe2e2;
              text-decoration: none; }
            .active .list--tab__item__content .list--inline a.active {
              background-color: #d6dace;
              color: #fff; }
        .active .list--tab__item__content .list--arrows li {
          width: 33.33%;
          float: left; }
    .list--tab__item__toggle {
      width: 155px;
      text-align: center;
      line-height: 40px;
      background-color: #eeefef;
      display: inline-block;
      border-bottom: 0;
      border-right: 1px solid #fff;
      color: #222;
      position: absolute;
      top: 0px;
      text-transform: uppercase;
      font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .list--tab__item__toggle:visited {
        color: #222; }
      li:last-child .list--tab__item__toggle {
        border-right-width: 1px; }
      .list--tab__item__toggle:hover {
        background-color: #e1e3e3; }
      .active .list--tab__item__toggle {
        background-color: #f04d46;
        font-weight: 500; }
        .active .list--tab__item__toggle:visited {
          color: #fff; }

.politicians .list {
  border-bottom: 0; }
  .politicians .list--inline {
    font-weight: bold;
    font-size: 1.1em; }
    @media (max-width: 768px) {
      .politicians .list--inline {
        position: relative; }
        .politicians .list--inline li {
          display: inline-block;
          text-align: center; } }
    .politicians .list--inline li {
      min-height: 40px; }
    .politicians .list--inline a {
      text-align: center;
      color: #333;
      display: inline-block;
      font-weight: normal;
      font-size: 1.2em;
      border: 1px solid transparent;
      min-width: 32px;
      line-height: 32px;
      padding: 0 5px; }
      .politicians .list--inline a:hover {
        background-color: #dfe2e2;
        text-decoration: none; }
      .politicians .list--inline a.active {
        background-color: #f04d46;
        color: #fff; }
    @media (min-width: 768px) {
      .politicians .list--inline li {
        margin-left: calc((100% - 756px)/28); } }
  .politicians .list--arrows li {
    width: 33.33%;
    float: left; }

.box {
  position: relative; }
  .box, .box * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (max-width: 1024px) {
    .large-9 .columns:first-child > .box:first-child {
      margin-top: 15px; } }
  @media (max-width: 1024px) {
    .box {
      margin-bottom: 15px; } }
  .box--menu {
    padding: 0;
    background-color: #edefef;
    float: left;
    width: 100%;
    margin-top: 15px; }
    @media (min-width: 1025px) {
      .box--menu {
        margin-top: 0; } }
    .box--menu .box__header {
      width: 100%;
      border-bottom-color: #f04d46;
      margin: 0;
      font-family: inherit;
      display: inline-block !important; }
      @media (max-width: 1024px) {
        .box--menu .box__header {
          border-top-left-radius: 2px;
          border-top-right-radius: 2px;
          transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          padding: 15px 20px; }
          .box--menu .box__header:after {
            font-family: icomoon;
            content: "\e631";
            position: absolute;
            right: 0px;
            line-height: 50px;
            top: 0;
            font-size: 1.1em;
            width: 48px;
            display: inline-block;
            text-align: center;
            color: rgba(0, 0, 0, 0.3);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); } }
    @media (max-width: 1024px) {
      .box--menu ul {
        display: none; } }
    .box--menu.open .box__header {
      border-bottom: 2px solid #f04d46; }
      .box--menu.open .box__header:after {
        -webkit-transform: rotateZ(180deg); }
    .box--menu.open ul {
      display: block; }
  .box--politician {
    width: 100%;
    float: none; }
    .box--politician span {
      width: 100%;
      display: inline-block; }
      .box--politician span + br + span {
        margin-top: 15px; }

.document-list h2 {
  margin: 0;
  line-height: 1; }
.document-list .document {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  display: table; }
  .document-list .document:nth-child(1) {
    padding-top: 15px; }
  .document-list .document .image, .document-list .document .info {
    display: table-cell; }
  .document-list .document .info {
    vertical-align: top;
    min-height: 150px;
    position: relative;
    padding-left: 20px; }
    .document-list .document .info .date {
      font-size: 11px;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      padding-left: 25px;
      display: inline-block;
      position: relative; }
      .document-list .document .info .date:before {
        font-size: 14px;
        position: absolute;
        top: -1px;
        left: 0;
        font-family: 'icomoon';
        color: #cccccc; }
    .document-list .document .info p {
      padding-bottom: 22px;
      margin-bottom: 0; }
    .document-list .document .info .links {
      position: absolute;
      left: 20px;
      bottom: -3px; }
      .document-list .document .info .links a {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 12px; }
        .document-list .document .info .links a.icon-download {
          padding-right: 25px;
          position: relative; }
          .document-list .document .info .links a.icon-download:before {
            font-family: 'icomoon';
            color: #cad9d9;
            position: absolute;
            top: -1px;
            right: 0;
            font-size: 14px;
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
        .document-list .document .info .links a:hover {
          color: #f04d46; }
          .document-list .document .info .links a:hover:before {
            color: #f04d46; }
      .document-list .document .info .links .vertical-divider {
        display: inline-block;
        position: relative;
        top: 2px;
        margin: 0 10px;
        height: 14px;
        background-color: #f04d46;
        width: 1px; }

@media (max-width: 768px) {
  .calendar-box {
    padding: 0; } }
.calendar-box__list {
  background-color: #eeefef;
  border-top: 2px solid #f04d46;
  margin: 10px 0 0 0;
  min-height: 200px;
  max-height: 400px;
  overflow-y: scroll;
  padding-bottom: 30px;
  position: relative; }
  .calendar-box__list__container {
    position: relative; }
  .calendar-box__list__item {
    list-style: none;
    padding: 10px;
    background-color: #eeefef;
    border-bottom: 1px solid #ccc; }
    .calendar-box__list__item__date, .calendar-box__list__item__description {
      display: inline-block;
      float: left; }
    .calendar-box__list__item__date {
      padding: 10px;
      margin-right: 15px;
      background-color: #FFF;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      width: 50px; }
      .calendar-box__list__item__date p {
        margin: 0;
        text-align: center; }
      .calendar-box__list__item__date__month {
        font-size: 10px;
        color: #f04d46;
        text-transform: uppercase; }
      .calendar-box__list__item__date__date {
        font-size: 18px;
        color: #000; }
    .calendar-box__list__item__description {
      width: calc(100% - 65px); }
      .calendar-box__list__item__description__time {
        font-weight: bold;
        font-size: 10px;
        text-transform: uppercase; }
    .calendar-box__list__item:last-child {
      border-bottom: 0; }
    .calendar-box__list__item:after {
      content: '';
      display: block;
      clear: both; }
  .calendar-box__list::-webkit-scrollbar {
    -webkit-appearance: none; }
  .calendar-box__list::-webkit-scrollbar:vertical {
    width: 2px; }
  .calendar-box__list::-webkit-scrollbar-thumb {
    background-color: #f04d46;
    border: 1px solid #ec1e17;
    border-radius: 0px;
    -webkit-appearance: none; }
  .calendar-box__list::-webkit-scrollbar-track {
    background-color: rgba(240, 77, 70, 0.2); }
.calendar-box__more {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 15px;
  background-color: #eeefef;
  position: relative; }
  .calendar-box__more:before {
    display: block;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #eeefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content: ' ';
    height: 100px;
    position: absolute;
    top: -101px;
    left: 0;
    width: calc(100% - 1px);
    pointer-events: none;
    opacity: 1; }

@media only print {
  a {
    color: #000 !important; }
    a[href]:after {
      display: none !important; }
  hr {
    border-color: #000 !important; }
  table {
    border-top-color: #000; }
  .attachment {
    display: block !important;
    width: 100% !important; }
    .attachment__type, .attachment__size {
      width: 50% !important; }
    .attachment__link {
      display: none !important; }
  ul li:before {
    background-color: #000 !important; }
  blockquote {
    padding-top: 5px !important;
    border: none !important;
    background-color: #efefef !important; }
    blockquote:before {
      color: #000 !important; }
  section {
    margin: 0 !important; }
  header .nav, header .subnav {
    display: none !important; }
  .article__content__intro .header-date {
    margin-top: 20px; }
  .article__content__author {
    overflow: hidden !important; }
  .article__content__attachments {
    margin: 30px 0 !important; }
  .box {
    border: 2px solid #eee; }
  .youtube-video {
    height: auto !important; }
    .youtube-video-play-button {
      display: none !important; }
    .youtube-video img {
      top: 0 !important; }
  .soc-breadcrumbs__map {
    width: 100%; }
    .soc-breadcrumbs__map a.active {
      color: #000 !important;
      font-weight: bold; }
  .soc-breadcrumbs__social-print {
    display: none !important; }
  aside {
    display: none; }
  footer .columns {
    display: none !important; }
  footer .columns:nth-child(1) {
    display: block !important;
    width: 100%; }
    footer .columns:nth-child(1) li {
      display: inline-block;
      width: 30%;
      float: left;
      padding-left: 30px;
      margin-right: 10%; }
      footer .columns:nth-child(1) li.icon-location, footer .columns:nth-child(1) li.icon-mail {
        height: 20px;
        line-height: 20px; }
      footer .columns:nth-child(1) li:before {
        top: 0;
        font-size: 20px; }
      footer .columns:nth-child(1) li:nth-child(even) {
        margin-right: 30%; }
  footer .content {
    height: auto !important; }
  footer .row:nth-child(2) {
    display: none !important; }
  footer .blue-footer {
    display: none !important; }
  .soc-breadcrumbs {
    display: none; } }

@media only screen { }

/* Define mobile styles */
@media only screen and (max-width: 768px) {
  /* GALLERY */
  /* Gallery */
  /* SEARCH */
  /* THEMES */
  /*FRONT-PAGE */
  /* MEMBER RELATED STUFF */
  /* ARTICLE RELATED STUFF */
  /* EVENT RELATED */
  /* SEARCH RELATED */
  /* FRONT PAGE RELATED */
  h1, h2, h3, h4, h5, h6, p, a, blockquote, blockquote p, small, cite {
    line-height: 1.3; }
  section {
    margin-bottom: 30px !important; }
  .mobile-specific-no-display {
    display: block; }
  .footer-nav div:last-child hr {
    display: none;
    margin-bottom: 20px; }
  .mobile-specific {
    display: block; }
  .desktop-specific {
    display: none; }
  .expand-mobile {
    width: 100%; }
  .arrow-link:before {
    height: 1px; }
  .main-content {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    padding-top: 50px;
    background-color: #fff; }
  .soc-breadcrumbs {
    display: none; }
  .soc-aside .media-box__media {
    width: 100%; }
    .soc-aside .media-box__media img {
      width: 100%; }
  .sidenav {
    margin-top: 30px; }
    .sidenav__section-title:not(.box__header) {
      display: none; }
    .sidenav__toggle {
      display: block; }
    .sidenav ul {
      display: none; }
      .sidenav ul li ul {
        display: block; }
  .youtube-video:before {
    display: none; }
  .gallery__content__top-nav {
    margin-top: 20px; }
  .gallery__content__slider {
    height: 300px; }
    .gallery__content__slider .slides li {
      height: 300px; }
      .gallery__content__slider .slides li img {
        max-height: 300px; }
  .gallery__image-description {
    margin-top: 0; }
    .gallery__image-description .description {
      position: absolute;
      top: -50px; }
    .gallery__image-description .pagination {
      display: inline-block;
      left: 1.25rem;
      top: 3px;
      width: auto; }
  .themes__big-boxes {
    margin-top: 25px; }
  .themes .outer-box {
    width: 100%;
    display: block;
    height: 135px; }
    .themes .outer-box .inner-box {
      height: 110px;
      width: 265px; }
      .themes .outer-box .inner-box i {
        top: 5px;
        left: calc(50% - 23px);
        height: 46px;
        width: 46px; }
        .themes .outer-box .inner-box i:before {
          top: 9px;
          left: 9px;
          font-size: 28px; }
      .themes .outer-box .inner-box p {
        display: none; }
      .themes .outer-box .inner-box h1 {
        margin-top: 58px;
        font-size: 24px; }
    .themes .outer-box.hovering .inner-box i {
      top: 5px !important; }
  .themes__list .theme-box {
    height: 65px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #ededeb;
    padding: 10px; }
    .themes__list .theme-box i {
      top: 10px;
      left: 10px;
      height: 45px;
      width: 45px; }
      .themes__list .theme-box i:before {
        top: 9px;
        left: 11px;
        font-size: 21px; }
    .themes__list .theme-box__text {
      padding-left: 55px; }
      .themes__list .theme-box__text h5 {
        font-size: 16px;
        margin-top: 12px; }
      .themes__list .theme-box__text p {
        display: none; }
  .header .subnav__list, .header .nav {
    display: none; }
  .header .respnav--toggle {
    cursor: pointer; }
  .header .subnav__mobile-icon {
    display: inline-block;
    position: relative;
    font-size: 50px;
    color: #FFF;
    margin-top: 25px;
    margin-right: 0px;
    width: 50px;
    height: 50px;
    padding-top: 6px;
    margin-top: 0px; }
    .header .subnav__mobile-icon span {
      height: 5px;
      width: 32px;
      background-color: #FFF;
      display: block;
      margin: 5px; }
  .header__logo {
    margin: 7px 0;
    width: auto !important;
    max-height: 36px;
    max-width: 100%;
    height: auto; }
  .header .cookies p {
    text-align: center; }
  .header .cookies .button {
    margin: 0 auto 15px auto; }
  .member input[type="submit"] {
    width: 100%; }
  .sidenav {
    margin-bottom: 20px; }
  .article__content__intro {
    margin-bottom: 0; }
  .article__content__author__date {
    display: none; }
  .article__content__content p {
    line-height: 1.6; }
  .article__content__content blockquote:before {
    font-size: 60px;
    width: 60px;
    height: 60px; }
  .article__content__content .box {
    padding: 20px; }
  .events section {
    margin-bottom: 20px; }
  .events__content__pages {
    padding: 10px 0; }
  .search .search-field {
    height: auto; }
    .search .search-field__header {
      padding: 20px 0; }
      .search .search-field__header .search-form input[type="text"] {
        width: calc(100% - 125px); }
      .search .search-field__header .search-form input[type="submit"] {
        width: 100px; }
  .banner {
    margin-bottom: 40px;
    background-color: #FFF; }
    .banner__list__item__text {
      margin-bottom: 0 !important; }
    .banner__slider__slide__content {
      width: 90%;
      margin: 200px 5% 0 5%;
      padding: 40px 20px 20px 20px;
      text-align: center;
      height: auto; }
      .banner__slider__slide__content h2 {
        font-size: 20px;
        font-weight: normal;
        margin: 15px 0;
        line-height: 1.3; }
      .banner__slider__slide__content p {
        font-size: 14px;
        line-height: 1.5; }
      .banner__slider__slide__content__readmore {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 30px 0;
        padding: 0 50px;
        padding-left: 0; }
        .banner__slider__slide__content__readmore:before {
          left: 0px;
          width: calc(100% - 50px); }
        .banner__slider__slide__content__readmore .au:after {
          margin-left: 0; }
    .banner__slider__slide__image {
      width: 100%;
      height: 225px;
      background-size: cover; }
    .banner__slider__slide__gaps {
      display: none; }
    .banner .flex-control-nav {
      top: 50%;
      height: 50px;
      right: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .focus-area {
    padding-top: 15px; }
    .focus-area hr {
      margin-bottom: 0; }
    .focus-area__focus-point__focus-point-header:before {
      display: block;
      width: 94px;
      margin: 0 auto; }
    .focus-area__focus-point__focus-point-header__focus-point-header-text {
      display: block; }
      .focus-area__focus-point__focus-point-header__focus-point-header-text h2, .focus-area__focus-point__focus-point-header__focus-point-header-text p {
        display: block;
        width: 100%;
        text-align: left;
        float: left;
        width: 100%; }
      .focus-area__focus-point__focus-point-header__focus-point-header-text h2 {
        font-size: 22px !important; }
      .focus-area__focus-point__focus-point-header__focus-point-header-text p {
        font-size: 14px !important; }
    .focus-area__focus-point__focus-point-description {
      text-align: left;
      margin-top: 0; }
  .member-area aside {
    border-style: 3px solid; }
  .member-area__info-box {
    padding: 28px; }
    .member-area__info-box p {
      font-size: 16px;
      margin-bottom: 10px; }
    .member-area__info-box__signup-link {
      width: 145px; }
      .member-area__info-box__signup-link:before {
        left: 35px;
        width: calc(100% - 70px); }
      .member-area__info-box__signup-link .au {
        right: 0; }
  .member-area .mobile-red {
    margin-bottom: 40px;
    background-color: #f04d46; }
  .member-area__newsletter-box {
    padding: 10px; }
    .member-area__newsletter-box h4 {
      margin-bottom: 10px; }
  .social .row .mobile-specific-box {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 20px; }
  .social__facebook, .social__twitter {
    border: none;
    height: auto;
    margin-bottom: 60px; }
  .social__twitter {
    display: none; }
  .social__facebook {
    margin-bottom: 0;
    margin-left: -10px; }
  .social__facebook-header h4, .social__twitter-header h4 {
    display: inline-block;
    position: relative;
    font-weight: normal;
    width: 100%; }
  .social__facebook-header hr, .social__twitter-header hr {
    border-width: 1px 0 0;
    border-color: #EEE; }
  .social__facebook-header hr {
    margin: 10px 0; }
  .social__twitter-header hr {
    display: none; }
  .social__twitter-header__follow {
    top: 3px; }
  .latest-news hr.mobile-specific-no-display {
    margin: 30px 0; }
  .latest-news__divider {
    background-color: transparent;
    margin-top: 0px; }
    .latest-news__divider__link {
      padding: 0 50px 0 25px; }
  .latest-news__newsposts__newspost {
    height: auto; }
    .latest-news__newsposts__newspost h3 {
      font-weight: 300; }
    .latest-news__newsposts__newspost p {
      display: none; }
    .latest-news__newsposts__newspost:last-child {
      padding-bottom: 20px; }
  .politic-quote {
    padding: 20px 10px 40px 10px; }
    .politic-quote__politician-image {
      width: 120px;
      height: 120px;
      background-size: 120px;
      display: block;
      margin: 0 auto; }
    .politic-quote blockquote {
      padding: 20px 0 0 0;
      text-align: center; }
      .politic-quote blockquote span {
        font-size: 20px; }
        .politic-quote blockquote span:after {
          display: none; }
      .politic-quote blockquote footer {
        line-height: 0.5;
        padding-top: 25px; }
        .politic-quote blockquote footer cite {
          line-height: 1.3; }
  .articles {
    margin-bottom: 10px; }
    .articles .article-box {
      padding-bottom: 0;
      margin-bottom: 40px; }
    .articles__article hr {
      margin: 5px 0 10px 0; }
    .articles__article figcaption {
      position: relative;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      height: auto;
      padding-bottom: 15px; }
    .articles__article__link-box {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .articles__article:hover .articles__article__media-box > div:first-child {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .articles__article a {
      line-height: 1.5; }
  .find-politician header .find-politician__display-icons {
    display: none; }
  .find-politician header .find-politician__input-fields {
    margin: 15px 0 0 0;
    width: 100%; }
    .find-politician header .find-politician__input-fields input, .find-politician header .find-politician__input-fields select {
      width: 100%;
      border: 1px solid #d6dace;
      background-color: #FFF;
      height: 40px; }
      .find-politician header .find-politician__input-fields input ::-webkit-input-placeholder, .find-politician header .find-politician__input-fields select ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #000; }
      .find-politician header .find-politician__input-fields input :-moz-placeholder, .find-politician header .find-politician__input-fields select :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #000;
        opacity: 1; }
      .find-politician header .find-politician__input-fields input ::-moz-placeholder, .find-politician header .find-politician__input-fields select ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #000;
        opacity: 1; }
      .find-politician header .find-politician__input-fields input :-ms-input-placeholder, .find-politician header .find-politician__input-fields select :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #000; }
      .find-politician header .find-politician__input-fields input[type="submit"], .find-politician header .find-politician__input-fields select[type="submit"] {
        width: 100%;
        background-color: #d6dace;
        font-weight: bold;
        margin-bottom: 20px; }
    .find-politician header .find-politician__input-fields select {
      float: right; }
  .find-politician header h5 {
    margin-left: 0; }
  .find-politician .listview .columns {
    padding: 0; }
  .find-politician .listview .persona {
    width: 80%; }
  .normal-quote {
    height: 430px;
    background-size: cover;
    background-position: center; }
    .normal-quote__slider {
      position: relative; }
      .normal-quote__slider__slides {
        margin: 0; }
        .normal-quote__slider__slides__slide__personal-image {
          display: block;
          width: 110px;
          height: 110px;
          background-size: 110px;
          margin: 0 auto;
          float: none; }
        .normal-quote__slider__slides__slide blockquote {
          margin-top: 0px; }
          .normal-quote__slider__slides__slide blockquote p {
            font-size: 18px;
            text-align: center;
            padding-top: 20px; }
          .normal-quote__slider__slides__slide blockquote footer {
            margin: 0; }
            .normal-quote__slider__slides__slide blockquote footer cite, .normal-quote__slider__slides__slide blockquote footer small {
              display: block;
              width: 100%;
              text-align: center; }
        .normal-quote__slider__slides__slide .columns:nth-child(2) {
          display: none; }
      .normal-quote__slider ol {
        top: 320px;
        width: 60px; }
        .normal-quote__slider ol li a {
          width: 10px;
          height: 10px; }
    .normal-quote__divider {
      background-color: transparent;
      text-align: left;
      height: auto;
      margin-top: 20px; }
      .normal-quote__divider h4 {
        padding: 0;
        top: 0;
        margin: 0;
        font-weight: normal; }
    .normal-quote hr {
      border-width: 1px;
      margin: 10px 0;
      border-color: #FFF; }
  .footer {
    padding-top: 40px; }
    .footer .content {
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: hidden; }
    .footer h4 {
      cursor: pointer; }
    .footer hr {
      border-color: #ced6d6; } }

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 768px) {
  .respnav--container {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: block;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    pointer-events: none; }
    .respnav .respnav--container {
      pointer-events: initial; }
    .respnav--container__menu-container-one, .respnav--container__menu-container-two {
      padding: 8%;
      width: 100%; }
      .respnav--container__menu-container-one ul, .respnav--container__menu-container-two ul {
        margin: 0;
        list-style-type: none; }
        .respnav--container__menu-container-one ul li, .respnav--container__menu-container-two ul li {
          list-style: none; }
          .respnav--container__menu-container-one ul li a, .respnav--container__menu-container-two ul li a {
            display: block;
            padding: 15px 0; }
    .respnav--container__menu-container-one {
      background-color: #FFF; }
      .respnav--container__menu-container-one input {
        border: 2px solid #d6dace;
        box-shadow: none; }
      .respnav--container__menu-container-one ul li {
        display: block;
        position: relative; }
        .respnav--container__menu-container-one ul li a {
          font-size: 16px;
          font-weight: bold;
          font-family: "BrandonGrotesque", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          text-transform: uppercase;
          color: #000; }
          .respnav--container__menu-container-one ul li a:hover {
            color: #f04d46; }
        .respnav--container__menu-container-one ul li:after {
          content: ' ';
          position: absolute;
          height: 2px;
          width: 15px;
          bottom: 0;
          left: 0;
          background-color: #f04d46; }
        .respnav--container__menu-container-one ul li:nth-last-child(1):after {
          display: none; }
    .respnav--container__menu-container-two {
      background-color: #f04d46;
      padding-top: 3%;
      height: 100%; }
      .respnav--container__menu-container-two ul li a {
        color: #FFF; }
      .respnav--container__menu-container-two__divider {
        height: 2px;
        width: 100%;
        margin-top: 50px;
        background-color: #FFF;
        position: relative; }
        .respnav--container__menu-container-two__divider:before {
          content: ' ';
          height: 43px;
          width: 73px;
          background-image: url('../img/small_logo.png');
          background-size: 43px;
          background-repeat: no-repeat;
          padding-right: 30px;
          background-color: #f04d46;
          position: absolute;
          top: -21px;
          left: 0; }
  .respnav header {
    z-index: 20;
    right: 80%; }
  .respnav .respnav--container {
    z-index: 1;
    position: fixed;
    top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .header {
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    right: 0%;
    height: 50px !important; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .tablet-portrait-12 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  .tablet-portrait-4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left; }
  .tablet-portrait-6 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }
  .mobile-landscape-12 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  .mobile-landscape-6 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }
  .mobile-landscape-5 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left; }
  .mobile-landscape-4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left; }
  .mobile-landscape-3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left; }
  .mobile-landscape-offset-2 {
    margin-left: 16.66667%; }
  .respnav--container {
    overflow-y: scroll; }
  .politic-quote {
    padding: 20px 10px 40px 10px; }
    .politic-quote__politician-image {
      width: 150px;
      height: 150px;
      background-size: 150px;
      display: block;
      margin: 40px auto 0 auto; }
    .politic-quote blockquote {
      padding: 20px 0 0 0;
      text-align: center; }
      .politic-quote blockquote span {
        font-size: 20px; }
        .politic-quote blockquote span:after {
          display: none; }
      .politic-quote blockquote footer {
        line-height: 0.5;
        padding-top: 25px; }
        .politic-quote blockquote footer cite {
          line-height: 1.3; }
  .footer .mobile-specific-no-display {
    display: none; }
  .footer .content {
    height: auto;
    overflow: visible; }
  .footer .mobile-landscape-4:last-child {
    float: left; }
  .footer .mobile-landscape-clear-left {
    clear: left; }
  .footer ul li {
    word-break: break-all; }
    .footer ul li a {
      word-break: break-all; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .search .search-field__header .search-form input[type="text"] {
    width: calc(100% - 95px); }
  .search .search-field__header .search-form input[type="submit"] {
    width: 80px; } }

@media only screen and (min-width: 40.063em) { }

/* min-width 641px, medium screens */
@media only screen and (min-width: 768px) and (max-width: 64em) {
  /* Specific sections */
  /* member signup */
  /* gallery page */
  /* themes page */
  /* search page */
  /* front page and header */
  .soc-aside {
    margin-bottom: 0px; }
    .soc-aside .date-picker-module ul {
      padding: 0 0 20px 0; }
      .soc-aside .date-picker-module ul li {
        width: 8%;
        margin: 0.19%; }
        .soc-aside .date-picker-module ul li:nth-child(4n) {
          margin-right: 0.19%; }
    .soc-aside .date-picker-module .date-select-all {
      float: left;
      width: 100%;
      text-align: center; }
  .soc-breadcrumbs {
    padding-top: 25px;
    margin: 0 0 10px 0; }
    .soc-breadcrumbs__map {
      width: 100%; }
    .soc-breadcrumbs__social-print {
      display: none; }
  .youtube-video:before {
    display: none; }
  .article .row:first-child {
    position: relative; }
  .article__content__event {
    margin-top: 20px; }
  .sidenav {
    margin-bottom: 0; }
    .sidenav__section-title {
      display: none; }
    .sidenav__toggle {
      display: block;
      background-color: #d6dace;
      color: #32373e;
      text-align: left;
      transition: background-color 0.4s, color 0.4s; }
    .sidenav.open .sidenav__toggle {
      background-color: #f04d46;
      color: #FFF; }
    .sidenav ul {
      display: none; }
      .sidenav ul li ul {
        display: block; }
  .member input[type="submit"] {
    margin: 0 auto;
    display: block; }
  .gallery .mobile-specific {
    display: block; }
  .gallery .desktop-specific {
    display: none; }
  .gallery__content {
    margin-bottom: 40px; }
    .gallery__content__slider {
      height: 450px; }
      .gallery__content__slider .slides li {
        height: 450px; }
        .gallery__content__slider .slides li img {
          max-height: 450px; }
  .gallery__image-description {
    margin-top: 0; }
    .gallery__image-description .description {
      position: absolute;
      top: -50px; }
    .gallery__image-description .pagination {
      display: inline-block;
      left: 1.25rem;
      top: 0px;
      width: auto; }
  .gallery footer {
    float: left; }
  .themes {
    padding-top: 30px; }
    .themes__big-boxes .outer-box {
      height: 300px; }
      .themes__big-boxes .outer-box .inner-box {
        height: 150px;
        width: 280px; }
        .themes__big-boxes .outer-box .inner-box h1 {
          font-size: 28px;
          margin-top: 50px; }
    .themes__list {
      padding-bottom: 30px; }
  .search .search-field {
    margin-bottom: 0; }
  .header .nav ul li {
    width: auto; }
  .header .nav__social {
    padding-top: 20px;
    float: right;
    position: absolute;
    right: 30px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .header .nav__social a {
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-left: 10px; }
      .header .nav__social a:before {
        font-size: 30px;
        line-height: 20px; }
      .header .nav__social a:hover:before {
        color: #FFF; }
      .header .nav__social a[class^='icon-instagram']:before {
        font-size: 16px !important;
        margin-left: 2.5px; }
  .header .nav__small-logo {
    margin-left: -90px; }
  .header .cookies p {
    text-align: center; }
  .header .cookies .cookie-button {
    margin: 0 auto 16px auto; }
  .fixed-nav .header .nav__social {
    position: absolute;
    right: -100px; }
    .fixed-nav .header .nav__social a {
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-left: 10px; }
      .fixed-nav .header .nav__social a:before {
        font-size: 30px; }
      .fixed-nav .header .nav__social a:hover:before {
        color: #FFF; }
  .fixed-nav .header__small-logo {
    margin-left: 0 !important;
    margin-right: 15px; }
  .banner {
    margin-bottom: 40px; }
  .focus-area {
    padding-top: 15px; }
    .focus-area hr {
      margin-bottom: 0; }
    .focus-area__focus-point__focus-point-header:before {
      display: block;
      width: 94px;
      margin: 0 auto; }
    .focus-area__focus-point__focus-point-header__focus-point-header-text {
      display: block; }
      .focus-area__focus-point__focus-point-header__focus-point-header-text h2, .focus-area__focus-point__focus-point-header__focus-point-header-text p {
        display: block;
        width: 100%;
        text-align: left; }
  .member-area__info-box {
    margin-bottom: 40px; }
  .latest-news__newsposts__newspost {
    height: 120px; }
    .latest-news__newsposts__newspost__text p {
      display: none; }
  .politic-quote__politician-image {
    display: block;
    margin: 0 auto; }
  .politic-quote__blockquote {
    padding: 25px 70px 0 50px; }
    .politic-quote__blockquote__quote:after {
      display: none; }
  .politic-quote .desktop-specific {
    display: none; }
  .articles {
    margin-bottom: 10px; }
    .articles .article-box {
      padding: 20px 20px 0 20px;
      margin-bottom: 40px; }
    .articles__article hr {
      margin: 5px 0 10px 0; }
    .articles__article figcaption {
      position: relative;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      height: auto;
      padding-bottom: 15px; }
    .articles__article__link-box {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .articles__article:hover .articles__article__media-box > div:first-child {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .articles__article a {
      margin-top: 3px;
      margin-bottom: 15px;
      line-height: 1; }
      .articles__article a:before {
        left: 0;
        bottom: -3px;
        background-color: #f04d46;
        width: calc(100% - 50px); }
      .articles__article a .au {
        height: 20px;
        width: 20px;
        top: -5px; }
  .find-politician .views .listview td.image {
    width: 8%; }
  .find-politician .views .listview td.persona {
    width: 20%; }
  .find-politician .views .listview td.phone, .find-politician .views .listview td.mail {
    width: 14%; }
  .find-politician .views .listview td.social {
    width: 8%; }
  .find-politician .views .listview td.misc {
    display: none;
    width: 20%; }
  .find-politician .views .listview td.area {
    width: 16%; }
  .normal-quote__slider ol {
    margin-top: 0; }
  .footer .columns:nth-child(1) {
    padding-right: 0; }
  .footer .content {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden; } }

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 64em) and (orientation: landscape) {
  /* Styles */
  .tablet-landscape-8 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left; }
  .tablet-landscape-6 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }
  .tablet-landscape-4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left; }
  .banner__slider__slide__content {
    padding: 0 25px;
    width: 50%;
    position: relative; }
    .banner__slider__slide__content__readmore {
      left: 25px; }
  .banner__slider__slide__image {
    width: 50%; }
  .focus-area__focus-point {
    width: 33.3333%; }
    .focus-area__focus-point__focus-point-header {
      width: 100%;
      margin-bottom: 0; }
    .focus-area__focus-point__focus-point-description {
      width: 100%;
      position: relative;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding-top: 20px; }
  .member-area__info-box {
    padding: 29px 70px; }
  .member-area .columns::nth-child(1) {
    width: 66.6666%; }
  .member-area .columns::nth-child(2) {
    width: 33.3333%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 64em) and (orientation: portrait) {
  /* Styles */
  .tablet-portrait-12 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  .tablet-portrait-4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left; }
  .tablet-portrait-6 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }
  .respnav--container {
    display: block; }
  .main-content {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0); }
  .respnav .header {
    right: 0; }
  .search {
    padding-top: 55px; }
  .header {
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    right: 0%;
    height: 50px !important; }
    .header .subnav__list, .header .nav {
      display: none; }
    .header .respnav--toggle {
      cursor: pointer; }
    .header .subnav {
      height: 50px; }
      .header .subnav__mobile-icon {
        display: inline-block;
        position: relative;
        font-size: 50px;
        color: #FFF;
        margin: 0;
        width: 50px;
        height: 50px;
        padding-top: 6px; }
        .header .subnav__mobile-icon span {
          height: 5px;
          width: 32px;
          background-color: #FFF;
          display: block;
          margin: 5px; }
    .header .cookies p {
      text-align: center; }
    .header .cookies .button {
      margin: 18px auto 15px auto; }
  .banner {
    background-color: #FFF; }
    .banner__slider__slide .row {
      padding: 0 0.9375rem; }
    .banner__slider__slide__content {
      width: 100%;
      margin: 250px 0 0 0;
      padding: 40px 20px 20px 20px;
      text-align: center;
      height: auto; }
      .banner__slider__slide__content h2 {
        font-size: 20px;
        font-weight: normal;
        margin: 15px 0;
        line-height: 1.3; }
      .banner__slider__slide__content p {
        font-size: 14px;
        line-height: 1.5; }
      .banner__slider__slide__content__readmore {
        position: relative;
        margin-top: 30px;
        bottom: 10px; }
        .banner__slider__slide__content__readmore:before {
          left: 0;
          width: calc(100% - 50px); }
        .banner__slider__slide__content__readmore .au:after {
          margin-left: 0; }
    .banner__slider__slide__image {
      width: 100%;
      height: 375px;
      background-size: cover; }
    .banner__slider__slide__gaps {
      display: none; }
    .banner .flex-control-nav {
      position: absolute;
      top: 15px;
      right: 0;
      margin: 0 auto; }
  .focus-area__focus-point__focus-point-header:before {
    display: inline-block; }
  .focus-area__focus-point__focus-point-header__focus-point-header-text {
    display: inline-block;
    text-align: left; }
    .focus-area__focus-point__focus-point-header__focus-point-header-text h2, .focus-area__focus-point__focus-point-header__focus-point-header-text p {
      text-align: left; }
  .focus-area__focus-point__focus-point-description {
    text-align: left;
    vertical-align: middle; }
  .member-area__info-box {
    padding: 19px 15px; }
    .member-area__info-box h3 {
      margin-bottom: 15px; }
    .member-area__info-box p {
      font-weight: normal;
      margin-bottom: 20px;
      line-height: 1.3; }
    .member-area__info-box__signup-link {
      margin-bottom: 20px; }
  .member-area__newsletter-box {
    padding: 20px; }
  .politic-quote {
    padding: 40px 0; }
    .politic-quote__politician-image {
      width: 150px;
      height: 150px;
      background-size: 150px;
      margin-top: 40px; }
    .politic-quote__blockquote {
      padding: 0 0 0 30px; }
      .politic-quote__blockquote__quote {
        font-size: 20px;
        line-height: 1.3; }
  .articles__article.second {
    background-color: #eeefef;
    border: none; }
  .articles__article a {
    margin-top: 10px; }
  .find-politician header h5 {
    margin-left: 0; }
  .find-politician header .find-politicians__input-fields input, .find-politician header .find-politicians__input-fields select {
    width: 145px; }
  .find-politician header .find-politicians__input-fields__input-zipcode {
    margin-right: 15px; }
  .find-politician .image div {
    float: left; }
  .find-politician .phone, .find-politician .mail, .find-politician .social, .find-politician .misc {
    display: none; }
  .normal-quote {
    height: auto; }
    .normal-quote__slider__slides__slide__personal-image {
      margin-top: 20px; }
    .normal-quote__slider ol {
      top: 0;
      margin-top: 0; }
    .normal-quote .desktop-specific {
      display: none; }
  .fixed-nav .header {
    height: auto; }
  .find-politician header .find-politician__input-fields {
    margin: 9px 0; }
  .find-politician .views td.image {
    width: 4% !important; }
    .find-politician .views td.image div {
      float: left; }
  .find-politician .views td.area {
    width: 8% !important; }
  .normal-quote blockquote {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
  .footer {
    padding-top: 20px; }
    .footer .tablet-portrait-4 {
      width: 33.3333%; }
    .footer .tablet-portrait-clear-left {
      clear: left; }
    .footer .tablet-portrait-4:last-child {
      float: left; } }

@media only screen and (min-width: 64.063em) { }

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) and (max-width: 90em) { }

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */