@charset "UTF-8";
/*================================
=            Accolade            =
================================*/
/* Created by: Brian Mulholland */
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
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.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=57.5em&xlarge=80em&xxlarge=100em";
}

html {
  font-size: 105%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #78726c;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 5px;
}

select {
  width: 100%;
  border-radius: 5px;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 5px;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 71.42857rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.59524rem;
  margin-right: -0.59524rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.89286rem;
    margin-right: -0.89286rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.89286rem;
    padding-right: 0.89286rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

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

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.59524rem;
  padding-right: 0.59524rem;
}

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

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.89286rem;
    padding-right: 0.89286rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 57.5em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.89286rem;
    padding-right: 0.89286rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.89286rem;
    padding-right: 0.89286rem;
  }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.89286rem;
    padding-right: 0.89286rem;
  }
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

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

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

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

small {
  font-size: 0.8rem;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #54075b;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1.25;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #707271;
  line-height: 0;
}

h1 {
  font-size: 1.96429rem;
}

h2 {
  font-size: 1.60714rem;
}

h3 {
  font-size: 1.30952rem;
}

h4 {
  font-size: 1.07143rem;
}

h5 {
  font-size: inherit;
}

h6 {
  font-size: 0.71429rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.44048rem;
  }
  h2 {
    font-size: 1.96429rem;
  }
  h3 {
    font-size: 1.60714rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.0119rem;
  }
  h6 {
    font-size: 0.77381rem;
  }
}

a {
  color: #72a84d;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #629042;
}

a img {
  border: 0;
}

hr {
  max-width: 100%;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #dedfdf;
  border-left: 0;
  margin: 2.38095rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.4;
  margin-bottom: 1.25rem;
  list-style-position: inside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 0.75rem;
}

ol {
  margin-left: 0.75rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 0.75rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1.25rem;
  padding: 3.57143rem 4.16667rem 2.97619rem;
  border-left: 1px solid #dedfdf;
}

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

cite {
  display: block;
  font-size: 0.77381rem;
  color: #376092;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #78726c;
  cursor: help;
  border-bottom: 1px dotted #30261d;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #30261d;
  background-color: #dedfdf;
  border: 1px solid #707271;
  padding: 0.11905rem 0.29762rem 0.05952rem;
}

kbd {
  padding: 0.11905rem 0.2381rem 0;
  margin: 0;
  background-color: #dedfdf;
  color: #30261d;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: -1.25rem;
  margin-bottom: 1.75rem;
  font-weight: 100;
  line-height: 1.25;
  color: #707271;
}

.lead {
  font-size: 131.25%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

.text-center, .text--center {
  text-align: center;
}

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  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;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
}

.subheader {
  margin-top: -1.25rem;
  margin-bottom: 1.75rem;
  font-weight: 100;
  line-height: 1.25;
  color: #707271;
}

.lead {
  font-size: 131.25%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 1.25em 2em 1.125em;
  margin: 0 0 1.5rem 0;
  font-size: 0.77381rem;
  background-color: #ffa400;
  color: #fff;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #d98b00;
  color: #fff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.65476rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #ffa400;
  color: #fff;
}

.button.primary:hover, .button.primary:focus {
  background-color: #cc8300;
  color: #fff;
}

.button.secondary {
  background-color: #376092;
  color: #fff;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #2c4d75;
  color: #fff;
}

.button.success {
  background-color: #72a84d;
  color: #fff;
}

.button.success:hover, .button.success:focus {
  background-color: #5b863e;
  color: #fff;
}

.button.alert {
  background-color: #e01746;
  color: #fff;
}

.button.alert:hover, .button.alert:focus {
  background-color: #b31238;
  color: #fff;
}

.button.warning {
  background-color: #ffa400;
  color: #fff;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8300;
  color: #fff;
}

.button.hollow {
  border: 1px solid #ffa400;
  color: #ffa400;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #805200;
  color: #805200;
}

.button.hollow.primary {
  border: 1px solid #ffa400;
  color: #ffa400;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #805200;
  color: #805200;
}

.button.hollow.secondary {
  border: 1px solid #376092;
  color: #376092;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #1c3049;
  color: #1c3049;
}

.button.hollow.success {
  border: 1px solid #72a84d;
  color: #72a84d;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #395426;
  color: #395426;
}

.button.hollow.alert {
  border: 1px solid #e01746;
  color: #e01746;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #700c23;
  color: #700c23;
}

.button.hollow.warning {
  border: 1px solid #ffa400;
  color: #ffa400;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805200;
  color: #805200;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #ffffff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 2em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.32143rem;
  padding: 0.47619rem;
  border: 1px solid #dedfdf;
  margin: 0 0 0.95238rem;
  font-family: inherit;
  font-size: 0.95238rem;
  color: #30261d;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(48, 38, 29, 0.1);
  border-radius: 5px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #30261d;
  background-color: #ffffff;
  outline: none;
  box-shadow: 0 0 5px #707271;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #dedfdf;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.95238rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.47619rem;
  margin-right: 0.95238rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.47619rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.83333rem;
  font-weight: 300;
  line-height: 1.8;
  color: #30261d;
}

label.middle {
  margin: 0 0 0.95238rem;
  padding: 0.53571rem 0;
}

.help-text {
  margin-top: -0.47619rem;
  font-size: 0.77381rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.95238rem;
}

.input-group > :first-child {
  border-radius: 5px 0 0 5px;
}

.input-group > :last-child > * {
  border-radius: 0 5px 5px 0;
}

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #dedfdf;
  color: #30261d;
  border: 1px solid #dedfdf;
  white-space: nowrap;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.38095rem;
}

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.47619rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #dedfdf;
  padding: 1.19048rem;
  margin: 1.07143rem 0;
}

.fieldset legend {
  background: #ffffff;
  padding: 0 0.17857rem;
  margin: 0;
  margin-left: -0.17857rem;
}

select {
  height: 2.32143rem;
  padding: 0.47619rem;
  border: 1px solid #dedfdf;
  margin: 0 0 0.95238rem;
  font-size: 0.95238rem;
  font-family: inherit;
  line-height: normal;
  color: #30261d;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #dedfdf;
  cursor: default;
}

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

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(224, 23, 70, 0.1);
  border-color: #e01746;
}

.is-invalid-label {
  color: #e01746;
}

.form-error {
  display: none;
  margin-top: -0.47619rem;
  margin-bottom: 0.95238rem;
  font-size: 0.71429rem;
  font-weight: 700;
  color: #e01746;
}

.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 57.4375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 57.5em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 57.5em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 57.4375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 57.5em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 57.4375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 80em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 79.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 80em) and (max-width: 99.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 79.9375em), screen and (min-width: 100em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 99.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 99.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.accordion {
  list-style-type: none;
  background: #ffffff;
  border: none;
  border-bottom: 0;
  border-radius: 5px;
  margin-left: 0;
}

.accordion-title {
  display: block;
  padding: 1.78571rem 1.78571rem 1.78571rem 0;
  line-height: 1;
  font-size: 0.71429rem;
  color: #54075b;
  position: relative;
  border-bottom: none;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: none;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 0 1.78571rem 1.78571rem 0;
  display: none;
  border-bottom: none;
  background-color: none;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #ffa400 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.breadcrumbs {
  list-style: none;
  margin: 0.65rem 0 0.85rem;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #ffffff;
  font-size: 0.65476rem;
  cursor: default;
  text-transform: uppercase;
  margin-right: 1rem;
}

.breadcrumbs a {
  color: #ffffff;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #dedfdf;
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(48, 38, 29, 0.25);
  border-radius: 5px;
  position: relative;
  color: #78726c;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #fff1d9;
}

.callout.secondary {
  background-color: #dde7f2;
}

.callout.success {
  background-color: #eaf3e4;
}

.callout.alert {
  background-color: #fbdbe3;
}

.callout.warning {
  background-color: #fff1d9;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 0.95238rem;
  overflow: hidden;
}

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

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.media-object {
  margin-bottom: 1.5rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    display: block;
    padding: 0;
    padding-bottom: 1.5rem;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1.5rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1.5rem;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

.menu, .menu--contact, .menu--social {
  margin: 0;
  list-style-type: none;
}

.menu > li, .menu--contact > li, .menu--social > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li, [data-whatinput='mouse'] .menu--contact > li, [data-whatinput='mouse'] .menu--social > li {
  outline: 0;
}

.menu > li > a, .menu--contact > li > a, .menu--social > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input, .menu--contact input, .menu--social input,
.menu a, .menu--contact a, .menu--social a,
.menu button, .menu--contact button, .menu--social button {
  margin-bottom: 0;
}

.menu > li > a > img, .menu--contact > li > a > img, .menu--social > li > a > img,
.menu > li > a > i, .menu--contact > li > a > i, .menu--social > li > a > i {
  vertical-align: middle;
}

.menu > li > a > span, .menu--contact > li > a > span, .menu--social > li > a > span {
  vertical-align: middle;
}

.menu > li > a > img, .menu--contact > li > a > img, .menu--social > li > a > img,
.menu > li > a > i, .menu--contact > li > a > i, .menu--social > li > a > i {
  display: inline-block;
  margin-right: 0.25rem;
}

.menu > li, .menu--contact > li, .menu--social > li {
  display: table-cell;
}

.menu.vertical > li, .vertical.menu--contact > li, .vertical.menu--social > li {
  display: block;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li, .medium-horizontal.menu--contact > li, .medium-horizontal.menu--social > li {
    display: table-cell;
  }
  .menu.medium-vertical > li, .medium-vertical.menu--contact > li, .medium-vertical.menu--social > li {
    display: block;
  }
}

@media screen and (min-width: 57.5em) {
  .menu.large-horizontal > li, .large-horizontal.menu--contact > li, .large-horizontal.menu--social > li {
    display: table-cell;
  }
  .menu.large-vertical > li, .large-vertical.menu--contact > li, .large-vertical.menu--social > li {
    display: block;
  }
}

@media screen and (min-width: 80em) {
  .menu.xlarge-horizontal > li, .xlarge-horizontal.menu--contact > li, .xlarge-horizontal.menu--social > li {
    display: table-cell;
  }
  .menu.xlarge-vertical > li, .xlarge-vertical.menu--contact > li, .xlarge-vertical.menu--social > li {
    display: block;
  }
}

@media screen and (min-width: 100em) {
  .menu.xxlarge-horizontal > li, .xxlarge-horizontal.menu--contact > li, .xxlarge-horizontal.menu--social > li {
    display: table-cell;
  }
  .menu.xxlarge-vertical > li, .xxlarge-vertical.menu--contact > li, .xxlarge-vertical.menu--social > li {
    display: block;
  }
}

.menu.simple li, .simple.menu--contact li, .simple.menu--social li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a, .simple.menu--contact a, .simple.menu--social a {
  padding: 0;
}

.menu.align-right > li, .align-right.menu--contact > li, .align-right.menu--social > li {
  float: right;
}

.menu.expanded, .expanded.menu--contact, .expanded.menu--social {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.menu.expanded > li:first-child:last-child, .expanded.menu--contact > li:first-child:last-child, .expanded.menu--social > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a, .icon-top.menu--contact > li > a, .icon-top.menu--social > li > a {
  text-align: center;
}

.menu.icon-top > li > a > img, .icon-top.menu--contact > li > a > img, .icon-top.menu--social > li > a > img,
.menu.icon-top > li > a > i, .icon-top.menu--contact > li > a > i, .icon-top.menu--social > li > a > i {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested, .nested.menu--contact, .nested.menu--social {
  margin-left: 1rem;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1.5rem;
}

.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.83333rem;
  margin-right: 0.05952rem;
  border-radius: 5px;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #30261d;
  display: block;
  padding: 0.17857rem 0.59524rem;
  border-radius: 5px;
}

.pagination a:hover,
.pagination button:hover {
  background: #dedfdf;
}

.pagination .current {
  padding: 0.17857rem 0.59524rem;
  background: #ffa400;
  color: #ffffff;
  cursor: default;
}

.pagination .disabled {
  padding: 0.17857rem 0.59524rem;
  color: #707271;
  cursor: default;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '…';
  padding: 0.17857rem 0.59524rem;
  color: #30261d;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem;
}

table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid white;
  background-color: #ffffff;
}

table caption {
  font-weight: 700;
  padding: 0.47619rem 0.59524rem 0.59524rem 0;
}

table thead,
table tfoot {
  background: white;
  color: #78726c;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.47619rem 0.59524rem 0.59524rem 0;
  font-weight: 700;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: white;
}

table tbody th,
table tbody td {
  padding: 0.47619rem 0.59524rem 0.59524rem 0;
}

@media screen and (max-width: 57.4375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #fafafa;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #fafafa;
}

.tabs {
  margin: 0 0 -1px;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #dedfdf;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #ffa400;
}

.tabs.primary > li > a {
  color: #ffffff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #f29c00;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.78571rem;
  line-height: 1;
  font-size: 12px;
  color: #ffa400;
}

.tabs-title > a:hover {
  background: #fbfaf9;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #ffffff;
}

.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #dedfdf;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #dedfdf;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1.78571rem;
}

.tabs-panel.is-active {
  display: block;
}

/*=============================
=            Icons            =
=============================*/
@font-face {
  font-family: 'CD-Project-Icons';
  src: url(fonts/CD-Project-Icons.eot?-5ab7pm);
  src: url(fonts/CD-Project-Icons.eot?#iefix-5ab7pm) format("embedded-opentype"), url(fonts/CD-Project-Icons.woff?-5ab7pm) format("woff"), url(fonts/CD-Project-Icons.ttf?-5ab7pm) format("truetype"), url(fonts/CD-Project-Icons.svg?-5ab7pm#CD-Project-Icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'CD-Project-Icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left {
  margin: 0 5px 0 0;
}

.icon-right {
  margin: 0 0 0 5px;
}

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

.icon-px-with-circle:before {
  content: "\e601";
}

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

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

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

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

.icon-add-circle-outline:before {
  content: "\e606";
}

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

.icon-add-to-list:before {
  content: "\e608";
}

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

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

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

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

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

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

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

.icon-aircraft-take-off:before {
  content: "\e610";
}

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

.icon-align-center:before {
  content: "\e612";
}

.icon-align-horizontal-middle:before {
  content: "\e613";
}

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

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

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

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

.icon-align-right2:before {
  content: "\e618";
}

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

.icon-align-vertical-middle:before {
  content: "\e61a";
}

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

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

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

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

.icon-angle-double-down:before {
  content: "\e61f";
}

.icon-angle-double-left:before {
  content: "\e620";
}

.icon-angle-double-right:before {
  content: "\e621";
}

.icon-angle-double-up:before {
  content: "\e622";
}

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

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

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

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

.icon-apple:before {
  content: "\e627";
}

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

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

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

.icon-area-graph:before {
  content: "\e62b";
}

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

.icon-arrow-bold-down:before {
  content: "\e62d";
}

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

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

.icon-arrow-bold-up:before {
  content: "\e630";
}

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

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

.icon-arrow-circle-o-down:before {
  content: "\e633";
}

.icon-arrow-circle-o-left:before {
  content: "\e634";
}

.icon-arrow-circle-o-right:before {
  content: "\e635";
}

.icon-arrow-circle-o-up:before {
  content: "\e636";
}

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

.icon-arrow-circle-up:before {
  content: "\e638";
}

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

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

.icon-arrow-drop-down:before {
  content: "\e63b";
}

.icon-arrow-drop-down-circle:before {
  content: "\e63c";
}

.icon-arrow-drop-up:before {
  content: "\e63d";
}

.icon-arrow-forward:before {
  content: "\e63e";
}

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

.icon-arrow-left2:before {
  content: "\e640";
}

.icon-arrow-long-down:before {
  content: "\e641";
}

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

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

.icon-arrow-long-up:before {
  content: "\e644";
}

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

.icon-arrow-right2:before {
  content: "\e646";
}

.icon-arrows:before {
  content: "\e647";
}

.icon-arrows-alt:before {
  content: "\e648";
}

.icon-arrows-h:before {
  content: "\e649";
}

.icon-arrows-v:before {
  content: "\e64a";
}

.icon-arrow-up:before {
  content: "\e64b";
}

.icon-arrow-up2:before {
  content: "\e64c";
}

.icon-arrow-with-circle-down:before {
  content: "\e64d";
}

.icon-arrow-with-circle-left:before {
  content: "\e64e";
}

.icon-arrow-with-circle-right:before {
  content: "\e64f";
}

.icon-arrow-with-circle-up:before {
  content: "\e650";
}

.icon-asterisk:before {
  content: "\e651";
}

.icon-at:before {
  content: "\e652";
}

.icon-attachment:before {
  content: "\e653";
}

.icon-automobile:before {
  content: "\e654";
}

.icon-autorenew:before {
  content: "\e655";
}

.icon-awareness-ribbon:before {
  content: "\e656";
}

.icon-back:before {
  content: "\e657";
}

.icon-back-in-time:before {
  content: "\e658";
}

.icon-backward:before {
  content: "\e659";
}

.icon-ban:before {
  content: "\e65a";
}

.icon-bank:before {
  content: "\e65b";
}

.icon-bar-chart:before {
  content: "\e65c";
}

.icon-barcode:before {
  content: "\e65d";
}

.icon-bar-graph:before {
  content: "\e65e";
}

.icon-bars:before {
  content: "\e65f";
}

.icon-basecamp:before {
  content: "\e660";
}

.icon-battery:before {
  content: "\e661";
}

.icon-beamed-note:before {
  content: "\e662";
}

.icon-beer:before {
  content: "\e663";
}

.icon-behance:before {
  content: "\e664";
}

.icon-behance2:before {
  content: "\e665";
}

.icon-behance-square:before {
  content: "\e666";
}

.icon-bell:before {
  content: "\e667";
}

.icon-bell2:before {
  content: "\e668";
}

.icon-bell-o:before {
  content: "\e669";
}

.icon-bell-slash:before {
  content: "\e66a";
}

.icon-bell-slash-o:before {
  content: "\e66b";
}

.icon-bicycle:before {
  content: "\e66c";
}

.icon-binoculars:before {
  content: "\e66d";
}

.icon-birthday-cake:before {
  content: "\e66e";
}

.icon-bitbucket:before {
  content: "\e66f";
}

.icon-bitbucket-square:before {
  content: "\e670";
}

.icon-bitcoin:before {
  content: "\e671";
}

.icon-blackboard:before {
  content: "\e672";
}

.icon-block:before {
  content: "\e673";
}

.icon-bold:before {
  content: "\e674";
}

.icon-bolt:before {
  content: "\e675";
}

.icon-bomb:before {
  content: "\e676";
}

.icon-book:before {
  content: "\e677";
}

.icon-book2:before {
  content: "\e678";
}

.icon-bookmark:before {
  content: "\e679";
}

.icon-bookmark2:before {
  content: "\e67a";
}

.icon-bookmark-o:before {
  content: "\e67b";
}

.icon-bookmarks:before {
  content: "\e67c";
}

.icon-bowl:before {
  content: "\e67d";
}

.icon-box:before {
  content: "\e67e";
}

.icon-briefcase:before {
  content: "\e67f";
}

.icon-briefcase2:before {
  content: "\e680";
}

.icon-browser:before {
  content: "\e681";
}

.icon-brush:before {
  content: "\e682";
}

.icon-bucket:before {
  content: "\e683";
}

.icon-bug:before {
  content: "\e684";
}

.icon-building:before {
  content: "\e685";
}

.icon-building-o:before {
  content: "\e686";
}

.icon-bullhorn:before {
  content: "\e687";
}

.icon-bullseye:before {
  content: "\e688";
}

.icon-bus:before {
  content: "\e689";
}

.icon-cab:before {
  content: "\e68a";
}

.icon-cached:before {
  content: "\e68b";
}

.icon-cake:before {
  content: "\e68c";
}

.icon-calculator:before {
  content: "\e68d";
}

.icon-calculator2:before {
  content: "\e68e";
}

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

.icon-calendar2:before {
  content: "\e690";
}

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

.icon-camera:before {
  content: "\e692";
}

.icon-camera2:before {
  content: "\e693";
}

.icon-camera-retro:before {
  content: "\e694";
}

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

.icon-caret-left:before {
  content: "\e696";
}

.icon-caret-right:before {
  content: "\e697";
}

.icon-caret-square-o-down:before {
  content: "\e698";
}

.icon-caret-square-o-left:before {
  content: "\e699";
}

.icon-caret-square-o-right:before {
  content: "\e69a";
}

.icon-caret-square-o-up:before {
  content: "\e69b";
}

.icon-caret-up:before {
  content: "\e69c";
}

.icon-cc:before {
  content: "\e69d";
}

.icon-cc-amex:before {
  content: "\e69e";
}

.icon-cc-discover:before {
  content: "\e69f";
}

.icon-cc-mastercard:before {
  content: "\e6a0";
}

.icon-cc-paypal:before {
  content: "\e6a1";
}

.icon-cc-stripe:before {
  content: "\e6a2";
}

.icon-cc-visa:before {
  content: "\e6a3";
}

.icon-ccw:before {
  content: "\e6a4";
}

.icon-certificate:before {
  content: "\e6a5";
}

.icon-chain:before {
  content: "\e6a6";
}

.icon-chain-broken:before {
  content: "\e6a7";
}

.icon-chat:before {
  content: "\e6a8";
}

.icon-check:before {
  content: "\e6a9";
}

.icon-check2:before {
  content: "\e6aa";
}

.icon-check-box:before {
  content: "\e6ab";
}

.icon-check-box-outline-blank:before {
  content: "\e6ac";
}

.icon-check-circle:before {
  content: "\e6ad";
}

.icon-check-circle-o:before {
  content: "\e6ae";
}

.icon-check-square:before {
  content: "\e6af";
}

.icon-check-square-o:before {
  content: "\e6b0";
}

.icon-chevron-circle-down:before {
  content: "\e6b1";
}

.icon-chevron-circle-left:before {
  content: "\e6b2";
}

.icon-chevron-circle-right:before {
  content: "\e6b3";
}

.icon-chevron-circle-up:before {
  content: "\e6b4";
}

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

.icon-chevron-down2:before {
  content: "\e6b6";
}

.icon-chevron-left:before {
  content: "\e6b7";
}

.icon-chevron-left2:before {
  content: "\e6b8";
}

.icon-chevron-right:before {
  content: "\e6b9";
}

.icon-chevron-right2:before {
  content: "\e6ba";
}

.icon-chevron-small-down:before {
  content: "\e6bb";
}

.icon-chevron-small-left:before {
  content: "\e6bc";
}

.icon-chevron-small-right:before {
  content: "\e6bd";
}

.icon-chevron-small-up:before {
  content: "\e6be";
}

.icon-chevron-thin-down:before {
  content: "\e6bf";
}

.icon-chevron-thin-left:before {
  content: "\e6c0";
}

.icon-chevron-thin-right:before {
  content: "\e6c1";
}

.icon-chevron-thin-up:before {
  content: "\e6c2";
}

.icon-chevron-up:before {
  content: "\e6c3";
}

.icon-chevron-up2:before {
  content: "\e6c4";
}

.icon-chevron-with-circle-down:before {
  content: "\e6c5";
}

.icon-chevron-with-circle-left:before {
  content: "\e6c6";
}

.icon-chevron-with-circle-right:before {
  content: "\e6c7";
}

.icon-chevron-with-circle-up:before {
  content: "\e6c8";
}

.icon-child:before {
  content: "\e6c9";
}

.icon-circle:before {
  content: "\e6ca";
}

.icon-circle2:before {
  content: "\e6cb";
}

.icon-circle-o:before {
  content: "\e6cc";
}

.icon-circle-o-notch:before {
  content: "\e6cd";
}

.icon-circle-thin:before {
  content: "\e6ce";
}

.icon-circle-with-cross:before {
  content: "\e6cf";
}

.icon-circle-with-minus:before {
  content: "\e6d0";
}

.icon-circle-with-plus:before {
  content: "\e6d1";
}

.icon-circular-graph:before {
  content: "\e6d2";
}

.icon-clapperboard:before {
  content: "\e6d3";
}

.icon-classic-computer:before {
  content: "\e6d4";
}

.icon-clear:before {
  content: "\e6d5";
}

.icon-clipboard:before {
  content: "\e6d6";
}

.icon-clipboard2:before {
  content: "\e6d7";
}

.icon-clock:before {
  content: "\e6d8";
}

.icon-clock-o:before {
  content: "\e6d9";
}

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

.icon-cloud:before {
  content: "\e6db";
}

.icon-cloud2:before {
  content: "\e6dc";
}

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

.icon-cloud-upload:before {
  content: "\e6de";
}

.icon-cny:before {
  content: "\e6df";
}

.icon-code:before {
  content: "\e6e0";
}

.icon-code2:before {
  content: "\e6e1";
}

.icon-code-fork:before {
  content: "\e6e2";
}

.icon-codepen:before {
  content: "\e6e3";
}

.icon-coffee:before {
  content: "\e6e4";
}

.icon-cog:before {
  content: "\e6e5";
}

.icon-cog2:before {
  content: "\e6e6";
}

.icon-cogs:before {
  content: "\e6e7";
}

.icon-colours:before {
  content: "\e6e8";
}

.icon-columns:before {
  content: "\e6e9";
}

.icon-comment:before {
  content: "\e6ea";
}

.icon-comment-o:before {
  content: "\e6eb";
}

.icon-comments:before {
  content: "\e6ec";
}

.icon-comments-o:before {
  content: "\e6ed";
}

.icon-compass:before {
  content: "\e6ee";
}

.icon-compass2:before {
  content: "\e6ef";
}

.icon-compress:before {
  content: "\e6f0";
}

.icon-content-paste:before {
  content: "\e6f1";
}

.icon-controller-fast-backward:before {
  content: "\e6f2";
}

.icon-controller-fast-forward:before {
  content: "\e6f3";
}

.icon-controller-jump-to-start:before {
  content: "\e6f4";
}

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

.icon-controller-paus:before {
  content: "\e6f6";
}

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

.icon-controller-record:before {
  content: "\e6f8";
}

.icon-controller-stop:before {
  content: "\e6f9";
}

.icon-controller-volume:before {
  content: "\e6fa";
}

.icon-copy:before {
  content: "\e6fb";
}

.icon-copy2:before {
  content: "\e6fc";
}

.icon-copyright:before {
  content: "\e6fd";
}

.icon-creative-cloud:before {
  content: "\e6fe";
}

.icon-creative-commons:before {
  content: "\e6ff";
}

.icon-creative-commons-attribution:before {
  content: "\e700";
}

.icon-creative-commons-noderivs:before {
  content: "\e701";
}

.icon-creative-commons-noncommercial-eu:before {
  content: "\e702";
}

.icon-creative-commons-noncommercial-us:before {
  content: "\e703";
}

.icon-creative-commons-public-domain:before {
  content: "\e704";
}

.icon-creative-commons-remix:before {
  content: "\e705";
}

.icon-creative-commons-share:before {
  content: "\e706";
}

.icon-creative-commons-sharealike:before {
  content: "\e707";
}

.icon-credit:before {
  content: "\e708";
}

.icon-credit-card:before {
  content: "\e709";
}

.icon-credit-card2:before {
  content: "\e70a";
}

.icon-crop:before {
  content: "\e70b";
}

.icon-cross:before {
  content: "\e70c";
}

.icon-crosshairs:before {
  content: "\e70d";
}

.icon-css3:before {
  content: "\e70e";
}

.icon-cube:before {
  content: "\e70f";
}

.icon-cubes:before {
  content: "\e710";
}

.icon-cup:before {
  content: "\e711";
}

.icon-cut:before {
  content: "\e712";
}

.icon-cutlery:before {
  content: "\e713";
}

.icon-cw:before {
  content: "\e714";
}

.icon-cycle:before {
  content: "\e715";
}

.icon-dashboard:before {
  content: "\e716";
}

.icon-database:before {
  content: "\e717";
}

.icon-database2:before {
  content: "\e718";
}

.icon-dedent:before {
  content: "\e719";
}

.icon-delicious:before {
  content: "\e71a";
}

.icon-desktop:before {
  content: "\e71b";
}

.icon-deviantart:before {
  content: "\e71c";
}

.icon-dial-pad:before {
  content: "\e71d";
}

.icon-digg:before {
  content: "\e71e";
}

.icon-direction:before {
  content: "\e71f";
}

.icon-document:before {
  content: "\e720";
}

.icon-document-landscape:before {
  content: "\e721";
}

.icon-documents:before {
  content: "\e722";
}

.icon-dollar:before {
  content: "\e723";
}

.icon-done:before {
  content: "\e724";
}

.icon-dot-circle-o:before {
  content: "\e725";
}

.icon-dot-single:before {
  content: "\e726";
}

.icon-dots-three-horizontal:before {
  content: "\e727";
}

.icon-dots-three-vertical:before {
  content: "\e728";
}

.icon-dots-two-horizontal:before {
  content: "\e729";
}

.icon-dots-two-vertical:before {
  content: "\e72a";
}

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

.icon-download2:before {
  content: "\e72c";
}

.icon-dribbble:before {
  content: "\e72d";
}

.icon-dribbble2:before {
  content: "\e72e";
}

.icon-dribbble-with-circle:before {
  content: "\e72f";
}

.icon-drink:before {
  content: "\e730";
}

.icon-drive:before {
  content: "\e731";
}

.icon-drop:before {
  content: "\e732";
}

.icon-dropbox:before {
  content: "\e733";
}

.icon-dropbox2:before {
  content: "\e734";
}

.icon-drupal:before {
  content: "\e735";
}

.icon-edit:before {
  content: "\e736";
}

.icon-edit2:before {
  content: "\e737";
}

.icon-eject:before {
  content: "\e738";
}

.icon-ellipsis-h:before {
  content: "\e739";
}

.icon-ellipsis-v:before {
  content: "\e73a";
}

.icon-email:before {
  content: "\e73b";
}

.icon-emoji-flirt:before {
  content: "\e73c";
}

.icon-emoji-happy:before {
  content: "\e73d";
}

.icon-emoji-neutral:before {
  content: "\e73e";
}

.icon-emoji-sad:before {
  content: "\e73f";
}

.icon-empire:before {
  content: "\e740";
}

.icon-envelope:before {
  content: "\e741";
}

.icon-envelope-o:before {
  content: "\e742";
}

.icon-envelope-square:before {
  content: "\e743";
}

.icon-erase:before {
  content: "\e744";
}

.icon-eraser:before {
  content: "\e745";
}

.icon-eraser2:before {
  content: "\e746";
}

.icon-eur:before {
  content: "\e747";
}

.icon-evernote:before {
  content: "\e748";
}

.icon-exchange:before {
  content: "\e749";
}

.icon-exclamation:before {
  content: "\e74a";
}

.icon-exclamation-circle:before {
  content: "\e74b";
}

.icon-exclamation-triangle:before {
  content: "\e74c";
}

.icon-expand:before {
  content: "\e74d";
}

.icon-explore:before {
  content: "\e74e";
}

.icon-export:before {
  content: "\e74f";
}

.icon-external-link:before {
  content: "\e750";
}

.icon-external-link-square:before {
  content: "\e751";
}

.icon-eye:before {
  content: "\e752";
}

.icon-eye2:before {
  content: "\e753";
}

.icon-eyedropper:before {
  content: "\e754";
}

.icon-eye-slash:before {
  content: "\e755";
}

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

.icon-facebook2:before {
  content: "\e757";
}

.icon-facebook-square:before {
  content: "\e758";
}

.icon-facebook-with-circle:before {
  content: "\e759";
}

.icon-fast-backward:before {
  content: "\e75a";
}

.icon-fast-forward:before {
  content: "\e75b";
}

.icon-fax:before {
  content: "\e75c";
}

.icon-feather:before {
  content: "\e75d";
}

.icon-female:before {
  content: "\e75e";
}

.icon-fighter-jet:before {
  content: "\e75f";
}

.icon-file:before {
  content: "\e760";
}

.icon-file-archive-o:before {
  content: "\e761";
}

.icon-file-audio-o:before {
  content: "\e762";
}

.icon-file-code-o:before {
  content: "\e763";
}

.icon-file-excel-o:before {
  content: "\e764";
}

.icon-file-image-o:before {
  content: "\e765";
}

.icon-file-movie-o:before {
  content: "\e766";
}

.icon-file-o:before {
  content: "\e767";
}

.icon-file-pdf-o:before {
  content: "\e768";
}

.icon-file-powerpoint-o:before {
  content: "\e769";
}

.icon-file-text:before {
  content: "\e76a";
}

.icon-file-text-o:before {
  content: "\e76b";
}

.icon-file-word-o:before {
  content: "\e76c";
}

.icon-film:before {
  content: "\e76d";
}

.icon-filter:before {
  content: "\e76e";
}

.icon-fire:before {
  content: "\e76f";
}

.icon-fire-extinguisher:before {
  content: "\e770";
}

.icon-flag:before {
  content: "\e771";
}

.icon-flag2:before {
  content: "\e772";
}

.icon-flag-checkered:before {
  content: "\e773";
}

.icon-flag-o:before {
  content: "\e774";
}

.icon-flash:before {
  content: "\e775";
}

.icon-flashlight:before {
  content: "\e776";
}

.icon-flask:before {
  content: "\e777";
}

.icon-flat-brush:before {
  content: "\e778";
}

.icon-flattr:before {
  content: "\e779";
}

.icon-flickr:before {
  content: "\e77a";
}

.icon-flickr2:before {
  content: "\e77b";
}

.icon-flickr-with-circle:before {
  content: "\e77c";
}

.icon-floppy-o:before {
  content: "\e77d";
}

.icon-flow-branch:before {
  content: "\e77e";
}

.icon-flow-cascade:before {
  content: "\e77f";
}

.icon-flow-line:before {
  content: "\e780";
}

.icon-flow-parallel:before {
  content: "\e781";
}

.icon-flow-tree:before {
  content: "\e782";
}

.icon-folder:before {
  content: "\e783";
}

.icon-folder2:before {
  content: "\e784";
}

.icon-folder-images:before {
  content: "\e785";
}

.icon-folder-music:before {
  content: "\e786";
}

.icon-folder-o:before {
  content: "\e787";
}

.icon-folder-open:before {
  content: "\e788";
}

.icon-folder-open-o:before {
  content: "\e789";
}

.icon-folder-video:before {
  content: "\e78a";
}

.icon-font:before {
  content: "\e78b";
}

.icon-forward:before {
  content: "\e78c";
}

.icon-forward2:before {
  content: "\e78d";
}

.icon-foursquare:before {
  content: "\e78e";
}

.icon-foursquare2:before {
  content: "\e78f";
}

.icon-frown-o:before {
  content: "\e790";
}

.icon-funnel:before {
  content: "\e791";
}

.icon-futbol-o:before {
  content: "\e792";
}

.icon-game-controller:before {
  content: "\e793";
}

.icon-gamepad:before {
  content: "\e794";
}

.icon-gauge:before {
  content: "\e795";
}

.icon-gavel:before {
  content: "\e796";
}

.icon-gbp:before {
  content: "\e797";
}

.icon-gift:before {
  content: "\e798";
}

.icon-git:before {
  content: "\e799";
}

.icon-github:before {
  content: "\e79a";
}

.icon-github2:before {
  content: "\e79b";
}

.icon-github-alt:before {
  content: "\e79c";
}

.icon-github-square:before {
  content: "\e79d";
}

.icon-github-with-circle:before {
  content: "\e79e";
}

.icon-git-square:before {
  content: "\e79f";
}

.icon-gittip:before {
  content: "\e7a0";
}

.icon-glass:before {
  content: "\e7a1";
}

.icon-globe:before {
  content: "\e7a2";
}

.icon-globe2:before {
  content: "\e7a3";
}

.icon-google:before {
  content: "\e7a4";
}

.icon-google2:before {
  content: "\e7a5";
}

.icon-google-drive:before {
  content: "\e7a6";
}

.icon-google-hangouts:before {
  content: "\e7a7";
}

.icon-google-plus:before {
  content: "\e7a8";
}

.icon-google-plus-square:before {
  content: "\e7a9";
}

.icon-google-wallet:before {
  content: "\e7aa";
}

.icon-google-with-circle:before {
  content: "\e7ab";
}

.icon-graduation-cap:before {
  content: "\e7ac";
}

.icon-graduation-cap2:before {
  content: "\e7ad";
}

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

.icon-grooveshark:before {
  content: "\e7af";
}

.icon-group:before {
  content: "\e7b0";
}

.icon-hacker-news:before {
  content: "\e7b1";
}

.icon-hair-cross:before {
  content: "\e7b2";
}

.icon-hand:before {
  content: "\e7b3";
}

.icon-hand-o-down:before {
  content: "\e7b4";
}

.icon-hand-o-left:before {
  content: "\e7b5";
}

.icon-hand-o-right:before {
  content: "\e7b6";
}

.icon-hand-o-up:before {
  content: "\e7b7";
}

.icon-hdd-o:before {
  content: "\e7b8";
}

.icon-header:before {
  content: "\e7b9";
}

.icon-headphones:before {
  content: "\e7ba";
}

.icon-heart:before {
  content: "\e7bb";
}

.icon-heart2:before {
  content: "\e7bc";
}

.icon-heart-o:before {
  content: "\e7bd";
}

.icon-heart-outlined:before {
  content: "\e7be";
}

.icon-help:before {
  content: "\e7bf";
}

.icon-help-with-circle:before {
  content: "\e7c0";
}

.icon-highlight-remove:before {
  content: "\e7c1";
}

.icon-history:before {
  content: "\e7c2";
}

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

.icon-home2:before {
  content: "\e7c4";
}

.icon-hospital-o:before {
  content: "\e7c5";
}

.icon-hour-glass:before {
  content: "\e7c6";
}

.icon-h-square:before {
  content: "\e7c7";
}

.icon-html5:before {
  content: "\e7c8";
}

.icon-icloud:before {
  content: "\e7c9";
}

.icon-ils:before {
  content: "\e7ca";
}

.icon-image:before {
  content: "\e7cb";
}

.icon-image2:before {
  content: "\e7cc";
}

.icon-image-inverted:before {
  content: "\e7cd";
}

.icon-images:before {
  content: "\e7ce";
}

.icon-inbox:before {
  content: "\e7cf";
}

.icon-inbox2:before {
  content: "\e7d0";
}

.icon-indent:before {
  content: "\e7d1";
}

.icon-infinity:before {
  content: "\e7d2";
}

.icon-info:before {
  content: "\e7d3";
}

.icon-info2:before {
  content: "\e7d4";
}

.icon-info-circle:before {
  content: "\e7d5";
}

.icon-info-with-circle:before {
  content: "\e7d6";
}

.icon-inr:before {
  content: "\e7d7";
}

.icon-insert-invitation:before {
  content: "\e7d8";
}

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

.icon-instagram2:before {
  content: "\e7da";
}

.icon-instagram-with-circle:before {
  content: "\e7db";
}

.icon-install:before {
  content: "\e7dc";
}

.icon-ioxhost:before {
  content: "\e7dd";
}

.icon-italic:before {
  content: "\e7de";
}

.icon-joomla:before {
  content: "\e7df";
}

.icon-jsfiddle:before {
  content: "\e7e0";
}

.icon-key:before {
  content: "\e7e1";
}

.icon-key2:before {
  content: "\e7e2";
}

.icon-keyboard:before {
  content: "\e7e3";
}

.icon-keyboard-arrow-down:before {
  content: "\e7e4";
}

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

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

.icon-keyboard-arrow-up:before {
  content: "\e7e7";
}

.icon-keyboard-backspace:before {
  content: "\e7e8";
}

.icon-keyboard-control:before {
  content: "\e7e9";
}

.icon-keyboard-o:before {
  content: "\e7ea";
}

.icon-krw:before {
  content: "\e7eb";
}

.icon-lab-flask:before {
  content: "\e7ec";
}

.icon-landline:before {
  content: "\e7ed";
}

.icon-language:before {
  content: "\e7ee";
}

.icon-language2:before {
  content: "\e7ef";
}

.icon-laptop:before {
  content: "\e7f0";
}

.icon-laptop2:before {
  content: "\e7f1";
}

.icon-lastfm:before {
  content: "\e7f2";
}

.icon-lastfm2:before {
  content: "\e7f3";
}

.icon-lastfm-square:before {
  content: "\e7f4";
}

.icon-lastfm-with-circle:before {
  content: "\e7f5";
}

.icon-layers:before {
  content: "\e7f6";
}

.icon-leaf:before {
  content: "\e7f7";
}

.icon-leaf2:before {
  content: "\e7f8";
}

.icon-lemon-o:before {
  content: "\e7f9";
}

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

.icon-level-down2:before {
  content: "\e7fb";
}

.icon-level-up:before {
  content: "\e7fc";
}

.icon-level-up2:before {
  content: "\e7fd";
}

.icon-life-bouy:before {
  content: "\e7fe";
}

.icon-lifebuoy:before {
  content: "\e7ff";
}

.icon-light-bulb:before {
  content: "\e800";
}

.icon-lightbulb-o:before {
  content: "\e801";
}

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

.icon-light-up:before {
  content: "\e803";
}

.icon-line-chart:before {
  content: "\e804";
}

.icon-line-graph:before {
  content: "\e805";
}

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

.icon-linkedin:before {
  content: "\e807";
}

.icon-linkedin2:before {
  content: "\e808";
}

.icon-linkedin-square:before {
  content: "\e809";
}

.icon-linkedin-with-circle:before {
  content: "\e80a";
}

.icon-linux:before {
  content: "\e80b";
}

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

.icon-list2:before {
  content: "\e80d";
}

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

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

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

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

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

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

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

.icon-lock:before {
  content: "\e815";
}

.icon-lock2:before {
  content: "\e816";
}

.icon-lock-open:before {
  content: "\e817";
}

.icon-login:before {
  content: "\e818";
}

.icon-log-out:before {
  content: "\e819";
}

.icon-long-arrow-down:before {
  content: "\e81a";
}

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

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

.icon-long-arrow-up:before {
  content: "\e81d";
}

.icon-loop:before {
  content: "\e81e";
}

.icon-magic:before {
  content: "\e81f";
}

.icon-magnet:before {
  content: "\e820";
}

.icon-magnet2:before {
  content: "\e821";
}

.icon-magnifying-glass:before {
  content: "\e822";
}

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

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

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

.icon-mail-reply-all:before {
  content: "\e826";
}

.icon-male:before {
  content: "\e827";
}

.icon-man:before {
  content: "\e828";
}

.icon-map:before {
  content: "\e829";
}

.icon-map-marker:before {
  content: "\e82a";
}

.icon-markunread:before {
  content: "\e82b";
}

.icon-mask:before {
  content: "\e82c";
}

.icon-maxcdn:before {
  content: "\e82d";
}

.icon-meanpath:before {
  content: "\e82e";
}

.icon-medal:before {
  content: "\e82f";
}

.icon-medkit:before {
  content: "\e830";
}

.icon-megaphone:before {
  content: "\e831";
}

.icon-meh-o:before {
  content: "\e832";
}

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

.icon-message:before {
  content: "\e834";
}

.icon-mic:before {
  content: "\e835";
}

.icon-microphone:before {
  content: "\e836";
}

.icon-microphone-slash:before {
  content: "\e837";
}

.icon-minus:before {
  content: "\e838";
}

.icon-minus2:before {
  content: "\e839";
}

.icon-minus-circle:before {
  content: "\e83a";
}

.icon-minus-square:before {
  content: "\e83b";
}

.icon-minus-square-o:before {
  content: "\e83c";
}

.icon-mixi:before {
  content: "\e83d";
}

.icon-mobile:before {
  content: "\e83e";
}

.icon-mobile2:before {
  content: "\e83f";
}

.icon-modern-mic:before {
  content: "\e840";
}

.icon-money:before {
  content: "\e841";
}

.icon-moon:before {
  content: "\e842";
}

.icon-moon-o:before {
  content: "\e843";
}

.icon-more-vert:before {
  content: "\e844";
}

.icon-mouse:before {
  content: "\e845";
}

.icon-music:before {
  content: "\e846";
}

.icon-music2:before {
  content: "\e847";
}

.icon-network:before {
  content: "\e848";
}

.icon-new:before {
  content: "\e849";
}

.icon-new-message:before {
  content: "\e84a";
}

.icon-news:before {
  content: "\e84b";
}

.icon-newspaper-o:before {
  content: "\e84c";
}

.icon-note:before {
  content: "\e84d";
}

.icon-notification:before {
  content: "\e84e";
}

.icon-old-mobile:before {
  content: "\e84f";
}

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

.icon-onedrive:before {
  content: "\e851";
}

.icon-open-book:before {
  content: "\e852";
}

.icon-openid:before {
  content: "\e853";
}

.icon-pagelines:before {
  content: "\e854";
}

.icon-paint-brush:before {
  content: "\e855";
}

.icon-palette:before {
  content: "\e856";
}

.icon-paperclip:before {
  content: "\e857";
}

.icon-paper-plane:before {
  content: "\e858";
}

.icon-paper-plane2:before {
  content: "\e859";
}

.icon-paper-plane-o:before {
  content: "\e85a";
}

.icon-paragraph:before {
  content: "\e85b";
}

.icon-pause:before {
  content: "\e85c";
}

.icon-paw:before {
  content: "\e85d";
}

.icon-paypal:before {
  content: "\e85e";
}

.icon-paypal2:before {
  content: "\e85f";
}

.icon-pencil:before {
  content: "\e860";
}

.icon-pencil2:before {
  content: "\e861";
}

.icon-pencil-square:before {
  content: "\e862";
}

.icon-philanthropy:before {
  content: "\e863";
}

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

.icon-phone2:before {
  content: "\e865";
}

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

.icon-picasa:before {
  content: "\e867";
}

.icon-pie-chart:before {
  content: "\e868";
}

.icon-pie-chart2:before {
  content: "\e869";
}

.icon-pied-piper:before {
  content: "\e86a";
}

.icon-pied-piper-alt:before {
  content: "\e86b";
}

.icon-pin:before {
  content: "\e86c";
}

.icon-pinterest:before {
  content: "\e86d";
}

.icon-pinterest2:before {
  content: "\e86e";
}

.icon-pinterest-square:before {
  content: "\e86f";
}

.icon-pinterest-with-circle:before {
  content: "\e870";
}

.icon-plane:before {
  content: "\e871";
}

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

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

.icon-play-circle-o:before {
  content: "\e874";
}

.icon-plug:before {
  content: "\e875";
}

.icon-plus:before {
  content: "\e876";
}

.icon-plus2:before {
  content: "\e877";
}

.icon-plus-circle:before {
  content: "\e878";
}

.icon-plus-square:before {
  content: "\e879";
}

.icon-plus-square-o:before {
  content: "\e87a";
}

.icon-popup:before {
  content: "\e87b";
}

.icon-power-off:before {
  content: "\e87c";
}

.icon-power-plug:before {
  content: "\e87d";
}

.icon-price-ribbon:before {
  content: "\e87e";
}

.icon-price-tag:before {
  content: "\e87f";
}

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

.icon-print2:before {
  content: "\e881";
}

.icon-progress-empty:before {
  content: "\e882";
}

.icon-progress-full:before {
  content: "\e883";
}

.icon-progress-one:before {
  content: "\e884";
}

.icon-progress-two:before {
  content: "\e885";
}

.icon-publish:before {
  content: "\e886";
}

.icon-puzzle-piece:before {
  content: "\e887";
}

.icon-qq:before {
  content: "\e888";
}

.icon-qq2:before {
  content: "\e889";
}

.icon-qrcode:before {
  content: "\e88a";
}

.icon-question:before {
  content: "\e88b";
}

.icon-question-answer:before {
  content: "\e88c";
}

.icon-question-circle:before {
  content: "\e88d";
}

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

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

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

.icon-ra:before {
  content: "\e891";
}

.icon-radio:before {
  content: "\e892";
}

.icon-radio-button-off:before {
  content: "\e893";
}

.icon-radio-button-on:before {
  content: "\e894";
}

.icon-random:before {
  content: "\e895";
}

.icon-rdio:before {
  content: "\e896";
}

.icon-rdio-with-circle:before {
  content: "\e897";
}

.icon-recycle:before {
  content: "\e898";
}

.icon-reddit:before {
  content: "\e899";
}

.icon-reddit-square:before {
  content: "\e89a";
}

.icon-refresh:before {
  content: "\e89b";
}

.icon-refresh2:before {
  content: "\e89c";
}

.icon-remove:before {
  content: "\e89d";
}

.icon-remove-circle:before {
  content: "\e89e";
}

.icon-remove-circle-outline:before {
  content: "\e89f";
}

.icon-remove-user:before {
  content: "\e8a0";
}

.icon-renren:before {
  content: "\e8a1";
}

.icon-renren2:before {
  content: "\e8a2";
}

.icon-repeat:before {
  content: "\e8a3";
}

.icon-reply:before {
  content: "\e8a4";
}

.icon-reply-all:before {
  content: "\e8a5";
}

.icon-resize-100:before {
  content: "\e8a6";
}

.icon-resize-full-screen:before {
  content: "\e8a7";
}

.icon-retweet:before {
  content: "\e8a8";
}

.icon-retweet2:before {
  content: "\e8a9";
}

.icon-road:before {
  content: "\e8aa";
}

.icon-rocket:before {
  content: "\e8ab";
}

.icon-rocket2:before {
  content: "\e8ac";
}

.icon-rotate-left:before {
  content: "\e8ad";
}

.icon-rouble:before {
  content: "\e8ae";
}

.icon-round-brush:before {
  content: "\e8af";
}

.icon-rss:before {
  content: "\e8b0";
}

.icon-rss2:before {
  content: "\e8b1";
}

.icon-rss-square:before {
  content: "\e8b2";
}

.icon-ruler:before {
  content: "\e8b3";
}

.icon-save:before {
  content: "\e8b4";
}

.icon-scissors:before {
  content: "\e8b5";
}

.icon-scribd:before {
  content: "\e8b6";
}

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

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

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

.icon-select-arrows:before {
  content: "\e8ba";
}

.icon-send:before {
  content: "\e8bb";
}

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

.icon-shareable:before {
  content: "\e8bd";
}

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

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

.icon-share-alt-square:before {
  content: "\e8c0";
}

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

.icon-share-square-o:before {
  content: "\e8c2";
}

.icon-shield:before {
  content: "\e8c3";
}

.icon-shield2:before {
  content: "\e8c4";
}

.icon-shop:before {
  content: "\e8c5";
}

.icon-shopping-bag:before {
  content: "\e8c6";
}

.icon-shopping-basket:before {
  content: "\e8c7";
}

.icon-shopping-cart:before {
  content: "\e8c8";
}

.icon-shopping-cart2:before {
  content: "\e8c9";
}

.icon-shuffle:before {
  content: "\e8ca";
}

.icon-signal:before {
  content: "\e8cb";
}

.icon-signal2:before {
  content: "\e8cc";
}

.icon-sign-in:before {
  content: "\e8cd";
}

.icon-sign-out:before {
  content: "\e8ce";
}

.icon-sina-weibo:before {
  content: "\e8cf";
}

.icon-sitemap:before {
  content: "\e8d0";
}

.icon-skype:before {
  content: "\e8d1";
}

.icon-skype2:before {
  content: "\e8d2";
}

.icon-skype-with-circle:before {
  content: "\e8d3";
}

.icon-slack:before {
  content: "\e8d4";
}

.icon-sliders:before {
  content: "\e8d5";
}

.icon-slideshare:before {
  content: "\e8d6";
}

.icon-slideshare2:before {
  content: "\e8d7";
}

.icon-smashing:before {
  content: "\e8d8";
}

.icon-smile-o:before {
  content: "\e8d9";
}

.icon-sort:before {
  content: "\e8da";
}

.icon-sort-alpha-asc:before {
  content: "\e8db";
}

.icon-sort-alpha-desc:before {
  content: "\e8dc";
}

.icon-sort-amount-asc:before {
  content: "\e8dd";
}

.icon-sort-amount-desc:before {
  content: "\e8de";
}

.icon-sort-asc:before {
  content: "\e8df";
}

.icon-sort-desc:before {
  content: "\e8e0";
}

.icon-sort-numeric-asc:before {
  content: "\e8e1";
}

.icon-sort-numeric-desc:before {
  content: "\e8e2";
}

.icon-sound:before {
  content: "\e8e3";
}

.icon-soundcloud:before {
  content: "\e8e4";
}

.icon-soundcloud2:before {
  content: "\e8e5";
}

.icon-sound-mix:before {
  content: "\e8e6";
}

.icon-sound-mute:before {
  content: "\e8e7";
}

.icon-space-shuttle:before {
  content: "\e8e8";
}

.icon-spinner:before {
  content: "\e8e9";
}

.icon-spoon:before {
  content: "\e8ea";
}

.icon-sports-club:before {
  content: "\e8eb";
}

.icon-spotify:before {
  content: "\e8ec";
}

.icon-spotify2:before {
  content: "\e8ed";
}

.icon-spotify-with-circle:before {
  content: "\e8ee";
}

.icon-spreadsheet:before {
  content: "\e8ef";
}

.icon-square:before {
  content: "\e8f0";
}

.icon-squared-cross:before {
  content: "\e8f1";
}

.icon-squared-minus:before {
  content: "\e8f2";
}

.icon-squared-plus:before {
  content: "\e8f3";
}

.icon-square-o:before {
  content: "\e8f4";
}

.icon-stack-exchange:before {
  content: "\e8f5";
}

.icon-stack-overflow:before {
  content: "\e8f6";
}

.icon-star:before {
  content: "\e8f7";
}

.icon-star2:before {
  content: "\e8f8";
}

.icon-star3:before {
  content: "\e8f9";
}

.icon-star-half:before {
  content: "\e8fa";
}

.icon-star-half2:before {
  content: "\e8fb";
}

.icon-star-half-empty:before {
  content: "\e8fc";
}

.icon-star-o:before {
  content: "\e8fd";
}

.icon-star-outline:before {
  content: "\e8fe";
}

.icon-star-outlined:before {
  content: "\e8ff";
}

.icon-steam:before {
  content: "\e900";
}

.icon-steam-square:before {
  content: "\e901";
}

.icon-step-backward:before {
  content: "\e902";
}

.icon-step-forward:before {
  content: "\e903";
}

.icon-stethoscope:before {
  content: "\e904";
}

.icon-stop:before {
  content: "\e905";
}

.icon-stopwatch:before {
  content: "\e906";
}

.icon-strikethrough:before {
  content: "\e907";
}

.icon-stumbleupon:before {
  content: "\e908";
}

.icon-stumbleupon2:before {
  content: "\e909";
}

.icon-stumbleupon-circle:before {
  content: "\e90a";
}

.icon-stumbleupon-with-circle:before {
  content: "\e90b";
}

.icon-subscript:before {
  content: "\e90c";
}

.icon-suitcase:before {
  content: "\e90d";
}

.icon-suitcase2:before {
  content: "\e90e";
}

.icon-sun-o:before {
  content: "\e90f";
}

.icon-superscript:before {
  content: "\e910";
}

.icon-swap:before {
  content: "\e911";
}

.icon-swarm:before {
  content: "\e912";
}

.icon-sweden:before {
  content: "\e913";
}

.icon-switch:before {
  content: "\e914";
}

.icon-table:before {
  content: "\e915";
}

.icon-tablet:before {
  content: "\e916";
}

.icon-tablet2:before {
  content: "\e917";
}

.icon-tag:before {
  content: "\e918";
}

.icon-tag2:before {
  content: "\e919";
}

.icon-tags:before {
  content: "\e91a";
}

.icon-tasks:before {
  content: "\e91b";
}

.icon-tencent-weibo:before {
  content: "\e91c";
}

.icon-terminal:before {
  content: "\e91d";
}

.icon-text:before {
  content: "\e91e";
}

.icon-text-document:before {
  content: "\e91f";
}

.icon-text-document-inverted:before {
  content: "\e920";
}

.icon-text-height:before {
  content: "\e921";
}

.icon-text-width:before {
  content: "\e922";
}

.icon-th:before {
  content: "\e923";
}

.icon-thermometer:before {
  content: "\e924";
}

.icon-th-large:before {
  content: "\e925";
}

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

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

.icon-thumbs-down2:before {
  content: "\e928";
}

.icon-thumbs-o-down:before {
  content: "\e929";
}

.icon-thumbs-o-up:before {
  content: "\e92a";
}

.icon-thumbs-up:before {
  content: "\e92b";
}

.icon-thumbs-up2:before {
  content: "\e92c";
}

.icon-thumb-tack:before {
  content: "\e92d";
}

.icon-thunder-cloud:before {
  content: "\e92e";
}

.icon-ticket:before {
  content: "\e92f";
}

.icon-ticket2:before {
  content: "\e930";
}

.icon-times-circle:before {
  content: "\e931";
}

.icon-times-circle-o:before {
  content: "\e932";
}

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

.icon-tint:before {
  content: "\e934";
}

.icon-toggle-off:before {
  content: "\e935";
}

.icon-toggle-on:before {
  content: "\e936";
}

.icon-tools:before {
  content: "\e937";
}

.icon-traffic-cone:before {
  content: "\e938";
}

.icon-trash:before {
  content: "\e939";
}

.icon-trash2:before {
  content: "\e93a";
}

.icon-trash-o:before {
  content: "\e93b";
}

.icon-tree:before {
  content: "\e93c";
}

.icon-tree2:before {
  content: "\e93d";
}

.icon-trello:before {
  content: "\e93e";
}

.icon-trending-neutral:before {
  content: "\e93f";
}

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

.icon-triangle-left:before {
  content: "\e941";
}

.icon-triangle-right:before {
  content: "\e942";
}

.icon-triangle-up:before {
  content: "\e943";
}

.icon-trophy:before {
  content: "\e944";
}

.icon-trophy2:before {
  content: "\e945";
}

.icon-truck:before {
  content: "\e946";
}

.icon-try:before {
  content: "\e947";
}

.icon-tty:before {
  content: "\e948";
}

.icon-tumblr:before {
  content: "\e949";
}

.icon-tumblr2:before {
  content: "\e94a";
}

.icon-tumblr-square:before {
  content: "\e94b";
}

.icon-tumblr-with-circle:before {
  content: "\e94c";
}

.icon-tv:before {
  content: "\e94d";
}

.icon-twitch:before {
  content: "\e94e";
}

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

.icon-twitter2:before {
  content: "\e950";
}

.icon-twitter-square:before {
  content: "\e951";
}

.icon-twitter-with-circle:before {
  content: "\e952";
}

.icon-typing:before {
  content: "\e953";
}

.icon-umbrella:before {
  content: "\e954";
}

.icon-underline:before {
  content: "\e955";
}

.icon-uninstall:before {
  content: "\e956";
}

.icon-unlock:before {
  content: "\e957";
}

.icon-unlock-alt:before {
  content: "\e958";
}

.icon-unread:before {
  content: "\e959";
}

.icon-untag:before {
  content: "\e95a";
}

.icon-upload:before {
  content: "\e95b";
}

.icon-upload2:before {
  content: "\e95c";
}

.icon-upload-to-cloud:before {
  content: "\e95d";
}

.icon-user:before {
  content: "\e95e";
}

.icon-user2:before {
  content: "\e95f";
}

.icon-user-md:before {
  content: "\e960";
}

.icon-users:before {
  content: "\e961";
}

.icon-v-card:before {
  content: "\e962";
}

.icon-video:before {
  content: "\e963";
}

.icon-video-camera:before {
  content: "\e964";
}

.icon-vimeo:before {
  content: "\e965";
}

.icon-vimeo-square:before {
  content: "\e966";
}

.icon-vimeo-with-circle:before {
  content: "\e967";
}

.icon-vine:before {
  content: "\e968";
}

.icon-vine2:before {
  content: "\e969";
}

.icon-vine-with-circle:before {
  content: "\e96a";
}

.icon-vinyl:before {
  content: "\e96b";
}

.icon-vk:before {
  content: "\e96c";
}

.icon-vk2:before {
  content: "\e96d";
}

.icon-vk-alternitive:before {
  content: "\e96e";
}

.icon-vk-with-circle:before {
  content: "\e96f";
}

.icon-voicemail:before {
  content: "\e970";
}

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

.icon-volume-off:before {
  content: "\e972";
}

.icon-volume-up:before {
  content: "\e973";
}

.icon-wallet:before {
  content: "\e974";
}

.icon-warning:before {
  content: "\e975";
}

.icon-water:before {
  content: "\e976";
}

.icon-wechat:before {
  content: "\e977";
}

.icon-weibo:before {
  content: "\e978";
}

.icon-wheelchair:before {
  content: "\e979";
}

.icon-wifi:before {
  content: "\e97a";
}

.icon-windows:before {
  content: "\e97b";
}

.icon-wordpress:before {
  content: "\e97c";
}

.icon-wrench:before {
  content: "\e97d";
}

.icon-xing:before {
  content: "\e97e";
}

.icon-xing2:before {
  content: "\e97f";
}

.icon-xing-square:before {
  content: "\e980";
}

.icon-xing-with-circle:before {
  content: "\e981";
}

.icon-yahoo:before {
  content: "\e982";
}

.icon-yelp:before {
  content: "\e983";
}

.icon-yelp2:before {
  content: "\e984";
}

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

.icon-youtube2:before {
  content: "\e986";
}

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

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

.icon-youtube-with-circle:before {
  content: "\e989";
}

/*============================
=            Base            =
============================*/
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  html {
    font-size: 90%;
  }
}

/*----------  Image Styles  ----------*/
img.radius {
  border-radius: 5px;
}

/*==============================
=            Layout            =
==============================*/
/*----------  Grid Adjustments  ----------*/
.row {
  width: 95%;
}

.row .row {
  width: auto;
}

.row.expanded {
  width: 100%;
}

/*----------  Page Content  ----------*/
.page__content {
  padding-top: 3.57143rem;
  padding-bottom: 2.38095rem;
}

.page__content img {
  height: auto !important;
}

.page__content > p:last-child,
.page__content > div:last-child,
.page__content > ul:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 57.5em) {
  .page__content {
    padding-top: 5.05952rem;
    padding-bottom: 3.57143rem;
  }
}

.content__block {
  padding-top: 3.57143rem;
  padding-bottom: 3.57143rem;
}

@media screen and (min-width: 57.5em) {
  .content__block {
    padding-top: 5.05952rem;
    padding-bottom: 5.05952rem;
  }
}

/*----------  Background Color Fills  ----------*/
.bg--beige {
  background: #f7f5f3;
}

.bg--green {
  background: #72a84d;
}

.bg--blue {
  border-top: solid 1px rgba(48, 38, 29, 0.1);
}

/*==============================
=            Header            =
==============================*/
.header {
  z-index: 9999;
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 20px rgba(48, 38, 29, 0.075);
}

/*-----------Drawer Scrollbars-----------*/
.drawer::-webkit-scrollbar {
  width: 0 !important;
}

.drawer::-webkit-scrollbar-track {
  background: none;
}

.drawer::-webkit-scrollbar-thumb {
  background: none;
}

.no-touch .drawer::-webkit-scrollbar {
  width: 8px !important;
}

.no-touch .drawer::-webkit-scrollbar-track {
  background: #a7a7a7;
}

.no-touch .drawer::-webkit-scrollbar-thumb {
  background: blue;
}

/*=====================================
=            Sticky Header            =
=====================================*/
.header--clone {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header--stick {
  position: fixed;
  top: 0;
  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header--unstick {
  /* Translate back to -100%; */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*======================================
=            xLarge Up Menu            =
======================================*/
@media screen and (min-width: 57.5em) {
  /*-----------Hidden Mobile Elements-----------*/
  .content-overlay,
  .header__drawer-toggle {
    display: none;
  }
  /*-----------Header-----------*/
  .header {
    height: 110px;
  }
  .header .column, .header .columns {
    position: relative;
  }
  .logo {
    display: inline-block;
    top: 0;
    left: 0;
    height: 110px;
    line-height: 110px;
    text-align: center;
    z-index: 1;
  }
  .logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 165px;
  }
  /*-----------Header - Utility Links-----------*/
  .menu--utility {
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .menu--utility ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu--utility ul li {
    display: inline-block;
    font-size: .725rem;
    font-weight: 300;
  }
  .menu--utility a {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #707271;
    margin-left: 15px;
  }
  .menu--utility a:hover {
    color: #72a84d;
  }
  .menu--utility a:before {
    content: '|';
    margin-right: 15px;
    color: #e6e7e7;
  }
  .menu--utility ul li:first-child a:before {
    display: none;
  }
  /*-----------Header - Menu-----------*/
  .menu--main {
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  .menu--main ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .menu--main li {
    position: relative;
  }
  .menu--main li,
  .menu--main a {
    display: block;
  }
  /*-----------Menu - First Level-----------*/
  .menu--main > ul {
    float: right;
  }
  .menu--main > ul > li {
    float: left;
  }
  .menu--main > ul > li > a {
    padding: 0 20px;
    margin: 0;
    z-index: 1;
    color: #30261d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .045rem;
    position: relative;
    height: 50px;
    line-height: 50px;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  .menu--main > ul > li:last-child > a {
    padding-right: 0;
  }
  .menu--main > ul > li > a .menu__arrow:after {
    content: "\e695";
    font-family: 'CD-Project-Icons';
    margin-left: 6px;
    font-size: 90%;
    color: #dedfdf;
  }
  .menu--main > ul > li > a:hover,
  .menu--main > ul > li:hover > a,
  .menu--main > ul > li.selected > a {
    color: #72a84d;
  }
  /*-----------Menu - Dropdown-----------*/
  .menu--main ul ul {
    line-height: normal;
    position: absolute;
    left: -9999px;
    top: auto;
    width: 225px;
    transition: opacity .25s ease;
    background: white;
    border: solid 1px #ebecec;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    opacity: 0;
    box-shadow: 0 1px 5px 10px rgba(48, 38, 29, 0.02);
  }
  .menu--main > ul > li > ul:after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 15px;
    background-color: rgba(48, 38, 29, 0.025);
    background-image: -webkit-linear-gradient(-450deg, rgba(48, 38, 29, 0.025) 0%, white 100%);
    background-image: linear-gradient(180deg,rgba(48, 38, 29, 0.025) 0%, white 100%);
  }
  .menu--main ul ul a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 100;
    padding: 12px 20px;
    font-size: 0.775rem;
    color: #30261d;
    border-bottom: solid 1px #ebecec;
  }
  .menu--main ul ul > li:last-child > a {
    border-bottom: 0;
  }
  .menu--main ul ul a:hover,
  .menu--main ul ul li.dropdown--open > a,
  .menu--main ul ul li.selected > a {
    color: #72a84d;
    background: #f8f8f8;
  }
  .menu--main ul ul .menu__arrow:after {
    position: absolute;
    top: .825rem;
    right: 20px;
    content: "\e697";
    font-family: 'CD-Project-Icons';
    font-size: 90%;
    color: #dedfdf;
  }
  .no-touch .menu--main > ul > li.dropdown--open > ul,
  .touch .menu--main > ul > li:hover > ul {
    left: auto;
    opacity: 1;
  }
  .no-touch .menu--main > ul > li.drop-right.dropdown--open ul,
  .touch .menu--main > ul > li.drop-right:hover ul {
    right: 0;
  }
  /*-----------Menu - Second Level Dropdown-----------*/
  .no-touch .menu--main > ul > li ul li.dropdown--open ul,
  .touch .menu--main > ul > li ul li:hover ul {
    opacity: 1;
    left: 223px;
    top: -1px;
    border-top: solid 1px rgba(48, 38, 29, 0.05);
    border-radius: 0 5px 5px 5px;
  }
  .no-touch .menu--main > ul > li.drop-right ul li.dropdown--open ul,
  .menu--main > ul > .touch li.drop-right ul li:hover ul {
    left: inherit;
    right: 225px;
  }
  /*-----------Main Body-----------*/
  .main {
    padding: 60px 0;
  }
}

/*==============================================
=            Large Only Menu Tweaks            =
==============================================*/
@media screen and (min-width: 57.5em) and (max-width: 79.9375em) {
  .menu--main > ul > li > a {
    font-size: 0.65476rem;
    padding: 0 0.71429rem;
    height: 62px;
    line-height: 62px;
  }
}

@media screen and (min-width: 57.5em) and (max-width: 79.9375em) {
  .menu--utility a {
    font-size: 0.65476rem;
  }
}

@media screen and (min-width: 57.5em) and (max-width: 79.9375em) {
  .header .logo img {
    max-width: 135px;
  }
}

/*===================================
=            Mobile Menu            =
===================================*/
@media screen and (max-width: 57.4375em) {
  /*-----------Header-----------*/
  .header {
    height: 60px;
    line-height: 60px;
    background: white;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  }
  /*-----------Header - Logo-----------*/
  .logo {
    display: inline-block;
    height: 50px;
    line-height: 50px;
  }
  .logo img {
    width: 100%;
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  /*-----------Drawer Toggle-----------*/
  .header__drawer-toggle {
    position: absolute;
    top: 0;
    right: 0px;
    width: 65px;
    height: 60px;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
  }
  .header__drawer-toggle span {
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    background: #707271;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -14px;
  }
  .header__drawer-toggle span::before,
  .header__drawer-toggle span::after {
    content: '';
    position: absolute;
    left: 0;
    background: inherit;
    width: 100%;
    height: 100%;
  }
  .header__drawer-toggle span::before {
    top: -8px;
  }
  .header__drawer-toggle span::after {
    bottom: -8px;
  }
  /*-----------Drawer-----------*/
  .drawer {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: -300px;
    height: 100%;
    width: 300px;
    background: #72a84d;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform, left, right;
    -moz-transition: -moz-transform, left, right;
    -o-transition: -o-transform, left, right;
    transition: transform, left, right;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
  }
  /*-----------Main Menu-----------*/
  .menu--main {
    background: #ffffff;
  }
  .menu--main ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .menu--main li {
    line-height: 1.2;
  }
  .menu--main li,
  .menu--main a {
    display: block;
  }
  .menu--main a {
    border-bottom: 1px solid #dedfdf;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  .menu--main ul li a {
    padding-left: 1.19048rem;
    padding-right: 1.19048rem;
    color: #000;
    font-size: 13px;
    position: relative;
  }
  .menu--main > ul > li > a {
    padding-top: 1.4881rem;
    padding-bottom: 1.4881rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .menu--main > ul > li.menu__item--active > a,
  .menu--main > ul > li.selected > a {
    background: #f3f3f3;
    color: #72a84d;
  }
  .menu--main .menu__arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    text-align: center;
    height: 100%;
    z-index: 1;
  }
  .menu--main .menu__arrow:after {
    content: "\e6c5";
    font-family: 'CD-Project-Icons';
    color: #c4c6c6;
    font-size: 1.25rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -10px;
    font-style: normal;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  .menu--main li.menu__item--active > a .menu__arrow:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .menu--main li.menu__item--active > ul {
    display: block;
  }
  .menu--main ul ul {
    background: #f3f3f3;
    display: none;
  }
  .menu--main ul ul li a {
    font-size: 0.83333rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
  }
  .menu--main ul ul ul li a {
    font-size: 0.83333rem;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 300;
  }
  /*----------  Utility Menu  ----------*/
  .menu--utility ul {
    list-style: none;
    margin: 0;
  }
  .menu--utility ul a {
    display: block;
    padding: 0.89286rem 1.19048rem;
    color: #ffffff;
    font-size: 0.77381rem;
    letter-spacing: 1px;
    border-bottom: solid 1px rgba(48, 38, 29, 0.15);
  }
  /*-----------Pull Out Menu Content Overlay-----------*/
  .content-overlay {
    visibility: hidden;
    height: 0;
    width: 0;
    background: transparent;
    position: absolute;
    top: 0;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
    z-index: 1000;
  }
  /*-----------Pull Out Menu Open-----------*/
  .root {
    position: relative;
    height: 100%;
  }
  .root.menu--open {
    overflow: hidden;
  }
  .root.menu--open .drawer {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  .root.menu--open .content-overlay {
    visibility: visible;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(16, 13, 10, 0.8);
    overflow: hidden;
  }
  .root.menu--open .content-overlay i {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 1.750rem;
    color: white;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* Menu */
  .drawer {
    width: 280px;
    left: -280px;
  }
  .root.menu--open .drawer {
    -webkit-transform: translate3d(280px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
    -ms-transform: translate3d(280, 0, 0);
    -o-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
}

/*==============================
=            Footer            =
==============================*/
.footer {
  background: #f7f5f3;
  padding-top: 5.05952rem;
}

.footer p {
  line-height: 1.4;
  margin-bottom: 1rem;
}

.footer a {
  color: #ffa400;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer a:hover {
  color: #d68a00;
}

@media screen and (min-width: 40em) {
  .footer {
    font-size: 0.83333rem;
  }
}

.footer__heading {
  margin-bottom: 1rem;
  color: #376092;
}

/*----------  Footer Search  ----------*/
.footer__search input[type="text"] {
  width: 100%;
  border: 0;
  background: rgba(48, 38, 29, 0.075);
  box-shadow: none;
  padding: 1rem;
  height: 2.97619rem;
  font-size: 0.83333rem;
  outline: none;
}

.footer__search button {
  height: 2.97619rem;
  font-size: 1.07143rem;
  padding: 0 1.19048rem;
}

/*----------  Logo Blocks  ----------*/
.logo__block {
  padding: 1.78571rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(48, 38, 29, 0.05);
}

@media screen and (min-width: 57.5em) {
  .logo__block {
    padding: 2.38095rem;
  }
}

.logo__block img {
  width: 100%;
  max-width: 180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*----------  Footer Bottom  ----------*/
.footer__copyright {
  padding: 1.78571rem 0;
  background: rgba(48, 38, 29, 0.075);
  font-size: 0.71429rem;
}

.copyright__block {
  display: inline-block;
}

@media screen and (min-width: 57.5em) {
  .copyright__block {
    margin-right: 1.19048rem;
  }
}

@media screen and (max-width: 57.4375em) {
  .copyright__block {
    display: block;
    margin-right: 0;
    margin-bottom: 0.47619rem;
    text-align: center;
  }
  .copyright__block:last-child {
    margin-bottom: 0;
  }
}

.copyright__block a {
  color: #30261d;
}

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("fonts/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "CD-Project-Icons";
  font-size: 20px;
  line-height: 1;
  color: #dedfdf;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "CD-Project-Icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*====================================================
=            Magnific Popup Custom Styles            =
====================================================*/
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*=====================================
=            Legacy Styles            =
=====================================*/
/*----------  Content Image Alignment  ----------*/
img.alignright {
  float: right;
  margin: 0 0 1.78571rem 1.78571rem;
}

img.alignleft {
  float: left;
  margin: 0 1.78571rem 1.78571rem 0;
}

/*----------  Sidebar Content Holders  ----------*/
.secondary-a img {
  float: left;
  margin-right: 1.19048rem;
  margin-bottom: 1.19048rem;
}

.secondary-a .module-a::after {
  clear: both;
  content: "";
  display: table;
}

.secondary-a .sidebar-list-b {
  border-bottom: solid 1px #dedfdf;
  padding-top: 1rem;
  padding-bottom: 2.38095rem;
  margin-bottom: 2.38095rem;
}

.secondary-a .sidebar-list-b::after {
  clear: both;
  content: "";
  display: table;
}

.secondary-a .sidebar-list-b:last-child {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}

.secondary-a .sidebar-b::after {
  clear: both;
  content: "";
  display: table;
}

.secondary-a .sidebar-b img {
  float: left;
  margin-right: 1.78571rem;
  margin-bottom: 1.19048rem;
  max-width: 200px;
  width: 100% !important;
  height: auto !important;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .secondary-a .sidebar-b img {
    float: none;
    margin-right: 0;
  }
}

.secondary-a .sidebar-b p {
  line-height: 1.4;
  margin-bottom: 1rem;
}

.secondary-a .view-all {
  margin-bottom: 0;
}

.secondary-a .view-all a {
  padding: 0.29762rem 0.89286rem;
  border: solid 3px #e6e7e7;
  color: #376092 !important;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.secondary-a .view-all a span {
  color: #376092 !important;
  font-weight: 700;
  display: block;
}

.secondary-a .view-all a:hover {
  opacity: .8;
}

/********************************************************************************
--- Testimonials ---
*******************************************************************************/
.testimonials-a {
  position: relative;
}

.testimonials-a p.view-all {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 33;
}

.testimonials-a h3 {
  text-transform: uppercase;
  font-size: 19px;
  margin: 0 0 8px;
}

.testimonials-a {
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.testimonials-a .wrap {
  position: relative;
  padding: 20px;
  background: #fcb034;
  zoom: 1;
  min-height: 385px;
}

.testimonials-a .item {
  overflow: hidden;
  width: 100%;
}

.testimonials-a p.view-all a {
  color: #222522;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.testimonials-a ul.nav {
  position: absolute;
  bottom: 15px;
  right: 15px;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.testimonials-a ul.nav li {
  float: right;
  margin: 0 4px 0 0;
  padding: 0;
}

.testimonials-a ul.nav li:first-child {
  margin: 0;
}

.testimonials-a ul.nav li a {
  display: block;
  overflow: hidden;
  width: 27px;
  height: 27px;
  line-height: 22px;
  margin: 0;
  background: #fcb034;
  border: 3px solid #fff;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: center;
}

.testimonial-list-b {
  margin-bottom: 1.78571rem;
}

.testimonial-list-b::after {
  clear: both;
  content: "";
  display: table;
}

.testimonial-list-b:last-child {
  margin-bottom: 0;
}

.testimonial-list-b.test-alt {
  background: #f7f5f3;
  padding: 1.5rem;
  border-radius: 5px;
}

.testimonial-list-b.test-alt h3 {
  font-size: 16px;
}

.testimonial-b {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dedfdf;
}

.testimonial-list-b.text-alt .testimonial-b {
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

.testimonial-b p.t-quote,
.testimonial-b-alt p.t-quote {
  margin: 0 0 5px 0;
  font-size: 1.25rem;
  font-family: "Keswick W00 Regular", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #376092;
}

.testimonial-b p.t-date {
  margin: 0;
  font-size: 11px;
  color: #2c7db5;
}

.testimonials-full-list .testimonial-b,
.test-slider .quote {
  padding: 1.19048rem 1.78571rem 0.59524rem 0;
  margin: 0 0 1.78571rem 0;
  border-bottom: 1px solid #dedfdf;
  background-image: url(/images/template/openquote.png);
  background-position: 0 15px;
  background-repeat: no-repeat;
  position: relative;
}

.testimonials-a .test-slider .quote {
  background: none;
  border-bottom: 1px solid #d98e14;
}

.testimonials-a .test-slider .quote > a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 0 0 5px;
}

.testimonials-full-list .testimonial-b:after,
.test-slider .quote:after,
.test-slider .quote:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.78571rem;
  right: 0px;
  background: url(/images/template/closequote.png) no-repeat;
  width: 25px;
  height: 25px;
}

.testimonials-a .test-slider .quote:before {
  background: url(/images/template/openquote-gold.png) no-repeat;
  left: 0;
  top: 10px;
}

.testimonials-a .test-slider .quote:after {
  background: url(/images/template/closequote-gold.png) no-repeat;
  bottom: 40px;
}

.testimonials-full-list .testimonial-b .t-quote {
  text-indent: 36px;
  font-size: 1.25rem;
  font-family: "Keswick W00 Regular", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 1.78571rem 0;
}

.testimonials-full-list .testimonial-b .t-date {
  text-align: left;
  margin: 0;
}

.testimonials-a .quote {
  padding: 15px 30px 13px 30px;
  margin: 0 0 10px 0;
}

.testimonials-a .quote p {
  color: #666;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 5px 0;
  height: 63px;
  overflow: hidden;
}

.testimonials-a .quote .more {
  height: auto;
}

.testimonials-a ul.test-slider ~ .rslides_nav {
  display: block;
  overflow: hidden;
  width: 27px;
  height: 27px;
  line-height: 22px;
  margin: 0;
  background: #fcb034;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  bottom: 15px;
  z-index: 200;
}

.testimonials-a ul.test-slider ~ .rslides_nav:before {
  font-family: 'FontAwesome';
  font-size: 15px;
}

.testimonials-a ul.test-slider ~ .rslides_nav.next {
  right: 15px;
}

.testimonials-a ul.test-slider ~ .rslides_nav.prev {
  right: 50px;
}

.testimonials-a ul.test-slider ~ .rslides_nav.next:before {
  content: "\f054";
}

.testimonials-a ul.test-slider ~ .rslides_nav.prev:before {
  content: "\f053";
}

.testimonials-a ul.test-slider li {
  margin: 0 0 23px;
}

/********************************************************************************
--- Employee Testimonials ---
*******************************************************************************/
.employee-testimonials img {
  margin-bottom: 0.59524rem;
}

.employee-testimonials p {
  line-height: 1.3;
  font-size: 0.77381rem;
}

.employee-testimonials span {
  display: block;
  padding-top: 0.59524rem;
}

/********************************************************************************
--- Form Styling ---
*******************************************************************************/
.form-a {
  padding: 0px;
}

.form-a label {
  display: block;
  font-size: 16px;
}

.form-a .req {
  color: #2c7db5;
}

.form-a .captchaimg img {
  border: none !important;
}

.form-a .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.form-a .row:after {
  clear: both;
}

.form-a .row {
  *zoom: 1;
}

.form-a .row.submit {
  padding-bottom: 3px;
}

.form-a .row p {
  float: left;
  width: 48%;
  margin: 0;
}

.form-a .row p + p {
  float: right;
  margin: 0;
}

.form-a input[type="text"],
.form-a input[type="password"],
.form-a select,
.form-a textarea {
  outline: none;
  border: 1px solid #e1e1e1;
  background: #fff;
  -moz-box-shadow: inset 0px 4px 2px -3px #e1e1e1;
  -webkit-box-shadow: inset 0px 4px 2px -3px #e1e1e1;
  box-shadow: inset 0px 4px 2px -3px #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px;
  color: #222522;
  font-size: 16px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.form-a input[type="text"]:focus,
.form-a input[type="password"]:focus,
.form-a select:focus,
.form-a textarea:focus {
  border-color: rgba(138, 173, 100, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(138, 173, 100, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(138, 173, 100, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(138, 173, 100, 0.6);
}

.form-a .cat_textbox {
  width: 100%;
}

.form-a .cat_textbox_small {
  width: 50%;
}

.form-a .cat_dropdown {
  width: 100%;
}

.form-a .cat_dropdown_small {
  width: 50%;
}

.form-a textarea.cat_listbox {
  width: 100%;
  height: 150px;
  resize: none;
}

.form-a textarea.cat_listbox_small {
  width: 50%;
  height: 150px;
  resize: none;
}

.form-a .row.radio-a {
  margin: 0 0 5px;
}

.form-a .radio-label input[type="radio"] {
  display: inline-block;
  vertical-align: text-top;
}

.form-a .radio-label {
  font-size: 14px;
  margin: 0 0 5px 19px;
  text-indent: -17px;
}

/********************************************************************************
--- Page Styling - Leadership Team ---
*******************************************************************************/
.team-a {
  margin-bottom: 1.78571rem;
}

.ie8 .team-a {
  width: 22%;
}

.team-a:nth-child(4n) {
  margin: 0 0 15px 0;
}

.team-image {
  margin: 0 0 10px 0;
}

.team-image img {
  display: block;
}

.team-info p {
  line-height: 1.2;
}

.team-info p.team-name {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.team-info p.team-name a {
  color: #222522;
}

.team-info p.team-name a:hover {
  color: #2c7db5;
}

.team-info p.team-title {
  text-align: center;
  margin: 0;
  font-size: 12px;
  font-style: italic;
  color: #676767;
}

.team-detail {
  margin: 25px 0 0 0;
}

.team-left {
  width: 60%;
  float: left;
}

.team-left h1 {
  margin: 0 0 5px 0;
}

.team-left p.team-title {
  font-size: 16px;
  font-style: italic;
  color: #676767;
}

.team-right {
  width: 32%;
  float: right;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .team-left,
  .team-right {
    width: 100%;
    float: none;
  }
  .team-left .team-image img,
  .team-right .team-image img {
    margin-left: auto;
    margin-right: auto;
  }
}

.team-quote {
  padding: 15px 35px 15px 15px;
  background: #eeeeee url(/images/template/openquote.png) no-repeat 15px 12px;
  text-indent: 36px;
  position: relative;
}

.team-quote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  right: 15px;
  background: url(/images/template/closequote.png) no-repeat;
  width: 25px;
  height: 25px;
}

.team-follow .menu--social ul li {
  padding-left: 0;
}

.team-follow .menu--social ul li::before {
  display: none;
}

.team-follow .social-links {
  margin: 0 0 25px 0;
  float: none;
}

.team-follow .social-links ul li {
  display: inline-block;
  float: none;
  margin: 0 0 10px 0;
}

/********************************************************************************
--- News List ---
*******************************************************************************/
.news-row .news-a:last-child {
  border-bottom: 0;
}

.news-list-a p.view-all a {
  color: #222522;
  font-size: 14px;
  font-weight: bold;
}

.news-list-a p.view-all a:hover {
  color: #2c7db5;
}

.news-a {
  padding-bottom: 1.4881rem;
  margin-bottom: 1.78571rem;
  border-bottom: solid 1px #f0f1f1;
}

.news-a a {
  color: #30261d;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.news-a a:hover {
  color: #707271;
}

.news-a .date-a {
  display: block;
  margin-bottom: 0.47619rem;
  font-size: 0.77381rem;
  text-transform: uppercase;
  color: #707271;
  letter-spacing: 1.5px;
}

.news-a .n-title {
  margin: 0;
}

.external-No,
.internal-Yes {
  display: none;
}

.news-a p.n-desc {
  padding-top: 0.47619rem;
  margin: 0;
  font-size: 0.77381rem;
  line-height: 1.4;
}

.feat-image {
  margin-bottom: 1.78571rem;
}

.feat-image img {
  border-radius: 5px;
}

.feat-image a {
  display: block;
  margin: 0 0 7px 0;
  border: solid 1px #dedfdf;
  border-radius: 5px;
  text-align: center;
}

.feat-caption {
  font-size: 0.77381rem;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
  display: block;
}

.feat-info a {
  color: #222522;
}

.feat-info a:hover {
  color: #2c7db5;
}

.feat-info p {
  margin: 0;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.button-alt {
  float: right;
  margin: 10px 0;
}

.button-alt:after {
  content: "\f105";
  font-family: 'FontAwesome';
  padding: 0 0 0 5px;
}

.news-row .one-half:first-child {
  padding: 0 4% 0 0;
}

.news-detail .news-date {
  font-weight: 700;
  font-size: 0.77381rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-detail .feat-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*==================================
=            Pagination            =
==================================*/
.pagination.webapp li::before {
  display: none;
}

.pagination.webapp li {
  padding-left: 0;
  padding-right: 1rem;
}

.pagination.webapp a {
  border: solid 1px #dedfdf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination.webapp .pag-range {
  display: none;
}

.pagination.webapp .pag-prev {
  padding-left: 0;
}

/********************************************************************************
--- Testimonials Sidebar Nav ---
*******************************************************************************/
.secondary-a .button {
  margin-bottom: 20px;
}

.secondary-a h6 {
  margin: 0;
}

.secondary-a ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.secondary-a ul li {
  border-bottom: 1px solid #EEEAE1;
  padding: 4px 0;
}

.secondary-a ul li:before {
  content: '\e697';
  float: left;
  font-family: 'CD-Project-Icons';
  padding: 0 5px 0 0;
}

.secondary-a ul li a:link,
.secondary-a ul li a:visited {
  display: block;
}

.secondary-a ul ul li:last-child {
  border: none;
}

.secondary-a ul ul li:before {
  content: '';
  display: none;
}

/********************************************************************************
--- Testimonials 3 column nav ---
*******************************************************************************/
.select-list {
  text-align: center;
}

.select-list .button.selected {
  background: #f7f5f3;
  color: inherit;
}

.select-list a {
  background: #f7f5f3;
  color: #30261d;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 1.78571rem;
  padding: 0;
  text-shadow: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.select-list a:active,
.select-list a:hover {
  opacity: .8;
  background: #f7f5f3;
  color: inherit;
}

.select-list a:last-child {
  margin-right: 0;
}

.select-list a strong {
  background: #79bde8;
  color: #fff;
  display: block;
  font-weight: 100;
  margin: 0 0 5px;
  padding: 0.59524rem;
  border-radius: 5px 5px 0 0;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: none;
}

.select-list ul {
  list-style: none;
  margin: 0 0 5px;
  text-align: left;
}

.select-list ul li {
  font-size: 0.71429rem;
  padding: 0 0.59524rem 0 1.4881rem !important;
  margin: 0.89286rem 0 !important;
  position: relative;
  text-transform: none;
  letter-spacing: none;
  color: inherit;
  font-weight: 300;
}

.select-list li:before {
  content: '\e621';
  font-family: 'CD-Project-Icons';
  position: absolute;
  top: 0 !important;
  left: 5px !important;
  padding-left: 5px;
}

.select-list + a {
  background: #376092;
  clear: both;
  display: block;
  padding: 10px;
  text-align: center;
}

.cat-switch {
  clear: both;
  display: block;
  overflow: hidden;
}

.cat-switch a {
  display: block;
}

/*=======================================
=            Account Section            =
=======================================*/
.login-container {
  padding: 25px 0 45px 0;
}

.login-box {
  padding: 25px;
  border: 1px solid #dedfdf;
  -webkit-box-shadow: 0px 1px 2px 0px #e1e1e1;
  box-shadow: 0px 1px 2px 0px #e1e1e1;
  border-radius: 5px;
}

.login-message {
  display: none;
  background: #b4cd95;
  color: #fff;
  padding: 6px 15px;
  line-height: 1.2;
  margin: 0 0 18px 0;
}

.login-message p {
  margin: 0;
}

#register-message {
  display: none;
}

#register-message p {
  font-size: 16px;
}

/********************************************************************************
--- Account - HR Dashboard ---
*******************************************************************************/
.hr__content {
  position: relative;
}

.hr-logo {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-6rem);
  -moz-transform: translateY(-6rem);
  -ms-transform: translateY(-6rem);
  -o-transform: translateY(-6rem);
  transform: translateY(-6rem);
}

.hr-logo img {
  display: block;
  max-height: 40px;
  width: auto;
}

@media screen and (min-width: 57.5em) {
  .hr-logo img {
    max-height: 50px;
  }
}

/********************************************************************************
--- Account - HR Dashboard - Resources ---
*******************************************************************************/
@media screen and (min-width: 57.5em) {
  .hr-resources-left {
    padding-right: 1.78571rem;
  }
}

@media screen and (min-width: 57.5em) {
  .hr-resources-right {
    padding-left: 1.78571rem;
  }
}

.hr-resources h3 {
  margin: 0 0 25px 0;
  font-size: 22px;
}

.hr-resource-a {
  margin: 0 0 1.19048rem 0;
  padding: 0 0 1.19048rem 0;
  border-bottom: 1px solid #dedfdf;
}

.hr-resource-a h5 {
  margin: 0 0 5px 0;
}

.hr-resource-a p {
  font-size: 0.77381rem;
  margin-bottom: 1.19048rem;
}

.hr-resource-a p.hr-actions {
  margin: 0;
  overflow: hidden;
  font-size: 15px;
}

.hr-actions .show-0 {
  display: none;
}

.hr-download,
.hr-play {
  float: left;
  margin: 0 1.19048rem 0 0;
  font-size: 0.83333rem;
}

.hr-order {
  float: right;
  font-size: 0.83333rem;
}

.hr-download span.show-1,
.hr-download span.show-0.rightclick {
  display: none;
}

.hr-download span.show-0,
.hr-download span.show-1.rightclick {
  display: inline;
}

.responsive-embed iframe {
  width: 100%;
}

/********************************************************************************
--- Account - HR Dashboard - Order Form ---
*******************************************************************************/
.order-resource {
  float: left;
  width: 46%;
  margin: 0 8% 25px 0;
}

.order-resource:nth-child(2n) {
  margin-right: 0;
}

.order-resource:nth-child(2n + 1) {
  clear: both;
}

.order-resource select {
  outline: none;
  border: 1px solid #e1e1e1;
  background: #fff;
  -moz-box-shadow: inset 0px 4px 2px -3px #e1e1e1;
  -webkit-box-shadow: inset 0px 4px 2px -3px #e1e1e1;
  box-shadow: inset 0px 4px 2px -3px #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px;
  color: #222522;
  font-size: 16px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  width: 100%;
}

.order-resource select:focus {
  border-color: rgba(138, 173, 100, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(138, 173, 100, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(138, 173, 100, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(138, 173, 100, 0.6);
}

.order-resource.show-0 {
  display: none;
}

#order-message {
  display: none;
}

/********************************************************************************
--- Account - HR Dashboard - Videos ---
*******************************************************************************/
.hr-video-action span,
.hr-download span.show-1.rightclick {
  font-size: 12px;
  font-style: italic;
}

.video-download span {
  font-size: 0.71429rem;
  font-weight: 300;
}

/*=================================
=            Utilities            =
=================================*/
/*----------  Dividers  ----------*/
.divider {
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.divider--large {
  height: 1px;
  margin-top: 2.52976rem;
  margin-bottom: 2.52976rem;
}

.divider-line--large {
  height: 1px;
  margin-top: 3.57143rem;
  margin-bottom: 3.57143rem;
  border-bottom: solid 1px #dedfdf;
}

/*----------  Positioning  ----------*/
/*----------  Animations  ----------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Basscss Utility White Space */
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.m1 {
  margin: 0.47619rem;
}

.mt1 {
  margin-top: 0.47619rem;
}

.mr1 {
  margin-right: 0.47619rem;
}

.mb1 {
  margin-bottom: 0.47619rem;
}

.ml1 {
  margin-left: 0.47619rem;
}

.m2 {
  margin: 1rem;
}

.mt2 {
  margin-top: 1rem;
}

.mr2 {
  margin-right: 1rem;
}

.mb2 {
  margin-bottom: 1rem;
}

.ml2 {
  margin-left: 1rem;
}

.m3 {
  margin: 1.78571rem;
}

.mt3 {
  margin-top: 1.78571rem;
}

.mr3 {
  margin-right: 1.78571rem;
}

.mb3 {
  margin-bottom: 1.78571rem;
}

.ml3 {
  margin-left: 1.78571rem;
}

.m4 {
  margin: 2.38095rem;
}

.mt4 {
  margin-top: 2.38095rem;
}

.mr4 {
  margin-right: 2.38095rem;
}

.mb4 {
  margin-bottom: 2.38095rem;
}

.ml4 {
  margin-left: 2.38095rem;
}

.m5 {
  margin: 3.57143rem;
}

.mt5 {
  margin-top: 3.57143rem;
}

.mr5 {
  margin-right: 3.57143rem;
}

.mb5 {
  margin-bottom: 3.57143rem;
}

.ml5 {
  margin-left: 3.57143rem;
}

.m6 {
  margin: 5.05952rem;
}

.mt6 {
  margin-top: 5.05952rem;
}

.mr6 {
  margin-right: 5.05952rem;
}

.mb6 {
  margin-bottom: 5.05952rem;
}

.ml6 {
  margin-left: 5.05952rem;
}

.mxn1 {
  margin-left: -0.47619rem;
  margin-right: -0.47619rem;
}

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mxn3 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

.mxn4 {
  margin-left: -2.38095rem;
  margin-right: -2.38095rem;
}

.mxn5 {
  margin-left: -3.57143rem;
  margin-right: -3.57143rem;
}

.mxn6 {
  margin-left: -5.05952rem;
  margin-right: -5.05952rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p0 {
  padding: 0;
}

.p1 {
  padding: 0.47619rem;
}

.py1 {
  padding-top: 0.47619rem;
  padding-bottom: 0.47619rem;
}

.px1 {
  padding-left: 0.47619rem;
  padding-right: 0.47619rem;
}

.pl1 {
  padding-left: 0.47619rem;
}

.pr1 {
  padding-right: 0.47619rem;
}

.pt1 {
  padding-top: 0.47619rem;
}

.pb1 {
  padding-bottom: 0.47619rem;
}

.p2 {
  padding: 1rem;
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pl2 {
  padding-left: 1rem;
}

.pr2 {
  padding-right: 1rem;
}

.pt2 {
  padding-top: 1rem;
}

.pb2 {
  padding-bottom: 1rem;
}

.p3 {
  padding: 1.78571rem;
}

.py3 {
  padding-top: 1.78571rem;
  padding-bottom: 1.78571rem;
}

.px3 {
  padding-left: 1.78571rem;
  padding-right: 1.78571rem;
}

.pl3 {
  padding-left: 1.78571rem;
}

.pr3 {
  padding-right: 1.78571rem;
}

.pt3 {
  padding-top: 1.78571rem;
}

.pb3 {
  padding-bottom: 1.78571rem;
}

.p4 {
  padding: 2.38095rem;
}

.py4 {
  padding-top: 2.38095rem;
  padding-bottom: 2.38095rem;
}

.px4 {
  padding-left: 2.38095rem;
  padding-right: 2.38095rem;
}

.pl4 {
  padding-left: 2.38095rem;
}

.pr4 {
  padding-right: 2.38095rem;
}

.pt4 {
  padding-top: 2.38095rem;
}

.pb4 {
  padding-bottom: 2.38095rem;
}

.p5 {
  padding: 3.57143rem;
}

.py5 {
  padding-top: 3.57143rem;
  padding-bottom: 3.57143rem;
}

.px5 {
  padding-left: 3.57143rem;
  padding-right: 3.57143rem;
}

.pl5 {
  padding-left: 3.57143rem;
}

.pr5 {
  padding-right: 3.57143rem;
}

.pt5 {
  padding-top: 3.57143rem;
}

.pb5 {
  padding-bottom: 3.57143rem;
}

.p6 {
  padding: 5.05952rem;
}

.py6 {
  padding-top: 5.05952rem;
  padding-bottom: 5.05952rem;
}

.px6 {
  padding-left: 5.05952rem;
  padding-right: 5.05952rem;
}

.pl6 {
  padding-left: 5.05952rem;
}

.pr6 {
  padding-right: 5.05952rem;
}

.pt6 {
  padding-top: 5.05952rem;
}

.pb6 {
  padding-bottom: 5.05952rem;
}

/*===================================
=            Custom Type            =
===================================*/
/*----------  Base Type Adjustments  ----------*/
h4 {
  font-weight: 300;
}

h5 {
  font-weight: 500;
}

h6 {
  font-weight: 700;
}

p {
  letter-spacing: .025rem;
  font-weight: 300;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  p {
    font-weight: 500;
  }
}

p.lead {
  font-weight: 100;
}

p.small {
  font-size: .8rem;
  line-height: 1.45;
  font-weight: 500;
}

a {
  font-weight: 700;
}

address {
  font-style: normal;
}

pre {
  overflow: visible;
}

/*----------  Blockquotes  ----------*/
blockquote {
  position: relative;
  margin: 2.38095rem 0;
  border: solid 1px #dedfdf;
  border-left: 0;
  border-right: 0;
  font-family: "Keswick W00 Regular", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.96429rem;
  line-height: 1.45;
}

blockquote:before {
  position: absolute;
  top: -2.08333rem;
  left: 50%;
  content: open-quote;
  width: 5.95238rem;
  height: 4.46429rem;
  font-family: 'Georgia';
  font-weight: bold;
  font-style: normal;
  font-size: 7.7381rem;
  line-height: 1;
  color: #eaf0f7;
  background: #ffffff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

cite {
  margin-top: 2.67857rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: .6;
}

/*----------  Lists  ----------*/
.page__content ul,
.page__content ol {
  margin-left: 0;
}

.page__content ol ol,
.page__content ul ul {
  margin-top: 0.71429rem;
}

.page__content ol li,
.page__content ul li {
  position: relative;
  margin-bottom: 0.71429rem;
}

.page__content ol {
  counter-reset: section;
  list-style-type: none;
}

.page__content ol ol {
  margin-left: 0;
}

.page__content ol ol li {
  padding-left: 1.78571rem;
  margin-left: 0;
}

.page__content ol li {
  padding-left: 1.19048rem;
  counter-increment: section;
}

.page__content ol li:before {
  position: absolute;
  left: 0;
  top: 0.17857rem;
  content: counters(section, ".") ". ";
  font-weight: 700;
  margin-right: 0.29762rem;
  color: #72a84d;
  font-size: 0.83333rem;
}

.page__content ul li {
  list-style: none;
  padding-left: 1.19048rem;
}

.page__content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\e621';
  font-family: 'CD-Project-Icons';
  color: #72a84d;
}

/*----------  Additional Type Styles  ----------*/
.text--label, .swatch__hex {
  font-size: .8rem;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}

.text--uppercase {
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}

.text--white {
  color: #ffffff;
}

.text--blue {
  color: #376092;
}

/*----------  Type Sizing  ----------*/
.text--h1 {
  font-size: 1.96429rem;
}

@media screen and (min-width: 40em) {
  .text--h1 {
    font-size: 2.44048rem;
  }
}

/*----------  UI Type Elements  ----------*/
.ui__link {
  font-size: 0.77381rem;
  text-transform: uppercase;
  letter-spacing: 0.0744rem;
  color: #30261d;
  font-weight: 700;
  border-bottom: solid 2px #ffa400;
  padding-bottom: 0.2381rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ui__link:hover {
  color: #707271;
  border-color: #dedfdf;
}

/*----------  Typkit Styles to Prevent FOUT  ----------*/
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading li,
.wf-loading p,
.wf-loading a.button,
.wf-loading .hero__caption,
.wf-loading blockquote {
  visibility: hidden;
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active li,
.wf-active p,
.wf-active a.button,
.wf-active .hero__caption,
.wf-active blockquote {
  -webkit-animation: fadeIn 0.25s ease-in;
  -moz-animation: fadeIn 0.25s ease-in;
  animation: fadeIn 0.25s ease-in;
}

/*============================================
=            Custom Button Styles            =
============================================*/
.button {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 900;
}

.button.stroke {
  background: transparent;
  border: 0;
  color: #376092;
  box-shadow: 0 0 0 2px #dedfdf;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.button.stroke:hover {
  background: #dedfdf;
}

/*=============================
=            Menus            =
=============================*/
.menu::after, .menu--contact::after, .menu--social::after {
  clear: both;
  content: "";
  display: table;
}

.menu ul, .menu--contact ul, .menu--social ul {
  list-style: none;
  margin: 0;
}

/*----------  Contact Menu  ----------*/
/*----------  Social Menu  ----------*/
.menu--social li {
  display: inline-block;
  margin-right: 0.29762rem;
}

.menu--social li:last-child {
  margin-right: 0;
}

.menu--social a {
  font-size: 1.07143rem;
  display: block;
  width: 2.08333rem;
  height: 2.08333rem;
  line-height: 2.08333rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(48, 38, 29, 0.2);
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.menu--social a span:before {
  position: relative;
  top: 0.11905rem;
  color: #ffffff;
}

.menu--social a:hover {
  opacity: .8;
}

/*===================================================
=            Style Guide Specific Styles            =
===================================================*/
.component__label {
  margin-bottom: 2.38095rem;
  padding-bottom: 1rem;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #c4c6c6;
  border-bottom: solid 1px #dedfdf;
}

/*----------  Swatches  ----------*/
.swatch__hues div {
  height: 30px;
}

.swatch {
  border-radius: 5px;
}

.swatch__color {
  position: relative;
  height: 70px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

.swatch__hex {
  background: white;
  border: solid 1px #dedfdf;
  border-top: 0;
  padding: 1rem;
  text-align: center;
  color: #707271;
}

.swatch--success .swatch__hue--1 {
  background: #95be7a;
}

.swatch--success .swatch__hue--2 {
  background: #b9d4a6;
}

.swatch--success .swatch__hue--3 {
  background: #dce9d3;
}

.swatch--success .swatch__color {
  background: #72a84d;
}

.swatch--beige .swatch__hue--1 {
  background: #e2ddd4;
}

.swatch--beige .swatch__hue--2 {
  background: #ece9e2;
}

.swatch--beige .swatch__hue--3 {
  background: #f5f4f1;
}

.swatch--beige .swatch__color {
  background: #d8d2c5;
}

.swatch--secondary .swatch__hue--1 {
  background: #6988ad;
}

.swatch--secondary .swatch__hue--2 {
  background: #9bb0c9;
}

.swatch--secondary .swatch__hue--3 {
  background: #cdd7e4;
}

.swatch--secondary .swatch__color {
  background: #376092;
}

.swatch--purple .swatch__hue--1 {
  background: #7f4584;
}

.swatch--purple .swatch__hue--2 {
  background: #aa83ad;
}

.swatch--purple .swatch__hue--3 {
  background: #d4c1d6;
}

.swatch--purple .swatch__color {
  background: #54075b;
}

.swatch--medium-gray .swatch__hue--1 {
  background: #949595;
}

.swatch--medium-gray .swatch__hue--2 {
  background: #b8b9b8;
}

.swatch--medium-gray .swatch__hue--3 {
  background: #dbdcdc;
}

.swatch--medium-gray .swatch__color {
  background: #707271;
}

.swatch--primary .swatch__hue--1 {
  background: #ffbb40;
}

.swatch--primary .swatch__hue--2 {
  background: #ffd280;
}

.swatch--primary .swatch__hue--3 {
  background: #ffe8bf;
}

.swatch--primary .swatch__color {
  background: #ffa400;
}

.swatch--plum .swatch__hue--1 {
  background: #817474;
}

.swatch--plum .swatch__hue--2 {
  background: #aba2a2;
}

.swatch--plum .swatch__hue--3 {
  background: #d5d1d1;
}

.swatch--plum .swatch__color {
  background: #574545;
}

.swatch--dark-gray .swatch__hue--1 {
  background: #645c56;
}

.swatch--dark-gray .swatch__hue--2 {
  background: #98938e;
}

.swatch--dark-gray .swatch__hue--3 {
  background: #cbc9c7;
}

.swatch--dark-gray .swatch__color {
  background: #30261d;
}

.swatch--pink .swatch__hue--1 {
  background: #e851a2;
}

.swatch--pink .swatch__hue--2 {
  background: #f08bc1;
}

.swatch--pink .swatch__hue--3 {
  background: #f7c5e0;
}

.swatch--pink .swatch__color {
  background: #e01783;
}

.swatch--light-blue .swatch__hue--1 {
  background: #9bceee;
}

.swatch--light-blue .swatch__hue--2 {
  background: #bcdef4;
}

.swatch--light-blue .swatch__hue--3 {
  background: #deeff9;
}

.swatch--light-blue .swatch__color {
  background: #79bde8;
}

/*========================================
=            Hero Base Styles            =
========================================*/
.hero, .hero--home, .hero--inner {
  position: relative;
  background: #dedfdf;
  overflow: hidden;
  margin-bottom: 0;
}

.hero__image, .hero--home .hero__image--overlay-light,
.hero--home .hero__image--overlay-dark, .hero--inner .hero__image--overlay-dark {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-animation: fadeIn 1.25s ease-in;
  -moz-animation: fadeIn 1.25s ease-in;
  animation: fadeIn 1.25s ease-in;
}

.hero__caption {
  position: relative;
  z-index: 2;
}

.hero__heading,
.hero__subheading {
  color: #ffffff;
  font-size: 1.96429rem;
}

@media screen and (min-width: 40em) {
  .hero__heading,
  .hero__subheading {
    font-size: 2.44048rem;
  }
}

.hero__heading--keswick {
  font-size: 2.85714rem;
  font-family: "Keswick W00 Regular", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hero__heading--keswick {
    font-size: 2.14286rem;
  }
}

.hero__summary {
  color: #ffffff;
}

.hero__cta {
  margin-bottom: 0;
}

/*=================================
=            Hero Home            =
=================================*/
.hero--home {
  max-height: 37.79762rem;
}

.hero--home .hero__image--overlay-light:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 40em) {
  .hero--home .hero__image--overlay-light:after {
    background-image: -webkit-linear-gradient(-360deg, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.3) 50%, transparent 75%);
    background-image: linear-gradient(90deg, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.3) 50%, transparent 75%);
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hero--home .hero__image--overlay-light:after {
    background-image: -webkit-linear-gradient(-270deg, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.4) 50%, transparent 100%);
    background-image: linear-gradient(0deg, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.4) 50%, transparent 100%);
  }
}

.hero--home .hero__image--overlay-dark:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 40em) {
  .hero--home .hero__image--overlay-dark:after {
    background-image: -webkit-linear-gradient(-360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 75%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 75%);
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hero--home .hero__image--overlay-dark:after {
    background-image: -webkit-linear-gradient(-270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  }
}

@media screen and (min-width: 57.5em) {
  .hero--home .hero__caption {
    padding: 9.52381rem 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 57.4375em) {
  .hero--home .hero__caption {
    padding: 5.95238rem 0;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hero--home .hero__caption {
    padding: 11.90476rem 0 4.7619rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hero--home .hero__heading {
    line-height: 1.1;
    margin-bottom: 0.47619rem;
  }
}

@media screen and (min-width: 40em) {
  .hero--home .hero__subheading {
    margin-bottom: 0.89286rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hero--home .hero__subheading {
    margin-bottom: 0.59524rem;
  }
}

.hero--home .hero__summary {
  max-width: 29.7619rem;
}

@media screen and (min-width: 40em) {
  .hero--home .hero__summary {
    margin-bottom: 2.08333rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hero--home .hero__summary {
    display: none;
  }
}

/*==================================
=            Hero Inner            =
==================================*/
.hero--inner {
  height: 14.88095rem;
}

@media screen and (min-width: 40em) and (max-width: 57.4375em) {
  .hero--inner {
    height: 20.83333rem;
  }
}

@media screen and (min-width: 57.5em) and (max-width: 79.9375em) {
  .hero--inner {
    height: 27.38095rem;
  }
}

@media screen and (min-width: 80em) and (max-width: 99.9375em) {
  .hero--inner {
    height: 32.7381rem;
  }
}

@media screen and (min-width: 100em) {
  .hero--inner {
    height: 35.71429rem;
  }
}

.hero--inner .hero__image--overlay-dark:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.hero--inner .hero__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/*===================================
=            Hero Module            =
===================================*/
.hero--module {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.row .hero--module,
.row .hero--module:after {
  border-radius: 5px;
}

.row .hero--module .hero__caption {
  padding-top: 5.05952rem;
  padding-bottom: 5.05952rem;
}

.hero--module.overlay--dark:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 40em) {
  .hero--module .hero__caption {
    padding-top: 10.41667rem;
    padding-bottom: 10.41667rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hero--module .hero__caption {
    padding-top: 5.05952rem;
    padding-bottom: 5.05952rem;
  }
}

.hero--module .hero__summary {
  max-width: 41.66667rem;
  margin-left: auto;
  margin-right: auto;
}

/*============================================
=            Hero Carousel Styles            =
============================================*/
.hero__carousel-item {
  position: relative;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 5;
  width: 1.78571rem;
  height: 1.78571rem;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-prev:hover:before, .slick-slider .slick-next:hover:before {
  color: #ffa400;
}

@media screen and (min-width: 80em) {
  .slick-slider .slick-prev, .slick-slider .slick-next {
    width: 2.97619rem;
    height: 2.97619rem;
  }
  .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    font-size: 2.38095rem;
  }
}

@media screen and (min-width: 100em) {
  .slick-slider .slick-next {
    right: 1.19048rem;
  }
  .slick-slider .slick-prev {
    left: 1.19048rem;
  }
}

@media screen and (min-width: 80em) and (max-width: 99.9375em) {
  .slick-slider .slick-next {
    right: 0.59524rem;
  }
  .slick-slider .slick-prev {
    left: 0.59524rem;
  }
}

@media screen and (max-width: 79.9375em) {
  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    bottom: 0.59524rem;
    top: auto;
  }
  .slick-slider .slick-next {
    right: 1.19048rem;
  }
  .slick-slider .slick-prev {
    right: 3.27381rem;
    left: auto;
  }
}

.slick-slider .slick-dots {
  bottom: 0.59524rem;
}

@media screen and (min-width: 80em) {
  .slick-slider .slick-dots button:before {
    font-size: 0.95238rem;
  }
}

@media screen and (max-width: 79.9375em) {
  .slick-slider .slick-dots button:before {
    font-size: 0.77381rem;
  }
}

.slick-slider .slick-dots .slick-active button:before {
  content: '\e6ca';
  color: #ffa400;
}

@media screen and (max-width: 79.9375em) {
  .slick-slider .slick-dots {
    bottom: 0;
    padding-left: 0.59524rem;
    padding-right: 0.59524rem;
    width: 100%;
    float: left;
    padding-left: 2.25% !important;
    text-align: left;
  }
}

@media screen and (max-width: 79.9375em) and (min-width: 40em) {
  .slick-slider .slick-dots {
    padding-left: 0.89286rem;
    padding-right: 0.89286rem;
  }
}

@media screen and (max-width: 79.9375em) {
  .slick-slider .slick-dots:last-child:not(:first-child) {
    float: right;
  }
  .slick-slider .slick-dots li {
    margin-left: 0;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .slick-slider .slick-dots {
    padding-left: 1.5% !important;
  }
}

/*===================================
=            Breadcrumbs            =
===================================*/
.breadcrumbs__container {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  background: rgba(16, 13, 10, 0.2);
}

.breadcrumbs__container--plain {
  background: #f7f5f3;
}

.breadcrumbs__container--plain .breadcrumbs li:after {
  color: #b0b1b1;
}

.breadcrumbs__container--plain .breadcrumbs a {
  color: #b0b1b1;
}

.breadcrumbs__container--plain .breadcrumbs li:last-child a {
  color: #969897;
}

.breadcrumbs__container--plain .breadcrumbs li:last-child a:hover {
  color: #969897;
}

.breadcrumbs li {
  float: none;
  display: inline-block;
  letter-spacing: 1.5px;
}

@media screen and (min-width: 40em) and (max-width: 57.4375em) {
  .breadcrumbs li {
    font-size: .6rem;
  }
}

.breadcrumbs a {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.breadcrumbs a:hover {
  text-decoration: none;
  color: #72a84d;
}

.breadcrumbs li:after {
  content: '\e625';
  font-family: 'CD-Project-Icons';
  margin-left: 1rem;
  opacity: .3;
}

.breadcrumbs li:last-child a {
  cursor: default;
  opacity: .65;
}

.breadcrumbs li:last-child a:hover {
  color: #ffffff;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li:last-child a.ui__back,
.breadcrumbs li a.ui__back {
  color: #30261d;
  opacity: 1;
  cursor: pointer;
}

.breadcrumbs li:last-child a.ui__back span,
.breadcrumbs li a.ui__back span {
  margin-right: 0.29762rem;
}

.breadcrumbs li:last-child a.ui__back span::before,
.breadcrumbs li a.ui__back span::before {
  position: relative;
  top: 0.11905rem;
  font-size: 0.77381rem;
}

/*=============================
=            Cards            =
=============================*/
/*----------  Card Base  ----------*/
.card, .card--horizontal {
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(48, 38, 29, 0.075);
  border-radius: 5px;
}

/*----------  Card Image Section  ----------*/
.card__image {
  position: relative;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 0 1px rgba(48, 38, 29, 0.05) inset;
}

.card__image img {
  border-radius: 5px 5px 0 0;
}

.card__image a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.card__image a:hover {
  opacity: .9;
}

.card__icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(48, 38, 29, 0.4);
  border-radius: 5px 5px 0 0;
}

.card__icon-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 75px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.card__icon {
  text-align: center;
}

.card__icon img {
  display: inline-block;
  max-width: 100px;
  margin: 2.38095rem 2.38095rem 0;
}

/*----------  Cards with Videos  ----------*/
.card__image a.video__modal {
  position: relative;
  display: block;
}

.card__image a.video__modal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(48, 38, 29, 0.4);
  border-radius: 5px 5px 0 0;
}

.card__image a.video__modal::after {
  content: '\e872';
  font-family: 'CD-Project-Icons';
  width: 4.46429rem;
  height: 4.46429rem;
  line-height: 4.46429rem;
  padding-left: 0.47619rem;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 75px;
  border-radius: 50%;
  background: #ffa400;
  color: #ffffff;
  font-size: 2.14286rem;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/*----------  Card Content  ----------*/
.card__content {
  padding: 1.875rem 1.5rem 2.25rem;
}

.card__title {
  margin-bottom: 0;
}

.card__title a {
  color: #376092;
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.card__title a:hover {
  color: #707271;
}

.card__meta {
  margin-bottom: 0.47619rem;
  font-size: 0.77381rem;
  color: #b0b1b1;
}

.card__summary {
  padding-top: 0.75rem;
  line-height: 1.4;
  font-size: 0.83333rem;
  margin: 0;
}

/*----------  Card CTA  ----------*/
.card__cta {
  padding-top: 1rem;
}

/*========================================
=            Horizontal Cards            =
========================================*/
.card--horizontal {
  border-radius: 5px;
}

.card--horizontal .card__image img {
  border-radius: 0;
}

.card--horizontal .row.collapse .card__content {
  padding-left: 1.78571rem;
  padding-right: 1.78571rem;
}

/*===================================
=            CTA Modules            =
===================================*/
.cta__content, .cta__content--beige {
  position: relative;
  padding: 3.57143rem;
}

.cta__content:after, .cta__content--beige:after {
  position: absolute;
  z-index: 5;
  font-family: 'CD-Project-Icons';
  line-height: 1;
}

@media screen and (min-width: 57.5em) {
  .cta__content:after, .cta__content--beige:after {
    content: '\e697';
    right: -1.78571rem;
    top: 50%;
    font-size: 5.95238rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 57.4375em) {
  .cta__content:after, .cta__content--beige:after {
    content: '\e695';
    bottom: -3.27381rem;
    left: 50%;
    font-size: 5.95238rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 80em) {
  .cta__content, .cta__content--beige {
    padding: 3.57143rem 7.14286rem;
  }
}

@media screen and (min-width: 57.5em) and (max-width: 79.9375em) {
  .cta__content, .cta__content--beige {
    padding: 3.57143rem 5.35714rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 57.4375em) {
  .cta__content, .cta__content--beige {
    padding: 3.57143rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .cta__content, .cta__content--beige {
    padding: 3.57143rem 1.78571rem;
  }
}

.cta__content--beige {
  background-color: #f7f5f3;
}

.cta__content--beige:after {
  color: #f7f5f3;
}

.cta__title {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08929rem;
  font-weight: 700;
  margin-bottom: 2.38095rem;
}

.cta__content .squiggle, .cta__content--beige .squiggle {
  max-width: 11.0119rem;
  margin-bottom: 2.38095rem;
}

.cta__summary {
  margin-bottom: 2.38095rem;
}

.cta__title,
.cta__summary {
  max-width: 26.78571rem;
  margin-left: auto;
  margin-right: auto;
}

.cta__image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 40em) and (max-width: 57.4375em) {
  .cta__image {
    min-height: 29.7619rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .cta__image {
    min-height: 23.80952rem;
  }
}

.cta__button a {
  margin: 0;
}

/*============================
=            Tabs            =
============================*/
/*----------  Horizontal Tabs  ----------*/
.tabs.horizontal {
  position: relative;
  bottom: -6px;
  border: 0;
  display: inline-block;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 57.4375em) {
  .tabs.horizontal {
    display: block;
  }
  .tabs.horizontal li {
    width: 100%;
  }
}

.tabs.horizontal li {
  border: solid 1px #dedfdf;
  border-left: 0;
  background: #f7f5f3;
  font-size: 0.77381rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
}

.tabs.horizontal li a {
  color: #a3a5a4;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

@media screen and (max-width: 57.4375em) {
  .tabs.horizontal li a {
    padding: 1.19048rem 1.78571rem;
  }
}

.tabs.horizontal li:first-child {
  border-left: solid 1px #dedfdf;
}

.tabs.horizontal li:first-child,
.tabs.horizontal li:first-child.is-active,
.tabs.horizontal li:first-child a,
.tabs.horizontal li:first-child.is-active a {
  border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 57.5em) {
  .tabs.horizontal li:first-child,
  .tabs.horizontal li:first-child.is-active,
  .tabs.horizontal li:first-child a,
  .tabs.horizontal li:first-child.is-active a {
    border-radius: 5px 0 0 0;
  }
}

@media screen and (max-width: 57.4375em) {
  .tabs.horizontal li:last-child {
    border-left: solid 1px #dedfdf;
  }
}

@media screen and (min-width: 57.5em) {
  .tabs.horizontal li:last-child,
  .tabs.horizontal li:last-child a {
    border-radius: 0 5px 0 0;
  }
}

.tabs.horizontal li.is-active {
  border-bottom: solid 1px #ffffff;
}

.tabs.horizontal li.is-active a {
  color: #30261d;
}

.tabs-content.horizontal {
  border-top: solid 1px #dedfdf;
  border-radius: 0 0 5px 5px;
}

.tabs-content.horizontal p:last-child {
  margin-bottom: 0;
}

/*----------  Vertical Tabs  ----------*/
/*=================================
=            Accordion            =
=================================*/
.accordion .accordion-item {
  border-bottom: solid 1px #dedfdf;
}

.accordion .accordion-item.is-active a {
  color: #707271;
}

.accordion .accordion-title {
  font-size: 1.25rem;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .accordion .accordion-title {
    font-size: 1.07143rem;
  }
}

.accordion .accordion-title:hover {
  color: #54075b;
  opacity: .6;
}

/*====================================
=            Twitter Feed            =
====================================*/
#twitter__feed ul {
  max-width: 71.42857rem;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  list-style: none;
  margin-bottom: 0;
}

#twitter__feed ul::after {
  clear: both;
  content: "";
  display: table;
}

#twitter__feed ul li {
  position: relative;
}

@media screen and (min-width: 57.5em) {
  #twitter__feed ul li {
    padding-left: 0.59524rem;
    padding-right: 0.59524rem;
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 57.5em) and (min-width: 40em) {
  #twitter__feed ul li {
    padding-left: 0.89286rem;
    padding-right: 0.89286rem;
  }
}

@media screen and (min-width: 57.5em) {
  #twitter__feed ul li:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 57.4375em) {
  #twitter__feed ul li {
    padding-left: 0.59524rem;
    padding-right: 0.59524rem;
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 57.4375em) and (min-width: 40em) {
  #twitter__feed ul li {
    padding-left: 0.89286rem;
    padding-right: 0.89286rem;
  }
}

@media screen and (max-width: 57.4375em) {
  #twitter__feed ul li:last-child:not(:first-child) {
    float: right;
  }
}

#twitter__feed a {
  color: #30261d;
}

#twitter__feed .user,
#twitter__feed .tweet {
  border: solid 1px #dedfdf;
  padding: 1.19048rem 1.19048rem 1.19048rem 5.05952rem;
}

#twitter__feed .user {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0.29762rem;
  border-radius: 5px 5px 0 0;
}

#twitter__feed .user img {
  position: absolute;
  top: 1.19048rem;
  left: 2.08333rem;
  width: 2.97619rem;
  border-radius: 5px;
}

#twitter__feed .tweet {
  position: relative;
  display: block;
  margin: 0;
  border-top: 0;
  padding-top: 0;
  border-radius: 0 0 5px 5px;
  line-height: 1.35;
  word-break: break-all;
}

#twitter__feed .tweet a {
  display: inline-block;
  word-wrap: break-word;
}

/*=============================
=            Stats            =
=============================*/
.stat__container, .stat__container--card {
  position: relative;
}

.stat__container--card {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(48, 38, 29, 0.075);
  border-radius: 5px;
  padding: 1.78571rem;
}

.stat__img {
  max-width: 7.14286rem;
  margin-bottom: 1.19048rem;
}

@media screen and (max-width: 57.4375em) {
  .stat__img {
    margin: 0 auto 1.19048rem;
  }
}

.stat__container--card .stat__img {
  top: 1.78571rem;
  left: 1.78571rem;
}

@media screen and (max-width: 57.4375em) {
  .stat__container--card .stat__img {
    margin: 0 auto 1.19048rem;
  }
}

@media screen and (min-width: 57.5em) {
  .stat__img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.stat__img--top {
  max-width: 7.14286rem;
  margin-bottom: 1.19048rem;
  margin: 0 auto 1.19048rem;
}

@media screen and (max-width: 57.4375em) {
  .stat__content {
    text-align: center;
  }
}

@media screen and (min-width: 57.5em) {
  .stat__content {
    padding-left: 8.33333rem;
    padding-top: 0.59524rem;
  }
}

.stat__content--wide,
.stat__content--top {
  padding-left: 0;
  padding-top: 0;
}

.stat__content--wide .stat__description, .stat__content--wide .stat__description--secondary,
.stat__content--top .stat__description,
.stat__content--top .stat__description--secondary {
  max-width: 28.57143rem;
  margin-left: auto;
  margin-right: auto;
}

.stat__content--top {
  text-align: center;
}

.stat__figure {
  position: relative;
  display: block;
  font-size: 3.57143rem;
  font-weight: 700;
  color: #376092;
  line-height: 1;
  margin-bottom: 0.47619rem;
}

.stat__figure span {
  position: relative;
  top: -1.19048rem;
  font-size: 2rem;
}

.stat__heading {
  font-size: 1.42857rem;
  font-weight: 700;
  color: #376092;
  margin-bottom: 0.59524rem;
  line-height: 1.2;
}

.stat__description, .stat__description--secondary {
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
}

.stat__secondary-data {
  margin-top: 0.89286rem;
  padding-top: 0.89286rem;
  border-top: solid 1px #edeae3;
}

.stat__description--secondary {
  margin-bottom: 0.29762rem;
  font-weight: 300;
  color: #30261d;
}

.stat__figure--secondary {
  margin-right: 3px;
  font-weight: 900;
  color: #376092;
}
