@import url(https://use.typekit.net/mjh2lal.css);
/* COLORS */
:root {
	--header-height: 70px;
	--nav-height: 70px;

	--font-size-xx-small: 0.75rem;
	--font-size-x-small: 0.8125rem;
	--font-size-small: 1rem;
	--font-size-medium: 1.125rem;
	--font-size-large: 1.25rem;
	--font-size-x-large: 1.5rem;
	--font-size-mega: 1.75rem;

	--font-title-x-small: 1.25rem;
	--font-title-small: 1.5rem;
	--font-title-medium: 1.75rem;
	--font-title-large: 2.25rem;
	--font-title-x-large: 3rem;
	--font-title-xx-large: 3.5rem;
	--font-title-mega: 4rem;

	--font-page-title: 3rem;
	--font-home-title: 4rem;

	--font-subhead: 2rem;

	--nav-face: 'Nimbus Sans', serif;
	/* --title-face: 'nimbus-extended', serif; */
	--title-face: 'Nimbus Sans', serif;
	--title-face-alt: 'Cinzel', serif;
	--body-face: 'Nimbus Sans', serif;
}
/*! 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: #222222;
}
/**
 * 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"], /* 1 */
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;
}
.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
.row::before, .row::after {
    display: table;
    content: ' '; }
.row::after {
    clear: both; }
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
.row .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
@media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem; } }
@media print, screen and (min-width: 75em) {
      .row .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem; } }
.row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
.row.expanded {
    max-width: none; }
.row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
.row:not(.expanded) .row {
    max-width: none; }
.row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
.row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
@media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }
.column.row.row, .row.row.columns {
  float: none; }
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }
.small-1 {
  width: 8.33333%; }
.small-push-1 {
  position: relative;
  left: 8.33333%; }
.small-pull-1 {
  position: relative;
  left: -8.33333%; }
.small-offset-0 {
  margin-left: 0%; }
.small-2 {
  width: 16.66667%; }
.small-push-2 {
  position: relative;
  left: 16.66667%; }
.small-pull-2 {
  position: relative;
  left: -16.66667%; }
.small-offset-1 {
  margin-left: 8.33333%; }
.small-3 {
  width: 25%; }
.small-push-3 {
  position: relative;
  left: 25%; }
.small-pull-3 {
  position: relative;
  left: -25%; }
.small-offset-2 {
  margin-left: 16.66667%; }
.small-4 {
  width: 33.33333%; }
.small-push-4 {
  position: relative;
  left: 33.33333%; }
.small-pull-4 {
  position: relative;
  left: -33.33333%; }
.small-offset-3 {
  margin-left: 25%; }
.small-5 {
  width: 41.66667%; }
.small-push-5 {
  position: relative;
  left: 41.66667%; }
.small-pull-5 {
  position: relative;
  left: -41.66667%; }
.small-offset-4 {
  margin-left: 33.33333%; }
.small-6 {
  width: 50%; }
.small-push-6 {
  position: relative;
  left: 50%; }
.small-pull-6 {
  position: relative;
  left: -50%; }
.small-offset-5 {
  margin-left: 41.66667%; }
.small-7 {
  width: 58.33333%; }
.small-push-7 {
  position: relative;
  left: 58.33333%; }
.small-pull-7 {
  position: relative;
  left: -58.33333%; }
.small-offset-6 {
  margin-left: 50%; }
.small-8 {
  width: 66.66667%; }
.small-push-8 {
  position: relative;
  left: 66.66667%; }
.small-pull-8 {
  position: relative;
  left: -66.66667%; }
.small-offset-7 {
  margin-left: 58.33333%; }
.small-9 {
  width: 75%; }
.small-push-9 {
  position: relative;
  left: 75%; }
.small-pull-9 {
  position: relative;
  left: -75%; }
.small-offset-8 {
  margin-left: 66.66667%; }
.small-10 {
  width: 83.33333%; }
.small-push-10 {
  position: relative;
  left: 83.33333%; }
.small-pull-10 {
  position: relative;
  left: -83.33333%; }
.small-offset-9 {
  margin-left: 75%; }
.small-11 {
  width: 91.66667%; }
.small-push-11 {
  position: relative;
  left: 91.66667%; }
.small-pull-11 {
  position: relative;
  left: -91.66667%; }
.small-offset-10 {
  margin-left: 83.33333%; }
.small-12 {
  width: 100%; }
.small-offset-11 {
  margin-left: 91.66667%; }
.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }
.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }
.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }
.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }
.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }
.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }
.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }
.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }
.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }
.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
.small-centered {
  margin-right: auto;
  margin-left: auto; }
.small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }
@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 75em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.25rem; }
.column-block > :last-child {
    margin-bottom: 0; }
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 2, 2022 */
@font-face {
    font-family: 'Nimbus Sans';
    src: url('/wp-content/themes/acanthus/app/assets/fonts/webfontkit-20221202-152538/nimbussanl-reg-webfont.woff2') format('woff2'),
        url('/wp-content/themes/acanthus/app/assets/fonts/webfontkit-20221202-152538/nimbussanl-reg-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Nimbus Sans';
    src: url('/wp-content/themes/acanthus/app/assets/fonts/webfontkit-20221202-152538/nimbussanl-regita-webfont.woff2') format('woff2'),
        url('/wp-content/themes/acanthus/app/assets/fonts/webfontkit-20221202-152538/nimbussanl-regita-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;

}
@font-face {
    font-family: 'Nimbus Sans';
    src: url('/wp-content/themes/acanthus/app/assets/fonts/webfontkit-20221202-152538/nimbussanl-bol-webfont.woff2') format('woff2'),
        url('/wp-content/themes/acanthus/app/assets/fonts/webfontkit-20221202-152538/nimbussanl-bol-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Nimbus Sans';
    src: url('/wp-content/themes/acanthus/app/assets/fonts/webfontkit-20221202-152538/nimbussanl-bolita-webfont.woff2') format('woff2'),
        url('/wp-content/themes/acanthus/app/assets/fonts/webfontkit-20221202-152538/nimbussanl-bolita-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;

}
/* Nimbus Sans Regular

font-family: nimbus-sans, sans-serif;
font-weight: 400;
font-style: normal;

Nimbus Sans Bold

font-family: nimbus-sans, sans-serif;
font-weight: 700;
font-style: normal;

Nimbus Sans Light

font-family: nimbus-sans, sans-serif;
font-weight: 300;
font-style: normal;

Nimbus Sans Black

font-family: nimbus-sans, sans-serif;
font-weight: 900;
font-style: normal;

Nimbus Sans Extd Regular

font-family: nimbus-sans-extended, sans-serif;
font-weight: 400;
font-style: normal;

Nimbus Sans Extd Bold

font-family: nimbus-sans-extended, sans-serif;
font-weight: 700;
font-style: normal; */
/* --------------------------------------------------------------------------

	[ 2. MAIN ]

-------------------------------------------------------------------------- */
* {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
}
html {
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
}
body {
	background: #ffffff;
	font-family: var(--body-face);
	color: #0d2132;
	font-size: 100%;
	line-height: 1.6;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
}
.hero-address .main-content {
	padding: 0 4em;
}
img,
.img {
	max-width: 100%;
	height: auto;
}
.content img {
	/* margin-bottom: 3rem; */
}
.video {
	position: relative;
	padding-bottom: 62.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* From: http://webdesignerwall.com/tutorials/css-elastic-videos */
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.main {
	padding-top: var(--header-height);
	margin-bottom: 0;
}
@media (max-width: 1024px) {
.main {
		padding-top: 
}
	}
.main-content {
	padding: 1.5em 4em;
}
.content {
	padding: 0 0 4rem;

}
/*  SELECTION HIGHLIGHT  */
::-moz-selection {
	background: #83ceff;
	color: #0d2132;
	text-shadow: none;
}
::selection {
	background: #83ceff;
	color: #0d2132;
	text-shadow: none;
}
::-moz-selection {
	background: #83ceff;
	color: #0d2132;
	text-shadow: none;
}
img::-moz-selection {
	background: #83ceff;
}
img::selection {
	background: #83ceff;
}
img::-moz-selection {
	background: #83ceff;
}
::-moz-selection:window-inactive {
	background: #83ceff;
}
::selection:window-inactive {
	background: #83ceff;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: .25rem 0 0 0;
	padding: 0 0 1rem 0;
}
/* --------------------------------------------------------------------------

	[ 3. TYPOGRAPHY ]

-------------------------------------------------------------------------- */
/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-face);
	font-style: normal;
	font-weight: 600;
	color: #0d2132;
	text-rendering: optimizeLegibility;
	line-height: 1.15;
	margin: 0 0 .5em 0;
}
h1 {
	font-family: var(--title-face);
	font-size: 2rem;
}
h2 {
	font-size: 1.75rem;
}
h3 {
	font-size: var(--font-title-large);
}
h4 {
	font-size: var(--font-title-xx-large);
}
h5 {
	font-size: var(--font-title-xx-large);
}
/* Default Link Styles */
a,
a:visited {
	color: #0E406A;
	text-decoration: none;
	line-height: inherit;
}
a:hover,
	a:focus,
	a:visited:hover,
	a:visited:focus {
		color: #0E406A;
		text-decoration: none;
	}
a img, a:visited img {
		border: none;
	}
/* Default paragraph styles */
p {
	font-family: var(--body-face);
	font-size: var(--font-size-small);
	font-weight: 400;
	font-style: normal;
	color: #0d2132;
	margin-top: 0;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
p:last-of-type {
		margin-bottom: 0;
	}
/* a {
		color: #3588b4;
		position: relative;
		padding-bottom: 2px;
		&:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			height: 2px;
			background-color: #6ebde7;
			width: 0%;
			display: block;
			transition: width .5s ease-in-out;
		}
		&:hover {
			color: black;
			&:after {
				width: 100%;
			}
		}
	} */
p a {
		text-decoration: none;
		color: #0d2132;
		font-weight: 400;
		position: relative;
	}
p a:before {
			content: '';
			background-color: #83ceff;
			position: absolute;
			left: 0;
			bottom: -2px;
			width: 100%;
			height: 2px;
			z-index: -1;
			transition: all .3s ease-in-out;
		}
p a:hover:before {
			bottom: -2px;
			height: 100%;
		}
.link {
	color: #f8f8f8;
	text-decoration: none;
	transition: all .3s, font-size 0s;
	border-bottom: 1px solid transparent;
	position: relative;
	padding: none;
}
.link:hover {
		color: #2672e5;
		text-decoration: none;
		transition: .1s, font-size 0s;
		border-bottom: 1px solid #999;
		border-bottom: 1px solid #008cba;
		top: -2px;
		padding: none;
	}
/* Helpful Typography Defaults */
em,
i {
	font-style: italic;
	line-height: inherit;
}
strong,
b {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 60%;
	line-height: inherit;
}
.smaller {
	font-size: .666em;
}
sup,
sub {
	font-size: 25%;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	line-height: 0;
}
sub {
	top: 0.4em;
}
label {
	cursor: pointer
}
img {
	display: block;
}
input,
select {
	vertical-align: middle;
}
/* Kerning */
.tighten {
	margin: 0 -.1em;
}
.loosen {
	margin: 0 .1em;
}
ul {
	line-height: 1;
}
ul li {
		list-style: disc;
		font-family: var(--body-face);
		font-size: var(--font-size-medium);
		line-height: 1.5;
		font-weight: 400;
		font-style: normal;
		color: #0d2132;
	}
.content ul {
	margin-bottom: 1em;
	padding-left: 1em;
}
.content li {
	list-style: disc;
	font-family: var(--body-face);
	font-size: var(--font-size-large);
	line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	color: #0d2132;
}
/* Page Specific Styles */
.content h1 {
	font-weight: 600;
}
#page-title {
	padding-bottom: 1em;
}
.page-title {
	padding: 0;
	margin: 0;
	font-size: ;
	color: #222;
	letter-spacing: .05em;
	padding-top: .8rem;
	padding-bottom: .8rem;
	letter-spacing: 0;
	line-height: 1.2rem;
	text-align: center;
}
.section-title {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.15;
	color: #0d2132;
	margin-top: 3rem;
	margin-bottom: 2rem;
	text-align: center;
	text-transform: uppercase;
}
/* Buttons */
label {
	cursor: pointer
}
img {
	display: block;
}
input,
select {
	vertical-align: middle;
}
button,
.button,
.button:visited,
a.button,
a.button:visited,
input[type="submit"] {
	cursor: pointer;
	font-family: var(--nav-face);
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	display: inline-block;
	padding: .75rem 1.5rem;
	font-size: var(--font-size-xx-small);
	color: #ffffff;
	transition: 300ms ease-out;
	background: #285A84;
	text-transform: uppercase;
	letter-spacing: .05em;
	border-radius: 8px;
	border: 2px solid #285A84;
	margin: .5em 0;

}
button.button--knockout, .button.button--knockout, .button:visited.button--knockout, a.button.button--knockout, a.button:visited.button--knockout, input[type="submit"].button--knockout {
			background: rgba(255, 255, 255, .75);
			border: 2px solid #ffffff;
			color: #0E406A;
		}
button.button--knockout-white, .button.button--knockout-white, .button:visited.button--knockout-white, a.button.button--knockout-white, a.button:visited.button--knockout-white, input[type="submit"].button--knockout-white {
			background: rgba(255, 255, 255, .75);
			border: 2px solid #ffffff;
			color: #0E406A;
		}
button.button--knockout-white:hover, .button.button--knockout-white:hover, .button:visited.button--knockout-white:hover, a.button.button--knockout-white:hover, a.button:visited.button--knockout-white:hover, input[type="submit"].button--knockout-white:hover {
				background: rgba(255, 255, 255, 1);
				color: #0E406A;
			}
button.button--smaller, .button.button--smaller, .button:visited.button--smaller, a.button.button--smaller, a.button:visited.button--smaller, input[type="submit"].button--smaller {
			font-size: var(--font-size-xx-small);
			padding: 10px 27px 10px;
		}
button.button--reverse, .button.button--reverse, .button:visited.button--reverse, a.button.button--reverse, a.button:visited.button--reverse, input[type="submit"].button--reverse {
			background: #ffffff;
			color: #002751;
			border-color: #ffffff;
		}
button.button--reverse:after, .button.button--reverse:after, .button:visited.button--reverse:after, a.button.button--reverse:after, a.button:visited.button--reverse:after, input[type="submit"].button--reverse:after {
				font: var(--fa-font-solid);
				content: '\f054';
				margin-left: 0.35rem;
				font-size: var(--font-size-xx-small);
				vertical-align: middle;
				position: relative;
				top: -0.5px;
				right: 0px;
			}
button.button--reverse:after:hover, .button.button--reverse:after:hover, .button:visited.button--reverse:after:hover, a.button.button--reverse:after:hover, a.button:visited.button--reverse:after:hover, input[type="submit"].button--reverse:after:hover {
					right: 0px;
					margin-left: 0.35rem;
				}
button.button--reverse:hover, .button.button--reverse:hover, .button:visited.button--reverse:hover, a.button.button--reverse:hover, a.button:visited.button--reverse:hover, input[type="submit"].button--reverse:hover {
				background: #83ceff;
				color: #002751;
				border-color: #83ceff;
			}
button:hover,
button:focus,
.button:hover,
.button:focus,
a.button:hover,
a.button:focus {
	color: #fff;
	background: #0E406A;
	border: 2px solid #285A84;
	text-shadow: 0 0 3px hsl(204deg 100% 76%);
	transition: 300ms ease-out;
}
form.wpcf7-form label {
		color: #0d2132;
	}
form.wpcf7-form input {
		background: rgba(255, 255, 255, .75);
		border: 1px solid #888888;
		color: #888888;
	}
form.wpcf7-form textarea {
		background: rgba(255, 255, 255, .75);
		border: 1px solid #888888;
		color: #888888;
	}
form.wpcf7-form input[type="submit"] {
		background: #0E406A;
		border: 2px solid #0E406A;
		color: #ffffff;
		float: right;
	}
form.wpcf7-form input[type="submit"]:hover {
			background: #0E406A;
			color: #ffffff;
		}
/* --------------------------------------------------------------------------

	[ 4. GENERAL CLASSES ]
	
-------------------------------------------------------------------------- */
img.desaturate {
	filter: grayscale(100%);
}
#page-type {
	display: none;
}
.border {
	border: 10px solid rgba(255, 255, 255, .33);
}
.hide {
	display: none;
}
.mask {
	overflow: hidden;
	position: relative;
}
.center_wrap {
	height: 100%;
}
.center {
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.text-center {
	text-align: center;
}
.callout {
	color: rgb(218, 79, 57);
}
.clearfix {
	clear: both;
}
.clearfix:after {
		clear: both;
		content: "";
		display: table;
	}
/* WP Content Width https://codex.wordpress.org/Content_Width */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.full-width {
	max-width: 100%;
}
.google-maps {
	position: relative;
	padding-bottom: 54.5%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
.float-left {
		float: left !important;
	}
.float-right {
		float: right !important;
	}
.float-none {
		float: none !important;
	}
.vertical-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.bottom-align {
	display: flex;
	flex-direction: column;
	/* flex-grow: 1; */
	margin-top: auto;
	padding-bottom: 5%;
	width: 100%;
}
.content-section {
	padding: 4rem 0;
}
.deck {
	background-color: #ffffff;
	padding: 4rem 0;
}
.deck__title {
		font-size: var(--font-title-large);
		color: #0d2132;
		text-align: center;
	}
@media (max-width: 768px) {
.deck__title {
			font-size: var(--font-title-medium)
	}
		}
.deck p {
		text-align: center;
		font-size: var(--font-size-x-large);
		color: #888888;
	}
@media (max-width: 768px) {
.deck p {
			font-size: var(--font-size-large)
	}
		}
.value-proposition {
	background-color: #0E406A;
	padding: 4rem 0;
}
.value-proposition__title {
		font-size: var(--font-title-large);
		color: #ffffff;
		text-align: center;
	}
@media (max-width: 768px) {
.value-proposition__title {
			font-size: var(--font-size-medium)
	}
		}
.value-proposition p {
		font-size: var(--font-size-large);
		line-height: 1.5;
		color: #ffffff;
		text-align: center;
	}
@media (max-width: 768px) {
.value-proposition p {
			font-size: var(--font-size-medium)
	}
		}
.text-shadow {
	text-shadow: 0 0 20px rgba(0, 0, 0, .75);
}
.no-margin-bottom {
    margin-bottom: 0; 
}
.no-padding-bottom {
    padding-bottom: 0; 
}
.absolute {
    position: absolute;
}
@keyframes customFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}
.customFadeInUp {
  animation-name: customFadeInUp;
  animation-duration: 1s;
  animation-delay: .25s;
  animation-fill-mode: both;
}
/*========================================================================
	HEADER 
========================================================================*/
/*========================================================================
	MAIN NAVIGATION 
========================================================================*/
.site-logo {
	height: var(--nav-height);
	padding: 0;
	display: flex;
	align-items: center;
	margin-left: 30px;
}
@media (max-width: 1024px) {
.site-logo {
		height: var(--nav-height);
		margin-left: 15px
}
	}
#logo {
	max-width: 100%;
	float: left;
	font-family: var(--body-face);
	font-weight: 900;
	font-size: 1.5rem;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 4.375rem;
	padding: 0rem;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1024px) {
#logo {
		position: absolute;
		display: block;
		padding-left: 
}
	}
#logo img.logo {
		height: 44px;
		max-width: 100%;
		z-index: 0;
	}
@media (max-width: 1024px) {
#logo img.logo {
			height: 36px
	}
		}
#logo span {
		font-family: var(--body-face);
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: .0125em;
		display: inline-block;
		vertical-align: middle;
		font-size: 1.25rem;
		margin-left: .35em;
	}
.mobile-nav-wrap {
	display: none;
}
.main_nav {
	background: rgba(255, 255, 255, .95);
	width: 100%;
	height: var(--header-height);
	padding: 0;
	border-bottom: 1px solid #eeeeee;
	position: fixed;
	transform: translateY(0rem);
	z-index: 9999;
}
@media screen and (max-width: 1024px) {
.main_nav {
		/* height: 104px; */
}
	}
.main_nav.scrolled {
		background: rgba(255, 255, 255, .9);
	}
.main_nav .nav-contact-bg {
		background: #ebeef1;
	}
.main_nav .nav-contact {
		height: 32px;
		background: transparent;
		display: flex;
		align-items: center;
		justify-items: center;
		justify-content: flex-end;
		color: #fff;
	}
.main_nav .nav-contact .nav-contact__wrap {
			padding: 0 1.5rem 0 0;
		}
.main_nav .nav-contact__wrap .seperator {
				font-family: var(--nav-face);
				font-size: var(--font-size-small);
				font-weight: 400;
				color: #0d2132;
				padding: 0 .25rem;
			}
.main_nav .nav-contact__wrap .contact-info {
				font-family: var(--nav-face);
				color: #0d2132;
				font-size: var(--font-size-small);
			}
.main_nav .nav-contact__wrap .contact-info a {
					font-size: var(--font-size-small);
					color: #0d2132;
				}
.main_nav__wrapper {
		position: relative;
		display: flex;
		align-items: center;
		justify-items: center;
		justify-content: space-between;
	}
@media screen and (max-width: 1024px) {
.main_nav__wrapper {
			/* height: 76px; */
	}
		}
.main_nav__wrapper .nav-wrap {
			display: flex;
			align-items: center;
			justify-content: center;
		}
@media screen and (max-width: 1024px) {
.main_nav__wrapper .nav-wrap {
				padding: .5rem 0 0;
				position: relative;
				top: 0;
				right: 0
		}
			}
.navbar-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.menu-main-menu-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
.menu-main-menu-container {
		display: none
}
	}
#menu-main_nav {
	margin: 0;
}
.navbar {
	width: 100%;
}
.navbar ul.menu {
		display: flex;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		padding-left: 0;
		z-index: 10;
	}
.navbar ul.menu li.menu-item {
			padding: 0px;
			display: inline-block;
			vertical-align: middle;
			list-style: none;

		}
.navbar ul.menu li.menu-item:first-child {
				border: none;
			}
.navbar ul.menu li.menu-item .last {
				padding-right: 0;
			}
.navbar ul.menu li.menu-item a,
			.navbar ul.menu li.menu-item a:visited {
				height: var(--nav-height);
				padding: 0 1.5vw;
				margin: 0;
				font-family: var(--nav-face);
				font-weight: 700;
				font-size: var(--font-size-x-small);
				color: #0E406A;
				line-height: 1;
				text-decoration: none;
				letter-spacing: .035em;
				text-transform: uppercase;
				display: flex;
				align-items: center;
				vertical-align: middle;
				transition: all 300ms;
			}
.navbar ul.menu li.menu-item a:hover, .navbar ul.menu li.menu-item a:visited:hover {
					background-color: #83ceff;
					background: #83ceff;
					text-decoration: none;
					color: #0E406A;
					transition: all 300ms;
				}
.navbar ul.menu li.menu-item a:active, .navbar ul.menu li.menu-item a:visited:active {
					color: ;
				}
.navbar ul.menu li.menu-item.nav-button a,
				.navbar ul.menu li.menu-item.nav-button a:visited {
					background-color: #83ceff;
					background: #83ceff;
					color: #0E406A;

				}
.navbar ul.menu li.menu-item.nav-button a:hover, .navbar ul.menu li.menu-item.nav-button a:visited:hover {
						background-color: #b8e3ff;
						background: #b8e3ff;
						color: #082842;
					}
.navbar ul.menu li.menu-item.nav-button a:after, .navbar ul.menu li.menu-item.nav-button a:visited:after {
						font: var(--fa-font-solid);
						content: '\f054';
						margin-left: 0.35rem;
						font-size: 1rem;
						vertical-align: middle;
						position: relative;
						top: 0.5px;
						right: 0px;
					}
.navbar ul.menu li.menu-item.nav-button a:after:hover, .navbar ul.menu li.menu-item.nav-button a:visited:after:hover {
							right: 0px;
							margin-left: 0.35rem;
						}
.navbar ul.menu>li.menu-item>ul.sub-menu {
				position: absolute;
				margin: 0;
				list-style: none;
				background: transparent;
				display: none;
				min-width: 200px;
				max-width: 240px;
				z-index: 10;
				padding: 0;
			}
.navbar ul.menu>li.menu-item>ul.sub-menu:after {
					content: '';
					width: 0px;
					height: 0px;
					position: absolute;
					left: 30%;
					top: 0;
					margin: 12px;
					padding-top: 12px;
					z-index: 5;
				}
.navbar ul.menu>li.menu-item>ul.sub-menu>li.menu-item {
					display: inline;

					/*
					&:first-of-type {
						a {
							border-radius: 0 16px 0 0;
						}
					}

					&:last-of-type {
						a {
							border-radius: 0 0 16px 16px;
						}
					}
					*/
				}
.navbar ul.menu>li.menu-item>ul.sub-menu>li.menu-item a {
						/* Main dropdown color */
						padding: 1rem 1.5vw;
						font-size: var(--font-size-x-small);
						line-height: 1.25;
						height: auto;
						background: #83ceff;
						color: #0d2132;
						text-align: left;
						text-shadow: none;
					}
.navbar ul.menu>li.menu-item>ul.sub-menu>li.menu-item a:hover {
							background: #b8e3ff;
							color: #0E406A;
						}
.navbar ul.menu>li.menu-item.menu-item-has-children:hover {
					transition: all 3s;
				}
.navbar ul.menu>li.menu-item.menu-item-has-children:hover>.sub-menu {
						display: block;
						/* background: $lightGray; */
					}
.navbar ul.menu>li.menu-item.menu-item-has-children:hover>a {
						background: #83ceff;
						transition: none;
						color: #0E406A;
						text-shadow: none;
						box-shadow: 0 10px 50px rgb(0 0 0 / 30%);
					}
.navbar ul.menu>li.menu-item.menu-item-has-children:hover>a:hover {
							background: #83ceff;
							color: #0E406A;
						}
.navbar ul.menu>li.menu-item.current-menu-item a {
				color: #0E406A;
			}
.c-navigation {
	width: 100%;
}
/* List Icon */
#nav-icon {
	display: none;
	width: 24px;
	height: auto;
	margin: 31px 15px 31px 31px;
	z-index: 9999;
}
@media screen and (max-width: 1024px) {
#nav-icon {
		display: inline-block;
		display: block;
		position: absolute;
		right: 0
}
	}
#nav-icon .color-bar {
		background: #0E406A;
		width: 100%;
		height: 2px;
		display: block;
		margin: 4px 0;
	}
#nav-icon:hover .color-bar {
		background: #0E406A;
	}
.demo-button {
	display: block;
	margin-right: 1.5rem;
}
@media (max-width: 1024px) {
.demo-button {
		display: none
}
	}
@media screen and (max-width: 1024px) {
	.o-container {
		width: 100%;
	}

	.nav-up {
		transform: translateY(-7.3125rem)
	}

	.mobile-nav-wrap {
		display: block;
	}

		.mobile-nav-wrap .navbar {
			width: 100%;
			position: absolute;
			right: 0;
			top: 0;
		}

			.mobile-nav-wrap .navbar ul.menu {
				float: none;
				text-align: center;
			}

				.mobile-nav-wrap .navbar ul.menu li.menu-item {
					padding: 0px;
					display: block;
					vertical-align: middle;
					height: auto;
				}

					.mobile-nav-wrap .navbar ul.menu li.menu-item a,
					.mobile-nav-wrap .navbar ul.menu li.menu-item a:visited {
						padding: .5em;
						margin: 0;
						font-family: var(--nav-face);
						font-size: 2rem;
						line-height: 1.5;
						letter-spacing: 0;
						color: #0E406A;
						text-transform: capitalize;
						display: block;
						text-decoration: none;
						vertical-align: middle;
					}

						.mobile-nav-wrap .navbar ul.menu li.menu-item a:hover, .mobile-nav-wrap .navbar ul.menu li.menu-item a:visited:hover {
							color: #0E406A;
						}

						.mobile-nav-wrap .navbar ul.menu li.menu-item a:active, .mobile-nav-wrap .navbar ul.menu li.menu-item a:visited:active {
							color: #0E406A;
						}

						.mobile-nav-wrap .navbar ul.menu li.menu-item a .selected a, .mobile-nav-wrap .navbar ul.menu li.menu-item a:visited .selected a {
							color: #0E406A;
						}

				.mobile-nav-wrap .navbar ul.menu ul.sub-menu {
					visibility: hidden;
					top: -10%;
					width: 100%;
					padding: 0;
					opacity: 0;
					display: table-cell;
					vertical-align: middle;
					/*
					transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
					*/
				}

	#menu-mobile-menu {
		height: 100%;
		vertical-align: middle;
		display: table-cell;
	}

	.nav_bg {
		height: 100vh;
		width: 100%;
		position: fixed;
		overflow: hidden;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: transparent;
		text-align: center;
		display: table;
		z-index: 1000;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		box-shadow: none !important;
		visibility: hidden;
	}

	/* Show-Nav */
	body.show-nav {
		overflow: hidden !important;
	}

		body.show-nav #logo {
			color: #0E406A;
			background-color: #0E406A;
		}

		body.show-nav .nav_bg {
			background: rgba(236, 89, 0, 0.96);
			background: rgba(13, 9, 7, 0.96);
			background: rgba(243, 243, 243, 0.97);
			visibility: visible;
			display: table;
		}

		body.show-nav .navbar {
			background: transparent;
			transition: all 0.4s ease;
		}

			body.show-nav .navbar ul.menu {
				top: 0;
				visibility: visible;
				opacity: 1;
				margin-top: 0;
				/*
				-moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
				-o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
				-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
				transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
				*/
			}

		body.show-nav #nav-icon {
			margin: 24px;
		}

			body.show-nav #nav-icon .color-bar {
				background: #0E406A;
			}
				body.show-nav #nav-icon:hover .color-bar {
					background: #0E406A;
				}
}
/*======================================================================== 
	HERO 
========================================================================*/
/* Defaults */
.hero {
    width: 100%;
    height: 100%;
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-color: #dddedd;
    background-position: center;
}
.hero--home {
        height: calc(100vh - var(--header-height));
        margin-bottom: 0;
        overflow: visible;
    }
@media (max-width: 768px) {
.hero--home {
            min-height: 300px;
            height: 40vh
    }
        }
.hero--video {
        min-height: 100%;
        height: calc(100vh - var(--header-height));
    }
@media (min-width: 1920px) {
.hero--video {
            min-height: 100%;
            height: 100%
    }
        }
.hero--video video.wp-video-shortcode {
            -o-object-fit: cover;
               object-fit: cover;
        }
.hero__content {
        height: auto;
        transform-style: preserve-3d;
        z-index: 5;
        text-align: left;
    }
.hero__content--home {
            z-index: 5;
            text-align: left;
            transform: translateY(-50%);
            padding: 0 5%;
        }
.hero__title {
        font-family: 'Cinzel', serif;
        font-size: var(--font-title-xx-large);
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        /* letter-spacing: -0.035em; */
        margin-bottom: .05em;
    }
@media (max-width: 1440px) {
.hero__title {
            font-size: var(--font-title-x-large)
    }
        }
@media (max-width: 768px) {
.hero__title {
            font-size: var(--font-title-large)
    }
        }
.hero__title--home {
            font-family: 'Cinzel', serif;
            font-size: var(--font-title-xx-large);
            font-weight: 500;
            color: #ffffff;
        }
@media (max-width: 1440px) {
.hero__title--home {
                font-size: var(--font-title-x-large)
        }
            }
@media (max-width: 768px) {
.hero__title--home {
                font-size: var(--font-title-large)
        }
            }
.hero__body {
        font-size: var(--font-size-medium);
        color: #ffffff;
        margin-bottom: 1em !important;
    }
@media (max-width: 1024px) {
.hero__body {
            font-size: var(--font-size-small)
    }
        }
.hero__subhead {
        font-size: var(--font-title-small);
        color: #ffffff;
        font-weight: 700;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }
.hero__description {
        margin-top: 1rem;
        width: 75%;
    }
@media (max-width: 768px) {
.hero__description {
            width: 100%
    }
        }
.hero__description p {
            color: #ffffff;
            font-size: var(--font-size-medium);
        }
@media (max-width: 768px) {
.hero__description p {
                font-size: var(--font-size-small)
        }
            }
.hero__description p :last-of-type {
                margin-bottom: 0;
            }
.hero__short-description p {
            padding-top: 0;
        }
.hero__link {
        font-size: 1rem;
        line-height: 1.15;
        color: #333;
        /* box-shadow: 0 1px 0 0 white; */
        padding: 0;
        margin-bottom: 2em;
        display: inline-block;
        border: none;
    }
.hero__link:hover {
            /* box-shadow: 0 1px 0 0 $brandColorPrimary; */
            top: 0;
        }
.hero--footer {
        height: auto !important;
        margin-bottom: 0rem !important;
    }
.hero--footer:before {
            display: none;
            background: rgba(244, 221, 186, 0);
        }
.hero--footer img {
            width: 100%;
        }
.full-width-hero {
    width: 100%;
    height: 800px;
    padding: 0;
    background-position: center;
}
.full-width-hero--letterbox {
        min-height: 300px;
        /* height: calc(100vh - 600px); */
        max-height: 300px;
        background-size: cover;
    }
@media (min-width: 768px) {
.full-width-hero--letterbox {
            min-height: 400px;
            /* height: calc(100vh - 600px); */
            max-height: 400px
    }
        }
.full-width-hero--letterbox:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            display: block;
            clear: both;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0) 100%);
            z-index: 1;
        }
.full-width-hero--home {
        background-repeat: no-repeat !important;
        width: 100%;
        height: calc(100vh - var(--header-height));
        background-size: cover !important;
        background-color: #dddedd;
        background-position: center center !important;
    }
@media (max-width: 768px) {
.full-width-hero--home {
            min-height: 300px;
            height: 40vh
    }
        }
.full-width-hero--video,
    .full-width-hero--featured-image {
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        overflow: hidden;
    }
@media (min-width: 1920px) {
.full-width-hero--video,
    .full-width-hero--featured-image {
            height: calc(100vh - var(--header-height))
    }
        }
.full-width-hero--video .hero__content, .full-width-hero--featured-image .hero__content {
            position: absolute;
            width: 100%;
        }
.full-width-hero--video:before, .full-width-hero--featured-image:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            display: block;
            clear: both;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0) 100%);
            z-index: 1;
        }
.full-width-hero--antihero {
        height: 100%;
        padding: 6rem 0;
        background: #0E406A;
        border-bottom: 1px solid #dddedd;
    }
.full-width-hero--antihero:before {
            background: transparent;
            background-color: transparent;
        }
.full-width-hero.flex-active-slide:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            display: block;
            clear: both;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0) 100%);
            z-index: 0;
        }
#hero .title {
    height: auto;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#hero .title h2 {
    font-size: 8vw;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 0;
    text-shadow: 0 0 55px rgba(0, 0, 0, 0.25);
    opacity: .9;
}
#hero.padding-top .title {
    transform: translateY(0);
}
.post-type-archive #hero .title,
.archive #hero .title {
    height: auto;
    position: relative;
    top: 0;
    transform: translateY(0);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#hero .title h1 {
    padding: 0;
    margin: 0;
    font-family: var(--title-face);
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    color: #0d2132;
    text-transform: capitalize;
    text-align: center;
    margin: 0 2.5rem .25em;
    letter-spacing: -.015em;
    display: inline-block;
    padding: 1rem 1.5rem 1.2rem;
    /* 	transform: skewY(-3deg); */
}
#page-hero .title h1 {
    padding: 0;
    margin: 0;
    font-family: var(--title-face);
    font-size: 7rem;
    line-height: 1.2;
    font-weight: 900;
    color: #eee;
    text-transform: capitalize;
    text-align: center;
}
#hero.hero.hero--cta.hero--contact {
    height: 600px;
}
#page-hero {
    height: auto;
    padding: 6em 0 6em;
    background: #0d2132;
    position: relative;
}
#page-hero:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        display: block;
        clear: both;
        z-index: 0;
    }
#design .full-width-hero,
.single-design_portfolio .full-width-hero {
    /* 	height: 40rem; */
    background-size: cover !important;
}
/* Video hero elements */
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
    top: 0%;
    transform: translateY(0%);
    min-width: 100%;
}
@media (min-width: 1920px) {
.mejs-container {
        top: 50%;
        transform: translateY(-50%)
}
    }
.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none !important;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
/*======================================================================== 
	FEATURE 
========================================================================*/
#featured_content {
	padding: 7.5rem 5%;
	background: #1a4e9d;
   
}
#featured_content h2 {
        text-align: center;
        font-size: 2rem;
        font-weight: 600;
        color: #fff;
        margin: 0;
        padding-bottom: .5em;
    }
@media  screen  and (max-width : 1439px) {
#featured_content h2 {
            font-size: 1.75rem
    }
        }
#featured_content p {
        text-align: left;
        font-size: 1.5rem;
        font-weight: 600;
        color: #454545;
        margin: 0;
        padding: 0;
    }
@media  screen  and (max-width : 1439px) {
#featured_content p {
            font-size: 1.25rem
    }
        }
.single-work #featured_content {
	background: #ebebeb;
}
.single-work #featured_content h2 {
        font-weight: 800;
        color: #1a4e9d;
    }
#feature h3 {
	font-size: 30px;
	line-height: 1.2; 
	color: #464441; 
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
/* CTA */
#cta {
	background: #1a4e9d;
	padding: 8rem 0;
	/* margin-top: 4.375rem;*/
	text-align: center;
}
#cta h2 {
        color: #ffffff;
        font-family: var(--body-face);;
        text-align: center;
        font-size: 48px;
        line-height: 1.12;
        padding-bottom: .5em;
        text-shadow: 1px 1px 2px #fff;
    }
#cta h3 {
        font-family: var(--body-face);;
        font-weight: normal;
        text-align: center;
        padding-bottom: 1em;
    }
#cta p {
        padding-bottom: 0;
        font-size: 2rem;
        line-height: 1.4;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
    }
#cta.button, #cta.button:visited, #cta a.button, #cta a.button:visited {
        background: #ffffff;
        color: #1a4e9d;
    }
#down img {
	width: 72px;
	height: 34px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -36px;
}
.flexslider {
	max-width: ;
	margin: 0 auto !important;
	position: relative;
}
#big-3 {
	background: #f8f8f8;
	padding: 100px 0;
}
@media screen and (max-width: 667px) {
#big-3 {
        padding: 30px 0
}
    }
@media screen and (max-width: 1023px) {
#big-3 article {
            width: 100%;
		    padding-bottom: 30px
    }
	    }
#down-button {
	width: 72px;
	height: 36px;
	border-radius: 50px 50px 0 0;
	background: url("../img/down-arrow.png") no-repeat 22px 18px #f8f8f8;
	position: absolute;
	top: -136px;
	left: 50%;
	margin-left: -36px;
	text-indent: -9999px;
}
@media screen and (max-width: 667px) {
#down-button {
        top: -66px
}
    }
/*========================================================================
	HOME 
========================================================================*/
#home .cards.content-section {
			padding-top: 0;
		}
.feature-section {}
.feature-gallery {
	background-size: cover;
	min-height: 500px;
	height: calc(100vh - 100px);
	min-height: 800px;
	position: relative;
	background-position: center;
	display: flex;
	flex-direction: column;
}
@media (max-width: 768px) {
.feature-gallery {
		min-height: 500px;
		height: calc(50vh - 70px)
}
	}
.feature-gallery:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .65);
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.5+100 */
		/* FF3.6-15 */
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80000000', GradientType=0);
		/* IE6-9 */
	}
.feature-gallery__content {
		text-align: center;
	}
.feature-gallery__content p {
			color: #ffffff;
		}
.feature-gallery__title {
		font-family: var(--title-face);
		font-weight: 600;
		font-size: var(--font-title-large);
		letter-spacing: .015em;
		color: #ffffff;
		line-height: 1;
		text-transform: capitalize;
		text-shadow: 0 0 20px rgba(0, 0, 0, .75);
		margin-bottom: .25em;
	}
@media (max-width: 768px) {
.feature-gallery__title {
			font-size: var(--font-title-medium)
	}
		}
.feature-gallery__body p {
			color: #ffffff;
		}
.feature-gallery__body li {
			color: #ffffff;
			text-align: left;
		}
.feature-gallery__link {
		color: #ffffff;
		font-weight: 400;
		font-size: 1.25rem;
		text-decoration: underline;
		padding: 8px 12px;
		background-color: transparent;
	}
.feature-gallery__link:hover {
			background-color: #ffffff;
			color: #0d2132;
			text-decoration: none;
			border-radius: 3px;
		}
.feature-gallery--overlay:before {
			content: "";
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.5);
			display: block;
			clear: both;
			z-index: 0;
		}
.post-type-archive-case_study .feature-gallery {
		min-height: 500px;
		height: calc(50vh);
		border-bottom: 1px solid #fff;
	}
.feature_nav-section {
	max-width: calc(100% - 2.5rem);
	/* padding: .25rem !important; */
	padding-top: 2.25rem !important;
	padding-bottom: 2.25rem !important;
}
.feature_nav-section .column {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
		padding-left: .25rem !important;
		padding-right: .25rem !important;
	}
.nav-gallery {
	background-size: cover;
	min-height: 500px;
	height: 500px;
	max-height: 800px;
	position: relative;
}
.nav-gallery::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .65);
	}
.nav-gallery__content {
		text-align: center;
		text-shadow: 0 0 20px rgba(0, 0, 0, .75);
	}
.nav-gallery__title {
		font-family: var(--title-face);
		font-weight: 600;
		font-size: 2.5rem;
		letter-spacing: .015em;
		color: #ffffff;
		line-height: 1;
		text-transform: uppercase;
		margin-bottom: .25em;
	}
.nav-gallery__body {
		color: #ffffff;
	}
.nav-gallery__link {
		color: #ffffff;
		font-weight: 400;
		font-size: 1.25rem;
		text-decoration: underline;
		padding: 8px 12px;
		background-color: transparent;
	}
.nav-gallery__link:hover {
			background-color: #ffffff;
			color: #0d2132;
			text-decoration: none;
			border-radius: 3px;
		}
#hero.hero.hero--cta {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 800px;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}
#hero.hero.hero--cta .full-width-hero {
		height: 800px;
	}
#hero.hero.hero--cta .hero__content {
		text-align: left;
		transform: translateY(-50%);
	}
#hero.hero.hero--cta .hero__content .hero__title {
			font-size: 3.5rem;
			margin-bottom: 0;
		}
#hero.hero.hero--cta .hero__content p {
			color: #fff;
			;
			margin-top: 0;
		}
.flexslider

/* Look into this one */
	{
	max-width: ;
	margin: 0 auto !important;
	position: relative;
}
.flexslider {
	border: none !important;
}
.flex-control-nav {
	position: absolute !important;
	bottom: 88px !important;
	z-index: 5;
	display: none;
}
.flex-direction-nav {
	/* position: absolute !important;
	z-index: 1;
	top: 50%;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100px;
	overflow: hidden;
	z-index: 2000; */
	height: 0;
	/* Counteract nav wrapper sitting below main element */
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\2190' !important;
	color: rgba(255, 255, 255, 0.8) !important;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\2192' !important;
}
.flex-control-paging li a {
	background: rgba(255, 255, 255, 0.5) !important;
}
.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0.9) !important;
}
.slide-link {
	/* width: 33.33%; */
	/* height: 360px; */
	display: block;
}
ul.flex-direction-nav li {
	list-style: none;
}
/*
.flex-active-slide {
	&::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 25%, rgba(0, 0, 0, 0) 100%);
	}
}
*/
/*========================================================================
	Cards 
========================================================================*/
.title-wrap {
    margin-bottom: 2rem;
    position: relative;
}
.work {
    /* position: relative;
    clear: both;
    overflow: hidden; */
    display: flex;
    flex-wrap: wrap;
}
/* padding: 0;
    background: transparent;
    -webkit-backface-visibility: hidden; */
@media (min-width: 1024px) {
.work-post {
        /* width: 23%; */
}
    }
/* position: relative;
    float: left;
    width: 48%;
    margin: 1% 1%; */
.work-post figure {
        padding: 0;
        margin: 0;
    }
.work-post figure img {
            width: 100%;
            max-width: 100%;
            float: left;
            opacity: 1;
            overflow: hidden;
            transform: scale(1);
            transition: all 200ms ease-in-out;
            -webkit-backface-visibility: hidden;
            margin: 0 !important;
        }
/* margin: 0;
        padding: 0;
        border: none;
        display: block;
        position: relative;
        overflow: hidden;
        -webkit-backface-visibility: hidden; */
.work-post a:hover img {
            /* transition: all 200ms ease-out;
            -webkit-backface-visibility: hidden; */
        }
.work-post .work-post__title {
        font-size: 2rem;
        color: #fff;
        line-height: 1;
        letter-spacing: .015em;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
        margin-bottom: 0;
        transition: all 200ms ease-in-out;
    }
@media (max-width: 768px) {
.work-post .work-post__title {
            font-size: 2rem
    }
        }
/* .post-type-archive-services .work-post {
    @media (min-width: 1024px) {
        width: 23%;
    }
} */
.portfoliohover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    opacity: 1;
    transition: all 200ms ease-in-out;
    padding: 5%;
}
.portfoliohover:hover {
        background: rgba(0, 0, 0, .35);
        transition: all 200ms ease-out;
        -webkit-backface-visibility: hidden;
        opacity: 1;
    }
.vertcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 5%;
}
/*========================================================================
	Card Layout 
========================================================================*/
.card {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.card .mask {
        height: 200px;
        width: 200px;
        vertical-align: middle;
        margin-right: 24px;
        margin-bottom: 8px;
        border-radius: 50%;
        position: relative;
    }
.card__hero {
        width: 100%;
        margin: 0;
        border-radius: 32px 32px 0 0;
    }
.card__wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2rem;
        margin-bottom: auto;
        border: 1px solid #ddd;
        border-radius: 32px;
        height: 100%;
        box-shadow: 5px 0 15px rgba(0, 0, 0, .25);
        position: relative;
        top: 0;
        transition: 300ms ease-out;
    }
.card__wrap:hover {
            box-shadow: 7px 0 20px rgba(0, 0, 0, .25);
            top: -5px;
            transition: 300ms ease-out;
        }
.card__wrap a.button {
            margin: auto 2rem 0;
        }
.card__content {
        padding: 2rem;
    }
.card__title {
        font-family: var(--title-face);
        font-size: var(--font-title-small);
        color: #0d2132;
        text-align: center;
        text-transform: capitalize;
        margin: 0 0 1rem;
    }
@media (max-width: 768px) {
.card__title {
            font-size: var(--font-title-x-small)
    }
        }
.card__title--incl_body {
            margin: 0;
        }
.card__body {
        font-size: 1rem;
        color: #888888;
        line-height: 1.5;
        margin-top: .5rem;
        margin-bottom: 0 !important;
    }
.card .button {
        margin: 0;
    }
.card.column:last-of-type {
        float: left;
    }
.card--wide {
        margin-bottom: 4rem;
    }
.card--wide .card__wrap {
                flex-direction: row;
                flex-wrap: nowrap;
                align-items: stretch;
                padding-bottom: 0;
            }
@media (max-width: 768px) {
.card--wide .card__wrap {
                    flex-direction: column
            }
                }
.card--wide .card__wrap a.button {
                    margin-top: 1rem;
                }
.card--wide .card__hero {
                max-width: 45%;
                border-radius: 32px 0 0 32px;
                overflow: hidden;
            }
@media (max-width: 768px) {
.card--wide .card__hero {
                    max-width: 100%;
                    border-radius: 32px 32px 0 0
            }
                }
.card--wide .card__hero img {
                    -o-object-fit: cover;
                       object-fit: cover;
                    width: 100%;
                    height: 100%;
                }
.card--wide .card__content {
                max-width: 55%;
                margin: auto;
            }
@media (max-width: 768px) {
.card--wide .card__content {
                    max-width: 100%
            }
                }
.card--wide:nth-child(even) .card__wrap {
                    flex-direction: row-reverse;
                }
@media (max-width: 768px) {
.card--wide:nth-child(even) .card__wrap {
                        flex-direction: column
                }
                    }
.card--wide:nth-child(even) .card__hero {
                    border-radius: 0 32px 32px 0;
                }
@media (max-width: 768px) {
.card--wide:nth-child(even) .card__hero {
                        border-radius: 32px 32px 0 0
                }
                    }
.single-doors .hero__content .hero__title {
          font-size: 3rem;
      }
.flex-row {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.flex-row .row {
    display: flex;
    flex-direction: row;
  }
@media (max-width: 768px) {
.flex-row .row {
        flex-direction: column
  }
    }
@media (max-width: 768px) {
.flex-row .row .vertical-align {
        top: 0%;
        transform: translateY(0%)        
    }
      }
.flex-row .door-features__title {
    font-size: 2.5rem;
    letter-spacing: .015em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
  }
.flex-row li {
    text-align: left;
    color: #fff;
  }
.door-features {
  background-color: #0d2132;
}
.single-doors .hero__content .hero__title, #our-process .hero__content .hero__title {
      margin-bottom: 0;
    }
.single-doors .hero__content .link.hero__link, #our-process .hero__content .link.hero__link {
      font-size: .9rem;
      color: #eee;
      /* box-shadow: 0 1px 0 0 white; */
      border: none;
    }
.single-doors .hero__content .link.hero__link:hover, #our-process .hero__content .link.hero__link:hover {
        /* box-shadow: 0 1px 0 0 $brandColorPrimary; */
        top: 0;
      }
.single-doors .hero__content .link.hero__link:hover:before, #our-process .hero__content .link.hero__link:hover:before {
            content: '<';
            margin-right: 5px;
            left: -3px;
        }
.single-doors .hero__content .link.hero__link:before, #our-process .hero__content .link.hero__link:before {
          content: '<';
          margin-right: 5px;
          position: relative;
          left: 0;
      }
.single-doors .hero__description p, #our-process .hero__description p {
      font-size: 1.125rem;
      margin-top: 0;
      color: #fff;
    }
.single-doors .feature-gallery, #our-process .feature-gallery {
    height: 80vh;
  }
.single-doors .feature-gallery__content li, #our-process .feature-gallery__content li {
      color: #fff;
      text-align: left;
    }
#our-process .feature-gallery {
    height: 50vh;
  }
.customization-add-ons {
  padding: 1.5rem;
}
.customization-add-ons .customization-add-ons__title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.15;
    color: #0d2132;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
  }
.single-doors li.feature-gallery--slider {
    min-height: 500px;
    height: 360px;
    max-height: 360px;
    background-size: cover !important;
    background-position: center center;
  }
.door-features__door-wrapper {
  position: relative;
}
.point {
  position: absolute;
}
.point .point__wrap .point-dot {
      width: 24px;
      height: 24px;
      background: #fff;
      border-radius: 100%;
      border: 2px solid #0d2132;
      position: relative;
    }
.point .point__wrap .point-dot:before {
        content: " ";
        position: absolute;
        background: #0d2132;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: none;
      }
.point .hover-point__card {
    display: none;
    background: #fff;
    padding: 10px;
    border: 2px solid #0d2132;
    border-radius: 9px;
    min-width: 120px;
    width: 180px;
    max-width: 180px;
    position: absolute;
    bottom: calc(100%);
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
  }
.point .hover-point__card:after {
      content: '';
      border: 10px solid transparent;
      border-top-color: #0d2132;
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
    }
.point .hover-point__card p {
      font-size: 1rem;
    }
.point:hover .hover-point__card {
    display: block;
  }
.point:hover .point-dot:before {
    display: block;
  }
.point:first-of-type {
    top: 58%;
    left: 33%;
  }
.point:nth-of-type(2) {
    top: 14%;
    left: 82%;
  }
.point:nth-of-type(3) {
    top: 6%;
    left: 7%;
  }
.point:nth-of-type(4) {
    top: 40%;
    left: 24%; 
  }
.point:nth-of-type(5) {
    top: 80%;
    left: 70%;
  }
#standard .point:first-of-type {
      top: 20%;
      left: 55%;
    }
#standard .point:nth-of-type(2) {
      top: 43%;
      left: 41%;
    }
#standard .point:nth-of-type(3) {
      top: 45%;
      left: 33%;
    }
#standard .point:nth-of-type(4) {
      top: 75%;
      left: 77%;
    }
#standard .point:nth-of-type(5) {
      top: 80%;
      left: 70%;
    }
#pivot .point:first-of-type {
      top: 12%;
      left: 60%;
    }
#pivot .point:nth-of-type(2) {
      top: 43%;
      left: 40%;
    }
#pivot .point:nth-of-type(3) {
      top: 53%;
      left: 60%;
    }
#pivot .point:nth-of-type(4) {
      top: 83%;
      left: 55%;
    }
#pivot .point:nth-of-type(5) {
      top: 80%;
      left: 70%;
    }
#concealed .point:first-of-type {
      top: 28%;
      left: 56%;
    }
#concealed .point:nth-of-type(2) {
      top: 43%;
      left: 41%;
    }
#concealed .point:nth-of-type(3) {
      top: 66%;
      left: 55%;
    }
#concealed .point:nth-of-type(4) {
      top: 72%;
      left: 76%;
    }
#concealed .point:nth-of-type(5) {
      top: 80%;
      left: 70%;
    }
#pocket .point:first-of-type {
      top: 18%;
      left: 54%;
    }
#pocket .point:nth-of-type(2) {
      top: 44%;
      left: 20%;
    }
#pocket .point:nth-of-type(3) {
      top: 53%;
      left: 75%;
    }
#pocket .point:nth-of-type(4) {
      top: 70%;
      left: 32%;
    }
#pocket .point:nth-of-type(5) {
      top: 80%;
      left: 70%;
    }
#utility .point:first-of-type {
      top: 20%;
      left: 55%;
    }
#utility .point:nth-of-type(2) {
      top: 43%;
      left: 41%;
    }
#utility .point:nth-of-type(3) {
      top: 45%;
      left: 33%;
    }
#utility .point:nth-of-type(4) {
      top: 75%;
      left: 77%;
    }
#utility .point:nth-of-type(5) {
      top: 80%;
      left: 70%;
    }
.door-layout-options img {
    width: 70vw;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
.archive .door-features__content h2 a {
      color: #0d2132;
    }
.archive .door-features__content p {
      color: #0d2132;
    }
.archive .door-features__content li {
      color: #0d2132;
    }
.single-doors .door-features__content p {
      color: #fff;
    }
.single-doors .door-features__content li {
      color: #fff;
    }
.term-door-layouts .door-features__content h2 {
      text-align: center;
    }
.term-door-layouts .door-features__content img {
      width: 100%;
    }
.post-type-archive-case_study .hero {
    margin-bottom: 0;
  }
/*========================================================================
	CONTACT 
========================================================================*/
.contact-section {
	background-color: #ffffff;
	padding: 4rem 0;
}
/* border-top: 1px solid #959595; */
.contact-section__content {
		margin-bottom: 2rem;
	}
.contact-section__title {
		font-size: var(--font-title-large);
	}
.contact-section .wpcf7 p {
			margin-bottom: 1rem;
		}
.cta-section {
	background-color: #0d2132;
	padding: 1rem 0;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}
.cta-section__content p {
			color: #ffffff;
		}
.cta-section__content .button {
			margin-top: 2rem;
		}
.cta-section__title {
		font-family: 'Cinzel', serif;
		font-size: var(--font-title-xx-large);
		color: #83ceff;
		margin-bottom: 1rem;
	}
@media (max-width: 1400px) {
.cta-section__title {
			font-size: var(--font-title-x-large)
	}
		}
@media (max-width: 768px) {
.cta-section__title {
			font-size: var(--font-title-large)
	}
		}
.cta-section__inner {
		background-image: url(/wp-content/themes/acanthus/app/assets/images/acanthus-logo-icon.svg);
		background-repeat: no-repeat;
		background-position: calc(100% + 200px);
		background-size: contain;
		background-blend-mode: overlay;
		background-color: #0d2132;
		padding: 11rem 0;
	}
#quick-contact {
	background: #ddd;
}
#quick-contact form {
	padding: 20% 0;
}
form {
	width: 100%;
	float: left;
}
@media screen and (max-width: 667px) {
form {
		width: 96%;
		margin: 2% 2% 2%;
		float: left;
		clear: both
}
	}
fieldset {
	max-width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
label {
	font-family: var(--nav-face);
	font-weight: 500;
	font-size: var(--font-size-small);
	text-transform: none;
	color: #828282;
	letter-spacing: .0625em;
}
@media screen and (max-width: 667px) {
label {
		/*font-size: .875em;*/
}
	}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
input.wpcf7-form-control.wpcf7- {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background: #ffffff;
	font-family: inherit;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	color: rgba(0, 0, 0, 0.65);
	font-family: var(--body-face);
	display: block;
	font-size: 1rem;
	margin: 0;
	padding: 0.5rem;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	outline: none;
}
textarea {
	max-width: 100%;
	min-height: 200px;
}
.wpcf7 input[type="file"] {
	border: none;
}
select {
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	background: transparent !important;
}
.dropdown {
	background: url("images/dropdown-arrow.png") no-repeat right #e9e9e9;
	width: 100%;
	height: 40px;
}
optgroup {
	background: transparent !important;
	-webkit-appearance: none;
}
option {
	background: transparent;
}
.option {
	background: #ff6937;
}
input:focus,
textarea:focus {
	background: #f8f8f8;
	color: #0d2132;
	transition: all .5s, font-size 0s;
}
#textarea {
	max-width: 100%;
	height: auto;
	resize: none;
	padding: .8em;
	margin: 0;
	border: none;
}
.submitbutton {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1.4em 1.4em 1.2em;
	font-family: var(--body-face);
	;
	/*font-size: 1.125em;*/
	color: #ffffff;
	text-transform: uppercase;
	background: #0E406A;
	border: none;
	letter-spacing: .075em;
	font-size: .75em;
}
.submitbutton:hover {
		color: #fff;
		cursor: pointer;
		background: #0E406A;
	}
.submitbutton:active {
		color: #fff;
		cursor: pointer;
		position: relative;
		top: 2px;
		background: #f48458;
	}
@media screen and (max-width: 667px) {
		#contact article {
			width: 100%;
			padding: 0 2% 2%;
		}
}
#contact .content {
		padding: 6rem 0 6rem;
	}
@media screen and (max-width: 768px) {
#contact .content {
			padding: 2rem 0 6rem
	}
		}
#contact .content form {
			/* margin-top: -100px; */
			background: #ffffff;
			padding: 0 5% 4rem;
		}
@media screen and (max-width: 1200px) {
#contact .content form {
				margin-top: 0
		}
			}
#contact .is-the-content {
		/* max-width: 672px; */
		max-width: 800px;
		padding: 0 1.5rem 0;
		margin: 0 auto;
	}
@media screen and (max-width: 1200px) {
#contact .is-the-content {
			padding-top: 2rem;
			padding-bottom: 2rem
	}
		}
.main-form {
	float: right;
}
.contact-info-section {
	/* background-color: $lightGray; */
	/* background: $lightGray; */
	background-repeat: repeat !important;
	/* padding: 4rem 0; */
	text-align: left;
	float: left !important;

}
.contact-info-section h2 {
		color: #0d2132;
	}
.contact-info {

	text-align: left;
	padding: 0 5% 4rem;
}
.contact-info div {
		color: #0d2132;
		font-size: ;
	}
.contact-info div a {
			color: #0d2132;
		}
.contact-info__content {
		margin-bottom: 1rem;

	}
.contact-info__content .location__meta {
				display: block;

			}
.contact-info__content .map-responsive {
			margin-top: 1rem;
		}
.contact-info--footer {
		padding: 0;
	}
.contact-info--footer .contact-info__content {
				margin-bottom: 1rem;

			}
.contact-info--footer .contact-info__content .location__meta,
					.contact-info--footer .contact-info__content .location .phone,
					.contact-info--footer .contact-info__content .location .email {
						color: #ffffff;
						display: inline;
					}
.contact-info--footer .contact-info__content .location__meta:hover, .contact-info--footer .contact-info__content .location .phone:hover, .contact-info--footer .contact-info__content .location .email:hover {
							color: #83ceff !important;
						}
.contact-info--footer .contact-info__content .location__title {
						color: #ffffff;
					}
.contact-info--footer .contact-info__content a:hover {
						text-decoration: underline;
						color: #83ceff !important;
					}
.contact-info--footer .contact-info__content span.phone,
				.contact-info--footer .contact-info__content span.separator,
				.contact-info--footer .contact-info__content span.email,
				.contact-info--footer .contact-info__content span.email a {
					color: #ffffff;
				}
.contact-info--footer .contact-info__content span.phone:hover, .contact-info--footer .contact-info__content span.separator:hover, .contact-info--footer .contact-info__content span.email:hover, .contact-info--footer .contact-info__content span.email a:hover {
						text-decoration: underline;
						color: #83ceff;
					}
.two-up .absolute {
	height: 100%;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1200px) {
.two-up .absolute {
		position: relative
}
	}
.testimonial {
	/* background-color: $lightGray; */
	background: #dddedd;
	background-repeat: repeat !important;
	padding: 4rem 0;
}
.testimonial__description {
		font-size: var(--font-size-large);
		color: #636e78;
		text-align: center;
		font-style: italic;
	}
@media (max-width: 768px) {
.testimonial__description {
			font-size: var(--font-size-medium)
	}
		}
.testimonial__attribution {
		font-size: var(--font-size-large);
		color: #0d2132;
		text-align: center;
	}
@media (max-width: 768px) {
.testimonial__attribution {
			font-size: var(--font-size-medium)
	}
		}
/*========================================================================
	Pagination                                                            10

#page-nav {
	width: 100%;
	padding: 1%;
	font-family: 'Antartida-Bold', sans serif;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	float: left;
    a {
        margin: 0 5px;
        width: 60px;
        text-align: center;
        padding: 7px 12px 5px;
        color: #f8f8f8;	
        background: #ED612A;
        border: none;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        text-decoration: none;
    }
}

#page-nav div a:hover {
	background: #EEECE6;
	color: #ED612A;
}
.previous {
	float: left;
}
.next {
	float: right;
}========================================================================*/
/*========================================================================
	Pagination
========================================================================*/
#pagination {
    width: 100%;
    z-index: 5;
    transition: opacity .5s .2s;
}
#pagination a {
        text-align: center;
        display: block;
        font-family: var(--body-face);;
        position: relative;
    }
#pagination a .back-to-work {
            padding: 2rem;
            background: #e0e0e0;
            font-size: 1.25rem;
            color: #777;
            font-weight: 600;
            letter-spacing: .025em;
            text-transform: none;
        }
#pagination a .back-to-work:hover {
                background: #404040;
                color: #ddd;
            }
#pagination a img{
            filter: grayscale(100%);
        }
#pagination a .svcHhover{
            height: 100%; 
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            padding: 5%;
            margin: 0;
            background: rgba(26, 78, 157, 0.68);
            color: #FFF;
            text-align: center;
            text-transform: uppercase;
            /* opacity: 0; */
            transition: background 500ms ease-in-out;
        }
#pagination a:hover img{
                filter: grayscale(0%);
            }
#pagination a:hover .svcHhover{
                background: rgba(0, 0, 0, 0.35);
                transition: background 500ms ease-in-out;
            }
#pagination .previous {
        width: 50%;
        padding: 0;
        pointer-events: auto;
        float: left;
        height: 300px;
        position: relative;
        overflow: hidden;
        margin: 0;
        border: none;
    }
#pagination .previous a {
            border-right: 1px solid white;
        }
#pagination .next {
        width: 50%;
        padding: 0;
        pointer-events: auto;
        float: right;
        height: 300px;
        position: relative;
        overflow: hidden;
        margin: 0;
        border: none;
    }
#pagination .next a {
            border-left: 1px solid white;
        }
#pagination .vertcenter h2{
            color: #ffffff;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        }
#pagination .previous a,
#pagination .next a {
    background: #eee;
    color: #555;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: none;
    border-top: 2px solid white;
	border-bottom: 2px solid white;
	cursor: pointer;
    position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#pagination .previous a:hover,
#pagination .next a:hover {
	background: #1a4e9d;
    color: #eee;
    border-top: 2px solid white;
	border-bottom: 2px solid white;
}
/*========================================================================
	* THANK YOU *
========================================================================*/
#thanks .thanks {
	max-width: 600px;
	margin: 50px auto 200px auto;
	text-align: center;
}
#thanks .thanks h2 {
        margin: 0 auto 20px auto;
    }
#thanks .thanks p {
        max-width: 460px;
        margin: 0 auto 10px auto;
        text-align: center;
    }
/*========================================================================
	* 404 * 
========================================================================*/
#youbrokeit img {
	max-width: 708px;
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	display: block;
}
.featured-service .featured-content {
    margin-bottom: 1.5rem;
  }
.featured-service .featured-content:nth-of-type(4) {
      margin-bottom: 0;
    }
@media (min-width: 1024px) {
.featured-service .featured-content {
      margin: 0 0 3rem
  }

      .featured-service .featured-content:nth-of-type(3) {}
    }
.featured-service__description {}
.featured-service__image {}
.featured-service__content {
    margin-bottom: 2rem;
  }
.gallery {
  padding-top: 4rem;
}
.gallery .work-wrap:last-of-type, .gallery .card__wrap:last-of-type {
      float: left;
    }
/*========================================================================
	* THANK YOU *
========================================================================*/
#thanks .thanks {
	max-width: 600px;
	margin: 50px auto 200px auto;
	text-align: center;
}
#thanks .thanks h2 {
	margin: 0 auto 20px auto;
}
#thanks .thanks p {
	max-width: 460px;
	margin: 0 auto 10px auto;
	text-align: center;
}
/*========================================================================
	FOOTER 
========================================================================*/
/* Footer */
.footer {
	background-color: #0d2132;
	padding: 1rem 0 2rem;
}
/* border-top: 10px solid #959595; */
.footer .column {
		padding-top: 1rem;
	}
.footer .logo {
		width: 180px;
		padding-right: 1.5rem;
		position: absolute;
		right: 0;
	}
@media (max-width: 768px) {
.footer .logo {
			position: relative
	}
		}
/* For contact page */
.address br {
		display: none;
	}
#contact-info {
	font-family: var(--nav-face);
	font-size: var(--font-size-small);
	color: #ffffff;
}
#contact-info span {
		display: inline-block;
	}
#contact-info .address {
		color: #ffffff;
		display: block;
	}
#contact-info .address br {
			display: block;
		}
@media (min-width: 768px) {
#contact-info .address br {
				display: none
		}
			}
#contact-info .phone {
		color: #ffffff;
	}
#contact-info .email a {
			color: #ffffff;
		}
#contact-info .email a:hover {
				color: #83ceff;
			}
#contact-info .seperator {
		display: none;
	}
@media (min-width: 768px) {
#contact-info .seperator {
			display: none;
			margin: 0 0.25em
	}

			#contact-info .seperator:last-of-type {
				display: none;
			}
		}
.copyright {
	font-family: var(--nav-face);
	font-size: var(--font-size-xx-small);
	font-weight: 400;
	color: #ffffff;
}
.copyright a:link {
			font-weight: 400;
			color: #ffffff;
		}
.copyright a:visited {
			color: #ffffff;
		}
.copyright a:hover {
			color: #83ceff;
		}
.reveal-on-scroll {
  opacity: 0;
  transition: opacity, transform 600ms ease-in-out;
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  transform: translateY(40px);
}
.reveal-on-scroll--is-visible {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity, transform 600ms ease-in-out;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  }
