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

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

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

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  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.3/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

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

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .team-v2:before, .clearfix:after, .team-v2:after {
  content: " ";
  display: table;
}
.clearfix:after, .team-v2: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%;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -8px;
}
[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 8px 17px;
}

@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;
  }
}
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 17px;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 14px;
  padding-right: 28px;
  padding-bottom: 14px;
  padding-left: 28px;
  font-size: 14px;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #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: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 15px;
  padding-right: 31px;
  padding-bottom: 16px;
  padding-left: 31px;
  font-size: 17px;
}
button.small, .button.small {
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  font-size: 11px;
}
button.tiny, .button.tiny {
  padding-top: 8px;
  padding-right: 17px;
  padding-bottom: 9px;
  padding-left: 17px;
  font-size: 9px;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 10px;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 10px;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #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: #007095;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #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: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #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: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #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.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 14px;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -7px;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 7px;
}
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: 7px;
}

/* Label Styles */
label {
  font-size: 12px;
  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 14px 0;
  padding: 7px 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: 12px;
  height: 32px;
  line-height: 32px;
}

/* 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: 29px;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 29px;
  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: 12px;
  margin: 0 0 14px 0;
  padding: 7px;
  height: 32px;
  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: 7px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 32px;
}
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 14px 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 7px;
  margin-right: 14px;
  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: 17px;
  margin: 15px 0;
}
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 2px;
  margin: 0;
  margin-left: -2px;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 5px 7px 7px;
  margin-top: -1px;
  margin-bottom: 14px;
  font-size: 10px;
  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: 5px 7px 7px;
  margin-top: -1px;
  margin-bottom: 14px;
  font-size: 10px;
  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: 14px;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 5px 7px 7px;
  margin-top: -1px;
  margin-bottom: 14px;
  font-size: 10px;
  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;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 875px;
}
.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: -13px;
  margin-right: -13px;
  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: 13px;
  padding-right: 13px;
  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: 13px;
    padding-right: 13px;
    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: 13px;
    padding-right: 13px;
    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: 13px;
    padding-right: 13px;
    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;
  }
}
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 3px 7px 3px;
  font-size: 9px;
  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;
}
.label.info {
  background-color: #a0d3e8;
  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;
}

ul.pagination {
  display: block;
  min-height: 21px;
  margin-left: -4px;
}
ul.pagination li {
  height: 21px;
  color: #222222;
  font-size: 12px;
  margin-left: 4px;
}
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0px 8px 0px;
  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;
}

.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: 17px;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 26px;
}
@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 875px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    top: 87px;
  }
}
.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, dialog.tiny {
    width: 30%;
    max-width: 875px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 875px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 875px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 875px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 875px;
    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, dialog.full {
    width: 100vw;
    max-width: 875px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 35px;
  line-height: 1;
  position: absolute;
  top: 7px;
  right: 9px;
  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: auto;
  display: none;
  left: 0;
}
dialog[open] {
  display: block;
}

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

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

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

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

@media only screen and (max-width: 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: #0078a0;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 17px;
  line-height: 1.6;
}
p aside {
  font-size: 12px;
  line-height: 1.35;
  font-style: italic;
}

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

h1 {
  font-size: 29px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 7px;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 17px 0 16px;
  height: 0;
}

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

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

small {
  font-size: 77%;
  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: 1px 4px 0px;
}

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

ul {
  margin-left: 15px;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 17px;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 17px;
  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: 15px;
}
ul.circle {
  list-style-type: circle;
  margin-left: 15px;
}
ul.disc {
  list-style-type: disc;
  margin-left: 15px;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 19px;
}
ol li ul,
ol li ol {
  margin-left: 17px;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 4px;
  font-weight: bold;
}
dl dd {
  margin-bottom: 10px;
}

/* 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 17px;
  padding: 7px 17px 0 16px;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 11px;
  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 17px 0;
  border: 1px solid #DDDDDD;
  padding: 8px 10px;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 13px;
}

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

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

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  th.show-for-print {
    display: table-cell !important;
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  background: none;
  min-height: 100%;
  margin-bottom: 0;
  display: block;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  zoom: 1;
}

.flex-viewport {
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transition: all .3s ease;
  background: #f5f5f5;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* #Variables
================================================== */
/* #TYPE
============ */
/* #COLOR
============ */
/* #Text Color Classes
============ */
.white {
  color: #fff !important;
}

.black {
  color: #000;
}

.green {
  color: #5f944c;
}

.light-blue {
  color: #68cce3 !important;
}

.lime {
  color: #bfd44f;
}

.purple {
  color: #7b7cbb;
}

.dark-blue {
  color: #3a516b;
}

.dark-grey {
  color: #3e4044 !important;
}

.light-grey {
  color: #d1d2d4;
}

.accent-red {
  color: #ec5d5f;
}

.accent-yellow {
  color: #e2b732;
}

.accent-grey {
  color: #58585a;
}

a:hover.white {
  color: #68cce3;
}

/* #Background Color Classes
============ */
.bg-green {
  background: #5f944c;
}

.bg-light-blue {
  background: #68cce3;
}

.bg-lime {
  background: #bfd44f;
}

.bg-purple {
  background: #7b7cbb;
}

.bg-dark-blue {
  background: #3a516b;
}

.bg-dark-grey {
  background: #3e4044;
}

.bg-accent-red {
  background: #ec5d5f;
}

.bg-accent-yellow {
  background: #e2b732;
}

.bg-accent-grey {
  background: #58585a;
}

.bg-white {
  background: #fff;
}

/* #General
================================================== */
html {
  min-height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 16px;
  color: #3c3b38;
  font-family: "proxima-nova", sans-serif;
  background: #eaeef2;
}

sup.numbers {
  top: -0.5em;
  font-size: 0.5em;
}

.content {
  background: #fff;
  padding: 40px 0;
  max-width: 1480px;
  margin: 0 auto;
}
@media only screen and (min-width: 40.063em) {
  .content {
    padding: 80px 0;
  }
}

a {
  word-wrap: break-word;
}

/* #Margins and Padding
================================================== */
.no-margin-padding {
  padding: 0;
  margin: 0;
}

.no-margin {
  margin: 0 !important;
}

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

.margin-bottom {
  margin-bottom: 40px !important;
}

.margin-top {
  margin-top: 40px !important;
}

.vertical-padding {
  padding: 120px 0;
}

.no-padding-margin {
  padding: 0 !important;
  margin: 0 !important;
}
.no-padding-margin li {
  padding: 0;
  margin: 0;
}

.vertical-margin {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.general-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pad-small {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pad-large {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.pad-larger {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

@media only screen and (min-width: 40.063em) {
  .pad-sides {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 64.063em) {
  .pad-sides {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.bottom-pad {
  padding-bottom: 80px;
}

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

.row {
  max-width: 1400px;
  position: relative;
}
.row.fluid {
  min-width: 100%;
}
.row.fluid > .columns {
  margin: 0;
  padding: 0;
}
.row.fluid > li {
  margin: 0;
  padding: 0;
}

.light-border-top {
  border-top: 1px solid #eaeef2;
}

.block-grid {
  margin-top: 10px;
  margin-bottom: 10px;
}

.map-content {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  padding-left: 120px !important;
}
@media only screen and (max-width: 1025px) {
  .map-content {
    padding-left: 60px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 641px) {
  .map-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.map {
  background: url("/assets/images/bg-doing-business-map.jpg") no-repeat center center;
  background-size: cover;
}

.overview-content {
  margin: 40px 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.overview-content h2, .overview-content h3, .overview-content h4, .overview-content h5, .overview-content h6 {
  color: white;
}
.overview-content p {
  color: white;
  font-weight: bold;
}
.overview-content.slim-margin {
  margin: 17px 0;
}
@media only screen and (min-width: 40.063em) {
  .overview-content {
    margin: 80px 0;
    padding: 40px 80px 40px 120px;
  }
}

.section {
  display: block;
}

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

.testimonial {
  padding: 40px 0;
}
.testimonial .vertical-align {
  display: block;
  position: relative;
  top: 20px;
}
@media only screen and (max-width: 640px) {
  .testimonial .vertical-align {
    top: 0;
  }
}
.testimonial .small {
  font-size: 22px;
  line-height: 1.2;
}
.testimonial img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .testimonial p {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .testimonial {
    padding: 80px 0;
  }
}

#wall-street .vertical-align {
  display: block;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 640px) {
  #wall-street .vertical-align {
    top: 0;
  }
}
#wall-street img {
  display: block;
  position: relative;
  top: 10px;
  margin: 0 auto;
}
#wall-street p {
  font-size: 21px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0px;
  margin: 0;
  padding-right: 120px;
}
#wall-street p.border-left:before {
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  #wall-street p {
    padding-right: 0px;
  }
}

@media (max-width: 641px) {
  .matchHeight {
    height: auto !important;
  }
}

/* #Fullwidth Proportional Grid
================================================== */
.halves, .halves-industry {
  width: 100%;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 75% !important;
  overflow: hidden;
}

.halves-industry {
  padding-bottom: 90% !important;
}

.halves-halfed {
  width: 100%;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 45% !important;
  overflow: hidden;
}

/* #Tables
================================================== */
table {
  width: 100%;
  border: 1px solid #d1d2d4;
}

th,
td {
  text-align: left;
  padding: 8px 12px;
}

thead tr th {
  color: white;
  background: #3a516b;
  text-transform: uppercase;
}

tr:nth-child(even) td,
tr:nth-child(even) th {
  background: #d1d2d4;
}

td.source {
  font-style: italic;
  font-size: 14px;
}

/* #Typography
================================================== */
@font-face {
  font-family: 'Knockout';
  src: url("/assets/fonts/numbers.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/numbers.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/numbers.woff") format("woff"), url("/assets/fonts/numbers.ttf") format("truetype"), url("/assets/fonts/numbers.svg#cdc280f17589b3c45b2890701c35b3ab") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  line-height: 1.2;
  color: #3e4044;
}

h1 {
  font-size: 73px;
  letter-spacing: 5px;
  line-height: 90px;
  margin: 0 0 21px;
}
@media only screen and (max-width: 667px) {
  h1 {
    font-size: 55px;
    line-height: normal;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 1px;
  }
}

h2 {
  font-size: 48px;
  margin: 0 0 35px;
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: normal;
    letter-spacing: 1px;
  }
}

h3 {
  font-size: 36px;
  letter-spacing: 3px;
  line-height: 37px;
}

h4 {
  font-size: 20px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 479px) {
  h4 {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
  }
}

h5 {
  font-size: 15px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 479px) {
  h5 {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
  }
}

li {
  line-height: 1.3;
  margin: 5px 0;
  font-size: 16px;
}

p {
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 30px;
}

.small-title {
  font-size: 27px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .small-title {
    font-size: 18px;
  }
}

.subhead-din {
  font-family: "din-condensed-web", sans-serif;
}

.subhead-green {
  color: #5f944c;
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 25px;
}

.subhead-blue {
  color: #3a516b;
  font-family: "din-condensed-web", sans-serif;
  font-weight: 300;
  font-size: 38px;
  letter-spacing: 4px;
}

.border:after {
  content: '';
  display: block;
  height: 4px;
  background: #68cce3;
  width: 130px;
  margin: 0 auto;
  margin-top: 20px;
}

.border-white:after {
  content: '';
  display: block;
  height: 4px;
  background: #fff;
  width: 130px;
  margin: 0 auto;
  margin-top: 20px;
}

.border-green:after {
  content: '';
  display: block;
  height: 4px;
  background: #5f944c;
  width: 130px;
  margin: 0 auto;
  margin-top: 20px;
}

.border-light-grey:after {
  content: '';
  display: block;
  height: 4px;
  background: #d1d2d4;
  width: 130px;
  margin: 0 auto;
  margin-top: 20px;
}

.border-dark-blue:after, .main-title-alt h2:after {
  content: '';
  display: block;
  height: 4px;
  background: #3a516b;
  width: 130px;
  margin: 0 auto;
  margin-top: 20px;
}

.main-title {
  margin-bottom: 50px;
}
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
  margin-bottom: 0;
}
.main-title h1 {
  color: #3a516b;
  font-size: 32px;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .main-title h1 {
    font-size: 24px;
  }
}
.main-title h1:after {
  content: '';
  display: block;
  height: 4px;
  background: #d1d2d4;
  width: 130px;
  margin: 0 auto;
  margin-top: 20px;
}
.main-title h4 {
  font-family: "din-condensed-web", sans-serif;
  color: #bfd44f;
  font-size: 22px;
}
.main-title.contrast h1, .main-title.contrast h2, .main-title.contrast h3 {
  color: white;
}
.main-title.alt h4 {
  color: #68cce3;
}
.main-title.alt-a {
  margin-bottom: 0;
}
.main-title.alt-a h4 {
  color: #68cce3;
}
.main-title.alt-a h1 {
  color: #3e4044;
}
.main-title.alt-a h1:after {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .main-title h1 {
    font-size: 46px;
  }
  .main-title h4 {
    font-size: 28px;
  }
}

.main-title-alt h1, .main-title-alt h2, .main-title-alt h3, .main-title-alt h4, .main-title-alt h5, .main-title-alt h6 {
  margin-bottom: 0;
}
.main-title-alt h4 {
  letter-spacing: 2px;
}
.main-title-alt h1 {
  font-size: 65px;
}
@media only screen and (max-width: 480px) {
  .main-title-alt h1 {
    font-size: 45px;
  }
}
.main-title-alt h2 {
  color: #3a516b;
  margin-bottom: 40px;
}

.border-left {
  padding-left: 50px;
}
.border-left:before {
  content: '';
  display: block;
  height: 98px;
  width: 5px;
  background: #3a516b;
  position: absolute;
  left: 25px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1122px) {
  .border-left:before {
    display: none;
  }
}

/* #Buttons
================================================== */
.button {
  display: inline-block;
  margin: 0 auto;
  background: none;
  border: 5px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 8px 25px;
  font-size: 14px;
  transition: all 300ms ease-in-out;
  position: relative;
  z-index: 1;
}
.button.lime {
  border: 5px solid #bfd44f;
}
.button.light-blue {
  border: 5px solid #68cce3;
}
.button.light-blue-small {
  border: 2px solid #68cce3;
  padding: 5px 18px;
  font-size: 12px;
}
.button.light-blue-small:hover {
  background: none;
  border: 2px solid #ec5d5f;
  color: #fff;
}
.button.on-dark-bg {
  color: #fff;
}
.button.on-dark-bg:hover {
  background: none;
  border: 5px solid #d1d2d4;
  color: #fff;
}
.button.on-white-bg {
  color: #3e4044;
  border: 5px solid #ec5d5f;
}
.button.on-white-bg:hover {
  background: none;
  border-color: #ec5d5f;
  color: #fff;
}
.button.solid {
  background: #3a516b;
  color: #fff;
}
.button:after {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ec5d5f;
  z-index: -1;
  transition: all ease-in-out 200ms;
}
.button:hover {
  background: none;
  border: 5px solid #d1d2d4;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
}
.button:hover:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ec5d5f;
  z-index: -1;
}
.button.blue-alt, .button.red-alt {
  background: white;
  color: #3e4044;
  font-weight: 600;
  text-shadow: none;
  border: 4px solid #68cce3;
}
.button.blue-alt:after, .button.red-alt:after {
  background: #68cce3;
}
.button.blue-alt:hover, .button.red-alt:hover {
  color: white;
  background: white;
}
.button.red-alt {
  border-color: #ec5d5f;
}
.button.red-alt:after {
  background: #ec5d5f;
}
.button.small {
  letter-spacing: 0px;
  font-size: 11px;
  padding: 10px 10px;
  border: 2px solid #ec5d5f;
}
.button.small.light-blue-border {
  border-color: #3a516b !important;
}

.button-group {
  margin: 25px 0;
  text-align: center;
}
.button-group .button {
  margin: 5px 10px;
}

/* #Borders
================================================== */
.border-top-bottom {
  padding: 30px 0;
  border-top: 2px solid #888c93;
  border-bottom: 2px solid #888c93;
}

.border-bottom {
  border-bottom: 2px solid #888c93;
}

.border-right:after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -28px;
  background: #888c93;
}

.border-top:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #3e4044;
  margin: 0 auto;
  z-index: 9;
}

.arrow-block {
  position: relative;
}
.arrow-block .content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
.arrow-block:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: block;
  background: url("/assets/images/icon-arrow.svg") no-repeat center center;
  width: 77px;
  height: 33px;
  z-index: 9;
}

/* #Header
================================================== */
.main-header {
  background: #fff;
  min-height: 100px;
  position: relative;
  z-index: 6;
}
.main-header a.logo {
  margin-top: 23px;
  display: block;
  width: 230px;
  height: 43px;
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 3;
}
@media only screen and (max-width: 760px) {
  .main-header a.logo {
    width: 200px;
    height: auto;
    left: 15px;
  }
}
.main-header .phone, .main-header .language {
  font-family: "din-condensed-web", sans-serif;
  color: #3a516b;
  font-size: 17px;
  vertical-align: middle;
  line-height: 1;
}
.main-header .language {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.main-header .language .language-list {
  list-style: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.main-header .language .language-list li {
  display: inline-block;
  margin-right: 3px;
}
.main-header .language .language-list.drop {
  height: auto;
  transition: all 300ms ease;
}
.main-header .industry-quick-nav a {
  display: inline-block;
  background: #3a516b;
  color: #fff;
  padding: 10px 40px 10px 20px;
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  position: relative;
  transition: all 300ms ease;
  letter-spacing: 1px;
}
.main-header .industry-quick-nav a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-header .industry-quick-nav a:hover {
  background: #e2b732;
}
.main-header .navigation {
  float: right;
  text-align: right;
}
.main-header nav.main {
  margin-top: 0;
  display: block;
}
@media only screen and (max-width: 1001px) {
  .main-header nav.main {
    display: none !important;
  }
}
.main-header nav.main ul, .main-header nav.main li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.main-header nav.main li {
  display: inline-block;
  font-size: 0;
  margin: 0;
}
.main-header nav.main li.active {
  background: #3a516b;
}
.main-header nav.main li.active a {
  color: #fff !important;
}
.main-header nav.main a {
  font-family: "din-condensed-web",sans-serif;
  text-transform: uppercase;
  color: #3a516b;
  font-size: 17px;
  border: 1px solid #ccc;
  border-left: none;
  border-bottom: none;
  margin: 0;
  padding: 20px 25px;
  display: block;
}
.main-header nav.main a:hover {
  transition: all ease-in-out 300ms;
  background: #3a516b;
  color: #fff;
}
.main-header nav.main a.first {
  border-left: 1px solid #ccc;
}
.main-header nav.main .sub-menu {
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100%;
  background: #353535;
  z-index: 4;
  display: block;
  text-align: center;
  visibility: hidden;
  transition: opacity 200ms ease;
  background: rgba(62, 64, 68, 0.987);
}
@media only screen and (max-width: 1025px) {
  .main-header nav.main .sub-menu {
    display: none;
  }
}
.main-header nav.main .sub-menu li {
  display: inline-block;
  border: none;
}
.main-header nav.main .sub-menu li a {
  border: none;
  color: #fff;
}
@media only screen and (max-width: 1115px) {
  .main-header nav.main .sub-menu li a {
    padding: 20px 10px;
  }
}
.main-header nav.main .sub-menu.slide-down {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .main-header {
    min-height: 60px;
  }
  .main-header a.logo {
    margin-top: 5px;
    display: block;
    width: 230px;
    height: 43px;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 3;
  }
}
@media only screen and (max-width: 480px) and (max-width: 760px) {
  .main-header a.logo {
    width: 170px;
    height: auto;
    left: 15px;
  }
}

.secondary {
  display: block;
}
@media only screen and (max-width: 1001px) {
  .secondary {
    display: none !important;
  }
}

/* #Industries Quick Nav Slide Out
================================================== */
.industry-block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 300ms ease-in-out;
}
.industry-block.aero:hover {
  background: #68cce3;
}
.industry-block.info:hover {
  background: #e2b732;
}
.industry-block.logistics:hover {
  background: #ec5d5f;
}
.industry-block.bio:hover {
  background: #3a516b;
}
.industry-block.energy:hover {
  background: #5f944c;
}

.industries-fullscreen {
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 800;
  -ms-transform: translate(120%, 0);
  transform: translate(120%, 0);
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: all 300ms ease-in-out;
  visibilty: hidden;
  opacity: 0;
}
.industries-fullscreen.show {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 300ms ease-in-out;
  opacity: 1;
  visibility: visable;
}
.industries-fullscreen .row {
  height: 100%;
  min-height: 100%;
}
.industries-fullscreen .height-100 {
  position: relative;
  min-height: 100%;
  height: 100%;
}
.industries-fullscreen .height-50 {
  position: relative;
  min-height: 50%;
  height: 50%;
}
.industries-fullscreen .industry-nav-content {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.industries-fullscreen .industry-nav-content h1 {
  font-size: 25px;
  letter-spacing: 2px;
}
.industries-fullscreen .close {
  display: block;
  width: 100%;
  height: 12%;
  background: #ec5d5f;
  position: relative;
}
.industries-fullscreen .close:hover {
  background: #e2b732;
}
.industries-fullscreen .close img {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.industries-fullscreen .right-bar {
  position: relative;
  min-height: 100%;
  height: 100%;
  background: #1c1d1f;
}

.industries-landing-nav {
  text-align: center;
  background: white;
  padding: 20px 0;
}
.industries-landing-nav h1,
.industries-landing-nav h3 {
  font-size: 18px;
  line-height: 1;
  margin: 8px 0;
}
.industries-landing-nav p {
  line-height: 1;
}
.industries-landing-nav .industry-block {
  position: relative;
  min-height: inherit;
  height: inherit;
  padding: 20px;
}

/* #Mobile Nav
================================================== */
nav.mobile-menu {
  display: none;
  z-index: 8888;
  position: relative;
}
@media only screen and (max-width: 1001px) {
  nav.mobile-menu {
    display: block !important;
  }
}
nav.mobile-menu .row {
  height: 100%;
}
nav.mobile-menu .mobile-trigger {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/assets/images/mobile-menu.svg") no-repeat center center;
  float: right;
  margin: 38px 40px 0 0;
}
@media only screen and (max-width: 320px) {
  nav.mobile-menu .mobile-trigger {
    margin: 38px 20px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  nav.mobile-menu .mobile-trigger {
    margin: 15px 20px 0 0;
  }
}
nav.mobile-menu .slide-out {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -ms-transform: translate(120%, 0);
  transform: translate(120%, 0);
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 300ms ease-in-out;
  visibilty: hidden;
  opacity: 0;
  text-align: center;
}
nav.mobile-menu .slide-out.open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 300ms ease-in-out;
  opacity: 1;
  visibility: visable;
}
nav.mobile-menu .slide-out ul, nav.mobile-menu .slide-out li {
  margin: 0;
  padding: 0;
}
nav.mobile-menu .slide-out .height-100 {
  height: 100%;
  min-height: 100%;
}
nav.mobile-menu .slide-out ul.mobile-nav {
  height: 100%;
}
nav.mobile-menu .slide-out ul.mobile-nav li {
  height: 12.5%;
  position: relative;
  background: rgba(255, 255, 255, 0.98);
}
nav.mobile-menu .slide-out ul.mobile-nav li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  font-family: "din-condensed-web", sans-serif;
  color: #3a516b;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  nav.mobile-menu .slide-out ul.mobile-nav li a {
    font-size: 24px;
  }
}
nav.mobile-menu .slide-out ul.mobile-nav li a span {
  position: relative;
  display: block;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
nav.mobile-menu .slide-out ul.mobile-nav li.mobile-international a {
  display: inline-block;
  width: auto;
  height: 18px;
  top: 40%;
  margin: 0px 5px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
}
@media only screen and (max-width: 400px) {
  nav.mobile-menu .slide-out ul.mobile-nav li.mobile-international a {
    margin: 0px 2px;
  }
}
nav.mobile-menu .mobile-sidebar {
  position: relative;
  height: 100%;
  background: #ccc;
}
nav.mobile-menu .mobile-sidebar ul, nav.mobile-menu .mobile-sidebar li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
nav.mobile-menu .mobile-sidebar li {
  height: 12.5%;
  line-height: normal;
}
nav.mobile-menu .mobile-sidebar li a {
  background: #68cce3;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
nav.mobile-menu .mobile-sidebar li a img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
nav.mobile-menu .mobile-sidebar .mobile-nav-close {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #ec5d5f;
  margin: 0;
  padding: 0;
}
nav.mobile-menu .mobile-sidebar .mobile-nav-close img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

/* #Featured
================================================== */
.featured-copy h1 {
  line-height: 65px !important;
}
@media only screen and (max-width: 480px) {
  .featured-copy h1 {
    line-height: 40px !important;
  }
}

.featured {
  min-height: 300px;
  position: relative;
  z-index: 2;
  height: 80%;
  background: url("/assets/images/bg-featured-charleston.jpg") no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.featured.aerospace {
  height: 500px;
  background-image: url("/assets/images/bg-featured-aerospace-2.jpg");
}
.featured.aerospace p {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.featured.doing-business {
  background-image: url("/assets/images/bg-featured-doing-business.jpg");
  height: 34%;
}
.featured.content-contrast {
  background-image: url("/assets/images/bg-featured-local.jpg");
  height: 34%;
}
.featured.lifestyle {
  background-image: url("/assets/images/bg-featured-lifestyle.jpg");
  height: 34%;
}
.featured.lifestyle h1, .featured.lifestyle h4, .featured.lifestyle h5, .featured.lifestyle p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.featured.workforce {
  background-image: url("/assets/images/bg-featured-workforce.jpg");
  height: 34%;
}
.featured.tall {
  height: 60%;
}
.featured.short {
  height: 34%;
}
.featured p {
  font-size: 22px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.featured .actions {
  margin: 30px auto 0;
}
.featured .actions .button {
  border-width: 2px;
  text-shadow: 0 0 0 transparent;
  margin: 5px 10px;
}
@media only screen and (max-width: 800px) {
  .featured {
    height: 30%;
  }
}

.home-feature {
  position: relative;
  text-align: center;
  height: 60%;
  z-index: 2;
}
.home-feature .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(59, 80, 108, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-feature .featured-copy {
  top: 45%;
  z-index: 333;
}
.home-feature .featured-copy h1 {
  line-height: 65px;
}
.home-feature h1, .home-feature h2, .home-feature h3, .home-feature h4, .home-feature h5, .home-feature h6 {
  margin: 0;
}
.home-feature h1 {
  font-size: 73px;
  line-height: 73px;
}
@media only screen and (max-width: 673px) {
  .home-feature h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .home-feature h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
.home-feature h4 {
  font-size: 20px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 673px) {
  .home-feature h4 {
    font-size: 12px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 673px) {
  .home-feature h5 {
    font-size: 14px;
    line-height: 14px;
    padding: 0 20px;
  }
}

.video-bg {
  height: 100%;
}

.big-vid {
  height: 100%;
  width: 100%;
}

.icon-scroll a {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 77px;
  height: 43px;
  z-index: 333;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 667px) {
  .icon-scroll a {
    bottom: 20px;
    width: 47px;
    height: 13px;
  }
}
.icon-scroll a:hover {
  bottom: 48px;
}
@media only screen and (max-width: 667px) {
  .icon-scroll a:hover {
    bottom: 25px;
  }
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(59, 80, 108, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.featured-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: centered;
}
.featured-copy.top {
  top: 26%;
}

.image-grid {
  text-align: center;
}
.image-grid img {
  max-width: 225px;
  margin: 0 25px 25px;
}
.image-grid.logos img {
  max-width: 200px;
}

/* #SECTIONS
================================================== */
.content-contrast {
  background: #3a516b;
  color: #fff;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.content-contrast a {
  color: #68cce3;
}
.content-contrast .border-left:before {
  background: #68cce3;
}
@media only screen and (min-width: 40.063em) {
  .content-contrast {
    padding: 80px 0;
  }
}

.global-access {
  background: url("/assets/images/bg-global-access.jpg") no-repeat center center #0099d6;
}

/* #SIDEBAR NAv
================================================== */
.sidebar-nav {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar-nav {
    display: none;
  }
}
.sidebar-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-right: 20px !important;
  transition: all 300ms ease-in-out;
  font-family: "din-condensed-web", sans-serif;
  line-height: 18px;
}
.sidebar-nav li.title {
  color: #231f20;
  font-size: 24px;
  padding: 30px 20px 30px 40px;
  display: block;
  text-transform: uppercase;
}
.sidebar-nav li.title a {
  padding: 0;
  display: block;
  color: inherit;
  font-size: inherit;
  transition: none;
  letter-spacing: inherit;
}
.sidebar-nav li.title a:hover {
  background: inherit;
  color: inherit;
  padding-left: 0;
  text-shadow: none;
}
.sidebar-nav li a {
  padding: 18px 20px 18px 40px;
  display: block;
  font-family: "din-condensed-web", sans-serif;
  color: #515151;
  font-size: 18px;
  transition: all 300ms ease-in-out;
  letter-spacing: 1px;
}
.sidebar-nav li a + ul {
  display: none;
}
@media only screen and (max-width: 835px) {
  .sidebar-nav li a {
    font-size: 16px;
  }
}
.sidebar-nav li a.current {
  background: #3a516b;
  color: #fff;
}
.sidebar-nav li a.current + ul {
  display: block;
}
.sidebar-nav li a:hover {
  background: #3a516b;
  color: #fff;
  padding-left: 60px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.sidebar-nav li .third-tier {
  margin: 0;
  padding: 0;
}
.sidebar-nav li .third-tier li {
  margin: 0 !important;
  padding: 0;
  border: none;
  border-top: 1px solid #eaeaea;
}
.sidebar-nav li .third-tier li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.sidebar-nav li .third-tier li a {
  font-size: 16px;
  padding: 20px 0 20px 60px;
}
.sidebar-nav li .third-tier li a.current {
  background: #3a516b;
  color: #fff;
}

.side-nav-wrapper .medium-9,
.side-nav-wrapper .medium-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .side-nav-wrapper .medium-3 {
    width: 33.333333%;
  }
  .side-nav-wrapper .medium-9 {
    width: 66.666666%;
  }
}
@media (max-width: 767px) {
  .side-nav-wrapper .matchHeight {
    height: auto !important;
  }
}

@media only screen and (min-width: 766px) {
  .accordian-sub-nav {
    display: none;
  }
}
.accordian-sub-nav a.trigger {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  transition: all 300ms ease-in-out;
  font-family: "din-condensed-web", sans-serif;
  line-height: 18px;
  text-align: center;
  padding: 20px 0;
  display: block;
  font-family: "din-condensed-web", sans-serif;
  color: #515151;
  font-size: 18px;
  transition: all 300ms ease-in-out;
  letter-spacing: 0;
  border: 1px solid #eaeaea;
}
.accordian-sub-nav a.trigger:after {
  display: block;
  content: '+';
  width: 20px;
  height: 20px;
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ccc;
}
.accordian-sub-nav .deep-nav-container {
  display: none;
}
.accordian-sub-nav .deep-nav-trigger.open {
  background: #3a516b;
  color: #fff;
}
.accordian-sub-nav ul, .accordian-sub-nav li {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordian-sub-nav li {
  border-bottom: 1px solid #eaeaea;
}
.accordian-sub-nav li a {
  padding: 10px 0;
  display: block;
  font-family: "din-condensed-web", sans-serif;
  color: #515151;
}
.accordian-sub-nav li .deep-nav {
  display: none;
}

/* Weather Widget
================================================== */
.weather-widget {
  overflow: hidden;
  display: block;
  padding: 40px 0;
  font-size: 14px;
}
.weather-widget .current {
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 14px;
}
.weather-widget .time {
  color: #979797;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 14px;
}

/* #Circles
================================================== */
.data-circle {
  margin-bottom: 50px;
}
.data-circle .circle {
  position: relative;
  width: 190px;
  height: 190px;
  line-height: 190px;
  background: #bfd44f;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.data-circle .circle:after {
  content: '';
  width: 183px;
  height: 183px;
  display: block;
  border: 2px solid #3a516b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.data-circle .circle span {
  font-family: 'Knockout';
  font-size: 155px;
  color: #3a516b;
}
.data-circle .circle.small span {
  font-size: 78px;
}
.data-circle .circle.extra-small span {
  font-size: 50px;
}
.data-circle h4 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.data-circle cite {
  margin-top: 8px;
  font-size: 12px;
  text-transform: none;
  display: block;
  font-weight: normal;
}
.data-circle cite:before {
  content: '- ';
}

.data-circle-2 .circle {
  position: relative;
  width: 190px;
  height: 190px;
  background: #bfd44f;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.data-circle-2 .circle:after {
  content: '';
  width: 183px;
  height: 183px;
  display: block;
  border: 2px solid #3a516b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.data-circle-2 .circle .data {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.data-circle-2 .circle .circle-text {
  font-family: 'Knockout';
  font-size: 80px;
  line-height: 64px;
  color: #3a516b;
  display: block;
  width: 100%;
}
.data-circle-2 .circle .circle-info {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.data-circle-2 h4 {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.data-circle-2 h4 cite {
  margin-top: 8px;
  font-size: 16px;
  text-transform: none;
  display: block;
  font-weight: normal;
}
.data-circle-2 h4 cite:before {
  content: '- ';
}

/* #Blog
================================================== */
.blog-nav {
  padding: 0 30px;
  margin: 0 auto 50px auto;
}

.blog-nav a {
  font-weight: 300;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #3a516b;
  text-transform: none;
  margin-bottom: 5px;
}

.blog-nav .columns {
  position: relative;
}

@media (min-width: 641px) {
  .blog-nav .columns:after {
    display: inline-block;
    content: '\2022  \2022  \2022  \2022';
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 0;
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }

  .blog-nav .columns:last-child:after {
    content: '';
  }
}
/* #POSTs
================================================== */
.post {
  width: 100%;
  height: 100%;
  border: 6px solid #3a516b;
  padding: 10px;
  overflow: hidden;
  padding-top: 32px;
  margin-bottom: 35px;
}
.post .thumbnail {
  margin-bottom: 20px;
  display: block;
}
.post.p-yellow {
  border: 6px solid #e2b732;
}
.post.p-purple {
  border: 6px solid #7b7cbb;
}
.post p {
  margin: 0;
  padding: 0;
  color: #3c3b38;
  font-family: "proxima-nova",sans-serif;
  font-weight: 100;
}
.post p a {
  color: #ec5d5f;
  text-decoration: underline;
}
.post a {
  transition: color 300ms ease-in-out;
}
.post .icons img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: all 300ms ease-in-out;
}
.post .title {
  font-weight: 300;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #3a516b;
  text-transform: none;
  margin-bottom: 5px;
}
.post .date {
  font-weight: 300;
  font-size: 12px;
  color: #696b70;
  color: #808285;
  margin-bottom: 10px;
}
.post h6 {
  color: #696b70;
  font-weight: 600;
  font-size: 13px;
}
.post h5 {
  margin-bottom: 10px;
  font-size: 11px;
  color: #3e3f44;
  font-weight: 600;
  letter-spacing: 1px;
}

/* #Promos
================================================== */
.percentage {
  text-shadow: none;
  letter-spacing: 0px;
  font-size: 34px;
}

.promo {
  width: 100%;
  height: 100%;
  border: 6px solid #e5e8ea;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  padding-top: 32px;
  margin-bottom: 0;
}
.promo .thumbnail {
  margin-bottom: 20px;
  display: block;
}
.promo.p-yellow {
  border: 6px solid #e2b732;
}
.promo.p-purple {
  border: 6px solid #7b7cbb;
}
.promo p {
  margin: 0;
  padding: 0;
  color: #3c3b38;
  font-family: "proxima-nova",sans-serif;
  font-weight: 100;
}
.promo p a {
  color: #ec5d5f;
  text-decoration: underline;
}
.promo a {
  transition: all 300ms ease-in-out;
}
.promo .title {
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #3a516b;
  text-transform: none;
  margin-bottom: 20px;
}
.promo h6 {
  color: #696b70;
  font-weight: 600;
  font-size: 13px;
}
.promo h5 {
  margin-bottom: 10px;
  font-size: 11px;
  color: #3e3f44;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 641px) {
  .promo {
    text-align: center;
  }
}

/* #Team
================================================== */
@media only screen and (max-width: 640px) {
  .team {
    text-align: center;
  }
}
.team h3, .team h5 {
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .team h3, .team h5 {
    text-align: center;
  }
}
.team h3 {
  font-size: 32px;
  margin: 0;
  padding: 0;
}
.team h5 {
  font-size: 24px;
  font-style: italic;
  line-height: 25px;
}
.team h5.smaller {
  font-size: 16px;
  line-height: 16px;
}
.team p {
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-top: 10%;
}
@media only screen and (max-width: 640px) {
  .team p {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1070px) {
  .team p {
    margin-bottom: 5%;
  }
}

.contact-info {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .contact-info {
    text-align: center;
  }
}
.contact-info li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 18px;
}

.team-section-title {
  font-size: 30px;
  line-height: 42px;
  letter-spacing: normal;
}
.team-section-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 6px;
  background: #68cce3;
}

@media only screen and (max-width: 700px) {
  .team-member {
    margin-bottom: 40px;
  }
}

.team-name {
  color: #3a516b;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-top: 30px;
  margin-bottom: 8px;
}
.team-name:after {
  content: '';
  display: block;
  width: 18%;
  height: 2px;
  margin: 0 auto;
  margin-top: 5px;
  background: #3a516b;
}

.team-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.team-members .teammate {
  margin-bottom: 40px;
}
.team-members .teammate .team-name {
  color: #3a516b;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-top: 30px;
  margin-bottom: 8px;
}
.team-members .teammate .team-name:after {
  content: '';
  display: block;
  width: 18%;
  height: 2px;
  margin: 0 auto;
  margin-top: 2px;
  background: #3a516b;
}
.team-members .teammate a {
  display: block;
}
.team-members .teammate a h2 {
  margin: 0;
  margin-top: 30px;
  letter-spacing: normal;
  transition: all 300ms ease-in-out;
}
.team-members .teammate .team-title {
  color: #454545;
  transition: all 300ms ease-in-out;
  line-height: 14px;
  display: block;
  margin-top: 2px;
  font-weight: bold;
  margin-bottom: 10px;
}
.team-members .teammate .board-title {
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}
.team-members .teammate:hover a h2 {
  color: #ec5d5f;
}
.team-members .teammate:hover a .team-title {
  color: #ec5d5f;
}
.team-members .teammate .phone, .team-members .teammate .email {
  display: block;
  color: #3a516b;
  line-height: 14px;
  padding-top: 8px;
}

.team-detail h1.name {
  font-size: 36px;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  line-height: 30px;
}
.team-detail h4.title {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.team-detail .team-bio p {
  font-size: 16px;
}

.text-over-image {
  position: relative;
}
.text-over-image img {
  margin-bottom: 20px;
}
.text-over-image .button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #3a516b;
  letter-spacing: normal;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .footer-news {
    margin-top: 60px;
  }
}
.footer-news.border-left:before {
  content: '';
  display: block;
  height: 400px;
  width: 2px;
  background: #0099d1;
  position: absolute;
  left: -10%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1272px) {
  .footer-news.border-left:before {
    left: -20px;
  }
}
@media only screen and (max-width: 1122px) {
  .footer-news.border-left:before {
    display: none;
  }
}
.footer-news ul, .footer-news li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .footer-news ul, .footer-news li {
    text-align: center;
  }
}
.footer-news li {
  margin-bottom: 2%;
}
.footer-news h5 {
  margin-bottom: 12px;
  font-size: 14px;
  color: #3a516b;
  font-weight: 600;
  letter-spacing: 1px;
  font-style: normal;
}
.footer-news a h3 {
  transition: all 300ms ease-in-out;
}
.footer-news a:hover {
  color: #ec5d5f;
}
.footer-news a:hover h3 {
  color: #ec5d5f;
  transition: all 300ms ease-in-out;
}
.footer-news h3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 17px;
  font-weight: 300;
}
@media only screen and (min-width: 1070px) {
  .footer-news li {
    margin-bottom: 8%;
  }
  .footer-news h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

/* #Doing Business Here Page
================================================== */
.rankings h3 {
  font-size: 25px;
  letter-spacing: normal;
  line-height: 26px;
}
@media only screen and (max-width: 480px) {
  .rankings h3 {
    font-size: 18px;
    line-height: 18px;
  }
}

/* #Lifestyle- Living Here
================================================== */
.lifestyle-image {
  background: url("/assets/images/bg-lifestyle-image.jpg") no-repeat center center;
  background-size: cover;
}

/* #Key Economic Drivers
================================================== */
.key-drivers-image {
  background: url("/assets/images/bg-key-drivers-map.jpg") no-repeat center center;
  background-size: cover;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-cover.fixed-height {
  min-height: 650px;
}

.big-links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.big-links li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
}
.big-links a {
  display: inline-block;
  font-size: 18px;
  color: #454545;
  padding: 10px 20px;
  background: #f2f2f2;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  transition: all 300ms ease-in-out;
}
.big-links a:hover {
  background: #3a516b;
  color: #fff;
}

/* #Workforce
================================================== */
.colleges p {
  margin: 0;
  padding: 0;
}
.colleges h3 {
  font-family: "din-condensed-web", sans-serif;
  font-size: 27px;
}
.colleges img {
  margin-bottom: 40px;
}

.workforce-content {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.workforce-content h2 {
  font-size: 30px;
  color: #58595b;
  font-weight: 300;
  margin-bottom: 15px;
}

.talent-pool p {
  padding: 0;
  margin-bottom: 40px;
}
.talent-pool img {
  margin-bottom: 40px;
}

/* Lifestyle Carousel
================================================== */
.flex-nav {
  width: 100%;
  padding: 0;
  background: #527397;
  margin-bottom: 10px;
}
.flex-nav li {
  display: inline-block;
}
@media only screen and (max-width: 889px) {
  .flex-nav li {
    display: block;
  }
}
.flex-nav ul, .flex-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-nav ul a, .flex-nav li a {
  color: #fff;
  padding: 15px 30px;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.flex-nav ul a.flex-active, .flex-nav li a.flex-active {
  background: #3a516b;
}
.flex-nav ul a.flex-active:before, .flex-nav li a.flex-active:before {
  content: '';
  display: block;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75%;
  bottom: -3px;
}
@media only screen and (max-width: 889px) {
  .flex-nav ul a.flex-active:before, .flex-nav li a.flex-active:before {
    display: none;
  }
}
.flex-nav ul a.flex-active:after, .flex-nav li a.flex-active:after {
  content: '';
  display: block;
  height: 10px;
  width: 16px;
  background: url("/assets/images/icon-flex-current.svg") center center;
  background-color: transparent;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
}
@media only screen and (max-width: 889px) {
  .flex-nav ul a.flex-active:after, .flex-nav li a.flex-active:after {
    display: none;
  }
}

.slide-item {
  margin-bottom: 45px;
  overflow: hidden;
  display: block;
}
.slide-item img {
  display: block;
  margin-right: 3%;
  border: 5px solid #527397;
}
.slide-item .slide-content p {
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.slide-item .slide-content h4 {
  position: relative;
}
.slide-item .slide-content .h4-top:before {
  content: '';
  display: block;
  height: 4px;
  background: #68cce3;
  width: 130px;
  position: relative;
  left: 0;
  margin: 0;
  margin-bottom: 8px;
  margin-top: 20px;
}
.slide-item .slide-content .h4-top-red:before {
  content: '';
  display: block;
  height: 4px;
  background: #ec5d5f;
  width: 130px;
  position: relative;
  left: 0;
  margin: 0;
  margin-bottom: 8px;
  margin-top: 20px;
}
.slide-item .slide-content .h4-top-lime:before {
  content: '';
  display: block;
  height: 4px;
  background: #ec5d5f;
  width: 130px;
  position: relative;
  left: 0;
  margin: 0;
  margin-bottom: 8px;
  margin-top: 20px;
}

/* #Local Data
================================================== */
.local-data-infogfx .local-number {
  font-family: 'Knockout', sans-serif;
  font-size: 206px !important;
  line-height: 160px;
  margin: 0;
  padding: 0;
}
.local-data-infogfx .local-number sup {
  font-size: 80px;
  top: -1.1em;
}
.local-data-infogfx .local-number .line {
  display: block;
  width: 20%;
  height: 6px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.local-data-infogfx h4 {
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
}

/* #Aerospace Page
================================================== */
.aerospace-right {
  background: url("http://dummyimage.com/800x600/000/fff/") no-repeat center center;
  background-size: cover;
}

.aerospace-left {
  background: url("http://dummyimage.com/600x600/000/fff/") no-repeat center center;
  background-size: cover;
}

.data-call-out {
  position: relative;
  z-index: 3;
}
.data-call-out h3 {
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  line-height: 32px;
  margin: 0;
}
.data-call-out:before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -4px;
  background: #68cce3;
  z-index: 3;
}
.data-call-out:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  background: #68cce3;
  z-index: 3;
}

.cols-centered .col {
  padding: 0 20px;
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  .cols-centered .col {
    text-align: left;
    padding: 20px 80px;
    width: 55%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #d1d2d4;
  }
  .cols-centered .col + .col {
    width: 45%;
    border: none;
  }
}

dl.stats {
  font-family: "brandon-grotesque", sans-serif;
  margin: 20px 0;
  white-space: nowrap;
}
dl.stats dt {
  margin-right: 20px;
  font-size: 48px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  width: 60px;
  text-align: center;
  position: absolute;
}
dl.stats dt:after {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background: #68cce3;
  margin: 0 auto;
}
dl.stats dd {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 22px;
  display: inline-block;
  line-height: 1.2;
  white-space: normal;
  margin-left: 80px;
  min-height: 50px;
}

.aerospace-whos-here {
  text-align: center;
  background: white;
  padding: 0;
}
.aerospace-whos-here:before, .aerospace-whos-here:after {
  content: '';
  display: block;
  height: 2px;
  background: #d1d2d4;
  max-width: 500px;
  width: 85%;
  margin: 60px auto 0 auto;
}
.aerospace-whos-here:before {
  margin: 0 auto 60px auto;
}

.aerospace-logos {
  font-size: 0;
  text-align: center;
  margin: 20px 0;
}
.aerospace-logos a {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.aerospace-logos img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (min-width: 40.063em) {
  .aerospace-logos a {
    width: 25%;
  }
}
@media only screen and (min-width: 64.063em) {
  .aerospace-logos a {
    width: 12.5%;
  }
}

.excerpts h3 {
  font-size: 22px;
  margin: 20px 0;
}
.excerpts h3:after {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background: #68cce3;
  margin: 5px auto 0;
}
.excerpts p {
  margin-bottom: 20px;
}
.excerpts .cite {
  font-size: 14px;
  line-height: 1.3;
}
.excerpts .cite cite {
  font-style: normal;
  text-transform: uppercase;
}
.excerpts .cite cite:before {
  content: '-';
  margin-right: 5px;
}
.excerpts .columns {
  margin-bottom: 40px;
}

.industries {
  position: relative;
  z-index: 5;
}
.industries ul {
  margin: 0;
  padding: 0;
}
.industries li.industry {
  display: block;
  min-height: 320px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .industries li.industry {
    min-height: 225px;
  }
}
.industries li.industry a.industry-holder {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
  top: 0;
}
.industries li.industry a.industry-holder .industry-content {
  position: absolute;
  width: 100%;
  padding: 20px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.industries li.industry a.industry-holder img {
  transition: all ease 300ms;
  height: auto;
  margin-bottom: 20px;
  width: 130px;
}
.industries li.industry a.industry-holder p {
  position: absolute;
  transition: all ease 300ms;
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  padding: 0 30px;
  margin: 0;
  font-size: 14px;
  color: #3e4044;
  line-height: 18px;
  bottom: -10px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1000px) {
  .industries li.industry a.industry-holder p {
    display: none;
  }
}
.industries li.industry a.industry-holder h3 {
  font-family: "din-condensed-web", sans-serif;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: normal;
  transform: translateZ(0);
  transition: all ease 300ms;
}
@media only screen and (max-width: 1030px) {
  .industries li.industry a.industry-holder h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.industries li.industry a.industry-holder h3:after {
  display: block;
  content: '';
  width: 120px;
  height: 3px;
  background: none;
  margin: 0 auto;
  transition: all ease 300ms;
}
.industries li.industry a.industry-holder:hover {
  background: #68cce3;
  z-index: 444;
}
.industries li.industry a.industry-holder:hover p {
  transition-delay: 200ms;
  opacity: 1;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
.industries li.industry a.industry-holder:hover img {
  height: auto;
  width: 100px;
}
.industries li.industry a.industry-holder:hover h3:after {
  display: block;
  content: '';
  width: 120px;
  height: 3px;
  background: #000;
  margin: 0 auto;
  margin-bottom: 20px;
}
.industries li:nth-child(2) a.industry-holder:hover {
  background: #3a516b;
}
.industries li:nth-child(3) a.industry-holder:hover {
  background: #e2b732;
}
.industries li:nth-child(4) a.industry-holder:hover {
  background: #5f944c;
}
.industries li:nth-child(5) a.industry-holder:hover {
  background: #ec5d5f;
}

/* #Generic Pages
================================================= */
.generic-page {
  border-top: 1px solid #ccc;
}
.generic-page h3:not(.inherit) {
  font-size: 32px;
  margin-bottom: 18px;
  color: #3a516b;
  position: relative;
}
.generic-page h3:not(.inherit):after {
  content: '';
  height: 5px;
  width: 80px;
  display: block;
  background: #008ce7;
  margin-top: 10px;
}
.generic-page li,
.generic-page p {
  font-size: 18px;
  line-height: 1.32;
}
.generic-page .sidebar-nav {
  margin-top: 156px;
  border-top: 1px solid #3a516b;
}
.generic-page .sidebar-nav li {
  margin-right: 0 !important;
}
.generic-page .generic-page-content.columns {
  padding: 0 13px;
}
@media only screen and (min-width: 40.063em) {
  .generic-page .generic-page-content.columns {
    padding-left: 35px;
    padding-right: 25px;
  }
}

.generic-page-header {
  padding-top: 80px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #3a516b;
}
.generic-page-header h1, .generic-page-header h2 {
  line-height: 1;
  color: #3a516b;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0;
}
.generic-page-header h1 {
  font-size: 36px;
  text-transform: none;
}
.generic-page-header h2 {
  font-size: 16px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 640px) {
  .generic-page-header {
    padding-top: 20px;
  }
}

.generic-page
.data-chart {
  text-align: center;
  margin: 50px 0;
}
.generic-page
.data-chart h3 {
  text-align: center;
}
.generic-page
.data-chart h3:after {
  margin: 0 auto;
}

/* =Location & Expansion Log
================================================== */
.location-expansion-logs-years a {
  margin: 0 16px 0 0;
  color: #3a516b;
}
.location-expansion-logs-years a:hover, .location-expansion-logs-years a.active {
  color: #ec5d5f;
}

.generic-page .companies {
  margin: 0 0 120px;
}
.generic-page .companies h3 {
  margin-bottom: 50px;
}

.company {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin: 15px 0;
}
.company h6 {
  font-size: 14px;
  border-bottom: 1px solid #3a516b;
  padding-bottom: 8px;
}
.company h4 {
  line-height: 1;
  font-size: 36px;
  text-transform: none;
}
.company h4 a {
  color: #3a516b;
}
.company h4, .company h6 {
  font-weight: normal;
  color: #3a516b;
}
.company p {
  margin: 8px 0;
}
.company .service {
  font-style: italic;
}
.company .meta {
  color: #ec5d5f;
}

/* =About
================================================== */
.directory-filters {
  margin: 0 0 6px;
}
.directory-filters form {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.directory-filters select {
  padding-right: 26px;
  font-size: 18px;
  border-color: #dfdfdf;
  height: auto;
}

.a-z a {
  color: #3a516b;
  padding: 4px;
  font-weight: bold;
}

/* =Contact Form
================================================== */
.parsley-error-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: red;
  margin-bottom: 10px;
}

/* #Blog
================================================== */
.spacer {
  height: 30px;
  background: #fff;
}

.categories-trigger {
  color: #3a516b;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 40px;
  width: 100%;
  display: block;
  border: 6px solid #3a516b;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  z-index: 10;
  position: relative;
  letter-spacing: 1px;
}
.categories-trigger .cat-drop {
  background: #ec5d5f;
  padding: 30px;
  width: 100%;
  position: absolute;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  text-align: left;
}
.categories-trigger .cat-drop ul, .categories-trigger .cat-drop li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categories-trigger .cat-drop ul a, .categories-trigger .cat-drop li a {
  color: #fff;
}
.categories-trigger .cat-drop ul a:hover, .categories-trigger .cat-drop li a:hover {
  color: #68cce3;
}
.categories-trigger .cat-drop li {
  margin-bottom: 5px;
}
.categories-trigger:hover {
  color: #fff;
  border: 0px solid #3a516b;
  background: #ec5d5f;
}
.categories-trigger:hover .cat-drop {
  opacity: 1;
  visibility: visible;
}

.local-news {
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
  border: 6px solid #3a516b;
  min-height: 510px;
}
.local-news .local-news-post {
  padding: 20px 20px 10px 20px;
}
.local-news .local-news-post h5 {
  margin-bottom: 3px;
  font-size: 11px;
  color: #3e3f44;
  font-weight: 600;
  letter-spacing: 1px;
}
.local-news .local-news-post a h1.title {
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
  color: #3a516b;
  text-transform: none;
  margin-bottom: 5px;
}
.local-news .local-news-post a h1.title:hover {
  color: #ec5d5f;
}

.flexslider .slide-item {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
}

.flexslider-blog {
  margin-bottom: 75px;
  position: relative;
}
.flexslider-blog .slides li {
  position: relative;
}
.flexslider-blog .slides li .control-nav {
  position: relative;
  z-index: 12;
}
.flexslider-blog .slides li img {
  margin: 0 !important;
}
.flexslider-blog .featured-blog-copy {
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
}
.flexslider-blog .featured-blog-copy.show {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.flexslider-blog .featured-blog-copy h5 {
  color: #fff;
  font-size: 12px;
  margin-bottom: 8px;
}
.flexslider-blog .featured-blog-copy h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #68cce3;
  text-transform: none;
  margin-bottom: 20px;
}
.flexslider-blog .flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  transition: all 300ms ease-in-out;
}
.flexslider-blog .flex-control-paging li a:hover {
  background: #68cce3;
}
.flexslider-blog .flex-control-paging li a.flex-active {
  background: #ec5d5f;
}
@media only screen and (min-width: 40.063em) {
  .flexslider-blog .featured-blog-copy {
    position: absolute;
    right: 0;
    top: 48%;
    width: 50%;
    z-index: 9;
    padding: 40px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease-in-out;
  }
  .flexslider-blog .featured-blog-copy h3 {
    font-size: 28px;
  }
}

.single-title h5 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #3e3f44;
  font-weight: 600;
  letter-spacing: 1px;
}
.single-title h1 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 300;
  color: #3a516b;
  margin-bottom: 40px;
}

#wordpress p {
  padding: 0 0 30px 0;
  margin: 0;
  letter-spacing: 0;
  line-height: 20px;
  font-size: 17px;
}
#wordpress .post.alt p {
  padding-bottom: 5px;
}
#wordpress .post.alt h5 a {
  color: #3e3f44;
}
#wordpress .post.alt h5 a:hover {
  color: #68cce3;
}
#wordpress .content img {
  margin-bottom: 30px;
}
#wordpress blockquote {
  padding: 20px 60px 20px 60px;
  color: #333;
  margin: 0 0 30px 30px;
  border-left: 10px solid #3a516b;
  font-size: 20px;
}
#wordpress .margin-top {
  margin-top: 20px !important;
}
#wordpress .wp-pagenavi {
  clear: both;
  text-align: center;
}
#wordpress .wp-pagenavi a, #wordpress .wp-pagenavi span {
  display: inline-block;
  background: #39516b;
  text-decoration: none;
  border: none;
  padding: 10px 20px;
  margin: 2px;
  color: #fff;
  transition: all 300ms ease-in-out;
}
#wordpress .wp-pagenavi a:hover, #wordpress .wp-pagenavi span:hover {
  background: #ec5d5f;
}
#wordpress .wp-pagenavi a:hover .pages, #wordpress .wp-pagenavi span:hover .pages {
  background: #39516b;
}
#wordpress .wp-pagenavi span.current {
  border: none;
  background: #ec5d5f;
}
#wordpress .wp-pagenavi span.current {
  font-weight: normal;
}

.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* #Footer
================================================== */
footer {
  padding: 20px 0;
  margin-bottom: 120px;
}
footer .row {
  max-width: 1480px;
}
footer .social-icons {
  text-align: right;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  footer .social-icons {
    text-align: center;
    margin-top: 30px;
  }
}
footer .social-icons li {
  display: inline-block;
  margin: 0;
}
footer .social-icons a {
  display: block;
}
footer .social-icons a img {
  position: relative;
  width: 42px;
  height: 42px;
  display: block;
  top: 0;
  transition: all 200ms ease-in-out;
  opacity: .8;
}
footer .social-icons a:hover img {
  top: -5px;
  opacity: 1;
}
footer .footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  display: block;
  float: left;
  margin-top: 12px;
}
footer .footer-contact li {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  footer .footer-contact {
    text-align: center;
  }
}
footer .footer-left img {
  width: 90px;
  height: 90px;
}

/* Team Contact Bar version 2
/* This is built on top of the existing version
/*    - will circle back if this is permenant
================================================== */
.team-v2 {
  background: #3a516b;
  color: white;
  padding: 40px 20px;
}
.team-v2 h1, .team-v2 h2, .team-v2 h3, .team-v2 h4, .team-v2 h5, .team-v2 h6, .team-v2 a {
  color: white;
  margin: 0 0 2px;
}
.team-v2 h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}
.team-v2 h3, .team-v2 h5 {
  line-height: 1.2;
}
.team-v2 h3 {
  font-size: 22px;
}
.team-v2 h5 {
  font-size: 16px;
  letter-spacing: 0;
}
.team-v2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-v2 .team-profile {
  padding: 0;
  border: 2px solid white;
  float: left;
  max-width: 25%;
  margin-bottom: 40px;
}
.team-v2 .team-info {
  float: right;
  width: 70%;
  margin-bottom: 40px;
}
.team-v2 .team-info li {
  margin: 3px 0;
}
.team-v2 .in-the-news {
  clear: both;
}
.team-v2 .in-the-news li {
  line-height: 1.2;
  margin: 10px 0;
}
@media only screen and (min-width: 40.063em) {
  .team-v2 .team-inner {
    margin-left: 25%;
  }
  .team-v2 .team-profile {
    width: 22%;
    margin-bottom: 0;
  }
  .team-v2 .team-info,
  .team-v2 .in-the-news {
    width: 50%;
    clear: none;
    float: left;
  }
  .team-v2 .team-info {
    padding-right: 15px;
    margin-bottom: 0;
  }
  .team-v2 .in-the-news {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 64.063em) {
  .team-v2 {
    padding: 0;
    height: 198px;
  }
  .team-v2 .team-profile {
    width: 200px;
    max-width: inherit;
    position: absolute;
    bottom: 0;
    left: 10px;
    top: -40px;
    border: 6px solid #3a516b;
    border-bottom: none;
  }
  .team-v2 .team-inner {
    margin-left: 240px;
    padding: 30px 10px 20px 0;
  }
  .team-v2 .team-info,
  .team-v2 .in-the-news {
    width: 50%;
    float: left;
  }
}

/* #Fixed CTA
================================================== */
.fixed-cta {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: #3a516b;
  position: fixed;
  bottom: -100%;
  z-index: 33;
  transition: all 800ms ease-in-out;
}
.fixed-cta.reveal {
  bottom: 20px;
}
@media only screen and (max-width: 828px) {
  .fixed-cta {
    display: none;
  }
}
.fixed-cta h3 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 28px;
}
.fixed-cta p {
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.fixed-cta:before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -3px;
  background: #3e4044;
}
.fixed-cta:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  background: #3e4044;
}
.fixed-cta .cta-copy, .fixed-cta .buttons {
  float: left;
  width: 50%;
}
.fixed-cta .cta-copy {
  padding: 0 20px;
}
.fixed-cta .button {
  background: #ec5d5f;
  margin-right: 20px;
}
.fixed-cta .button:after {
  background: #3a516b;
}
@media only screen and (max-width: 1072px) {
  .fixed-cta .button {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1033px) {
  .fixed-cta .button {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1017px) {
  .fixed-cta .button {
    margin-right: 5px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.fixed-cta .buttons {
  display: block;
  position: relative;
}

/* #Pre Loader
================================================== */
.load-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 9999;
  transition: all 0.3s ease-out;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

@keyframes spin {
  0% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader, .loaded .load-logo img {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
  transition: all 0.3s 0.3s ease-out;
}

.loaded #loader-wrapper {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.3s 0.6s ease-out;
}

.no-js #loader-wrapper {
  display: none;
}

.circliful-wrapper {
  width: 240px;
  margin: 0 auto 25px auto;
}

.circliful {
  position: relative;
}
.circliful .circle-text, .circliful .circle-info, .circliful .circle-text-half, .circliful .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.circliful .circle-text {
  font-family: 'Knockout', sans-serif;
  font-size: 140px !important;
}
.circliful .circle-info {
  top: 73%;
  color: white !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

.circle-headline {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  top: -12px;
  width: 100%;
}

/*  #Table Saw overrides
=============================================*/
.tablesaw-advance .left {
  float: none !important;
}

.data-table-actions {
  margin: 20px 0;
}

/* #Real Estate
==============================================*/
.real-estate-wrapper {
  position: relative;
  height: 2700px;
  width: 100%;
  margin: 20px 0;
  padding: 13px;
}
.real-estate-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 996px) {
  .real-estate-wrapper {
    height: 2160px;
  }
}

.back-to-top {
  display: none;
  padding: 15px;
  background: #ec5d5f;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.back-to-top:focus {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .back-to-top {
    display: block;
  }
}

/*! Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */
.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  background: none;
  background-color: #fafafa;
  box-shadow: 0 1px 0 white;
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  /* Theming */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none;
}

.tablesaw-bar .btn:focus {
  box-shadow: 0 0 .35em #4faeef !important;
}

.ie-lte8 .tablesaw-bar .btn:hover,
.ie-lte8 .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  border-color: #aaa;
  outline: none;
}

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
}

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent;
}

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0;
}

.ie-lte8 .tablesaw-bar .btn-select {
  min-width: 6.1em;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left;
}

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  content: " ";
  display: block;
  position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */
.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
}

.tablesaw-toolbar {
  font-size: .875em;
  float: left;
}

.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-toolbar ~ table {
  clear: both;
}

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}
table.tablesaw tbody th {
  font-weight: bold;
}

table.tablesaw thead th,
table.tablesaw thead td {
  color: #444;
  font-size: .9em;
}

.tablesaw th,
.tablesaw td {
  line-height: 1em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw td,
.tablesaw tbody th {
  vertical-align: middle;
  font-size: 1.17em;
  /* 19px */
}

.tablesaw td .btn,
.tablesaw tbody th .btn {
  margin: 0;
}

.tablesaw thead {
  border: 1px solid #e5e5e4;
  background: #e2dfdc;
  background-image: linear-gradient(to bottom, #fff, #e2dfdc);
}

.tablesaw thead th {
  font-weight: 100;
  color: #777;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-align: left;
}

.tablesaw thead tr:first-child th {
  font-weight: normal;
  font-family: sans-serif;
  border-right: 1px solid #e4e1de;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw caption {
  text-align: left;
  margin-bottom: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  line-height: 2.4;
}

@media (min-width: 25em) {
  .tablesaw caption {
    margin-bottom: .6em;
    line-height: 1.2;
  }
}
/* Stack */
.tablesaw-cell-label-top {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: normal;
}

.tablesaw-cell-label {
  font-size: .65em;
  text-transform: uppercase;
  color: #888;
  font-family: sans-serif;
}

@media (min-width: 40em) {
  .tablesaw td {
    line-height: 2em;
  }
}
@media only all {
  .tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid #e4e1de;
  }

  .tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: 3px 0 4px -1px #e4e1de;
  }
}
/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none;
  }
}
.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}
/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}
/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}
/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}
/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}
@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }

  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}
.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "↑";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "↓";
}

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block;
}

.tablesaw-sortable .not-applicable span {
  display: none;
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}

/* Table saw only on mobil */
@media only screen and (min-width: 64.063em) {
  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: table-cell;
  }
}

@media only screen and (min-width: 64.063em) {
  .tablesaw-advance a.tablesaw-nav-btn {
    opacity: .25;
    filter: alpha(opacity=25);
    cursor: default;
    pointer-events: none;
  }
}

@media only screen and (min-width: 64.063em) {
  .tablesaw-advance {
    display: none;
  }
}

