/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/*$header-sizes: (
  small: (
    'h1': 24,
    'h2': 20,
    'h3': 19,
    'h4': 18,
    'h5': 17,
    'h6': 16,
  ),
  medium: (
    'h1': 48,
    'h2': 40,
    'h3': 31,
    'h4': 25,
    'h5': 20,
    'h6': 16,
  ),
);*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=75em"; }

html {
  font-size: 16px;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background: #ffffff; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput="mouse"] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

/*
 * Imports
 */
/*
 * Mixin's
 */
/*
 * Mixin's to be Categorized
 */
h1,
.heading-1,
.smg-text.heading-1 *,
h2,
.heading-2,
.smg-text.heading-2 *,
h3,
.heading-3,
.smg-text.heading-3 *,
h4,
.heading-4,
.smg-text.heading-4 *,
h5,
.heading-5,
.smg-text.heading-5 *,
h6,
.heading-6,
.smg-text.heading-6 * {
  margin: 0; }

a {
  text-decoration: none; }

ul,
ol {
  margin: 0;
  margin-bottom: 2rem;
  padding: 0; }
  ul.list-overflow,
  ol.list-overflow {
    overflow: hidden;
    padding-left: 2rem; }
  ul li,
  ol li {
    margin: 0;
    padding-left: 1rem;
    list-style-type: none; }

ol {
  margin: 0;
  margin-bottom: 2rem;
  margin-left: 1em;
  padding: 0; }
  ol li {
    margin: 0;
    padding-left: 0;
    list-style-type: decimal; }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Basic Elements */
body {
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-stretch: normal; }

strong,
b {
  font-weight: 700; }

p {
  margin: 0;
  font-size: 16px; }

@media screen and (max-width: 47.9375em) {
  .smg-slider .slick-list {
    margin-bottom: 2rem; } }

.white-100 {
  color: #fff !important; }

.bg-white-100 {
  background-color: #fff !important; }

.gray-100 {
  color: #f7fafc !important; }

.bg-gray-100 {
  background-color: #f7fafc !important; }

.gray-200 {
  color: #edf2f7 !important; }

.bg-gray-200 {
  background-color: #edf2f7 !important; }

.gray-300 {
  color: #e2e8f0 !important; }

.bg-gray-300 {
  background-color: #e2e8f0 !important; }

.gray-400 {
  color: #cbd5e0 !important; }

.bg-gray-400 {
  background-color: #cbd5e0 !important; }

.gray-500 {
  color: #a0aec0 !important; }

.bg-gray-500 {
  background-color: #a0aec0 !important; }

.gray-600 {
  color: #718096 !important; }

.bg-gray-600 {
  background-color: #718096 !important; }

.gray-700 {
  color: #4a5568 !important; }

.bg-gray-700 {
  background-color: #4a5568 !important; }

.gray-800 {
  color: #2d3748 !important; }

.bg-gray-800 {
  background-color: #2d3748 !important; }

.gray-900 {
  color: #1a202c !important; }

.bg-gray-900 {
  background-color: #1a202c !important; }

.red-100 {
  color: #c70751 !important; }

.bg-red-100 {
  background-color: #c70751 !important; }

.blue-100 {
  color: #38a4c4 !important; }

.bg-blue-100 {
  background-color: #38a4c4 !important; }

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #a0aec0;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #a0aec0;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    .alignleft {
      float: none;
      display: block;
      padding-right: 0;
      margin: 0 auto 30px; } }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    .alignright {
      float: none;
      display: block;
      padding-left: 0;
      margin: 0 auto 30px; } }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 47.9375em) {
    .aligncenter {
      margin-bottom: 30px; } }

.row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .row {
      max-width: 768px; } }
  @media screen and (max-width: 47.9375em) {
    .row {
      max-width: 380px; } }
  .row:before {
    content: "";
    display: block;
    clear: both; }
  .row:after {
    content: "";
    display: block;
    clear: both; }

.flex {
  display: flex; }

.align-start {
  align-items: flex-start; }

.align-center {
  align-items: center; }

.align-end {
  align-items: flex-end; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.align-self-start {
  align-self: flex-start; }

.align-self-center {
  align-self: center; }

.align-self-end {
  align-self: flex-end; }

.justify-self-start {
  justify-self: flex-start; }

.justify-self-center {
  justify-self: center; }

.justify-self-end {
  justify-self: flex-end; }

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

/* 
 * Classes
 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background-color: #718096;
  color: #fff; }
  .btn:hover {
    background-color: #4a5568; }
  .btn.outline {
    border: 1px solid #4a5568; }
  .btn.alt-1 {
    background-color: #4a5568; }
    .btn.alt-1:hover {
      background-color: #718096; }
  .btn.full-width-btn {
    display: block; }

/*
 * BeaverBuilder Support
 */
.page-content .fl-builder-content .fl-button-wrap a.fl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background-color: #718096;
  color: #fff;
  border: none; }
  .page-content .fl-builder-content .fl-button-wrap a.fl-button:hover {
    background-color: #4a5568; }
  .page-content .fl-builder-content .fl-button-wrap a.fl-button.outline {
    border: 1px solid #4a5568; }
  .page-content .fl-builder-content .fl-button-wrap a.fl-button.alt-1 {
    background-color: #4a5568; }
    .page-content .fl-builder-content .fl-button-wrap a.fl-button.alt-1:hover {
      background-color: #718096; }

/*
  Sanctuary Forms
  Form Styles provided within our theme.
  Only activate one of these at a time.
  ---------------------------------------------------------------------
  @company: Sanctuary
  @authors: Michael Schut, Kevin Stalder
*/
.gform_wrapper .gform_heading .gform_title {
  margin-bottom: 35px; }

.gform_wrapper .gform_body {
  margin-bottom: 20px; }
  .gform_wrapper .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0px !important;
    line-height: 0px; }
    .gform_wrapper .gform_body .gform_fields .gfield {
      display: inline-block;
      position: relative;
      width: 100%;
      float: none;
      margin-bottom: 1.5rem;
      padding-left: 0px;
      vertical-align: top; }
      .gform_wrapper .gform_body .gform_fields .gfield:before {
        content: none !important; }
      .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input,
      .gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea,
      .gform_wrapper .gform_body .gform_fields .gfield.gfield_error select {
        border-color: #f56565; }
      @media screen and (max-width: 47.9375em) {
        .gform_wrapper .gform_body .gform_fields .gfield {
          display: block;
          width: 100%;
          margin-left: 0px;
          margin-right: 0px;
          padding: 0px; } }
      .gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container {
        display: none; }
      .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
        display: block;
        font-size: 0.75rem; }
      .gform_wrapper .gform_body .gform_fields .gfield.field_description_below .gfield_description {
        margin-top: 0.75rem; }
      .gform_wrapper .gform_body .gform_fields .gfield label {
        display: block;
        margin-bottom: 0.5rem;
        color: #edf2f7;
        font-size: 14px;
        letter-spacing: 0.025em;
        line-height: 22px;
        text-transform: uppercase; }
      .gform_wrapper .gform_body .gform_fields .gfield.gf_list_inline li {
        padding-left: 0;
        margin-left: 0;
        margin-right: 15px;
        display: inline-block; }
        @media screen and (max-width: 47.9375em) {
          .gform_wrapper .gform_body .gform_fields .gfield.gf_list_inline li {
            display: block; } }
        .gform_wrapper .gform_body .gform_fields .gfield.gf_list_inline li input[type="checkbox"] {
          display: inline-block;
          width: inherit; }
        .gform_wrapper .gform_body .gform_fields .gfield.gf_list_inline li:before {
          content: none; }
      .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_checkbox li {
        padding-left: 0; }
        .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_checkbox li:before {
          content: none; }
        .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_checkbox li input,
        .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_checkbox li label {
          display: inline;
          width: auto; }
    .gform_wrapper .gform_body .gform_fields .gf_left_half {
      width: calc(50% - 15px);
      margin-right: 15px; }
    .gform_wrapper .gform_body .gform_fields .gf_right_half {
      width: calc(50% - 15px);
      margin-left: 15px; }
    .gform_wrapper .gform_body .gform_fields .gf_left_third {
      width: calc(33.3333% - 20px);
      margin-right: 20px; }
    .gform_wrapper .gform_body .gform_fields .gf_center_third,
    .gform_wrapper .gform_body .gform_fields .gf_middle_third {
      width: calc(33.3333% - 20px);
      margin-left: 10px;
      margin-right: 10px; }
    .gform_wrapper .gform_body .gform_fields .gf_right_third {
      width: calc(33.3334% - 20px);
      margin-left: 20px; }
    .gform_wrapper .gform_body .gform_fields .gf_one_third {
      width: calc(33.3334% - 20px); }
    .gform_wrapper .gform_body .gform_fields .gf_two_third {
      width: calc(66.6666% - 10px); }
    .gform_wrapper .gform_body .gform_fields .gfield_label {
      font-size: 19px;
      font-weight: 300;
      line-height: 30px; }
    .gform_wrapper .gform_body .gform_fields .hidden_label .gfield_label {
      display: none; }
    .gform_wrapper .gform_body .gform_fields .gf_address_field > .gfield_label {
      display: none; }
    .gform_wrapper .gform_body .gform_fields .gfield_html h2 {
      margin-bottom: 0px; }
    .gform_wrapper .gform_body .gform_fields .gfield_html p {
      margin-bottom: 0px; }
    .gform_wrapper .gform_body .gform_fields .ginput_container {
      position: relative; }
    @media screen and (max-width: 47.9375em) {
      .gform_wrapper .gform_body .gform_fields .ginput_container_address span {
        display: block;
        width: 100% !important;
        margin-bottom: 35px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 0px !important; } }
    .gform_wrapper .gform_body .gform_fields .ginput_container_address .address_line_1 {
      display: block;
      position: relative;
      margin-bottom: 35px; }
    .gform_wrapper .gform_body .gform_fields .ginput_container_address .address_line_2 {
      display: block;
      position: relative;
      margin-bottom: 35px; }
    .gform_wrapper .gform_body .gform_fields .ginput_container_address .address_city {
      display: inline-block;
      position: relative;
      width: calc(33.3333% - 20px);
      float: none;
      margin-right: 20px; }
    .gform_wrapper .gform_body .gform_fields .ginput_container_address .address_state {
      display: inline-block;
      position: relative;
      width: calc(33.3333% - 20px);
      float: none;
      margin-left: 10px;
      margin-right: 10px; }
    .gform_wrapper .gform_body .gform_fields .ginput_container_address .address_zip {
      display: inline-block;
      position: relative;
      width: calc(33.3334% - 20px);
      float: none;
      margin-left: 20px; }
      @media screen and (max-width: 47.9375em) {
        .gform_wrapper .gform_body .gform_fields .ginput_container_address .address_zip {
          margin-bottom: 0px !important; } }
    .gform_wrapper .gform_body .gform_fields .ginput_container_fileupload > .validation_message {
      display: none; }
    .gform_wrapper .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_multifile span {
      display: block; }
    .gform_wrapper .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_multifile input {
      width: auto; }
    .gform_wrapper .gform_body .gform_fields .ginput_container_fileupload .gform_drop_instructions {
      margin-bottom: 10px; }
    .gform_wrapper .gform_body .gform_fields input,
    .gform_wrapper .gform_body .gform_fields select,
    .gform_wrapper .gform_body .gform_fields textarea {
      display: block;
      width: 100%;
      padding: 0.75rem 1.25rem;
      border: 1px solid #ddd;
      border-radius: 0.25rem;
      box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
      color: #4a4a4a;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      line-height: 21px; }
    .gform_wrapper .gform_body .gform_fields select {
      height: 38px;
      border-radius: 0px; }
    .gform_wrapper .gform_body .gform_fields textarea {
      padding: 1.25rem 1.25rem; }
    .gform_wrapper .gform_body .gform_fields ::-webkit-input-placeholder,
    .gform_wrapper .gform_body .gform_fields ::-moz-placeholder,
    .gform_wrapper .gform_body .gform_fields :-ms-input-placeholder,
    .gform_wrapper .gform_body .gform_fields :-moz-placeholder {
      display: none; }

.gform_wrapper .gform_footer {
  text-align: center; }
  .gform_wrapper .gform_footer .gform_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    background-color: #718096;
    color: #fff;
    padding: 12px 70px;
    border: none;
    font-size: 14px;
    line-height: 18px; }
    .gform_wrapper .gform_footer .gform_button:hover {
      background-color: #4a5568; }

.gform_wrapper .gf_readonly input {
  background: #edeff2;
  cursor: not-allowed; }

.gform_wrapper .validation_error {
  display: block;
  text-align: center;
  margin-bottom: 35px;
  padding: 20px 20px;
  color: #660000;
  font-size: 19px;
  border-top: 1px solid #660000;
  border-bottom: 1px solid #660000; }

.gform_wrapper .validation_message {
  display: block;
  border: none;
  color: #f56565;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  text-transform: initial; }
  .gform_wrapper .validation_message.instruction {
    margin-top: 0.75rem;
    margin-bottom: -0.75rem;
    color: #e2e8f0; }

.css-clip, .gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

#ui-datepicker-div {
  width: 300px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(52, 52, 52, 0.25); }
  #ui-datepicker-div .ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4a4a4a; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
      display: flex;
      height: 50px;
      width: 50px;
      align-items: center;
      justify-content: center;
      order: 1; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
        font-size: 0;
        border-right: 5px solid #fff;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
      display: flex;
      order: 2; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
        flex: 0 0 auto;
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance: none;
        background: none;
        border: none;
        color: #fff;
        font-size: 18px;
        text-align: center; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
        width: 40px; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        width: 42px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
      display: flex;
      height: 50px;
      width: 50px;
      align-items: center;
      justify-content: center;
      order: 3; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
        font-size: 0;
        border-left: 5px solid #fff;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent; }
  #ui-datepicker-div .ui-datepicker-calendar {
    width: 100%; }
    #ui-datepicker-div .ui-datepicker-calendar thead {
      background-color: #4a4a4a;
      color: #fff;
      font-size: 12px;
      font-weight: 300;
      color: #fff; }
      #ui-datepicker-div .ui-datepicker-calendar thead th span {
        display: block;
        padding: 11px 5px;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        text-align: center; }
    #ui-datepicker-div .ui-datepicker-calendar tbody td {
      text-align: center; }
      #ui-datepicker-div .ui-datepicker-calendar tbody td a {
        display: block;
        padding: 11px 5px;
        color: #333;
        font-size: 12px;
        font-weight: 300;
        text-align: center; }
        #ui-datepicker-div .ui-datepicker-calendar tbody td a:hover {
          background-color: #eee; }
        #ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
          background-color: #dedede; }

/* 
 * Menu Specific Variables
 */
/* 
 * Classes
 */
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
  opacity: 0;
  transition: 0.3s opacity ease; }

body.menu-active {
  overflow: hidden; }
  body.menu-active:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(74, 74, 74, 0.74);
    opacity: 1;
    transition: 0.3s opacity ease; }

.site-navigation > .menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0; }

.site-navigation .menu-item {
  margin: 0;
  padding: 0; }

.primary-navigation {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 100;
  overflow: scroll;
  transform: translateX(-100%);
  transition: 0.3s all ease; }
  @media screen and (min-width: 75em) {
    .primary-navigation {
      padding-right: calc(100% - 374px); } }
  @media screen and (max-width: 74.9375em) {
    .primary-navigation {
      height: 100vh;
      width: 374px;
      overflow: scroll; } }
  .primary-navigation > .menu {
    flex-direction: column;
    justify-content: inherit; }
  .primary-navigation.active {
    transform: translateX(0%);
    transition: 0.3s all ease; }
  .primary-navigation #menu-close {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer;
    background-color: #4a5568;
    color: #fff; }
    .primary-navigation #menu-close span {
      position: relative;
      padding-right: 15px;
      height: 24px; }
      .primary-navigation #menu-close span:before, .primary-navigation #menu-close span:after {
        content: "";
        display: block;
        height: 4px;
        width: 28px;
        background-color: #fff;
        transform: rotate(45deg) translate(6px, 8px); }
      .primary-navigation #menu-close span:after {
        transform: rotate(-45deg) translate(-5px, 4px); }
  .primary-navigation:before {
    content: none; }
  .primary-navigation > ul {
    height: calc(100% - 64px);
    background-color: #fff; }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .primary-navigation > ul {
        height: calc(100vh - 70px); } }
    .primary-navigation > ul > li {
      background-color: #fff; }
  .primary-navigation li.menu-item {
    position: relative;
    width: 100%; }
    .primary-navigation li.menu-item a {
      display: block;
      width: 100%;
      padding: 20px 55px 20px 30px;
      color: #000; }
    .primary-navigation li.menu-item.btn-item a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 18px;
      background-color: #718096;
      color: #fff; }
      .primary-navigation li.menu-item.btn-item a:hover {
        background-color: #4a5568; }
    .primary-navigation li.menu-item.btn-item:hover a {
      background-color: #4a5568;
      color: #fff !important; }
    .primary-navigation li.menu-item > ul {
      padding-top: 20px;
      padding-bottom: 20px; }
      .primary-navigation li.menu-item > ul li {
        list-style-type: none; }
        .primary-navigation li.menu-item > ul li:hover > a {
          color: #4a5568; }
        .primary-navigation li.menu-item > ul li a {
          padding: 10px 55px 10px 30px; }
    @media screen and (min-width: 75em) {
      .primary-navigation li.menu-item.toggle-menu-item:hover > ul.dropdown {
        display: none; }
      .primary-navigation li.menu-item.toggle-menu-item > ul li a {
        padding-top: 6px;
        padding-bottom: 6px;
        color: #e2e8f0; }
        .primary-navigation li.menu-item.toggle-menu-item > ul li a:hover {
          color: #000; }
      .primary-navigation li.menu-item.toggle-menu-item.slide-menu-active > .dropdown {
        padding-top: 0; }
      .primary-navigation li.menu-item.toggle-menu-item.slide-menu-active > ul.dropdown {
        display: block;
        position: relative;
        left: 0; } }
    .primary-navigation li.menu-item.menu-rule {
      border-top: 4px solid rgba(74, 85, 104, 0.44);
      list-style-type: none; }
      .primary-navigation li.menu-item.menu-rule a {
        display: none; }
    .primary-navigation li.menu-item.label > a {
      font-size: 24px !important;
      color: #000 !important; }
    @media screen and (min-width: 75em) {
      .primary-navigation li.menu-item:hover > a {
        color: #718096; }
      .primary-navigation li.menu-item:hover > ul.dropdown {
        display: block;
        width: 100%; } }
    .primary-navigation li.menu-item.menu-item-has-children > a {
      position: relative; }
      .primary-navigation li.menu-item.menu-item-has-children > a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 32px;
        width: 9px;
        height: 8px;
        background-image: url("../images/svg/menu-arrow.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%); }
    .primary-navigation li.menu-item.sub-menu-active {
      position: static; }
      .primary-navigation li.menu-item.sub-menu-active > ul.dropdown {
        display: block;
        width: 100%;
        height: 100vh;
        z-index: 1;
        transform: translateX(-100%);
        overflow: scroll; }
    .primary-navigation li.menu-item ul.dropdown {
      display: none;
      position: absolute;
      left: 100%;
      top: 0;
      background-color: #fff; }
  .primary-navigation > .dropdown > li.menu-item.sub-menu-active > ul.dropdown {
    top: 64px;
    height: calc(100% - 114px); }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .primary-navigation > .dropdown > li.menu-item.sub-menu-active > ul.dropdown {
        height: calc(100vh - 70px); } }
  .primary-navigation .back-to-main {
    padding: 20px 55px 20px 30px; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .primary-navigation .dropdown {
      display: block;
      position: relative;
      width: 100%;
      left: 0;
      top: 0px !important;
      transition: 300ms; } }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .primary-navigation .dropdown ul.dropdown {
      position: absolute;
      left: 100%; } }
  .primary-navigation .dropdown.no-scroll {
    overflow: hidden !important; }

.pagination {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .pagination {
      max-width: 768px; } }
  @media screen and (max-width: 47.9375em) {
    .pagination {
      max-width: 380px; } }
  .pagination:before {
    content: "";
    display: block;
    clear: both; }
  .pagination:after {
    content: "";
    display: block;
    clear: both; }
  .pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination .pagination li {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 18px;
      background-color: #718096;
      color: #fff;
      height: 34px;
      min-width: 40px;
      margin-right: 5px;
      padding: 0; }
      .pagination .pagination li:hover {
        background-color: #4a5568; }
      .pagination .pagination li:after {
        margin-right: 0; }
      @media screen and (max-width: 47.9375em) {
        .pagination .pagination li {
          display: none; } }
    .pagination .pagination span {
      display: flex;
      height: 100%;
      width: 100%;
      align-items: center;
      justify-content: center; }
    .pagination .pagination a {
      display: flex;
      height: 100%;
      width: 100%;
      align-items: center;
      justify-content: center; }
    @media screen and (max-width: 47.9375em) {
      .pagination .pagination .prev-parent, .pagination .pagination .next-parent {
        display: block; } }
    .pagination .pagination .prev, .pagination .pagination .next {
      padding: 0 1.5rem; }

.search-form {
  position: relative; }
  .search-form .search-field {
    width: 100%;
    height: 2.375rem;
    padding: 0 1rem 0 2.5rem;
    border: none;
    box-shadow: 0 0 0 1px #c4cdd5;
    border-radius: 1.5rem;
    font-size: 0.875rem; }
  .search-form .search-submit {
    position: absolute;
    height: 1rem;
    width: 1rem;
    left: 1rem;
    top: 11px;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2016%2016%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20rgb(74,%2085,%20104)%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M15.552%2013.62L11.27%209.333c.585-.936.925-2.046.925-3.23C12.195%202.73%209.465%200%206.098%200%202.73%200%200%202.732%200%206.103c0%203.37%202.73%206.1%206.098%206.1%201.19%200%202.304-.343%203.244-.935l4.28%204.283c.295.3.68.45%201.063.45h.005c.333%200%20.674-.12.93-.373.258-.26.38-.6.38-.94%200-.382-.154-.768-.448-1.063zM9.498%206.102c-.003%201.874-1.526%203.4-3.4%203.402C4.224%209.5%202.7%207.976%202.698%206.102c.003-1.875%201.526-3.4%203.4-3.404%201.874.003%203.397%201.528%203.4%203.403z%22/%3E%3C/svg%3E");
    border: none;
    font-size: 0; }

/* 
 * Settings
 */
/* 
 * Classes
 */
.product-slider {
  display: flex !important;
  z-index: 1;
  position: relative;
  max-width: 1040px;
  margin: 0 auto; }
  .product-slider .slick-list {
    flex: 1 1 auto; }
  .product-slider .slick-arrow {
    flex: 0 0 auto; }
    .product-slider .slick-arrow:focus {
      outline: none; }
  .product-slider .slick-prev {
    margin-right: 15px; }
  .product-slider .slick-next {
    margin-left: 15px; }
  .product-slider .slide {
    height: 800px; }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .product-slider .slide {
        height: 550px; } }
    @media screen and (max-width: 47.9375em) {
      .product-slider .slide {
        height: 450px; } }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .product-slider {
      max-width: 680px; } }
  @media screen and (max-width: 47.9375em) {
    .product-slider {
      max-width: 250px; } }
  .product-slider .slide .img {
    display: flex;
    height: 238px;
    align-items: center;
    justify-content: center;
    max-width: 238px;
    text-align: center;
    margin: 0 auto; }
    .product-slider .slide .img img {
      max-height: 238px;
      width: auto; }
  .product-slider .slide h4 {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px; }
    .product-slider .slide h4 a {
      display: inline-block;
      color: #4a4a4a;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
      text-align: center; }

.slick-arrow {
  font-size: 0;
  margin-left: 0;
  margin-right: 0; }
  .slick-arrow:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    transform-origin: center;
    transform: rotate(90deg); }
  .slick-arrow.slick-next:before {
    transform: rotate(-90deg); }

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

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

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

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

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

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

.fl-row-content.fl-row-fixed-width {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 75em) {
    .fl-row-content.fl-row-fixed-width {
      max-width: 1200px; } }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .fl-row-content.fl-row-fixed-width {
      max-width: 768px !important; } }
  @media screen and (max-width: 47.9375em) {
    .fl-row-content.fl-row-fixed-width {
      max-width: 380px !important; } }
  .fl-row-content.fl-row-fixed-width.fl-row-full-width {
    max-width: none !important; }

.offcenter-col .fl-col-group .fl-col:nth-of-type(1) {
  width: calc(50% - 100px) !important; }
  @media screen and (max-width: 47.9375em) {
    .offcenter-col .fl-col-group .fl-col:nth-of-type(1) {
      width: 100%; } }

.offcenter-col .fl-col-group .fl-col:nth-of-type(2) {
  width: calc(50% + 100px) !important; }
  @media screen and (max-width: 47.9375em) {
    .offcenter-col .fl-col-group .fl-col:nth-of-type(2) {
      width: 100%; } }

.fl-col.align-center {
  text-align: center; }

.fl-col.content-fixed.content-fixed-left {
  justify-content: flex-end; }
  .fl-col.content-fixed.content-fixed-left > .fl-col-content {
    max-width: 700px; }

.fl-col.content-fixed.content-fixed-right {
  justify-content: flex-end; }
  .fl-col.content-fixed.content-fixed-right > .fl-col-content {
    max-width: 500px; }

.page[role="main"] .entry-content .fl-builder-submenu ul li:before {
  content: none !important; }

.fl-builder-content .fl-col-content {
  padding-top: 0;
  padding-bottom: 0; }

/**
 * These are temporary
 */
.wp-block-image {
  margin: 0 0 25px; }

/*
Toggles
*/
.fl-accordion .fl-accordion-item .fl-accordion-button {
  border-color: #f7fafc;
  color: #f7fafc; }

.fl-accordion .fl-accordion-button-label {
  font-size: 18px; }

.fl-accordion .fl-accordion-button-icon {
  opacity: 1;
  color: #f7fafc; }

/**
 * Callout
 */
.fl-callout .fl-callout-content .fl-icon {
  color: #f7fafc; }

/*
 * Settings
 */
/*
 * Classes
 */
body:not(.menu-active):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 74px;
  top: 0;
  background-image: linear-gradient(0deg, rgba(238, 238, 238, 0) 0%, #eaeaea 100%);
  z-index: -1; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #header .inner {
    align-items: center;
    justify-content: space-between;
    display: flex; }
    @media screen and (max-width: 47.9375em) {
      #header .inner {
        flex-wrap: wrap;
        margin-bottom: 0; } }
  #header .logo {
    align-items: center;
    flex: 0 0 auto;
    margin-right: 15px; }
    #header .logo a {
      display: block; }
  #header .secondary-navigation {
    flex: 1 1 auto;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #header .secondary-navigation .smg-header-actions {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
    #header .secondary-navigation .menu-item a {
      display: block; }
  @media screen and (max-width: 74.9375em) {
    #header.scroll {
      padding-bottom: 5px; }
      #header.scroll > .row {
        position: relative; } }
  #header.scroll .container {
    position: relative; }
    @media screen and (max-width: 74.9375em) {
      #header.scroll .container {
        position: static; } }

#mobile-menu {
  display: none;
  align-items: center;
  flex: 0 1 auto;
  justify-content: flex-start;
  margin-bottom: -5px;
  padding: 15px 30px;
  order: -1;
  background-color: #4a5568;
  border-bottom: 8px solid #4a5568;
  cursor: pointer; }
  #mobile-menu span {
    position: relative;
    z-index: 1;
    order: 1; }
    @media screen and (max-width: 74.9375em) {
      #mobile-menu span {
        display: none; } }
  #mobile-menu .bars {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    order: 0; }
    #mobile-menu .bars > div:first-of-type,
    #mobile-menu .bars > div:nth-child(2),
    #mobile-menu .bars > div:nth-child(3) {
      width: 32px;
      height: 4px;
      background-color: #fff;
      margin: 3px 0;
      transition: 0.4s; }
    #mobile-menu .bars div:nth-child(3) {
      margin-bottom: 0; }
    #mobile-menu .bars.change div:first-of-type {
      transform: rotate(-45deg) translate(-3px, 3px); }
    #mobile-menu .bars.change div:nth-child(2) {
      opacity: 0; }
    #mobile-menu .bars.change div:nth-child(3) {
      transform: rotate(45deg) translate(-4px, -4px); }

#footer .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 74.9375em) {
    #footer .row {
      flex-wrap: wrap; } }

#footer .site-navigation {
  flex: 1 1 auto; }
  @media screen and (max-width: 74.9375em) {
    #footer .site-navigation {
      width: 100%; } }
  @media screen and (max-width: 47.9375em) {
    #footer .site-navigation > .menu {
      flex-wrap: wrap;
      width: 150px;
      margin: 0 auto; }
      #footer .site-navigation > .menu li {
        width: 100%; } }

#footer .site-credentials {
  flex: 0 0 auto; }
  @media screen and (max-width: 74.9375em) {
    #footer .site-credentials {
      width: 100%; } }
  #footer .site-credentials .credit-cards {
    display: grid;
    grid-template-rows: 46px 46px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 18px; }
    @media screen and (max-width: 74.9375em) {
      #footer .site-credentials .credit-cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
    #footer .site-credentials .credit-cards svg {
      display: block; }

.page-image {
  height: 500px;
  background-color: #a0aec0;
  overflow: hidden; }
  .page-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }

.page-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
  padding-top: 2.5rem; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .page-nav {
      max-width: 768px; } }
  @media screen and (max-width: 47.9375em) {
    .page-nav {
      max-width: 380px; } }
  .page-nav:before {
    content: "";
    display: block;
    clear: both; }
  .page-nav:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 47.9375em) {
    .page-nav #breadcrumbs {
      display: none; } }
  .page-nav #breadcrumbs span span {
    display: flex;
    align-items: center; }
    .page-nav #breadcrumbs span span > span {
      margin-left: 0.4rem; }
    .page-nav #breadcrumbs span span a,
    .page-nav #breadcrumbs span span .breadcrumb_last {
      margin: 0 0.4rem; }
    .page-nav #breadcrumbs span span a {
      display: block; }
      .page-nav #breadcrumbs span span a:first-of-type {
        margin-left: 0; }
    .page-nav #breadcrumbs span span .breadcrumb_last {
      display: block;
      margin-right: 0;
      color: #a0aec0; }

.page-title {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 2rem; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .page-title {
      max-width: 768px; } }
  @media screen and (max-width: 47.9375em) {
    .page-title {
      max-width: 380px; } }
  .page-title:before {
    content: "";
    display: block;
    clear: both; }
  .page-title:after {
    content: "";
    display: block;
    clear: both; }

.full-row {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px; }

.page-sidebar .sidebar-cta {
  margin-top: 2rem; }
  .page-sidebar .sidebar-cta .description {
    background-color: #e2e8f0;
    padding: 1.25rem 1.25rem 2rem 1.25rem; }
  .page-sidebar .sidebar-cta .actions {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    background-color: #4a5568; }
  .page-sidebar .sidebar-cta h2 {
    margin-bottom: 1.5rem;
    color: #4a5568;
    font-size: 1.6rem; }
  .page-sidebar .sidebar-cta ul {
    margin-bottom: 0; }
    .page-sidebar .sidebar-cta ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0.25rem;
      padding: 0.25rem 0;
      border-bottom: 1px solid #cbd5e0;
      font-size: 1rem; }
      .page-sidebar .sidebar-cta ul li:after {
        content: '';
        display: block;
        height: 20px;
        width: 20px;
        background-image: url(../images/svg/check.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
  .page-sidebar .sidebar-cta .btn {
    flex: 0 0 auto;
    margin-right: 1rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem; }
    .page-sidebar .sidebar-cta .btn:after {
      content: none; }
    .page-sidebar .sidebar-cta .btn:hover {
      background-color: #a0aec0; }
  .page-sidebar .sidebar-cta img {
    display: block;
    height: auto;
    width: 120px;
    flex: 1 1 auto; }

.page-sidebar .sidebar-categories {
  margin-top: 2rem; }
  .page-sidebar .sidebar-categories h2 {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #4a5568;
    font-size: 1rem; }
    .page-sidebar .sidebar-categories h2 svg {
      width: 0.75rem;
      margin-right: 0.5rem;
      flex: 0 0 auto; }
  .page-sidebar .sidebar-categories a {
    display: block;
    margin-bottom: 0.25rem;
    padding: 0.25rem 0;
    border-bottom: 1px solid #cbd5e0;
    font-size: 1rem;
    font-weight: 700; }

.default-template .page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 768px; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .default-template .page-content {
      max-width: 768px; } }
  @media screen and (max-width: 47.9375em) {
    .default-template .page-content {
      max-width: 380px; } }
  .default-template .page-content:before {
    content: "";
    display: block;
    clear: both; }
  .default-template .page-content:after {
    content: "";
    display: block;
    clear: both; }

.default-template#woocommerce .page-content {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px; }

.front-page h2 {
  font-size: 45px;
  font-weight: 300;
  line-height: 56px; }
  @media screen and (max-width: 47.9375em) {
    .front-page h2 {
      font-size: 35px;
      line-height: 43px; } }

.front-hero {
  height: 654px;
  padding: 98px 0 0;
  background-color: #cbd5e0;
  border-bottom: 10px solid #e2e8f0;
  text-align: center; }
  @media screen and (max-width: 74.9375em) {
    .front-hero {
      height: 848px;
      padding-top: 134px;
      background-size: cover; } }
  @media screen and (max-width: 47.9375em) {
    .front-hero {
      height: 630px;
      padding-top: 50px; } }
  .front-hero h1 {
    margin-bottom: 32px;
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 63px;
    text-align: center; }
    @media screen and (max-width: 74.9375em) {
      .front-hero h1 {
        max-width: 575px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 42px; } }
    @media screen and (max-width: 47.9375em) {
      .front-hero h1 {
        font-size: 35px;
        font-weight: 600;
        line-height: 42px; } }
  .front-hero .notice {
    display: inline-block;
    align-items: center;
    margin: 0;
    padding: 12px 24px;
    background-color: #4a5568;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 18px; }
    .front-hero .notice strong {
      padding: 0 5px; }
    .front-hero .notice svg.lazyload {
      height: 16px;
      width: 16px;
      margin-right: 5px; }
    .front-hero .notice span {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 47.9375em) {
        .front-hero .notice span {
          display: inline-block; }
          .front-hero .notice span strong {
            padding: 0; } }

.front-products {
  padding: 92px 0 105px;
  background-color: #f7fafc; }
  @media screen and (max-width: 74.9375em) {
    .front-products {
      padding-bottom: 16px; } }
  .front-products h2 {
    margin-bottom: 40px; }
    @media screen and (max-width: 74.9375em) {
      .front-products h2 {
        font-size: 35px;
        line-height: 63px;
        text-align: center; } }
  .front-products .products {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 74.9375em) {
      .front-products .products {
        flex-wrap: wrap;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto; } }
  .front-products .single-product {
    flex: 0 0 auto;
    width: calc(25% - 6px);
    text-align: center;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 74.9375em) {
      .front-products .single-product {
        width: calc(50% - 6px);
        margin-bottom: 76px; } }
    @media screen and (max-width: 47.9375em) {
      .front-products .single-product {
        width: 100%;
        margin-bottom: 30px; } }
    .front-products .single-product .img {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 300px;
      margin-bottom: 32px;
      padding: 30px;
      background-color: #fff; }
      .front-products .single-product .img:hover:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.4); }
      .front-products .single-product .img:hover span {
        display: inline-flex; }
      .front-products .single-product .img img {
        display: block; }
      .front-products .single-product .img span {
        display: none;
        position: absolute;
        height: auto;
        width: auto;
        left: 50%;
        top: 50%;
        padding: 0.75rem 2rem;
        transform: translateX(-50%) translateY(-50%);
        white-space: nowrap; }
        .front-products .single-product .img span:hover {
          background-color: #4a5568; }
    .front-products .single-product h3 {
      margin-bottom: 1.5rem;
      padding: 0 1.2rem;
      font-size: 1.5rem; }
    .front-products .single-product > div {
      margin-bottom: 2rem;
      padding: 0 1.2rem;
      text-align: left;
      flex: 1 0 auto; }
    .front-products .single-product p {
      margin: 0; }
    .front-products .single-product .btn {
      display: inline-flex;
      margin: 0 auto; }
      .front-products .single-product .btn:after {
        margin-left: 0.5rem; }

.front-form {
  padding: 6rem 0;
  background-color: #4a5568; }
  @media screen and (max-width: 74.9375em) {
    .front-form .row {
      max-width: 574px; } }
  @media screen and (max-width: 47.9375em) {
    .front-form .row {
      max-width: 380px; } }
  .front-form h2 {
    color: #fff;
    text-align: center; }
  @media screen and (max-width: 74.9375em) {
    .front-form .gform_wrapper .gform_body .gform_fields .gfield {
      width: 100% !important;
      margin-left: 0;
      margin-right: 0; } }
  .front-form .gform_wrapper .gform_body .gform_fields input,
  .front-form .gform_wrapper .gform_body .gform_fields select,
  .front-form .gform_wrapper .gform_body .gform_fields textarea {
    background-color: #fff;
    border: 1px solid #e1e3df;
    box-shadow: none; }
  .front-form .gform_wrapper .gform_footer .gform_button {
    background-image: none; }
    .front-form .gform_wrapper .gform_footer .gform_button:after {
      content: none; }
    .front-form .gform_wrapper .gform_footer .gform_button:hover {
      background-color: #3f4959; }

.template .archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden; }
  .template .archive .page-header {
    max-width: 1200px;
    margin: 0 auto;
    flex: 0 0 auto;
    max-width: calc(1360px - 30px);
    width: calc(1360px - 30px);
    padding: 4rem 5rem;
    background-color: #4a5568; }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .template .archive .page-header {
        max-width: 768px; } }
    @media screen and (max-width: 47.9375em) {
      .template .archive .page-header {
        max-width: 380px; } }
    .template .archive .page-header:before {
      content: "";
      display: block;
      clear: both; }
    .template .archive .page-header:after {
      content: "";
      display: block;
      clear: both; }
    .template .archive .page-header h1 {
      margin-bottom: 1.5rem;
      padding: 0;
      color: #fff;
      font-weight: 700; }
    .template .archive .page-header p {
      max-width: 75%;
      margin-bottom: 1.5rem;
      color: #e4e4e4;
      font-size: 1.5rem; }
    .template .archive .page-header .placeholder-form {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 1.5rem; }
      .template .archive .page-header .placeholder-form input[type="text"] {
        min-width: 294px;
        margin-right: 0.75rem;
        padding: 1rem 1rem;
        border: none;
        border-radius: 0.25rem; }
      .template .archive .page-header .placeholder-form input[type="submit"] {
        padding: 1rem 1rem;
        border: none;
        border-radius: 0.25rem; }
        .template .archive .page-header .placeholder-form input[type="submit"]:hover {
          background-color: #a0aec0; }
    .template .archive .page-header .gform_wrapper {
      margin-bottom: 1.5rem; }
      .template .archive .page-header .gform_wrapper form {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; }
        .template .archive .page-header .gform_wrapper form .validation_error {
          display: none; }
        .template .archive .page-header .gform_wrapper form .validation_message {
          margin-top: 0.5rem !important;
          color: #e4e4e4;
          font-style: normal; }
        .template .archive .page-header .gform_wrapper form .gform_body {
          margin: 0;
          margin-right: 0.75rem; }
          .template .archive .page-header .gform_wrapper form .gform_body .gform_fields .gfield {
            margin: 0; }
            .template .archive .page-header .gform_wrapper form .gform_body .gform_fields .gfield input {
              min-width: 294px;
              padding: 1rem 1rem;
              border: none;
              line-height: 19px; }
        .template .archive .page-header .gform_wrapper form .gform_footer .gform_button {
          padding: 1rem 2rem;
          line-height: 19px; }
    .template .archive .page-header span {
      display: block;
      color: #e4e4e4;
      font-size: 0.9rem; }
  .template .archive .page-main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    max-width: calc(1360px - 30px);
    width: calc(1360px - 30px);
    flex: 0 0 auto;
    padding: 4rem 5rem 0; }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .template .archive .page-main {
        max-width: 768px; } }
    @media screen and (max-width: 47.9375em) {
      .template .archive .page-main {
        max-width: 380px; } }
    .template .archive .page-main:before {
      content: "";
      display: block;
      clear: both; }
    .template .archive .page-main:after {
      content: "";
      display: block;
      clear: both; }
  .template .archive .page-body {
    padding-right: 1.5rem; }
  .template .archive .page-categories {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex: 0 0 auto;
    max-width: calc(1360px - 30px);
    width: calc(1360px - 30px);
    align-items: center;
    justify-content: flex-start;
    padding: 0 5rem;
    border-bottom: 1px solid #e2e8f0; }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .template .archive .page-categories {
        max-width: 768px; } }
    @media screen and (max-width: 47.9375em) {
      .template .archive .page-categories {
        max-width: 380px; } }
    .template .archive .page-categories:before {
      content: "";
      display: block;
      clear: both; }
    .template .archive .page-categories:after {
      content: "";
      display: block;
      clear: both; }
    .template .archive .page-categories a {
      display: block;
      height: 70px;
      margin-right: 1.5rem;
      color: #a0aec0;
      font-size: 1rem;
      line-height: 70px; }
      .template .archive .page-categories a:hover {
        color: #4a5568; }
  .template .archive .page-entries {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between; }
    .template .archive .page-entries:before, .template .archive .page-entries:after {
      content: none !important; }
  .template .archive .entry {
    width: calc(50% - 2rem);
    margin-bottom: 2.5rem; }
    .template .archive .entry:first-of-type {
      width: 100%; }
      .template .archive .entry:first-of-type .entry-image {
        height: 486px; }
      .template .archive .entry:first-of-type .entry-title {
        font-size: 2.25rem; }
    .template .archive .entry .entry-image {
      height: 232px;
      margin-bottom: 0.75rem;
      object-fit: cover;
      object-position: center;
      overflow: hidden; }
      .template .archive .entry .entry-image img {
        max-width: none;
        height: auto;
        width: 100%; }
    .template .archive .entry .entry-categories {
      margin-bottom: 0.25rem;
      color: #a0aec0;
      font-size: 0.9rem; }
      .template .archive .entry .entry-categories a {
        color: #a0aec0;
        font-size: 0.9rem; }
        .template .archive .entry .entry-categories a:hover {
          color: #4a5568; }
    .template .archive .entry .entry-title {
      margin-bottom: 0.25rem;
      color: #000;
      font-size: 1.35rem;
      font-weight: 400;
      line-height: 1.2; }
      .template .archive .entry .entry-title:hover {
        text-decoration: underline; }
    .template .archive .entry .entry-meta {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #a0aec0;
      font-size: 0.9rem;
      font-weight: 300; }
      .template .archive .entry .entry-meta .sep {
        display: block;
        height: 3px;
        width: 3px;
        margin: 0 0.35rem;
        background-color: #cbd5e0;
        border-radius: 100%; }
      .template .archive .entry .entry-meta a {
        color: #4a5568; }
  .template .archive .page-sidebar {
    width: 320px;
    flex: 0 0 auto;
    padding-left: 1.5rem; }

#page.skinny-template .page-nav, #page.skinny-template .page-title {
  max-width: 768px; }
  @media screen and (max-width: 47.9375em) {
    #page.skinny-template .page-nav, #page.skinny-template .page-title {
      max-width: 380px; } }

#page .entry-footer .btn:hover {
  background-color: #3f4959 !important; }

.main-content header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .main-content header .entry-title {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0 15px; }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .main-content header .entry-title {
        max-width: 768px; } }
    @media screen and (max-width: 47.9375em) {
      .main-content header .entry-title {
        max-width: 380px; } }
    .main-content header .entry-title:before {
      content: "";
      display: block;
      clear: both; }
    .main-content header .entry-title:after {
      content: "";
      display: block;
      clear: both; }

.main-content .entry-body {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 15px;
  width: 100%; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .main-content .entry-body {
      max-width: 768px; } }
  @media screen and (max-width: 47.9375em) {
    .main-content .entry-body {
      max-width: 380px; } }
  .main-content .entry-body:before {
    content: "";
    display: block;
    clear: both; }
  .main-content .entry-body:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 74.9375em) {
    .main-content .entry-body {
      flex-wrap: wrap; } }

.main-content main {
  display: block;
  flex: 1 1 auto; }
  @media screen and (max-width: 74.9375em) {
    .main-content main {
      width: 100%; } }

.main-content aside {
  display: block;
  width: 25%;
  flex: 0 0 auto;
  padding-left: 30px; }
  @media screen and (max-width: 74.9375em) {
    .main-content aside {
      width: 100%;
      padding: 0; } }

.main-content footer {
  display: block;
  width: 100%; }

.single-post .entry-footer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 15px;
  width: 100%; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .single-post .entry-footer {
      max-width: 768px; } }
  @media screen and (max-width: 47.9375em) {
    .single-post .entry-footer {
      max-width: 380px; } }
  .single-post .entry-footer:before {
    content: "";
    display: block;
    clear: both; }
  .single-post .entry-footer:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 74.9375em) {
    .single-post .entry-footer {
      flex-wrap: wrap; } }

.single-post .entry-categories {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .single-post .entry-categories {
      max-width: 768px; } }
  @media screen and (max-width: 47.9375em) {
    .single-post .entry-categories {
      max-width: 380px; } }
  .single-post .entry-categories:before {
    content: "";
    display: block;
    clear: both; }
  .single-post .entry-categories:after {
    content: "";
    display: block;
    clear: both; }

#not-found-page.template .page-nav, #not-found-page.template .page-title {
  max-width: 768px; }
  @media screen and (max-width: 47.9375em) {
    #not-found-page.template .page-nav, #not-found-page.template .page-title {
      max-width: 380px; } }

#not-found-page .entry-footer .btn:hover {
  background-color: #3f4959 !important; }

.call-to-action-01 {
  padding: 2rem;
  text-align: center; }
  .call-to-action-01 a.btn {
    text-align: center; }

.call-to-action-02 {
  padding: 2rem;
  text-align: center; }
  .call-to-action-02 h2 {
    margin-bottom: 1.25rem; }
  .call-to-action-02 p {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px; }
  .call-to-action-02 a.btn {
    text-align: center; }

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