/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * 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; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Stylesheet: Variables
******************************************************************/
/* white */
/* pink */
/* orange */
/* red */
/* black */
/******************************************************************
Stylesheet: Typography
******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: font-1;
  src: url("../fonts/MessinaSansNisgaaWeb-Book.woff"); }

@font-face {
  font-family: font-1;
  src: url("../fonts/MessinaSansNisgaaWeb-Bold.woff");
  font-weight: 600; }

@font-face {
  font-family: font-2;
  src: url("../fonts/MessinaSerifNisgaaWeb-Light.woff"); }

@font-face {
  font-family: font-2;
  src: url("../fonts/MessinaSerifNisgaaWeb-LightItalic.woff");
  font-style: italic; }

@font-face {
  font-family: font-3;
  src: url("../fonts/ABCGintoNord-Light.otf"); }

@font-face {
  font-family: font-4;
  src: url("../fonts/SourceCodePro-SemiBold.ttf"); }

/* font stacks */
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000000;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: 100%;
  /*max-width: 400px;*/
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  background-color: #777777; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #818181;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #b2b2b2;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #0077ee; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 100px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*********************
GENERAL STYLES
*********************/
html {
  position: relative; }

body {
  font-family: font-1;
  display: block;
  width: 100%;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1900px) {
    body {
      font-size: 120%; } }

.color__brand-1 {
  color: #ffffff; }

.background__brand-1 {
  background-color: #ffffff; }

svg[class$="__brand-1"] {
  fill: #ffffff; }

.hamburger__brand-1 {
  background-color: #ffffff; }
  .hamburger__brand-1:before, .hamburger__brand-1:after {
    background-color: #ffffff; }

.has-brand-1-background-color {
  background-color: #ffffff; }

.has-brand-1-color {
  color: #ffffff; }

.wp-block-buttons .wp-block-button a.has-brand-1-color {
  border-color: #ffffff;
  color: #ffffff; }

.button a.has-brand-1-color, .wp-block-buttons .wp-block-button a.has-brand-1-color {
  border-color: #ffffff;
  color: #ffffff; }

.color__brand-2 {
  color: #AA88BC; }

.background__brand-2 {
  background-color: #AA88BC; }

svg[class$="__brand-2"] {
  fill: #AA88BC; }

.hamburger__brand-2 {
  background-color: #AA88BC; }
  .hamburger__brand-2:before, .hamburger__brand-2:after {
    background-color: #AA88BC; }

.has-brand-2-background-color {
  background-color: #AA88BC; }

.has-brand-2-color {
  color: #AA88BC; }

.wp-block-buttons .wp-block-button a.has-brand-2-color {
  border-color: #AA88BC;
  color: #AA88BC; }

.button a.has-brand-2-color, .wp-block-buttons .wp-block-button a.has-brand-2-color {
  border-color: #AA88BC;
  color: #AA88BC; }

.color__brand-3 {
  color: #FA641C; }

.background__brand-3 {
  background-color: #FA641C; }

svg[class$="__brand-3"] {
  fill: #FA641C; }

.hamburger__brand-3 {
  background-color: #FA641C; }
  .hamburger__brand-3:before, .hamburger__brand-3:after {
    background-color: #FA641C; }

.has-brand-3-background-color {
  background-color: #FA641C; }

.has-brand-3-color {
  color: #FA641C; }

.wp-block-buttons .wp-block-button a.has-brand-3-color {
  border-color: #FA641C;
  color: #FA641C; }

.button a.has-brand-3-color, .wp-block-buttons .wp-block-button a.has-brand-3-color {
  border-color: #FA641C;
  color: #FA641C; }

.color__brand-4 {
  color: #EA3338; }

.background__brand-4 {
  background-color: #EA3338; }

svg[class$="__brand-4"] {
  fill: #EA3338; }

.hamburger__brand-4 {
  background-color: #EA3338; }
  .hamburger__brand-4:before, .hamburger__brand-4:after {
    background-color: #EA3338; }

.has-brand-4-background-color {
  background-color: #EA3338; }

.has-brand-4-color {
  color: #EA3338; }

.wp-block-buttons .wp-block-button a.has-brand-4-color {
  border-color: #EA3338;
  color: #EA3338; }

.button a.has-brand-4-color, .wp-block-buttons .wp-block-button a.has-brand-4-color {
  border-color: #EA3338;
  color: #EA3338; }

.color__brand-5 {
  color: #000000; }

.background__brand-5 {
  background-color: #000000; }

svg[class$="__brand-5"] {
  fill: #000000; }

.hamburger__brand-5 {
  background-color: #000000; }
  .hamburger__brand-5:before, .hamburger__brand-5:after {
    background-color: #000000; }

.has-brand-5-background-color {
  background-color: #000000; }

.has-brand-5-color {
  color: #000000; }

.wp-block-buttons .wp-block-button a.has-brand-5-color {
  border-color: #000000;
  color: #000000; }

.button a.has-brand-5-color, .wp-block-buttons .wp-block-button a.has-brand-5-color {
  border-color: #000000;
  color: #000000; }

.has-white-color {
  color: white !important; }

.has-black-color {
  color: black; }

.background__white {
  background-color: white; }

.background__dark {
  background-color: #cccccc; }

[class^="bg-gradient"] {
  background-size: cover; }
  [class^="bg-gradient"] .position-bottom {
    background-position: bottom center; }
  [class^="bg-gradient"] .position-top {
    background-position: top center; }
  [class^="bg-gradient"] .position-center {
    background-position: center center; }

.bg-gradient-1 {
  background: url("../images/gradient-1.png") center center norepeat; }

.color__white {
  color: white; }

.color__black {
  color: black; }

.hidden {
  display: none !important; }

.button, .wp-block-buttons .wp-block-button {
  display: block;
  margin-top: 2em;
  text-align: center; }
  .button a, .wp-block-buttons .wp-block-button a {
    font-size: 0.8em;
    text-transform: uppercase;
    color: inherit;
    font-weight: 600;
    letter-spacing: 0em;
    border-radius: 0;
    border-width: 1px;
    color: white;
    background-color: transparent;
    padding: 1.3em 2em;
    border-style: solid;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: font-1; }
    .button a:hover, .wp-block-buttons .wp-block-button a:hover, .button a:focus, .wp-block-buttons .wp-block-button a:focus {
      border-color: white;
      color: #000000;
      background-color: white;
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }
    .button a.has-brand-4-color:hover, .wp-block-buttons .wp-block-button a.has-brand-4-color:hover, .button a.has-brand-4-color:focus, .wp-block-buttons .wp-block-button a.has-brand-4-color:focus {
      border-color: #EA3338;
      color: #ffffff;
      background-color: #EA3338; }
    .button a.has-brand-5-color:hover, .wp-block-buttons .wp-block-button a.has-brand-5-color:hover, .button a.has-brand-5-color:focus, .wp-block-buttons .wp-block-button a.has-brand-5-color:focus {
      border-color: #000000;
      color: #ffffff;
      background-color: #000000; }
    .button a.has-brand-3-color:hover, .wp-block-buttons .wp-block-button a.has-brand-3-color:hover, .button a.has-brand-3-color:focus, .wp-block-buttons .wp-block-button a.has-brand-3-color:focus {
      border-color: #FA641C;
      color: #ffffff;
      background-color: #FA641C; }
    .button a.has-brand-2-color:hover, .wp-block-buttons .wp-block-button a.has-brand-2-color:hover, .button a.has-brand-2-color:focus, .wp-block-buttons .wp-block-button a.has-brand-2-color:focus {
      border-color: #AA88BC;
      color: #ffffff;
      background-color: #AA88BC; }
  .button.button__white, .wp-block-buttons .button__white.wp-block-button {
    color: white;
    border-color: white; }
  .button.button__black, .wp-block-buttons .button__black.wp-block-button {
    color: black;
    border-color: black; }

.wp-block-buttons .wp-block-button {
  border-radius: 0; }
  .wp-block-buttons .wp-block-button a {
    color: white;
    border: 1px solid white;
    font-family: font-1; }
  .wp-block-buttons .wp-block-button.has-small-font-size {
    font-size: 0.65em !important;
    margin-top: 0; }

.anim-fade--slow {
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
  .anim-fade--slow.active {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em); }

.anim-fade {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
  .anim-fade.active {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em); }

.anim-fade-up--slow {
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 3s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em); }
  .anim-fade-up--slow.active {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em); }

.anim-fade-up {
  opacity: 0;
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 2s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 2s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 2s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 2s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 2s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 2s cubic-bezier(0, 0, 0.2, 1) 0s; }
  .anim-fade-up.active {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em); }

.fade-in {
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: opacity 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  overflow-x: visible;
  overflow-y: visible; }
  .fade-in.disabled {
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s; }

.parallax-section {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 767px) {
    .parallax-section {
      min-height: 50vh; } }
  @media (min-width: 1030px) {
    .parallax-section {
      min-height: 90vh; } }
  .parallax-section .uagb-columns__inner-wrap {
    width: 100%; }

.z-index-100 {
  z-index: 100; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap-full {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto -10px auto; }

.wrap {
  width: 95%;
  display: block;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .wrap {
      width: 90%; } }

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

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

/*********************
TEXT STYLES
*********************/
a,
a:visited {
  text-decoration: none;
  white-space: nowrap; }
  a:not(.button):focus,
  a:visited:not(.button):focus {
    outline: none; }

p {
  text-rendering: optimizelegibility;
  line-height: 160%;
  letter-spacing: 0em;
  color: #000000;
  font-size: 1.075em;
  margin: 20px auto;
  font-family: font-2;
  font-weight: 200; }
  p.no-margin-bottom {
    margin-bottom: 0 !important; }
  p.no-margin-top {
    margin-top: 0 !important; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-rendering: optimizelegibility;
  font-weight: 200;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 150%;
  font-family: font-3;
  letter-spacing: 0em; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    text-decoration: none; }
  h1.no-margin-bottom,
  .h1.no-margin-bottom,
  h2.no-margin-bottom,
  .h2.no-margin-bottom,
  h3.no-margin-bottom,
  .h3.no-margin-bottom,
  h4.no-margin-bottom,
  .h4.no-margin-bottom,
  h5.no-margin-bottom,
  .h5.no-margin-bottom,
  h6.no-margin-bottom,
  .h6.no-margin-bottom {
    margin-bottom: 0; }
  h1.no-margin-top,
  .h1.no-margin-top,
  h2.no-margin-top,
  .h2.no-margin-top,
  h3.no-margin-top,
  .h3.no-margin-top,
  h4.no-margin-top,
  .h4.no-margin-top,
  h5.no-margin-top,
  .h5.no-margin-top,
  h6.no-margin-top,
  .h6.no-margin-top {
    margin-top: 0; }

h1,
.h1 {
  font-size: 2.2em; }
  @media (min-width: 767px) {
    h1,
    .h1 {
      font-size: 3em; } }
  @media (min-width: 1030px) {
    h1,
    .h1 {
      font-size: 4em; } }

h2,
.h2 {
  font-size: 1.75em; }
  @media (min-width: 767px) {
    h2,
    .h2 {
      font-size: 2.2em; } }
  @media (min-width: 1030px) {
    h2,
    .h2 {
      font-size: 2.6em; } }

h3,
.h3 {
  font-size: 1.5em; }
  @media (min-width: 767px) {
    h3,
    .h3 {
      font-size: 1.9em; } }
  @media (min-width: 1030px) {
    h3,
    .h3 {
      font-size: 2.2em; } }

h4,
.h4 {
  font-size: 1.25em; }
  @media (min-width: 767px) {
    h4,
    .h4 {
      font-size: 1.6em; } }

h5,
.h5 {
  font-size: 1.1em; }
  @media (min-width: 767px) {
    h5,
    .h5 {
      font-size: 1.3em; } }

h6,
.h6 {
  font-size: 0.9em; }
  @media (min-width: 767px) {
    h6,
    .h6 {
      font-size: 1em; } }

.title, .main-nav li a, .mobile-nav-wrap li a, .blog-wrap header .blog-return a, .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6, .entry-content .wp-block-post-date, .blog-posts-wrap .blog-posts .blog-post .blog-post-inner .blog-post-date, .footer .footer-sections .footer-section-2 .footer-nav li a, .footer .footer-sections .footer-section-3 .newsletter .newsletter-title, .footer .footer-sections .footer-section-3 .footer-blog-link a {
  text-transform: uppercase;
  letter-spacing: 0em;
  font-family: font-1; }

/*********************
HEADER STYLES
*********************/
.header {
  width: 100%;
  z-index: 9998;
  position: fixed;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible;
  top: 0; }
  .header.scrolling {
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 1s, top 0s ease 1s;
    -o-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 1s, top 0s ease 1s;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 1s, top 0s ease 1s;
    visibility: hidden;
    top: -100%; }
  .header .header-inner {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2.4em;
    padding-top: 2.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 767px) {
      .header .header-inner {
        padding-bottom: 3.5em;
        padding-top: 2.5em; } }
    @media (min-width: 1030px) {
      .header .header-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding-top: 3.5em; } }
    .header .header-inner .header-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header .header-inner .header-section .logo {
        width: 50%;
        min-width: 180px; }
        @media (min-width: 767px) {
          .header .header-inner .header-section .logo {
            width: 10em; } }
        @media (min-width: 1030px) {
          .header .header-inner .header-section .logo {
            width: 12em; } }
        @media (min-width: 1900px) {
          .header .header-inner .header-section .logo {
            width: 14em; } }
        .header .header-inner .header-section .logo svg {
          width: 100%; }
          .header .header-inner .header-section .logo svg path {
            fill: white; }

/*********************
NAVIGATION STYLES
*********************/
.menu-button {
  width: 50px;
  height: 50px;
  padding: 1em 0 15px 15px;
  margin-right: 5%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease;
  -o-transition: opacity 0.3s ease, width 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease;
  z-index: 9998;
  position: absolute;
  right: 0; }
  @media (min-width: 767px) {
    .menu-button {
      padding: 1em 0 15px 15px; } }
  @media (min-width: 1030px) {
    .menu-button {
      display: none; } }
  .menu-button:before {
    content: "";
    width: 9.375em;
    height: 9.375em;
    position: absolute;
    bottom: -2.1875em;
    left: -2.1875em;
    border-radius: 100%;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  .menu-button div {
    position: absolute;
    height: 2px;
    width: 34px;
    -webkit-transition: background-color 0.1s ease 0.2s;
    -o-transition: background-color 0.1s ease 0.2s;
    transition: background-color 0.1s ease 0.2s;
    background-color: white; }
    @media (min-width: 767px) {
      .menu-button div {
        width: 40px; } }
    .menu-button div a#internal-menu-link {
      position: absolute;
      height: 60px;
      width: 60px;
      left: -10px;
      right: 0;
      top: -20px;
      bottom: 0;
      z-index: 9999;
      -webkit-tap-highlight-color: transparent; }
      .menu-button div a#internal-menu-link:focus {
        background-color: transparent;
        outline: 0;
        -webkit-tap-highlight-color: transparent; }
    .menu-button div:before {
      content: "";
      width: inherit;
      height: 2px;
      background-color: inherit;
      position: absolute;
      -webkit-transition: top 0.1s ease 0.2s, -webkit-transform 0.1s ease 0.2s;
      transition: top 0.1s ease 0.2s, -webkit-transform 0.1s ease 0.2s;
      -o-transition: top 0.1s ease 0.2s, transform 0.1s ease 0.2s;
      transition: top 0.1s ease 0.2s, transform 0.1s ease 0.2s;
      transition: top 0.1s ease 0.2s, transform 0.1s ease 0.2s, -webkit-transform 0.1s ease 0.2s;
      top: -6px; }
    .menu-button div:after {
      content: "";
      width: inherit;
      -webkit-transition: top 0.1s ease 0.2s, -webkit-transform 0.1s ease 0.2s;
      transition: top 0.1s ease 0.2s, -webkit-transform 0.1s ease 0.2s;
      -o-transition: top 0.1s ease 0.2s, transform 0.1s ease 0.2s;
      transition: top 0.1s ease 0.2s, transform 0.1s ease 0.2s;
      transition: top 0.1s ease 0.2s, transform 0.1s ease 0.2s, -webkit-transform 0.1s ease 0.2s;
      height: 2px;
      background-color: inherit;
      position: absolute;
      top: 6px; }
  .menu-button.exit {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s, width 0.5s ease 0.2s;
    -o-transition: opacity 0.2s ease 0s, width 0.5s ease 0.2s;
    transition: opacity 0.2s ease 0s, width 0.5s ease 0.2s; }
    .menu-button.exit:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1; }
    .menu-button.exit div {
      -webkit-transition: background-color 0.1s ease;
      -o-transition: background-color 0.1s ease;
      transition: background-color 0.1s ease;
      background-color: transparent; }
      .menu-button.exit div:before {
        top: 0px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
        transition: top 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
        -o-transition: top 0.15s ease 0s, transform 0.15s ease 0s;
        transition: top 0.15s ease 0s, transform 0.15s ease 0s;
        transition: top 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
        background-color: #000000; }
      .menu-button.exit div:after {
        top: 0px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
        transition: top 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
        -o-transition: top 0.15s ease 0s, transform 0.15s ease 0s;
        transition: top 0.15s ease 0s, transform 0.15s ease 0s;
        transition: top 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
        background-color: #000000; }

.main-nav {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1030px) {
    .main-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .main-nav li {
    margin: 0em 0 0 3.5em; }
    .main-nav li a {
      color: white;
      padding: 0.5em 0px;
      font-size: 1em;
      font-weight: 600;
      font-family: font-4;
      letter-spacing: 0.055em;
      border-bottom: 1px solid transparent;
      -webkit-transition: border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      transition: border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
      .main-nav li a:hover {
        border-bottom: 1px solid white; }
    .main-nav li.current_page_item a {
      border-bottom: 1px solid white; }

.mobile-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100vh;
  background: url("../images/footer-gradient.png") bottom center no-repeat;
  background-size: auto 140%;
  width: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  -o-transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  top: 0;
  padding: 5%;
  overflow-y: scroll; }
  @media (min-width: 767px) {
    .mobile-nav-wrap {
      padding: 4% 5% 5%; } }
  .mobile-nav-wrap .logo {
    width: 10em;
    margin: 1.5em 0 0 0;
    width: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
    @media (min-width: 767px) {
      .mobile-nav-wrap .logo {
        margin-top: 0; } }
    .mobile-nav-wrap .logo svg path {
      fill: #000000; }
    @media (min-width: 767px) {
      .mobile-nav-wrap .logo {
        width: 10em; } }
  @media (min-width: 1030px) {
    .mobile-nav-wrap {
      display: none; } }
  .mobile-nav-wrap.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
    .mobile-nav-wrap.open .logo {
      opacity: 1;
      -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
      -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
      transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }
    .mobile-nav-wrap.open .mobile-nav li {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1; }
      .mobile-nav-wrap.open .mobile-nav li:nth-child(1) {
        -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-nav-wrap.open .mobile-nav li:nth-child(2) {
        -webkit-transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-nav-wrap.open .mobile-nav li:nth-child(3) {
        -webkit-transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-nav-wrap.open .mobile-nav li:nth-child(4) {
        -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-nav-wrap.open .mobile-nav li:nth-child(5) {
        -webkit-transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-nav-wrap.open .mobile-nav li:nth-child(6) {
        -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    .mobile-nav-wrap.open .mobile-nav.secondary li {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1; }
      .mobile-nav-wrap.open .mobile-nav.secondary li:nth-child(1) {
        -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-nav-wrap.open .mobile-nav.secondary li:nth-child(2) {
        -webkit-transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-nav-wrap.open .mobile-nav.secondary li:nth-child(3) {
        -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-nav-wrap.open .mobile-nav.secondary li:nth-child(4) {
        -webkit-transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-nav-wrap.open .mobile-nav.secondary li:nth-child(5) {
        -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-nav-wrap.open .mobile-nav.secondary li:nth-child(6) {
        -webkit-transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .mobile-nav-wrap .mobile-nav {
    margin-top: 5em; }
    @media (min-width: 767px) {
      .mobile-nav-wrap .mobile-nav {
        margin-top: 3em; } }
    .mobile-nav-wrap .mobile-nav.secondary {
      font-size: 0.9rem;
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      margin-top: 2em;
      padding-top: 1em; }
      .mobile-nav-wrap .mobile-nav.secondary li a {
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: 0; }
  .mobile-nav-wrap li {
    margin: 1.5em 0px 0 0px;
    text-align: left;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0; }
    .mobile-nav-wrap li a {
      color: #ffffff;
      padding: 5px 0px;
      font-size: 1.2rem;
      font-weight: 600;
      border-bottom: 1px solid transparent;
      -webkit-transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      @media (min-width: 767px) {
        .mobile-nav-wrap li a {
          font-size: 1.4em; } }
      @media (min-width: 1030px) {
        .mobile-nav-wrap li a {
          font-size: 1em; } }
      .mobile-nav-wrap li a:hover {
        border-bottom: 1px solid white; }
    .mobile-nav-wrap li.current_page_item a {
      border-bottom: 1px solid white; }

/*********************
CONTENT STYLES
*********************/
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  background: url("../images/hero-gradient.jpg") center center no-repeat;
  background-size: cover;
  background: black; }
  .hero.disabled .hero-image {
    opacity: 0; }
  .hero.disabled .hero-inner .hero-title {
    opacity: 0; }
  .hero.disabled .hero-inner .hero-side-title {
    opacity: 0; }
  .hero .hero-image {
    width: 100%;
    height: 50vh;
    min-height: 380px;
    -webkit-transition: opacity 2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 2s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 2s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1; }
    .hero .hero-image:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: black;
      opacity: 0.1;
      z-index: 1; }
    @media (min-width: 767px) {
      .hero .hero-image {
        height: 60vh;
        min-height: 580px; } }
    @media (min-width: 1030px) {
      .hero .hero-image {
        height: 100vh;
        min-height: 680px; } }
  .hero .hero-inner {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 10%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 2; }
    .hero .hero-inner .hero-title {
      z-index: 2;
      text-align: center;
      position: relative;
      -webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
      -o-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
      transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
      padding-bottom: 0em; }
      @media (min-width: 767px) {
        .hero .hero-inner .hero-title {
          padding-bottom: 3em; } }
      .hero .hero-inner .hero-title h1 {
        color: white;
        line-height: 110%;
        letter-spacing: 0;
        text-align: left; }
        .hero .hero-inner .hero-title h1 span {
          font-family: font-2;
          font-size: 1.2em;
          font-style: italic; }
      .hero .hero-inner .hero-title img {
        height: 5em;
        width: auto; }
        @media (min-width: 767px) {
          .hero .hero-inner .hero-title img {
            height: 8em; } }
        @media (min-width: 1030px) {
          .hero .hero-inner .hero-title img {
            height: 10em; } }
    .hero .hero-inner .hero-side-title {
      position: absolute;
      bottom: 0;
      right: 5%;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      font-family: font-2;
      -webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1) 1s;
      -o-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1) 1s;
      transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1) 1s; }
      @media (min-width: 767px) {
        .hero .hero-inner .hero-side-title {
          right: 0; } }
      .hero .hero-inner .hero-side-title span {
        color: white;
        font-size: 0.75em; }
        @media (min-width: 767px) {
          .hero .hero-inner .hero-side-title span {
            font-size: 1.1em; } }

.blog-wrap {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 13em;
  padding-bottom: 0em;
  z-index: 2; }
  .blog-wrap:before {
    content: "";
    background: url("../images/blog-gradient-1.jpg") bottom center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: -1; }
  .blog-wrap:after {
    content: "";
    background: url("../images/blog-gradient-2.jpg") top center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100vh;
    right: 0;
    width: 100%;
    z-index: -2; }
  .blog-wrap header {
    width: 100%;
    padding: 5%; }
    @media (min-width: 767px) {
      .blog-wrap header {
        padding: 5% 10%; } }
    .blog-wrap header h1 {
      text-transform: uppercase; }
    .blog-wrap header .blog-return {
      display: block;
      margin-bottom: 2em; }
      .blog-wrap header .blog-return a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #000000;
        font-size: 0.9em;
        width: auto;
        font-weight: 200;
        position: relative; }
        .blog-wrap header .blog-return a:hover span:nth-child(1) {
          -webkit-transform: translateX(-0.5em);
          -ms-transform: translateX(-0.5em);
          transform: translateX(-0.5em); }
        .blog-wrap header .blog-return a span:nth-child(1) {
          width: 5em;
          height: 1em;
          background: url("../images/blog-arrow.svg") center right no-repeat;
          background-size: 100% 1.1em;
          -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
          @media (min-width: 767px) {
            .blog-wrap header .blog-return a span:nth-child(1) {
              background-size: 100% 1em; } }

.entry-content {
  margin-bottom: 0px; }
  .entry-content.blog-body {
    padding-bottom: 6em; }
  .entry-content p,
  .entry-content table,
  .entry-content blockquote,
  .entry-content ol,
  .entry-content ul,
  .entry-content dl {
    width: 100%;
    margin: 0 auto; }
  .entry-content p {
    letter-spacing: 0em;
    line-height: 170%;
    margin-top: 1.5em; }
    .entry-content p a {
      -ms-word-wrap: break-word;
      word-break: break-word;
      word-wrap: break-word;
      white-space: pre-wrap;
      text-decoration: underline;
      color: inherit; }
    .entry-content p.to-uppercase {
      text-transform: uppercase; }
    .entry-content p.has-medium-font-size {
      font-size: 1.6em !important;
      line-height: 120%;
      text-transform: uppercase;
      font-family: font-3; }
      @media (min-width: 767px) {
        .entry-content p.has-medium-font-size {
          font-size: 2.4em !important; } }
    .entry-content p.has-large-font-size {
      font-size: 2.5em;
      line-height: 120%;
      text-transform: uppercase;
      font-family: font-3; }
      @media (min-width: 767px) {
        .entry-content p.has-large-font-size {
          font-size: 3em !important; } }
    .entry-content p.has-huge-font-size {
      font-size: 2em !important;
      line-height: 120%;
      text-transform: uppercase;
      font-family: font-3; }
      @media (min-width: 767px) {
        .entry-content p.has-huge-font-size {
          font-size: 4.5em !important; } }
    .entry-content p.has-x-large-font-size {
      font-size: 2em !important;
      line-height: 120%;
      text-transform: uppercase;
      font-family: font-3; }
      @media (min-width: 767px) {
        .entry-content p.has-x-large-font-size {
          font-size: 4.5em !important; } }
    .entry-content p.font-3 {
      font-family: font-3; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 120%;
    font-family: font-3; }
    .entry-content h1 a:not(.button),
    .entry-content h2 a:not(.button),
    .entry-content h3 a:not(.button),
    .entry-content h4 a:not(.button),
    .entry-content h5 a:not(.button),
    .entry-content h6 a:not(.button) {
      color: inherit;
      border-bottom: 1px solid #ffffff; }
  .entry-content .wp-block-post-date {
    font-size: 0.8em;
    font-weight: 200; }
  .entry-content a.button, .entry-content .wp-block-buttons a.wp-block-button, .wp-block-buttons .entry-content a.wp-block-button {
    position: relative;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    width: 100%; }
    .entry-content a.button.small, .entry-content .wp-block-buttons a.small.wp-block-button, .wp-block-buttons .entry-content a.small.wp-block-button {
      margin-top: 0px;
      margin-bottom: 10px; }
  .entry-content ul li,
  .entry-content ol li {
    line-height: 150%;
    color: #000000;
    margin-top: 10px;
    font-size: 1em;
    font-family: font-2;
    margin-left: 2em;
    margin-right: 0px; }
    .entry-content ul li a,
    .entry-content ol li a {
      color: #AA88BC;
      text-decoration: underline; }
  .entry-content ul li {
    list-style: disc; }
  .entry-content ol.bubble-list {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
    @media (min-width: 767px) {
      .entry-content ol.bubble-list {
        -webkit-column-count: 3;
        column-count: 3; } }
    .entry-content ol.bubble-list li {
      list-style-type: none;
      margin-left: 0em;
      padding-left: 60px;
      position: relative;
      color: #000000;
      padding-bottom: 0.5em;
      font-family: font-1;
      font-weight: 200;
      font-size: 1.1em;
      overflow: hidden;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
      break-inside: avoid; }
      .entry-content ol.bubble-list li:before {
        position: absolute;
        content: counter(list-item);
        width: 32px;
        left: 0;
        height: 32px;
        background: url("../images/circle-white.svg") center center no-repeat;
        background-size: 100% 100%;
        text-align: center;
        line-height: 32px; }
  .entry-content ol li {
    list-style-type: numerals; }
  .entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.8em;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: 0.02em; }
  .entry-content td {
    padding: 7px; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th:last-child {
    border-right: 0; }
  .entry-content blockquote {
    position: relative;
    width: 100%;
    padding: 10px 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #AA88BC;
    -webkit-box-shadow: 0px 3px 15px #f1f1f1;
    box-shadow: 0px 3px 15px #f1f1f1; }
    .entry-content blockquote p {
      width: 100%;
      font-size: 1.1em;
      font-family: font-2;
      color: white;
      text-align: left;
      line-height: 150%;
      letter-spacing: 0.05em; }
      .entry-content blockquote p a:not(.button) {
        position: relative;
        z-index: 2;
        -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
        .entry-content blockquote p a:not(.button):hover {
          color: #ffffff; }
    .entry-content blockquote cite {
      color: white;
      padding-bottom: 10px;
      display: inline-block;
      font-family: font-2; }
  .entry-content iframe {
    max-width: 100%; }
  .entry-content .wp-block-embed__wrapper {
    padding-top: 56.25%;
    margin: 50px 0;
    position: relative;
    overflow: hidden; }
    .entry-content .wp-block-embed__wrapper iframe {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #4a4a4a;
    margin-bottom: 1.5em; }
  @media (min-width: 767px) {
    .entry-content figure.align-bottom img {
      position: absolute;
      bottom: 0; } }
  .entry-content img {
    max-width: 100%;
    height: auto; }
    .entry-content img.size-medium {
      width: 100%;
      height: auto; }
    .entry-content img.size-large {
      width: 100%;
      height: auto; }
    .entry-content img .size-small {
      max-width: 100%;
      margin: 0 auto; }
  .entry-content .wp-block-image {
    margin: 0; }
  .entry-content .fade-section-bottom:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: linear-gradient(transparent, white);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20em; }
  .entry-content .schedule tr {
    width: 100%;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000; }
  .entry-content .schedule td {
    padding: 1.2em 1em;
    text-transform: uppercase;
    vertical-align: top; }
  .entry-content .schedule td:nth-child(3) {
    font-size: 0.8em;
    text-align: left;
    width: 60%;
    font-family: font-2;
    text-transform: lowercase; }
    .entry-content .schedule td:nth-child(3):first-letter {
      text-transform: capitalize; }
    @media (min-width: 767px) {
      .entry-content .schedule td:nth-child(3) {
        width: 25%;
        font-size: 1em; } }
  .entry-content .schedule td:nth-child(2) {
    font-size: 0.7em;
    text-align: right;
    vertical-align: top;
    width: 20%;
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 1.8em; }
    @media (min-width: 767px) {
      .entry-content .schedule td:nth-child(2) {
        width: 25%;
        font-size: 0.8em;
        padding-right: 3em; } }
  .entry-content .schedule td:nth-child(1) {
    width: 20%;
    font-size: 0.8em;
    font-family: font-3; }
    @media (min-width: 767px) {
      .entry-content .schedule td:nth-child(1) {
        width: 25%;
        font-size: 1em; } }
  .entry-content .distances tr {
    width: 100%;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000; }
  .entry-content .distances td {
    padding: 1.2em 1em;
    vertical-align: top; }
  .entry-content .distances td:nth-child(3) {
    font-size: 0.8em;
    text-align: left;
    width: 30%;
    text-transform: uppercase;
    font-family: font-3; }
    @media (min-width: 767px) {
      .entry-content .distances td:nth-child(3) {
        width: 25%;
        font-size: 1em; } }
  .entry-content .distances td:nth-child(2) {
    font-size: 0.8em;
    text-transform: uppercase;
    width: 30%;
    padding-right: 1em;
    padding-left: 1em;
    font-family: font-3; }
    @media (min-width: 767px) {
      .entry-content .distances td:nth-child(2) {
        width: 25%;
        font-size: 1em;
        padding-right: 3em; } }
  .entry-content .distances td:nth-child(1) {
    width: 40%;
    font-size: 0.8em;
    font-family: font-2; }
    @media (min-width: 767px) {
      .entry-content .distances td:nth-child(1) {
        width: 50%;
        font-size: 1.1em; } }
  .entry-content .no-margin img {
    margin-top: 0;
    margin-bottom: 0; }
  .entry-content .size-auto img {
    width: auto; }
  .entry-content .wp-caption {
    width: 100%;
    max-width: 100%; }
    .entry-content .wp-caption img {
      margin-bottom: 0;
      margin: 10px 0 0;
      max-width: 100%;
      height: auto; }
      .entry-content .wp-caption img.size-large {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
        height: auto; }
    .entry-content .wp-caption p {
      font-size: 0.8em;
      font-family: font-1;
      text-align: center;
      margin-top: 0;
      color: #ffffff;
      font-style: italic; }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    float: left; }
  .entry-content .alignright,
  .entry-content img.alignright {
    float: right; }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    text-align: center;
    margin: 15px auto;
    display: block; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .entry-content .size-thumbnail {
    width: auto; }
  .entry-content .gform_confirmation_message {
    font-family: font-3; }
    .entry-content .gform_confirmation_message h4 {
      font-family: font-2;
      margin-bottom: 0em; }
  .entry-content.no-padding-bottom {
    padding-bottom: 0px; }
  .entry-content .wp-block-columns img {
    margin: 0; }
  .entry-content .wp-block-columns a {
    word-break: break-all; }
  .entry-content .listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #AA88BC;
    padding: 2em 5%;
    height: 100%; }
    @media (min-width: 767px) {
      .entry-content .listing {
        padding: 3em; } }
    .entry-content .listing .listing-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      height: 100%; }
      .entry-content .listing .listing-inner h4 {
        color: #000000;
        margin-top: 0;
        margin-bottom: 0.75em; }
      .entry-content .listing .listing-inner h6 {
        color: #000000;
        margin-top: 0;
        margin-bottom: 0.25em; }
      .entry-content .listing .listing-inner p {
        color: #000000;
        font-size: 0.9em; }
      .entry-content .listing .listing-inner footer {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: auto;
        padding-top: 2em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap; }
        @media (min-width: 767px) {
          .entry-content .listing .listing-inner footer {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; } }
        .entry-content .listing .listing-inner footer .listing-footer-contact {
          margin-top: auto; }
          .entry-content .listing .listing-inner footer .listing-footer-contact a {
            display: block;
            padding: 0.25em 0 0 0;
            color: white;
            font-size: 0.9em;
            -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
            .entry-content .listing .listing-inner footer .listing-footer-contact a:hover {
              color: #000000; }
        .entry-content .listing .listing-inner footer .listing-footer-website {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          .entry-content .listing .listing-inner footer .listing-footer-website .button, .entry-content .listing .listing-inner footer .listing-footer-website .wp-block-buttons .wp-block-button, .wp-block-buttons .entry-content .listing .listing-inner footer .listing-footer-website .wp-block-button {
            padding: 1em 0;
            margin-top: 2em; }
            @media (min-width: 767px) {
              .entry-content .listing .listing-inner footer .listing-footer-website .button, .entry-content .listing .listing-inner footer .listing-footer-website .wp-block-buttons .wp-block-button, .wp-block-buttons .entry-content .listing .listing-inner footer .listing-footer-website .wp-block-button {
                margin-top: 0; } }
  .entry-content .wp-block-video.squared {
    width: 100%;
    height: 0;
    padding-top: 100%; }
    .entry-content .wp-block-video.squared video {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .entry-content .wp-block-video.portrait {
    width: 100%;
    height: 0;
    padding-top: 125%; }
    .entry-content .wp-block-video.portrait video {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .entry-content .uagb-faq-item {
    border: none;
    background-color: transparent;
    border-top: 1px solid #000000;
    padding-top: 0.5em;
    outline: none; }
    .entry-content .uagb-faq-item:focus {
      outline: none !important; }
    .entry-content .uagb-faq-item.uagb-faq-item-active {
      outline: none !important; }
      .entry-content .uagb-faq-item.uagb-faq-item-active .uagb-question:after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .entry-content .uagb-faq-item .uagb-faq-questions-button.uagb-faq-questions {
      padding-left: 0;
      padding-right: 0;
      outline: none; }
    .entry-content .uagb-faq-item .uagb-icon.uagb-faq-icon-wrap svg,
    .entry-content .uagb-faq-item .uagb-icon-active.uagb-faq-icon-wrap svg {
      opacity: 0;
      visiblilty: hidden;
      display: none; }
    .entry-content .uagb-faq-item .uagb-question {
      position: relative;
      font-family: font-3;
      color: #000000 !important;
      font-weight: 200;
      text-transform: uppercase;
      font-size: 1.1em;
      padding-right: 2em;
      outline: none; }
      .entry-content .uagb-faq-item .uagb-question:focus {
        outline: none; }
      .entry-content .uagb-faq-item .uagb-question:before {
        content: "";
        width: 18px;
        height: 2px;
        background-color: #000000;
        position: absolute;
        right: 0px;
        top: 50%; }
      .entry-content .uagb-faq-item .uagb-question:after {
        content: "";
        width: 18px;
        height: 2px;
        background-color: #000000;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
    .entry-content .uagb-faq-item .uagb-faq-content {
      padding-left: 0px;
      padding-right: 3em;
      outline: none; }
      .entry-content .uagb-faq-item .uagb-faq-content span {
        margin: 10px 0; }
  .entry-content .pledge-slider-wrap {
    position: relative;
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .entry-content .pledge-slider-wrap .slider-nav {
      padding: 1.1em;
      -webkit-transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      border-radius: 100%;
      width: auto;
      position: absolute;
      z-index: 2;
      cursor: pointer;
      bottom: 0; }
      @media (min-width: 1030px) {
        .entry-content .pledge-slider-wrap .slider-nav {
          bottom: 50%; } }
      .entry-content .pledge-slider-wrap .slider-nav.button--previous {
        left: 0%; }
        @media (min-width: 1030px) {
          .entry-content .pledge-slider-wrap .slider-nav.button--previous {
            left: 5%; } }
        .entry-content .pledge-slider-wrap .slider-nav.button--previous:hover {
          opacity: 0.6; }
      .entry-content .pledge-slider-wrap .slider-nav.button--next {
        right: 0%; }
        @media (min-width: 1030px) {
          .entry-content .pledge-slider-wrap .slider-nav.button--next {
            right: 5%; } }
        .entry-content .pledge-slider-wrap .slider-nav.button--next:hover {
          opacity: 0.6; }
      .entry-content .pledge-slider-wrap .slider-nav svg {
        width: 3em; }
        @media (min-width: 767px) {
          .entry-content .pledge-slider-wrap .slider-nav svg {
            width: 6em; } }
  .entry-content .pledge-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2; }
    .entry-content .pledge-slider:focus {
      outline: none;
      border: none; }
    .entry-content .pledge-slider .slide {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 60vh;
      min-height: 400px; }
      @media (min-width: 1030px) {
        .entry-content .pledge-slider .slide {
          height: 90vh; } }
      .entry-content .pledge-slider .slide.is-selected .project-inner {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
        transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
        -o-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
        transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
        transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }
      .entry-content .pledge-slider .slide .pledge-image {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
        .entry-content .pledge-slider .slide .pledge-image:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: #cccccc;
          opacity: 1;
          z-index: 1;
          mix-blend-mode: multiply; }
          @media (min-width: 767px) {
            .entry-content .pledge-slider .slide .pledge-image:before {
              opacity: 1; } }
      .entry-content .pledge-slider .slide .pledge-inner {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        width: 90%;
        z-index: 2;
        -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 1s, -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 1s;
        transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 1s, -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 1s;
        -o-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 1s, transform 1s cubic-bezier(0.4, 0, 0.2, 1) 1s;
        transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 1s, transform 1s cubic-bezier(0.4, 0, 0.2, 1) 1s;
        transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 1s, transform 1s cubic-bezier(0.4, 0, 0.2, 1) 1s, -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 1s;
        max-width: 900px;
        color: white;
        opacity: 1;
        padding-top: 5%;
        padding-bottom: 10%;
        -webkit-transform: translateY(0.5em);
        -ms-transform: translateY(0.5em);
        transform: translateY(0.5em);
        font-size: 0.7em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (min-width: 767px) {
          .entry-content .pledge-slider .slide .pledge-inner {
            font-size: 1.2em;
            padding: 5% 5% 10%;
            width: auto; } }
        @media (min-width: 1030px) {
          .entry-content .pledge-slider .slide .pledge-inner {
            font-size: 1em;
            padding: 5% 5% 10%;
            width: auto; } }
        .entry-content .pledge-slider .slide .pledge-inner h1,
        .entry-content .pledge-slider .slide .pledge-inner h2,
        .entry-content .pledge-slider .slide .pledge-inner h3,
        .entry-content .pledge-slider .slide .pledge-inner h4,
        .entry-content .pledge-slider .slide .pledge-inner h5,
        .entry-content .pledge-slider .slide .pledge-inner h6 {
          margin: 0;
          text-transform: initial; }
          .entry-content .pledge-slider .slide .pledge-inner h1 span,
          .entry-content .pledge-slider .slide .pledge-inner h2 span,
          .entry-content .pledge-slider .slide .pledge-inner h3 span,
          .entry-content .pledge-slider .slide .pledge-inner h4 span,
          .entry-content .pledge-slider .slide .pledge-inner h5 span,
          .entry-content .pledge-slider .slide .pledge-inner h6 span {
            display: block;
            position: absolute;
            right: 0;
            margin-top: -1em;
            max-width: 60%;
            font-style: italic;
            font-family: font-2;
            font-size: 1.1em; }
        .entry-content .pledge-slider .slide .pledge-inner p {
          color: white;
          font-size: 1.4em;
          line-height: 120%;
          text-align: center; }
          @media (min-width: 767px) {
            .entry-content .pledge-slider .slide .pledge-inner p {
              text-align: left;
              font-size: 1.1em;
              line-height: 160%; } }
  .entry-content .flickity-page-dots {
    position: absolute;
    width: auto;
    z-index: 3;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 50px auto 2em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    @media (min-width: 1030px) {
      .entry-content .flickity-page-dots {
        bottom: 5%;
        margin: 50px auto; } }
    .entry-content .flickity-page-dots .dot {
      margin-right: 0.4em;
      margin-left: 0.4em;
      height: 8px;
      list-style: none;
      width: 8px;
      background-color: transparent;
      border: 1px solid #ffffff;
      cursor: pointer;
      border-radius: 100%; }
      .entry-content .flickity-page-dots .dot.is-selected {
        background-color: #ffffff; }

.featured-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  z-index: 3; }
  .featured-blog-post .breadcrumbs {
    font-size: 1em;
    padding-bottom: 50px; }
  .featured-blog-post .featured-blog-post-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 16em;
    padding-bottom: 2em;
    padding-left: 5%;
    padding-right: 5%;
    height: 90vh; }
    @media (min-width: 767px) {
      .featured-blog-post .featured-blog-post-header {
        padding-left: 5%; } }
    .featured-blog-post .featured-blog-post-header:before {
      content: "";
      background: url("../images/blog-gradient-bg-1.jpg") center center no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: -1; }
    .featured-blog-post .featured-blog-post-header .featured-image {
      position: relative;
      width: 100%; }
      @media (min-width: 767px) {
        .featured-blog-post .featured-blog-post-header .featured-image {
          width: 50%; } }
      .featured-blog-post .featured-blog-post-header .featured-image img {
        width: 100%;
        position: relative; }
        @media (min-width: 767px) {
          .featured-blog-post .featured-blog-post-header .featured-image img {
            position: absolute; } }
    .featured-blog-post .featured-blog-post-header h2 {
      font-family: font-3; }
  .featured-blog-post .featured-blog-post-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 3em 5% 10em;
    text-align: left;
    background: transparent; }
    .featured-blog-post .featured-blog-post-footer .featured-blog-post-footer-inner {
      display: block;
      text-align: left;
      width: 100%; }
      @media (min-width: 767px) {
        .featured-blog-post .featured-blog-post-footer .featured-blog-post-footer-inner {
          width: 40%; } }
      .featured-blog-post .featured-blog-post-footer .featured-blog-post-footer-inner .button, .featured-blog-post .featured-blog-post-footer .featured-blog-post-footer-inner .wp-block-buttons .wp-block-button, .wp-block-buttons .featured-blog-post .featured-blog-post-footer .featured-blog-post-footer-inner .wp-block-button {
        margin-left: 0;
        display: inline-block; }
      .featured-blog-post .featured-blog-post-footer .featured-blog-post-footer-inner p {
        text-transform: uppercase;
        font-size: 1.6em;
        line-height: 120%;
        font-family: font-3;
        text-transform: uppercase; }
        @media (min-width: 767px) {
          .featured-blog-post .featured-blog-post-footer .featured-blog-post-footer-inner p {
            font-size: 1.8em; } }
    .featured-blog-post .featured-blog-post-footer:before {
      content: "";
      background: url("../images/blog-gradient-bg-2.jpg") bottom center no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      bottom: -200px;
      right: 0;
      z-index: -1; }
  .featured-blog-post .featured-content {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    border-top: none; }
    @media (min-width: 767px) {
      .featured-blog-post .featured-content {
        width: 50%;
        padding-right: 5%; } }
    .featured-blog-post .featured-content a {
      white-space: normal; }
    .featured-blog-post .featured-content .featured-content-header {
      width: 100%; }
      .featured-blog-post .featured-content .featured-content-header h1 {
        font-size: 1.4em;
        color: #EA3338;
        text-transform: uppercase; }
        @media (min-width: 767px) {
          .featured-blog-post .featured-content .featured-content-header h1 {
            font-size: 2.4em; } }
    .featured-blog-post .featured-content .body {
      padding: 0; }
      .featured-blog-post .featured-content .body h6 {
        width: 100%;
        color: black;
        font-weight: 200;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 0.8em;
        position: relative;
        bottom: 0;
        margin-bottom: 1em; }
        @media (min-width: 767px) {
          .featured-blog-post .featured-content .body h6 {
            position: absolute;
            bottom: 0; } }
      .featured-blog-post .featured-content .body h2 {
        width: 100%;
        color: #ffffff;
        margin-top: 0em;
        margin-bottom: 1em;
        line-height: 120%; }
        @media (min-width: 767px) {
          .featured-blog-post .featured-content .body h2 {
            font-size: 4em; } }
        .featured-blog-post .featured-content .body h2 a {
          color: inherit; }

.blog-posts-wrap {
  padding: 0px 5%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 2; }
  .blog-posts-wrap.read-more {
    padding-top: 10em; }
  .blog-posts-wrap .blog-controls {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 2em 0%; }
    @media (min-width: 1030px) {
      .blog-posts-wrap .blog-controls {
        padding: 1em 0%;
        width: calc(100% / 3); } }
    .blog-posts-wrap .blog-controls a {
      display: inline-block;
      cursor: pointer;
      width: 3em; }
      .blog-posts-wrap .blog-controls a svg {
        fill: #000000;
        stroke-color: #000000; }
        .blog-posts-wrap .blog-controls a svg path {
          fill: #000000;
          stroke-color: #000000; }
  .blog-posts-wrap .blog-posts {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 50px; }
    @media (min-width: 1030px) {
      .blog-posts-wrap .blog-posts {
        padding: 0px 0% 0em 0;
        width: calc(100% / 3 * 2); } }
    .blog-posts-wrap .blog-posts:focus-visible {
      outline: none; }
    .blog-posts-wrap .blog-posts .blog-post {
      width: 50%;
      padding: 0 0.5em 0 0; }
      @media (min-width: 1030px) {
        .blog-posts-wrap .blog-posts .blog-post {
          width: 50%;
          padding: 0 1.25em 5em 0;
          margin-right: 2px; } }
      .blog-posts-wrap .blog-posts .blog-post .blog-post-inner {
        width: 100%; }
        @media (max-width: 766px) {
          .blog-posts-wrap .blog-posts .blog-post .blog-post-inner {
            font-size: 0.8em; } }
        .blog-posts-wrap .blog-posts .blog-post .blog-post-inner .blog-post-date {
          display: block;
          color: #000000;
          font-size: 0.8em;
          font-weight: 200;
          margin: 0 0 1.5em 0; }
        .blog-posts-wrap .blog-posts .blog-post .blog-post-inner h4 {
          text-transform: uppercase;
          color: #000000;
          margin-top: 1em; }
          .blog-posts-wrap .blog-posts .blog-post .blog-post-inner h4 a {
            color: inherit; }
        .blog-posts-wrap .blog-posts .blog-post .blog-post-inner .bg {
          width: 100%;
          height: 0;
          padding-top: 100%; }
        .blog-posts-wrap .blog-posts .blog-post .blog-post-inner a {
          white-space: normal; }
        .blog-posts-wrap .blog-posts .blog-post .blog-post-inner .button, .blog-posts-wrap .blog-posts .blog-post .blog-post-inner .wp-block-buttons .wp-block-button, .wp-block-buttons .blog-posts-wrap .blog-posts .blog-post .blog-post-inner .wp-block-button {
          display: inline-block; }
  .blog-posts-wrap .flickity-page-dots {
    counter-reset: a; }
  .blog-posts-wrap .flickity-page-dots .dot::after {
    content: counter(a);
    counter-increment: a; }
  .blog-posts-wrap .flickity-page-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    @media (min-width: 1030px) {
      .blog-posts-wrap .flickity-page-dots {
        bottom: 5%; } }
    .blog-posts-wrap .flickity-page-dots .dot {
      margin-right: 0.5em;
      margin-left: 0.5em;
      background-color: transparent;
      height: 8px;
      list-style: none;
      width: 8px;
      font-size: 0.9em;
      background-color: transparent;
      cursor: pointer;
      border-radius: 100%;
      font-weight: 200; }
      .blog-posts-wrap .flickity-page-dots .dot.is-selected {
        font-weight: 600; }

/*********************
FORM STYLES
*********************/
.gform_wrapper form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 20px 0;
  font-size: 1em;
  width: 100%; }
  .gform_wrapper form .gform_heading {
    display: none; }
  .gform_wrapper form .gfield {
    position: relative;
    margin-bottom: 10px;
    padding-right: 10px;
    margin-right: 0; }
    .gform_wrapper form .gfield .gfield_label,
    .gform_wrapper form .gfield label {
      text-align: left;
      width: 100%;
      font-weight: normal;
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      font-family: font-1;
      color: #000000;
      font-weight: 200;
      font-size: 1em; }
    .gform_wrapper form .gfield.gfield_price:not(.gfield_total) {
      opacity: 0;
      height: 0; }
    .gform_wrapper form .gfield p {
      font-family: font-3;
      margin: 20px 10px 0 0;
      letter-spacing: 0em;
      display: inline;
      line-height: 150%;
      color: #AA88BC;
      font-size: 0.9em;
      font-weight: 200; }
      .gform_wrapper form .gfield p a:not(.button) {
        color: inherit;
        border-bottom: 1px solid #ffffff;
        letter-spacing: 0.025em;
        text-decoration: none;
        font-size: 0.8em; }
        .gform_wrapper form .gfield p a:not(.button):hover {
          color: #AA88BC; }
      .gform_wrapper form .gfield p a {
        -ms-word-wrap: break-word;
        word-break: break-word;
        word-wrap: break-word;
        white-space: pre-wrap; }
    .gform_wrapper form .gfield .name_first,
    .gform_wrapper form .gfield .name_last {
      color: #AA88BC; }
      .gform_wrapper form .gfield .name_first label,
      .gform_wrapper form .gfield .name_last label {
        color: #4a4a4a;
        font-size: 0.9em;
        margin: 10px 0; }
    .gform_wrapper form .gfield .gsection_title {
      font-family: font-3;
      font-weight: 400;
      font-size: 1.6em;
      text-align: center;
      color: #AA88BC;
      padding: 50px;
      line-height: 150%; }
    .gform_wrapper form .gfield.gsection {
      margin: 0px 0;
      border-bottom: 3px solid #AA88BC; }
    .gform_wrapper form .gfield .clear-multi {
      margin-top: 20px;
      background-color: transparent;
      padding: 0px 10px 0px 10px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; }
      .gform_wrapper form .gfield .clear-multi div label {
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%; }
      .gform_wrapper form .gfield .clear-multi div input {
        margin-top: 0;
        text-align: center; }
    .gform_wrapper form .gfield .gfield_checkbox li,
    .gform_wrapper form .gfield .gfield_radio li {
      width: calc(100% / 6); }
    .gform_wrapper form .gfield .gfield_checkbox,
    .gform_wrapper form .gfield .gfield_radio {
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 10px 10px 5px 10px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      list-style: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .gform_wrapper form .gfield .gfield_checkbox li,
      .gform_wrapper form .gfield .gfield_radio li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; }
        .gform_wrapper form .gfield .gfield_checkbox li input,
        .gform_wrapper form .gfield .gfield_radio li input {
          width: 20px;
          height: 26px;
          margin: 10px 0px;
          border: 1px solid #AA88BC;
          background-color: transparent; }
          .gform_wrapper form .gfield .gfield_checkbox li input:checked,
          .gform_wrapper form .gfield .gfield_radio li input:checked {
            background-color: #AA88BC;
            border-color: #AA88BC;
            font-weight: 500; }
          .gform_wrapper form .gfield .gfield_checkbox li input[type="radio"],
          .gform_wrapper form .gfield .gfield_radio li input[type="radio"] {
            border-radius: 100%;
            border-radius: 100%; }
        .gform_wrapper form .gfield .gfield_checkbox li label,
        .gform_wrapper form .gfield .gfield_radio li label {
          margin-top: 0;
          font-size: 0.9em;
          text-align: left;
          padding-left: 8px; }
    .gform_wrapper form .gfield input,
    .gform_wrapper form .gfield select,
    .gform_wrapper form .gfield textarea {
      color: #000000;
      font-family: font-1;
      line-height: 100%;
      border: 1px solid #000000;
      background-color: transparent;
      outline: none;
      padding: 8px 12px;
      font-size: 1em;
      height: 40px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border-radius: 0;
      text-align: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .gform_wrapper form .gfield input:focus,
      .gform_wrapper form .gfield select:focus,
      .gform_wrapper form .gfield textarea:focus {
        outline: none;
        border-color: #ffffff; }
    .gform_wrapper form .gfield textarea {
      text-transform: initial;
      padding: 12px 12px;
      font-size: 1em;
      height: 100px;
      font-family: font-1; }
      .gform_wrapper form .gfield textarea::-webkit-scrollbar {
        width: 2px; }
      .gform_wrapper form .gfield textarea::-webkit-scrollbar-track {
        background-color: white; }
      .gform_wrapper form .gfield textarea::-webkit-scrollbar-thumb {
        background-color: #AA88BC; }
    .gform_wrapper form .gfield li.gfield_error {
      border: none; }
    .gform_wrapper form .gfield .gform_title {
      display: none; }
  .gform_wrapper form .gform_footer {
    width: 100%;
    text-align: center; }
    .gform_wrapper form .gform_footer input[type="submit"] {
      width: auto;
      position: relative;
      outline: 0;
      text-align: right;
      margin: 0;
      font-family: font-1;
      background-color: transparent;
      height: auto;
      font-size: 0.8em;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0em;
      border-radius: 0;
      border-width: 1px;
      color: #EA3338;
      padding: 1.3em 2em;
      border-color: #EA3338;
      border-style: solid;
      -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
      @media (min-width: 767px) {
        .gform_wrapper form .gform_footer input[type="submit"] {
          margin-left: calc(50% + 7px); } }
      .gform_wrapper form .gform_footer input[type="submit"]:hover {
        -webkit-transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        background-color: #EA3338;
        color: white; }
  .gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 10px 8px; }
  .gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 150% !important;
    min-height: 1em !important; }
  .gform_wrapper form .validation_error,
  .gform_wrapper form .validation_message {
    color: #BE2625;
    border: none;
    font-family: font-3;
    line-height: 150%; }
  .gform_wrapper form .gfield_required {
    color: #BE2625; }

/*********************
FOOTER STYLES
*********************/
.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%;
  margin-top: 100px;
  z-index: 1; }
  .footer:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/footer-gradient.png") top center no-repeat;
    background-size: auto 100%;
    top: -400px;
    z-index: -1; }
    @media (min-width: 767px) {
      .footer:before {
        background-size: 100% 100%; } }
  .footer .footer-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3em 5%; }
    @media (min-width: 767px) {
      .footer .footer-sections {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    .footer .footer-sections .footer-section-1 {
      width: 100%; }
      @media (min-width: 1030px) {
        .footer .footer-sections .footer-section-1 {
          width: 50%; } }
      .footer .footer-sections .footer-section-1 .logo {
        width: 10em; }
        .footer .footer-sections .footer-section-1 .logo a {
          width: 100%; }
          .footer .footer-sections .footer-section-1 .logo a svg {
            width: 100%; }
            .footer .footer-sections .footer-section-1 .logo a svg path {
              fill: #000000; }
      .footer .footer-sections .footer-section-1 .credits {
        margin: 2em 0;
        font-size: 0.85em; }
        .footer .footer-sections .footer-section-1 .credits h6 {
          font-weight: 200;
          margin: 0;
          color: black; }
        .footer .footer-sections .footer-section-1 .credits p {
          margin: 0;
          color: black;
          font-family: font-3; }
          .footer .footer-sections .footer-section-1 .credits p a {
            color: inherit; }
      .footer .footer-sections .footer-section-1 .partners img {
        height: 4.5em;
        padding-right: 1.4em; }
    .footer .footer-sections .footer-section-2,
    .footer .footer-sections .footer-section-3 {
      width: 100%; }
      @media (max-width: 766px) {
        .footer .footer-sections .footer-section-2,
        .footer .footer-sections .footer-section-3 {
          margin-top: 3em;
          padding-top: 3em;
          border-top: 1px solid rgba(255, 255, 255, 0.4); } }
      @media (min-width: 767px) {
        .footer .footer-sections .footer-section-2,
        .footer .footer-sections .footer-section-3 {
          margin-top: 3em;
          width: 100%; } }
      @media (min-width: 1030px) {
        .footer .footer-sections .footer-section-2,
        .footer .footer-sections .footer-section-3 {
          margin-top: 0em;
          width: 15%; } }
    .footer .footer-sections .footer-section-2 {
      -ms-flex-item-align: end;
      align-self: flex-end; }
      .footer .footer-sections .footer-section-2 .footer-nav li {
        margin-top: 1.25em; }
        .footer .footer-sections .footer-section-2 .footer-nav li a {
          color: white;
          font-size: 1em;
          font-weight: 600;
          font-family: font-4; }
      .footer .footer-sections .footer-section-2 p {
        margin-top: 1.25em;
        color: white;
        margin-bottom: 0;
        font-size: 0.9em;
        font-family: font-3; }
    .footer .footer-sections .footer-section-3 {
      min-width: 250px;
      max-width: 400px; }
      .footer .footer-sections .footer-section-3 .newsletter .newsletter-title {
        color: white;
        text-align: center; }
        @media (min-width: 767px) {
          .footer .footer-sections .footer-section-3 .newsletter .newsletter-title {
            text-align: left; } }
      .footer .footer-sections .footer-section-3 .footer-icons-wrap {
        margin-top: 2em; }
        .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (min-width: 767px) {
            .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons {
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start; } }
          .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons li {
            margin-right: 0.5em;
            margin-left: 0.5em; }
            @media (min-width: 767px) {
              .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons li {
                margin-right: 0.5em;
                margin-left: 0; } }
            .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons li a {
              -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
              -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
              transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
              .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons li a svg {
                width: auto;
                height: 2.5em; }
                .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons li a svg path {
                  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
              .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons li a:hover, .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons li a:focus {
                -webkit-transform: scale(1.05, 1.05);
                -ms-transform: scale(1.05, 1.05);
                transform: scale(1.05, 1.05); }
                .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons li a:hover svg path, .footer .footer-sections .footer-section-3 .footer-icons-wrap .footer-icons li a:focus svg path {
                  fill: #ffffff; }
      .footer .footer-sections .footer-section-3 .footer-blog-link {
        margin-top: 2em; }
        .footer .footer-sections .footer-section-3 .footer-blog-link a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: white;
          font-size: 1em;
          font-weight: 600;
          position: relative;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-family: font-4; }
          @media (min-width: 767px) {
            .footer .footer-sections .footer-section-3 .footer-blog-link a {
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start; } }
          .footer .footer-sections .footer-section-3 .footer-blog-link a:hover span:nth-child(2) {
            -webkit-transform: translateX(0.45em);
            -ms-transform: translateX(0.45em);
            transform: translateX(0.45em); }
          .footer .footer-sections .footer-section-3 .footer-blog-link a span:nth-child(2) {
            width: 50%;
            height: 1.2em;
            background: url("../images/footer-arrow.svg") center left no-repeat;
            background-size: 100% auto;
            -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            -o-transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            margin-left: 0.75em; }
            @media (min-width: 767px) {
              .footer .footer-sections .footer-section-3 .footer-blog-link a span:nth-child(2) {
                width: 50%;
                background-size: 100% auto; } }
            @media (min-width: 1030px) {
              .footer .footer-sections .footer-section-3 .footer-blog-link a span:nth-child(2) {
                width: 100%;
                background-size: 100% 1.2em; } }

#mc_embed_signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  margin-top: auto;
  padding-bottom: 0px; }
  #mc_embed_signup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: transparent;
    text-align: center;
    width: 100%;
    margin: 1em auto 0; }
    @media (min-width: 767px) {
      #mc_embed_signup form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
    #mc_embed_signup form #mc_embed_signup_scroll {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      width: 100%;
      margin: 0;
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        width: 100%;
        padding-right: 0px; }
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group .hiddenLabel {
          border: 0;
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="text"],
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="email"] {
          background-color: white;
          border-radius: 0;
          color: #333333;
          line-height: 120%;
          outline: none;
          padding: 0.5em 20px;
          font-family: font-1;
          letter-spacing: 0em;
          font-weight: 400;
          font-size: 0.9em;
          border-radius: 0px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          -webkit-transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
          -o-transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
          transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
          margin: 0;
          margin-bottom: 0px;
          margin-top: 0px; }
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::-webkit-input-placeholder {
          color: #afafaf;
          font-family: font-1;
          font-size: 0.9em;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          font-weight: 400; }
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::-moz-placeholder {
          color: #afafaf;
          font-family: font-1;
          letter-spacing: 0.05em;
          font-size: 0.9em;
          text-transform: uppercase;
          opacity: 1; }
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:-ms-input-placeholder {
          color: #afafaf;
          font-family: font-1;
          letter-spacing: 0.05em;
          font-size: 0.9em;
          text-transform: uppercase; }
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:-moz-placeholder {
          color: #afafaf;
          font-family: font-1;
          letter-spacing: 0.05em;
          font-size: 0.9em;
          text-transform: uppercase; }
      #mc_embed_signup form #mc_embed_signup_scroll .submit {
        width: 100%; }
        #mc_embed_signup form #mc_embed_signup_scroll .submit input {
          border-radius: 0;
          position: relative;
          width: 100%;
          text-align: center;
          z-index: 9989;
          display: block;
          background-color: transparent;
          outline: 0;
          border: 0;
          color: #ffffff;
          font-family: font-1;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          font-size: 0.8em;
          -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          -o-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          height: 100%;
          font-weight: 400;
          margin: 0.5em 0 0;
          padding: 0.5em 0 !important; }
          #mc_embed_signup form #mc_embed_signup_scroll .submit input:hover {
            color: #000000; }
          @media (min-width: 767px) {
            #mc_embed_signup form #mc_embed_signup_scroll .submit input {
              text-align: left; } }
