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

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* 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; }

/******************************************************************
Site Name: TPG
Author: Anthony Teer

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/******************************************************************
Site Name: TPG
Author: Anthony Teer

Stylesheet: Typography

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: font-1;
  src: url("../fonts/liberator-otf/Liberator-Heavy.otf");
  font-weight: 600; }

@font-face {
  font-family: font-1;
  src: url("../fonts/liberator-otf/Liberator-Medium.otf");
  font-weight: 400; }

@font-face {
  font-family: font-1;
  src: url("../fonts/liberator-otf/Liberator-Light.otf");
  font-weight: 200; }

@font-face {
  font-family: font-2;
  src: url("../fonts/proxima-nova/proximanova-bold.otf");
  font-weight: 600; }

@font-face {
  font-family: font-2;
  src: url("../fonts/proxima-nova/proximanova-regular.otf");
  font-weight: 400; }

@font-face {
  font-family: font-2;
  src: url("../fonts/proxima-nova/proximanova-light.otf");
  font-weight: 200; }

/* font stacks */
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
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;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

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

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0rem;
  padding-left: 0rem; }

.col-lg-1 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-lg-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-lg-3 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-4 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-5 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-6 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-7 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-8 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-9 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-10 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-11 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

@media only screen and (min-width: 1030px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0rem;
    padding-left: 0rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #eac321;
  background: #ECC938; }

.alert-info {
  border-color: #48899c;
  background: #5098AD; }

.alert-error {
  border-color: #8a362c;
  background: #9D3E32; }

.alert-success {
  border-color: #687170;
  background: #747E7D; }

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

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .blue-btn:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #5098AD; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #4a8c9f; }
  .blue-btn:active {
    background-color: #48899c; }

/******************************************************************
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: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #8c8c8c;
  -webkit-transition: background-color 0.24s ease-in-out;
  -o-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  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: #969696;
    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: #9D3E32;
    border-color: #9D3E32;
    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: #9D3E32; }
  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: #747E7D;
    border-color: #747E7D;
    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: #747E7D; }
  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: #5098AD; }

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

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name: TPG
Author: Anthony Teer

Stylesheet: Base Mobile Stylesheet

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  font-size: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bgFadeIn {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: opacity 0.5s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: opacity 0.5s cubic-bezier(0.43, 0.26, 0.44, 0.77); }

.bgFadeOut {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: opacity 0.5s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: opacity 0.5s cubic-bezier(0.43, 0.26, 0.44, 0.77); }

li.hidden {
  display: none; }

.anim {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: opacity 0.5s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: opacity 0.5s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .anim.anim-end {
    opacity: 1; }

.anim-up.anim-start {
  opacity: 0; }
  .anim-up.anim-start.macro {
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px); }
    .anim-up.anim-start.macro.fast {
      -webkit-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
    .anim-up.anim-start.macro.slow {
      -webkit-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .anim-up.anim-start.micro {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px); }
    .anim-up.anim-start.micro.fast {
      -webkit-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
    .anim-up.anim-start.micro.slow {
      -webkit-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }

.anim-up.anim-end {
  opacity: 1; }
  .anim-up.anim-end* {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .anim-up.anim-end.fast {
    -webkit-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    -o-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .anim-up.anim-end.slow {
    -webkit-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    -o-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }

.anim-left.anim-start {
  opacity: 0; }
  .anim-left.anim-start.macro {
    -webkit-transform: translateX(75px);
    -ms-transform: translateX(75px);
    transform: translateX(75px); }
    .anim-left.anim-start.macro.fast {
      -webkit-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
    .anim-left.anim-start.macro.slow {
      -webkit-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .anim-left.anim-start.micro {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px); }
    .anim-left.anim-start.micro.fast {
      -webkit-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
    .anim-left.anim-start.micro.slow {
      -webkit-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }

.anim-left.anim-end {
  opacity: 1; }
  .anim-left.anim-end* {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .anim-left.anim-end.fast {
    -webkit-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    -o-transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    transition: all 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .anim-left.anim-end.slow {
    -webkit-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    -o-transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    transition: all 1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }

input[type="submit"]:focus, input:focus {
  outline: none; }

input[type="email"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*********************
COLORS
*********************/
.color__brand-1 {
  color: #ECC938; }

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

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

.button__brand-1 {
  color: #ECC938;
  -webkit-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .button__brand-1:hover {
    border-color: rgba(236, 201, 56, 0.5); }

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

.color__brand-2 {
  color: #2E333A; }

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

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

.button__brand-2 {
  color: #2E333A;
  -webkit-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .button__brand-2:hover {
    border-color: rgba(46, 51, 58, 0.5); }

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

.color__brand-3 {
  color: #9D3E32; }

.background__brand-3 {
  background-color: #9D3E32; }

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

.button__brand-3 {
  color: #9D3E32;
  -webkit-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .button__brand-3:hover {
    border-color: rgba(157, 62, 50, 0.5); }

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

.color__brand-4 {
  color: #E1E2D8; }

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

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

.button__brand-4 {
  color: #E1E2D8;
  -webkit-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .button__brand-4:hover {
    border-color: rgba(225, 226, 216, 0.5); }

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

.color__brand-5 {
  color: #747E7D; }

.background__brand-5 {
  background-color: #747E7D; }

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

.button__brand-5 {
  color: #747E7D;
  -webkit-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .button__brand-5:hover {
    border-color: rgba(116, 126, 125, 0.5); }

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

.color__brand-6 {
  color: #39626D; }

.background__brand-6 {
  background-color: #39626D; }

svg[class$="__brand-6"] {
  fill: #39626D; }

.button__brand-6 {
  color: #39626D;
  -webkit-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .button__brand-6:hover {
    border-color: rgba(57, 98, 109, 0.5); }

.hamburger__brand-6 {
  background-color: #39626D; }
  .hamburger__brand-6:before, .hamburger__brand-6:after {
    background-color: #39626D; }

.color__brand-7 {
  color: #574E4B; }

.background__brand-7 {
  background-color: #574E4B; }

svg[class$="__brand-7"] {
  fill: #574E4B; }

.button__brand-7 {
  color: #574E4B;
  -webkit-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .button__brand-7:hover {
    border-color: rgba(87, 78, 75, 0.5); }

.hamburger__brand-7 {
  background-color: #574E4B; }
  .hamburger__brand-7:before, .hamburger__brand-7:after {
    background-color: #574E4B; }

.color__brand-8 {
  color: #5098AD; }

.background__brand-8 {
  background-color: #5098AD; }

svg[class$="__brand-8"] {
  fill: #5098AD; }

.button__brand-8 {
  color: #5098AD;
  -webkit-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  -o-transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
  transition: 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .button__brand-8:hover {
    border-color: rgba(80, 152, 173, 0.5); }

.hamburger__brand-8 {
  background-color: #5098AD; }
  .hamburger__brand-8:before, .hamburger__brand-8:after {
    background-color: #5098AD; }

.color__white {
  color: white; }

.color__black {
  color: black; }

.button {
  display: block;
  margin: 50px auto 0 auto;
  text-align: center; }
  .button a {
    font-size: 1em;
    color: inherit;
    padding-right: 1.5em;
    white-space: normal;
    display: inline-block; }
    .button a span {
      position: relative;
      padding-bottom: 10px;
      margin-left: 10px;
      display: inline-block; }
    .button a svg {
      width: 2em; }
  .button.button_brand-1 {
    color: #ECC938; }
    .button.button_brand-1 a svg {
      fill: #ECC938; }
      .button.button_brand-1 a svg path {
        fill: #ECC938; }
    .button.button_brand-1.w-border span:after {
      background-color: #ECC938; }
  .button.button__brand-2.w-border span:after {
    background-color: #2E333A; }
  .button.w-border span:after {
    content: "";
    position: absolute;
    top: calc(100% + 0px);
    width: 100%;
    height: 3px;
    background-color: #ECC938;
    left: 0;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .button.w-border:hover span:after {
    -webkit-animation-name: button-line;
    animation-name: button-line;
    -webkit-animation-duration: .4s;
    animation-duration: .4s; }

@-webkit-keyframes button-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes button-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap-full {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  margin-bottom: -10px; }

.wrap {
  width: 90%;
  margin: 0 5%;
  position: relative; }

/*********************
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: 150%;
  letter-spacing: 0em;
  color: #222222;
  font-size: 1em;
  margin-bottom: 5px;
  font-family: font-2; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  font-family: font-2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: .5em;
  margin-bottom: 1em;
  line-height: 125%; }
  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, .h1 {
  font-size: 3em; }

h2, .h2 {
  font-size: 2.2em; }

h3, .h3 {
  font-size: 1.8em; }

h4, .h4 {
  font-size: 1.5em; }

h5, .h5 {
  font-size: 1.2em; }

h6, .h6 {
  font-size: 1em; }

.small-title, .button a, .hero-wrap.desktop .book-badge a, .hero-wrap.desktop .hero-static .hero-inner .hero-sub-title, .hero-wrap.desktop .hero-static .hero-inner .hero-body p, .hero-wrap.desktop .hero-static .hero-intro p, .hero-wrap.mobile .hero-static .hero-inner .hero-sub-title, .hero-wrap.mobile .hero-static .hero-body p, .hero-wrap.mobile .hero-static .hero-intro p, .section .video p, .banner-w-side-by-side.style-1 p, .banner-w-side-by-side.style-3 p, .banner-w-side-by-side.last-post .side p, .marker-inner .marker-header h5, .map-controls p, .map-controls .filters .filter .filter-title, .crowd-wrap span, .explore-navigation li.nav-item a span, .explore-navigation li.nav-item a p, .section-w-text-slider .slider-wrap header h6, .section-w-text-slider .slider-wrap header p, .section-w-badge-program .side h1, .section-w-badge-program .side h2, .section-w-badge-program .side h3, .section-w-badge-program .side h4, .section-w-badge-program .side h5, .section-w-badge-program .side h6, .locations-wrap header p, .blog-wrap header p, .locations-wrap header .filters .filter label, .blog-wrap header .filters .filter label, .locations-wrap header .filters .filter input, .blog-wrap header .filters .filter input, .locations-wrap .locations .location-body .location-desc .read-more, .blog-wrap .locations .location-body .location-desc .read-more, .locations-wrap .blogs .blog-body .categories, .blog-wrap .blogs .blog-body .categories, .locations-wrap .isotope-pager a, .blog-wrap .isotope-pager a, .entry-header a, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .single-footer .button, .single-footer .related-posts .keep-reading, .footer section .footer-sub-section.footer-navs div ul li a, .footer section .footer-sub-section.footer-navs div ul span, .footer section .footer-sub-section.footer-social .footer-newsletter h5, #mc_embed_signup form .mc_embed_signup_scroll .mc-section input::-webkit-input-placeholder, #mc_embed_signup form .mc_embed_signup_scroll .submit input, .section .gform_wrapper .gform_footer input {
  font-family: font-2;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  line-height: 135%; }

.large-title, .section-w-media header h2, .section-w-board header h2, .section-w-board header h3, .section-w-badge-program .side.left h2, .entry-header h1 {
  font-family: font-1;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 135%; }

/*********************
POSTS & CONTENT STYLES
*********************/
.header {
  display: none; }

.site-announcement {
  width: 100%;
  background-color: #9D3E32;
  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;
  padding: 20px 5%; }
  .site-announcement p {
    color: white;
    font-family: font-2;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .95em;
    margin: 0 0px 0 0; }
  .site-announcement .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    font-size: .8em;
    margin: 10px 0 0 0; }

.master-nav-desktop {
  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-color: #ECC938;
  width: 25%;
  min-width: 25%;
  position: relative;
  z-index: 2; }
  .master-nav-desktop .logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 80px; }
    .master-nav-desktop .logo-wrap a {
      display: block;
      width: 50%; }
      .master-nav-desktop .logo-wrap a img {
        width: 100%; }
  .master-nav-desktop .nav-wrap {
    position: relative;
    width: 100%;
    margin-top: auto;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    .master-nav-desktop .nav-wrap ul.main-nav {
      padding-bottom: 40px; }
      .master-nav-desktop .nav-wrap ul.main-nav li a {
        color: #2E333A;
        font-family: font-2;
        font-weight: 600;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-size: 1em;
        display: block;
        padding: 12px 2.5vw; }
      .master-nav-desktop .nav-wrap ul.main-nav li.current-menu-item {
        background-color: rgba(255, 255, 255, 0.2); }
      .master-nav-desktop .nav-wrap ul.main-nav li:hover {
        background-color: rgba(255, 255, 255, 0.2); }
        .master-nav-desktop .nav-wrap ul.main-nav li:hover .sub-menu {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
          transition: -webkit-transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
          -o-transition: transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
          transition: transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
          transition: transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s, -webkit-transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s; }
          .master-nav-desktop .nav-wrap ul.main-nav li:hover .sub-menu li a {
            opacity: 1;
            -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.2s, color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.2s, color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.2s, color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
      .master-nav-desktop .nav-wrap ul.main-nav .sub-menu {
        position: absolute;
        padding: 15px 10px;
        top: 0;
        left: 100%;
        min-width: 160px;
        background-color: white;
        z-index: 2;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.58, 1) 0.2s;
        transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.58, 1) 0.2s;
        -o-transition: transform 0.25s cubic-bezier(0, 0, 0.58, 1) 0.2s;
        transition: transform 0.25s cubic-bezier(0, 0, 0.58, 1) 0.2s;
        transition: transform 0.25s cubic-bezier(0, 0, 0.58, 1) 0.2s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.58, 1) 0.2s; }
        .master-nav-desktop .nav-wrap ul.main-nav .sub-menu li {
          position: relative; }
          .master-nav-desktop .nav-wrap ul.main-nav .sub-menu li a {
            position: relative;
            padding: 8px 20px;
            opacity: 0;
            letter-spacing: .05em;
            font-size: 1em;
            text-transform: capitalize;
            text-transform: initial;
            -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.58, 1) 0s, color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.58, 1) 0s, color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: opacity 0.25s cubic-bezier(0, 0, 0.58, 1) 0s, color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
            .master-nav-desktop .nav-wrap ul.main-nav .sub-menu li a:hover {
              color: #ECC938;
              -webkit-transition: color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              -o-transition: color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              transition: color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          .master-nav-desktop .nav-wrap ul.main-nav .sub-menu li.current-menu-item a {
            color: #ECC938; }
    .master-nav-desktop .nav-wrap .nav-blog-wrap {
      width: 100%;
      background-color: #2E333A;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      position: relative; }
      .master-nav-desktop .nav-wrap .nav-blog-wrap.style-1 {
        background-color: #39626D; }
        .master-nav-desktop .nav-wrap .nav-blog-wrap.style-1 a h5 {
          color: white; }
          .master-nav-desktop .nav-wrap .nav-blog-wrap.style-1 a h5 svg path {
            fill: white;
            -webkit-transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1);
            transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1); }
      .master-nav-desktop .nav-wrap .nav-blog-wrap.style-2 {
        background-color: #2E333A; }
      .master-nav-desktop .nav-wrap .nav-blog-wrap:not(.home) {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 200px; }
        .master-nav-desktop .nav-wrap .nav-blog-wrap:not(.home) a {
          text-align: left;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          white-space: normal;
          padding: 0px 2.5vw; }
          .master-nav-desktop .nav-wrap .nav-blog-wrap:not(.home) a h5 {
            border-bottom: none;
            font-size: 1em;
            padding-bottom: 0px;
            letter-spacing: .1em; }
            .master-nav-desktop .nav-wrap .nav-blog-wrap:not(.home) a h5 svg {
              width: 50px;
              height: 50px;
              display: block;
              margin-bottom: 20px; }
            .master-nav-desktop .nav-wrap .nav-blog-wrap:not(.home) a h5 span {
              margin-left: 0;
              width: -webkit-min-content;
              width: -moz-min-content;
              width: min-content;
              display: table-caption; }
      .master-nav-desktop .nav-wrap .nav-blog-wrap a {
        padding: 50px 2.5vw;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        text-align: center; }
        .master-nav-desktop .nav-wrap .nav-blog-wrap a h5 {
          color: #5098AD;
          border-bottom: 3px solid #5098AD;
          padding-bottom: 20px;
          font-size: 1em;
          letter-spacing: .1em;
          display: block;
          -webkit-transition: color 0.25s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.25s cubic-bezier(0, 0, 0.58, 1);
          -o-transition: color 0.25s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.25s cubic-bezier(0, 0, 0.58, 1);
          transition: color 0.25s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.25s cubic-bezier(0, 0, 0.58, 1); }
          .master-nav-desktop .nav-wrap .nav-blog-wrap a h5 svg path {
            fill: #5098AD;
            -webkit-transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1);
            transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1); }
          .master-nav-desktop .nav-wrap .nav-blog-wrap a h5 span {
            margin-left: 10px; }
        .master-nav-desktop .nav-wrap .nav-blog-wrap a p {
          color: white;
          width: 100%;
          display: block;
          margin: 30px 0 0;
          font-weight: 200;
          font-size: .9em; }
        .master-nav-desktop .nav-wrap .nav-blog-wrap a .blog-nav-featured-post {
          position: absolute;
          left: 100%;
          top: 0;
          background-color: #2E333A;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
          transform-origin: top left;
          -webkit-transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          -o-transition: transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          transition: transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          transition: transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .master-nav-desktop .nav-wrap .nav-blog-wrap a .blog-nav-featured-post .blog-nav-featured-post-image-wrap {
            width: 25vw;
            background-color: #ECC938;
            opacity: 0;
            -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          .master-nav-desktop .nav-wrap .nav-blog-wrap a .blog-nav-featured-post .blog-nav-featured-post-title {
            position: absolute;
            width: 100%;
            background-color: white;
            padding: 20px 20px;
            bottom: 0;
            opacity: 0;
            -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
            .master-nav-desktop .nav-wrap .nav-blog-wrap a .blog-nav-featured-post .blog-nav-featured-post-title svg {
              width: 40px; }
            .master-nav-desktop .nav-wrap .nav-blog-wrap a .blog-nav-featured-post .blog-nav-featured-post-title span {
              width: 100%;
              font-size: .9em;
              font-family: font-2;
              margin-left: 10px;
              letter-spacing: .1em;
              text-transform: uppercase;
              font-weight: 600;
              color: #2E333A; }
          .master-nav-desktop .nav-wrap .nav-blog-wrap a .blog-nav-featured-post:hover .blog-nav-featured-post-title {
            background-color: #ECC938; }
        .master-nav-desktop .nav-wrap .nav-blog-wrap a:hover h5 {
          color: white;
          border-bottom-color: white;
          -webkit-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.15s cubic-bezier(0, 0, 0.58, 1);
          -o-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.15s cubic-bezier(0, 0, 0.58, 1);
          transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.15s cubic-bezier(0, 0, 0.58, 1); }
          .master-nav-desktop .nav-wrap .nav-blog-wrap a:hover h5 svg path {
            fill: white;
            -webkit-transition: fill 0.15s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: fill 0.15s cubic-bezier(0, 0, 0.58, 1);
            transition: fill 0.15s cubic-bezier(0, 0, 0.58, 1); }
        .master-nav-desktop .nav-wrap .nav-blog-wrap a:hover .blog-nav-featured-post {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          -o-transition: transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          transition: transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          transition: transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s; }
          .master-nav-desktop .nav-wrap .nav-blog-wrap a:hover .blog-nav-featured-post .blog-nav-featured-post-image-wrap, .master-nav-desktop .nav-wrap .nav-blog-wrap a:hover .blog-nav-featured-post .blog-nav-featured-post-title {
            opacity: 1;
            -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }

.hero-wrap.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  background-color: #2E333A;
  height: 100vh;
  min-height: 480px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  z-index: 1; }
  .hero-wrap.desktop .book-badge {
    position: absolute;
    right: 2.5%;
    top: 2.5%;
    z-index: 2; }
    .hero-wrap.desktop .book-badge a {
      width: 7em;
      height: 7em;
      background-color: #2E333A;
      color: white;
      display: block;
      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;
      border-radius: 100%;
      padding: 5px;
      white-space: normal;
      font-weight: 400;
      font-size: .8em;
      opacity: .8;
      -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
      .hero-wrap.desktop .book-badge a:hover {
        background-color: #9D3E32;
        opacity: 1; }
  .hero-wrap.desktop .hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 480px;
    z-index: 1; }
    .hero-wrap.desktop .hero-slider div {
      height: 100vh;
      width: 100%; }
    .hero-wrap.desktop .hero-slider .flickity-page-dots {
      position: absolute;
      z-index: 3;
      bottom: 2.5%;
      right: calc(2.5% + 25px);
      margin: 50px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .hero-wrap.desktop .hero-slider .flickity-page-dots .dot {
        margin-right: 12px;
        height: 6px;
        width: 6px;
        background-color: white;
        cursor: pointer;
        border-radius: 100%; }
        .hero-wrap.desktop .hero-slider .flickity-page-dots .dot.is-selected {
          background-color: #ECC938; }
  .hero-wrap.desktop .hero-logo {
    position: absolute;
    width: 500px;
    max-width: 90%;
    z-index: 2; }
  .hero-wrap.desktop .hero-static {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 480px;
    z-index: 1; }
    .hero-wrap.desktop .hero-static .hero-inner {
      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;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      height: 100vh;
      min-height: 480px;
      padding: 50px 5%;
      position: relative; }
      .hero-wrap.desktop .hero-static .hero-inner .hero-title {
        color: white;
        font-size: 5.5em;
        font-family: font-1;
        line-height: 100%;
        text-align: center;
        font-weight: 400; }
      .hero-wrap.desktop .hero-static .hero-inner .hero-sub-title {
        font-family: font-1;
        position: absolute;
        top: 50px;
        color: white;
        font-weight: 400;
        font-size: 1.2em; }
      .hero-wrap.desktop .hero-static .hero-inner .hero-title-icon {
        width: 100px; }
        .hero-wrap.desktop .hero-static .hero-inner .hero-title-icon.large {
          width: 450px;
          max-width: 60%;
          margin-top: 100px; }
      .hero-wrap.desktop .hero-static .hero-inner .hero-body {
        color: #ECC938;
        text-align: center;
        font-size: 1.1em;
        margin-top: 40px;
        max-width: 90%; }
        .hero-wrap.desktop .hero-static .hero-inner .hero-body p {
          color: inherit;
          line-height: 200%; }
    .hero-wrap.desktop .hero-static .hero-intro {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 50px;
      width: calc((100%/3) * 2);
      height: 200px;
      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; }
      .hero-wrap.desktop .hero-static .hero-intro.background__brand-4 {
        color: #9D3E32; }
        .hero-wrap.desktop .hero-static .hero-intro.background__brand-4 p {
          color: inherit; }
      .hero-wrap.desktop .hero-static .hero-intro p {
        color: #E1E2D8;
        line-height: 200%;
        font-size: .9em;
        font-weight: 600;
        text-align: center; }

.header-mobile {
  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;
  position: relative; }
  .header-mobile .logo-wrap {
    position: relative;
    z-index: 9997;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    background-color: #ECC938; }
    .header-mobile .logo-wrap .logo {
      display: block;
      width: 150px; }
      .header-mobile .logo-wrap .logo img {
        width: 100%; }
    .header-mobile .logo-wrap .menu-button {
      width: 50px;
      height: 50px;
      padding: 15px 0 15px 15px;
      margin-right: 5%;
      cursor: pointer;
      -webkit-transition: opacity .3s ease, width .3s ease;
      -o-transition: opacity .3s ease, width .3s ease;
      transition: opacity .3s ease, width .3s ease;
      z-index: 9998;
      position: absolute;
      right: 0; }
      .header-mobile .logo-wrap .menu-button div {
        position: absolute;
        background-color: #2E333A;
        height: 2px;
        width: 30px;
        -webkit-transition: background-color .1s ease;
        -o-transition: background-color .1s ease;
        transition: background-color .1s ease; }
        .header-mobile .logo-wrap .menu-button div a#internal-menu-link {
          position: absolute;
          height: 60px;
          width: 60px;
          left: -10px;
          right: 0;
          top: -10px;
          bottom: 0;
          z-index: 9999; }
          .header-mobile .logo-wrap .menu-button div a#internal-menu-link:focus {
            background-color: transparent;
            outline: 0; }
        .header-mobile .logo-wrap .menu-button div:before {
          content: "";
          width: inherit;
          height: 2px;
          background-color: inherit;
          position: absolute;
          -webkit-transition: top .15s ease 0s, -webkit-transform .1s ease;
          transition: top .15s ease 0s, -webkit-transform .1s ease;
          -o-transition: top .15s ease 0s, transform .1s ease;
          transition: top .15s ease 0s, transform .1s ease;
          transition: top .15s ease 0s, transform .1s ease, -webkit-transform .1s ease;
          top: -6px; }
        .header-mobile .logo-wrap .menu-button div:after {
          content: "";
          width: inherit;
          -webkit-transition: top .15s ease 0s, -webkit-transform .1s ease;
          transition: top .15s ease 0s, -webkit-transform .1s ease;
          -o-transition: top .15s ease 0s, transform .1s ease;
          transition: top .15s ease 0s, transform .1s ease;
          transition: top .15s ease 0s, transform .1s ease, -webkit-transform .1s ease;
          height: 2px;
          background-color: inherit;
          position: absolute;
          top: 6px; }
      .header-mobile .logo-wrap .menu-button.exit {
        opacity: 1;
        -webkit-transition: opacity .2s ease 0s, width .5s ease .2s;
        -o-transition: opacity .2s ease 0s, width .5s ease .2s;
        transition: opacity .2s ease 0s, width .5s ease .2s; }
        .header-mobile .logo-wrap .menu-button.exit div {
          -webkit-transition: background-color .1s ease;
          -o-transition: background-color .1s ease;
          transition: background-color .1s ease;
          background-color: transparent; }
          .header-mobile .logo-wrap .menu-button.exit div:before {
            top: 0px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: top .15s ease 0s, -webkit-transform .15s ease 0s;
            transition: top .15s ease 0s, -webkit-transform .15s ease 0s;
            -o-transition: top .15s ease 0s, transform .15s ease 0s;
            transition: top .15s ease 0s, transform .15s ease 0s;
            transition: top .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
            background-color: black; }
          .header-mobile .logo-wrap .menu-button.exit div:after {
            top: 0px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: top .15s ease 0s, -webkit-transform .15s ease 0s;
            transition: top .15s ease 0s, -webkit-transform .15s ease 0s;
            -o-transition: top .15s ease 0s, transform .15s ease 0s;
            transition: top .15s ease 0s, transform .15s ease 0s;
            transition: top .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
            background-color: black; }

.master-nav-desktop {
  display: none; }

.master-nav-mobile {
  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: 100vh;
  background-color: #ECC938;
  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.58, 1) 0.3s;
  transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.3s;
  -o-transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.3s;
  transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.3s;
  transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.3s, -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.3s; }
  .master-nav-mobile .show-delayed-1, .master-nav-mobile .show-delayed-2 {
    opacity: 0; }
  .master-nav-mobile .show-delayed-1 {
    -webkit-transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
    transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s; }
  .master-nav-mobile .show-delayed-2 {
    -webkit-transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
    transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s; }
  .master-nav-mobile.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.1s;
    transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.1s;
    -o-transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.1s;
    transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.1s;
    transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.1s; }
    .master-nav-mobile.open .show-delayed-1 {
      opacity: 1;
      -webkit-transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.3s;
      -o-transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.3s;
      transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.3s; }
    .master-nav-mobile.open .show-delayed-2 {
      opacity: 1;
      -webkit-transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.3s;
      -o-transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.3s;
      transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.3s; }
  .master-nav-mobile .logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px; }
    .master-nav-mobile .logo-wrap a {
      display: block;
      width: 150px; }
      .master-nav-mobile .logo-wrap a img {
        width: 100%; }
  .master-nav-mobile .nav-wrap {
    position: relative;
    width: 100%;
    margin-top: auto; }
    .master-nav-mobile .nav-wrap ul.main-nav {
      padding-bottom: 40px;
      padding: 2.5% 0 40px 0; }
      .master-nav-mobile .nav-wrap ul.main-nav li {
        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-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .master-nav-mobile .nav-wrap ul.main-nav li a {
          color: #2E333A;
          font-family: font-2;
          font-weight: 600;
          letter-spacing: .1em;
          text-transform: uppercase;
          font-size: 1.2em;
          display: inline-block;
          padding: 12px 2.5vw; }
        .master-nav-mobile .nav-wrap ul.main-nav li.current-menu-item {
          background-color: rgba(255, 255, 255, 0.2); }
        .master-nav-mobile .nav-wrap ul.main-nav li.menu-item-has-children {
          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; }
          .master-nav-mobile .nav-wrap ul.main-nav li.menu-item-has-children span {
            position: absolute;
            top: .4em;
            right: 5%;
            width: 1.5em;
            height: 1.5em;
            padding: .5em;
            content: "";
            background: url("../images/arrow-down.svg") center center no-repeat;
            background-size: 14px 14px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
          .master-nav-mobile .nav-wrap ul.main-nav li.menu-item-has-children.active {
            background-color: rgba(255, 255, 255, 0.2); }
            .master-nav-mobile .nav-wrap ul.main-nav li.menu-item-has-children.active span {
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
            .master-nav-mobile .nav-wrap ul.main-nav li.menu-item-has-children.active .sub-menu {
              -webkit-transform: scaleY(1);
              -ms-transform: scaleY(1);
              transform: scaleY(1);
              -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
              transition: -webkit-transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
              -o-transition: transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
              transition: transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
              transition: transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s, -webkit-transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s; }
              .master-nav-mobile .nav-wrap ul.main-nav li.menu-item-has-children.active .sub-menu li {
                opacity: 1;
                -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.25s;
                -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.25s;
                transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.25s; }
      .master-nav-mobile .nav-wrap ul.main-nav .sub-menu {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 15px 10px;
        width: 100%;
        top: 100%;
        background-color: white;
        z-index: 2;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.2s;
        transition: -webkit-transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.2s;
        -o-transition: transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.2s;
        transition: transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.2s;
        transition: transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.2s, -webkit-transform 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.2s; }
        .master-nav-mobile .nav-wrap ul.main-nav .sub-menu li {
          position: relative;
          width: 100%;
          opacity: 0;
          -webkit-transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
          -o-transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
          transition: opacity 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s; }
          .master-nav-mobile .nav-wrap ul.main-nav .sub-menu li a {
            position: relative;
            padding: 8px 20px;
            letter-spacing: .05em;
            font-size: 1em;
            text-transform: capitalize;
            text-transform: initial;
            -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.58, 1) 0s, color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.58, 1) 0s, color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: opacity 0.25s cubic-bezier(0, 0, 0.58, 1) 0s, color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
            .master-nav-mobile .nav-wrap ul.main-nav .sub-menu li a:hover {
              color: #ECC938;
              -webkit-transition: color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              -o-transition: color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              transition: color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          .master-nav-mobile .nav-wrap ul.main-nav .sub-menu li.current-menu-item a {
            color: #ECC938; }
          .master-nav-mobile .nav-wrap ul.main-nav .sub-menu li span {
            display: none; }
    .master-nav-mobile .nav-wrap .nav-blog-wrap {
      width: 100%;
      background-color: #2E333A;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      position: relative;
      padding-bottom: 50px; }
      .master-nav-mobile .nav-wrap .nav-blog-wrap.style-1 {
        background-color: #39626D; }
        .master-nav-mobile .nav-wrap .nav-blog-wrap.style-1 a h5 {
          color: white; }
          .master-nav-mobile .nav-wrap .nav-blog-wrap.style-1 a h5 svg path {
            fill: white;
            -webkit-transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1);
            transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1); }
      .master-nav-mobile .nav-wrap .nav-blog-wrap.style-2 {
        background-color: #2E333A; }
      .master-nav-mobile .nav-wrap .nav-blog-wrap:not(.home) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 250px; }
        .master-nav-mobile .nav-wrap .nav-blog-wrap:not(.home) a {
          text-align: left;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          white-space: normal;
          padding: 0px 2.5%; }
          .master-nav-mobile .nav-wrap .nav-blog-wrap:not(.home) a h5 {
            border-bottom: none;
            padding-bottom: 0px; }
            .master-nav-mobile .nav-wrap .nav-blog-wrap:not(.home) a h5 svg {
              width: 50px;
              height: 50px;
              display: block;
              margin-bottom: 20px;
              margin: 0 auto 20px auto; }
            .master-nav-mobile .nav-wrap .nav-blog-wrap:not(.home) a h5 span {
              margin-left: 0;
              width: -webkit-min-content;
              width: -moz-min-content;
              width: min-content;
              display: table-caption;
              text-align: center; }
      .master-nav-mobile .nav-wrap .nav-blog-wrap a {
        padding: 20px 2.5vw;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        text-align: center; }
        .master-nav-mobile .nav-wrap .nav-blog-wrap a h5 {
          color: #5098AD;
          border-bottom: 3px solid #5098AD;
          padding-bottom: 20px;
          display: block;
          -webkit-transition: color 0.25s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.25s cubic-bezier(0, 0, 0.58, 1);
          -o-transition: color 0.25s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.25s cubic-bezier(0, 0, 0.58, 1);
          transition: color 0.25s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.25s cubic-bezier(0, 0, 0.58, 1); }
          .master-nav-mobile .nav-wrap .nav-blog-wrap a h5 svg path {
            fill: #5098AD;
            -webkit-transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1);
            transition: fill 0.25s cubic-bezier(0, 0, 0.58, 1); }
          .master-nav-mobile .nav-wrap .nav-blog-wrap a h5 span {
            margin-left: 10px; }
        .master-nav-mobile .nav-wrap .nav-blog-wrap a p {
          color: white;
          width: 100%;
          display: block;
          margin: 30px 0 0;
          font-weight: 200;
          font-size: .9em; }
        .master-nav-mobile .nav-wrap .nav-blog-wrap a:hover h5 {
          color: white;
          border-bottom-color: white;
          -webkit-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.15s cubic-bezier(0, 0, 0.58, 1);
          -o-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.15s cubic-bezier(0, 0, 0.58, 1);
          transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-bottom-color 0.15s cubic-bezier(0, 0, 0.58, 1); }
          .master-nav-mobile .nav-wrap .nav-blog-wrap a:hover h5 svg path {
            fill: white;
            -webkit-transition: fill 0.15s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: fill 0.15s cubic-bezier(0, 0, 0.58, 1);
            transition: fill 0.15s cubic-bezier(0, 0, 0.58, 1); }
        .master-nav-mobile .nav-wrap .nav-blog-wrap a:hover .blog-nav-featured-post {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          -o-transition: transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          transition: transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s;
          transition: transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0, 0, 0.58, 1) 0.1s; }
          .master-nav-mobile .nav-wrap .nav-blog-wrap a:hover .blog-nav-featured-post .blog-nav-featured-post-image-wrap, .master-nav-mobile .nav-wrap .nav-blog-wrap a:hover .blog-nav-featured-post .blog-nav-featured-post-title {
            opacity: 1;
            -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }

.hero-wrap.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  background-color: #2E333A;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  z-index: 1; }
  .hero-wrap.mobile .hero-slider {
    position: relative;
    width: 100%;
    height: 450px;
    z-index: 1; }
    .hero-wrap.mobile .hero-slider div {
      height: 450px;
      width: 100%; }
    .hero-wrap.mobile .hero-slider .flickity-page-dots {
      position: absolute;
      z-index: 3;
      bottom: 2.5%;
      right: 2.5%;
      margin: 10px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .hero-wrap.mobile .hero-slider .flickity-page-dots .dot {
        margin-right: 12px;
        height: 6px;
        width: 6px;
        background-color: white;
        cursor: pointer;
        border-radius: 100%; }
        .hero-wrap.mobile .hero-slider .flickity-page-dots .dot.is-selected {
          background-color: #ECC938; }
  .hero-wrap.mobile .hero-logo {
    position: absolute;
    width: 500px;
    max-width: 60%;
    z-index: 2; }
  .hero-wrap.mobile .hero-static {
    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;
    z-index: 1; }
    .hero-wrap.mobile .hero-static .hero-inner {
      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;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      padding: 50px 5%;
      position: relative;
      min-height: 380px; }
      .hero-wrap.mobile .hero-static .hero-inner .hero-title {
        color: white;
        font-size: 2.2em;
        font-family: font-1;
        line-height: 100%;
        text-align: center;
        font-weight: 400; }
      .hero-wrap.mobile .hero-static .hero-inner .hero-sub-title {
        font-family: font-1;
        position: absolute;
        top: 30px;
        color: white;
        font-weight: 400;
        font-size: 1.2em; }
      .hero-wrap.mobile .hero-static .hero-inner .hero-title-icon {
        width: 70px; }
        .hero-wrap.mobile .hero-static .hero-inner .hero-title-icon.large {
          width: 450px;
          max-width: 60%;
          margin-top: 100px; }
    .hero-wrap.mobile .hero-static .hero-body {
      position: relative;
      color: #ECC938;
      text-align: center;
      font-size: 1em;
      margin-top: 40px;
      max-width: 90%; }
      .hero-wrap.mobile .hero-static .hero-body p {
        color: inherit;
        line-height: 180%; }
    .hero-wrap.mobile .hero-static .hero-intro {
      position: relative;
      left: 0;
      bottom: 0;
      padding: 10px 2.5%;
      width: 100%;
      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; }
      .hero-wrap.mobile .hero-static .hero-intro.background__brand-4 {
        color: #9D3E32; }
        .hero-wrap.mobile .hero-static .hero-intro.background__brand-4 p {
          color: inherit; }
      .hero-wrap.mobile .hero-static .hero-intro p {
        color: #E1E2D8;
        line-height: 200%;
        font-size: .9em;
        font-weight: 600;
        text-align: center; }

.section .height-full {
  min-height: 480px; }

.section .section_inner {
  padding: 50px 2.5%;
  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; }

.section.padding-bottom-large {
  padding-bottom: 100px; }

.section .video {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  min-height: 500px; }
  .section .video .play {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: 50px;
    white-space: normal;
    text-align: center; }
    .section .video .play svg {
      width: 60px;
      -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: -webkit-transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77), -webkit-transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
      .section .video .play svg path {
        -webkit-transition: fill 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        -o-transition: fill 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: fill 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
    .section .video .play:hover svg {
      -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      fill: #ECC938; }
      .section .video .play:hover svg path {
        fill: #ECC938; }
  .section .video h2, .section .video h3 {
    font-family: font-1;
    color: #ECC938;
    line-height: 100%;
    margin: 0;
    font-weight: 400; }
  .section .video h2 {
    font-size: 5em; }
    .section .video h2 breakpoint(medium) {
      font-size: 12em; }
  .section .video h3 {
    font-size: 3em; }
    .section .video h3 breakpoint(medium) {
      font-size: 6em; }
  .section .video p {
    color: white;
    margin: 20px 0;
    text-align: center; }

.banner-w-stack {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .banner-w-stack.stack-left .stack-cell-double {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .banner-w-stack.stack-left .stack-cell-double .stack-cell {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #E1E2D8;
      text-align: center;
      padding: 50px 5%;
      min-height: 300px; }
      .banner-w-stack.stack-left .stack-cell-double .stack-cell.stack-cell-1 {
        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;
        background-color: #9D3E32; }
      .banner-w-stack.stack-left .stack-cell-double .stack-cell.stack-cell-2 {
        background-color: #39626D; }
      .banner-w-stack.stack-left .stack-cell-double .stack-cell h1, .banner-w-stack.stack-left .stack-cell-double .stack-cell h2, .banner-w-stack.stack-left .stack-cell-double .stack-cell h3, .banner-w-stack.stack-left .stack-cell-double .stack-cell h4, .banner-w-stack.stack-left .stack-cell-double .stack-cell h5, .banner-w-stack.stack-left .stack-cell-double .stack-cell h6, .banner-w-stack.stack-left .stack-cell-double .stack-cell p {
        color: white;
        width: 100%;
        max-width: 400px; }
  .banner-w-stack.stack-left .stack-cell-single {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #39626D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 5%; }
    .banner-w-stack.stack-left .stack-cell-single .cell-icon-large {
      width: 150px;
      height: auto;
      margin-bottom: 50px; }
    .banner-w-stack.stack-left .stack-cell-single p {
      max-width: 800px;
      color: white;
      text-align: center;
      line-height: 200%; }
    .banner-w-stack.stack-left .stack-cell-single .button {
      margin-top: 50px; }
  .banner-w-stack.stack-left .padded {
    padding-top: 50px; }
  .banner-w-stack.stack-left h5 {
    text-align: center;
    margin-right: auto;
    margin-left: auto; }

.banner-w-hero-image-wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .banner-w-hero-image-wrap .banner-w-hero-image {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-align: center;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }
    .banner-w-hero-image-wrap .banner-w-hero-image img {
      width: 100%; }
    .banner-w-hero-image-wrap .banner-w-hero-image h2 {
      font-size: 1.6em;
      font-family: font-1;
      font-weight: 400;
      line-height: 120%;
      margin-bottom: 0; }
    .banner-w-hero-image-wrap .banner-w-hero-image p {
      color: white; }

.banner-w-side-by-side {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .banner-w-side-by-side .side {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    min-height: 350px; }
    .banner-w-side-by-side .side.align-top {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .banner-w-side-by-side .side.padded {
      padding: 50px 2.5%; }
  .banner-w-side-by-side.style-1 h1, .banner-w-side-by-side.style-1 h2, .banner-w-side-by-side.style-1 h3, .banner-w-side-by-side.style-1 h4, .banner-w-side-by-side.style-1 h5, .banner-w-side-by-side.style-1 h6 {
    width: 90%;
    text-align: center;
    font-family: font-1;
    font-weight: 400;
    margin-top: 0; }
  .banner-w-side-by-side.style-1 p {
    width: 90%;
    text-align: center;
    font-size: .8em;
    font-weight: 400;
    line-height: 200%;
    color: white; }
  .banner-w-side-by-side.style-1 .button {
    font-size: .9em; }
  .banner-w-side-by-side.style-3 h1, .banner-w-side-by-side.style-3 h2, .banner-w-side-by-side.style-3 h3, .banner-w-side-by-side.style-3 h4, .banner-w-side-by-side.style-3 h5, .banner-w-side-by-side.style-3 h6 {
    width: 90%;
    text-align: center;
    font-family: font-1;
    font-weight: 400;
    margin-top: 0; }
  .banner-w-side-by-side.style-3 h2 {
    font-size: 3em; }
  .banner-w-side-by-side.style-3 p {
    width: 90%;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    line-height: 200%;
    color: white; }
  .banner-w-side-by-side.style-3 .button {
    font-size: .9em; }
  .banner-w-side-by-side.style-2 h2 {
    font-size: 3em;
    padding-top: 50px; }
  .banner-w-side-by-side.style-2 h6 {
    line-height: 180%;
    font-size: .9em;
    text-align: center; }
  .banner-w-side-by-side.style-2 h1, .banner-w-side-by-side.style-2 h2, .banner-w-side-by-side.style-2 h3, .banner-w-side-by-side.style-2 h4 {
    width: 100%;
    text-align: center;
    font-family: font-1;
    font-weight: 400;
    margin-top: 0;
    color: #E1E2D8; }
  .banner-w-side-by-side.style-2 p {
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    line-height: 150%;
    color: white;
    margin-top: 40px; }
  .banner-w-side-by-side.style-2 .side-body-content {
    display: block;
    margin: 0 auto;
    width: 90%; }
    .banner-w-side-by-side.style-2 .side-body-content h2, .banner-w-side-by-side.style-2 .side-body-content h3, .banner-w-side-by-side.style-2 .side-body-content h4, .banner-w-side-by-side.style-2 .side-body-content h5, .banner-w-side-by-side.style-2 .side-body-content h6 {
      width: 100%;
      text-align: center;
      font-family: font-2;
      font-weight: 600;
      margin-top: 0;
      color: #E1E2D8;
      line-height: 200%; }
  .banner-w-side-by-side.style-2 .button {
    font-size: 1em; }
  .banner-w-side-by-side .side-icon-large {
    width: 120px;
    padding-top: 100px;
    padding-bottom: 100px; }
  .banner-w-side-by-side.meetings .side {
    padding: 50px 2.5% 100px;
    min-height: 300px; }
  .banner-w-side-by-side.explore-child .side {
    padding: 50px 2.5% 100px; }
  .banner-w-side-by-side.explore-child span {
    text-align: center;
    margin-bottom: 100px;
    padding-bottom: 8px; }
    .banner-w-side-by-side.explore-child span svg {
      fill: #E1E2D8;
      height: 60px; }
      .banner-w-side-by-side.explore-child span svg path {
        fill: #E1E2D8; }
  .banner-w-side-by-side.plan .side {
    padding: 50px 2.5% 100px;
    min-height: 300px; }
  .banner-w-side-by-side.last-post {
    min-height: 400px; }
    .banner-w-side-by-side.last-post .side {
      padding: 100px 2.5%; }
      .banner-w-side-by-side.last-post .side p {
        font-size: .9em;
        line-height: 180%;
        color: #2E333A; }

.services-wrap {
  width: 100;
  padding: 50px 2.5%;
  padding-bottom: 180px; }
  .services-wrap h2 {
    font-family: font-1;
    text-align: center;
    font-size: 3em;
    font-weight: 400; }
  .services-wrap h6 {
    text-align: center;
    font-weight: 600;
    line-height: 200%; }
  .services-wrap .services {
    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;
    margin-top: 40px; }
    .services-wrap .services div {
      text-align: center;
      padding: 10px; }
      .services-wrap .services div p {
        color: inherit;
        font-size: .9em;
        line-height: 150%; }
  .services-wrap .services-link {
    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;
    margin-top: 50px;
    color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
    .services-wrap .services-link a {
      color: white;
      font-family: font-2;
      font-size: 1em;
      -webkit-transition: opacity 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: opacity 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: opacity 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
      .services-wrap .services-link a:hover {
        opacity: .7; }
    .services-wrap .services-link span {
      font-size: .8em;
      margin-top: 10px;
      text-transform: uppercase;
      font-family: font-2;
      font-weight: 200; }

.fade-slider-wrap {
  padding: 50px 2.5%; }
  .fade-slider-wrap h2 {
    font-family: font-1; }

.fade-slider {
  width: 100%;
  padding: 110px 0 100px;
  text-align: center;
  position: relative;
  outline: none;
  border: none; }
  .fade-slider .text-slide {
    width: 100%; }
    .fade-slider .text-slide:focus {
      outline: none;
      border: none; }
    .fade-slider .text-slide h6 {
      font-size: 1.1em; }
    .fade-slider .text-slide p {
      margin-top: 0; }
  .fade-slider.style-1 .next {
    background: none;
    background: url("../images/slider-arrow-right_white.svg") center center no-repeat;
    background-size: 40px auto; }
  .fade-slider.style-1 .previous {
    background: none;
    background: url("../images/slider-arrow-left_white.svg") center center no-repeat;
    background-size: 40px auto; }
  .fade-slider .next {
    position: absolute;
    margin-right: 30px;
    top: 20px;
    z-index: 3;
    background: none;
    outline: none;
    cursor: pointer;
    background: url("../images/slider-arrow-right.svg") center center no-repeat;
    background-size: 40px auto; }
  .fade-slider .previous {
    position: absolute;
    margin-left: -50px;
    top: 20px;
    z-index: 3;
    background: none;
    outline: none;
    cursor: pointer;
    background: url("../images/slider-arrow-left.svg") center center no-repeat;
    background-size: 40px auto; }
  .fade-slider .next, .fade-slider .previous {
    height: 42px;
    width: 42px;
    border: none;
    -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
    .fade-slider .next svg, .fade-slider .previous svg {
      display: none; }
    .fade-slider .next:hover, .fade-slider .next:focus, .fade-slider .previous:hover, .fade-slider .previous:focus {
      opacity: .5; }
  .fade-slider .flickity-page-dots {
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: 2.5%;
    margin: 0px 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;
    flex-flow: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center; }
    .fade-slider .flickity-page-dots .dot {
      margin-right: 6px;
      margin-left: 6px;
      height: 6px;
      width: 6px;
      background-color: white;
      cursor: pointer;
      border-radius: 100%; }
      .fade-slider .flickity-page-dots .dot.is-selected {
        background-color: #ECC938; }

.banner-w-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .banner-w-form .side {
    padding: 100px 2.5%;
    text-align: center; }
    .banner-w-form .side h2 {
      font-family: font-1;
      font-weight: 400;
      font-size: 3em;
      margin-top: 0; }
  .banner-w-form .form-content .entry-content {
    padding: 0; }
    .banner-w-form .form-content .entry-content h6 {
      font-size: 1em;
      line-height: 200%; }
  .banner-w-form .form-content .contact-info {
    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;
    margin-top: 40px; }
    .banner-w-form .form-content .contact-info p {
      color: #222222;
      margin: 20px auto;
      line-height: 150%;
      font-weight: 200; }
      .banner-w-form .form-content .contact-info p br {
        display: none; }
  .banner-w-form .style-2 h5 {
    color: white; }
  .banner-w-form .style-2 h6 {
    color: #2E333A;
    margin-bottom: 0;
    margin-top: 50px;
    font-size: 1em; }
  .banner-w-form .style-2 p {
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em; }
    .banner-w-form .style-2 p br {
      display: none;
      height: 0; }
  .banner-w-form .style-3 {
    padding: 0;
    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; }
    .banner-w-form .style-3 h5 {
      color: #2E333A; }
    .banner-w-form .style-3 h6 {
      color: #2E333A;
      margin-bottom: 0;
      margin-top: 50px;
      font-size: 1em; }
    .banner-w-form .style-3 p {
      color: #2E333A;
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 1em; }
      .banner-w-form .style-3 p br {
        display: none;
        height: 0; }
    .banner-w-form .style-3 .cell {
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      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;
      padding: 50px 0px; }
      .banner-w-form .style-3 .cell.bg {
        margin-top: auto; }
      .banner-w-form .style-3 .cell img {
        width: 100%; }

.section-w-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 2.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }
  .section-w-media header {
    text-align: center; }
    .section-w-media header h2 {
      font-size: 3em; }
  .section-w-media .media-links {
    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; }
    .section-w-media .media-links .media-link {
      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;
      padding: 30px 2.5%;
      width: 100%;
      text-align: center; }
      .section-w-media .media-links .media-link:nth-child(4) {
        border-right: none; }
      .section-w-media .media-links .media-link h6 {
        text-align: center;
        font-size: .8em;
        text-transform: uppercase;
        font-weight: 400; }
      .section-w-media .media-links .media-link h5 {
        font-size: 1em;
        text-align: center;
        margin-bottom: 0px;
        font-weight: 600; }
        .section-w-media .media-links .media-link h5 a {
          color: inherit;
          white-space: normal;
          text-decoration: underline;
          text-transform: initial; }

.section-w-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 75px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }
  .section-w-board header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto; }
    .section-w-board header h2 {
      font-size: 3em; }
    .section-w-board header h3 {
      font-size: 2.5em; }
  .section-w-board .board {
    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;
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .section-w-board .board .board-member {
      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;
      padding: 20px 2.5%;
      width: 100%;
      text-align: center; }
      .section-w-board .board .board-member:nth-child(4) {
        border-right: none; }
      .section-w-board .board .board-member h6 {
        text-align: center;
        font-size: .8em;
        text-transform: uppercase;
        font-weight: 400; }
      .section-w-board .board .board-member h5 {
        font-size: 1em;
        text-align: center;
        margin-bottom: 0px;
        font-weight: 600; }
        .section-w-board .board .board-member h5 a {
          color: inherit;
          white-space: normal;
          text-decoration: underline;
          text-transform: initial; }
        .section-w-board .board .board-member h5.to-lowercase {
          text-transform: capitalize; }
      .section-w-board .board .board-member p {
        margin-top: 5px; }
        .section-w-board .board .board-member p a {
          color: inherit;
          text-decoration: underline; }

.banner-w-map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #E1E2D8;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .banner-w-map .map {
    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;
    position: relative; }
    .banner-w-map .map .static-header {
      width: 100%;
      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;
      padding: 30px 2.5vw;
      position: relative;
      z-index: 1; }
      .banner-w-map .map .static-header h2 {
        font-family: font-1;
        text-align: center;
        font-weight: 400;
        margin: 0; }
    .banner-w-map .map .acf-map {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 400px; }

.gm-style .gm-style-iw-c {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px; }

.gm-style .gm-style-iw-t::after {
  display: none; }

.marker-inner {
  padding: 10px; }
  .marker-inner .marker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .marker-inner .marker-header h5 {
      text-transform: capitalize;
      line-height: 150%;
      color: #2E333A;
      margin-left: 10px;
      font-size: 1.1em;
      letter-spacing: 0; }
    .marker-inner .marker-header img {
      width: 40px; }
  .marker-inner p {
    color: #2E333A;
    font-size: 1em;
    font-family: font-2;
    margin-top: 0; }
  .marker-inner a {
    color: #2E333A;
    text-decoration: underline; }

.map-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 2.5% 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }
  .map-controls p {
    color: #2E333A;
    text-align: center;
    line-height: 200%;
    font-size: .9em; }
  .map-controls .filters {
    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;
    margin-top: auto; }
    .map-controls .filters .filter {
      width: 100%;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      border-top: 1px solid #979797;
      padding: 20px 0px 0px; }
      .map-controls .filters .filter input[type="checkbox"] {
        visibility: hidden;
        width: 0; }
        .map-controls .filters .filter input[type="checkbox"]:checked ~ .toggle-button {
          background-color: white; }
          .map-controls .filters .filter input[type="checkbox"]:checked ~ .toggle-button span {
            background-color: #747E7D;
            -webkit-transform: translateX(24px);
            -ms-transform: translateX(24px);
            transform: translateX(24px); }
      .map-controls .filters .filter img {
        width: 40px;
        margin-right: 10px; }
      .map-controls .filters .filter .filter-title {
        font-size: .8em;
        color: #574E4B;
        max-width: calc(100% - 100px); }
      .map-controls .filters .filter .toggle-button {
        width: 48px;
        height: 24px;
        border-radius: 12px;
        background-color: #747E7D;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        -o-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        padding: 3px; }
        .map-controls .filters .filter .toggle-button span {
          height: 18px;
          width: 18px;
          background-color: white;
          border-radius: 100%;
          -webkit-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77), -webkit-transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s;
          transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77), -webkit-transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s;
          -o-transition: transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s, background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s, background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s, background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77), -webkit-transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s; }

.crowd-wrap {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding: 50px 0;
  text-align: center; }
  .crowd-wrap header {
    margin-bottom: 30px; }
    .crowd-wrap header h2 {
      font-family: font-1;
      font-weight: 400;
      margin-bottom: .5em;
      font-size: 2.6em; }
    .crowd-wrap header span {
      font-size: 1.2em; }
  .crowd-wrap .cr__gallery button {
    font-weight: 600; }

.explore-navigation-wrap {
  padding-top: 100px;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .explore-navigation-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(34, 34, 34, 0.2);
    z-index: 1; }

.explore-navigation {
  width: 100%;
  max-width: 1000px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  margin: 0 auto; }
  .explore-navigation li.nav-item.nav-intro {
    padding: 50px 0px; }
    .explore-navigation li.nav-item.nav-intro h3 {
      color: #ECC938;
      text-align: center; }
  .explore-navigation li.nav-item {
    width: 100%;
    padding: 20px 20px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .explore-navigation li.nav-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .explore-navigation li.nav-item a svg {
        height: 70px; }
        .explore-navigation li.nav-item a svg path {
          -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
      .explore-navigation li.nav-item a span {
        color: #ECC938;
        font-size: 1em;
        margin: 20px 0 0;
        -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
      .explore-navigation li.nav-item a p {
        color: #E1E2D8;
        text-align: center;
        font-size: .8em;
        line-height: 200%; }
      .explore-navigation li.nav-item a:hover svg path {
        fill: #E1E2D8; }
        .explore-navigation li.nav-item a:hover svg path.star {
          fill: #ECC938; }
      .explore-navigation li.nav-item a:hover span {
        color: #E1E2D8; }

.section-w-text-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .section-w-text-slider .slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 100%; }
    .section-w-text-slider .slider-wrap .full-width {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .section-w-text-slider .slider-wrap .full-width header {
        max-width: 1000px; }
    .section-w-text-slider .slider-wrap header {
      width: 80%;
      text-align: center;
      color: white;
      padding-top: 50px;
      max-width: 600px;
      margin: 0 auto; }
      .section-w-text-slider .slider-wrap header h2 {
        font-family: font-1;
        font-size: 3em;
        font-weight: 400; }
      .section-w-text-slider .slider-wrap header h3 {
        font-family: font-1;
        font-size: 2.5em;
        font-weight: 400; }
      .section-w-text-slider .slider-wrap header h6 {
        line-height: 200%;
        font-size: .9em; }
      .section-w-text-slider .slider-wrap header p {
        font-size: .9em; }
    .section-w-text-slider .slider-wrap .slider {
      position: relative;
      padding: 120px 1px;
      overflow: hidden;
      outline: none; }
      .section-w-text-slider .slider-wrap .slider.padded .next {
        right: calc(50% - 50px); }
      .section-w-text-slider .slider-wrap .slider.padded .previous {
        right: calc(50% - 100px); }
      .section-w-text-slider .slider-wrap .slider.text-slider-style-1 {
        top: 0px;
        padding-top: 50px;
        padding-bottom: 150px; }
        .section-w-text-slider .slider-wrap .slider.text-slider-style-1 .next {
          background: none;
          background: url("../images/slider-arrow-right_white.svg") center center no-repeat;
          background-size: 40px auto;
          right: calc(50% - 45px); }
        .section-w-text-slider .slider-wrap .slider.text-slider-style-1 .previous {
          background: none;
          background: url("../images/slider-arrow-left_white.svg") center center no-repeat;
          background-size: 40px auto;
          left: calc(50% - 45px); }
      .section-w-text-slider .slider-wrap .slider .team-member-slide {
        width: 100%;
        border-right: 1px solid #979797;
        padding: 0 2.5%;
        text-align: center; }
        .section-w-text-slider .slider-wrap .slider .team-member-slide img {
          width: 100%;
          margin-bottom: 20px; }
        .section-w-text-slider .slider-wrap .slider .team-member-slide p {
          text-align: center;
          font-weight: 200; }
      .section-w-text-slider .slider-wrap .slider .text-slide {
        width: 100%;
        padding: 0px 40px;
        text-align: center;
        position: absolute; }
        .section-w-text-slider .slider-wrap .slider .text-slide .slide-image {
          width: 100%;
          height: 0;
          padding-top: 100%;
          margin: 0 auto 50px; }
        .section-w-text-slider .slider-wrap .slider .text-slide.color__white {
          color: white; }
          .section-w-text-slider .slider-wrap .slider .text-slide.color__white h6, .section-w-text-slider .slider-wrap .slider .text-slide.color__white h4, .section-w-text-slider .slider-wrap .slider .text-slide.color__white p {
            color: inherit; }
        .section-w-text-slider .slider-wrap .slider .text-slide h6 {
          font-size: .9em; }
        .section-w-text-slider .slider-wrap .slider .text-slide h5 {
          font-size: 1em; }
        .section-w-text-slider .slider-wrap .slider .text-slide h4 {
          font-size: 1.2em;
          margin-bottom: 30px; }
        .section-w-text-slider .slider-wrap .slider .text-slide p {
          font-size: 1em;
          font-weight: 200; }
        .section-w-text-slider .slider-wrap .slider .text-slide .button {
          font-size: .8em;
          margin-top: 30px;
          padding-bottom: 15px; }
      .section-w-text-slider .slider-wrap .slider .next {
        position: absolute;
        bottom: 50px;
        z-index: 3;
        background: none;
        outline: none;
        cursor: pointer;
        background: url("../images/slider-arrow-right.svg") center center no-repeat;
        background-size: 40px auto;
        right: calc(50% - 45px); }
      .section-w-text-slider .slider-wrap .slider .previous {
        position: absolute;
        bottom: 50px;
        z-index: 3;
        background: none;
        outline: none;
        cursor: pointer;
        background: url("../images/slider-arrow-left.svg") center center no-repeat;
        background-size: 40px auto;
        left: calc(50% - 45px); }
      .section-w-text-slider .slider-wrap .slider .next, .section-w-text-slider .slider-wrap .slider .previous {
        height: 42px;
        width: 42px;
        border: none;
        -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        .section-w-text-slider .slider-wrap .slider .next svg, .section-w-text-slider .slider-wrap .slider .previous svg {
          display: none; }
        .section-w-text-slider .slider-wrap .slider .next:hover, .section-w-text-slider .slider-wrap .slider .next:focus, .section-w-text-slider .slider-wrap .slider .previous:hover, .section-w-text-slider .slider-wrap .slider .previous:focus {
          opacity: .5; }
  .section-w-text-slider .side-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-w-text-slider .side-content .bg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }

.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5 {
  font-family: font-1;
  font-weight: 400; }

.section-w-text-cells {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .section-w-text-cells .text-cell-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  .section-w-text-cells .text-cell {
    width: 100%;
    padding: 50px 0px;
    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;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .section-w-text-cells .text-cell .text-cell-inner {
      width: 100%;
      padding: 0 30px;
      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;
      text-align: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .section-w-text-cells .text-cell:nth-child(3) .text-cell-inner {
      border-right: none; }
    .section-w-text-cells .text-cell.special .text-cell-inner {
      padding: 0; }
    .section-w-text-cells .text-cell.special-cell-style-1 {
      color: white;
      padding: 50px 40px; }
      .section-w-text-cells .text-cell.special-cell-style-1 .text-cell-inner {
        border-right: none; }
      .section-w-text-cells .text-cell.special-cell-style-1 p {
        font-size: .85em;
        line-height: 200%;
        font-weight: 600; }
    .section-w-text-cells .text-cell.color__white {
      color: white; }
      .section-w-text-cells .text-cell.color__white h6, .section-w-text-cells .text-cell.color__white h4, .section-w-text-cells .text-cell.color__white p {
        color: inherit; }
    .section-w-text-cells .text-cell h6 {
      font-size: .9em; }
    .section-w-text-cells .text-cell h5 {
      font-size: 1em; }
    .section-w-text-cells .text-cell h4 {
      font-size: 1.1em;
      margin-bottom: 20px; }
    .section-w-text-cells .text-cell p {
      font-size: 1em;
      font-weight: 200; }
    .section-w-text-cells .text-cell .button {
      font-size: .8em;
      margin-top: 30px;
      padding-bottom: 15px; }
      .section-w-text-cells .text-cell .button a span {
        max-width: 70%; }

.sport-section .video h6 {
  color: white;
  margin-top: 20px;
  line-height: 200%; }

.section-w-badge-program .side {
  padding: 120px 2.5%; }
  .section-w-badge-program .side.left .icon {
    width: 70px; }
  .section-w-badge-program .side.left p {
    margin-top: 0; }
  .section-w-badge-program .side h1, .section-w-badge-program .side h2, .section-w-badge-program .side h3, .section-w-badge-program .side h4, .section-w-badge-program .side h5, .section-w-badge-program .side h6 {
    color: white; }
  .section-w-badge-program .side br {
    height: 0;
    display: none; }
  .section-w-badge-program .side p a {
    color: inherit;
    text-decoration: underline; }

.section-w-downloads {
  padding: 80px 5%;
  text-align: center; }

.downloads {
  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;
  margin-top: 50px; }
  .downloads .download {
    color: white;
    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;
    text-align: center;
    min-width: 120px;
    margin: 0px auto 30px auto; }
    .downloads .download a {
      font-family: font-2;
      text-align: center;
      font-size: 1.1em;
      color: white;
      text-decoration: underline;
      white-space: normal; }
    .downloads .download span {
      font-size: .8em;
      margin-top: 10px;
      text-transform: uppercase; }

.section-w-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 2.5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .section-w-text h5 {
    margin-bottom: 1.5em; }
  .section-w-text h5, .section-w-text p {
    color: #2E333A; }

.floating-header {
  position: absolute;
  width: 100%;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 30px 2.5vw; }
  .floating-header.right {
    right: 0; }
  .floating-header h2 {
    font-family: font-1;
    font-weight: 400;
    margin: 0;
    font-size: 2em; }
  .floating-header .button {
    position: relative;
    right: 0px;
    margin: 20px 0;
    font-size: .8em; }

.locations-wrap, .blog-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-top: 50px;
  padding-bottom: 50px; }
  .locations-wrap header, .blog-wrap header {
    text-align: center;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .locations-wrap header h2, .blog-wrap header h2 {
      color: #9D3E32;
      font-family: font-1;
      font-weight: 400;
      font-size: 2em; }
    .locations-wrap header p, .blog-wrap header p {
      max-width: 800px; }
    .locations-wrap header .filters, .blog-wrap header .filters {
      border-top: 3px solid white;
      padding: 10px;
      margin-top: 30px;
      padding-top: 30px;
      width: calc(100% - 10px);
      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: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px 2.5% 10px; }
      .locations-wrap header .filters .filter, .blog-wrap header .filters .filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        margin: 10px 20px; }
        .locations-wrap header .filters .filter label, .blog-wrap header .filters .filter label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -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;
          font-size: .9em;
          cursor: pointer; }
          .locations-wrap header .filters .filter label.check span, .blog-wrap header .filters .filter label.check span {
            background-color: #9D3E32; }
        .locations-wrap header .filters .filter span, .blog-wrap header .filters .filter span {
          width: 14px;
          height: 14px;
          margin-right: 10px;
          background-color: white;
          display: block;
          border-radius: 100%; }
        .locations-wrap header .filters .filter input, .blog-wrap header .filters .filter input {
          border: 2px solid #2E333A;
          visibility: hidden;
          width: 0;
          height: 0; }
        .locations-wrap header .filters .filter input[type=checkbox]:checked + span, .blog-wrap header .filters .filter input[type=checkbox]:checked + span {
          background-color: #9D3E32; }
  .locations-wrap .locations, .blog-wrap .locations {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto; }
    .locations-wrap .locations .location, .blog-wrap .locations .location {
      text-align: center;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .locations-wrap .locations .location-inner, .blog-wrap .locations .location-inner {
        background-color: white;
        width: 100%; }
      .locations-wrap .locations .location-image, .blog-wrap .locations .location-image {
        height: 0;
        padding-top: 100%;
        background-color: #cbccbb; }
        .locations-wrap .locations .location-image.no-image, .blog-wrap .locations .location-image.no-image {
          position: relative;
          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; }
          .locations-wrap .locations .location-image.no-image svg, .blog-wrap .locations .location-image.no-image svg {
            position: absolute;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
            top: 0%; }
      .locations-wrap .locations .location-body, .blog-wrap .locations .location-body {
        position: relative;
        padding: 20px;
        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; }
        .locations-wrap .locations .location-body h5, .blog-wrap .locations .location-body h5 {
          color: #2E333A;
          font-size: 1em;
          min-height: 50px; }
        .locations-wrap .locations .location-body .location-desc, .blog-wrap .locations .location-body .location-desc {
          padding-bottom: 20px;
          cursor: pointer; }
          .locations-wrap .locations .location-body .location-desc p, .blog-wrap .locations .location-body .location-desc p {
            color: #2E333A;
            font-size: .95em; }
            .locations-wrap .locations .location-body .location-desc p .below-fold, .blog-wrap .locations .location-body .location-desc p .below-fold {
              display: none;
              opacity: 0;
              -webkit-transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s;
              -o-transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s;
              transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s; }
            .locations-wrap .locations .location-body .location-desc p.not-first-p, .blog-wrap .locations .location-body .location-desc p.not-first-p {
              display: none;
              opacity: 0;
              -webkit-transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s;
              -o-transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s;
              transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s; }
          .locations-wrap .locations .location-body .location-desc .read-more, .blog-wrap .locations .location-body .location-desc .read-more {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row;
            flex-flow: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            opacity: .5;
            -webkit-transition: opacity 0s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: opacity 0s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: opacity 0s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            font-size: .7em;
            margin-top: 5px;
            cursor: pointer; }
            .locations-wrap .locations .location-body .location-desc .read-more svg, .blog-wrap .locations .location-body .location-desc .read-more svg {
              width: 10px;
              margin-left: 5px; }
          .locations-wrap .locations .location-body .location-desc.active p .below-fold, .blog-wrap .locations .location-body .location-desc.active p .below-fold {
            display: inline;
            opacity: 1;
            -webkit-transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s;
            -o-transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s;
            transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s; }
          .locations-wrap .locations .location-body .location-desc.active p.not-first-p, .blog-wrap .locations .location-body .location-desc.active p.not-first-p {
            display: block;
            opacity: 1;
            -webkit-transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s;
            -o-transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s;
            transition: opacity 1s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s; }
          .locations-wrap .locations .location-body .location-desc.active .read-more, .blog-wrap .locations .location-body .location-desc.active .read-more {
            opacity: .2; }
            .locations-wrap .locations .location-body .location-desc.active .read-more svg, .blog-wrap .locations .location-body .location-desc.active .read-more svg {
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
        .locations-wrap .locations .location-body .button-wrap, .blog-wrap .locations .location-body .button-wrap {
          width: 100%;
          position: relative;
          padding-top: 30px; }
        .locations-wrap .locations .location-body .wc-accessible, .blog-wrap .locations .location-body .wc-accessible {
          position: absolute;
          top: 0px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: auto auto 10px auto; }
          .locations-wrap .locations .location-body .wc-accessible svg, .blog-wrap .locations .location-body .wc-accessible svg {
            height: 20px; }
        .locations-wrap .locations .location-body .button, .blog-wrap .locations .location-body .button {
          position: relative;
          margin-bottom: 20px;
          font-size: .9em;
          margin-top: auto; }
  .locations-wrap .blogs, .blog-wrap .blogs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto; }
    .locations-wrap .blogs .blog, .blog-wrap .blogs .blog {
      text-align: center;
      padding: 0%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      border-bottom: 1px solid #d6d7c9; }
      .locations-wrap .blogs .blog-image, .blog-wrap .blogs .blog-image {
        position: relative;
        height: 0;
        padding-top: 100%;
        width: 100%; }
        .locations-wrap .blogs .blog-image a, .blog-wrap .blogs .blog-image a {
          position: absolute;
          display: block;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0; }
      .locations-wrap .blogs .blog-body, .blog-wrap .blogs .blog-body {
        padding: 20px 0;
        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; }
        .locations-wrap .blogs .blog-body .categories, .blog-wrap .blogs .blog-body .categories {
          font-size: .7em;
          color: #39626D;
          margin-top: 20px; }
        .locations-wrap .blogs .blog-body h5, .blog-wrap .blogs .blog-body h5 {
          color: #2E333A;
          margin-top: 20px;
          font-size: 1.1em;
          min-height: 50px; }
          .locations-wrap .blogs .blog-body h5 a, .blog-wrap .blogs .blog-body h5 a {
            white-space: normal;
            color: inherit; }
        .locations-wrap .blogs .blog-body .blog-desc, .blog-wrap .blogs .blog-body .blog-desc {
          margin-bottom: 50px; }
          .locations-wrap .blogs .blog-body .blog-desc p, .blog-wrap .blogs .blog-body .blog-desc p {
            color: #2E333A;
            font-size: .95em; }
        .locations-wrap .blogs .blog-body .button, .blog-wrap .blogs .blog-body .button {
          margin-bottom: 20px;
          font-size: .9em;
          margin-top: auto; }
  .locations-wrap .isotope-pager, .blog-wrap .isotope-pager {
    width: 100%;
    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;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .locations-wrap .isotope-pager a, .blog-wrap .isotope-pager a {
      margin: 5px 10px;
      color: #2E333A;
      font-size: 1.1em; }
      .locations-wrap .isotope-pager a.current-pag, .blog-wrap .isotope-pager a.current-pag {
        color: #9D3E32; }

.entry-header {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.5%;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .entry-header a {
    color: #2E333A;
    padding-right: 40px; }
    .entry-header a svg {
      margin-right: 10px; }
    .entry-header a span {
      padding-bottom: .5em; }
  .entry-header h1 {
    max-width: 1000px;
    text-align: center;
    font-size: 3em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #2E333A; }
  .entry-header h6 {
    color: #39626D;
    font-size: .9em;
    margin-top: 0; }
    .entry-header h6 span {
      color: inherit; }
  .entry-header .single-image {
    margin-top: 50px;
    width: 100%; }
    .entry-header .single-image img {
      width: 100%; }

.entry-content {
  padding: 35px 0 50px 0;
  margin-bottom: 0px; }
  .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.padding-top {
    padding-top: 100px; }
  .entry-content.padding-bottom {
    padding-bottom: 100px; }
  .entry-content p {
    font-family: font-2;
    margin: 20px auto;
    letter-spacing: 0em;
    line-height: 170%;
    color: #2E333A; }
    .entry-content p a:not(.button) {
      color: inherit;
      border-bottom: 1px solid #ECC938; }
      .entry-content p a:not(.button):hover {
        color: #E1E2D8; }
    .entry-content p a {
      -ms-word-wrap: break-word;
      word-break: break-word;
      word-wrap: break-word;
      white-space: pre-wrap; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 140%;
    font-family: font-2;
    font-weight: 600; }
    .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 #ECC938; }
      .entry-content h1 a:not(.button):hover, .entry-content h2 a:not(.button):hover, .entry-content h3 a:not(.button):hover, .entry-content h4 a:not(.button):hover, .entry-content h5 a:not(.button):hover, .entry-content h6 a:not(.button):hover {
        color: #E1E2D8; }
  .entry-content .wp-block-button__link {
    color: white;
    background-color: #ECC938;
    -webkit-transition: color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    -o-transition: color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    transition: color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    font-family: font-2; }
  .entry-content a.button {
    position: relative;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    width: 100%; }
    .entry-content a.button.small {
      margin-top: 0px;
      margin-bottom: 10px; }
  .entry-content a.no-dec {
    text-decoration: none;
    line-height: 200%; }
    .entry-content a.no-dec:hover {
      color: #2E333A;
      -webkit-transition: color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
  .entry-content ul, .entry-content ol, .entry-content table, .entry-content dl {
    line-height: 150%; }
  .entry-content ul li, .entry-content ol li {
    line-height: 150%;
    list-style: disc;
    color: #2E333A;
    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: #2E333A;
      text-decoration: underline; }
  .entry-content ol li {
    list-style: upper-alpha; }
  .entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.8em;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: .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: #2E333A;
    -webkit-box-shadow: 0px 3px 15px #f1f1f1;
    box-shadow: 0px 3px 15px #f1f1f1; }
    .entry-content blockquote:before {
      content: "";
      width: 100%;
      height: 100%;
      background: url("../images/familysmart-icon_white.svg") right -10px top -10px repeat;
      background-size: 40px 40px;
      position: absolute;
      right: 0;
      top: 0;
      opacity: .05; }
    .entry-content blockquote p {
      width: 100%;
      font-size: 1.1em;
      font-family: font-2;
      color: white;
      text-align: left;
      line-height: 150%;
      letter-spacing: .05em; }
      .entry-content blockquote p a:not(.button) {
        position: relative;
        z-index: 2;
        -webkit-transition: color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        -o-transition: color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        .entry-content blockquote p a:not(.button):hover {
          color: #ECC938; }
    .entry-content blockquote cite {
      color: white;
      padding-bottom: 10px;
      display: inline-block;
      font-family: font-2; }
  .entry-content iframe {
    max-width: 100%; }
  .entry-content .res-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; }
    .entry-content .res-iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .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: #555555;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 50px 0;
    width: 100%;
    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 .history-graphic {
    max-width: 1100px;
    margin: 0 auto; }
  .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: .8em;
      font-family: font-1;
      text-align: center;
      margin-top: 0;
      color: #ECC938;
      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 {
    background: #555555;
    color: #777777;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content blockquote, .entry-content .resources, .entry-content ol, .entry-content ul, .entry-content .size-medium, .entry-content .size-small, .entry-content .form-wrap, .entry-content .entry-form, .entry-content .wp-block-columns {
    margin-left: auto;
    margin-right: auto; }
  .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; }

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

.single-footer {
  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: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-footer .button {
    color: #2E333A;
    padding-right: 40px; }
    .single-footer .button svg {
      margin-right: 10px; }
    .single-footer .button span {
      padding-bottom: .5em; }
  .single-footer .related-posts {
    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;
    margin-top: 100px;
    width: 100%;
    padding: 50px 2.5% 100px; }
    .single-footer .related-posts .keep-reading {
      text-align: center;
      font-size: 1.1em;
      margin-bottom: 2em;
      margin-top: 2em; }
  .single-footer .blogs {
    width: 100%;
    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;
    margin: 0px auto; }
    .single-footer .blogs .blog {
      text-align: center;
      padding: 0 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .single-footer .blogs .blog:nth-child(4) {
        border-right: none; }
      .single-footer .blogs .blog .blog-image {
        position: relative;
        height: 0;
        padding-top: 100%;
        width: 100%; }
        .single-footer .blogs .blog .blog-image a {
          position: absolute;
          display: block;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0; }
      .single-footer .blogs .blog-inner {
        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;
        position: relative; }
      .single-footer .blogs .blog .blog-body {
        padding: 20px 0;
        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%; }
        .single-footer .blogs .blog .blog-body h5 {
          color: white;
          margin-top: 1em;
          margin-bottom: 0em;
          font-size: 1em; }
          .single-footer .blogs .blog .blog-body h5 a {
            white-space: normal;
            color: inherit;
            width: 100%; }

.error-404 {
  position: relative;
  margin: 40vh 0 200px 0;
  min-height: 200px;
  text-align: center;
  font-family: font-1;
  color: #E1E2D8;
  text-transform: uppercase; }
  .error-404 img {
    width: 40px; }
  .error-404 h2 {
    color: inherit; }
  .error-404 a {
    font-family: font-2;
    color: #E1E2D8;
    text-decoration: underline; }

.footer {
  width: 100%;
  background-color: #2E333A;
  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;
  z-index: 1;
  position: relative; }
  .footer section {
    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; }
    .footer section:nth-child(2) {
      padding-right: 5%; }
    .footer section .footer-sub-section {
      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; }
      .footer section .footer-sub-section .up-bar {
        width: 50px;
        background-color: #ECC938;
        position: relative; }
        .footer section .footer-sub-section .up-bar .arrow-up {
          width: 100%;
          position: absolute;
          height: 50px;
          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;
          bottom: 100%;
          background-color: white;
          cursor: pointer; }
          .footer section .footer-sub-section .up-bar .arrow-up svg {
            height: 30px; }
            .footer section .footer-sub-section .up-bar .arrow-up svg path {
              fill: #2E333A;
              -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          .footer section .footer-sub-section .up-bar .arrow-up:hover svg path {
            fill: #5098AD; }
      .footer section .footer-sub-section .logos {
        position: relative;
        padding: 0 0px 40px 5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .footer section .footer-sub-section .logos .logos-top {
          position: absolute;
          top: -50px;
          margin-left: 60px; }
          .footer section .footer-sub-section .logos .logos-top img {
            width: 150px;
            height: 150px; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
          .footer section .footer-sub-section .logos .logos-top .rotating {
            -webkit-animation: rotating 20s linear infinite;
            animation: rotating 20s linear infinite; }
        .footer section .footer-sub-section .logos .logos-bottom {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-item-align: end;
          align-self: flex-end;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          padding-top: 150px;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          .footer section .footer-sub-section .logos .logos-bottom img {
            max-width: 100px;
            max-height: 80px;
            width: auto;
            height: auto;
            margin-right: 30px; }
      .footer section .footer-sub-section.footer-navs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%; }
        .footer section .footer-sub-section.footer-navs .footer-primary-nav {
          border-left: 1px solid #39626D; }
          .footer section .footer-sub-section.footer-navs .footer-primary-nav ul li a {
            font-weight: 600; }
        .footer section .footer-sub-section.footer-navs .footer-secondary-nav {
          border-left: 1px solid #39626D;
          padding-right: 20px;
          width: 100%;
          margin-top: 40px; }
          .footer section .footer-sub-section.footer-navs .footer-secondary-nav ul li a {
            font-weight: 400; }
        .footer section .footer-sub-section.footer-navs div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .footer section .footer-sub-section.footer-navs div nav {
            margin-top: auto; }
          .footer section .footer-sub-section.footer-navs div ul {
            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;
            padding: 5px 5% 0; }
            .footer section .footer-sub-section.footer-navs div ul li {
              margin-top: .5em;
              width: 100%; }
              .footer section .footer-sub-section.footer-navs div ul li a {
                width: 100%;
                font-size: .9em;
                color: white;
                -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
                .footer section .footer-sub-section.footer-navs div ul li a:hover {
                  color: #ECC938; }
                  .footer section .footer-sub-section.footer-navs div ul li a:hover svg path {
                    fill: white; }
                  .footer section .footer-sub-section.footer-navs div ul li a:hover span {
                    color: white; }
            .footer section .footer-sub-section.footer-navs div ul svg path {
              fill: #5098AD;
              -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
            .footer section .footer-sub-section.footer-navs div ul span {
              color: #5098AD;
              display: block;
              margin: 3px 0;
              -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
      .footer section .footer-sub-section.footer-social {
        background-color: #2E333A;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .footer section .footer-sub-section.footer-social .footer-icons-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 20px;
          padding-bottom: 20px;
          -ms-flex-item-align: start;
          align-self: flex-start;
          padding-left: 5%; }
          .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
            .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li {
              margin-right: 14px; }
              .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li a {
                opacity: 1;
                -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
                .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li a svg {
                  width: 24px;
                  fill: white; }
                .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li a:hover {
                  opacity: .4; }
        .footer section .footer-sub-section.footer-social .footer-newsletter {
          width: 100%;
          padding-left: 5%;
          margin-top: 20px; }
          .footer section .footer-sub-section.footer-social .footer-newsletter h5 {
            font-size: 1em;
            color: #E1E2D8; }

#mc_embed_signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  margin-top: auto;
  padding-bottom: 40px; }
  #mc_embed_signup form {
    background-color: transparent;
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    #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: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      #mc_embed_signup form .mc_embed_signup_scroll .mc-section {
        width: 100%;
        padding-right: 0px; }
        #mc_embed_signup form .mc_embed_signup_scroll .mc-section .hiddenLabel {
          border: 0;
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="text"], #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="email"] {
          color: #E1E2D8;
          line-height: 100%;
          outline: none;
          padding: 1px 0px;
          font-family: font-2;
          font-weight: 400;
          font-size: .9em;
          border-radius: 0px;
          margin-bottom: 15px;
          border-bottom: 1px solid #6f6f6f;
          background-color: transparent;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          -webkit-transition: border-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          -o-transition: border-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: border-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="text"]:focus, #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="email"]:focus {
            border-color: #ECC938;
            background-color: transparent; }
        #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="email"] {
          width: 100%;
          line-height: 100%;
          outline: none;
          margin: 0px auto; }
        #mc_embed_signup form .mc_embed_signup_scroll .mc-section input::-webkit-input-placeholder {
          color: #E1E2D8;
          font-family: font-2;
          font-size: .9em;
          text-transform: uppercase;
          font-weight: 400; }
        #mc_embed_signup form .mc_embed_signup_scroll .mc-section input::-moz-placeholder {
          color: #E1E2D8;
          font-family: font-2;
          font-size: 1em;
          text-transform: uppercase; }
        #mc_embed_signup form .mc_embed_signup_scroll .mc-section input:-ms-input-placeholder {
          color: #E1E2D8;
          font-family: font-2;
          font-size: 1em;
          text-transform: uppercase; }
        #mc_embed_signup form .mc_embed_signup_scroll .mc-section input:-moz-placeholder {
          color: #E1E2D8;
          font-family: font-2;
          font-size: 1em;
          text-transform: uppercase; }
      #mc_embed_signup form .mc_embed_signup_scroll .submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0 0 0;
        position: relative;
        color: #E1E2D8;
        height: 44px;
        background-color: transparent;
        -webkit-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        -o-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        #mc_embed_signup form .mc_embed_signup_scroll .submit:hover {
          background-color: #ECC938; }
          #mc_embed_signup form .mc_embed_signup_scroll .submit:hover input {
            color: #2E333A; }
          #mc_embed_signup form .mc_embed_signup_scroll .submit:hover svg path {
            fill: #2E333A; }
        #mc_embed_signup form .mc_embed_signup_scroll .submit svg {
          position: absolute;
          left: .5em;
          width: 60px; }
          #mc_embed_signup form .mc_embed_signup_scroll .submit svg path {
            fill: #ECC938;
            -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        #mc_embed_signup form .mc_embed_signup_scroll .submit input {
          position: relative;
          text-align: center;
          z-index: 9989;
          width: auto;
          display: block;
          background-color: transparent;
          outline: 0;
          border: 0;
          color: #ECC938;
          font-family: font-2;
          font-size: .9em;
          -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          padding: 0.5em 2em 0.5em calc(2em + 40px);
          height: 44px;
          border: 3px solid #ECC938; }

.section .gform_wrapper {
  font-size: 1em;
  width: 100%; }
  .section .gform_wrapper .style-1 .gfield .gfield_label, .section .gform_wrapper .style-1 .gfield label {
    color: #2E333A; }
  .section .gform_wrapper .style-1 .gfield input, .section .gform_wrapper .style-1 .gfield select, .section .gform_wrapper .style-1 .gfield textarea {
    background-color: rgba(34, 34, 34, 0.05); }
  .section .gform_wrapper .style-1 .gform_footer {
    color: #E1E2D8;
    background-color: transparent; }
    .section .gform_wrapper .style-1 .gform_footer input {
      color: #574E4B;
      border: 3px solid #574E4B; }
      .section .gform_wrapper .style-1 .gform_footer input:hover {
        background-color: #574E4B;
        color: white; }
  .section .gform_wrapper .style-2 .gfield .gfield_label, .section .gform_wrapper .style-2 .gfield label {
    color: #E1E2D8; }
  .section .gform_wrapper .style-2 .gfield input, .section .gform_wrapper .style-2 .gfield select, .section .gform_wrapper .style-2 .gfield textarea {
    background-color: rgba(0, 0, 0, 0.15); }
  .section .gform_wrapper .style-2 .gform_footer {
    color: #ECC938;
    background-color: transparent; }
    .section .gform_wrapper .style-2 .gform_footer input[type="submit"] {
      color: #ECC938;
      border: 3px solid #ECC938;
      background-color: transparent; }
    .section .gform_wrapper .style-2 .gform_footer input[type="submit"]:hover {
      background-color: #ECC938;
      color: #2E333A; }
  .section .gform_wrapper .gform_heading {
    display: none; }
  .section .gform_wrapper .gfield {
    position: relative;
    margin-bottom: 0px;
    padding-right: 10px;
    margin-right: 0; }
    .section .gform_wrapper .gfield .gfield_label, .section .gform_wrapper .gfield label {
      text-align: left;
      width: 100%;
      font-weight: 200;
      margin-top: 0px;
      margin-bottom: 0px;
      font-family: font-2;
      font-size: .9em;
      text-transform: uppercase;
      letter-spacing: .1em; }
    .section .gform_wrapper .gfield .name_first, .section .gform_wrapper .gfield .name_last {
      color: #E1E2D8; }
      .section .gform_wrapper .gfield .name_first label, .section .gform_wrapper .gfield .name_last label {
        color: #555555;
        font-size: .9em;
        margin: 10px 0; }
    .section .gform_wrapper .gfield.gsection {
      margin: 0px 0;
      border-bottom-color: #f1f1f1; }
    .section .gform_wrapper .gfield .clear-multi {
      margin-top: 20px;
      background-color: #f1f1f1;
      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; }
      .section .gform_wrapper .gfield .clear-multi div label {
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%; }
      .section .gform_wrapper .gfield .clear-multi div input {
        margin-top: 0;
        text-align: center; }
    .section .gform_wrapper .gfield .gfield_checkbox {
      margin-top: 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: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      list-style: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .section .gform_wrapper .gfield .gfield_checkbox 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 wrap;
        flex-flow: row wrap; }
        .section .gform_wrapper .gfield .gfield_checkbox li input {
          width: 30px;
          height: 26px;
          margin: 0;
          border: 1px solid #cccccc; }
          .section .gform_wrapper .gfield .gfield_checkbox li input:checked {
            background-color: #2E333A;
            border-color: #2E333A; }
          .section .gform_wrapper .gfield .gfield_checkbox li input[type="radio"] {
            border-radius: 100%;
            border-radius: 100%; }
        .section .gform_wrapper .gfield .gfield_checkbox li label {
          margin-top: 0;
          font-size: .5em;
          text-align: left;
          padding-left: 4px; }
    .section .gform_wrapper .gfield .gfield_radio {
      margin-top: 20px;
      background-color: #f1f1f1;
      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; }
      .section .gform_wrapper .gfield .gfield_radio li {
        width: auto;
        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;
        margin-right: 20px; }
        .section .gform_wrapper .gfield .gfield_radio li input {
          width: 30px;
          height: 26px;
          margin: 0;
          border: 1px solid #cccccc; }
          .section .gform_wrapper .gfield .gfield_radio li input:checked {
            background-color: #2E333A;
            border-color: #2E333A; }
          .section .gform_wrapper .gfield .gfield_radio li input[type="radio"] {
            border-radius: 100%;
            border-radius: 100%; }
        .section .gform_wrapper .gfield .gfield_radio li label {
          margin-top: 0;
          font-size: .9em;
          text-align: left;
          padding-left: 4px; }
    .section .gform_wrapper .gfield input, .section .gform_wrapper .gfield select, .section .gform_wrapper .gfield textarea {
      color: #2E333A;
      font-family: font-2;
      line-height: 100%;
      outline: none;
      padding: 8px 12px;
      font-size: 1em;
      height: 40px;
      -webkit-transition: background-color 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: background-color 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: background-color 0.3s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      border-radius: 0;
      border: 1px solid transparent;
      text-align: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .section .gform_wrapper .gfield input:focus, .section .gform_wrapper .gfield select:focus, .section .gform_wrapper .gfield textarea:focus {
        outline: none;
        background-color: rgba(34, 34, 34, 0.1); }
    .section .gform_wrapper .gfield textarea {
      text-transform: initial;
      padding: 12px 12px;
      font-size: 1em;
      height: 160px;
      font-family: font-2; }
      .section .gform_wrapper .gfield textarea::-webkit-scrollbar {
        width: 2px; }
      .section .gform_wrapper .gfield textarea::-webkit-scrollbar-track {
        background-color: white; }
      .section .gform_wrapper .gfield textarea::-webkit-scrollbar-thumb {
        background-color: #E1E2D8; }
    .section .gform_wrapper .gfield li.gfield_error {
      border: none; }
    .section .gform_wrapper .gfield .gform_title {
      display: none; }
  .section .gform_wrapper .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px auto 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    color: #E1E2D8;
    height: 44px;
    background-color: transparent;
    -webkit-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    -o-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
    transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
    .section .gform_wrapper .gform_footer input {
      position: relative;
      text-align: center;
      z-index: 9989;
      width: auto;
      display: block;
      background-color: transparent;
      outline: 0;
      border: 0;
      font-family: font-2;
      font-size: .9em;
      -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
      padding: .5em 2em .5em 2em;
      height: 44px;
      z-index: 1;
      margin-top: 60px; }
  .section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 12px; }
  .section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 100% !important;
    min-height: 1em !important; }
  .section .gform_wrapper .validation_error, .section .gform_wrapper .validation_message {
    color: #9D3E32;
    border: none;
    font-family: font-3;
    line-height: 150%; }
  .section .gform_wrapper .gfield_required {
    color: #9D3E32; }

.video-popup {
  position: fixed;
  background-color: rgba(46, 51, 58, 0.9);
  width: 100vw;
  height: 100vh;
  z-index: 999;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  padding: 0px;
  left: 0;
  visibility: visible;
  -webkit-transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s, left 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s, left 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
  transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s, left 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
  cursor: url("../images/exit.svg"), auto; }
  .video-popup .exit {
    width: 40px;
    height: 40px;
    background: url("../images/exit.svg") center center no-repeat;
    background-size: 20px;
    position: absolute;
    right: 2.5%;
    top: 2.5%;
    background-color: white;
    border-radius: 100%; }
  .video-popup .video-popup-inner {
    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;
    width: 100%; }
    .video-popup .video-popup-inner .video-wrap {
      position: relative;
      padding-top: 56.25%;
      width: 100%;
      height: 0;
      overflow: hidden; }
      .video-popup .video-popup-inner .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .video-popup.disabled {
    opacity: 0;
    visibility: hidden;
    left: -100%;
    -webkit-transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s, left 0s 1s;
    -o-transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s, left 0s 1s;
    transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s, left 0s 1s; }

.events-wrap {
  width: 100%; }
  .events-wrap header {
    text-align: center;
    width: 100%; }
  .events-wrap .events {
    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; }
    .events-wrap .events .event-controls {
      position: relative;
      width: 100%;
      background-color: #2E333A;
      height: 400px;
      padding: 20px;
      margin-top: 10px; }
      .events-wrap .events .event-controls h3 {
        width: 100%;
        color: #E1E2D8;
        font-family: font-1;
        -webkit-transition: opacity 0.21s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        -o-transition: opacity 0.21s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: opacity 0.21s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        .events-wrap .events .event-controls h3.hide {
          opacity: 0; }
      .events-wrap .events .event-controls .nav-month {
        width: 34px;
        cursor: pointer; }
        .events-wrap .events .event-controls .nav-month svg {
          width: 34px; }
          .events-wrap .events .event-controls .nav-month svg path {
            fill: #E1E2D8; }
      .events-wrap .events .event-controls div {
        position: absolute;
        bottom: 30px;
        text-align: center;
        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;
        font-size: .7em;
        left: 20px; }
        .events-wrap .events .event-controls div a {
          white-space: normal;
          display: inline-block; }
          .events-wrap .events .event-controls div a svg {
            fill: #ECC938; }
            .events-wrap .events .event-controls div a svg path svg {
              fill: #ECC938; }
    .events-wrap .events .event-tiles {
      width: 100%; }

.eventon_events_list * {
  border-radius: 0px !important;
  color: #2E333A !important;
  font-family: font-2 !important;
  letter-spacing: .05em; }

.eventon_events_list .evcal_desc_info {
  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; }
  .eventon_events_list .evcal_desc_info .evcal_time {
    width: 100%; }
  .eventon_events_list .evcal_desc_info .evcal_location {
    display: block !important;
    width: 100%;
    white-space: normal; }
    .eventon_events_list .evcal_desc_info .evcal_location .event_location_name {
      width: 100% !important; }

.eventon_events_list .movedate .calendar_header {
  position: absolute !important;
  z-index: 100;
  margin-left: calc((-100vw/3) + 60px);
  top: 120px; }

.eventon_events_list .ajde_evcal_calendar.boxy.box_4 .eventon_list_event, .eventon_events_list .ajde_evcal_calendar.boxy.box_4 .evoShow_more_events {
  width: 25% !important; }

.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig, .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter {
  white-space: normal; }

.evcal_desc2.evcal_event_title {
  font-size: 1.1em !important; }

.calendar_header {
  position: absolute !important;
  left: 0; }

.evo_arrows {
  opacity: 0 !important; }

#evcal_head {
  left: 14px;
  top: calc(-400px + 80px); }
  #evcal_head .evo_month_title {
    font-family: font-1 !important;
    font-weight: 400 !important; }

.evolbclose {
  background-color: #2E333A !important; }
  .evolbclose:after, .evolbclose:before {
    background-color: #E1E2D8; }

.evoInput:focus {
  background-color: #E1E2D8 !important; }

.evo_lightbox {
  background-color: rgba(225, 226, 216, 0.8); }

.evo_start .day, .evo_start .date, .evo_start .month {
  color: #9D3E32 !important; }

.ajde_evcal_calendar.boxy .eventon_list_event:hover, .ajde_evcal_calendar.boxy .evoShow_more_events:hover {
  background-color: white;
  opacity: 1;
  border: 3px solid transparent !important; }
  .ajde_evcal_calendar.boxy .eventon_list_event:hover .desc_trig_outter, .ajde_evcal_calendar.boxy .evoShow_more_events:hover .desc_trig_outter {
    background-color: white !important; }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name: TPG
Author: Anthony Teer

Stylesheet: Tablet Stylesheet

******************************************************************/
  body {
    padding: 20px; }
  .hero-wrap.mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .hero-wrap.mobile .hero-slider {
      width: 100%;
      min-height: 550px;
      height: 100vh;
      z-index: 1; }
      .hero-wrap.mobile .hero-slider div {
        min-height: 550px;
        height: 100vh; }
      .hero-wrap.mobile .hero-slider .flickity-page-dots {
        position: absolute;
        bottom: 2.5%;
        right: 2.5%;
        margin: 10px auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .hero-wrap.mobile .hero-slider .flickity-page-dots .dot {
          margin-right: 12px;
          height: 6px;
          width: 6px;
          background-color: white;
          cursor: pointer;
          border-radius: 100%; }
          .hero-wrap.mobile .hero-slider .flickity-page-dots .dot.is-selected {
            background-color: #ECC938; }
    .hero-wrap.mobile .hero-logo {
      position: absolute;
      width: 500px;
      max-width: 60%;
      z-index: 2; }
    .hero-wrap.mobile .hero-static {
      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;
      z-index: 1;
      min-height: 550px; }
      .hero-wrap.mobile .hero-static .hero-inner {
        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;
        padding: 50px 5%;
        min-height: 550px; }
        .hero-wrap.mobile .hero-static .hero-inner .hero-title {
          font-size: 2.2em; }
        .hero-wrap.mobile .hero-static .hero-inner .hero-sub-title {
          font-family: font-1;
          position: absolute;
          top: 30px;
          color: white;
          font-weight: 400;
          font-size: 1.2em; }
        .hero-wrap.mobile .hero-static .hero-inner .hero-title-icon {
          width: 70px; }
          .hero-wrap.mobile .hero-static .hero-inner .hero-title-icon.large {
            width: 450px;
            max-width: 60%;
            margin-top: 100px; }
      .hero-wrap.mobile .hero-static .hero-body {
        position: relative;
        color: #ECC938;
        text-align: center;
        font-size: 1em;
        margin-top: 40px;
        max-width: 90%; }
        .hero-wrap.mobile .hero-static .hero-body p {
          color: inherit;
          line-height: 180%; }
      .hero-wrap.mobile .hero-static .hero-intro {
        padding: 10px 2.5%;
        width: 100%; }
  .section .video {
    min-height: 600px; }
  .banner-w-side-by-side .side {
    min-height: 450px; }
  .locations-wrap, .blog-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 50px; }
    .locations-wrap .locations .location, .blog-wrap .locations .location {
      width: 50%; }
  .section-w-text-slider .slider-wrap .slider .text-slide, .section-w-text-slider .slider-wrap .slider .team-member-slide {
    width: calc(100%/2); }
  .section-w-text-slider .slider-wrap .slider .team-member-slide {
    padding: 0 40px; }
  .section-w-board .board .board-member {
    padding: 30px 50px;
    width: 50%; }
  .fade-slider-wrap {
    padding: 50px 5%; }
  .section-w-badge-program .side {
    padding: 120px 5%; }
  .footer section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
    .footer section:nth-child(2) {
      padding-right: 5%; }
    .footer section .footer-sub-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .footer section .footer-sub-section .up-bar {
        width: 50px; }
        .footer section .footer-sub-section .up-bar .arrow-up {
          height: 50px; }
          .footer section .footer-sub-section .up-bar .arrow-up svg {
            height: 30px; }
      .footer section .footer-sub-section .logos {
        padding: 0 0px 40px 5%; }
        .footer section .footer-sub-section .logos .logos-top {
          top: -50px;
          padding-left: 60px; }
          .footer section .footer-sub-section .logos .logos-top img {
            width: 150px;
            height: 150px; }
        .footer section .footer-sub-section .logos .logos-bottom {
          padding-top: 150px;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          .footer section .footer-sub-section .logos .logos-bottom img {
            max-width: 100px;
            max-height: 80px;
            margin-right: 30px; }
      .footer section .footer-sub-section.footer-navs {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5%;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
        .footer section .footer-sub-section.footer-navs .footer-primary-nav {
          width: auto;
          margin-right: 50px;
          border-left: none; }
          .footer section .footer-sub-section.footer-navs .footer-primary-nav ul li a {
            font-weight: 600; }
        .footer section .footer-sub-section.footer-navs .footer-secondary-nav {
          border-left: none;
          padding-right: 20px;
          width: 50%;
          margin-top: 40px; }
          .footer section .footer-sub-section.footer-navs .footer-secondary-nav ul li a {
            font-weight: 400; }
        .footer section .footer-sub-section.footer-navs div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .footer section .footer-sub-section.footer-navs div nav {
            margin-top: auto; }
          .footer section .footer-sub-section.footer-navs div ul {
            padding: 5px 5% 0; }
            .footer section .footer-sub-section.footer-navs div ul li {
              margin-top: .5em; }
            .footer section .footer-sub-section.footer-navs div ul svg path {
              fill: #5098AD;
              -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
            .footer section .footer-sub-section.footer-navs div ul span {
              color: #5098AD;
              display: block;
              margin: 3px 0;
              -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
      .footer section .footer-sub-section.footer-social .footer-icons-wrap {
        padding-left: 5%; }
        .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li {
          margin-right: 14px; }
          .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li a svg {
            width: 24px;
            fill: white; }
      .footer section .footer-sub-section.footer-social .footer-newsletter {
        width: 100%;
        padding-left: 5%;
        margin-top: 20px; }
  .section-w-media {
    padding: 50px 30px; }
    .section-w-media .media-links .media-link {
      padding: 30px 5%;
      border-right: 1px solid #979797;
      width: 50%; }
      .section-w-media .media-links .media-link:nth-child(2) {
        border-right: none; }
  .section-w-text-cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .section-w-text-cells .text-cell-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .section-w-text-cells .text-cell {
      width: calc(100%/4);
      padding: 100px 0px;
      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;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .section-w-text-cells .text-cell:nth-child(4) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .section-w-text-cells .text-cell .text-cell-inner {
        width: 100%;
        border-right: 1px solid #979797; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: TPG
Author: Anthony Teer

Stylesheet: Desktop Stylesheet

******************************************************************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap-full {
    min-width: 1000px; }
  .wrap {
    width: 95%;
    margin: 0 2.5%;
    position: relative; }
  .header {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    background-color: #2E333A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    position: relative; }
  .header-mobile {
    display: none; }
  .site-announcement {
    padding: 20px 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .site-announcement p {
      margin: 0 20px 0 0; }
    .site-announcement .button {
      margin: 0px 10px 0 0; }
  .master-nav-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 680px; }
  .master-nav-mobile {
    display: none; }
  .hero-wrap.desktop {
    height: 100vh;
    min-height: 680px; }
    .hero-wrap.desktop .hero-slider {
      height: 100vh;
      min-height: 680px; }
      .hero-wrap.desktop .hero-slider div {
        height: 100vh;
        min-height: 680px;
        width: 100%; }
    .hero-wrap.desktop .hero-static {
      height: 100vh;
      min-height: 680px; }
      .hero-wrap.desktop .hero-static .hero-inner {
        height: 100vh;
        min-height: 680px; }
      .hero-wrap.desktop .hero-static .hero-intro {
        padding: 0 50px;
        min-height: 200px; }
  .section .height-full {
    height: 100vh;
    min-height: 680px; }
  .section .section_inner {
    padding: 50px;
    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; }
  .section.padding-bottom-large {
    padding-bottom: 100px; }
  .section .video {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    min-height: 200px; }
    .section .video .play {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      cursor: pointer;
      margin-bottom: 80px;
      margin-top: 80px; }
      .section .video .play svg {
        width: 70px;
        -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: -webkit-transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        -o-transition: transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77), -webkit-transform 0.15s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        .section .video .play svg path {
          -webkit-transition: fill 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          -o-transition: fill 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: fill 0.1s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
      .section .video .play:hover svg {
        -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        fill: #ECC938; }
        .section .video .play:hover svg path {
          fill: #ECC938; }
    .section .video h2, .section .video h3 {
      font-family: font-1;
      color: #ECC938;
      line-height: 100%;
      margin: 0;
      font-weight: 400; }
    .section .video h2 {
      font-size: 12em; }
    .section .video h3 {
      font-size: 6em; }
    .section .video p {
      color: white;
      margin: 30px 0;
      text-align: center; }
  .banner-w-stack {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .banner-w-stack.stack-left .stack-cell-double {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .banner-w-stack.stack-left .stack-cell-double .stack-cell {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #E1E2D8;
        text-align: center;
        padding: 0px 0; }
        .banner-w-stack.stack-left .stack-cell-double .stack-cell.stack-cell-1 {
          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;
          background-color: #9D3E32; }
        .banner-w-stack.stack-left .stack-cell-double .stack-cell.stack-cell-2 {
          background-color: #39626D; }
        .banner-w-stack.stack-left .stack-cell-double .stack-cell h1, .banner-w-stack.stack-left .stack-cell-double .stack-cell h2, .banner-w-stack.stack-left .stack-cell-double .stack-cell h3, .banner-w-stack.stack-left .stack-cell-double .stack-cell h4, .banner-w-stack.stack-left .stack-cell-double .stack-cell h5, .banner-w-stack.stack-left .stack-cell-double .stack-cell h6, .banner-w-stack.stack-left .stack-cell-double .stack-cell p {
          color: white;
          width: 90%;
          max-width: 400px; }
    .banner-w-stack.stack-left .stack-cell-single {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background-color: #39626D;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 100px; }
      .banner-w-stack.stack-left .stack-cell-single .cell-icon-large {
        width: 90%;
        max-width: 400px;
        margin-bottom: 50px; }
      .banner-w-stack.stack-left .stack-cell-single p {
        max-width: 800px;
        color: white;
        text-align: center;
        line-height: 200%; }
      .banner-w-stack.stack-left .stack-cell-single .button {
        font-size: .9em;
        margin-top: 50px; }
    .banner-w-stack.stack-left .padded {
      padding-top: 50px; }
    .banner-w-stack.stack-left h5 {
      text-align: center;
      margin-right: auto;
      margin-left: auto; }
  .banner-w-hero-image-wrap {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .banner-w-hero-image-wrap .banner-w-hero-image {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      text-align: center;
      max-width: 800px;
      padding-top: 150px;
      padding-bottom: 150px; }
      .banner-w-hero-image-wrap .banner-w-hero-image h2 {
        font-size: 2.6em;
        font-family: font-1;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 0; }
      .banner-w-hero-image-wrap .banner-w-hero-image p {
        color: white; }
  .banner-w-side-by-side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .banner-w-side-by-side .side {
      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;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      position: relative; }
      .banner-w-side-by-side .side.align-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .banner-w-side-by-side .side.padded {
        padding: 75px 2.5%; }
    .banner-w-side-by-side.style-1 h1, .banner-w-side-by-side.style-1 h2, .banner-w-side-by-side.style-1 h3, .banner-w-side-by-side.style-1 h4, .banner-w-side-by-side.style-1 h5, .banner-w-side-by-side.style-1 h6 {
      width: 90%;
      text-align: center;
      font-family: font-1;
      font-weight: 400;
      margin-top: 0; }
    .banner-w-side-by-side.style-1 p {
      width: 90%;
      text-align: center;
      font-size: .8em;
      font-weight: 400;
      line-height: 200%;
      color: white; }
    .banner-w-side-by-side.style-1 .button {
      font-size: .9em;
      margin-bottom: 20px; }
    .banner-w-side-by-side.style-3 h1, .banner-w-side-by-side.style-3 h2, .banner-w-side-by-side.style-3 h3, .banner-w-side-by-side.style-3 h4, .banner-w-side-by-side.style-3 h5, .banner-w-side-by-side.style-3 h6 {
      width: 90%;
      text-align: center;
      font-family: font-1;
      font-weight: 400;
      margin-top: 0; }
    .banner-w-side-by-side.style-3 h2 {
      font-size: 3em; }
    .banner-w-side-by-side.style-3 p {
      width: 90%;
      text-align: center;
      font-size: 1em;
      font-weight: 400;
      line-height: 200%;
      color: white; }
    .banner-w-side-by-side.style-3 .button {
      font-size: .9em; }
    .banner-w-side-by-side.style-2 h2 {
      font-size: 3em;
      padding-top: 50px; }
    .banner-w-side-by-side.style-2 h6 {
      line-height: 180%;
      font-size: .9em;
      text-align: center; }
    .banner-w-side-by-side.style-2 h1, .banner-w-side-by-side.style-2 h2, .banner-w-side-by-side.style-2 h3, .banner-w-side-by-side.style-2 h4 {
      width: 100%;
      text-align: center;
      font-family: font-1;
      font-weight: 400;
      margin-top: 0;
      color: #E1E2D8; }
    .banner-w-side-by-side.style-2 p {
      width: 100%;
      text-align: center;
      font-size: 1em;
      font-weight: 400;
      line-height: 150%;
      color: white;
      margin-top: 40px; }
    .banner-w-side-by-side.style-2 .side-body-content {
      display: block;
      margin: 0 auto;
      width: 90%; }
      .banner-w-side-by-side.style-2 .side-body-content h2, .banner-w-side-by-side.style-2 .side-body-content h3, .banner-w-side-by-side.style-2 .side-body-content h4, .banner-w-side-by-side.style-2 .side-body-content h5, .banner-w-side-by-side.style-2 .side-body-content h6 {
        width: 100%;
        text-align: center;
        font-family: font-2;
        font-weight: 600;
        margin-top: 0;
        color: #E1E2D8;
        line-height: 200%; }
    .banner-w-side-by-side.style-2 .button {
      font-size: 1em; }
    .banner-w-side-by-side .side-icon-large {
      width: 120px;
      padding-top: 120px;
      padding-bottom: 120px; }
    .banner-w-side-by-side.meetings .side {
      padding: 50px 2.5% 100px; }
    .banner-w-side-by-side.explore-child .side {
      padding: 50px 2.5% 50px; }
    .banner-w-side-by-side.explore-child span {
      text-align: center;
      margin-bottom: 10px; }
      .banner-w-side-by-side.explore-child span svg {
        fill: #E1E2D8;
        height: 60px; }
        .banner-w-side-by-side.explore-child span svg path {
          fill: #E1E2D8; }
    .banner-w-side-by-side.plan .side {
      padding: 50px 2.5% 100px; }
    .banner-w-side-by-side.last-post {
      min-height: 400px; }
      .banner-w-side-by-side.last-post .side {
        padding: 100px 5%; }
        .banner-w-side-by-side.last-post .side p {
          line-height: 200%;
          color: #2E333A; }
  .services-wrap {
    width: 100;
    padding: 50px 2.5% 180px; }
    .services-wrap h2 {
      font-family: font-1;
      text-align: center;
      font-size: 3em;
      font-weight: 400; }
    .services-wrap h6 {
      text-align: center;
      font-weight: 600;
      line-height: 200%; }
    .services-wrap .services {
      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;
      margin-top: 40px; }
      .services-wrap .services.w-two div:nth-child(1) {
        padding-right: 40px;
        border-right: 1px solid #979797; }
      .services-wrap .services.w-three div:nth-child(1), .services-wrap .services.w-three div:nth-child(2) {
        padding-right: 40px;
        border-right: 1px solid #979797; }
      .services-wrap .services div:nth-child(2) {
        padding-left: 40px; }
      .services-wrap .services div {
        text-align: center; }
        .services-wrap .services div p {
          color: inherit;
          font-size: 1em;
          line-height: 100%; }
    .services-wrap .services-link {
      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;
      margin-top: 50px;
      color: white;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .services-wrap .services-link a {
        color: white;
        font-family: font-2;
        font-size: 1em;
        -webkit-transition: opacity 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        -o-transition: opacity 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
        transition: opacity 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        .services-wrap .services-link a:hover {
          opacity: .7; }
      .services-wrap .services-link span {
        font-size: .8em;
        margin-top: 10px;
        text-transform: uppercase;
        font-family: font-2;
        font-weight: 200; }
  .explore-navigation-wrap {
    padding-top: 100px;
    padding-bottom: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .explore-navigation-wrap:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(34, 34, 34, 0.2);
      z-index: 1; }
  .explore-navigation {
    width: 100%;
    max-width: 1000px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    margin: 0 auto; }
    .explore-navigation li.nav-item.nav-intro {
      padding: 50px 0px; }
      .explore-navigation li.nav-item.nav-intro h3 {
        color: #ECC938;
        text-align: center; }
    .explore-navigation li.nav-item {
      width: calc(100%/3);
      padding: 50px 2.5%;
      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: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .explore-navigation li.nav-item:nth-child(1), .explore-navigation li.nav-item:nth-child(2), .explore-navigation li.nav-item:nth-child(3) {
        border-bottom: 2px solid white; }
      .explore-navigation li.nav-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .explore-navigation li.nav-item a svg {
          height: 80px; }
          .explore-navigation li.nav-item a svg path {
            -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        .explore-navigation li.nav-item a span {
          color: #ECC938;
          font-size: 1em;
          margin: 20px 0 0;
          -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        .explore-navigation li.nav-item a p {
          color: #E1E2D8;
          text-align: center;
          font-size: .8em;
          line-height: 200%; }
        .explore-navigation li.nav-item a:hover svg path {
          fill: #E1E2D8; }
          .explore-navigation li.nav-item a:hover svg path.star {
            fill: #ECC938; }
        .explore-navigation li.nav-item a:hover span {
          color: #E1E2D8; }
  .floating-header {
    position: absolute;
    width: 75%;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 30px 2.5vw; }
    .floating-header.right {
      right: 0; }
    .floating-header h2 {
      font-family: font-1;
      font-weight: 400;
      margin: 0;
      font-size: 2.7em;
      text-align: left;
      width: 100%; }
    .floating-header .button {
      position: absolute;
      right: 30px;
      margin: 0;
      font-size: .8em; }
  .section-w-text-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .section-w-text-slider .slider-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      width: 100%; }
      .section-w-text-slider .slider-wrap .full-width {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
        .section-w-text-slider .slider-wrap .full-width header {
          max-width: 1000px; }
      .section-w-text-slider .slider-wrap header {
        width: 80%;
        text-align: center;
        color: white;
        padding-top: 50px;
        max-width: 600px;
        margin: 0 auto; }
        .section-w-text-slider .slider-wrap header h2 {
          font-family: font-1;
          font-size: 3em;
          font-weight: 400; }
        .section-w-text-slider .slider-wrap header h3 {
          font-family: font-1;
          font-size: 2.5em;
          font-weight: 400; }
        .section-w-text-slider .slider-wrap header h6 {
          line-height: 200%;
          font-size: .9em; }
      .section-w-text-slider .slider-wrap .slider {
        position: relative;
        padding: 100px 1px;
        overflow: hidden;
        outline: none; }
        .section-w-text-slider .slider-wrap .slider.padded .next {
          right: 50px; }
        .section-w-text-slider .slider-wrap .slider.padded .previous {
          right: 100px; }
        .section-w-text-slider .slider-wrap .slider.text-slider-style-1 {
          top: -100px;
          padding-top: 150px;
          padding-bottom: 0px; }
          .section-w-text-slider .slider-wrap .slider.text-slider-style-1 .next {
            background: none;
            background: url("../images/slider-arrow-right_white.svg") center center no-repeat;
            background-size: 40px auto;
            top: 50px;
            left: auto;
            right: 50px; }
          .section-w-text-slider .slider-wrap .slider.text-slider-style-1 .previous {
            background: none;
            background: url("../images/slider-arrow-left_white.svg") center center no-repeat;
            background-size: 40px auto;
            top: 50px;
            left: auto;
            right: 100px; }
        .section-w-text-slider .slider-wrap .slider .team-member-slide {
          width: calc(100%/4);
          border-right: 1px solid #979797;
          padding: 0 40px;
          text-align: center; }
          .section-w-text-slider .slider-wrap .slider .team-member-slide img {
            width: 100%;
            margin-bottom: 20px; }
          .section-w-text-slider .slider-wrap .slider .team-member-slide p {
            text-align: center;
            font-weight: 200; }
        .section-w-text-slider .slider-wrap .slider .text-slide {
          width: calc(100%/3);
          border-right: 1px solid #979797;
          padding: 0px 2.5%;
          text-align: center;
          position: absolute; }
          .section-w-text-slider .slider-wrap .slider .text-slide .slide-image {
            width: 100%;
            height: 0;
            padding-top: 100%;
            margin: 0 auto 50px; }
          .section-w-text-slider .slider-wrap .slider .text-slide.color__white {
            color: white; }
            .section-w-text-slider .slider-wrap .slider .text-slide.color__white h6, .section-w-text-slider .slider-wrap .slider .text-slide.color__white h4, .section-w-text-slider .slider-wrap .slider .text-slide.color__white p {
              color: inherit; }
          .section-w-text-slider .slider-wrap .slider .text-slide h6 {
            font-size: .9em; }
          .section-w-text-slider .slider-wrap .slider .text-slide h5 {
            font-size: 1em; }
          .section-w-text-slider .slider-wrap .slider .text-slide h4 {
            font-size: 1.2em;
            margin-bottom: 30px; }
          .section-w-text-slider .slider-wrap .slider .text-slide p {
            font-weight: 200; }
          .section-w-text-slider .slider-wrap .slider .text-slide .button {
            font-size: .8em;
            margin-top: 30px;
            padding-bottom: 15px; }
        .section-w-text-slider .slider-wrap .slider .next {
          position: absolute;
          right: 50px;
          left: initial;
          top: 20px;
          z-index: 3;
          background: none;
          outline: none;
          cursor: pointer;
          background: url("../images/slider-arrow-right.svg") center center no-repeat;
          background-size: 40px auto; }
        .section-w-text-slider .slider-wrap .slider .previous {
          position: absolute;
          right: 100px;
          left: initial;
          top: 20px;
          z-index: 3;
          background: none;
          outline: none;
          cursor: pointer;
          background: url("../images/slider-arrow-left.svg") center center no-repeat;
          background-size: 40px auto; }
        .section-w-text-slider .slider-wrap .slider .next, .section-w-text-slider .slider-wrap .slider .previous {
          height: 42px;
          width: 42px;
          border: none; }
          .section-w-text-slider .slider-wrap .slider .next svg, .section-w-text-slider .slider-wrap .slider .previous svg {
            display: none; }
    .section-w-text-slider .side-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .section-w-text-slider .side-content .bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
  .section-w-board .board .board-member {
    padding: 30px 50px;
    width: 25%; }
  .banner-w-map {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    background-color: #E1E2D8;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .banner-w-map .map {
      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;
      position: relative; }
      .banner-w-map .map .static-header {
        width: 100%;
        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;
        padding: 30px 2.5vw;
        position: relative;
        z-index: 1; }
        .banner-w-map .map .static-header h2 {
          font-family: font-1;
          text-align: center;
          font-weight: 400;
          margin: 0; }
      .banner-w-map .map .acf-map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 600px; }
  .marker-inner {
    padding: 10px; }
    .marker-inner .marker-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .marker-inner .marker-header h5 {
        text-transform: capitalize;
        line-height: 150%;
        color: #2E333A;
        margin-left: 10px;
        font-size: 1.1em;
        letter-spacing: 0; }
      .marker-inner .marker-header img {
        width: 40px; }
    .marker-inner p {
      color: #2E333A;
      font-size: 1em;
      font-family: font-2;
      margin-top: 0; }
    .marker-inner a {
      color: #2E333A; }
  .map-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
    .map-controls p {
      color: #2E333A;
      text-align: center;
      line-height: 200%;
      font-size: .9em; }
    .map-controls .filters {
      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;
      margin-top: auto; }
      .map-controls .filters .filter {
        width: 100%;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        border-top: 1px solid #979797;
        padding: 20px 0px 0px; }
        .map-controls .filters .filter input[type="checkbox"] {
          visibility: hidden;
          width: 0; }
          .map-controls .filters .filter input[type="checkbox"]:checked ~ .toggle-button {
            background-color: white; }
            .map-controls .filters .filter input[type="checkbox"]:checked ~ .toggle-button span {
              background-color: #747E7D;
              -webkit-transform: translateX(24px);
              -ms-transform: translateX(24px);
              transform: translateX(24px); }
        .map-controls .filters .filter img {
          width: 40px;
          margin-right: 10px; }
        .map-controls .filters .filter .filter-title {
          font-size: .8em;
          color: #574E4B;
          max-width: calc(100% - 100px); }
        .map-controls .filters .filter .toggle-button {
          width: 48px;
          height: 24px;
          border-radius: 12px;
          background-color: #747E7D;
          margin-left: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          -o-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          padding: 3px; }
          .map-controls .filters .filter .toggle-button span {
            height: 18px;
            width: 18px;
            background-color: white;
            border-radius: 100%;
            -webkit-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77), -webkit-transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s;
            transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77), -webkit-transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s;
            -o-transition: transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s, background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s, background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s, background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77), -webkit-transform 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0.1s; }
  .banner-w-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .banner-w-form .side {
      padding: 100px 5%;
      text-align: center; }
      .banner-w-form .side h2 {
        font-family: font-1;
        font-weight: 400;
        font-size: 3em;
        margin-top: 0; }
    .banner-w-form .form-content .entry-content {
      padding: 0; }
      .banner-w-form .form-content .entry-content h6 {
        font-size: .9em;
        line-height: 200%; }
    .banner-w-form .form-content .contact-info {
      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;
      margin-top: 40px; }
      .banner-w-form .form-content .contact-info p {
        color: #222222;
        margin: 20px auto;
        line-height: 150%;
        font-weight: 200; }
        .banner-w-form .form-content .contact-info p br {
          display: none; }
    .banner-w-form .style-2 h5 {
      color: white; }
    .banner-w-form .style-2 h6 {
      color: #2E333A;
      margin-bottom: 0;
      margin-top: 50px; }
    .banner-w-form .style-2 p {
      color: white;
      margin-top: 10px;
      margin-bottom: 10px; }
      .banner-w-form .style-2 p br {
        display: none;
        height: 0; }
    .banner-w-form .style-3 {
      padding: 0;
      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; }
      .banner-w-form .style-3 h5 {
        color: #2E333A; }
      .banner-w-form .style-3 h6 {
        color: #2E333A;
        margin-bottom: 0;
        margin-top: 50px; }
      .banner-w-form .style-3 p {
        color: #2E333A;
        margin-top: 10px;
        margin-bottom: 10px; }
        .banner-w-form .style-3 p br {
          display: none;
          height: 0; }
      .banner-w-form .style-3 .cell {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        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;
        padding: 50px 5%; }
        .banner-w-form .style-3 .cell.bg {
          margin-top: auto; }
        .banner-w-form .style-3 .cell img {
          width: 100%; }
  .entry-header {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
  .entry-content {
    padding: 35px 0 50px 0;
    margin-bottom: 0px; }
    .entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content blockquote, .entry-content .resources, .entry-content ol, .entry-content ul, .entry-content .size-medium, .entry-content .size-small, .entry-content .form-wrap, .entry-content .entry-form, .entry-content .wp-block-columns {
      max-width: 50vw;
      margin-left: auto;
      margin-right: auto; }
  .fade-slider-wrap {
    padding: 50px; }
    .fade-slider-wrap h2 {
      font-family: font-1; }
  .locations-wrap, .blog-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 50px; }
    .locations-wrap header, .blog-wrap header {
      text-align: center;
      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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .locations-wrap header h2, .blog-wrap header h2 {
        color: #9D3E32;
        font-family: font-1;
        font-weight: 400;
        font-size: 3em; }
      .locations-wrap header p, .blog-wrap header p {
        max-width: 800px; }
      .locations-wrap header .filters, .blog-wrap header .filters {
        border-top: 3px solid white;
        margin-top: 30px;
        width: calc(100% - 10px);
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 25% 10px; }
        .locations-wrap header .filters .filter, .blog-wrap header .filters .filter {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -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;
          margin: 10px 20px; }
          .locations-wrap header .filters .filter label, .blog-wrap header .filters .filter label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -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;
            font-size: .9em;
            cursor: pointer; }
            .locations-wrap header .filters .filter label.check span, .blog-wrap header .filters .filter label.check span {
              background-color: #9D3E32; }
          .locations-wrap header .filters .filter span, .blog-wrap header .filters .filter span {
            width: 14px;
            height: 14px;
            margin-right: 10px;
            background-color: white;
            display: block;
            border-radius: 100%; }
          .locations-wrap header .filters .filter input, .blog-wrap header .filters .filter input {
            border: 2px solid #2E333A; }
          .locations-wrap header .filters .filter input[type=checkbox]:checked + span, .blog-wrap header .filters .filter input[type=checkbox]:checked + span {
            background-color: #9D3E32; }
    .locations-wrap .locations, .blog-wrap .locations {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 50px auto;
      min-height: 400px; }
      .locations-wrap .locations .location, .blog-wrap .locations .location {
        text-align: center;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 25%; }
        .locations-wrap .locations .location-inner, .blog-wrap .locations .location-inner {
          background-color: white; }
        .locations-wrap .locations .location-image, .blog-wrap .locations .location-image {
          height: 0;
          padding-top: 100%;
          background-color: #cbccbb; }
          .locations-wrap .locations .location-image.no-image, .blog-wrap .locations .location-image.no-image {
            position: relative;
            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; }
            .locations-wrap .locations .location-image.no-image svg, .blog-wrap .locations .location-image.no-image svg {
              position: absolute;
              -webkit-transform: translateY(100%);
              -ms-transform: translateY(100%);
              transform: translateY(100%);
              top: 0%; }
        .locations-wrap .locations .location-body, .blog-wrap .locations .location-body {
          padding: 20px;
          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; }
          .locations-wrap .locations .location-body h5, .blog-wrap .locations .location-body h5 {
            color: #2E333A;
            font-size: 1em;
            min-height: 50px; }
          .locations-wrap .locations .location-body .location-desc p, .blog-wrap .locations .location-body .location-desc p {
            color: #2E333A;
            font-size: .95em; }
          .locations-wrap .locations .location-body .wc-accessible, .blog-wrap .locations .location-body .wc-accessible {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: auto auto 10px auto; }
            .locations-wrap .locations .location-body .wc-accessible svg, .blog-wrap .locations .location-body .wc-accessible svg {
              height: 20px; }
          .locations-wrap .locations .location-body .button, .blog-wrap .locations .location-body .button {
            margin-bottom: 20px;
            font-size: .9em;
            margin-top: auto; }
    .locations-wrap .blogs, .blog-wrap .blogs {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 50px auto; }
      .locations-wrap .blogs .blog, .blog-wrap .blogs .blog {
        text-align: center;
        padding: 40px 2.5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100%/3);
        border-bottom: none; }
        .locations-wrap .blogs .blog-image, .blog-wrap .blogs .blog-image {
          position: relative;
          height: 0;
          padding-top: 100%;
          width: 100%; }
          .locations-wrap .blogs .blog-image a, .blog-wrap .blogs .blog-image a {
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0; }
        .locations-wrap .blogs .blog-body, .blog-wrap .blogs .blog-body {
          padding: 20px 0;
          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; }
          .locations-wrap .blogs .blog-body .categories, .blog-wrap .blogs .blog-body .categories {
            font-size: .7em; }
          .locations-wrap .blogs .blog-body h5, .blog-wrap .blogs .blog-body h5 {
            color: #2E333A; }
            .locations-wrap .blogs .blog-body h5 a, .blog-wrap .blogs .blog-body h5 a {
              white-space: normal;
              color: inherit; }
          .locations-wrap .blogs .blog-body .blog-desc, .blog-wrap .blogs .blog-body .blog-desc {
            margin-bottom: 50px; }
            .locations-wrap .blogs .blog-body .blog-desc p, .blog-wrap .blogs .blog-body .blog-desc p {
              color: #2E333A;
              font-size: .95em; }
          .locations-wrap .blogs .blog-body .button, .blog-wrap .blogs .blog-body .button {
            margin-bottom: 20px;
            font-size: .9em;
            margin-top: auto; }
    .locations-wrap .isotope-pager, .blog-wrap .isotope-pager {
      width: 100%;
      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;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .locations-wrap .isotope-pager a, .blog-wrap .isotope-pager a {
        margin: 5px 10px;
        color: #2E333A;
        font-size: 1.1em; }
        .locations-wrap .isotope-pager a.current-pag, .blog-wrap .isotope-pager a.current-pag {
          color: #9D3E32; }
  .section-w-media {
    padding: 50px 30px; }
    .section-w-media .media-links .media-link {
      padding: 30px 2.5%;
      border-right: 1px solid #979797;
      width: 25%; }
      .section-w-media .media-links .media-link:nth-child(4) {
        border-right: none; }
      .section-w-media .media-links .media-link:nth-child(2) {
        border-right: 1px solid #979797; }
  .section-w-badge-program .side {
    padding: 120px 2.5%; }
    .section-w-badge-program .side.left .icon {
      width: 100px; }
    .section-w-badge-program .side.left p {
      margin-top: 0; }
    .section-w-badge-program .side h1, .section-w-badge-program .side h2, .section-w-badge-program .side h3, .section-w-badge-program .side h4, .section-w-badge-program .side h5, .section-w-badge-program .side h6 {
      color: white; }
    .section-w-badge-program .side br {
      height: 0;
      display: none; }
    .section-w-badge-program .side p a {
      color: inherit;
      text-decoration: underline; }
  .single-footer {
    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: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .single-footer .button {
      color: #2E333A;
      padding-right: 40px; }
      .single-footer .button svg {
        margin-right: 10px; }
      .single-footer .button span {
        padding-bottom: .5em; }
    .single-footer .related-posts {
      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;
      margin-top: 100px;
      width: 100%;
      padding: 50px 2.5% 100px; }
      .single-footer .related-posts .keep-reading {
        text-align: center;
        font-size: 1.1em;
        margin-bottom: 2em;
        margin-top: 2em; }
    .single-footer .blogs {
      width: 100%;
      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;
      margin: 0px auto; }
      .single-footer .blogs .blog {
        text-align: center;
        padding: 0 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100%/4); }
  .video-popup {
    position: fixed;
    background-color: rgba(46, 51, 58, 0.3);
    width: 100vw;
    height: 100vh;
    z-index: 999;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    padding: 200px;
    left: 0;
    visibility: visible;
    -webkit-transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s, left 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
    -o-transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s, left 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
    transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s, left 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 0s;
    cursor: url("../images/exit.svg"), auto; }
    .video-popup .exit {
      width: 60px;
      height: 60px;
      background: url("../images/exit.svg") center center no-repeat;
      background-size: 30px;
      position: absolute;
      right: 100px;
      top: 100px;
      background-color: white;
      border-radius: 100%; }
    .video-popup .video-popup-inner {
      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;
      width: 100%; }
      .video-popup .video-popup-inner .video-wrap {
        position: relative;
        padding-top: 56.25%;
        width: 100%;
        height: 0;
        overflow: hidden; }
        .video-popup .video-popup-inner .video-wrap iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .video-popup.disabled {
      opacity: 0;
      visibility: hidden;
      left: -100%;
      -webkit-transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s, left 0s 1s;
      -o-transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s, left 0s 1s;
      transition: opacity 0.6s cubic-bezier(0.43, 0.26, 0.44, 0.77), visibility 0s cubic-bezier(0.43, 0.26, 0.44, 0.77) 1s, left 0s 1s; }
  .footer {
    width: 100%;
    background-color: #2E333A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    min-height: 300px;
    z-index: 1;
    position: relative; }
    .footer section {
      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; }
      .footer section:nth-child(2) {
        padding-right: 50px; }
      .footer section .footer-sub-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
        .footer section .footer-sub-section .up-bar {
          width: 50px;
          background-color: #ECC938;
          position: relative; }
          .footer section .footer-sub-section .up-bar .arrow-up {
            width: 100%;
            position: absolute;
            height: 50px;
            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;
            bottom: 100%;
            background-color: white;
            cursor: pointer; }
            .footer section .footer-sub-section .up-bar .arrow-up svg {
              height: 30px; }
              .footer section .footer-sub-section .up-bar .arrow-up svg path {
                fill: #2E333A;
                -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
            .footer section .footer-sub-section .up-bar .arrow-up:hover svg path {
              fill: #5098AD; }
        .footer section .footer-sub-section .logos {
          position: relative;
          padding: 0 0px 30px 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .footer section .footer-sub-section .logos .logos-top {
            position: absolute;
            top: -50px;
            padding-left: 0;
            margin-left: 0px; }
            .footer section .footer-sub-section .logos .logos-top img {
              width: 120px;
              height: 120px; }
          .footer section .footer-sub-section .logos .logos-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: end;
            align-self: flex-end;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column wrap;
            flex-flow: column wrap;
            padding-top: 100px;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; }
            .footer section .footer-sub-section .logos .logos-bottom img {
              max-width: 100px;
              max-height: 80px;
              margin-top: 20px;
              width: auto;
              height: auto;
              margin-right: 30px; }
        .footer section .footer-sub-section.footer-navs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 70px;
          padding-bottom: 40px;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          border-right: 3px solid #E1E2D8; }
          .footer section .footer-sub-section.footer-navs .footer-primary-nav {
            border-left: 1px solid #39626D;
            margin-right: 0; }
            .footer section .footer-sub-section.footer-navs .footer-primary-nav ul li a {
              font-weight: 600; }
          .footer section .footer-sub-section.footer-navs .footer-secondary-nav {
            border-left: 1px solid #39626D;
            padding-right: 0px;
            margin-top: 0px;
            width: auto; }
            .footer section .footer-sub-section.footer-navs .footer-secondary-nav ul li a {
              font-weight: 400; }
          .footer section .footer-sub-section.footer-navs div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .footer section .footer-sub-section.footer-navs div nav {
              margin-top: auto; }
            .footer section .footer-sub-section.footer-navs div ul {
              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;
              padding: 5px 30px 0;
              max-width: 50%; }
              .footer section .footer-sub-section.footer-navs div ul li {
                margin-top: .5em;
                width: 100%; }
                .footer section .footer-sub-section.footer-navs div ul li a {
                  width: 100%;
                  font-size: .75em;
                  color: white;
                  -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                  -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                  transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
                  .footer section .footer-sub-section.footer-navs div ul li a:hover {
                    color: #ECC938; }
                    .footer section .footer-sub-section.footer-navs div ul li a:hover svg path {
                      fill: white; }
                    .footer section .footer-sub-section.footer-navs div ul li a:hover span {
                      color: white; }
              .footer section .footer-sub-section.footer-navs div ul svg path {
                fill: #5098AD;
                -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
              .footer section .footer-sub-section.footer-navs div ul span {
                color: #5098AD;
                display: block;
                margin: 3px 0;
                -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        .footer section .footer-sub-section.footer-social {
          background-color: #2E333A;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
          flex-flow: column wrap;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .footer section .footer-sub-section.footer-social .footer-icons-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-top: 50px;
            -ms-flex-item-align: end;
            align-self: flex-end;
            padding-bottom: 0px;
            padding-left: 0; }
            .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
              .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li {
                margin-left: 14px;
                margin-right: 0px; }
                .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li a {
                  opacity: 1;
                  -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                  -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                  transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
                  .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li a svg {
                    width: 24px;
                    fill: white; }
                  .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li a:hover {
                    opacity: .4; }
          .footer section .footer-sub-section.footer-social .footer-newsletter {
            width: 100%;
            padding-left: 50px;
            margin-top: auto; }
            .footer section .footer-sub-section.footer-social .footer-newsletter h5 {
              font-size: 1em;
              color: #E1E2D8; }
  #mc_embed_signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: auto;
    padding-bottom: 40px; }
    #mc_embed_signup form {
      background-color: transparent;
      text-align: center;
      width: 100%;
      margin: 0 auto; }
      #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;
        flex-flow: row; }
        #mc_embed_signup form .mc_embed_signup_scroll .mc-section {
          width: 100%;
          padding-right: 30px; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section .hiddenLabel {
            border: 0;
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="text"], #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="email"] {
            color: #E1E2D8;
            line-height: 100%;
            outline: none;
            padding: 1px 0px;
            font-family: font-2;
            font-weight: 400;
            font-size: .9em;
            border-radius: 0px;
            margin-bottom: 15px;
            border-bottom: 1px solid #6f6f6f;
            background-color: transparent;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            -webkit-transition: border-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: border-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: border-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="email"] {
            width: 100%;
            line-height: 100%;
            outline: none;
            margin: 0px auto; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input::-webkit-input-placeholder {
            color: #E1E2D8;
            font-family: font-2;
            font-size: .9em;
            text-transform: uppercase;
            font-weight: 400; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input::-moz-placeholder {
            color: #E1E2D8;
            font-family: font-2;
            font-size: 1em;
            text-transform: uppercase; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input:-ms-input-placeholder {
            color: #E1E2D8;
            font-family: font-2;
            font-size: 1em;
            text-transform: uppercase; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input:-moz-placeholder {
            color: #E1E2D8;
            font-family: font-2;
            font-size: 1em;
            text-transform: uppercase; }
        #mc_embed_signup form .mc_embed_signup_scroll .submit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: left;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          text-align: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: auto auto 0 auto;
          position: relative;
          color: #E1E2D8;
          height: 44px;
          background-color: transparent;
          -webkit-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          -o-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          #mc_embed_signup form .mc_embed_signup_scroll .submit:hover {
            background-color: #ECC938; }
            #mc_embed_signup form .mc_embed_signup_scroll .submit:hover input {
              color: #2E333A; }
            #mc_embed_signup form .mc_embed_signup_scroll .submit:hover svg path {
              fill: #2E333A; }
          #mc_embed_signup form .mc_embed_signup_scroll .submit svg {
            position: absolute;
            left: .5em;
            width: 60px; }
            #mc_embed_signup form .mc_embed_signup_scroll .submit svg path {
              fill: #ECC938;
              -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          #mc_embed_signup form .mc_embed_signup_scroll .submit input {
            position: relative;
            text-align: center;
            z-index: 9989;
            width: auto;
            display: block;
            background-color: transparent;
            outline: 0;
            border: 0;
            color: #ECC938;
            font-family: font-2;
            font-size: .9em;
            -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            padding: 0.5em 2em 0.5em calc(2em + 40px);
            height: 44px;
            border: 3px solid #ECC938; }
  .events-wrap {
    width: 100%; }
    .events-wrap header {
      text-align: center;
      width: 100%; }
    .events-wrap .events {
      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; }
      .events-wrap .events .event-controls {
        width: calc((100%/5) * 2);
        background-color: #2E333A;
        height: 400px;
        padding: 20px;
        margin-top: 10px; }
        .events-wrap .events .event-controls h3 {
          width: 100%;
          color: #E1E2D8;
          font-family: font-1;
          -webkit-transition: opacity 0.21s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          -o-transition: opacity 0.21s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: opacity 0.21s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          .events-wrap .events .event-controls h3.hide {
            opacity: 0; }
        .events-wrap .events .event-controls .nav-month {
          width: 34px;
          cursor: pointer; }
          .events-wrap .events .event-controls .nav-month svg {
            width: 34px; }
            .events-wrap .events .event-controls .nav-month svg path {
              fill: #E1E2D8; }
        .events-wrap .events .event-controls div a span {
          border-bottom: 2px solid #ECC938; }
      .events-wrap .events .event-tiles {
        width: calc((100%/5) * 3); }
  #evcal_head {
    left: calc(((-100vw/5) * 2) + 50px + 2.5vw);
    margin-top: 90px;
    top: 0; }
    #evcal_head .evo_month_title {
      font-family: font-1 !important;
      font-weight: 400 !important; } }

@media only screen and (min-width: 1240px) {
  .floating-header h2 {
    font-family: font-1;
    font-weight: 400;
    margin: 0;
    font-size: 2.7em;
    text-align: center; }
  .banner-w-side-by-side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .banner-w-side-by-side .side {
      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;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      position: relative; }
      .banner-w-side-by-side .side.align-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .banner-w-side-by-side .side.padded {
        padding: 75px 50px; }
    .banner-w-side-by-side.style-1 h1, .banner-w-side-by-side.style-1 h2, .banner-w-side-by-side.style-1 h3, .banner-w-side-by-side.style-1 h4, .banner-w-side-by-side.style-1 h5, .banner-w-side-by-side.style-1 h6 {
      width: 90%;
      text-align: center;
      font-family: font-1;
      font-weight: 400;
      margin-top: 0; }
    .banner-w-side-by-side.style-1 p {
      width: 90%;
      text-align: center;
      font-size: .8em;
      font-weight: 400;
      line-height: 200%;
      color: white; }
    .banner-w-side-by-side.style-1 .button {
      font-size: .9em;
      margin-bottom: 20px; }
    .banner-w-side-by-side.style-3 h1, .banner-w-side-by-side.style-3 h2, .banner-w-side-by-side.style-3 h3, .banner-w-side-by-side.style-3 h4, .banner-w-side-by-side.style-3 h5, .banner-w-side-by-side.style-3 h6 {
      width: 90%;
      text-align: center;
      font-family: font-1;
      font-weight: 400;
      margin-top: 0; }
    .banner-w-side-by-side.style-3 h2 {
      font-size: 3em; }
    .banner-w-side-by-side.style-3 p {
      width: 90%;
      text-align: center;
      font-size: 1em;
      font-weight: 400;
      line-height: 200%;
      color: white; }
    .banner-w-side-by-side.style-3 .button {
      font-size: .9em; }
    .banner-w-side-by-side.style-2 h2 {
      font-size: 3em;
      padding-top: 50px; }
    .banner-w-side-by-side.style-2 h6 {
      line-height: 180%;
      font-size: .9em;
      text-align: center; }
    .banner-w-side-by-side.style-2 h1, .banner-w-side-by-side.style-2 h2, .banner-w-side-by-side.style-2 h3, .banner-w-side-by-side.style-2 h4 {
      width: 100%;
      text-align: center;
      font-family: font-1;
      font-weight: 400;
      margin-top: 0;
      color: #E1E2D8; }
    .banner-w-side-by-side.style-2 p {
      width: 100%;
      text-align: center;
      font-size: 1em;
      font-weight: 400;
      line-height: 150%;
      color: white;
      margin-top: 40px; }
    .banner-w-side-by-side.style-2 .side-body-content {
      display: block;
      margin: 0 auto;
      width: 90%; }
      .banner-w-side-by-side.style-2 .side-body-content h2, .banner-w-side-by-side.style-2 .side-body-content h3, .banner-w-side-by-side.style-2 .side-body-content h4, .banner-w-side-by-side.style-2 .side-body-content h5, .banner-w-side-by-side.style-2 .side-body-content h6 {
        width: 100%;
        text-align: center;
        font-family: font-2;
        font-weight: 600;
        margin-top: 0;
        color: #E1E2D8;
        line-height: 200%; }
    .banner-w-side-by-side.style-2 .button {
      font-size: 1em; }
    .banner-w-side-by-side .side-icon-large {
      width: 120px;
      padding-top: 120px;
      padding-bottom: 120px; }
    .banner-w-side-by-side.meetings .side {
      padding: 50px 50px 100px; }
    .banner-w-side-by-side.explore-child .side {
      padding: 50px 50px 50px; }
    .banner-w-side-by-side.explore-child span {
      text-align: center;
      margin-bottom: 10px; }
      .banner-w-side-by-side.explore-child span svg {
        fill: #E1E2D8;
        height: 60px; }
        .banner-w-side-by-side.explore-child span svg path {
          fill: #E1E2D8; }
    .banner-w-side-by-side.plan .side {
      padding: 50px 50px 100px; }
    .banner-w-side-by-side.last-post {
      min-height: 400px; }
      .banner-w-side-by-side.last-post .side {
        padding: 100px 50px; }
        .banner-w-side-by-side.last-post .side p {
          line-height: 200%;
          color: #2E333A; }
  .services-wrap {
    width: 100;
    padding: 50px;
    padding-bottom: 180px; }
  .footer {
    width: 100%;
    background-color: #2E333A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    min-height: 300px;
    z-index: 1;
    position: relative; }
    .footer section {
      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; }
      .footer section:nth-child(2) {
        padding-right: 50px; }
      .footer section .footer-sub-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
        .footer section .footer-sub-section .up-bar {
          width: 50px;
          background-color: #ECC938;
          position: relative; }
          .footer section .footer-sub-section .up-bar .arrow-up {
            width: 100%;
            position: absolute;
            height: 50px;
            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;
            bottom: 100%;
            background-color: white;
            cursor: pointer; }
            .footer section .footer-sub-section .up-bar .arrow-up svg {
              height: 30px; }
              .footer section .footer-sub-section .up-bar .arrow-up svg path {
                fill: #2E333A;
                -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
            .footer section .footer-sub-section .up-bar .arrow-up:hover svg path {
              fill: #5098AD; }
        .footer section .footer-sub-section .logos {
          position: relative;
          padding: 0 0px 40px 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .footer section .footer-sub-section .logos .logos-top {
            position: absolute;
            top: -50px;
            padding-left: 0; }
            .footer section .footer-sub-section .logos .logos-top img {
              width: 150px;
              height: 150px; }
          .footer section .footer-sub-section .logos .logos-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: end;
            align-self: flex-end;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            padding-top: 100px;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; }
            .footer section .footer-sub-section .logos .logos-bottom img {
              max-width: 100px;
              max-height: 80px;
              width: auto;
              margin-top: 0px;
              height: auto;
              margin-right: 30px; }
        .footer section .footer-sub-section.footer-navs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 70px;
          padding-bottom: 40px;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          border-right: 3px solid #E1E2D8; }
          .footer section .footer-sub-section.footer-navs .footer-primary-nav {
            border-left: 1px solid #39626D;
            margin-right: 0; }
            .footer section .footer-sub-section.footer-navs .footer-primary-nav ul li a {
              font-weight: 600; }
          .footer section .footer-sub-section.footer-navs .footer-secondary-nav {
            border-left: 1px solid #39626D;
            padding-right: 0px;
            margin-top: 0px;
            width: auto; }
            .footer section .footer-sub-section.footer-navs .footer-secondary-nav ul li a {
              font-weight: 400; }
          .footer section .footer-sub-section.footer-navs div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .footer section .footer-sub-section.footer-navs div nav {
              margin-top: auto; }
            .footer section .footer-sub-section.footer-navs div ul {
              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;
              padding: 5px 30px 0;
              max-width: 50%; }
              .footer section .footer-sub-section.footer-navs div ul li {
                margin-top: .5em;
                width: 100%; }
                .footer section .footer-sub-section.footer-navs div ul li a {
                  width: 100%;
                  font-size: .75em;
                  color: white;
                  -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                  -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                  transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
                  .footer section .footer-sub-section.footer-navs div ul li a:hover {
                    color: #ECC938; }
                    .footer section .footer-sub-section.footer-navs div ul li a:hover svg path {
                      fill: white; }
                    .footer section .footer-sub-section.footer-navs div ul li a:hover span {
                      color: white; }
              .footer section .footer-sub-section.footer-navs div ul svg path {
                fill: #5098AD;
                -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
              .footer section .footer-sub-section.footer-navs div ul span {
                color: #5098AD;
                display: block;
                margin: 3px 0;
                -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
        .footer section .footer-sub-section.footer-social {
          background-color: #2E333A;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
          flex-flow: column wrap;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .footer section .footer-sub-section.footer-social .footer-icons-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-top: 50px;
            -ms-flex-item-align: end;
            align-self: flex-end;
            padding-bottom: 0px;
            padding-left: 0; }
            .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
              .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li {
                margin-left: 14px;
                margin-right: 0px; }
                .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li a {
                  opacity: 1;
                  -webkit-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                  -o-transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
                  transition: opacity 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
                  .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li a svg {
                    width: 24px;
                    fill: white; }
                  .footer section .footer-sub-section.footer-social .footer-icons-wrap .footer-icons li a:hover {
                    opacity: .4; }
          .footer section .footer-sub-section.footer-social .footer-newsletter {
            width: 100%;
            padding-left: 50px;
            margin-top: auto; }
            .footer section .footer-sub-section.footer-social .footer-newsletter h5 {
              font-size: 1em;
              color: #E1E2D8; }
  #mc_embed_signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: auto;
    padding-bottom: 40px; }
    #mc_embed_signup form {
      background-color: transparent;
      text-align: center;
      width: 100%;
      margin: 0 auto; }
      #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;
        flex-flow: row; }
        #mc_embed_signup form .mc_embed_signup_scroll .mc-section {
          width: 100%;
          padding-right: 30px; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section .hiddenLabel {
            border: 0;
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="text"], #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="email"] {
            color: #E1E2D8;
            line-height: 100%;
            outline: none;
            padding: 1px 0px;
            font-family: font-2;
            font-weight: 400;
            font-size: .9em;
            border-radius: 0px;
            margin-bottom: 15px;
            border-bottom: 1px solid #6f6f6f;
            background-color: transparent;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            -webkit-transition: border-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: border-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: border-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77), background-color 0.25s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input[type="email"] {
            width: 100%;
            line-height: 100%;
            outline: none;
            margin: 0px auto; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input::-webkit-input-placeholder {
            color: #E1E2D8;
            font-family: font-2;
            font-size: .9em;
            text-transform: uppercase;
            font-weight: 400; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input::-moz-placeholder {
            color: #E1E2D8;
            font-family: font-2;
            font-size: 1em;
            text-transform: uppercase; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input:-ms-input-placeholder {
            color: #E1E2D8;
            font-family: font-2;
            font-size: 1em;
            text-transform: uppercase; }
          #mc_embed_signup form .mc_embed_signup_scroll .mc-section input:-moz-placeholder {
            color: #E1E2D8;
            font-family: font-2;
            font-size: 1em;
            text-transform: uppercase; }
        #mc_embed_signup form .mc_embed_signup_scroll .submit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: left;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          text-align: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: auto auto 0 auto;
          position: relative;
          color: #E1E2D8;
          height: 44px;
          background-color: transparent;
          -webkit-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          -o-transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
          transition: background-color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          #mc_embed_signup form .mc_embed_signup_scroll .submit:hover {
            background-color: #ECC938; }
            #mc_embed_signup form .mc_embed_signup_scroll .submit:hover input {
              color: #2E333A; }
            #mc_embed_signup form .mc_embed_signup_scroll .submit:hover svg path {
              fill: #2E333A; }
          #mc_embed_signup form .mc_embed_signup_scroll .submit svg {
            position: absolute;
            left: .5em;
            width: 60px; }
            #mc_embed_signup form .mc_embed_signup_scroll .submit svg path {
              fill: #ECC938;
              -webkit-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              -o-transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
              transition: fill 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77); }
          #mc_embed_signup form .mc_embed_signup_scroll .submit input {
            position: relative;
            text-align: center;
            z-index: 9989;
            width: auto;
            display: block;
            background-color: transparent;
            outline: 0;
            border: 0;
            color: #ECC938;
            font-family: font-2;
            font-size: .9em;
            -webkit-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            -o-transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            transition: color 0.2s cubic-bezier(0.43, 0.26, 0.44, 0.77);
            padding: 0.5em 2em 0.5em calc(2em + 40px);
            height: 44px;
            border: 3px solid #ECC938; } }

/*********************
VERY LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1580px) {
  /******************************************************************
Site Name: TPG
Author: Anthony Teer

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  body {
    font-size: 130%; }
  .header {
    min-height: 880px; }
  .master-nav-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 880px; }
  .hero-wrap.desktop {
    height: 100vh;
    min-height: 880px; }
    .hero-wrap.desktop .hero-slider {
      height: 100vh;
      min-height: 880px; }
      .hero-wrap.desktop .hero-slider div {
        height: 100vh;
        min-height: 880px;
        width: 100%; }
    .hero-wrap.desktop .hero-static {
      height: 100vh;
      min-height: 880px; }
      .hero-wrap.desktop .hero-static .hero-inner {
        height: 100vh;
        min-height: 880px; }
  .hero-wrap.desktop .hero-static .hero-intro {
    height: 300px; }
  .master-nav-desktop .nav-wrap .nav-blog-wrap:not(.home) {
    height: 300px; }
  .master-nav-desktop .nav-wrap .nav-blog-wrap a {
    padding: 80px 2.5vw; }
  .banner-w-stack.stack-left .stack-cell-double .stack-cell h1, .banner-w-stack.stack-left .stack-cell-double .stack-cell h2, .banner-w-stack.stack-left .stack-cell-double .stack-cell h3, .banner-w-stack.stack-left .stack-cell-double .stack-cell h4, .banner-w-stack.stack-left .stack-cell-double .stack-cell h5, .banner-w-stack.stack-left .stack-cell-double .stack-cell h6, .banner-w-stack.stack-left .stack-cell-double .stack-cell p {
    max-width: 600px; }
  .footer section .footer-sub-section.footer-navs div nav {
    margin-top: auto; }
  .footer section .footer-sub-section.footer-navs div ul {
    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;
    padding: 5px 70px 0;
    max-width: 100%; }
  .footer section .footer-sub-section.footer-social .footer-newsletter {
    max-width: 80%; } }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
