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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*! HiDPI v2.0.1 | MIT License | git.io/hidpi */
/* ===========================
CONTENTS:

01 Settings
02 Grid
03 Typography
04 Navigation
05 Header
06 Footer
07 Homepage
08 Pages
09 Blog
10 Sidebars
11 Buttons
12 Forms
13 Tables
14 404
15 Fonts
16 Pagination
=========================== */
/* ---------------------------------------------------------------------------------------------------------- 
01 Settings ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Typography ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'arquitecta_boldbold';
  src: url("../fonts/arquitectabold-webfont.eot");
  src: url("../fonts/arquitectabold-webfont%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/arquitectabold-webfont.woff2") format("woff2"), url("../fonts/arquitectabold-webfont.woff") format("woff"), url("../fonts/arquitectabold-webfont.ttf") format("truetype"), url("../fonts/arquitectabold-webfont.svg#arquitecta_boldbold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Font Weights */
/* Padding & Margins */
/* ---------------------------------------------------------------------------------------------------------- 
Breakpoints ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Colours ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Dark Green */
/* Green */
/* Dark Teal */
/* Orange */
/* Burgundy */
/* Typography */
/* Navigation */
/* Backgrounds */
/* ---------------------------------------------------------------------------------------------------------- 
02 Grid ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html {
  font-size: 16px; }

.container {
  margin: 0 auto; }
  .container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .container {
      width: 95%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px; } }

@media (min-width: 576px) {
  .living-the-dream-container .container, .treasury-container .container, .reinventions-container .container {
    width: 100%; } }

@media (min-width: 768px) {
  .living-the-dream-container .container, .treasury-container .container, .reinventions-container .container {
    width: 720px; } }

@media (min-width: 992px) {
  .living-the-dream-container .container, .treasury-container .container, .reinventions-container .container {
    width: 940px; } }

@media (min-width: 1200px) {
  .living-the-dream-container .container, .treasury-container .container, .reinventions-container .container {
    width: 1140px; } }

.container-flid {
  width: 100%; }

.row {
  position: relative; }
  @media (min-width: 576px) {
    .row {
      margin: 0 -15px; } }
  .row .row {
    margin: 0 -15px; }
  .row:after {
    content: '';
    clear: both;
    display: table; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  float: left;
  padding: 0 15px;
  width: 100%;
  min-height: 1px; }

.col-xs-1 {
  width: 8.333333333%; }

.col-xs-2 {
  width: 16.666666666%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.333333333%; }

.col-xs-5 {
  width: 41.666666666%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.333333333%; }

.col-xs-8 {
  width: 66.666666666%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.333333333%; }

.col-xs-11 {
  width: 91.666666666%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.333333333%; }
  .col-sm-2 {
    width: 16.666666666%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.333333333%; }
  .col-sm-5 {
    width: 41.666666666%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.333333333%; }
  .col-sm-8 {
    width: 66.666666666%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.333333333%; }
  .col-sm-11 {
    width: 91.666666666%; }
  .col-sm-12 {
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.333333333%; }
  .col-md-2 {
    width: 16.666666666%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.333333333%; }
  .col-md-5 {
    width: 41.666666666%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.333333333%; }
  .col-md-8 {
    width: 66.666666666%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.333333333%; }
  .col-md-11 {
    width: 91.666666666%; }
  .col-md-12 {
    width: 100%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.333333333%; }
  .col-lg-2 {
    width: 16.666666666%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.333333333%; }
  .col-lg-5 {
    width: 41.666666666%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.333333333%; }
  .col-lg-8 {
    width: 66.666666666%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.333333333%; }
  .col-lg-11 {
    width: 91.666666666%; }
  .col-lg-12 {
    width: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.333333333%; }
  .col-xl-2 {
    width: 16.666666666%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.333333333%; }
  .col-xl-5 {
    width: 41.666666666%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.333333333%; }
  .col-xl-8 {
    width: 66.666666666%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.333333333%; }
  .col-xl-11 {
    width: 91.666666666%; }
  .col-xl-12 {
    width: 100%; } }

.col-xs-offset-0 {
  margin-left: 8.333333333%; }

.col-xs-offset-1 {
  margin-left: 8.333333333%; }

.col-xs-offset-2 {
  margin-left: 16.666666666%; }

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

.col-xs-offset-4 {
  margin-left: 33.333333333%; }

.col-xs-offset-5 {
  margin-left: 41.666666666%; }

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

.col-xs-offset-7 {
  margin-left: 58.333333333%; }

.col-xs-offset-8 {
  margin-left: 66.666666666%; }

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

.col-xs-offset-10 {
  margin-left: 83.333333333%; }

.col-xs-offset-11 {
  margin-left: 91.666666666%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 576px) {
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.666666666%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.666666666%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.666666666%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.666666666%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.333333333%; }
  .col-md-offset-2 {
    margin-left: 16.666666666%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333333333%; }
  .col-md-offset-5 {
    margin-left: 41.666666666%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333333333%; }
  .col-md-offset-8 {
    margin-left: 66.666666666%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333333333%; }
  .col-md-offset-11 {
    margin-left: 91.666666666%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.666666666%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.666666666%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.666666666%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.666666666%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.666666666%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.666666666%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.666666666%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.666666666%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none; }

.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg, .hidden-xl {
  display: inherit; }

@media (max-width: 575px) {
  .visible-xs {
    display: block; }
  .visible-sm, .visible-md, .visible-lg, .visible-xl {
    display: none; }
  .hidden-xs {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block; }
  .hidden-sm {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block; }
  .hidden-md {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block; }
  .hidden-lg {
    display: none; } }

@media (min-width: 1200px) {
  .visible-xl {
    display: block; }
  .hidden-xl {
    display: none; } }

html, body {
  position: relative; }

html.disable-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%; }

body {
  background-color: #183330; }
  body.toggle-nav {
    overflow: hidden;
    width: 100%;
    height: 100%; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity .25s ease; }
  body.toggle-nav .overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

#offcanvas {
  position: fixed;
  top: 0;
  right: -320px;
  width: 100%;
  display: block;
  overflow: auto;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  background-color: #183330;
  width: 320px;
  padding: 50px 0 0 0;
  color: #FFFFFF;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  transition: right .25s ease-in-out; }
  body.toggle-nav #offcanvas {
    right: 0;
    pointer-events: all; }
  #offcanvas .offcanvas-footer {
    padding: 15px;
    overflow: hidden; }
    #offcanvas .offcanvas-footer p {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: .5px; }
    #offcanvas .offcanvas-footer .social a {
      color: #FFFFFF;
      margin: 0 10px 0 0; }
      #offcanvas .offcanvas-footer .social a:hover {
        color: #183330; }

#canvas {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  height: 100%;
  transition: all .25s linear;
  padding: 7vw 0 0 0; }
  body.toggle-nav #canvas {
    left: -60px; }

body.scrolled #canvas {
  padding: 100px 0 0 0;
  transition: all .25s linear; }

.content {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .content {
      padding: 50px 0; } }

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

.alignleft {
  text-align: left;
  margin: 0 20px 20px 0; }

.alignright {
  text-align: right;
  margin: 0 0 20px 20px; }

.aligncenter {
  text-align: center;
  margin: 0 auto 20px auto; }

img.alignleft,
figure.alignleft {
  float: left; }

img.alignright,
figure.alignright {
  float: right; }

img.aligncenter,
figure.aligncenter {
  display: block;
  margin: 0 auto 20px auto; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

figure {
  margin: 0 0 20px 0;
  max-width: 100%; }
  figure br {
    display: none; }
  figure figcaption {
    background: #EFEFEF;
    padding: 10px;
    font-size: 12px;
    text-align: left; }

.float-left {
  float: left; }

.float-right {
  float: right; }

::-moz-selection {
  background: #005751;
  color: #FFFFFF; }

::selection {
  background: #005751;
  color: #FFFFFF; }

.clear {
  display: block;
  clear: both; }

.screen-size {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: rgba(238, 238, 238, 0.75);
  padding: 10px 15px;
  margin: 0;
  color: #333333;
  font-weight: 700;
  border-radius: 3px;
  z-index: 3999; }

.header-container {
  position: relative;
  padding: 0; }
  .header-container .image {
    height: 15vw;
    min-height: 200px;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center; }
    @media (min-width: 992px) {
      .header-container .image {
        height: 15vw;
        min-height: 400px; } }
  .header-container .header-content-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (min-width: 992px) {
      .header-container .header-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    .header-container .header-content-container {
      display: block; } }
    .header-container .header-content-container .gold {
      background: url(../images/jane_gold_L.jpg) no-repeat center center;
      background-size: cover; }
    .header-container .header-content-container h1 {
      text-align: center;
      color: #ffffff;
      padding: 20px 0;
      margin-bottom: 0;
      font-family: 'arquitecta_boldbold', sans-serif;
      text-transform: uppercase;
      letter-spacing: 3px; }

.capitalise {
  text-transform: uppercase; }

.background-image .post-hover {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  min-height: 360px;
  height: 100%;
  width: 100%;
  transition: all .5s linear;
  position: relative; }
  .background-image .post-hover .hover-content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px; }
  .background-image .post-hover h2 {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px; }
  .background-image .post-hover p {
    text-align: center; }
  .background-image .post-hover a {
    color: #ffffff; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider-for {
  margin: 0 0 20px 0; }
  .slider-for img {
    display: block;
    margin: 0 auto; }
  .slider-for .slick-slide {
    margin: 0px 5px; }
  .slider-for button.slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    background: none;
    padding: 0;
    margin: -34px 0 0 0;
    font-size: 30px;
    line-height: 64px;
    font-weight: 400;
    color: #ffffff;
    transition: color .25s linear;
    z-index: 1; }
    @media (min-width: 576px) {
      .slider-for button.slick-arrow {
        color: #333333; } }
    .slider-for button.slick-arrow > i {
      position: relative;
      top: -2px;
      line-height: 32px;
      transition: color .25s linear; }
      .slider-for button.slick-arrow > i:before {
        display: block;
        line-height: 64px; }
    .slider-for button.slick-arrow:focus {
      outline: none; }
    .slider-for button.slick-arrow:hover {
      color: #183330;
      border-color: #183330; }
      .slider-for button.slick-arrow:hover > i {
        color: #183330; }
    .slider-for button.slick-arrow.slick-prev {
      left: -10px; }
      @media (min-width: 768px) {
        .slider-for button.slick-arrow.slick-prev {
          left: -30px; } }
    .slider-for button.slick-arrow.slick-next {
      right: -10px; }
      @media (min-width: 768px) {
        .slider-for button.slick-arrow.slick-next {
          right: -30px; } }
  .slider-for ul.slick-dots {
    position: absolute;
    bottom: 25px;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 7px;
    line-height: 1; }
    .slider-for ul.slick-dots li {
      display: inline-block;
      margin: 0;
      padding: 0 5px;
      height: 6px; }
      .slider-for ul.slick-dots li button {
        border: none;
        background: rgba(255, 255, 255, 0.2);
        padding: 0;
        text-indent: -9999px;
        width: 6px;
        height: 6px;
        margin: 0;
        border-radius: 50%; }
      .slider-for ul.slick-dots li.slick-active button {
        background-color: #FFFFFF; }

.slider-testimonials .slick-slide img {
  width: 100% !important;
  padding: 10px; }

.slider-testimonials button.slick-arrow {
  display: none !important; }
  @media (min-width: 768px) {
    .slider-testimonials button.slick-arrow {
      position: absolute;
      top: 50%;
      border: none;
      background: none;
      padding: 0;
      margin: -34px 0 0 0;
      font-size: 64px;
      line-height: 64px;
      font-weight: 400;
      color: #ffffff;
      transition: color .25s linear;
      z-index: 2; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .slider-testimonials button.slick-arrow {
      color: #ffffff; } }
  @media (min-width: 768px) {
      .slider-testimonials button.slick-arrow > i {
        position: relative;
        top: -2px;
        line-height: 32px;
        transition: color .25s linear; }
        .slider-testimonials button.slick-arrow > i:before {
          display: block;
          line-height: 64px; }
      .slider-testimonials button.slick-arrow:focus {
        outline: none; }
      .slider-testimonials button.slick-arrow:hover {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 0.5); }
        .slider-testimonials button.slick-arrow:hover > i {
          color: rgba(255, 255, 255, 0.5); }
      .slider-testimonials button.slick-arrow.slick-prev {
        left: 15px; } }
    @media (min-width: 768px) and (min-width: 576px) {
      .slider-testimonials button.slick-arrow.slick-prev {
        left: -45px; } }
  @media (min-width: 768px) {
      .slider-testimonials button.slick-arrow.slick-next {
        right: 15px; } }
    @media (min-width: 768px) and (min-width: 576px) {
      .slider-testimonials button.slick-arrow.slick-next {
        right: -45px; } }

.slider-testimonials ul.slick-dots {
  position: absolute;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 7px;
  line-height: 1; }
  .slider-testimonials ul.slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    height: 6px; }
    .slider-testimonials ul.slick-dots li button {
      border: none;
      background: rgba(255, 255, 255, 0.2);
      padding: 0;
      text-indent: -9999px;
      width: 6px;
      height: 6px;
      margin: 0;
      border-radius: 50%; }
    .slider-testimonials ul.slick-dots li.slick-active button {
      background-color: #FFFFFF; }

.slider-for-dream article {
  opacity: 0.5;
  transition: all 0.5s linear; }
  .slider-for-dream article.slick-current {
    opacity: 1;
    transition: all 0.5s linear; }

/* ---------------------------------------------------------------------------------------------------------- 
03 Typography ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
html {
  font-size: 15px; }

body {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  -webkit-font-smoothing: antialiased; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Libre Baskerville", serif;
  font-weight: normal; }

h1, .h1 {
  font-size: 0.963em;
  letter-spacing: 3px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 1.025em; } }

h2, .h2 {
  font-size: 1.338em;
  letter-spacing: 3px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 1.338em; } }

h3, .h3 {
  font-size: 21px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 21px; } }

h4, .h4 {
  font-size: 20px; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 20px; } }

h5, .h5 {
  font-size: 17px; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 17px; } }

h6, .h6 {
  font-size: 15px; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 15px; } }

p {
  margin: 0;
  margin-bottom: 20px; }

a, a:visited {
  text-decoration: none;
  color: #333333;
  transition: color .25s linear; }

a:hover {
  text-decoration: none;
  color: #333333; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

hr {
  border: none;
  border-top: 1px solid #EDEDED;
  margin: 20px 0; }

ul, ol {
  margin: 0 0 20px 15px;
  padding: 0; }
  ul.alpha, ol.alpha {
    list-style-type: upper-alpha; }
  ul.roman, ol.roman {
    list-style-type: upper-roman; }
  ul li > ul, ul li > ol, ol li > ul, ol li > ol {
    margin: 0 0 0 15px;
    padding: 0; }

ul {
  list-style-type: disc; }

blockquote {
  border: none;
  margin: 30px 0;
  padding: 0;
  font-weight: 700; }
  blockquote cite {
    display: block;
    text-align: right; }

dl {
  margin-bottom: 20px; }
  dl dt {
    font-weight: 700; }
  dl dd {
    margin: 0 0 10px 0; }

.large {
  font-size: 20px; }

code {
  white-space: normal;
  color: #333333;
  background: none; }

address {
  margin-bottom: 20px;
  font-style: normal; }

var {
  font-family: monospace; }

/* ---------------------------------------------------------------------------------------------------------- 
04 Navigation ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
body.toggle-nav {
  overflow: hidden !important; }

#offcanvas ul.navbar {
  opacity: 1;
  margin: 0;
  padding: 0;
  transition: opacity .25s ease .25s; }
  body.toggle-nav #offcanvas ul.navbar {
    opacity: 1; }
  #offcanvas ul.navbar > li {
    margin: 0;
    padding: 0;
    list-style: none; }
    #offcanvas ul.navbar > li > a {
      display: block;
      color: #FFFFFF;
      padding: 15px 10px;
      margin: 0;
      border-left: 5px solid transparent;
      font-size: 14px;
      line-height: 1;
      font-weight: 400;
      letter-spacing: .5px;
      text-decoration: none;
      transition: all .25s linear; }
    #offcanvas ul.navbar > li.current-menu-item > a, #offcanvas ul.navbar > li.current_page_parent > a {
      color: #FFFFFF;
      background-color: #005751;
      text-decoration: none; }
    #offcanvas ul.navbar > li > ul {
      margin: 5px 0 0 0;
      padding: 0 0 20px 30px; }
      #offcanvas ul.navbar > li > ul > li {
        list-style: none;
        margin: 0;
        padding: 5px 0; }
        #offcanvas ul.navbar > li > ul > li > a {
          display: block;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 1;
          font-weight: 400;
          padding: 5px 0;
          letter-spacing: .5px;
          text-decoration: none;
          transition: all .25s linear; }
          #offcanvas ul.navbar > li > ul > li > a:before {
            content: "\f105";
            font-family: 'FontAwesome';
            margin: 0 5px 0 0; }
        #offcanvas ul.navbar > li > ul > li.current-menu-item > a, #offcanvas ul.navbar > li > ul > li.current_page_parent > a {
          color: #183330;
          text-decoration: none; }
        #offcanvas ul.navbar > li > ul > li:last-child {
          padding-bottom: 0; }

body.single-reinvention #offcanvas ul.navbar > li.current_page_parent > a {
  background-color: #183330; }

body.single-reinvention #offcanvas ul.navbar > li.reinventions > a {
  color: #FFFFFF;
  background-color: #005751;
  text-decoration: none; }

body.single-press #offcanvas ul.navbar > li.current_page_parent > a {
  background-color: #183330; }

body.single-press #offcanvas ul.navbar > li.press > a {
  color: #FFFFFF;
  background-color: #005751;
  text-decoration: none; }

.navbar-toggle {
  position: fixed;
  top: 0;
  right: 20px;
  display: block;
  background: none;
  height: 21px;
  width: 26px;
  margin: 15px 0 14px 0;
  padding: 0;
  border: none;
  z-index: 99;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  outline: none !important; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }
  body.toggle-nav .navbar-toggle {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  .navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active, .navbar-toggle:visited {
    outline: none;
    border: none;
    background: none; }
  .navbar-toggle .sr-only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: none; }
  .navbar-toggle span.icon-bar {
    position: relative;
    display: block;
    width: 26px;
    height: 3px;
    background-color: #005751;
    margin: 0 0 4px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .25s linear; }
    body.toggle-nav .navbar-toggle span.icon-bar {
      background-color: #FFFFFF; }
      body.toggle-nav .navbar-toggle span.icon-bar:nth-child(2) {
        -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
                transform: translate3d(0, 7px, 0) rotate(45deg);
        -webkit-transform-origin: 50% 53%; }
      body.toggle-nav .navbar-toggle span.icon-bar:nth-child(3) {
        opacity: 0; }
      body.toggle-nav .navbar-toggle span.icon-bar:last-child {
        -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
                transform: translate3d(0, -7px, 0) rotate(-45deg);
        -webkit-transform-origin: 50% 53%; }
    .navbar-toggle span.icon-bar:last-child {
      margin-bottom: 0; }
      body.toggle-nav .navbar-toggle span.icon-bar:last-child {
        -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
                transform: translate3d(0, -7px, 0) rotate(-45deg);
        -webkit-transform-origin: 50% 53%; }

header {
  width: 100%;
  z-index: 2; }
  header nav.main-nav {
    display: none; }
    @media (min-width: 992px) {
      header nav.main-nav {
        display: block;
        background-color: #183330; } }
  header ul.navbar {
    float: right;
    margin: 0;
    padding: 0; }
    header ul.navbar > li {
      position: relative;
      float: left;
      list-style: none;
      padding: 0 5px; }
      @media (min-width: 1200px) {
        header ul.navbar > li {
          padding: 0 10px; } }
      header ul.navbar > li.menu-item-has-children > a:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-top: -2px;
        margin-left: 4px;
        vertical-align: middle; }
      header ul.navbar > li > a {
        position: relative;
        display: block;
        padding: 7px 5px;
        color: #b98652;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        line-height: 1;
        transition: border-color .25s linear, color .25s linear; }
      header ul.navbar > li a:hover,
      header ul.navbar > li.current-menu-item > a,
      header ul.navbar > li.current_page_parent > a {
        color: #e0b88f;
        text-decoration: none; }
      header ul.navbar > li:hover .sub-menu {
        display: block; }
    header ul.navbar .sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      background-color: #005751;
      margin: 0;
      padding: 10px 0;
      min-width: 200px;
      z-index: 1; }
      header ul.navbar .sub-menu > li {
        margin: 0;
        padding: 0;
        list-style: none; }
        header ul.navbar .sub-menu > li > a {
          display: block;
          padding: 10px 60px 10px 20px;
          color: #FFFFFF;
          font-size: 14px;
          text-decoration: none;
          text-transform: uppercase;
          clear: both;
          white-space: nowrap;
          transition: color .25s linear; }
        header ul.navbar .sub-menu > li a:hover,
        header ul.navbar .sub-menu > li.current-menu-item > a {
          color: #183330;
          text-decoration: none; }

footer nav.footer-nav {
  display: none; }
  @media (min-width: 992px) {
    footer nav.footer-nav {
      display: block;
      background-color: #183330; } }

footer ul.navbar {
  margin: 0;
  padding: 0; }
  footer ul.navbar > li {
    position: relative;
    list-style: none;
    display: inline-block; }
    footer ul.navbar > li a:after {
      content: '|';
      width: 0;
      height: 0;
      margin-left: 4px;
      vertical-align: middle; }
    footer ul.navbar > li:last-child a:after {
      content: ''; }
    footer ul.navbar > li > a {
      position: relative;
      display: block;
      color: #b98652;
      font-size: 12px;
      font-weight: 400;
      text-decoration: none;
      line-height: 1;
      transition: border-color .25s linear, color .25s linear; }
    footer ul.navbar > li a:hover,
    footer ul.navbar > li.current-menu-item > a {
      color: #e0b88f;
      text-decoration: none; }
    footer ul.navbar > li:hover .sub-menu {
      display: block; }

/* ---------------------------------------------------------------------------------------------------------- 
05 Header ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #183330;
  padding: 10px 20px;
  height: 10vw;
  min-height: 60px;
  transition: all .25s linear; }
  @media (min-width: 992px) and (max-width: 1200px) {
    header {
      padding: 30px 0;
      height: 7vw;
      min-height: 80px;
      transition: all .25s linear; } }
  @media (min-width: 1200px) {
    header {
      padding: 30px 0;
      height: 7vw;
      min-height: 130px;
      transition: all .25s linear; } }
  header .container {
    display: none; }
    @media (min-width: 992px) {
      header .container {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px; } }

.logo {
  display: none; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .logo {
      display: block;
      width: 162px;
      height: 114px;
      background: url(../images/logo.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      margin-top: 0;
      transition: all .5s ease-in; } }
  @media (min-width: 992px) and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 992px) and (max-width: 1200px) and (min-resolution: 124.8dpi), (min-width: 992px) and (max-width: 1200px) and (min-resolution: 1.3dppx) {
    .logo {
      background: url(../images/logo@2x.png) no-repeat center center;
      background-size: contain; } }
  @media (min-width: 1200px) {
    .logo {
      display: block;
      width: 242px;
      height: 194px;
      background: url(../images/logo.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      margin-top: -2vw;
      transition: all .5s ease-in; } }
  @media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 1200px) and (min-resolution: 124.8dpi), (min-width: 1200px) and (min-resolution: 1.3dppx) {
    .logo {
      background: url(../images/logo@2x.png) no-repeat center center;
      background-size: contain; } }

body.scrolled header {
  min-height: 100px;
  transition: all .25s linear; }
  @media (min-width: 1200px) {
    body.scrolled header {
      min-height: 100px;
      transition: all .5s ease-in; } }

@media (min-width: 1200px) {
  body.scrolled .logo {
    display: block;
    width: 150px;
    height: 121px;
    background: url(../images/logo-scrolled.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    margin-top: -2vw;
    transition: all .5s ease-in; } }
  @media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 1200px) and (min-resolution: 124.8dpi), (min-width: 1200px) and (min-resolution: 1.3dppx) {
    body.scrolled .logo {
      background: url(../images/logo-scrolled@2x.png) no-repeat center center;
      background-size: contain; } }

.logo-mini {
  display: block;
  float: left;
  width: 150px;
  height: 121px;
  background: url(../images/logo-mini.png) no-repeat center center;
  background-size: contain;
  position: absolute; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
    .logo-mini {
      background: url(../images/logo-mini@2x.png) no-repeat center center;
      background-size: contain; } }
  @media (min-width: 992px) {
    .logo-mini {
      display: none; } }

/* ---------------------------------------------------------------------------------------------------------- 
06 Footer ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
footer {
  padding: 30px 0;
  background-color: #183330;
  text-align: center;
  color: #b98652; }
  footer img {
    display: block;
    margin: auto; }
    footer img.footer-logo {
      margin-bottom: 30px; }
  footer .statement {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 60px; }
  footer .copy {
    font-size: 12px;
    font-weight: 400; }
    footer .copy a {
      color: #333333; }
      footer .copy a:hover {
        text-decoration: underline;
        color: #333333; }

.escape-the-ordinary {
  background: url("../images/green-marble.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 200px;
  background-color: #183330; }
  .escape-the-ordinary p, .escape-the-ordinary h2 {
    color: #ffffff; }
  .escape-the-ordinary .button {
    background-color: #ffffff;
    color: #183330; }
    .escape-the-ordinary .button:hover {
      background-color: transparent;
      color: #ffffff; }
  @media (min-width: 768px) {
    .escape-the-ordinary .border-right {
      border-right: 1px solid #ffffff; } }
  .escape-the-ordinary .social-icons {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .escape-the-ordinary .social-icons {
        margin-top: 0;
        padding-left: 20px !important; } }
    .escape-the-ordinary .social-icons a {
      display: inline-block;
      width: 3.25rem;
      height: 3.25rem;
      line-height: 3.25rem;
      color: #fff;
      background-color: transparent;
      border: 1px solid #ffffff;
      font-size: 1.3rem;
      margin: 0 5px;
      text-align: center;
      margin-bottom: 50px; }
      .escape-the-ordinary .social-icons a .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }

/* ---------------------------------------------------------------------------------------------------------- 
07 Homepage ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
  body.home .col-lg-5 {
    padding: 0; } }

.slider div.slick-slide img, .as-seen-in-slider div.slick-slide img {
  display: block;
  margin: 0 auto; }

.slider button.slick-arrow, .as-seen-in-slider button.slick-arrow {
  display: none !important; }

.slider ul.slick-dots, .as-seen-in-slider ul.slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 30px; }
  .slider ul.slick-dots li, .as-seen-in-slider ul.slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0 5px; }
    .slider ul.slick-dots li button, .as-seen-in-slider ul.slick-dots li button {
      border: none;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 0;
      text-indent: -9999px;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
    .slider ul.slick-dots li.slick-active button, .as-seen-in-slider ul.slick-dots li.slick-active button {
      background-color: white; }

.as-seen-in-slider ul.slick-dots {
  margin-top: 0; }

.services-slider p {
  text-transform: uppercase;
  letter-spacing: 3px; }

.services-slider .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  text-indent: -9999px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: none; }
  .services-slider .slick-arrow:focus {
    outline: none; }
  .services-slider .slick-arrow:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: 0;
    text-align: center;
    padding: 8px 0;
    color: #ffffff;
    z-index: 1;
    transition: color .25s linear; }
  .services-slider .slick-arrow:hover:after {
    color: #FFFFFF; }
  .services-slider .slick-arrow.slick-prev {
    left: -10px; }
    @media (min-width: 768px) {
      .services-slider .slick-arrow.slick-prev {
        left: 0; } }
    .services-slider .slick-arrow.slick-prev:after {
      content: "\f053"; }
  .services-slider .slick-arrow.slick-next {
    right: -10px; }
    @media (min-width: 768px) {
      .services-slider .slick-arrow.slick-next {
        right: 0; } }
    .services-slider .slick-arrow.slick-next:after {
      content: "\f054"; }

.services-slider ul.slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 30px; }
  .services-slider ul.slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0 5px; }
    .services-slider ul.slick-dots li button {
      border: none;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 0;
      text-indent: -9999px;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
    .services-slider ul.slick-dots li.slick-active button {
      background-color: white; }

.news-feed {
  background-color: #F3F3F7; }

.container.icon {
  margin-bottom: -80px;
  z-index: 1; }

.container.icon2 {
  margin-bottom: -90px;
  z-index: 1; }
  @media (min-width: 992px) {
    .container.icon2 {
      margin-bottom: -180px; } }

.container.icon3 {
  margin-bottom: -180px;
  z-index: 1;
  text-align: center; }

.reinventions-container {
  position: relative;
  z-index: -1; }
  .reinventions-container .image {
    height: 20vw;
    min-height: 320px;
    display: block;
    width: 100%;
    background-size: cover; }
    @media (min-width: 992px) {
      .reinventions-container .image {
        height: 20vw;
        min-height: 400px; } }
  .reinventions-container .header-content-container {
    text-align: center; }
    @media (min-width: 768px) {
      .reinventions-container .header-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .reinventions-container .header-content-container {
      display: block; } }
    .reinventions-container .header-content-container .max-height {
      height: 100%;
      padding: 0; }
    .reinventions-container .header-content-container .content {
      background-color: #005751;
      padding: 20px;
      text-align: center;
      color: #ffffff; }
      @media (min-width: 768px) {
        .reinventions-container .header-content-container .content {
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; } }
      .reinventions-container .header-content-container .content .button {
        margin: 25px 0; }
    .reinventions-container .header-content-container h2 {
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 0; }

.treasury-container {
  position: relative;
  z-index: -1; }
  .treasury-container .image {
    height: 20vw;
    min-height: 320px;
    display: block;
    width: 100%;
    background-size: cover; }
    @media (min-width: 992px) {
      .treasury-container .image {
        height: 20vw;
        min-height: 400px; } }
  .treasury-container .header-content-container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .treasury-container .header-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .treasury-container .header-content-container {
      display: block; } }
    .treasury-container .header-content-container .max-height {
      height: 100%;
      padding: 0; }
    .treasury-container .header-content-container .content {
      background-color: #0a3942;
      padding: 20px;
      text-align: center;
      color: #ffffff; }
      @media (min-width: 768px) {
        .treasury-container .header-content-container .content {
          height: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .treasury-container .header-content-container .content .button {
        margin: 25px 0; }
    .treasury-container .header-content-container h2 {
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 0; }

.living-the-dream-container {
  position: relative;
  z-index: -1;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .living-the-dream-container {
      margin-bottom: 50px; } }
  .living-the-dream-container .image {
    height: 20vw;
    min-height: 320px;
    display: block;
    width: 100%;
    background-size: cover; }
    @media (min-width: 992px) {
      .living-the-dream-container .image {
        height: 20vw;
        min-height: 400px; } }
  .living-the-dream-container .header-content-container {
    text-align: center; }
    @media (min-width: 768px) {
      .living-the-dream-container .header-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .living-the-dream-container .header-content-container {
      display: block; } }
    .living-the-dream-container .header-content-container .max-height {
      height: 100%;
      padding: 0; }
    .living-the-dream-container .header-content-container .content {
      background-color: #d28233;
      padding: 20px;
      text-align: center;
      color: #ffffff; }
      @media (min-width: 768px) {
        .living-the-dream-container .header-content-container .content {
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; } }
      .living-the-dream-container .header-content-container .content .button {
        margin: 25px 0; }
    .living-the-dream-container .header-content-container h2 {
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 0; }

section.about a {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  section.about p {
    margin-bottom: 50px; } }

section.about .signature {
  float: right;
  margin-top: -30px; }

section.testimonial {
  background-color: #72283c;
  margin-top: 30px;
  color: #ffffff;
  padding: 100px 0;
  text-align: center; }
  @media (min-width: 768px) {
    section.testimonial {
      margin-top: 60px; } }

section.as-seen-in {
  text-align: center;
  padding-bottom: 30px; }

/* ---------------------------------------------------------------------------------------------------------- 
08 Pages ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
body.page-template-reinventions header ul.navbar > li.current_page_parent > a, body.single-reinvention header ul.navbar > li.current_page_parent > a, body.archive header ul.navbar > li.current_page_parent > a {
  color: #b98652; }

body.page-template-reinventions .categories, body.single-reinvention .categories, body.archive .categories {
  margin-top: 5vw; }
  body.page-template-reinventions .categories ul, body.single-reinvention .categories ul, body.archive .categories ul {
    list-style: none; }
    body.page-template-reinventions .categories ul li, body.single-reinvention .categories ul li, body.archive .categories ul li {
      display: inline-block;
      border-right: 1px solid #333333;
      outline: none; }
      body.page-template-reinventions .categories ul li:last-child, body.single-reinvention .categories ul li:last-child, body.archive .categories ul li:last-child {
        border-right: none; }
      body.page-template-reinventions .categories ul li.active a, body.single-reinvention .categories ul li.active a, body.archive .categories ul li.active a {
        color: #72283c;
        text-transform: uppercase; }

body.page-template-reinventions .wrapper article.reinvention, body.page-template-reinventions .wrapper article.press, body.single-reinvention .wrapper article.reinvention, body.single-reinvention .wrapper article.press, body.archive .wrapper article.reinvention, body.archive .wrapper article.press {
  min-height: 360px;
  margin-bottom: 20px;
  transition: all .5s linear; }
  body.page-template-reinventions .wrapper article.reinvention .post-hover, body.page-template-reinventions .wrapper article.press .post-hover, body.single-reinvention .wrapper article.reinvention .post-hover, body.single-reinvention .wrapper article.press .post-hover, body.archive .wrapper article.reinvention .post-hover, body.archive .wrapper article.press .post-hover {
    opacity: 0;
    background-color: #183330;
    min-height: 360px;
    height: 100%;
    width: 100%;
    transition: all .5s linear;
    position: relative; }
    body.page-template-reinventions .wrapper article.reinvention .post-hover .hover-content, body.page-template-reinventions .wrapper article.press .post-hover .hover-content, body.single-reinvention .wrapper article.reinvention .post-hover .hover-content, body.single-reinvention .wrapper article.press .post-hover .hover-content, body.archive .wrapper article.reinvention .post-hover .hover-content, body.archive .wrapper article.press .post-hover .hover-content {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 25px; }
      body.page-template-reinventions .wrapper article.reinvention .post-hover .hover-content a.button, body.page-template-reinventions .wrapper article.press .post-hover .hover-content a.button, body.single-reinvention .wrapper article.reinvention .post-hover .hover-content a.button, body.single-reinvention .wrapper article.press .post-hover .hover-content a.button, body.archive .wrapper article.reinvention .post-hover .hover-content a.button, body.archive .wrapper article.press .post-hover .hover-content a.button {
        margin-top: 10px; }
    body.page-template-reinventions .wrapper article.reinvention .post-hover h2, body.page-template-reinventions .wrapper article.press .post-hover h2, body.single-reinvention .wrapper article.reinvention .post-hover h2, body.single-reinvention .wrapper article.press .post-hover h2, body.archive .wrapper article.reinvention .post-hover h2, body.archive .wrapper article.press .post-hover h2 {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 0; }
      body.page-template-reinventions .wrapper article.reinvention .post-hover h2 a, body.page-template-reinventions .wrapper article.press .post-hover h2 a, body.single-reinvention .wrapper article.reinvention .post-hover h2 a, body.single-reinvention .wrapper article.press .post-hover h2 a, body.archive .wrapper article.reinvention .post-hover h2 a, body.archive .wrapper article.press .post-hover h2 a {
        color: #ffffff; }
    body.page-template-reinventions .wrapper article.reinvention .post-hover p, body.page-template-reinventions .wrapper article.press .post-hover p, body.single-reinvention .wrapper article.reinvention .post-hover p, body.single-reinvention .wrapper article.press .post-hover p, body.archive .wrapper article.reinvention .post-hover p, body.archive .wrapper article.press .post-hover p {
      text-align: center; }
    body.page-template-reinventions .wrapper article.reinvention .post-hover .meta, body.page-template-reinventions .wrapper article.press .post-hover .meta, body.single-reinvention .wrapper article.reinvention .post-hover .meta, body.single-reinvention .wrapper article.press .post-hover .meta, body.archive .wrapper article.reinvention .post-hover .meta, body.archive .wrapper article.press .post-hover .meta {
      font-size: 0.8em;
      font-style: italic;
      color: #005751;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        body.page-template-reinventions .wrapper article.reinvention .post-hover .meta, body.page-template-reinventions .wrapper article.press .post-hover .meta, body.single-reinvention .wrapper article.reinvention .post-hover .meta, body.single-reinvention .wrapper article.press .post-hover .meta, body.archive .wrapper article.reinvention .post-hover .meta, body.archive .wrapper article.press .post-hover .meta {
          margin-bottom: 40px; } }
      body.page-template-reinventions .wrapper article.reinvention .post-hover .meta a, body.page-template-reinventions .wrapper article.press .post-hover .meta a, body.single-reinvention .wrapper article.reinvention .post-hover .meta a, body.single-reinvention .wrapper article.press .post-hover .meta a, body.archive .wrapper article.reinvention .post-hover .meta a, body.archive .wrapper article.press .post-hover .meta a {
        font-style: normal;
        color: #005751; }
        body.page-template-reinventions .wrapper article.reinvention .post-hover .meta a:hover, body.page-template-reinventions .wrapper article.press .post-hover .meta a:hover, body.single-reinvention .wrapper article.reinvention .post-hover .meta a:hover, body.single-reinvention .wrapper article.press .post-hover .meta a:hover, body.archive .wrapper article.reinvention .post-hover .meta a:hover, body.archive .wrapper article.press .post-hover .meta a:hover {
          color: #ffffff; }
  body.page-template-reinventions .wrapper article.reinvention:hover .post-hover, body.page-template-reinventions .wrapper article.press:hover .post-hover, body.single-reinvention .wrapper article.reinvention:hover .post-hover, body.single-reinvention .wrapper article.press:hover .post-hover, body.archive .wrapper article.reinvention:hover .post-hover, body.archive .wrapper article.press:hover .post-hover {
    opacity: 1;
    transition: all .5s linear; }

body.page-template-reinventions section.portfolio-opening, body.single-reinvention section.portfolio-opening, body.archive section.portfolio-opening {
  text-align: center; }
  body.page-template-reinventions section.portfolio-opening a, body.single-reinvention section.portfolio-opening a, body.archive section.portfolio-opening a {
    color: #333333;
    padding: 0 10px; }

body.page-template-reinventions section.posts, body.single-reinvention section.posts, body.archive section.posts {
  margin-bottom: 50px; }

body.page-template-reinventions article.press, body.single-reinvention article.press, body.archive article.press {
  border: #183330 solid 1px; }

body.page-template-press header ul.navbar > li.current_page_parent > a {
  color: #b98652; }

body.page-template-press .categories {
  margin-top: 5vw; }

body.page-template-press .wrapper article.reinvention, body.page-template-press .wrapper article.press {
  min-height: 360px;
  margin-bottom: 20px;
  transition: all .5s linear; }
  body.page-template-press .wrapper article.reinvention .post-hover, body.page-template-press .wrapper article.press .post-hover {
    opacity: 0;
    background-color: #183330;
    min-height: 360px;
    height: 100%;
    width: 100%;
    transition: all .5s linear;
    position: relative; }
    body.page-template-press .wrapper article.reinvention .post-hover .hover-content, body.page-template-press .wrapper article.press .post-hover .hover-content {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 25px; }
      body.page-template-press .wrapper article.reinvention .post-hover .hover-content a.button, body.page-template-press .wrapper article.press .post-hover .hover-content a.button {
        margin-top: 10px; }
    body.page-template-press .wrapper article.reinvention .post-hover h2, body.page-template-press .wrapper article.press .post-hover h2 {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 0; }
      body.page-template-press .wrapper article.reinvention .post-hover h2 a, body.page-template-press .wrapper article.press .post-hover h2 a {
        color: #ffffff; }
    body.page-template-press .wrapper article.reinvention .post-hover p, body.page-template-press .wrapper article.press .post-hover p {
      text-align: center; }
    body.page-template-press .wrapper article.reinvention .post-hover .meta, body.page-template-press .wrapper article.press .post-hover .meta {
      font-size: 0.8em;
      font-style: italic;
      color: #005751;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        body.page-template-press .wrapper article.reinvention .post-hover .meta, body.page-template-press .wrapper article.press .post-hover .meta {
          margin-bottom: 40px; } }
      body.page-template-press .wrapper article.reinvention .post-hover .meta a, body.page-template-press .wrapper article.press .post-hover .meta a {
        font-style: normal;
        color: #005751; }
        body.page-template-press .wrapper article.reinvention .post-hover .meta a:hover, body.page-template-press .wrapper article.press .post-hover .meta a:hover {
          color: #ffffff; }
  body.page-template-press .wrapper article.reinvention:hover .post-hover, body.page-template-press .wrapper article.press:hover .post-hover {
    opacity: 1;
    transition: all .5s linear; }

body.page-template-press section.portfolio-opening {
  text-align: center; }
  body.page-template-press section.portfolio-opening a {
    color: #333333;
    padding: 0 10px; }

body.page-template-press section.posts {
  margin-bottom: 50px; }

body.page-template-press article.press {
  border: #183330 solid 1px; }

@media (min-width: 768px) {
  html.cssgrid body.page-template-press .wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    html.cssgrid body.page-template-press .wrapper {
      -ms-grid-columns: 30% 30% 30%;
          grid-template-columns: 30% 30% 30%; } }

@media (min-width: 768px) {
  html.cssgrid body.page-template-reinventions .wrapper, html.cssgrid body.single-reinvention .wrapper, html.cssgrid body.archive .wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px; }
    html.cssgrid body.page-template-reinventions .wrapper article.reinvention, html.cssgrid body.single-reinvention .wrapper article.reinvention, html.cssgrid body.archive .wrapper article.reinvention {
      color: #fff;
      background-size: cover;
      min-height: 360px;
      margin-bottom: 0; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(1), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(1), html.cssgrid body.archive .wrapper article.reinvention:nth-child(1) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(2), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(2), html.cssgrid body.archive .wrapper article.reinvention:nth-child(2) {
        -ms-grid-row: 1;
            grid-row: 1;
        -ms-grid-column-span: 2;
        -ms-grid-column: 2;
            grid-column: 2 / span 2; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(3), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(3), html.cssgrid body.archive .wrapper article.reinvention:nth-child(3) {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
        -ms-grid-row: 2;
            grid-row: 2; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(4), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(4), html.cssgrid body.archive .wrapper article.reinvention:nth-child(4) {
        -ms-grid-column: 3;
            grid-column: 3;
        -ms-grid-row-span: 2;
        -ms-grid-row: 2;
            grid-row: 2 / span 2; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(5), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(5), html.cssgrid body.archive .wrapper article.reinvention:nth-child(5) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(6), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(6), html.cssgrid body.archive .wrapper article.reinvention:nth-child(6) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(7), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(7), html.cssgrid body.archive .wrapper article.reinvention:nth-child(7) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(8), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(8), html.cssgrid body.archive .wrapper article.reinvention:nth-child(8) {
        -ms-grid-row: 4;
            grid-row: 4;
        -ms-grid-column-span: 2;
        -ms-grid-column: 2;
            grid-column: 2 / span 2; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(9), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(9), html.cssgrid body.archive .wrapper article.reinvention:nth-child(9) {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
        -ms-grid-row: 5;
            grid-row: 5; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(10), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(10), html.cssgrid body.archive .wrapper article.reinvention:nth-child(10) {
        -ms-grid-column: 3;
            grid-column: 3;
        -ms-grid-row-span: 2;
        -ms-grid-row: 5;
            grid-row: 5 / span 2; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(11), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(11), html.cssgrid body.archive .wrapper article.reinvention:nth-child(11) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(12), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(12), html.cssgrid body.archive .wrapper article.reinvention:nth-child(12) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(13), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(13), html.cssgrid body.archive .wrapper article.reinvention:nth-child(13) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(14), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(14), html.cssgrid body.archive .wrapper article.reinvention:nth-child(14) {
        -ms-grid-row: 7;
            grid-row: 7;
        -ms-grid-column-span: 2;
        -ms-grid-column: 2;
            grid-column: 2 / span 2; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(15), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(15), html.cssgrid body.archive .wrapper article.reinvention:nth-child(15) {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
        -ms-grid-row: 8;
            grid-row: 8; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(16), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(16), html.cssgrid body.archive .wrapper article.reinvention:nth-child(16) {
        -ms-grid-column: 3;
            grid-column: 3;
        -ms-grid-row-span: 2;
        -ms-grid-row: 8;
            grid-row: 8 / span 2; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(17), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(17), html.cssgrid body.archive .wrapper article.reinvention:nth-child(17) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      html.cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(18), html.cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(18), html.cssgrid body.archive .wrapper article.reinvention:nth-child(18) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1; } }

@media (min-width: 768px) {
  html.no-cssgrid body.page-template-press .wrapper {
    display: block; }
    html.no-cssgrid body.page-template-press .wrapper article {
      width: 100%;
      display: inline-block; } }
    @media (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
      html.no-cssgrid body.page-template-press .wrapper article {
        width: 50%; } }
    @media (min-width: 768px) and (min-width: 992px) {
      html.no-cssgrid body.page-template-press .wrapper article {
        width: 33%; } }

@media (min-width: 768px) {
  html.no-cssgrid body.page-template-reinventions .wrapper, html.no-cssgrid body.single-reinvention .wrapper, html.no-cssgrid body.archive .wrapper {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    display: block; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    html.no-cssgrid body.page-template-reinventions .wrapper, html.no-cssgrid body.single-reinvention .wrapper, html.no-cssgrid body.archive .wrapper {
      -ms-grid-columns: 30% 30% 30%;
          grid-template-columns: 30% 30% 30%; } }

@media (min-width: 768px) {
    html.no-cssgrid body.page-template-reinventions .wrapper article, html.no-cssgrid body.single-reinvention .wrapper article, html.no-cssgrid body.archive .wrapper article {
      width: 100%;
      display: inline-block; } }
    @media (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
      html.no-cssgrid body.page-template-reinventions .wrapper article, html.no-cssgrid body.single-reinvention .wrapper article, html.no-cssgrid body.archive .wrapper article {
        width: 50%; } }
    @media (min-width: 768px) and (min-width: 992px) {
      html.no-cssgrid body.page-template-reinventions .wrapper article, html.no-cssgrid body.single-reinvention .wrapper article, html.no-cssgrid body.archive .wrapper article {
        width: 33%; } }

@media (min-width: 768px) {
    html.no-cssgrid body.page-template-reinventions .wrapper article.reinvention, html.no-cssgrid body.single-reinvention .wrapper article.reinvention, html.no-cssgrid body.archive .wrapper article.reinvention {
      color: #fff;
      background-size: cover;
      min-height: 360px;
      margin-bottom: 0; }
      html.no-cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(1), html.no-cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(1), html.no-cssgrid body.archive .wrapper article.reinvention:nth-child(1) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      html.no-cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(2), html.no-cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(2), html.no-cssgrid body.archive .wrapper article.reinvention:nth-child(2) {
        -ms-grid-row: 1;
            grid-row: 1;
        -ms-grid-column-span: 2;
        -ms-grid-column: 2;
            grid-column: 2 / span 2; }
      html.no-cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(3), html.no-cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(3), html.no-cssgrid body.archive .wrapper article.reinvention:nth-child(3) {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
        -ms-grid-row: 2;
            grid-row: 2; }
      html.no-cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(4), html.no-cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(4), html.no-cssgrid body.archive .wrapper article.reinvention:nth-child(4) {
        -ms-grid-column: 3;
            grid-column: 3;
        -ms-grid-row-span: 2;
        -ms-grid-row: 2;
            grid-row: 2 / span 2; }
      html.no-cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(5), html.no-cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(5), html.no-cssgrid body.archive .wrapper article.reinvention:nth-child(5) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      html.no-cssgrid body.page-template-reinventions .wrapper article.reinvention:nth-child(6), html.no-cssgrid body.single-reinvention .wrapper article.reinvention:nth-child(6), html.no-cssgrid body.archive .wrapper article.reinvention:nth-child(6) {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1; } }

section.posts .background-image {
  margin-bottom: 40px; }

section.treasury-opening {
  text-align: center;
  padding-bottom: 0; }

section.living-the-dream-opening {
  text-align: center; }

body.archive .categories {
  margin-top: 0; }
  body.archive .categories p {
    margin-bottom: 0; }

body.archive .portfolio-opening {
  padding-bottom: 0; }

body.single .mobile-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  body.single .mobile-navigation > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  body.single .mobile-navigation > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

@media (min-width: 992px) {
  body.single .mobile-navigation {
    display: inline-block; } }

body.single-reinvention h2 {
  margin-bottom: 0;
  text-align: center; }

body.single-reinvention .meta {
  font-size: 0.8em;
  font-style: italic;
  color: #333333;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 992px) {
    body.single-reinvention .meta {
      margin-bottom: 50px; } }
  body.single-reinvention .meta a {
    font-style: normal;
    color: #333333; }
    body.single-reinvention .meta a:hover {
      color: #333333; }

body.single-reinvention section.title {
  padding-top: 30px; }
  @media (min-width: 992px) {
    body.single-reinvention section.title {
      padding-top: 60px; } }

body.single-reinvention .gallery-description p {
  text-align: center; }
  body.single-reinvention .gallery-description p:nth-child(1) {
    margin-top: 30px; }
  body.single-reinvention .gallery-description p:last-child {
    margin-bottom: 60px; }
  @media (min-width: 992px) {
    body.single-reinvention .gallery-description p:nth-child(1) {
      margin-top: 60px; }
    body.single-reinvention .gallery-description p:last-child {
      margin-bottom: 120px; } }

body.single-reinvention .gallery-description a.button {
  background-color: #183330;
  color: #ffffff;
  margin: auto;
  margin-bottom: 20px; }

body.single-reinvention li.reinventions a {
  color: #e0b88f; }

body.page-template-living-the-dream .posts {
  margin-bottom: 80px; }

body.page-template-living-the-dream article {
  padding: 10px; }

body.page-template-living-the-dream .dream-content {
  margin-top: 20px; }
  body.page-template-living-the-dream .dream-content a {
    color: #333333; }
  body.page-template-living-the-dream .dream-content .title {
    text-transform: uppercase;
    margin-bottom: 10px; }
  body.page-template-living-the-dream .dream-content p {
    font-size: 13px; }
  body.page-template-living-the-dream .dream-content p:last-child {
    margin-bottom: 0; }

body.page-template-living-the-dream .dream-image img {
  width: 100%; }

@media (min-width: 992px) {
  body.page-template-living-the-dream .dream-image {
    position: relative; }
  body.page-template-living-the-dream .dream-content {
    position: absolute;
    top: 0;
    margin-top: 0;
    color: #333333;
    text-align: center; }
    body.page-template-living-the-dream .dream-content .background {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 40px 15px;
      margin-left: 25px; }
      body.page-template-living-the-dream .dream-content .background p {
        font-size: 13px; } }

body.page-template-work-with-jane section.content h2.title {
  text-align: center; }

body.page-template-work-with-jane section.content .row {
  margin-bottom: 30px; }

.testimonial-container {
  background-color: #72283c;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .testimonial-container {
      padding: 100px 0; } }

body.single-press header ul.navbar > li.current_page_parent > a {
  color: #b98652; }

body.single-press header ul.navbar > li.press > a {
  color: #e0b88f; }

body.single-press section.title {
  padding: 50px 0; }
  body.single-press section.title h2 {
    text-align: center; }

body.single-press .press-items img {
  border: 1px solid rgba(24, 51, 48, 0.1); }

.contact-opening {
  text-align: center; }

body.single-reinvention .slider-for {
  display: none; }
  @media (min-width: 768px) {
    body.single-reinvention .slider-for {
      display: block; } }

body.single-reinvention .slider-nav {
  display: block; }
  @media (min-width: 768px) {
    body.single-reinvention .slider-nav {
      display: none; } }
  body.single-reinvention .slider-nav > div img {
    display: block;
    margin: 10px auto;
    width: 90%; }
    @media (min-width: 576px) {
      body.single-reinvention .slider-nav > div img {
        width: 80%; } }

/* ---------------------------------------------------------------------------------------------------------- 
09 Blog ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.news-feed article.post {
  padding: 20px;
  background-color: #FFFFFF;
  border: none; }
  .news-feed article.post img {
    display: block;
    margin: 0 0 20px 0; }
  .news-feed article.post a {
    color: #183330; }
    .news-feed article.post a:hover {
      color: #333333; }
  .news-feed article.post .button {
    display: block; }

.search.search-results h1 {
  margin: 0; }

.search .num-results {
  color: #AAAAAA;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  font-size: 13px; }

.search article {
  border-bottom: 2px solid #183330;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0; }

.search p.error {
  color: #72283c; }

article.post p a {
  text-decoration: underline; }

article.post.sticky {
  padding: 30px 30px 60px 30px;
  background-color: #F3F3F3; }

article.post img {
  display: block; }

article.post h2 {
  color: #FFFFFF;
  margin: 0 0 10px 0; }

article.post .meta {
  font-size: 12px; }

article.post .more-link {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Libre Baskerville", serif; }

img.attachment-post {
  display: block;
  width: 100%;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) {
    img.attachment-post {
      float: right;
      width: auto;
      margin: 0 0 20px 20px; } }

article.related {
  margin: 0; }
  article.related img {
    display: block;
    margin: 0 0 10px 0; }
  article.related h3 {
    margin: 0; }
  article.related p {
    font-size: 13px; }

a.italic {
  font-style: italic; }

body.blog article.post {
  margin-bottom: 60px; }
  body.blog article.post img {
    display: block; }
  body.blog article.post .post-header {
    background-color: #ffffff;
    margin: 10px 10px 30px 10px;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #333333;
    min-height: 100px;
    text-align: center; }
  body.blog article.post a {
    color: #333333;
    text-transform: uppercase;
    text-align: center; }

body.single a {
  color: #333333; }

body.single .single-title {
  margin-bottom: 0; }

body.single span.posted-on {
  font-size: 14px;
  font-style: italic; }
  body.single span.posted-on a {
    font-style: normal; }

body.single article.post h2 {
  color: #333333; }

body.single article.post img {
  margin-bottom: 30px; }

body.single .quote {
  font-style: italic; }

body.single .credit {
  font-size: 0.8em; }

/* ---------------------------------------------------------------------------------------------------------- 
10 Sidebar ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
aside .widget {
  background-color: #F7F7F7;
  padding: 20px;
  margin: 0 0 30px 0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }
  aside .widget h3 {
    border-bottom: 1px solid #E3E3E3;
    font-size: 22px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0; }

aside ul {
  margin: 0;
  padding: 0; }
  aside ul li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0; }
    aside ul li a, aside ul li a:visited {
      display: block;
      padding: 5px 0;
      color: #333333;
      font-family: "Libre Baskerville", serif;
      font-size: 14px;
      font-weight: 400;
      text-decoration: none;
      transition: background-color .25s linear; }
    aside ul li.current_page_item a,
    aside ul li a:hover {
      color: #4E94BD;
      font-weight: 700; }

aside #recentcomments a:hover {
  color: #183330;
  background: none; }

aside > a, aside > img {
  display: block;
  margin: 0 auto 30px auto;
  text-align: center; }

/* ---------------------------------------------------------------------------------------------------------- 
11 Buttons ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
a.button,
.button,
button,
.submit-wrap input {
  display: inline-block;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 11px 40px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: .5px;
  -webkit-appearance: none;
  transition: all .5s linear;
  font-size: 12px; }
  a.button:hover,
  .button:hover,
  button:hover,
  .submit-wrap input:hover {
    background: white;
    color: #333333;
    border: 1px solid #ffffff;
    transition: all .5s linear; }
  a.button.burgundy,
  .button.burgundy,
  button.burgundy,
  .submit-wrap input.burgundy {
    border-color: #72283c;
    color: #72283c;
    transition: all .5s linear; }
    a.button.burgundy:hover,
    .button.burgundy:hover,
    button.burgundy:hover,
    .submit-wrap input.burgundy:hover {
      background: #72283c;
      color: #ffffff;
      border: 1px solid #72283c;
      transition: all .5s linear; }

body.home article.post p a {
  text-decoration: none;
  color: #ffffff; }

body.home .slider-container a {
  color: #ffffff; }

.slider-image .image {
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

.slider-for-dream button.slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  background: none;
  padding: 0;
  margin: -34px 0 0 0;
  font-size: 30px;
  line-height: 64px;
  font-weight: 400;
  background-color: #b98652;
  color: #ffffff;
  padding: 0 25px;
  transition: color .25s linear;
  z-index: 1; }
  .slider-for-dream button.slick-arrow > i {
    position: relative;
    top: -2px;
    line-height: 32px;
    transition: color .25s linear; }
    .slider-for-dream button.slick-arrow > i:before {
      display: block;
      line-height: 64px; }
  .slider-for-dream button.slick-arrow:focus {
    outline: none; }
  .slider-for-dream button.slick-arrow.slick-prev {
    left: 0%; }
  .slider-for-dream button.slick-arrow.slick-next {
    right: 0%; }

/* ---------------------------------------------------------------------------------------------------------- 
12 Forms ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.searchform {
  margin-bottom: 30px; }
  .searchform input[type='search'] {
    float: left;
    width: 80%;
    font-size: 13px;
    padding: 5px;
    margin: 0;
    height: 27px;
    text-transform: uppercase;
    font-family: "Libre Baskerville", serif;
    color: #183330;
    border: 1px solid #183330;
    border-radius: 0;
    -webkit-appearance: none; }
  .searchform button {
    width: 20%;
    padding: 3px 10px;
    margin: 0;
    height: 27px;
    font-size: 13px;
    font-family: 'FontAwesome';
    border: 1px solid #183330;
    background: #183330;
    color: #FFFFFF; }

label {
  display: block;
  color: #333333;
  margin: 0 0 5px 0;
  font-size: 14px; }
  @media (min-width: 768px) {
    label {
      line-height: 42px;
      margin: 0; } }

input[type="text"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
  box-sizing: border-box;
  background: none;
  width: 100%;
  border: 1px solid #979797;
  color: #005751;
  padding: 12px 20px;
  margin: 0 0 30px 0;
  font-weight: 300;
  -webkit-appearance: none; }
  @media (min-width: 768px) {
    input[type="text"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    textarea {
      float: left;
      width: 80%; }
      input[type="text"]:last-child,
      input[type="url"]:last-child,
      input[type="search"]:last-child,
      input[type="tel"]:last-child,
      input[type="password"]:last-child,
      input[type="email"]:last-child,
      input[type="number"]:last-child,
      textarea:last-child {
        margin-bottom: 0; } }

select {
  -webkit-appearance: none;
  background: none;
  border-radius: 0;
  padding: 9px 20px;
  font-weight: 300;
  background: #FFFFFF url("../images/dropdown-arrow.png") no-repeat center right 20px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
    select {
      background: #FFFFFF url("../images/dropdown-arrow@2x.png") no-repeat center right 20px;
      background-size: 9px 4px; } }

.nf-form-title {
  display: none; }

.label-hidden .nf-field-description {
  width: 95% !important; }
  .label-hidden .nf-field-description p {
    color: #000000; }

.ninja-forms-form-wrap .nf-before-form-content {
  display: none; }

.ninja-forms-form-wrap .nf-row .nf-cell {
  float: none;
  width: 100% !important; }
  @media (min-width: 992px) {
    .ninja-forms-form-wrap .nf-row .nf-cell {
      float: left;
      width: 50% !important; } }
  .ninja-forms-form-wrap .nf-row .nf-cell:first-child {
    padding: 0; }
    @media (min-width: 992px) {
      .ninja-forms-form-wrap .nf-row .nf-cell:first-child {
        padding: 0 20px 0 0;
        border-right: 1px solid #FFFFFF; } }
    @media (min-width: 1200px) {
      .ninja-forms-form-wrap .nf-row .nf-cell:first-child {
        padding: 0 110px 0 0; } }
  .ninja-forms-form-wrap .nf-row .nf-cell:last-child {
    padding: 0; }
    @media (min-width: 992px) {
      .ninja-forms-form-wrap .nf-row .nf-cell:last-child {
        padding: 0 0 0 20px; } }
    @media (min-width: 1200px) {
      .ninja-forms-form-wrap .nf-row .nf-cell:last-child {
        padding: 0 110px 0 20px; } }
  .ninja-forms-form-wrap .nf-row .nf-cell .nf-field-container {
    margin: 0 0 20px 0; }
    @media (min-width: 992px) {
      .ninja-forms-form-wrap .nf-row .nf-cell .nf-field-container.phone-container, .ninja-forms-form-wrap .nf-row .nf-cell .nf-field-container.submit-container {
        margin: 0; } }

.ninja-forms-form-wrap .list-checkbox-wrap ul, .ninja-forms-form-wrap .list-radio-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ninja-forms-form-wrap .list-checkbox-wrap ul li, .ninja-forms-form-wrap .list-radio-wrap ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.ninja-forms-form-wrap .nf-field-container.label-hidden .nf-field-label {
  display: none; }

.ninja-forms-form-wrap .nf-field-container.label-hidden .nf-field-element {
  width: 100%; }

.ninja-forms-form-wrap .nf-field-container.label-above .nf-field-label {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-above .nf-field-label {
      margin: 0; } }

.ninja-forms-form-wrap .nf-field-container.label-below .nf-field-label {
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-below .nf-field-label {
      margin: 0; } }

.ninja-forms-form-wrap .nf-field-container.label-left .nf-field-label {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-left .nf-field-label {
      width: 20%;
      margin: 0;
      padding: 0 20px 0 0; } }

.ninja-forms-form-wrap .nf-field-container.label-left .nf-field-element {
  width: 100%; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-left .nf-field-element {
      width: 80%;
      margin: 0; } }

.ninja-forms-form-wrap .nf-field-container.label-right .nf-field-label {
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-right .nf-field-label {
      width: 20%;
      margin: 0;
      padding: 0 0 0 20px; } }

.ninja-forms-form-wrap .nf-field-container.label-right .nf-field-element {
  width: 100%; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-right .nf-field-element {
      width: 80%;
      margin: 0; } }

.ninja-forms-form-wrap .nf-field-container.label-right .nf-after-field .nf-error-msg {
  text-align: left; }

.ninja-forms-form-wrap .nf-field-container .nf-after-field {
  margin: 0;
  width: 100%; }
  .ninja-forms-form-wrap .nf-field-container .nf-after-field .nf-error-msg {
    width: 100%;
    margin: 0;
    text-align: right;
    font-size: 12px; }

.ninja-forms-form-wrap .nf-field .nf-field-label label {
  text-align: left;
  font-weight: 300;
  font-weight: 700; }

.ninja-forms-form-wrap .nf-field .nf-error .ninja-forms-field {
  border-color: #72283c; }

.ninja-forms-form-wrap .submit-container input.button {
  background-color: #FFFFFF;
  border: none;
  color: #333333;
  width: 100%;
  font-weight: 400; }

.nf-form-errors .nf-error-msg {
  background-color: #72283c;
  padding: 10px 20px;
  margin: 40px auto 0 auto;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF; }

.nf-response-msg {
  background-color: #183330;
  padding: 30px 20px;
  margin: 40px auto 0 auto;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  position: relative; }
  @media (min-width: 768px) {
    .nf-response-msg {
      width: 80%; } }
  @media (min-width: 992px) {
    .nf-response-msg {
      width: 60%; } }
  .nf-response-msg:before {
    content: "";
    display: inline-block;
    background-image: url("../images/tick.png");
    width: 70px;
    height: 70px;
    font-size: 60px;
    color: #FFFFFF;
    margin: 0 0 20px 0; }
  .nf-response-msg p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF; }

.forms .field-wrap input[type=button], .nf-form-cont .field-wrap input[type=button] {
  background-color: #72283c; }

.forms input[type="text"], .forms input[type="url"], .forms input[type="search"], .forms input[type="tel"], .forms input[type="password"], .forms input[type="email"], .forms input[type="number"], .nf-form-cont input[type="text"], .nf-form-cont input[type="url"], .nf-form-cont input[type="search"], .nf-form-cont input[type="tel"], .nf-form-cont input[type="password"], .nf-form-cont input[type="email"], .nf-form-cont input[type="number"] {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent; }

.forms input::-webkit-input-placeholder, .forms textarea::-webkit-input-placeholder, .nf-form-cont input::-webkit-input-placeholder, .nf-form-cont textarea::-webkit-input-placeholder {
  font-size: 0.9em;
  color: #333936; }

.forms input:-ms-input-placeholder, .forms textarea:-ms-input-placeholder, .nf-form-cont input:-ms-input-placeholder, .nf-form-cont textarea:-ms-input-placeholder {
  font-size: 0.9em;
  color: #333936; }

.forms input::placeholder, .forms textarea::placeholder, .nf-form-cont input::placeholder, .nf-form-cont textarea::placeholder {
  font-size: 0.9em;
  color: #333936; }

.forms #nf-field-16-wrap .nf-field-element, .nf-form-cont #nf-field-16-wrap .nf-field-element {
  width: 5%; }

.forms #nf-field-16-wrap .nf-field-label, .nf-form-cont #nf-field-16-wrap .nf-field-label {
  width: 95%; }

/* ---------------------------------------------------------------------------------------------------------- 
13 Tables ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
table {
  margin-bottom: 20px; }
  table tr {
    border: none;
    background: #F1F1F1; }
    table tr:nth-child(odd) {
      background: none; }
    table tr th, table tr td {
      padding: 10px; }

/* ---------------------------------------------------------------------------------------------------------- 
14 404 ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
body.error404 header ul.navbar > li.current_page_parent > a {
  color: #b98652; }

body.error404 .error {
  text-align: center; }

body.error404 .home {
  background-color: #72283c; }

/* ---------------------------------------------------------------------------------------------------------- 
15 Fonts ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*!
 *  Font Awesome 4.7.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%EF%B9%96v=4.7.0.eot");
  src: url("../fonts/fontawesome-webfont%EF%B9%96.eot#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff2") format("woff2"), url("../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff") format("woff"), url("../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.ttf") format("truetype"), url("../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.svg#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.3333333333em;
  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.2857142857em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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-pp: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-resistance: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: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: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* ---------------------------------------------------------------------------------------------------------- 
16 Pagination ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 30px 0; }
  @media (min-width: 992px) {
    .pagination {
      margin: 0; } }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .nav-links span, .pagination .nav-links a {
    display: block;
    float: left;
    text-align: center;
    width: 20px;
    height: 42px;
    padding: 0;
    text-decoration: none;
    line-height: 42px;
    margin: 0 5px 0 0;
    font-weight: 400;
    font-family: "Libre Baskerville", serif;
    color: #72283c;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid transparent;
    background: none;
    transition: color .25s linear, background-color .25s linear; }
    .pagination .nav-links span:last-child, .pagination .nav-links a:last-child {
      margin: 0; }
    .pagination .nav-links span.current, .pagination .nav-links span:hover, .pagination .nav-links a.current, .pagination .nav-links a:hover {
      border-color: #72283c;
      color: #72283c; }
  .pagination .nav-links .prev {
    display: none;
    width: 100px; }
    @media (min-width: 768px) {
      .pagination .nav-links .prev {
        display: block; } }
  .pagination .nav-links .next {
    display: none;
    width: 80px; }
    @media (min-width: 768px) {
      .pagination .nav-links .next {
        display: block; } }

.nav-links .load-more {
  text-align: center;
  padding: 30px 0; }
  .nav-links .load-more a {
    color: #333333; }
  .nav-links .load-more .pages {
    display: none; }
  .nav-links .load-more h2 {
    display: none; }
  .nav-links .load-more a {
    text-align: center;
    padding: 30px 0;
    display: inline-block;
    background: none;
    border: 2px solid #183330;
    font-weight: 700;
    color: #183330;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
    letter-spacing: .5px;
    -webkit-appearance: none;
    transition: all .25s linear; }
    .nav-links .load-more a:hover {
      background-color: #183330;
      color: #FFFFFF;
      padding: 10px 30px;
      border: 2px solid #183330;
      font-size: 14px;
      font-weight: 700; }

#canvas.canvas {
  display: none; }
  @media (min-width: 576px) {
    #canvas.canvas {
      display: block; } }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  /* Sit on top */
  padding-top: 10px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: none;
  width: 95%;
  margin: auto;
  margin-top: 10%; }
  @media (min-width: 992px) {
    .modal-content {
      width: 50%; } }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.a2a_kit a {
  text-decoration: none !important; }
  .a2a_kit a .fa {
    color: #72283c; }
