@charset "UTF-8";
/** Exports to ../css/style.css **/
/** fonts **/
/* @import "plugins/_fonts";

/*** Foundation ***/
/* Note: Relies on Bower installation of Foundation */
/* In the Grunt file - the SASS setup loads in the Foundation files from the bower_components folder */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

/**
   * 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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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=50em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
  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; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 87.5rem;
  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 {
    max-width: none;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .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 {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .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-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

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

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

.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: 50em) {
  .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-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .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: 64.0625em) {
  .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-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .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; } }

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: 1rem;
  text-rendering: optimizeLegibility; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #bbb;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 50em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #dba14e;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #d48f2b; }
  a img {
    border: 0; }

hr {
  max-width: 87.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #bbb;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #bbb; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #999; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #999; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #222;
  cursor: help;
  border-bottom: 1px dotted #222; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #222;
  background-color: #eee;
  border: 1px solid #bbb;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #eee;
  color: #222;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 5px; }

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

.lead {
  font-size: 125%;
  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-align: center; }

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

@media screen and (min-width: 50em) {
  .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: 64.0625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !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; } }

[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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #999;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -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 #d3dee4;
    background-color: #ffffff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb; }

input::placeholder,
textarea::placeholder {
  color: #bbb; }

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #222; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .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 {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #eee;
  color: #222;
  border: 1px solid #bbb;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

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

.input-group .input-group-button {
  display: table-cell; }

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

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

.fieldset {
  border: 1px solid #bbb;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #999;
  background-color: #fafafa;
  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>");
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @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: #eee;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

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

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #222;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #bbb;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #dba14e; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #bbb;
    cursor: not-allowed; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  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; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 50em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64.0625em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #dba14e; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

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

/*** Mixins ***/
/** fonts **/
/** margins **/
/* Clearfix */
/* Rem Conversion */
/* Font Size! */
/* Padding */
/* Margin */
/* Animation */
/* Visually Hide Element */
/* Transition */
/* Single side border-radius */
/* Clearfix */
/* Opacity */
/* Rem Conversion */
/* Font Size! */
/* Padding */
/* Margin */
/* Animation */
/* Example: */
/*
@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}
*/
/* Transitions */
/* Visually Hide Element */
/* TTLV Colours */
/*** Base ***/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

body {
  background-color: #f5f5f5; }

body.safari {
  background: #f5f5f5; }

body .row {
  width: 100%;
  max-width: 1000px;
  position: relative; }

body .row.small {
  width: 100%;
  max-width: 1200px; }

.no-sidebar .row.small {
  max-width: 1000px; }

.no-sidebar .row.small > .column, .no-sidebar .row.small > .columns {
  width: 100%; }

section {
  float: left;
  width: 100%; }

.grey-bg {
  background: #f5f5f5; }

.title-section {
  padding: 1rem 0; }
  .title-section h3 {
    float: left; }
  .title-section.grey {
    background: #f5f5f5; }

body .large-4.column, body .large-4.columns,
body .large-4.columns {
  padding: 0 0.6375rem 0 0.6375rem; }

@media screen and (max-width: 800px) {
  .title-section h3 {
    float: left;
    width: 100%;
    text-align: center; }
  .title-section {
    text-align: center; }
  .title-section .button.right {
    float: none; } }

.grow {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.gallery:hover .grow, .gallery-home:hover .grow {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

#mfPreviewBar {
  display: none !important;
  height: 0 !important; }

/*To add margin/padding to news title to stop merge with nav*/
#page > section.newsarticle {
  margin-top: 7em; }

/*To remove margin/padding applied to news section*/
.page-banner + .newsarticle {
  margin-top: 0; }

.button, input[type="submit"] {
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  padding: 1rem 2rem 0.9rem;
  background: #dba14e;
  border: none;
  color: #000000;
  margin: 0 auto;
  position: relative;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Yrsa', serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase; }

.button:hover, .button:active, input[type="submit"]:hover {
  color: #fff; }

a.button.big {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.65rem 1.5rem; }

a.button.right {
  float: right; }

.content a.button.ghost {
  text-decoration: none;
  margin-top: 30px;
  display: inline-block; }

/* Font Size! */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  text-transform: none;
  letter-spacing: 2.5px;
  color: #dba14e;
  font-family: "Yrsa", serif;
  text-transform: uppercase;
  text-align: center; }

bold, strong {
  font-weight: 700; }

.white {
  color: #fff; }

.divider.icon {
  width: 37px;
  height: 37px;
  background: url(../images/logo-icon.png);
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
  margin: 12px auto; }

.content h1, .content h2, .content h3, content h4, .content h5, .content h6 {
  text-transform: none;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  color: #dba14e;
  margin: 30px 0 30px 0; }

p, .content p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
  margin-bottom: 16px;
  line-height: 1.9;
  letter-spacing: 0;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  letter-spacing: 0.08rem; }

p.big {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px; }

hr {
  max-width: 150px;
  height: 2px;
  background: #dba14e;
  border: none;
  margin-bottom: 2rem; }

h1 {
  font-size: 2.75rem; }

h2, .content h2 {
  font-size: 1.75rem;
  font-family: "Yrsa", serif;
  letter-spacing: 0.5rem;
  font-size: 42px;
  font-size: 2.625rem; }

h3 {
  font-size: 38px;
  font-size: 2.375rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

.content ul, .content ol {
  margin: 6px 0 16px 32px; }
  .content ul li, .content ol li {
    font-size: 16px;
    font-size: 1rem;
    color: #666;
    padding-left: 16px;
    padding-left: 1rem;
    margin-bottom: 8px; }

blockquote {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
  color: #999;
  line-height: 1.5;
  font-style: italic;
  display: block;
  width: 100%;
  clear: both;
  padding: 8px 0 4px;
  border: none; }

blockquote:after, blockquote:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #d9a65c;
  display: block;
  margin: 20px auto 22px;
  padding: 0;
  background: -webkit-linear-gradient(left, rgba(217, 166, 92, 0) 0%, #d9a65c 50%, rgba(217, 166, 92, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 166, 92, 0)), color-stop(50%, #d9a65c), to(rgba(217, 166, 92, 0)));
  background: linear-gradient(to right, rgba(217, 166, 92, 0) 0%, #d9a65c 50%, rgba(217, 166, 92, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d9a65c', endColorstr='#00d9a65c',GradientType=1 ); }

mark {
  background: none; }

.grey {
  color: #bbbbbb; }

/**
@media screen and (min-width: 800px) {

	.content {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    text-align: left;
	    -webkit-column-gap: 2em;
	    -moz-column-gap: 2em;
	    column-gap: 2em;
	}
	.content h1, .content h2, .content h3, .content h4 {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    width: 100%;
	}	
	
}**/
/** Headers with span **/
.content-padding {
  padding: 3rem 0; }

@media only screen and (min-width: 80.063em) {
  .field.small {
    width: 50%; } }

.field.small, .field.date-alt {
  padding: 0 0.9375rem;
  float: left; }

div.field.small {
  width: 100%;
  max-width: 600px;
  float: none;
  margin: 0 auto; }

[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, select {
  border: none;
  border: 1px solid #fff;
  border-bottom: 2px solid #dba14e;
  border-radius: 0;
  background: #fff;
  min-height: 50px;
  font-family: "Raleway", sans-serif;
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

[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 #dba14e;
  border-bottom: 2px solid #dba14e; }

.field {
  padding: 0 0.9375rem;
  width: 100%;
  float: left;
  position: relative; }
  .field.half {
    width: 49%;
    margin-right: 1%; }
    .field.half.last {
      margin-right: 0; }
  .field.third {
    width: 31.333333%;
    margin-right: 3%; }
    .field.third.last {
      margin-right: 0; }

@media screen and (max-width: 800px) {
  .field {
    padding: 0rem;
    width: 100%;
    float: left;
    position: relative; }
    .field.small {
      padding: 0; }
    .field.half {
      width: 100%;
      margin-right: 0%; }
      .field.half.last {
        margin-right: 0; }
    .field.third {
      width: 100%;
      margin-right: 0%; }
      .field.third.last {
        margin-right: 0; } }

.Actions {
  text-align: center; }

.Actions input[type="submit"] {
  margin-top: 1rem; }

.main-content fieldset {
  margin: 48px 0px 48px 0px;
  margin: 3rem 0rem 3rem 0rem; }

label {
  letter-spacing: 1px;
  color: #222222;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px; }

form span.required.message {
  font-family: "Raleway", sans-serif;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  color: #dba14e;
  font-weight: bold; }

span.error.message {
  position: relative;
  top: -10px;
  padding: 5px 12px;
  font-size: 12px;
  text-transform: uppercase;
  background: #ffb4b4;
  border: 1px solid #ff4848;
  border-radius: 3px; }

form p.message {
  float: left;
  padding: 0.5rem 1rem;
  margin: 0.75rem 0.9375rem;
  background: rgba(219, 161, 78, 0.54);
  border: 1px solid #dba14e;
  color: #000000;
  border-radius: 2px;
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem; }

form p.message.good,
form p.message.bad {
  float: none; }

form p.message.bad {
  background: rgba(153, 153, 153, 0.22);
  border: 1px solid #999; }

form [type='checkbox'] + label[for], form [type='radio'] + label[for] {
  text-transform: inherit;
  font-weight: lighter;
  float: left; }

form [type='file'] {
  border: 1px solid #dba14e;
  height: auto;
  padding: 0.75rem 1rem 1rem 0.75rem;
  background: #fff; }

form input[type="reset"] {
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  padding: 1rem 2rem 0.9rem;
  background: #dba14e;
  border: none;
  color: #000000;
  margin: 0 auto;
  position: relative;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Yrsa', serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase; }

form input[type="reset"]:hover {
  color: #fff; }

.form-container {
  margin: 30px 0 60px 0; }

form ul {
  list-style: none; }

form p {
  margin-bottom: 30px; }

div#MemberLoginForm_LoginForm_Remember_Holder input {
  float: left;
  margin-top: 6px; }

.g-recaptcha > div {
  margin: 1rem auto 0.5rem; }

form.jobs-form [type='text'], form.jobs-form [type='password'], form.jobs-form [type='date'], form.jobs-form [type='datetime'], form.jobs-form [type='datetime-local'], form.jobs-form [type='month'], form.jobs-form [type='week'], form.jobs-form [type='email'], form.jobs-form [type='number'], form.jobs-form [type='search'], form.jobs-form [type='tel'], form.jobs-form [type='time'], form.jobs-form [type='url'], form.jobs-form [type='color'], form.jobs-form textarea, form.jobs-form select {
  border: none;
  border: 1px solid #dba14e;
  border-radius: 0;
  background: #fff;
  min-height: 50px;
  font-family: "Raleway", sans-serif;
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

form.jobs-form [type='text']:focus, form.jobs-form [type='password']:focus, form.jobs-form [type='date']:focus, form.jobs-form [type='datetime']:focus, form.jobs-form [type='datetime-local']:focus, form.jobs-form [type='month']:focus, form.jobs-form [type='week']:focus, form.jobs-form [type='email']:focus, form.jobs-form [type='number']:focus, form.jobs-form [type='search']:focus, form.jobs-form [type='tel']:focus, form.jobs-form [type='time']:focus, form.jobs-form [type='url']:focus, form.jobs-form [type='color']:focus, form.jobs-form textarea:focus {
  border: 1px solid #dba14e;
  border-bottom: 2px solid #dba14e; }

.content {
  text-align: center; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Content */
.content {
  margin: 0;
  /* Responsive iFrame Embed */ }

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

.content:after {
  clear: both; }

.content h1, .content h2, .content h3 {
  line-height: 1.2; }

.content h4, .content h5, .content h6 {
  font-weight: 600; }

.content img {
  margin: 1.5rem 0em;
  max-width: 100%; }

.content img.left,
.content .captionImage.left,
.content img.floatleft {
  float: left;
  max-width: 100%;
  max-width: calc(100% - 1rem);
  margin: 1.125em 1rem 1.125em 0; }

.content img.right,
.content .captionImage.right,
.content img.floatright {
  float: right;
  max-width: 100%;
  max-width: calc(100% - 1rem);
  margin: 1.125em 0 1.125em 1rem; }

.content img.center {
  margin: 1.5rem auto;
  display: block; }

.content .captionImage,
.content .captionImage.left,
.content .captionImage.right {
  position: relative; }

.content .captionImage img {
  margin: 0;
  float: none;
  max-width: 100%;
  padding: 0; }

.content .captionImage p.caption {
  font-style: italic;
  color: #737373;
  font-size: 1em;
  padding: 10px 0 0 0; }

.content b,
.content strong {
  font-weight: bold; }

.content i,
.content em {
  font-style: italic; }

.content q,
.content blockquote {
  font-style: italic; }

.content a:hover,
.content a:focus {
  text-decoration: underline; }

.content a.button:hover,
.content a.button:active,
.content a.button:focus {
  text-decoration: none;
  color: #fff; }

.content a:active,
.content a:focus {
  color: #008ae0;
  text-decoration: none;
  outline: none; }

.content ul li p,
.content ol li p {
  font-size: 0.9375rem; }

.content table {
  max-width: 100%;
  margin: 8px 0;
  color: #000000;
  line-height: 1.8em;
  border-width: 1px;
  border-color: #000000;
  border-collapse: collapse; }

.content table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #000000;
  text-align: left;
  font-weight: bold; }

.content table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #000000; }

.content .left {
  float: left;
  max-width: 99%; }

.content .right {
  float: right;
  max-width: 99%; }

.content .left img,
.content .right img {
  float: none;
  margin: 0; }

.content .media {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 1em 0em; }

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

.row.contact-container {
  max-width: 100%; }

.row.contact-container .map-container.flex-video {
  border: none;
  margin-top: 4rem;
  margin-left: 40px; }

body .contact-details h3,
body .contact-details p {
  text-align: left;
  text-transform: uppercase; }

body .contact-details p {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1rem; }

body .contact-details hr {
  margin: 0 0 1.35rem 0;
  text-align: left; }

body .contact-details {
  padding: 9rem 1rem 1rem 1rem; }

body .contact-details .button {
  margin-right: 24px;
  display: inline-block;
  margin-bottom: 16px; }

body .contact-details .contact-buttons {
  margin-top: 50px; }

/* Media Queries */
@media screen and (max-width: 800px) {
  body .contact-details {
    padding: 1rem 1rem 1rem 1rem; }
  .row.contact-container .map-container.flex-video {
    margin: 2rem auto 0rem; }
  body .contact-details .contact-buttons a.button {
    text-align: center; } }

/*** Plugins ***/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * Sass (scss) updates: Tobias Harison-Denby (@quagliero)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

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

/* Icon Fonts
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0 0 0 0;
  padding: 0; }

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

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

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

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

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

* html .slides {
  height: 1%; }

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

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0 0;
  position: relative; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

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

.flexslider .slides {
  zoom: 1; }

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

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 34px;
  height: 34px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #dba14e;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

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

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

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

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

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

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

.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 34px;
  padding: 2px 9px;
  line-height: 1;
  display: inline-block;
  content: '\f104'; }

.flex-direction-nav a.flex-next:before {
  content: '\f105'; }

/* Control Nav */
ul.flex-control-nav {
  display: none; }

.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 1rem;
  text-align: center;
  right: 3rem;
  z-index: 3; }

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

.flex-control-paging li a {
  display: block;
  width: 30px;
  height: 32px;
  /* text-indent: -9999px; */
  border-radius: 0;
  background: none;
  font-size: 28px;
  float: right;
  color: #bbb;
  font-family: "Yrsa", serif; }

.flex-control-paging li a:hover {
  color: #eee; }

.flex-control-paging li a.flex-active {
  font-size: 36px;
  margin-top: 6px;
  height: 38px;
  color: #dba14e; }

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

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

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

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

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

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

/** custom styles **/
.slides .gradient-overlay {
  background: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.01+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background: linear-gradient(to right, black 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#03000000',GradientType=1 );
  /* IE6-9 */
  opacity: 0.5; }

.slide .row {
  z-index: 2;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.slide {
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  position: relative;
  padding: 0 0 60px 0;
  height: 100vh; }

.slide h2 {
  color: #dba14e;
  letter-spacing: 0.75rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 1;
  margin: 16px 0;
  margin: 1rem 0;
  -webkit-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s;
  position: relative;
  opacity: 1;
  top: 0;
  font-size: 4vw;
  font-weight: 300; }

@media screen and (min-width: 800px) {
  .slide h2 {
    background: -webkit-linear-gradient(#dba14e, #d9a65d, #5b3804);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

.safari .slide h2 {
  background: none;
  -webkit-background-clip: #dba14e;
  -webkit-text-fill-color: #dba14e;
  color: #dba14e; }

.slide h2:after, .slide h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #d9a65c;
  display: block;
  margin: 20px auto 22px;
  padding: 0;
  background: -webkit-linear-gradient(left, rgba(217, 166, 92, 0) 0%, #d9a65c 50%, rgba(217, 166, 92, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 166, 92, 0)), color-stop(50%, #d9a65c), to(rgba(217, 166, 92, 0)));
  background: linear-gradient(to right, rgba(217, 166, 92, 0) 0%, #d9a65c 50%, rgba(217, 166, 92, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d9a65c', endColorstr='#00d9a65c',GradientType=1 ); }

.slide p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 2rem;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.5rem;
  text-shadow: 1px 0px 16px black;
  text-transform: uppercase; }

.slide a {
  display: inline-block;
  -webkit-transition: opacity 1s ease 1.75s;
  transition: opacity 1s ease 1.75s;
  position: relative;
  opacity: 0; }

.divider {
  display: block;
  width: 50px;
  height: 4px;
  margin: 2rem auto;
  background: #dba14e; }

.flex-active-slide .slide h2,
.flex-active-slide .slide p,
.flex-active-slide .slide a {
  top: 0px;
  opacity: 1; }

.flex-active-slide .slide h2 {
  -webkit-text-fill-color: #dba14e; }

.inner {
  opacity: 1;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 60px; }
  .inner .fade {
    opacity: 0; }

.inner p {
  font-size: 18px;
  font-size: 1.125rem; }

.inner.fade {
  opacity: 0; }

.slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 350px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.5; }

.inner a.button {
  margin-right: 1rem;
  font-size: 18px;
  font-size: 1.125rem; }

.flex-direction-nav {
  position: absolute;
  left: 0.9375rem;
  bottom: 2rem;
  font-weight: bolder; }

@media screen and (min-width: 112.5em) {
  .flex-direction-nav {
    left: 3rem; } }

@media screen and (max-width: 64em) {
  #ctas .medium-6 {
    margin-bottom: 20px; } }

@media screen and (max-width: 40em) {
  .slide h2 {
    font-size: 40px;
    font-size: 2.5rem; } }

@media screen and (max-width: 800px) {
  .slide h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-size: 5vh; }
  .slide {
    background-attachment: scroll; }
  .slide h3 {
    font-size: 14px;
    font-size: 0.875rem; }
  .flex-control-paging li a {
    width: 20px;
    height: 27px;
    font-size: 16px; }
  .flex-control-paging li a.flex-active {
    font-size: 26px;
    height: 34px; }
  .inner a.button {
    margin-right: 1rem;
    padding: 0.5rem 1rem; }
  .inner p {
    display: none; }
  a.button.angle.big {
    padding-right: 58px;
    font-size: 1rem;
    height: 36px;
    margin-bottom: 0.5rem; }
  .button.angle:after {
    height: 36px;
    font-size: 26px;
    width: 36px; }
  .inner a.button:first-child {
    margin-left: 0; } }

/** Anchor Point **/
a.anchorlink {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -16px;
  top: auto;
  z-index: 2;
  font-size: 50px;
  color: #dba14e;
  text-align: center; }

a.anchorlink:hover {
  color: #fff; }

body {
  overflow: hidden; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */ }

#status {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/preloader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -80px 0 0 -80px;
  /* is width and height divided by two */ }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #9ccb4e;
  color: #ffffff; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer; }
    #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #ffffff; }
  #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
    #outdated .last[dir='rtl'] {
      right: auto !important;
      left: 25px !important; }
  #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
  * html #outdated {
    position: absolute; }

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mm-btn, .mm-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  display: block;
  padding: 0;
  position: absolute; }

.mm-panels, .mm-panels > .mm-panel {
  background: #111111;
  border-color: inherit;
  position: absolute; }

.mm-btn, .mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  transition: -webkit-transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
  border-bottom: 1px solid #444; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 60px;
  width: 100%;
  bottom: auto;
  border-bottom: 1px solid #333;
  padding: 34px; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 29px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: none !important; }

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: -webkit-transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking, html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

.mm-listview > li > a, .mm-listview > li > span, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a {
  font-family: "Yrsa", serif;
  color: #bbb;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #333; }

.mm-menu.mm-theme-dark {
  background: #111; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  padding: 0 0 0 10px; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel > ul > li > a {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 3px;
  color: #dba14e;
  border: none;
  padding: 8px 12px;
  font-size: 0.85rem; }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

/** Hamburger icon **/
#hamburger {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 45px;
  top: 16px;
  left: 0;
  z-index: 4;
  position: relative;
  float: right; }

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #222;
  content: '';
  display: block;
  width: 32px;
  height: 3px;
  position: absolute;
  left: 8px; }

#hamburger:before {
  top: 14px; }

#hamburger span {
  top: 22px; }

#hamburger:after {
  top: 30px; }

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.1s;
  transition: none 0.5s ease 0.1s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform; }

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 20px; }

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0; }

html.mm-opening #hamburger:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #dba14e; }

html.mm-opening #hamburger:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #dba14e; }

@media only screen and (max-width: 1000px) and (min-width: 801px) {
  .mm-listview, .mm-listview > li.desktop-hide, a#hamburger {
    display: block; } }

@media only screen and (max-width: 800px) {
  .mm-listview, .mm-listview > li.desktop-hide, a#hamburger {
    display: block; }
  #hamburger {
    width: 23px;
    top: 7px;
    margin-top: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  #hamburger span {
    top: 20px; }
  #hamburger:before {
    top: 14px; }
  #hamburger:before,
  #hamburger:after,
  #hamburger span {
    left: 0;
    height: 2px;
    width: 23px; }
  #hamburger:after {
    top: 26px; } }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }

html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu {
  z-index: 2; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-btn:before, .mm-menu.mm-theme-dark .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: #dba14e; }
    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen),
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #f5f5f5;
  border-color: #eeeeee;
  color: #707f86; }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-btn:before, .mm-menu.mm-theme-white .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: #eeeeee; }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: #dba14e; }
    .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
      tap-highlight-color: rgba(0, 0, 0, 0.05); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: #707f86; }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: #707f86; }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen),
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: #eeeeee; }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: #f5f5f5; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-btn:before, .mm-menu.mm-theme-black .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: #dba14e; }
    .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
      tap-highlight-color: rgba(255, 255, 255, 0.3); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen),
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

/*
	jQuery.mmenu offCanvas addon CSS
*/
.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }
  .mm-menu.mm-offcanvas.mm-current {
    display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top {
  max-height: 80%; }
  .mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%; }

.mm-menu.mm-measureheight .mm-panel {
  display: block !important; }

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.5 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0); }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: none;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 50px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    font-size: 50px; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.3.5 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0); }
  .featherlight-previous {
    left: 0;
    right: 80%; }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25); }
  .featherlight-next span,
  .featherlight-previous span {
    /*  display commented out to make arrow visible */
    /*  display: none;*/
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal; }
  .featherlight-next span {
    right: 5%;
    left: auto; }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block; }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none; } }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: none;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #ddd;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background: #dba14e; }

.owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 38px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 57px;
  margin-top: -26.5px; }

.owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 38px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 57px;
  margin-top: -26.5px; }

.owl-nav > div {
  height: 300px;
  position: absolute;
  width: 100px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0; }
  .owl-nav > div:hover {
    background: rgba(255, 255, 255, 0.3); }

.project-gallery .owl-nav > div {
  height: 100%; }

@media screen and (max-width: 800px) {
  .owl-nav > div {
    width: 50px; } }

.owl-nav > div.owl-next {
  left: auto;
  right: 0; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  padding: 5px;
  margin: 0;
  z-index: 100;
  font-size: 3rem;
  cursor: pointer;
  color: #555; }

.owl-prev {
  left: 15px; }

.owl-next {
  right: 15px; }

.owl-theme .owl-controls .owl-buttons div {
  color: #555;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  font-size: 3rem;
  border-radius: 0px;
  background: transparent;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  margin-top: -32px; }

.owl-theme .owl-controls .owl-buttons div:hover {
  color: #dba14e; }

.owl-theme .owl-nav [class*='owl-prev'], .owl-theme .owl-nav [class*='owl-next'] {
  margin-top: -37.5px; }

@media only screen and (max-width: 1700px) {
  .owl-carousel {
    padding: 0px 50px; }
  .owl-prev {
    left: 0; }
  .owl-next {
    right: 0; } }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: none;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #ddd;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background: #dba14e; }

.owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 38px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 57px;
  margin-top: -26.5px; }

.owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 38px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 57px;
  margin-top: -26.5px; }

.owl-nav > div {
  height: 300px;
  position: absolute;
  width: 100px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0; }
  .owl-nav > div:hover {
    background: rgba(255, 255, 255, 0.3); }

.project-gallery .owl-nav > div {
  height: 100%; }

@media screen and (max-width: 800px) {
  .owl-nav > div {
    width: 50px; } }

.owl-nav > div.owl-next {
  left: auto;
  right: 0; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  padding: 5px;
  margin: 0;
  z-index: 100;
  font-size: 3rem;
  cursor: pointer;
  color: #555; }

.owl-prev {
  left: 15px; }

.owl-next {
  right: 15px; }

.owl-theme .owl-controls .owl-buttons div {
  color: #555;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  font-size: 3rem;
  border-radius: 0px;
  background: transparent;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  margin-top: -32px; }

.owl-theme .owl-controls .owl-buttons div:hover {
  color: #dba14e; }

.owl-theme .owl-nav [class*='owl-prev'], .owl-theme .owl-nav [class*='owl-next'] {
  margin-top: -37.5px; }

@media only screen and (max-width: 1700px) {
  .owl-carousel {
    padding: 0px 50px; }
  .owl-prev {
    left: 0; }
  .owl-next {
    right: 0; } }

/** Pages **/
.home-content .grid {
  margin-top: 0.5rem; }

.home-content {
  text-align: center;
  padding: 80px 0 0 0; }

.home-content h2,
.main-content h1 {
  position: relative;
  text-align: center;
  font-family: "Yrsa", serif; }

.home-content h2 span,
.main-content h1 span {
  background: #f5f5f5;
  padding: 0 30px;
  position: relative;
  z-index: 1; }

.home-content h2:before,
.main-content h1:before {
  background: #dba14e;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0; }

.grid {
  max-width: 1600px;
  margin: 2rem auto;
  display: block;
  text-align: center; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-item {
  float: left;
  width: 400px;
  height: 400px;
  background: #0D8;
  border: 16px solid #fff;
  padding: 2rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .grid-item h3 {
    font-size: 32px;
    font-size: 2rem;
    text-transform: lowercase;
    font-weight: 300; }
  .grid-item p {
    font-size: 16px;
    font-size: 1rem; }
  .grid-item .button.angle {
    color: #fff; }
  .grid-item.testimonial-item {
    background: #fff;
    padding: 0; }
  .grid-item.grey {
    background: #eeeeee; }
    .grid-item.grey:hover {
      background: #ddd; }
    .grid-item.grey h3 {
      color: #7cbe42; }
    .grid-item.grey p {
      color: #707f86; }
    .grid-item.grey .divider:after {
      background: #d3dee4; }
  .grid-item.light-blue {
    background: #a0caec; }
    .grid-item.light-blue:hover {
      background: #8ebee6; }
    .grid-item.light-blue h3 {
      color: #fff; }
    .grid-item.light-blue p {
      color: #7cbe42; }
    .grid-item.light-blue .divider:after {
      background: #d3dee4; }
  .grid-item.blue {
    background: #7cbe42; }
    .grid-item.blue:hover {
      background: #7cbe42; }
    .grid-item.blue h3, .grid-item.blue p {
      color: #fff; }
    .grid-item.blue .divider:after {
      background: #d3dee4; }
    .grid-item.blue .button.angle {
      background: #7cbe42; }
    .grid-item.blue .button.angle:after {
      background: #7cbe42; }

.grid-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.grid-image {
  position: relative;
  left: -2rem;
  width: 365px;
  top: -2rem;
  height: 400px;
  border-bottom: 10px solid #d3dee4;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.grid-item--height2 {
  background: #fff; }
  .grid-item--height2 .content-container {
    width: 100%;
    float: left;
    display: block;
    height: 320px; }
  .grid-item--height2 .border {
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid #D3DEE4;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .grid-item--height2:hover .border, .grid-item--height2:hover .grid-image {
    border-color: #a0caec; }

.grid-item--width2 {
  width: 800px; }

.grid-item--height2 {
  height: 800px; }

@media only screen and (max-width: 800px) {
  .grid-item {
    width: 400px;
    height: 400px; }
  .grid-item--width2 {
    width: 400px; } }

@media only screen and (max-width: 600px) {
  .grid {
    max-width: 300px; }
  .grid-item {
    width: 300px;
    height: auto; }
  .grid-item--width2 {
    width: 300px;
    height: auto; }
  .grid-item--height2 {
    height: auto; }
  .grid-image {
    width: 266px;
    height: 200px; }
  .grid-content {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.sub-home-slider .slide {
  max-height: 550px; }

.links.row {
  position: relative; }

.links-container h4 {
  padding: 0.5rem 1rem;
  background: #ddd;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700; }

.links-container {
  position: absolute;
  top: -370px;
  right: 1rem;
  z-index: 2;
  background: #fff;
  background: rgba(255, 255, 255, 0.8); }

.links-container ul {
  margin: 0; }

.links-container ul li {
  list-style: none; }

.links-container ul li a {
  width: 100%;
  padding: 0.25rem 1rem;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.links-container ul li a:after {
  content: "\f105";
  padding-left: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  color: #d3dee4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.links-container ul li a:hover:after, .links-container ul li a:hover {
  color: #7cbe42;
  background: #fff; }

/** sub home toggle **/
/** Quote **/
#sub-home-toggle {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #7cbe42;
  background: rgba(0, 67, 134, 0.9);
  padding: 0.5rem 0 1rem;
  z-index: 4; }

#sub-home-toggle h2 span {
  color: #00c6ff;
  font-size: 34px;
  margin-top: 5px;
  vertical-align: middle; }

#sub-home-toggle label {
  font-size: 14px;
  color: #fff; }

#sub-home-toggle .row {
  position: relative; }

.toggle-trigger {
  position: absolute;
  right: 20px;
  bottom: 0;
  cursor: pointer;
  padding: 0px 5px;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.toggle-trigger.active {
  background: #7cbe42;
  top: auto;
  bottom: 0;
  margin-top: 0; }

#sub-home-toggle.closed .toggle-content {
  display: none; }

.toggle-trigger span.open-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 20px;
  color: #fff; }

.toggle-trigger.active span.open-close:after {
  content: "\f077"; }

.toggle-trigger span:hover:after {
  color: #0A3654;
  cursor: pointer; }

.toggle-content h2 {
  float: left;
  color: #fff;
  margin: 14px 0 0;
  line-height: 1; }

.toggle-content .right {
  float: right;
  margin-top: 10px; }

.toggle-content a.button {
  margin: 0 2rem; }

/*
.sub-home-slider .flex-direction-nav a {
    background: #004386;
    display: block;
    opacity: 1;
    text-align: center;
    border-radius: 5px;
}
.sub-home-slider .flex-direction-nav .flex-nav-prev {
    position: absolute;
    bottom: 2rem;
}
.sub-home-slider .flex-direction-nav .flex-nav-next {
    position: absolute;
    bottom: 2rem;
    left: 8rem;
}*/
.gallery, .gallery-home {
  position: relative;
  overflow: hidden; }
  .gallery .project-content h3, .gallery-home .project-content h3 {
    font-size: 1rem;
    line-height: 1;
    text-align: left; }
  .gallery .project-category h3, .gallery-home .project-category h3 {
    font-size: 1rem;
    line-height: 1;
    text-align: left; }
  .gallery ul.tags li, .gallery-home ul.tags li {
    font-size: 10px;
    font-size: 0.625rem;
    padding-left: 0; }
  .gallery ul.tags, .gallery-home ul.tags {
    background-position: 0px 9px; }
  .gallery .project-image, .gallery-home .project-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center; }

.main-content h1.has-logo:before {
  display: none; }

.main-content h1.has-logo img {
  width: auto;
  max-width: 75%; }

.gallery-section.cta-section .project-content.cta-content {
  padding: 0 0 0 0;
  background: none; }

.gallery-section.cta-section .project-category.cta-content {
  padding: 0 0 0 0;
  background: none; }

.gallery-section.cta-section .project-content.cta-content h3 {
  background-color: #dba14e;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.25rem 0.25rem 0.25rem 1.25rem;
  background: #dba14e;
  -webkit-box-shadow: 16px 0 0 #dba14e, -16px 0 0 #dba14e;
  box-shadow: 16px 0 0 #dba14e, -30px 0 0 #dba14e;
  display: inline;
  padding: 0.5rem 0;
  color: #000;
  font-weight: 600;
  letter-spacing: 1.5px;
  /* font-weight: 400; */
  line-height: 1.5;
  padding-left: 1.5rem;
  width: 100%;
  text-align: left; }

.gallery-section.cta-section .project-category.cta-content h3 {
  background-color: #dba14e;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.25rem 0.25rem 0.25rem 1.25rem;
  background: #dba14e;
  -webkit-box-shadow: 16px 0 0 #dba14e, -16px 0 0 #dba14e;
  box-shadow: 16px 0 0 #dba14e, -30px 0 0 #dba14e;
  display: inline;
  padding: 0.5rem 0;
  color: #000;
  font-weight: 600;
  letter-spacing: 1.5px;
  /* font-weight: 400; */
  line-height: 1.5;
  padding-left: 1.5rem;
  width: 100%;
  text-align: left; }

@media-screen and (min-width: 800px) {
  .gallery-section.cta-section .small-12.columns {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 33%; } }

.gallery-section .small-12 .gallery, .gallery-section .small-12 .gallery-home {
  width: 100%;
  height: 250px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  margin-bottom: 1.8rem; }

.load-more.text-center {
  float: left;
  width: 100%;
  padding: 0 0 2rem; }

.gallery-section a.project-link {
  display: block;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.25rem;
  font-weight: bold; }

@media only screen and (max-width: 800px) {
  .gallery-section a.project-link {
    text-align: center; } }

.gallery .gradient-overlay, .gallery-home .gradient-overlay {
  opacity: 0.5;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.gallery:hover .gradient-overlay, .gallery-home:hover .gradient-overlay {
  opacity: 0.5; }

a.gallery .project-content, a.gallery-home .project-content {
  bottom: 1.25rem;
  opacity: 1; }

a.gallery .project-category, a.gallery-home .project-category {
  opacity: 1;
  display: none; }

a.gallery:hover .project-content, a.gallery-home:hover .project-content {
  bottom: 1.25rem;
  opacity: 1; }

a.gallery:hover .project-category, a.gallery-home:hover .project-category {
  opacity: 1;
  display: block;
  background-color: #dba14e; }

@media only screen and (min-width: 800px) {
  .project-holder .project-content h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600; }
  .project-holder .project-content h4 {
    font-size: 1rem; }
  .project-holder .project-category h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600; }
  .project-holder .project-category h4 {
    font-size: 1rem; }
  .gallery-section.project-holder .small-12 .gallery, .gallery-section.project-holder .small-12 .gallery-home {
    width: 100%;
    height: 370px; } }

/* filters */
.filters-button-group .button {
  background: none;
  color: #999;
  outline: none;
  padding: 0 5px 0 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-size: 0.825rem;
  letter-spacing: 0.20rem;
  position: relative;
  font-weight: 600; }
  .filters-button-group .button:hover {
    background: none;
    color: #dba14e; }
  .filters-button-group .button:after {
    content: "|";
    padding-left: 5px;
    color: #dba14e; }
  .filters-button-group .button:last-child:after {
    display: none; }

.filters-button-group .button.is-checked, .filters-button-group .button.is-checked:hover {
  background: none;
  color: #222; }

/** project details **/
section.project-gallery {
  margin-top: 0;
  padding: 0;
  z-index: 0; }
  section.project-gallery .owl-item img {
    max-height: 730px;
    max-height: 60vh;
    width: auto; }
  section.project-gallery p.caption {
    padding: 0.5rem 1rem 0.4rem;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  section.project-gallery .owl-item.active.center p.caption {
    opacity: 1; }
  section.project-gallery .owl-dots .owl-dot span {
    border-radius: 0;
    width: 50px;
    height: 3px; }
  section.project-gallery .owl-dots {
    margin-top: 1rem; }
  section.project-gallery .owl-nav {
    display: none; }
  section.project-gallery .owl-stage-outer {
    max-height: 730px;
    max-height: 60vh; }

p.address {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.buttons.inline {
  display: block;
  margin: 2rem auto;
  text-align: center; }
  .buttons.inline .button {
    float: none;
    display: inline-block;
    margin: 0 0.5rem; }
  .buttons.inline .buttons.inline .button {
    margin: 1rem 1rem; }

ul.project-details {
  float: left;
  width: 100%;
  margin-left: 0; }
  ul.project-details li {
    list-style: none;
    font-family: 'Geogrotesque Regular';
    font-size: 16px;
    color: #222;
    padding-bottom: 0.25rem;
    padding-left: 0; }
    ul.project-details li span {
      font-family: 'Geogrotesque Medium';
      text-transform: uppercase; }

button.button.is-checked {
  cursor: default; }

.button-group.filters-button-group {
  margin-bottom: 1rem; }

.project-info ul.tags {
  background-image: url(../images/tags-green.png);
  margin-bottom: 1rem;
  margin-top: -1rem; }
  .project-info ul.tags li {
    color: #222;
    padding-left: 10px;
    margin-right: 0; }

.project-nav {
  position: relative;
  margin: 3rem auto 0; }
  .project-nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

a.view-all {
  width: 100%;
  display: block;
  padding: 0.5rem;
  text-transform: uppercase;
  font-family: 'Yrsa', serif;
  color: #111;
  border: 2px solid #222;
  text-align: center;
  letter-spacing: 1px; }

a.prev-next {
  display: block;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-family: 'Yrsa', serif;
  color: #111;
  border: 2px solid #222;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 1px; }

a.prev-next.next {
  left: auto;
  right: 0; }

.project-nav a:hover {
  color: #dba14e;
  border-color: #dba14e; }

@media screen and (max-width: 800px) {
  .project-nav a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 6px 12px 6px 12px;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem; }
  section.project-gallery .owl-stage-outer, section.project-gallery .owl-item img {
    height: 300px;
    height: 200px;
    max-height: 100%;
    margin-top: 2rem; }
  section.project-gallery .owl-dots .owl-dot span {
    width: 24px;
    margin: 5px 2px; }
  .buttons.inline .button {
    margin: 0 0.5rem 0.5rem; } }

.owl-stage-outer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.3); }

.project-breadcrumbs {
  position: relative;
  z-index: 5;
  width: 100%;
  display: block;
  height: 50px;
  float: left;
  margin-top: -5rem; }

/** map **/
.map-container.flex-video {
  margin: 6rem auto 0rem;
  border: 4px solid #dba14e;
  border-left: none;
  border-right: none;
  padding-bottom: 60.5%;
  min-height: 578px; }

#map {
  height: 570px; }

.listing-item {
  min-height: 300px;
  position: relative;
  margin-bottom: 1rem; }

.listing-item .listing-img {
  float: left;
  height: 120px;
  width: 33%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 80px;
  margin-top: 6px; }

.listing-img a {
  display: block;
  height: 100%; }

body .listing-content {
  width: 66%;
  float: left;
  padding-left: 20px; }

body .listing-content.no-img {
  width: 100%; }

body .listing-item h4,
body .listing-item h5.date,
body .listing-item p,
body .listing-item a {
  text-align: left; }

body .news-listing-container .listing-item p {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left; }

body .news-listing-container .listing-item h5.date {
  color: #999999;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold; }

body .listing-item a.article-link {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Yrsa", serif;
  text-transform: uppercase;
  letter-spacing: 0.15rem; }

body .news-listing-container .listing-item a.button.ghost {
  display: inline-block; }

body .load-more {
  text-align: center;
  margin: 60px 0 60px 0; }

/* News Article Page*/
body .article-content .content h2,
body .article-content .content h3.article-date {
  text-align: left; }

body .article-content .content h2 {
  margin-bottom: 18px; }

body .article-content .content h3.article-date {
  color: #666666;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-top: 0px; }

body .article-content .content p {
  text-align: justify; }

body .article-content .content .news-video {
  width: 70%;
  margin: 45px auto; }

body .article-btns {
  width: 100%;
  margin: 2rem auto 1rem; }

.article-btns li.inactive a {
  background: #ddd;
  color: #bbb;
  pointer-events: none;
  cursor: default; }

body .article-btns ul {
  list-style: none;
  display: block;
  text-align: center;
  margin: 0; }

body .article-btns ul li {
  display: inline-block;
  float: left;
  border: 1px solid #dba14e; }

body .article-btns ul li.previous,
body .article-btns ul li.next {
  width: 15%; }

body .article-btns ul li.back {
  width: 70%; }

body .article-btns ul li a {
  display: block;
  padding: 10px 5px 10px 5px; }

body .article-btns ul li.back a {
  background-color: #f5f5f5; }

body .article-btns ul li.back a:hover {
  color: #dba14e; }

/* Media Queries*/
@media screen and (max-width: 980px) {
  .listing-item {
    min-height: 350px;
    margin-bottom: 0.5rem; } }

@media screen and (max-width: 853px) {
  .listing-item {
    min-height: 380px;
    margin-bottom: 1rem; } }

@media screen and (max-width: 799px) {
  .listing-item {
    min-height: 200px; } }

@media screen and (max-width: 640px) {
  .listing-item .listing-img {
    width: 100%;
    margin-bottom: 20px;
    height: 300px; }
  body .listing-content {
    width: 100%;
    padding-left: 0; }
  body .article-content .content .news-video {
    width: 100%; }
  body .article-btns ul li.previous,
  body .article-btns ul li.next {
    width: 25%; }
  body .article-btns ul li.back {
    width: 50%; } }

/*** Sections ***/
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  header .row {
    max-width: 1800px;
    position: relative; }
  header .gradient-overlay {
    opacity: 0.25; }
  header .columns {
    padding: 0; }

@media only screen and (max-width: 1600px) {
  header .row {
    padding: 0 0.9375rem; }
  .row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .row .row {
    padding-left: 0;
    padding-right: 0;
    margin: 0; } }

.mm-opening header {
  position: absolute; }

header section {
  margin-top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

header.sticky section {
  margin-top: -28px; }

a#logo {
  display: block; }

#logo img {
  vertical-align: middle;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 8px 0px 12px 0px;
  padding: 0.5rem 0rem 0.75rem 0rem;
  max-height: 150px; }

.sticky #logo img {
  max-height: 100px; }

.sticky #nav > ul {
  margin-top: 1rem; }

/** search box **/
header [type='text']:focus, header [type='password']:focus, header [type='date']:focus, header [type='datetime']:focus, header [type='datetime-local']:focus, header [type='month']:focus, header [type='week']:focus, header [type='email']:focus, header [type='number']:focus, header [type='search']:focus, header [type='tel']:focus, header [type='time']:focus, header [type='url']:focus, header [type='color']:focus, header textarea:focus {
  border: 1px solid #019ED6;
  background: url(../images/search-icon.png) 11px 13px no-repeat #fff;
  outline: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-box-shadow: none;
  box-shadow: none; }

input.search-box {
  max-width: 281px;
  float: right;
  margin-top: 17px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 30px;
  background: url(../images/search-icon.png) 11px 13px no-repeat #fff; }

a#searchtoggle {
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 45px;
  top: 22px;
  left: 0;
  z-index: 4;
  position: relative;
  float: right;
  font-size: 18px;
  text-align: center;
  display: none;
  color: #707f86;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 0; }

@media only screen and (min-width: 1280px) {
  #searchbar {
    display: block !important; } }

@media only screen and (max-width: 800px) {
  header .large-9.medium-8.small-12.columns {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    height: 50px;
    width: 50px; }
  header .large-3.medium-4.small-12.columns {
    text-align: center; }
  #logo img {
    max-width: 200px; }
  a#logo {
    text-align: left;
    height: auto; }
  .sticky #logo img {
    max-width: 70px; }
  section.top-header .row, .top-header .columns {
    padding: 0; }
  ul.menu.right {
    width: 100%; }
  ul.menu.right li {
    width: 50%;
    float: left; }
  a#searchtoggle {
    top: 2.5rem;
    left: 0;
    position: absolute; }
  a#hamburger {
    position: absolute;
    top: 1rem;
    right: 2rem;
    left: auto; }
  div#searchbar {
    left: 0;
    right: auto; } }

@media only screen and (max-width: 1280px) {
  a#searchtoggle {
    display: block; }
  #searchbar {
    display: none;
    position: absolute;
    right: 1rem;
    top: 100%;
    background: rgba(255, 255, 255, 0.6);
    width: auto;
    padding: 1rem; }
  #searchbar input.search-box {
    margin: 0; }
  header .large-6.medium-9.small-12.columns {
    width: 75%; } }

@media only screen and (max-width: 800px) {
  header.sticky a#searchtoggle, header.sticky #hamburger {
    margin-top: -28px; } }

.cta-full {
  width: 100%;
  padding: 100px 0px 100px 0px;
  padding: 6.25rem 0rem 6.25rem 0rem;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0; }

.cta-full .row {
  position: relative;
  z-index: 5; }

.cta-full p {
  color: #222;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 8px 0px 0px 0px;
  margin: 0.5rem 0rem 0rem 0rem; }

.cta-full h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1; }

.cta-full h4 {
  color: #222;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0px 0px 22px 0px;
  margin: 0rem 0rem 1.375rem 0rem; }

.cta-full .button {
  font-size: 16px;
  font-size: 1rem; }

.gradient-overlay.light {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  opacity: 0.6; }

@media only screen and (max-width: 1600px) {
  .cta-full h2 {
    font-size: 28px;
    font-size: 1.75rem; } }

@media only screen and (max-width: 1025px) {
  section.cta-full {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center; }
  .cta-full h2 {
    text-align: center; }
  section.cta-full a.button.right {
    float: none;
    margin-top: 1rem; } }

footer {
  background: #dcddde;
  width: 100%;
  position: relative;
  font-family: "Raleway", sans-serif;
  padding: 2rem 0 0.5rem 0;
  float: left;
  margin-top: 90px; }
  footer ul {
    margin-left: 0;
    text-align: right;
    margin-top: 1.5rem;
    float: right;
    margin-right: 1rem; }
    footer ul li {
      list-style: none;
      display: inline-block;
      margin-left: 2rem; }
    footer ul li a {
      color: #000;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: "Raleway", sans-serif;
      letter-spacing: 0.20rem;
      position: relative; }
      footer ul li ahover {
        color: #6caf31; }

footer ul.footer-nav li a:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #666666;
  position: absolute;
  top: 0;
  left: 118%; }

footer ul.footer-nav li:last-child a:after {
  display: none; }

footer h5 {
  color: #dba14e;
  margin: 2rem auto 1rem; }

.footer-logo {
  margin: 8px auto 24px; }

ul.footer-links li {
  margin-left: 1.5rem;
  line-height: 2;
  list-style: none; }

.logo-col {
  text-align: center; }
  .logo-col ul {
    margin: 0;
    margin-top: 18px; }
    .logo-col ul li {
      list-style: none;
      padding-left: 0;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.75;
      text-align: left; }
      .logo-col ul li a {
        color: #707f86; }
      .logo-col ul li a:hover {
        color: #7cbe42; }
      .logo-col ul li .highlight {
        color: #7cbe42; }
      .logo-col ul li i {
        width: 28px;
        font-size: 18px;
        font-size: 1.125rem;
        text-align: center;
        color: #f2c700; }

.social ul li a {
  position: relative; }
  .social ul li a img {
    position: relative; }

.social ul li a:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: -18px;
  left: 2px;
  border-radius: 40px;
  background: #222;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.social ul li a:hover:before {
  opacity: 1;
  background: #dba14e; }

.footer-lower {
  background: #e3e2e2;
  margin: 32px 0px 0px 0px;
  margin: 2rem 0rem 0rem 0rem;
  padding: 6px 0px 6px 0px;
  padding: 0.375rem 0rem 0.375rem 0rem; }
  .footer-lower p {
    color: #707f86;
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
    font-weight: 300; }
  .footer-lower .text-right p {
    margin-top: 8px; }
  .footer-lower p a {
    color: #fff; }
  .footer-lower p a:hover {
    color: red; }
  .footer-lower img {
    float: right;
    margin-left: 6px; }
  .footer-lower .large-9.medium-9.columns.small-12 {
    padding-top: 10px; }

@media screen and (max-width: 50em) {
  .footer-lower {
    text-align: center; }
    .footer-lower .text-right {
      text-align: center;
      padding: 8px 0px 8px 0px;
      padding: 0.5rem 0rem 0.5rem 0rem; }
    .footer-lower img {
      float: none; }
  footer h5 {
    margin-top: 1rem; }
  footer ul li {
    margin: 8px; }
  body footer a.facebook-link {
    float: none;
    margin: 1.5rem auto -1rem;
    border: none;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
  footer .large-9.medium-12.small-12.columns {
    text-align: center; } }

.sitemap ul li {
  width: 50%;
  float: left;
  list-style: none;
  margin-bottom: 5px; }
  .sitemap ul li a {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #ddd;
    text-transform: uppercase; }
  .sitemap ul li a:hover {
    color: red; }

@media only screen and (max-width: 1024px) {
  footer ul {
    text-align: center; }
  footer a.logo {
    text-align: center;
    display: block; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .hide-tablet {
    display: none; } }

@media screen and (min-width: 40em) and (max-width: 68em) {
  .sitemap ul li {
    width: 100%; } }

@media screen and (max-width: 40em) {
  .news-image img {
    margin-bottom: 1em; } }

@media screen and (max-width: 64.0625em) and (min-width: 600px) {
  .footer-lower .large-8.medium-8.columns.small-12, .footer-lower .large-4.medium-4.columns.small-12.right.text-right {
    width: 100%; }
  .footer-lower .text-right p, .footer-lower p, .footer-lower span img {
    text-align: center !important;
    float: none; }
  footer a.button.angle.big {
    font-size: .75rem;
    padding: 0.5rem 1rem;
    padding-right: 43px;
    height: 27px;
    margin-bottom: 2rem; }
  footer a.button.angle.big:after {
    width: 28px;
    height: 27px;
    font-size: 16px;
    padding: 6px; } }

@media screen and (max-width: 850px) {
  footer .large-4.medium-4.small-12.columns {
    width: 100%; } }

@media screen and (max-width: 600px) {
  footer .large-3.medium-4.small-6.columns {
    width: 100%; } }

ul.footer-links li {
  display: inline-block;
  margin: 5px 16px; }

ul.footer-links li a:hover {
  opacity: 0.8; }

.footer-content p, .footer-content a, .footer-content li, .footer-content ul {
  color: #fff;
  font-family: 'Geogrotesque Medium';
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 5px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px; }

.footer-content li {
  display: inline-block;
  margin: 0 0 0 5px; }

.footer-content a:hover {
  color: #dba14e; }

.footer-content li:after {
  content: "-";
  margin-left: 5px; }

.footer-content li:last-child:after {
  display: none; }

footer .copyright p,
footer .copyright a {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #666666; }

a.facebook-link {
  float: right;
  margin: 1.25rem 0.25rem 1.5rem; }

a.facebook-link i {
  width: 32px;
  height: 32px;
  background: #3B5998;
  padding: 9px 8px;
  border-radius: 24px;
  color: #fff;
  TEXT-ALIGN: CENTER; }
  a.facebook-link i:hover {
    color: #000; }

a.facebook-link.we-chat i {
  background: #7BB32E;
  color: #fff; }
  a.facebook-link.we-chat i:hover {
    color: #000; }

a.facebook-link.linkedin i {
  background: #0073b1; }

a.facebook-link.insta i {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  color: #fff; }
  a.facebook-link.insta i:hover {
    color: #000; }

.row.sign-up .columns {
  position: relative;
  text-align: center; }
  .row.sign-up .columns h5 {
    color: #000;
    margin-top: 0; }
  .row.sign-up .columns input[type='text'], .row.sign-up .columns input[type='email'] {
    border-bottom: 1px solid #dba14e; }
  .row.sign-up .columns .button {
    display: inline-block;
    margin: 0px auto 2rem; }

@media screen and (min-width: 50em) {
  .row.sign-up {
    margin-bottom: 1rem; }
  .email-input .button {
    position: absolute;
    top: 0;
    right: 0.9375rem; }
  footer ul {
    padding: 0.1rem 1rem 0.1rem 0rem;
    border-right: 1px solid #bbb; } }

section.small .row {
  max-width: 1000px; }

.main-content {
  padding: 48px 0px 48px 0px;
  padding: 3rem 0rem 3rem 0rem; }
  .main-content .home-gallery {
    margin-top: 2rem; }
  .main-content img {
    margin: 10px 0;
    max-width: 100%; }
  .main-content img.left {
    float: left;
    max-width: 95%;
    margin: 10px 5% 10px 0; }
  .main-content img.right {
    float: right;
    max-width: 95%;
    margin: 8px 0 8px 5%; }
  .main-content img.center {
    margin: 0 auto; }

.main-content .gallery-section {
  background: none;
  padding: 0;
  margin-top: 0.5rem; }

.main-content .gallery-section img {
  margin-bottom: 2rem; }

.content-link-container {
  background: #f5f5f5;
  float: left;
  padding: 1rem;
  border: 1px solid #eee;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .content-link-container:hover {
    background: #eee; }
  .content-link-container .content-link-image {
    position: relative; }
  .content-link-container .content-link-image .background-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    float: left; }
  .content-link-container .content-link-content {
    padding: 0 30px 0 0;
    position: relative; }
  .content-link-container .content-link-content:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d3dee4;
    font-size: 40px;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -2rem; }
  .content-link-container h5.divider {
    text-align: left;
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
    color: #7cbe42;
    font-weight: 300; }
  .content-link-container .divider:after {
    margin: 6px 0 8px;
    background: #d3dee4; }
  .content-link-container .content-link-content p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-bottom: 0; }

.columns.block.content-link-box {
  width: calc(100% + 1.875rem);
  float: left; }

@media screen and (min-width: 64.0625em) {
  .columns.block.content-link-box {
    width: 50%;
    float: left; } }

@media screen and (max-width: 767px) {
  .main-content img.left, .main-content img.right, .main-content img.center, .main-content img {
    max-width: 100%;
    width: 100%;
    margin: 10px 0; } }

.breadcrumb-container {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  left: 0; }

section.breadcrumbs {
  margin-bottom: 0;
  padding: 8px 0;
  background: #f5f5f5;
  margin-top: 0;
  height: auto;
  position: relative;
  z-index: 2;
  text-align: center; }
  section.breadcrumbs p {
    position: relative;
    line-height: 1;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    font-family: 'Geogrotesque Medium';
    text-align: center; }
  section.breadcrumbs span {
    color: #000;
    padding: 0px 6px 0px 6px;
    padding: 0rem 0.375rem 0rem 0.375rem; }
  section.breadcrumbs a {
    color: #7cbe42; }
  section.breadcrumbs a:hover {
    color: #6caf31;
    text-decoration: none; }
  section.breadcrumbs a i {
    color: #7cbe42; }

.breadcrumb-container ul.breadcrumb a:after {
  color: #fff; }

.page-banner {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  height: auto;
  margin: 0 0 60px 0;
  height: 600px;
  max-height: 60vh; }
  .page-banner .dark-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .page-banner h1 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 62px;
    font-size: 3.875rem;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
    text-transform: uppercase;
    color: #dba14e;
    font-weight: normal;
    letter-spacing: 0.75rem; }
  .page-banner h1.fade {
    opacity: 0; }
  .page-banner .slide a.button.ghost,
  .page-banner .slide a {
    opacity: 1; }
  .page-banner .row {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media only screen and (max-width: 70em) {
  .page-banner {
    height: 400px; }
  .page-banner h1 {
    font-size: 42px;
    font-size: 2.625rem; } }

@media only screen and (max-width: 40em) {
  .page-banner h1 {
    font-size: 30px;
    font-size: 1.875rem; } }

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.5; }

.page-banner .gradient-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black; }

/*Breadcrumb*/
.breadcrumb-container ul.breadcrumb {
  text-align: center;
  margin: 0; }
  .breadcrumb-container ul.breadcrumb li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    position: relative;
    letter-spacing: 0.25rem;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-size: 0.75rem; }
  .breadcrumb-container ul.breadcrumb a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 0 1rem 0 0;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.20rem;
    position: relative; }
    .breadcrumb-container ul.breadcrumb a:hover {
      color: #dba14e; }
  .breadcrumb-container ul.breadcrumb a:after {
    content: "/";
    position: absolute;
    margin-left: 0.25rem; }

section#contact-details {
  padding: 32px 0px 48px 0px;
  padding: 2rem 0rem 3rem 0rem;
  background: #ddd;
  text-align: center;
  position: relative; }
  section#contact-details h3 {
    font-size: 30px;
    font-size: 1.875rem;
    color: #222;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  section#contact-details h3 span {
    display: block; }
  section#contact-details ul {
    margin: 0; }
    section#contact-details ul li {
      list-style: none;
      text-align: center;
      font-family: 'Geogrotesque Medium';
      text-transform: uppercase;
      color: #222;
      letter-spacing: 1.5px; }
      section#contact-details ul li a {
        color: #222;
        margin: 5px auto; }
        section#contact-details ul li a:hover {
          color: #dba14e; }
  section#contact-details .gradient-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    opacity: 0.5; }

section#map {
  margin-bottom: -6px; }

.sidebar-menu ul {
  margin: 0; }
  .sidebar-menu ul li {
    list-style: none;
    padding: 0; }
    .sidebar-menu ul li a {
      font-family: 'Geogrotesque Medium';
      text-transform: uppercase;
      color: #222;
      padding: 6px 12px;
      border-bottom: 2px solid #222;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      float: left;
      width: 100%;
      display: block; }
      .sidebar-menu ul li a:hover {
        background: #dba14e;
        color: #fff; }
    .sidebar-menu ul li > ul li a {
      border: none;
      padding-left: 24px; }

.sidebar-cta {
  float: left;
  width: 100%;
  margin: 2rem 0;
  position: relative;
  padding: 1em;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  .sidebar-cta .gradient-overlay.light {
    opacity: 0.8; }
  .sidebar-cta .gradient-overlay:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85; }
  .sidebar-cta .sidebar-content {
    position: relative; }
  .sidebar-cta p {
    font-weight: 400;
    font-family: 'Geogrotesque Medium';
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 1.5rem; }

.project-carousel a {
  padding: 1rem;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  min-height: 300px;
  position: relative; }

.project-content {
  position: absolute;
  left: 0;
  bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background: #dba14e;
  padding: 0.35rem 1rem 0.35rem 2rem; }
  .project-content .divider {
    margin: 1rem 0;
    height: 2px; }

.project-category {
  position: absolute;
  right: 0;
  top: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background: #dba14e;
  padding: 0.35rem 1rem 0.35rem 2rem; }
  .project-category .divider {
    margin: 1rem 0;
    height: 2px; }

.project-carousel a:hover .project-content {
  bottom: 1rem;
  opacity: 1; }

.project-carousel a:hover .project-category {
  opacity: 1; }

.project-carousel .gradient-overlay {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.project-carousel a:hover .gradient-overlay {
  opacity: 0.5; }

.project-content h3 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-bottom: 0.25px;
  text-align: left; }

.project-category h3 {
  margin: 0;
  color: #000000 !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-bottom: 0.25px;
  text-align: left; }

.project-content h4 {
  color: #000000;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Raleway", sans-serif;
  margin: 0;
  text-align: left; }

.project-category h4 {
  color: #000000;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Raleway", sans-serif;
  margin: 0;
  text-align: left; }

.project-content .link {
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.project-category .link {
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; }

ul.tags {
  margin: 0px;
  padding-left: 20px;
  background: url(../images/tags.png);
  background-repeat: no-repeat;
  background-position: 0px 8px; }
  ul.tags li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 0.5rem; }

ul.tags li:after {
  content: ","; }

ul.tags li:last-child:after {
  display: none; }

.project-carousel .owl-dots {
  padding: 1rem 0 0.75rem;
  background: #eee; }

.project-carousel.owl-carousel.owl-loaded.owl-drag {
  padding: 0;
  z-index: 0; }

/*# sourceMappingURL=maps/style.css.map */
