/*******************************************
 STYLESHEET
********************************************/
/**************************************

NOTE BEFORE UPDATING !!!!!!!!!

style.css is compiled using SASS from contents
of the following two directories in the theme.  

assets-src/scss
partials/blocks

If the compiled CSS file is manually changed the 
scss files will be out of date.

YOU HAVE BEEN WARNED!!

**************************************/
/*********************
IMPORTING NORMALIZE
This vendor file is loaded first
*********************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*********************
IMPORTING CONFIG
These files are used to define variables and other site
wide configurations
*********************/
/*******************************************
  VARIABLES
  assets-src/scss/config/_variables.scss
*******************************************/
/*********************
FILE PATH
*********************/
/*********************
COLORS
tool to find real color names for variables
http://chir.ag/projects/name-that-color
*********************/
/*********************
TYPOGRAPHY
*********************/
/*********************
HEADER SETTINGS
*********************/
/*********************
FOOTER SETTINGS
*********************/
/*********************
SPACING
*********************/
/*********************
TRANSITIONS
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
IMPORTING MODULES
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.
*********************/
/*******************************************
  FUNCTIONS
  assets-src/scss/modules/_function.scss
*******************************************/
/*********************
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);
*********************/
/***********************
FONT FUNCTIONS
***********************/
/*******************************************
  MIXINS
  assets-src/scss/modules/_mixins.scss
*******************************************/
/*********************
TRANSITION
*********************/
/* @include transition(all 0.2s ease-in-out); */
/**************************
      
      WITH COUNT

      Allows you to apply different styling based on the number of a certain type
      of element within a shared parent.

      Example below changes the width based on the number of .child class items in a shared parent

      .child {
        display: inline-block;

        @include by-count(1, '.button') { width: 100%; }
        @include by-count(2, '.button') { width: calc(50% - 1px); }
        @include by-count(3, '.button') { width: calc(33.3% - 1px); }
        @include by-count(4, '.button') { width: calc(25% - 1px); }
        @include by-count(5, '.button') { width: calc(20% - 1px); }
      }

**************************/
/**************************
      
      Quantity Query

      Allows you to apply different styling based on the number of a certain type
      of element within a shared parent.

      Example below changes the width based on the number of .child class items in a shared parent

      .child {
        display: inline-block;

        @include quantity-query( 1, equal) {
          width: 100%;
        }
        @include quantity-query( 2, equal) {
          width: 46%;
          margin-right: 8%;
          &:last-of-type { margin-right: 0 !important; }
        }
        @include quantity-query( 3, equal) {
          width: 30%;
          margin-right: 5%;
          &:last-of-type { margin-right: 0 !important; }
        }
        @include quantity-query( 4, greater) {
          width: 46%;
          margin-right: 8%;
          &:nth-child(2n+2) { margin-right: 0 !important; }
        }
      }

      https://www.sitepoint.com/using-sass-quantity-queries/

**************************/
/************************

      BREAKPOINT MIXINS

      Example 

      .site-header {
          padding: 2rem;
          font-size: 1.8rem;
          @include mq('tablet-wide') {
              padding-top: 4rem;
              font-size: 2.4rem;
          }
      }

*************************/
/************************
      
      CLEARFIX

      Example

      .container-with-floated-children {
        @extend %clearfix;
      }

      @extend %nowiggle

*************************/
/************************
      
      HARDWARE

      Simple and effective for when you need to trigger hardware acceleration 
      for some animation, keeping everything fast, slick and flicker-free.

*************************/
/*******************************************
  TYPOGRAPHY
  assets-src/scss/modules/_typography.scss
*******************************************/
html {
  font-size: 62.5%; }

body {
  line-height: 1;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 2rem 0; }
  @media only screen and (min-width: 480px) {
    body {
      font-size: 1.72rem; } }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1024px) {
    body {
      font-size: 1.88rem; } }
  @media only screen and (min-width: 1300px) {
    body {
      font-size: 2rem; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  letter-spacing: 0.05rem;
  text-rendering: optimizelegibility;
  transition: 0.2s ease-in-out;
  margin: 0 0 1rem 0; }

h1, .h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0rem; }
  @media only screen and (min-width: 480px) {
    h1, .h1 {
      font-size: 4.41rem; } }
  @media only screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 5.35rem; } }
  @media only screen and (min-width: 1024px) {
    h1, .h1 {
      font-size: 6.29rem; } }
  @media only screen and (min-width: 1300px) {
    h1, .h1 {
      font-size: 7.7rem; } }

h2, .h2 {
  font-size: 3.9rem;
  line-height: 1.15;
  font-weight: 700; }
  @media only screen and (min-width: 480px) {
    h2, .h2 {
      font-size: 4.38rem; } }
  @media only screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 4.7rem; } }
  @media only screen and (min-width: 1024px) {
    h2, .h2 {
      font-size: 5.02rem; } }
  @media only screen and (min-width: 1300px) {
    h2, .h2 {
      font-size: 5.5rem; } }

h3, .h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.1rem; }
  @media only screen and (min-width: 480px) {
    h3, .h3 {
      font-size: 3.16rem; } }
  @media only screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 3.4rem; } }
  @media only screen and (min-width: 1024px) {
    h3, .h3 {
      font-size: 3.64rem; } }
  @media only screen and (min-width: 1300px) {
    h3, .h3 {
      font-size: 4rem; } }

h4, .h4 {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "crimson",serif;
  font-style: italic;
  /*&--body {
		font-weight: $weight_primary;
		text-transform: none;
		line-height: 1.4;
	}*/ }
  @media only screen and (min-width: 480px) {
    h4, .h4 {
      font-size: 3.16rem; } }
  @media only screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 3.8rem; } }
  @media only screen and (min-width: 1024px) {
    h4, .h4 {
      font-size: 4.44rem; } }
  @media only screen and (min-width: 1300px) {
    h4, .h4 {
      font-size: 5.4rem; } }

h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: 700; }
  @media only screen and (min-width: 480px) {
    h5, .h5 {
      font-size: 1.92rem; } }
  @media only screen and (min-width: 768px) {
    h5, .h5 {
      font-size: 2rem; } }
  @media only screen and (min-width: 1024px) {
    h5, .h5 {
      font-size: 2.08rem; } }
  @media only screen and (min-width: 1300px) {
    h5, .h5 {
      font-size: 2.2rem; } }

h6, .h6 {
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 400;
  font-style: italic; }
  @media only screen and (min-width: 480px) {
    h6, .h6 {
      font-size: 1.59rem; } }
  @media only screen and (min-width: 768px) {
    h6, .h6 {
      font-size: 1.65rem; } }
  @media only screen and (min-width: 1024px) {
    h6, .h6 {
      font-size: 1.71rem; } }
  @media only screen and (min-width: 1300px) {
    h6, .h6 {
      font-size: 1.8rem; } }

p, .p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem 0; }
  @media only screen and (min-width: 480px) {
    p, .p {
      font-size: 1.72rem; } }
  @media only screen and (min-width: 768px) {
    p, .p {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1024px) {
    p, .p {
      font-size: 1.88rem; } }
  @media only screen and (min-width: 1300px) {
    p, .p {
      font-size: 2rem; } }

.p-xl p, .p-xl li {
  font-size: 2.2rem;
  line-height: 1.3; }
  @media only screen and (min-width: 480px) {
    .p-xl p, .p-xl li {
      font-size: 3.16rem; } }
  @media only screen and (min-width: 768px) {
    .p-xl p, .p-xl li {
      font-size: 3.8rem; } }
  @media only screen and (min-width: 1024px) {
    .p-xl p, .p-xl li {
      font-size: 4.44rem; } }
  @media only screen and (min-width: 1300px) {
    .p-xl p, .p-xl li {
      font-size: 5.4rem; } }

.light-weight {
  font-weight: 300; }

.callout, .callout p, blockquote {
  font-size: 1.9rem;
  line-height: 1.15;
  text-transform: uppercase; }
  @media only screen and (min-width: 480px) {
    .callout, .callout p, blockquote {
      font-size: 2.05rem; } }
  @media only screen and (min-width: 768px) {
    .callout, .callout p, blockquote {
      font-size: 2.15rem; } }
  @media only screen and (min-width: 1024px) {
    .callout, .callout p, blockquote {
      font-size: 2.25rem; } }
  @media only screen and (min-width: 1300px) {
    .callout, .callout p, blockquote {
      font-size: 2.4rem; } }

a {
  color: inherit;
  font-weight: 600;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

b, .weight-heavy {
  font-weight: 700; }

/*******************************************
  ICON FONT
  assets-src/scss/views/_iconfont.scss
*******************************************/
@font-face {
  font-family: "rsc";
  src: url("../fonts/rsc.eot");
  src: url("../fonts/rsc.eot?#iefix") format("embedded-opentype"), url("../fonts/rsc.woff") format("woff"), url("../fonts/rsc.ttf") format("truetype"), url("../fonts/rsc.svg#rsc") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "rsc" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "rsc" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\61"; }

.icon-instagram:before {
  content: "\62"; }

.icon-twitter:before {
  content: "\63"; }

.icon-youtube:before {
  content: "\64"; }

.icon-google-plus:before {
  content: "\65"; }

.icon-arrow:before {
  content: "\66"; }

/*********************
IMPORTING PARTIALS
Partials 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.
*********************/
/*******************************************
  ALERTS
  assets-src/scss/partials/_alerts.scss
*******************************************/
/*******************************************
  BUTTONS
  assets-src/scss/partials/_buttons.scss
*******************************************/
/*********************
BUTTON DEFAULTS
*********************/
.button {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: normal;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 4rem;
  -webkit-appearance: none;
  -webkit-border-radius: 4rem;
  height: auto;
  margin: 0 0 1.25rem;
  padding: 0.7rem 2rem;
  background: #c39a13;
  color: #FFFFFF; }
  .button:hover, .button:focus {
    background: #ac8811; }
  .button:hover, .button:focus {
    outline: none;
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .button {
      padding: 1.1rem 2.5rem 1.1225rem 2.5rem;
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1024px) {
    .button {
      padding: 1.3rem 3rem 1.3225rem 3rem; } }
  @media only screen and (min-width: 1300px) {
    .button {
      font-size: 2.2rem;
      padding: 1.5rem 4rem 1.5225rem 4rem; } }

/*********************
BUTTON CLASSES
*********************/
.button {
  white-space: pre; }
  .button .icon-arrow {
    display: inline-block;
    width: 16px;
    height: 12px;
    color: inherit;
    margin-left: 10px;
    vertical-align: -3px; }

.button.button--mid {
  font-size: 1.4rem;
  padding: 0.85rem 1.9rem 0.9rem 1.9rem; }
  @media only screen and (min-width: 768px) {
    .button.button--mid {
      font-size: 1.8rem;
      padding: 1.1rem 2rem 1.125rem 2rem; } }

.button.button--small {
  font-size: 1.4rem;
  padding: 0.85rem 1.9rem 0.9rem 1.9rem; }

.button.button--large {
  font-size: 2.2rem;
  padding: 1rem 2.5rem 1.0625rem 2.5rem; }
  @media only screen and (min-width: 768px) {
    .button.button--large {
      padding: 1.2rem 2.8rem 1.2225rem 2.8rem; } }
  @media only screen and (min-width: 1024px) {
    .button.button--large {
      padding: 1.4rem 3.25rem 1.4225rem 3.25rem; } }
  @media only screen and (min-width: 1300px) {
    .button.button--large {
      padding: 1.6rem 4.25rem 1.6225rem 4.25rem; } }

.button.button--ghost {
  background: none;
  border: 2px solid #C29514;
  color: #C29514; }
  .button.button--ghost:hover {
    background: #C29514;
    color: white; }

.button.button--white {
  background: #FFFFFF;
  color: #000000; }
  .button.button--white:hover {
    background: #cccccc; }
  .button.button--white .button--arrow {
    color: #000000; }

.button.button--white.button--ghost {
  background: none;
  border: 2px solid #FFFFFF;
  color: #FFFFFF; }
  .button.button--white.button--ghost .button--arrow {
    color: inherit; }
  .button.button--white.button--ghost:hover {
    background: rgba(255, 255, 255, 0.2); }

.button.button--black {
  background: #000000;
  color: #FFFFFF;
  border-color: #000000; }
  .button.button--black:hover {
    background: #333333; }
  .button.button--black .button--arrow {
    color: inherit; }

.button.button--black.button--ghost {
  background: none;
  border: 2px solid #000000;
  color: #000000; }
  .button.button--black.button--ghost .button--arrow {
    color: inherit; }
  .button.button--black.button--ghost:hover {
    background: rgba(0, 0, 0, 0.2); }

/*******************************************
  FORMS
  assets-src/scss/partials/_forms.scss
*******************************************/
/******************************************************
General form stuff
*******************************************************/
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"],
input[type="file"],
select,
textarea,
.field {
  display: block;
  height: 30px;
  line-height: 25px;
  width: calc(100% - 34px);
  padding: 5px 15px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #3b423f;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  font-family: "proxima-nova", sans-serif;
  background-color: #FFFFFF;
  border: 2px solid #B3B2B3;
  text-align: left;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0; }
  @media only screen and (min-width: 768px) {
    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"],
    input[type="file"],
    select,
    textarea,
    .field {
      font-size: 1.8rem;
      height: 25px;
      line-height: 25px; } }
  @media only screen and (min-width: 1024px) {
    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"],
    input[type="file"],
    select,
    textarea,
    .field {
      height: 31px;
      line-height: 30px; } }
  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,
  input[type="file"]:focus,
  input[type="file"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    border-color: #2A302E;
    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,
  input[type="file"].error,
  input[type="file"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #E7311E;
    border-color: #E7311E;
    background-color: #FFFFFF;
    outline-color: #E7311E; }
  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,
  input[type="file"].success,
  input[type="file"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: green;
    border-color: green;
    background-color: #FFFFFF;
    outline-color: green; }
  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,
  input[type="file"][disabled],
  input[type="file"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: gray;
    opacity: 0.6; }

textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
  /* Chrom/Opera/Safari */
  color: transparent; }

textarea:focus::-moz-placeholder, input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent; }

textarea:focus:-moz-placeholder, input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

input[type="file"] {
  opacity: 0; }

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

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 5px 15px;
  resize: none; }

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;
  height: 30px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    select {
      height: 30px; } }
  @media only screen and (min-width: 1024px) {
    select {
      height: 35px; } }

.gfield_error input {
  border-color: #e7a21e;
  background-color: #FFFFFF;
  outline-color: #e7a21e; }

/******************************************************
CF 7 Overrides
*******************************************************/
.wpcf7 .wpcf7-form {
  overflow: hidden; }

.wpcf7 .wpcf7-form, .wpcf7 input, .wpcf7 select {
  transition: 0.2s ease-in-out; }

.wpcf7-not-valid {
  border-color: #E7311E !important; }

.wpcf7-not-valid-tip {
  color: #E7311E !important;
  font-size: 12px !important; }

.wpcf7-validation-errors {
  display: none !important; }

.wpcf7-form.sent p {
  display: none;
  height: 0; }

footer .wpcf7-mail-sent-ok {
  border: 1px solid #FFFFFF !important; }

/*div.wpcf7 .screen-reader-response {
	color: white;
    padding: 10px;
    overflow: visible;
    clip: auto;
    height: auto;
    display: inline-block;
    width: auto;
    border: 1px solid white;
}*/
/*******************************************
  HEADER
  assets-src/scss/partials/_header.scss

  NOTE:  There are a couple header style options provided on the Header Settings page. These 
  items are added to a stand alone custom css page that is created by WP. The code for these 
  additions is handled in the 'includes/setup/plugin-setup/advanced-custom-fields.php' file.
*******************************************/
header {
  background: #FFFFFF;
  height: 55px;
  position: relative;
  z-index: 1000;
  width: 100%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  /* This is the return to Royal Senior Care Button on the side */ }
  @media only screen and (min-width: 768px) {
    header {
      height: 70px; } }
  @media only screen and (min-width: 1024px) {
    header {
      height: 80px; } }
  header .inner {
    height: 100%;
    margin: auto; }
    @media only screen and (min-width: 1024px) {
      header .inner {
        width: calc(100% - 90px);
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    header .inner .header__logo {
      padding-top: calc(55px * .2);
      padding-bottom: calc(55px * .2);
      height: calc(55px * .6);
      text-align: center;
      transition: 0.2s ease-in-out; }
      @media only screen and (min-width: 768px) {
        header .inner .header__logo {
          padding-top: calc(70px * .2);
          padding-bottom: calc(70px * .2);
          height: calc(70px * .6); } }
      @media only screen and (min-width: 1024px) {
        header .inner .header__logo {
          padding: 0;
          padding-left: 20px;
          height: auto; } }
      header .inner .header__logo a {
        display: block;
        height: 100%;
        line-height: 1; }
        header .inner .header__logo a img {
          height: 100%;
          width: auto; }
          @media only screen and (min-width: 1024px) {
            header .inner .header__logo a img {
              height: 50px;
              width: auto; } }
    header .inner .header__menu {
      position: absolute;
      top: 0;
      left: calc(-100vw + 55px);
      width: calc(100vw - 55px);
      transition: 0.45s ease-in-out;
      height: 100vh; }
      @media only screen and (min-width: 450px) {
        header .inner .header__menu {
          left: -350px;
          width: 350px; } }
      @media only screen and (min-width: 1024px) {
        header .inner .header__menu {
          position: relative;
          width: auto;
          max-width: none;
          top: auto;
          left: auto;
          height: 100%; } }
      header .inner .header__menu .menu--inner {
        background: #2D2D2D;
        padding: 25px 0 30px 30px;
        height: calc(100vh - 60px);
        overflow: auto;
        overflow-x: hidden; }
        @media only screen and (min-width: 1024px) {
          header .inner .header__menu .menu--inner {
            background: none;
            width: auto;
            max-width: none;
            padding: 0;
            height: auto;
            overflow: visible; } }
        header .inner .header__menu .menu--inner .menu--logo {
          padding-bottom: 25px;
          border-bottom: 1px solid #000000; }
          @media only screen and (min-width: 1024px) {
            header .inner .header__menu .menu--inner .menu--logo {
              display: none; } }
          header .inner .header__menu .menu--inner .menu--logo img {
            width: calc(100% - 40px);
            height: auto;
            max-height: 55px;
            max-width: 85%;
            width: auto; }
        header .inner .header__menu .menu--inner .menu--footer {
          font-size: 1rem;
          color: white;
          padding: 50px 0 20px 25px; }
          @media only screen and (min-width: 768px) {
            header .inner .header__menu .menu--inner .menu--footer {
              position: absolute;
              bottom: 75px; } }
          @media only screen and (min-width: 1024px) {
            header .inner .header__menu .menu--inner .menu--footer {
              display: none; } }
          header .inner .header__menu .menu--inner .menu--footer .top--txt a {
            color: #FFFFFF; }
          header .inner .header__menu .menu--inner .menu--footer .social {
            padding: 20px 0 0 0; }
            header .inner .header__menu .menu--inner .menu--footer .social a span {
              font-size: 1.5rem !important; }
      header .inner .header__menu #header__mobile-menu {
        width: 55px;
        height: 55px;
        background: url("../images/hamburger.svg") no-repeat center;
        background-size: 40%;
        z-index: 700;
        position: absolute;
        right: -55px;
        top: 0;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          header .inner .header__menu #header__mobile-menu {
            width: 70px;
            height: 70px;
            right: -70px; } }
        @media only screen and (min-width: 1024px) {
          header .inner .header__menu #header__mobile-menu {
            display: none; } }
      header .inner .header__menu .menu {
        list-style: none;
        margin: 0;
        padding: 0;
        /* add arrow next to menu items with sub menus in mobile */
        /* indicator for active top level menu item */ }
        @media only screen and (min-width: 1024px) {
          header .inner .header__menu .menu {
            padding: 0 20px 0 0; } }
        header .inner .header__menu .menu li {
          position: relative;
          cursor: pointer; }
        header .inner .header__menu .menu > li {
          display: block;
          border-bottom: 1px solid black; }
          @media only screen and (min-width: 1024px) {
            header .inner .header__menu .menu > li {
              border: none;
              display: inline-block; } }
          @media only screen and (min-width: 1024px) {
            header .inner .header__menu .menu > li:before {
              content: "";
              width: calc(100% - (2 * 12px));
              height: 2px;
              background: rgba(0, 0, 0, 0.7);
              position: absolute;
              top: 36%;
              left: 12px;
              transition: 0.2s ease-in-out;
              opacity: 0; } }
          @media only screen and (min-width: 1200px) {
            header .inner .header__menu .menu > li:before {
              left: 20px;
              width: calc(100% - (2 * 20px)); } }
          header .inner .header__menu .menu > li a {
            color: #FFFFFF;
            font-weight: 400;
            white-space: nowrap;
            text-decoration: none;
            display: block;
            padding: 12px 25px;
            transition: 0.2s ease-in-out;
            font-size: 15px; }
            @media only screen and (min-width: 1024px) {
              header .inner .header__menu .menu > li a {
                color: #000000;
                text-transform: uppercase;
                font-size: 16px;
                padding: 32px 12px;
                /* 33px */
                line-height: 1; } }
            @media only screen and (min-width: 1200px) {
              header .inner .header__menu .menu > li a {
                font-size: 18px;
                padding: 31px 20px; } }
          header .inner .header__menu .menu > li:hover:before {
            opacity: 1;
            top: 32%;
            height: 2px; }
          header .inner .header__menu .menu > li:hover ul.sub-menu {
            visibility: visible;
            opacity: 1;
            top: 97%; }
        header .inner .header__menu .menu > li.menu-item-has-children:after {
          content: "";
          background: #FFFFFF;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          position: absolute;
          top: 18px;
          right: 8%;
          transition: 0.2s ease-in-out;
          transform: rotate(-90deg);
          opacity: 0.2; }
          @media only screen and (min-width: 1024px) {
            header .inner .header__menu .menu > li.menu-item-has-children:after {
              display: none; } }
        header .inner .header__menu .menu li.sub-menu--active:after {
          transform: rotate(0deg); }
        header .inner .header__menu .menu > .current-menu-item:before, header .inner .header__menu .menu .current-menu-parent:before {
          opacity: 1 !important;
          top: 32% !important;
          height: 2px !important;
          background: #EDAF26; }
        header .inner .header__menu .menu > .current-menu-item > a, header .inner .header__menu .menu .current-menu-parent > a {
          color: #EDAF26;
          font-weight: 700; }
          @media only screen and (min-width: 1024px) {
            header .inner .header__menu .menu > .current-menu-item > a, header .inner .header__menu .menu .current-menu-parent > a {
              font-weight: 400; } }
        header .inner .header__menu .menu .sub-menu {
          padding-left: 10px;
          margin-bottom: 5px;
          display: none; }
          @media only screen and (min-width: 1024px) {
            header .inner .header__menu .menu .sub-menu {
              display: block;
              background: white;
              position: absolute;
              width: auto;
              top: 90%;
              transition: 0.2s ease-in-out;
              visibility: hidden;
              opacity: 0;
              padding: 0;
              box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); } }
          header .inner .header__menu .menu .sub-menu li {
            display: block;
            width: auto;
            max-width: none; }
            header .inner .header__menu .menu .sub-menu li a {
              white-space: normal;
              color: #FFFFFF;
              font-size: 14px;
              text-transform: none;
              padding: 10px 27px;
              display: block; }
              @media only screen and (min-width: 1024px) {
                header .inner .header__menu .menu .sub-menu li a {
                  white-space: nowrap;
                  color: #000000; }
                  header .inner .header__menu .menu .sub-menu li a:hover {
                    color: blue; } }
  header .header__rsc {
    display: none; }
    @media only screen and (min-width: 768px) {
      header .header__rsc {
        display: block;
        background: #482986;
        width: 90px;
        height: 100%;
        text-align: center;
        transition: 0.2s ease-in-out;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0; } }
    header .header__rsc .rsc--img {
      width: 90px;
      height: 100%;
      position: relative; }
      header .header__rsc .rsc--img img {
        width: 56%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    header .header__rsc .rsc--txt {
      position: absolute;
      left: 90px;
      color: #FFFFFF;
      top: 50%;
      font-size: 18px;
      width: 120px;
      line-height: 1;
      transform: translateY(-50%); }
      header .header__rsc .rsc--txt a {
        color: #FFFFFF; }
        header .header__rsc .rsc--txt a:hover {
          text-decoration: none; }
    header .header__rsc:hover {
      width: 250px; }
  header.style-main .inner {
    width: 100%; }
  header.style-main .header__rsc, header.style-main .header__rsc-mobile {
    display: none !important; }

.header__rsc-mobile a {
  color: #FFFFFF;
  font-weight: 400;
  padding: 12px 0 12px 25px;
  border-bottom: 1px solid #000000;
  display: block;
  font-size: 15px; }
  .header__rsc-mobile a:hover, .header__rsc-mobile a:active {
    text-decoration: none; }

@media only screen and (min-width: 768px) {
  .header__rsc-mobile {
    display: none; } }

/* Base style for content overlay white out */
#white-out {
  width: 0%;
  height: 0%;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 900;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  top: 0; }
  @media only screen and (min-width: 1024px) {
    #white-out {
      display: none; } }

/* applied to show mobile menu */
.menu--show .header__logo {
  opacity: 0.2; }

.menu--show .header__menu {
  left: 0 !important; }

.menu--show #white-out {
  width: 100%;
  height: 100%;
  opacity: 1; }

/*******************************************
  FOOTER
  assets-src/scss/partials/_footer.scss
*******************************************/
footer .inner {
  width: 100%;
  /*  Footer bottom bar, this is the same for each of the two footer styles */ }
  footer .inner .footer__top {
    background: #333333; }
    footer .inner .footer__top .top--inner {
      width: 90%;
      max-width: 1200px;
      margin: auto;
      color: #FFFFFF; }
      footer .inner .footer__top .top--inner .col--title {
        text-transform: uppercase;
        font-weight: 700; }
      footer .inner .footer__top .top--inner .top--txt a {
        color: #FFFFFF;
        font-weight: 400; }
  footer .inner.style-main .top--inner {
    text-align: center;
    font-size: 14px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: top;
    /*.col--title {
					padding: 25px 0 10px 0;

					@include mq('tablet') { padding: 40px 0 20px 0; }
					@include mq('desktop') { padding: 40px 0 20px 0; }
				}

				.top--txt {
					padding-bottom: 15px;
					
					@include mq('tablet') { padding-bottom: 25px; }
					@include mq('desktop') { padding-bottom: 30px; }
				}

				.top--social {
					width: 100%;
					padding-bottom: 20px;

					@include mq('tablet') { padding-bottom: 35px; }
					@include mq('desktop') { padding-bottom: 45px; }
				}*/ }
    @media only screen and (min-width: 768px) {
      footer .inner.style-main .top--inner {
        text-align: left;
        flex-wrap: nowrap;
        padding-bottom: 50px; } }
    @media only screen and (min-width: 1024px) {
      footer .inner.style-main .top--inner {
        font-size: 16px; } }
    @media only screen and (min-width: 1300px) {
      footer .inner.style-main .top--inner {
        font-size: 16px; } }
    footer .inner.style-main .top--inner .col--title {
      padding: 40px 0 15px 0; }
      @media only screen and (min-width: 768px) {
        footer .inner.style-main .top--inner .col--title {
          padding: 50px 0 15px 0; } }
      @media only screen and (min-width: 1024px) {
        footer .inner.style-main .top--inner .col--title {
          padding: 60px 0 15px 0; } }
    footer .inner.style-main .top--inner .inner--contact {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        footer .inner.style-main .top--inner .inner--contact {
          width: auto;
          max-width: 40%; } }
      footer .inner.style-main .top--inner .inner--contact .top--social {
        padding-top: 25px; }
    footer .inner.style-main .top--inner .inner--events {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        footer .inner.style-main .top--inner .inner--events {
          width: auto;
          max-width: 40%;
          text-align: right; } }
      footer .inner.style-main .top--inner .inner--events ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        footer .inner.style-main .top--inner .inner--events ul li {
          padding: 10px 0; }
          footer .inner.style-main .top--inner .inner--events ul li:first-of-type {
            padding-top: 0; }
          footer .inner.style-main .top--inner .inner--events ul li:last-of-type {
            padding-bottom: 0; }
          footer .inner.style-main .top--inner .inner--events ul li .event--title {
            padding-bottom: 3px; }
          footer .inner.style-main .top--inner .inner--events ul li .event--date {
            font-style: italic; }
          footer .inner.style-main .top--inner .inner--events ul li a {
            color: #FFFFFF; }
  footer .inner.style-community .top--inner {
    text-align: center;
    font-size: 11px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: top; }
    @media only screen and (min-width: 600px) {
      footer .inner.style-community .top--inner {
        font-size: 12px; } }
    @media only screen and (min-width: 768px) {
      footer .inner.style-community .top--inner {
        text-align: left;
        font-size: 14px;
        flex-wrap: nowrap;
        padding-bottom: 50px; } }
    @media only screen and (min-width: 1024px) {
      footer .inner.style-community .top--inner {
        font-size: 14px; } }
    @media only screen and (min-width: 1300px) {
      footer .inner.style-community .top--inner {
        font-size: 16px; } }
    footer .inner.style-community .top--inner .col--title {
      padding: 40px 0 15px 0; }
      @media only screen and (min-width: 768px) {
        footer .inner.style-community .top--inner .col--title {
          padding: 50px 0 15px 0; } }
      @media only screen and (min-width: 1024px) {
        footer .inner.style-community .top--inner .col--title {
          padding: 60px 0 15px 0; } }
    footer .inner.style-community .top--inner .inner--contact {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        footer .inner.style-community .top--inner .inner--contact {
          width: auto;
          max-width: 40%; } }
      @media only screen and (min-width: 1024px) {
        footer .inner.style-community .top--inner .inner--contact {
          max-width: 25%; } }
      @media only screen and (min-width: 1300px) {
        footer .inner.style-community .top--inner .inner--contact {
          max-width: 30%; } }
      footer .inner.style-community .top--inner .inner--contact .top--social {
        padding-top: 25px; }
    footer .inner.style-community .top--inner .inner--events {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        footer .inner.style-community .top--inner .inner--events {
          width: auto;
          max-width: 40%; } }
      @media only screen and (min-width: 1024px) {
        footer .inner.style-community .top--inner .inner--events {
          max-width: 25%; } }
      @media only screen and (min-width: 1300px) {
        footer .inner.style-community .top--inner .inner--events {
          max-width: 30%; } }
      footer .inner.style-community .top--inner .inner--events ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        footer .inner.style-community .top--inner .inner--events ul li {
          padding: 10px 0; }
          footer .inner.style-community .top--inner .inner--events ul li:first-of-type {
            padding-top: 0; }
          footer .inner.style-community .top--inner .inner--events ul li:last-of-type {
            padding-bottom: 0; }
          footer .inner.style-community .top--inner .inner--events ul li .event--title {
            padding-bottom: 3px; }
          footer .inner.style-community .top--inner .inner--events ul li .event--date {
            font-style: italic; }
          footer .inner.style-community .top--inner .inner--events ul li a {
            color: #FFFFFF; }
    footer .inner.style-community .top--inner .inner--form {
      width: 25%;
      display: none; }
      @media only screen and (min-width: 1024px) {
        footer .inner.style-community .top--inner .inner--form {
          display: block; } }
      @media only screen and (min-width: 1300px) {
        footer .inner.style-community .top--inner .inner--form {
          width: 30%; } }
      footer .inner.style-community .top--inner .inner--form form p {
        margin-bottom: 8px; }
      footer .inner.style-community .top--inner .inner--form form input {
        height: 25px; }
      footer .inner.style-community .top--inner .inner--form form input, footer .inner.style-community .top--inner .inner--form form textarea {
        background: none;
        border-color: white;
        color: white;
        margin-bottom: 0px;
        padding: 3px 8px;
        font-size: 1.6rem; }
      footer .inner.style-community .top--inner .inner--form form button {
        margin-top: 10px; }
  footer .inner .footer__bottom {
    background: #FFFFFF; }
    footer .inner .footer__bottom .bottom--inner {
      max-width: 1200px;
      margin: auto;
      font-size: 10px;
      text-align: center;
      padding: 15px 0; }
      @media only screen and (min-width: 600px) {
        footer .inner .footer__bottom .bottom--inner {
          font-size: 12px; } }
      @media only screen and (min-width: 768px) {
        footer .inner .footer__bottom .bottom--inner {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-flow: row-reverse;
          height: 75px;
          font-size: 16px;
          padding: 0; } }
      @media only screen and (min-width: 1024px) {
        footer .inner .footer__bottom .bottom--inner {
          font-size: 17px; } }
      footer .inner .footer__bottom .bottom--inner .bottom--links {
        margin-bottom: 5px; }
        footer .inner .footer__bottom .bottom--inner .bottom--links a {
          font-weight: 400;
          color: #000000; }

/*********************
IMPORTING VIEWS
project specific and contain view or page specific styles 
except for _base which is global stuff
*********************/
/*******************************************
  BASE
  assets-src/scss/views/_base.scss
*******************************************/
body, html {
  overflow-x: hidden;
  padding: 0;
  margin: 0; }

#container {
  padding-top: 55px;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    #container {
      padding-top: 70px; } }
  @media only screen and (min-width: 1024px) {
    #container {
      padding-top: 80px; } }

.content {
  padding-top: 55px; }
  @media only screen and (min-width: 768px) {
    .content {
      padding-top: 70px; } }
  @media only screen and (min-width: 1024px) {
    .content {
      padding-top: 80px; } }

.pipe-spacer {
  margin: 0 4px; }
  @media only screen and (min-width: 768px) {
    .pipe-spacer {
      margin: 0 8px; } }

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

/* classes for imagefill JS snippet */
.imgfill {
  overflow: hidden; }

.imgfill img.imgfill--x {
  height: auto;
  width: 101%; }

.imgfill img.imgfill--y {
  height: 101%;
  width: auto; }

#cover {
  position: absolute;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background: white; }

.mb50 {
  margin-bottom: 50px; }

.block-a {
  display: block;
  width: 100%;
  height: 100%; }

img.vertical_top,
img.vertical_center,
img.vertical_bottom,
img.horizontal_left,
img.horizontal_center,
img.horizontal_right {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000; }
  img.vertical_top.vertical_top.horizontal_left,
  img.vertical_center.vertical_top.horizontal_left,
  img.vertical_bottom.vertical_top.horizontal_left,
  img.horizontal_left.vertical_top.horizontal_left,
  img.horizontal_center.vertical_top.horizontal_left,
  img.horizontal_right.vertical_top.horizontal_left {
    top: 0;
    left: 0; }
  img.vertical_top.vertical_top.horizontal_center,
  img.vertical_center.vertical_top.horizontal_center,
  img.vertical_bottom.vertical_top.horizontal_center,
  img.horizontal_left.vertical_top.horizontal_center,
  img.horizontal_center.vertical_top.horizontal_center,
  img.horizontal_right.vertical_top.horizontal_center {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  img.vertical_top.vertical_top.horizontal_right,
  img.vertical_center.vertical_top.horizontal_right,
  img.vertical_bottom.vertical_top.horizontal_right,
  img.horizontal_left.vertical_top.horizontal_right,
  img.horizontal_center.vertical_top.horizontal_right,
  img.horizontal_right.vertical_top.horizontal_right {
    top: 0;
    right: 0; }
  img.vertical_top.vertical_center.horizontal_left,
  img.vertical_center.vertical_center.horizontal_left,
  img.vertical_bottom.vertical_center.horizontal_left,
  img.horizontal_left.vertical_center.horizontal_left,
  img.horizontal_center.vertical_center.horizontal_left,
  img.horizontal_right.vertical_center.horizontal_left {
    top: 50%;
    transform: translateY(-50%); }
  img.vertical_top.vertical_center.horizontal_center,
  img.vertical_center.vertical_center.horizontal_center,
  img.vertical_bottom.vertical_center.horizontal_center,
  img.horizontal_left.vertical_center.horizontal_center,
  img.horizontal_center.vertical_center.horizontal_center,
  img.horizontal_right.vertical_center.horizontal_center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  img.vertical_top.vertical_center.horizontal_right,
  img.vertical_center.vertical_center.horizontal_right,
  img.vertical_bottom.vertical_center.horizontal_right,
  img.horizontal_left.vertical_center.horizontal_right,
  img.horizontal_center.vertical_center.horizontal_right,
  img.horizontal_right.vertical_center.horizontal_right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  img.vertical_top.vertical_bottom.horizontal_left,
  img.vertical_center.vertical_bottom.horizontal_left,
  img.vertical_bottom.vertical_bottom.horizontal_left,
  img.horizontal_left.vertical_bottom.horizontal_left,
  img.horizontal_center.vertical_bottom.horizontal_left,
  img.horizontal_right.vertical_bottom.horizontal_left {
    bottom: 0; }
  img.vertical_top.vertical_bottom.horizontal_center,
  img.vertical_center.vertical_bottom.horizontal_center,
  img.vertical_bottom.vertical_bottom.horizontal_center,
  img.horizontal_left.vertical_bottom.horizontal_center,
  img.horizontal_center.vertical_bottom.horizontal_center,
  img.horizontal_right.vertical_bottom.horizontal_center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  img.vertical_top.vertical_bottom.horizontal_right,
  img.vertical_center.vertical_bottom.horizontal_right,
  img.vertical_bottom.vertical_bottom.horizontal_right,
  img.horizontal_left.vertical_bottom.horizontal_right,
  img.horizontal_center.vertical_bottom.horizontal_right,
  img.horizontal_right.vertical_bottom.horizontal_right {
    bottom: 0;
    right: 0; }

/* Google Maps Easy Overrides */
.gmp_map_opts, .gmpMapDetailsContainer, .gmp_MapPreview {
  height: 100% !important; }

.gmp_map_opts {
  position: absolute;
  width: 100%; }

.social ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social ul li {
    display: inline-block; }
    .social ul li a {
      padding: 8px;
      font-size: 12px;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .social ul li a {
          padding: 10px;
          font-size: 20px; } }
      @media only screen and (min-width: 1024px) {
        .social ul li a {
          padding: 12px;
          font-size: 24px; } }
      @media only screen and (min-width: 1300px) {
        .social ul li a {
          font-size: 28px; } }
      .social ul li a:hover {
        text-decoration: none;
        opacity: 0.8; }
    .social ul li:first-of-type a {
      padding-left: 0; }
    .social ul li:last-of-type a {
      padding-right: 0; }

.sng__default {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .sng__default {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .sng__default {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .sng__default {
      padding: 75px 0; } }
  .sng__default.collapse-top-padding {
    padding-top: 0; }
  .sng__default .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */ }
    .sng__default .inner.inner_full_width {
      max-width: none; }
    .sng__default .inner .default--content {
      margin-top: 50px; }
      .sng__default .inner .default--content .default--image {
        margin-bottom: 25px; }
        .sng__default .inner .default--content .default--image img {
          width: 100%;
          height: auto; }

.sng__teammbr {
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .sng__teammbr {
      padding: 40px 0; } }
  @media only screen and (min-width: 1024px) {
    .sng__teammbr {
      padding: 50px 0; } }
  @media only screen and (min-width: 1300px) {
    .sng__teammbr {
      padding: 60px 0; } }
  .sng__teammbr .inner {
    margin: auto;
    display: flex;
    flex-wrap: wrap; }
    .sng__teammbr .inner.inner_content_width {
      max-width: 1200px; }
    .sng__teammbr .inner .tm_img {
      width: 100%;
      height: 290px;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .sng__teammbr .inner .tm_img {
          width: 30%;
          margin-left: 3%;
          height: 320px; } }
      @media only screen and (min-width: 1024px) {
        .sng__teammbr .inner .tm_img {
          height: 380px; } }
      @media only screen and (min-width: 1300px) {
        .sng__teammbr .inner .tm_img {
          width: 33%;
          margin-left: 0; } }
      .sng__teammbr .inner .tm_img img {
        z-index: 350;
        transition: 0.25s ease-out; }
      .sng__teammbr .inner .tm_img .tm_img--bar {
        content: "";
        width: 100%;
        background: #333333;
        position: absolute;
        top: 0;
        z-index: 400;
        height: 7px; }
    .sng__teammbr .inner .tm_txt {
      margin: 20px auto 0 auto; }
      @media only screen and (min-width: 768px) {
        .sng__teammbr .inner .tm_txt {
          margin-top: 0;
          width: 66%; } }
      .sng__teammbr .inner .tm_txt .tm_txt--inner {
        width: 90%;
        margin: auto; }
        .sng__teammbr .inner .tm_txt .tm_txt--inner .tm_txt--header {
          margin-bottom: 2.5rem;
          position: relative; }
          .sng__teammbr .inner .tm_txt .tm_txt--inner .tm_txt--header .bar {
            position: absolute;
            width: 3px;
            top: 2px;
            bottom: 0px;
            margin-left: -1rem;
            background-color: #404E4E; }
            @media only screen and (min-width: 768px) {
              .sng__teammbr .inner .tm_txt .tm_txt--inner .tm_txt--header .bar {
                margin-left: -15px; } }
          .sng__teammbr .inner .tm_txt .tm_txt--inner .tm_txt--header h3 {
            line-height: 1;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 0.5rem; }
          .sng__teammbr .inner .tm_txt .tm_txt--inner .tm_txt--header h5 {
            line-height: 1;
            margin-bottom: 0.5rem; }
            .sng__teammbr .inner .tm_txt .tm_txt--inner .tm_txt--header h5.light-weight {
              font-style: italic; }
        .sng__teammbr .inner .tm_txt .tm_txt--inner .button {
          margin: 30px 0; }

/*********************
IMPORTING VENDOR STYLES
Pulls in any third party styles
*********************/
/*******************************************
  SLICK SLIDER
  src/scss/vendor/_slick.scss
*******************************************/
/* Slick Slider 1.6.0 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/*********************
IMPORTING BLOCKS
Blocks are reusable 'legos' that are used for flexible page build using ACF.
These must be imported last so they override any site wide styling
*********************/
.blk__ictat {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .blk__ictat {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__ictat {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__ictat {
      padding: 75px 0; } }
  .blk__ictat.collapse-top-padding {
    padding-top: 0; }
  .blk__ictat .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */
    display: flex;
    flex-wrap: wrap; }
    .blk__ictat .inner.inner_full_width {
      max-width: none; }
    .blk__ictat .inner .tile {
      background: none;
      width: 100%;
      text-align: center;
      margin-bottom: 35px; }
      @media only screen and (min-width: 768px) {
        .blk__ictat .inner .tile {
          width: 45%;
          margin-right: 10%;
          margin-bottom: 50px; }
          .blk__ictat .inner .tile:nth-child(even) {
            margin-right: 0; } }
      @media only screen and (min-width: 1024px) {
        .blk__ictat .inner .tile {
          margin-bottom: 75px; }
          .blk__ictat .inner .tile:nth-last-child(1):first-child,
          .blk__ictat .inner .tile:nth-last-child(1):first-child ~ * {
            width: 45%;
            margin-right: 10%; }
            .blk__ictat .inner .tile:nth-last-child(1):first-child:nth-child(even),
            .blk__ictat .inner .tile:nth-last-child(1):first-child ~ *:nth-child(even) {
              margin-right: 0; }
          .blk__ictat .inner .tile:nth-last-child(2):first-child,
          .blk__ictat .inner .tile:nth-last-child(2):first-child ~ * {
            width: 45%;
            margin-right: 10%; }
            .blk__ictat .inner .tile:nth-last-child(2):first-child:nth-child(even),
            .blk__ictat .inner .tile:nth-last-child(2):first-child ~ *:nth-child(even) {
              margin-right: 0; }
          .blk__ictat .inner .tile:nth-last-child(3):first-child,
          .blk__ictat .inner .tile:nth-last-child(3):first-child ~ * {
            width: 30%;
            margin-right: 5%; }
            .blk__ictat .inner .tile:nth-last-child(3):first-child:nth-child(3n+3),
            .blk__ictat .inner .tile:nth-last-child(3):first-child ~ *:nth-child(3n+3) {
              margin-right: 0; }
          .blk__ictat .inner .tile:nth-last-child(4):first-child,
          .blk__ictat .inner .tile:nth-last-child(4):first-child ~ * {
            width: 45%;
            margin-right: 10%; }
            .blk__ictat .inner .tile:nth-last-child(4):first-child:nth-child(even),
            .blk__ictat .inner .tile:nth-last-child(4):first-child ~ *:nth-child(even) {
              margin-right: 0; }
          .blk__ictat .inner .tile:nth-last-child(n + 5):first-child,
          .blk__ictat .inner .tile:nth-last-child(n + 5):first-child ~ * {
            width: 30%;
            margin-right: 5%; }
            .blk__ictat .inner .tile:nth-last-child(n + 5):first-child:nth-child(3n+3),
            .blk__ictat .inner .tile:nth-last-child(n + 5):first-child ~ *:nth-child(3n+3) {
              margin-right: 0; } }
      .blk__ictat .inner .tile .tile--img {
        width: 100%;
        margin: auto;
        height: 200px;
        margin-bottom: 15px;
        position: relative; }
        @media only screen and (min-width: 768px) {
          .blk__ictat .inner .tile .tile--img {
            height: 250px;
            margin-bottom: 25px; } }
        @media only screen and (min-width: 1024px) {
          .blk__ictat .inner .tile .tile--img {
            height: 300px; } }
        @media only screen and (min-width: 1300px) {
          .blk__ictat .inner .tile .tile--img {
            height: 350px; } }
      .blk__ictat .inner .tile h3 {
        line-height: 1;
        margin-bottom: 0; }

.blk__blog {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .blk__blog {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__blog {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__blog {
      padding: 75px 0; } }
  .blk__blog.collapse-top-padding {
    padding-top: 0; }
  .blk__blog .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */ }
    .blk__blog .inner.inner_full_width {
      max-width: none; }
    .blk__blog .inner .blog--tiles {
      margin-top: 45px; }
      @media only screen and (min-width: 768px) {
        .blk__blog .inner .blog--tiles {
          display: flex;
          flex-wrap: wrap; } }
      .blk__blog .inner .blog--tiles .blog--post {
        position: relative;
        margin-bottom: 20px;
        width: 100%;
        background: #efefef;
        text-align: center;
        padding: 30px 0;
        min-height: 180px;
        transition: 1s ease;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (min-width: 768px) {
          .blk__blog .inner .blog--tiles .blog--post {
            width: 48%;
            margin-right: 4%;
            margin-bottom: 30px; } }
        @media only screen and (min-width: 1024px) {
          .blk__blog .inner .blog--tiles .blog--post {
            margin-bottom: 50px; } }
        .blk__blog .inner .blog--tiles .blog--post:hover {
          background: #e2e2e2; }
          @media only screen and (min-width: 768px) {
            .blk__blog .inner .blog--tiles .blog--post:hover h3 {
              margin-bottom: 10px;
              padding-bottom: 5px; } }
          .blk__blog .inner .blog--tiles .blog--post:hover .post--bg img {
            opacity: 0.8; }
        .blk__blog .inner .blog--tiles .blog--post:nth-child(even) {
          margin-right: 0; }
        .blk__blog .inner .blog--tiles .blog--post.post--hidden {
          display: none; }
        .blk__blog .inner .blog--tiles .blog--post .post--inner {
          position: relative;
          z-index: 500;
          width: 100%; }
          .blk__blog .inner .blog--tiles .blog--post .post--inner h3 {
            display: inline-block;
            max-width: 85%;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            transition: 0.1s ease; }
        .blk__blog .inner .blog--tiles .blog--post .post--bg {
          position: absolute;
          z-index: 400;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
          .blk__blog .inner .blog--tiles .blog--post .post--bg img {
            transition: 1s; }
        .blk__blog .inner .blog--tiles .blog--post .post--anchor {
          position: absolute;
          z-index: 600;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
    .blk__blog .inner .blog--more {
      margin-top: 20px;
      text-align: center; }

.blk__tstm {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */
  /*.circular--landscape {
	  display: inline-block;
	  position: relative;
	  width: 200px;
	  height: 200px;
	  overflow: hidden;
	  border-radius: 50%;
	}

	.circular--landscape img {
	  width: auto;
	  height: 100%;
	  margin-left: -50px;
	}*/ }
  @media only screen and (min-width: 768px) {
    .blk__tstm {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__tstm {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__tstm {
      padding: 75px 0; } }
  .blk__tstm.collapse-top-padding {
    padding-top: 0; }
  .blk__tstm .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */ }
    .blk__tstm .inner.inner_full_width {
      max-width: none; }
    @media only screen and (min-width: 768px) {
      .blk__tstm .inner .blk__tstm--featured {
        display: flex; } }
    @media only screen and (min-width: 768px) {
      .blk__tstm .inner .blk__tstm--featured .col_left {
        width: 65%; } }
    .blk__tstm .inner .blk__tstm--featured .col_left h3 {
      line-height: 1.1; }
    .blk__tstm .inner .blk__tstm--featured .col_left .cite {
      margin-top: 3rem;
      display: none; }
      @media only screen and (min-width: 1024px) {
        .blk__tstm .inner .blk__tstm--featured .col_left .cite {
          display: block; } }
      .blk__tstm .inner .blk__tstm--featured .col_left .cite h5, .blk__tstm .inner .blk__tstm--featured .col_left .cite span {
        display: inline-block; }
    .blk__tstm .inner .blk__tstm--featured .col_right {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: 3rem; }
      @media only screen and (min-width: 768px) {
        .blk__tstm .inner .blk__tstm--featured .col_right {
          display: block;
          width: 30%;
          margin-left: 5%;
          margin-top: 0; } }
      .blk__tstm .inner .blk__tstm--featured .col_right .img_cont {
        width: 25%; }
        @media only screen and (min-width: 768px) {
          .blk__tstm .inner .blk__tstm--featured .col_right .img_cont {
            width: 100%; } }
      .blk__tstm .inner .blk__tstm--featured .col_right .no_img {
        width: 1px;
        height: 0;
        padding-bottom: 25%; }
      .blk__tstm .inner .blk__tstm--featured .col_right .cite {
        margin-left: 5%;
        width: 70%;
        line-height: 1;
        margin-top: -5px; }
        @media only screen and (min-width: 768px) {
          .blk__tstm .inner .blk__tstm--featured .col_right .cite {
            width: 100%;
            margin-top: 2rem; } }
        @media only screen and (min-width: 1024px) {
          .blk__tstm .inner .blk__tstm--featured .col_right .cite {
            display: none; } }
        .blk__tstm .inner .blk__tstm--featured .col_right .cite h5 {
          margin: 0; }
    .blk__tstm .inner .rblk__tstm--secondary {
      margin-top: 6rem;
      border-top: 2px solid #F3F4F3; }
      @media only screen and (min-width: 1024px) {
        .blk__tstm .inner .rblk__tstm--secondary {
          display: flex;
          flex-wrap: wrap; } }
      .blk__tstm .inner .rblk__tstm--secondary .col {
        margin-top: 6rem; }
        @media only screen and (min-width: 1024px) {
          .blk__tstm .inner .rblk__tstm--secondary .col {
            width: 30%;
            margin-right: 5%;
            margin-bottom: 50px; }
            .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(1):first-child,
            .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(1):first-child ~ * {
              width: 100%;
              margin-right: 0; }
            .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(2):first-child,
            .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(2):first-child ~ * {
              width: 45%;
              margin-right: 10%; }
              .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(2):first-child:nth-child(even),
              .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(2):first-child ~ *:nth-child(even) {
                margin-right: 0; }
            .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(3):first-child,
            .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(3):first-child ~ * {
              width: 30%; }
              .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(3):first-child:nth-child(3n+3),
              .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(3):first-child ~ *:nth-child(3n+3) {
                margin-right: 0; }
            .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(n + 3):first-child,
            .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(n + 3):first-child ~ * {
              width: 30%; }
              .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(n + 3):first-child:nth-child(3n+3),
              .blk__tstm .inner .rblk__tstm--secondary .col:nth-last-child(n + 3):first-child ~ *:nth-child(3n+3) {
                margin-right: 0; } }
        .blk__tstm .inner .rblk__tstm--secondary .col .row_bottom {
          display: flex;
          align-items: center;
          margin-top: 2rem; }
          @media only screen and (min-width: 768px) {
            .blk__tstm .inner .rblk__tstm--secondary .col .row_bottom {
              width: 40%; } }
          @media only screen and (min-width: 1024px) {
            .blk__tstm .inner .rblk__tstm--secondary .col .row_bottom {
              width: 100%;
              margin-top: 3rem; } }
          .blk__tstm .inner .rblk__tstm--secondary .col .row_bottom .img_cont {
            width: 25%;
            max-width: 100px; }
          .blk__tstm .inner .rblk__tstm--secondary .col .row_bottom .no_img {
            width: 1px;
            height: 0;
            padding-bottom: 25%; }
          .blk__tstm .inner .rblk__tstm--secondary .col .row_bottom .cite {
            margin-left: 5%;
            width: 70%;
            line-height: 1;
            margin-top: -5px; }
            .blk__tstm .inner .rblk__tstm--secondary .col .row_bottom .cite h5 {
              margin: 0; }
    .blk__tstm .inner .cite span {
      font-style: italic; }
  .blk__tstm img {
    border-radius: 50%;
    width: 100%; }

.blk__txtb {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .blk__txtb {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__txtb {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__txtb {
      padding: 75px 0; } }
  .blk__txtb.collapse-top-padding {
    padding-top: 0; }
  .blk__txtb .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */
    width: 85%;
    text-align: center; }
    .blk__txtb .inner.inner_full_width {
      max-width: none; }
    @media only screen and (min-width: 768px) {
      .blk__txtb .inner {
        width: 75%; } }
    @media only screen and (min-width: 1024px) {
      .blk__txtb .inner {
        width: 70%; } }
    .blk__txtb .inner h3 {
      position: relative;
      color: #FFFFFF;
      line-height: 1.1; }
    .blk__txtb .inner .blk__txtb--body {
      margin-top: 1rem; }
    .blk__txtb .inner .button {
      margin-top: 2rem; }
    .blk__txtb .inner.horizontal_left {
      text-align: left; }
    .blk__txtb .inner.horizontal_center {
      text-align: center; }
      .blk__txtb .inner.horizontal_center h3, .blk__txtb .inner.horizontal_center .blk__txtb--body {
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .blk__txtb .inner.horizontal_center h3, .blk__txtb .inner.horizontal_center .blk__txtb--body {
            text-align: center; } }
    .blk__txtb .inner.horizontal_right {
      text-align: right; }

.blk__imgbil {
  /* Standard outer */
  margin: auto;
  /* END standard outer */ }
  .blk__imgbil.collapse-top-padding {
    padding-top: 0; }
  .blk__imgbil .inner {
    /* Standard inner */
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */ }
    .blk__imgbil .inner.inner_full_width {
      max-width: none; }
    @media only screen and (min-width: 768px) {
      .blk__imgbil .inner {
        display: flex; } }
    @media only screen and (min-width: 768px) {
      .blk__imgbil .inner.txt33 .blk__imgbil--img {
        width: 66%; }
      .blk__imgbil .inner.txt33 .blk__imgbil--txt {
        width: 33%; } }
    @media only screen and (min-width: 768px) {
      .blk__imgbil .inner.txt50 .blk__imgbil--img {
        width: 50%; }
      .blk__imgbil .inner.txt50 .blk__imgbil--txt {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .blk__imgbil .inner.txt66 .blk__imgbil--img {
        width: 33%; }
      .blk__imgbil .inner.txt66 .blk__imgbil--txt {
        width: 66%; } }
    @media only screen and (min-width: 768px) {
      .blk__imgbil .inner.image_right {
        flex-direction: row-reverse; } }
    .blk__imgbil .inner .blk__imgbil--img {
      position: relative;
      overflow: hidden;
      height: 250px; }
      @media only screen and (min-width: 768px) {
        .blk__imgbil .inner .blk__imgbil--img {
          height: auto; } }
      .blk__imgbil .inner .blk__imgbil--img img {
        position: absolute;
        backface-visibility: hidden;
        perspective: 1000; }
        .blk__imgbil .inner .blk__imgbil--img img.vertical_top.horizontal_left {
          top: 0;
          left: 0; }
        .blk__imgbil .inner .blk__imgbil--img img.vertical_top.horizontal_center {
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
        .blk__imgbil .inner .blk__imgbil--img img.vertical_top.horizontal_right {
          top: 0;
          right: 0; }
        .blk__imgbil .inner .blk__imgbil--img img.vertical_center.horizontal_left {
          top: 50%;
          transform: translateY(-50%); }
        .blk__imgbil .inner .blk__imgbil--img img.vertical_center.horizontal_center {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .blk__imgbil .inner .blk__imgbil--img img.vertical_center.horizontal_right {
          top: 50%;
          right: 0;
          transform: translateY(-50%); }
        .blk__imgbil .inner .blk__imgbil--img img.vertical_bottom.horizontal_left {
          bottom: 0; }
        .blk__imgbil .inner .blk__imgbil--img img.vertical_bottom.horizontal_center {
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
        .blk__imgbil .inner .blk__imgbil--img img.vertical_bottom.horizontal_right {
          bottom: 0;
          right: 0; }
        .blk__imgbil .inner .blk__imgbil--img img.max_content_row {
          max-width: 1200px;
          margin: auto; }
    .blk__imgbil .inner .blk__imgbil--txt {
      color: #FFFFFF; }
      .blk__imgbil .inner .blk__imgbil--txt .inner_txt {
        padding: 20px; }
        @media only screen and (min-width: 768px) {
          .blk__imgbil .inner .blk__imgbil--txt .inner_txt {
            padding: 25px; } }
        @media only screen and (min-width: 1024px) {
          .blk__imgbil .inner .blk__imgbil--txt .inner_txt {
            padding: 60px; } }
        @media only screen and (min-width: 1300px) {
          .blk__imgbil .inner .blk__imgbil--txt .inner_txt {
            padding: 80px; } }
      .blk__imgbil .inner .blk__imgbil--txt h3 {
        position: relative;
        margin-bottom: 2rem;
        line-height: 1.2; }
      .blk__imgbil .inner .blk__imgbil--txt p:last-of-type {
        margin-bottom: 0; }
      .blk__imgbil .inner .blk__imgbil--txt a:not(.button) {
        color: inherit;
        text-decoration: underline;
        font-style: italic; }
      .blk__imgbil .inner .blk__imgbil--txt .button {
        margin-top: 3rem; }

.blk__hero .inner {
  width: 100%;
  position: relative;
  z-index: 600; }
  .blk__hero .inner.inner_content_width {
    margin: auto;
    max-width: 1200px; }
  .blk__hero .inner.style-main .slide--txt {
    top: 50%; }
    @media only screen and (min-width: 768px) {
      .blk__hero .inner.style-main .slide--txt {
        top: 50%; } }
    .blk__hero .inner.style-main .slide--txt h1 {
      text-transform: uppercase;
      font-weight: 700; }
  .blk__hero .inner.style-community .slide--txt {
    top: 50%; }
    @media only screen and (min-width: 768px) {
      .blk__hero .inner.style-community .slide--txt {
        top: auto;
        bottom: 20%; } }
  .blk__hero .inner.txt-left .slide--txt {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .blk__hero .inner.txt-left .slide--txt {
        text-align: left; } }
  .blk__hero .inner.txt-center .slide--txt {
    text-align: center; }
  .blk__hero .inner.txt-right .slide--txt {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .blk__hero .inner.txt-right .slide--txt {
        text-align: right; } }
  .blk__hero .inner .slider {
    width: 100%;
    overflow: hidden;
    /* avoid slide stack */
    /*  Slick override */ }
    .blk__hero .inner .slider .slider__slide {
      position: relative;
      width: 100vw;
      height: 240px;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .blk__hero .inner .slider .slider__slide {
          height: 500px; } }
      @media only screen and (min-width: 1024px) {
        .blk__hero .inner .slider .slider__slide {
          min-height: 500px;
          height: 80vh;
          max-height: 675px; } }
      @media only screen and (min-width: 1300px) {
        .blk__hero .inner .slider .slider__slide {
          min-height: 600px;
          max-height: 800px; } }
      .blk__hero .inner .slider .slider__slide .slide--img {
        width: 100%;
        position: absolute;
        z-index: 400;
        height: 100%;
        background: #000000; }
        .blk__hero .inner .slider .slider__slide .slide--img img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 200; }
      .blk__hero .inner .slider .slider__slide .slide--txt {
        position: absolute;
        position: relative;
        width: 90%;
        z-index: 600;
        color: #FFFFFF;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media only screen and (min-width: 768px) {
          .blk__hero .inner .slider .slider__slide .slide--txt {
            position: absolute;
            padding: 0;
            width: 85%;
            left: 50%;
            transform: translateX(-50%); } }
        @media only screen and (min-width: 1024px) {
          .blk__hero .inner .slider .slider__slide .slide--txt {
            width: 80%; } }
        .blk__hero .inner .slider .slider__slide .slide--txt .h4 {
          margin-bottom: 0;
          width: 100%; }
          @media only screen and (min-width: 768px) {
            .blk__hero .inner .slider .slider__slide .slide--txt .h4 {
              position: absolute;
              top: -55px; } }
          @media only screen and (min-width: 1024px) {
            .blk__hero .inner .slider .slider__slide .slide--txt .h4 {
              top: -65px; } }
          @media only screen and (min-width: 1300px) {
            .blk__hero .inner .slider .slider__slide .slide--txt .h4 {
              top: -70px; } }
    .blk__hero .inner .slider .slick-frame {
      visibility: hidden; }
    .blk__hero .inner .slider .slick-frame.slick-initialized {
      visibility: visible; }
    .blk__hero .inner .slider .slick-dots {
      display: none !important;
      position: absolute;
      z-index: 900;
      bottom: 50px;
      list-style: none;
      left: 50%;
      transform: translateX(-50%);
      padding-left: 0; }
      @media only screen and (min-width: 768px) {
        .blk__hero .inner .slider .slick-dots {
          display: block !important;
          bottom: 5px; } }
      .blk__hero .inner .slider .slick-dots li {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 12px;
        text-align: center;
        border-radius: 50%;
        transition: 0.45s ease-in-out;
        border: 1px solid transparent;
        transform: rotate(45deg); }
        .blk__hero .inner .slider .slick-dots li.slick-active {
          border-left-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          border-right-color: #FFFFFF; }
        .blk__hero .inner .slider .slick-dots li button {
          color: transparent;
          width: 8px;
          height: 8px;
          background: white;
          border-radius: 50%;
          border: none;
          margin-top: 6px;
          padding: 0;
          outline: none; }

.blk__sir {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 320px; }
  @media only screen and (min-width: 768px) {
    .blk__sir {
      height: 400px; } }
  @media only screen and (min-width: 1024px) {
    .blk__sir {
      height: 450px; } }
  @media only screen and (min-width: 1300px) {
    .blk__sir {
      height: 560px; } }
  .blk__sir .inner {
    position: relative;
    height: 100%;
    margin: auto;
    max-width: 1200px; }
    .blk__sir .inner.inner_full_width {
      max-width: none; }
    .blk__sir .inner img {
      position: absolute;
      backface-visibility: hidden;
      perspective: 1000; }
      .blk__sir .inner img.vertical_top.horizontal_left {
        top: 0;
        left: 0; }
      .blk__sir .inner img.vertical_top.horizontal_center {
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .blk__sir .inner img.vertical_top.horizontal_right {
        top: 0;
        right: 0; }
      .blk__sir .inner img.vertical_center.horizontal_left {
        top: 50%;
        transform: translateY(-50%); }
      .blk__sir .inner img.vertical_center.horizontal_center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .blk__sir .inner img.vertical_center.horizontal_right {
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
      .blk__sir .inner img.vertical_bottom.horizontal_left {
        bottom: 0; }
      .blk__sir .inner img.vertical_bottom.horizontal_center {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
      .blk__sir .inner img.vertical_bottom.horizontal_right {
        bottom: 0;
        right: 0; }

.blk__2cit {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .blk__2cit {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__2cit {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__2cit {
      padding: 75px 0; } }
  .blk__2cit.collapse-top-padding {
    padding-top: 0; }
  .blk__2cit .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */ }
    .blk__2cit .inner.inner_full_width {
      max-width: none; }
    @media only screen and (min-width: 768px) {
      .blk__2cit .inner {
        display: flex; } }
    @media only screen and (min-width: 768px) {
      .blk__2cit .inner.image_right {
        flex-direction: row-reverse; } }
    @media only screen and (min-width: 768px) {
      .blk__2cit .inner.image_right .blk__2cit--txt {
        margin-right: 5%;
        margin-left: 0; } }
    .blk__2cit .inner .blk__2cit--img {
      width: 100%;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .blk__2cit .inner .blk__2cit--img {
          width: 40%; } }
      @media only screen and (min-width: 1024px) {
        .blk__2cit .inner .blk__2cit--img {
          width: 31%; } }
      .blk__2cit .inner .blk__2cit--img img {
        position: relative;
        width: 100%;
        z-index: 350; }
      .blk__2cit .inner .blk__2cit--img .blk__2cit--hlbar {
        content: "";
        width: 100%;
        background: red;
        position: absolute;
        top: 0;
        z-index: 400;
        height: 7px; }
    .blk__2cit .inner .blk__2cit--txt {
      width: 95%;
      margin-top: 2rem; }
      @media only screen and (min-width: 768px) {
        .blk__2cit .inner .blk__2cit--txt {
          width: 55%;
          margin-left: 5%;
          margin-top: 0; } }
      @media only screen and (min-width: 1024px) {
        .blk__2cit .inner .blk__2cit--txt {
          width: 64%; } }
      .blk__2cit .inner .blk__2cit--txt h3 {
        position: relative; }
      .blk__2cit .inner .blk__2cit--txt .blk__tat--body {
        margin-top: 3rem; }

.blk__2cft {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .blk__2cft {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__2cft {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__2cft {
      padding: 75px 0; } }
  .blk__2cft.collapse-top-padding {
    padding-top: 0; }
  .blk__2cft .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */
    /* Contact Form 7 Override */ }
    .blk__2cft .inner.inner_full_width {
      max-width: none; }
    @media only screen and (min-width: 768px) {
      .blk__2cft .inner {
        display: flex; } }
    @media only screen and (min-width: 768px) {
      .blk__2cft .inner.txt33 .blk__form2col--form {
        width: 50%; }
      .blk__2cft .inner.txt33 .blk__form2col--txt {
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .blk__2cft .inner.txt33 .blk__form2col--form {
        width: 66%; }
      .blk__2cft .inner.txt33 .blk__form2col--txt {
        width: 33%; } }
    @media only screen and (min-width: 768px) {
      .blk__2cft .inner.txt50 .blk__form2col--form {
        width: 50%; }
      .blk__2cft .inner.txt50 .blk__form2col--txt {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .blk__2cft .inner.txt66 .blk__form2col--form {
        width: 50%; }
      .blk__2cft .inner.txt66 .blk__form2col--txt {
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .blk__2cft .inner.txt66 .blk__form2col--form {
        width: 33%; }
      .blk__2cft .inner.txt66 .blk__form2col--txt {
        width: 66%; } }
    .blk__2cft .inner.form_left .blk__form2col--txt .inner_txt {
      padding: 20px 0 0 0; }
      @media only screen and (min-width: 768px) {
        .blk__2cft .inner.form_left .blk__form2col--txt .inner_txt {
          padding: 0 0 0 30px; } }
      @media only screen and (min-width: 1024px) {
        .blk__2cft .inner.form_left .blk__form2col--txt .inner_txt {
          padding-left: 40px; } }
      @media only screen and (min-width: 1300px) {
        .blk__2cft .inner.form_left .blk__form2col--txt .inner_txt {
          padding-left: 50px; } }
    @media only screen and (min-width: 768px) {
      .blk__2cft .inner.form_right {
        flex-direction: row-reverse; } }
    .blk__2cft .inner .blk__form2col--form {
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .blk__2cft .inner .blk__form2col--form {
          height: auto; } }
    .blk__2cft .inner div.wpcf7-mail-sent-ok {
      border: 2px solid #398f14;
      padding: 50px;
      margin-top: 0;
      background: #666666;
      color: white;
      border-color: transparent; }

.blk__formrw {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .blk__formrw {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__formrw {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__formrw {
      padding: 75px 0; } }
  .blk__formrw.collapse-top-padding {
    padding-top: 0; }
  .blk__formrw .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */
    /* Contact Form 7 Override */ }
    .blk__formrw .inner.inner_full_width {
      max-width: none; }
    .blk__formrw .inner div.wpcf7-mail-sent-ok {
      border: 2px solid #398f14;
      padding: 50px;
      margin-top: 0;
      background: #666666;
      color: white;
      border-color: transparent; }

.blk__map {
  height: 400px; }
  @media only screen and (min-width: 1024px) {
    .blk__map {
      height: 450px; } }
  .blk__map .inner {
    /* Standard inner */
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */ }
    .blk__map .inner.inner_full_width {
      max-width: none; }
    .blk__map .inner #gmap {
      height: 100%;
      width: 100%; }

.blk__tmgrid {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .blk__tmgrid {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__tmgrid {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__tmgrid {
      padding: 75px 0; } }
  .blk__tmgrid.collapse-top-padding {
    padding-top: 0; }
  .blk__tmgrid .inner {
    display: flex;
    flex-wrap: wrap;
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */ }
    .blk__tmgrid .inner.inner_full_width {
      max-width: none; }
    .blk__tmgrid .inner .blk__tmgrid--tm {
      background: none;
      width: 100%; }
      @media only screen and (min-width: 415px) {
        .blk__tmgrid .inner .blk__tmgrid--tm {
          width: 50%; } }
      @media only screen and (min-width: 768px) {
        .blk__tmgrid .inner .blk__tmgrid--tm {
          width: 50%; } }
      @media only screen and (min-width: 1024px) {
        .blk__tmgrid .inner .blk__tmgrid--tm {
          width: 33.33%; } }
      .blk__tmgrid .inner .blk__tmgrid--tm .tm_inner {
        background: #666666;
        margin: 4px;
        position: relative;
        height: 290px;
        overflow: hidden; }
        @media only screen and (min-width: 768px) {
          .blk__tmgrid .inner .blk__tmgrid--tm .tm_inner {
            height: 340px;
            margin: 6px; } }
        @media only screen and (min-width: 1024px) {
          .blk__tmgrid .inner .blk__tmgrid--tm .tm_inner {
            height: 380px; } }
        .blk__tmgrid .inner .blk__tmgrid--tm .tm_inner .tm_img {
          width: 100%;
          height: 100%;
          position: relative;
          z-index: 500; }
          .blk__tmgrid .inner .blk__tmgrid--tm .tm_inner .tm_img img {
            z-index: 350;
            transition: 0.25s ease-out; }
          .blk__tmgrid .inner .blk__tmgrid--tm .tm_inner .tm_img .tm_img--bar {
            content: "";
            width: 100%;
            background: #333333;
            position: absolute;
            top: 0;
            z-index: 400;
            height: 7px; }
        .blk__tmgrid .inner .blk__tmgrid--tm .tm_inner .tm_txt {
          position: absolute;
          z-index: 600;
          background: rgba(0, 0, 0, 0.5);
          bottom: 0;
          height: 40%;
          width: 100%;
          color: white;
          text-align: center;
          line-height: 1.8;
          transition: 0.2s ease-in-out; }
          .blk__tmgrid .inner .blk__tmgrid--tm .tm_inner .tm_txt .tm_txt--inner {
            width: 95%;
            position: relative;
            z-index: 200;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: 0.3s ease-out; }
          .blk__tmgrid .inner .blk__tmgrid--tm .tm_inner .tm_txt .tm_name {
            text-transform: uppercase;
            font-weight: 600; }
          .blk__tmgrid .inner .blk__tmgrid--tm .tm_inner .tm_txt .txt--bg {
            width: 100%;
            height: 100%;
            opacity: 0.4;
            position: relative;
            z-index: 100; }
    .blk__tmgrid .inner .blk__tmgrid--cta .tm_inner .tm_txt {
      height: calc(100% - 7px);
      background: rgba(0, 0, 0, 0.5); }
      .blk__tmgrid .inner .blk__tmgrid--cta .tm_inner .tm_txt .tm_txt--inner {
        position: absolute;
        width: auto;
        text-align: left; }
        .blk__tmgrid .inner .blk__tmgrid--cta .tm_inner .tm_txt .tm_txt--inner h2 {
          text-transform: uppercase;
          line-height: 1; }

.blk__stxt {
  /*max-width: $max_content_width;
	margin: auto;
	//padding: 25px;
	//width: 90%;

	padding: 30px 20px;

	@include mq('tablet') { padding: 50px 30px; }
	@include mq('desktop') { padding: 60px 80px; }
	@include mq('desktop-wide') { padding: 75px 80px; }*


	/* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .blk__stxt {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__stxt {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__stxt {
      padding: 75px 0; } }
  .blk__stxt.collapse-top-padding {
    padding-top: 0; }
  .blk__stxt .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */ }
    .blk__stxt .inner.inner_full_width {
      max-width: none; }

.blk__sitesgrid .inner {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  background: #F3F3F3;
  margin: auto;
  max-width: 1200px; }
  .blk__sitesgrid .inner.inner_full_width {
    max-width: none; }
  .blk__sitesgrid .inner .blk__sitesgrid--site {
    background: none;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .blk__sitesgrid .inner .blk__sitesgrid--site {
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .blk__sitesgrid .inner .blk__sitesgrid--site {
        width: 33.33%; }
        .blk__sitesgrid .inner .blk__sitesgrid--site.two-column {
          width: 50%; } }
    .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner {
      background: #000000;
      position: relative;
      height: 230px;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner {
          height: 290px; } }
      @media only screen and (min-width: 1024px) {
        .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner {
          height: 320px; } }
      @media only screen and (min-width: 1300px) {
        .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner {
          height: 360px; } }
      .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_img {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 500; }
        .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_img img {
          z-index: 350;
          transition: 0.25s ease-out;
          opacity: 0.6; }
        .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_img .site_img--bar {
          content: "";
          width: 100%;
          background: #333333;
          position: absolute;
          top: 0;
          z-index: 400;
          height: 10px; }
      .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_title {
        position: absolute;
        z-index: 600;
        width: 80%;
        max-height: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        transition: 0.2s ease-in-out; }
        .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_title h4 {
          color: white;
          font-weight: 600; }
        .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_title img {
          width: 70%;
          height: auto;
          max-height: 150px;
          max-width: 300px; }
      .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_btn {
        position: absolute;
        z-index: 675;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: block; }
      .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_hover {
        position: absolute;
        z-index: 650;
        opacity: 0;
        width: 100%;
        height: calc(100% - 10px);
        bottom: 0;
        transition: 0.2s ease-in-out; }
        .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_hover .site_hover--inner {
          position: absolute;
          z-index: 200;
          width: auto;
          text-align: left;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 80%; }
          .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_hover .site_hover--inner h2 {
            color: #FFFFFF;
            text-transform: uppercase;
            line-height: 1;
            transition: 0.45s ease-in-out; }
          .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_hover .site_hover--inner .button {
            margin-top: 30px;
            margin-bottom: 0;
            transition: 0.45s ease-in-out; }
        .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site_hover .hover--bg {
          width: 100%;
          height: 100%;
          opacity: 0.4;
          position: relative;
          z-index: 100; }
      .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site-click {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 800; }
        @media only screen and (min-width: 1024px) {
          .blk__sitesgrid .inner .blk__sitesgrid--site .site_inner .site-click {
            display: none; } }
    .blk__sitesgrid .inner .blk__sitesgrid--site:hover .site_title {
      opacity: 0; }
    .blk__sitesgrid .inner .blk__sitesgrid--site:hover .site_hover {
      opacity: 1; }
      .blk__sitesgrid .inner .blk__sitesgrid--site:hover .site_hover .site_hover--inner .button {
        margin-top: 0; }

.blk__pban {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 225px;
  background: #000000; }
  @media only screen and (min-width: 768px) {
    .blk__pban {
      height: 360px; } }
  @media only screen and (min-width: 1024px) {
    .blk__pban {
      height: 400px; } }
  @media only screen and (min-width: 1300px) {
    .blk__pban {
      height: 450px; } }
  .blk__pban img {
    z-index: 500;
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000; }
    .blk__pban img.vertical_top.horizontal_left {
      top: 0;
      left: 0; }
    .blk__pban img.vertical_top.horizontal_center {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .blk__pban img.vertical_top.horizontal_right {
      top: 0;
      right: 0; }
    .blk__pban img.vertical_center.horizontal_left {
      top: 50%;
      transform: translateY(-50%); }
    .blk__pban img.vertical_center.horizontal_center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .blk__pban img.vertical_center.horizontal_right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    .blk__pban img.vertical_bottom.horizontal_left {
      bottom: 0; }
    .blk__pban img.vertical_bottom.horizontal_center {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .blk__pban img.vertical_bottom.horizontal_right {
      bottom: 0;
      right: 0; }
  .blk__pban--title_bg {
    position: absolute;
    bottom: 0;
    z-index: 550;
    width: 100%; }
    .blk__pban--title_bg h1 {
      position: relative;
      z-index: 200;
      color: white;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .blk__pban--title_bg h1 {
          max-width: 1200px;
          margin: auto; } }
    .blk__pban--title_bg .title_bg--bg {
      width: 100%;
      height: 100%;
      opacity: 0.7;
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0; }
  @media only screen and (min-width: 1024px) {
    .blk__pban--title_bg.blk__pban--title_on_color {
      width: calc(100% - 100px); } }
  .blk__pban--title_bg.blk__pban--title_on_color h1 {
    text-transform: uppercase;
    padding: 25px;
    font-weight: 700; }
    @media only screen and (min-width: 1024px) {
      .blk__pban--title_bg.blk__pban--title_on_color h1 {
        padding: 25px 40px; } }
  .blk__pban--title_bg.blk__pban--title_no_color h1 {
    padding: 25px 25px;
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .blk__pban--title_bg.blk__pban--title_no_color h1 {
        padding: 50px 40px 50px 60px; } }
  .blk__pban--title_bg.blk__pban--title_no_color .title_bg--bg {
    display: none; }
  .blk__pban .blk__pban--gradient {
    height: 75%;
    width: 100%;
    position: absolute;
    z-index: 500;
    top: 25%;
    left: 0;
    /*background-color: #000000;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background-image: -webkit-linear-gradient(top, transparent, black);
    background-image: -moz-linear-gradient(top, transparent, black);
    background-image: -o-linear-gradient(top, transparent, black);
    background-image: -ms-linear-gradient(top, transparent, black);
    background-image: linear-gradient(top, transparent, black);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000'); }

.blk__tat {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .blk__tat {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__tat {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__tat {
      padding: 75px 0; } }
  .blk__tat.collapse-top-padding {
    padding-top: 0; }
  .blk__tat .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */
    width: 90%;
    margin: auto; }
    @media only screen and (min-width: 768px) {
      .blk__tat .inner {
        width: 75%; } }
    @media only screen and (min-width: 1024px) {
      .blk__tat .inner {
        width: 60%; } }
    .blk__tat .inner.inner_full_width {
      max-width: none;
      width: 90%; }
  .blk__tat h3 {
    position: relative;
    line-height: 1; }
    @media only screen and (min-width: 768px) {
      .blk__tat h3 {
        width: 95%; } }
    @media only screen and (min-width: 1024px) {
      .blk__tat h3 {
        width: 95%; } }
    .blk__tat h3 span {
      position: absolute;
      width: 2px;
      top: 6px;
      bottom: 6px;
      margin-left: -10px; }
      @media only screen and (min-width: 768px) {
        .blk__tat h3 span {
          margin-left: -15px; } }
  .blk__tat .blk__tat--body {
    margin-top: 3rem; }
  .blk__tat .button {
    margin-top: 2rem; }
  .blk__tat .inner.align--center {
    text-align: center; }
    .blk__tat .inner.align--center h3 span {
      display: none; }
  .blk__tat .inner.align--right {
    text-align: right; }
    @media only screen and (min-width: 768px) {
      .blk__tat .inner.align--right h3 {
        margin-left: 5%; } }
    .blk__tat .inner.align--right h3 span {
      margin-left: 0;
      right: -10px; }

.blk__fwvideo {
  /* Standard outer */
  margin: auto;
  padding: 30px 0;
  /* END standard outer */ }
  @media only screen and (min-width: 768px) {
    .blk__fwvideo {
      padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .blk__fwvideo {
      padding: 60px 0; } }
  @media only screen and (min-width: 1300px) {
    .blk__fwvideo {
      padding: 75px 0; } }
  .blk__fwvideo.collapse-top-padding {
    padding-top: 0; }
  .blk__fwvideo .inner {
    /* Standard inner */
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /* END standard inner */ }
    .blk__fwvideo .inner.inner_full_width {
      max-width: none; }
    @media only screen and (min-width: 768px) {
      .blk__fwvideo .inner {
        display: flex; } }
    .blk__fwvideo .inner .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      width: 100%;
      margin: 0 auto; }
      .blk__fwvideo .inner .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

/*# sourceMappingURL=style.css.map */