@charset "UTF-8";

/** Colors */

/** Box Model  */

/*
MAIN SPACING MIXIN - PLEASE USE FOR CONSISTENCY
This mixin is for responsive spacing. 
It is designed to replicate the basic usage for padding and margin except will not take %. 
You otherwise can use variables, px values, or auto (margin type only).
At smaller sizes the mixin will compare the calculated value to a minimum value variable and make sure there is a minimum of space (unless set to 0).
USAGE:
default: setting the type to padding or margin is the only required info.
The amount of space will default to $spaceBase unless otherwise set.
The rate of decrease per breakpoint change will default to $respRatio.
@include space(padding);
@include space(margin);
Examples:
@include space(margin,$halfSpaceBase,auto);
Note: to customize the ration you will need to supply all of the preceding options?
@include space(padding,100px,60px,100px,60px,.7);
See more use cases below the mixin declaration when we set some custom classes to use this.
*/

/* line 2, resources/assets/styles/common/_a11y.scss */

:focus-visible {
  outline: 0;
}

/* line 7, resources/assets/styles/common/_a11y.scss */

html[data-whatintent="keyboard"] :focus {
  outline: #c89432 solid 4px !important;
  outline-offset: 4px;
}

/* line 12, resources/assets/styles/common/_a11y.scss */

html[data-whatintent="keyboard"] [type="checkbox"]:focus + label {
  border: 3px solid #c89432 !important;
}

/* line 18, resources/assets/styles/common/_a11y.scss */

.sr-only {
  height: 1px;
  left: rem-calc(-10000);
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/* line 28, resources/assets/styles/common/_a11y.scss */

.show-for-sr,
.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 37, resources/assets/styles/common/_a11y.scss */

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/*! destyle.css v1.0.10 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

/* line 6, resources/assets/styles/common/_destyle.scss */

* {
  box-sizing: border-box;
}

/* line 10, resources/assets/styles/common/_destyle.scss */

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

/* Document
     ========================================================================== */

/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */

/* line 24, resources/assets/styles/common/_destyle.scss */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

/* line 37, resources/assets/styles/common/_destyle.scss */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

/* line 45, resources/assets/styles/common/_destyle.scss */

main {
  display: block;
}

/* Vertical rhythm
     ========================================================================== */

/* line 52, resources/assets/styles/common/_destyle.scss */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
     ========================================================================== */

/* line 67, resources/assets/styles/common/_destyle.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
     ========================================================================== */

/* line 82, resources/assets/styles/common/_destyle.scss */

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

/* Lists (definition)
     ========================================================================== */

/* line 92, resources/assets/styles/common/_destyle.scss */

dt {
  font-weight: bold;
}

/* line 96, resources/assets/styles/common/_destyle.scss */

dd {
  margin-left: 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

/* line 108, resources/assets/styles/common/_destyle.scss */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

/* line 124, resources/assets/styles/common/_destyle.scss */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/* line 129, resources/assets/styles/common/_destyle.scss */

address {
  font-style: inherit;
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

/* line 140, resources/assets/styles/common/_destyle.scss */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

/* line 151, resources/assets/styles/common/_destyle.scss */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

/* line 161, resources/assets/styles/common/_destyle.scss */

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.
   */

/* line 171, resources/assets/styles/common/_destyle.scss */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

/* line 182, resources/assets/styles/common/_destyle.scss */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

/* line 191, resources/assets/styles/common/_destyle.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, resources/assets/styles/common/_destyle.scss */

sub {
  bottom: -0.25em;
}

/* line 203, resources/assets/styles/common/_destyle.scss */

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

/* line 214, resources/assets/styles/common/_destyle.scss */

img {
  border-style: none;
  vertical-align: bottom;
}

/* line 219, resources/assets/styles/common/_destyle.scss */

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */

/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */

/* line 234, resources/assets/styles/common/_destyle.scss */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/* line 253, resources/assets/styles/common/_destyle.scss */

[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

/* line 259, resources/assets/styles/common/_destyle.scss */

[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

/* line 270, resources/assets/styles/common/_destyle.scss */

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.
   */

/* line 281, resources/assets/styles/common/_destyle.scss */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

/* line 291, resources/assets/styles/common/_destyle.scss */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/* line 300, resources/assets/styles/common/_destyle.scss */

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

/**
   * Remove the inner border and padding in Firefox.
   */

/* line 311, resources/assets/styles/common/_destyle.scss */

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.
   */

/* line 323, resources/assets/styles/common/_destyle.scss */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Reset to invisible
   */

/* line 334, resources/assets/styles/common/_destyle.scss */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 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.
   */

/* line 348, resources/assets/styles/common/_destyle.scss */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

/* line 360, resources/assets/styles/common/_destyle.scss */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

/* line 368, resources/assets/styles/common/_destyle.scss */

textarea {
  overflow: auto;
}

/**
   * 1. Remove the padding in IE 10.
   */

/* line 376, resources/assets/styles/common/_destyle.scss */

[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

/* line 385, resources/assets/styles/common/_destyle.scss */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the outline style in Safari.
   */

/* line 394, resources/assets/styles/common/_destyle.scss */

[type='search'] {
  outline-offset: -2px;
  /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

/* line 402, resources/assets/styles/common/_destyle.scss */

[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.
   */

/* line 411, resources/assets/styles/common/_destyle.scss */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
   * Clickable labels
   */

/* line 420, resources/assets/styles/common/_destyle.scss */

label[for] {
  cursor: pointer;
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

/* line 431, resources/assets/styles/common/_destyle.scss */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

/* line 439, resources/assets/styles/common/_destyle.scss */

summary {
  display: list-item;
}

/* Table
     ========================================================================== */

/* line 445, resources/assets/styles/common/_destyle.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 450, resources/assets/styles/common/_destyle.scss */

caption {
  text-align: left;
}

/* line 454, resources/assets/styles/common/_destyle.scss */

td,
th {
  vertical-align: top;
}

/* line 459, resources/assets/styles/common/_destyle.scss */

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

/* line 471, resources/assets/styles/common/_destyle.scss */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

/* line 479, resources/assets/styles/common/_destyle.scss */

[hidden] {
  display: none;
}

@keyframes bounce {
  0%, 10%, 55%, 65%, 75%, 100% {
    transform: translate(-50%, 0) rotate(45deg);
  }

  45% {
    transform: translate(-50%, 5px) rotate(45deg);
  }

  50%, 60% {
    transform: translate(-50%, -5px) rotate(45deg);
  }

  70% {
    transform: translate(-50%, -2px) rotate(45deg);
  }
}

/* line 18, resources/assets/styles/common/_global.scss */

* {
  min-height: 0;
  min-width: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url(../../dist/fonts/icomoon_d780e96c.ttf) format("truetype"), url(../../dist/fonts/icomoon_96ca845a.eot) format("embedded-opentype"), url(../../dist/fonts/icomoon_79aa3493.woff) format("woff"), url(../../dist/fonts/icomoon_d30de72d.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Arquitecta';
  src: url(../../dist/fonts/arquitecta/ArquitectaBook_781eaf38.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'ArquitectaRegular';
  src: url(../../dist/fonts/arquitecta/Arquitecta_86151f13.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'ArquitectaMedium';
  src: url(../../dist/fonts/arquitecta/ArquitectaMedium_7bc10e0b.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'ArquitectaBold';
  src: url(../../dist/fonts/arquitecta/ArquitectaBold_3e8f04e3.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'ArquitectaHeavy';
  src: url(../../dist/fonts/arquitecta/ArquitectaHeavy_62288d7b.otf) format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'ArquitectaBlack';
  src: url(../../dist/fonts/arquitecta/ArquitectaBlack_415b33ec.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

/* line 80, resources/assets/styles/common/_global.scss */

html {
  font-size: 62.5%;
}

@media (max-width: 991px) {
  /* line 80, resources/assets/styles/common/_global.scss */

  html {
    font-size: 62.5% !important;
  }
}

/* line 87, resources/assets/styles/common/_global.scss */

body {
  -ms-overflow-style: scrollbar;
}

/* line 90, resources/assets/styles/common/_global.scss */

body #skip-nav.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  transition: all 0.35s ease-in-out;
  padding: 15px;
}

/* line 99, resources/assets/styles/common/_global.scss */

body #skip-nav.screenreader-text:focus {
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

/* line 110, resources/assets/styles/common/_global.scss */

#siteWrap {
  z-index: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 110, resources/assets/styles/common/_global.scss */

  #siteWrap {
    max-width: 2000px;
  }
}

@media (min-width: 1600px) {
  /* line 110, resources/assets/styles/common/_global.scss */

  #siteWrap {
    width: 100%;
    max-width: 100%;
  }
}

/* line 122, resources/assets/styles/common/_global.scss */

.b-lazy {
  transition: all 0.35s ease-in-out;
  max-width: 100%;
  opacity: 0;
}

/* line 128, resources/assets/styles/common/_global.scss */

.b-lazy.b-loaded {
  opacity: 1;
}

/* line 132, resources/assets/styles/common/_global.scss */

a,
button {
  transition: all 0.35s ease-in-out;
}

/* line 137, resources/assets/styles/common/_global.scss */

a:hover,
a:active,
a:focus,
object,
embed,
button {
  outline: 0;
}

/* line 147, resources/assets/styles/common/_global.scss */

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  white-space: nowrap;
}

/* line 154, resources/assets/styles/common/_global.scss */

::-ms-clear {
  display: none;
}

/* line 158, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  max-width: 100%;
  line-height: 1.1;
}

/* line 167, resources/assets/styles/common/_global.scss */

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/* line 172, resources/assets/styles/common/_global.scss */

.navbar {
  min-height: 0;
}

/* line 177, resources/assets/styles/common/_global.scss */

main p {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400 !important;
}

@media (max-width: 991px) {
  /* line 177, resources/assets/styles/common/_global.scss */

  main p {
    margin-bottom: 15px;
  }
}

/* line 182, resources/assets/styles/common/_global.scss */

main blockquote {
  position: relative;
  font-size: 2rem;
  line-height: 1.5em;
  font-style: italic;
}

/* line 188, resources/assets/styles/common/_global.scss */

main blockquote cite,
main blockquote .author {
  font-style: normal;
}

/* line 193, resources/assets/styles/common/_global.scss */

main blockquote::before {
  content: '';
  width: 5px;
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 205, resources/assets/styles/common/_global.scss */

main ul:not(.gfield_checkbox):not(.gform_fields),
main ol:not(.carousel-indicators) {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 25px;
}

@media (max-width: 991px) {
  /* line 205, resources/assets/styles/common/_global.scss */

  main ul:not(.gfield_checkbox):not(.gform_fields),
  main ol:not(.carousel-indicators) {
    margin-bottom: 15px;
  }
}

/* line 210, resources/assets/styles/common/_global.scss */

main ul:not(.gfield_checkbox):not(.gform_fields):first-child,
main ol:not(.carousel-indicators):first-child {
  margin-top: 0;
}

/* line 214, resources/assets/styles/common/_global.scss */

main ul:not(.gfield_checkbox):not(.gform_fields):last-child,
main ol:not(.carousel-indicators):last-child {
  margin-bottom: 0;
}

/* line 218, resources/assets/styles/common/_global.scss */

main ul:not(.gfield_checkbox):not(.gform_fields) li,
main ol:not(.carousel-indicators) li {
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}

/* line 222, resources/assets/styles/common/_global.scss */

main ul:not(.gfield_checkbox):not(.gform_fields) li:not(:first-of-type),
main ol:not(.carousel-indicators) li:not(:first-of-type) {
  margin-top: 1.5rem;
}

/* line 226, resources/assets/styles/common/_global.scss */

main ul:not(.gfield_checkbox):not(.gform_fields) li li:not(:first-of-type),
main ol:not(.carousel-indicators) li li:not(:first-of-type) {
  margin-top: 1.5rem;
}

/* line 231, resources/assets/styles/common/_global.scss */

main ul:not(.gfield_checkbox):not(.gform_fields) ul,
main ul:not(.gfield_checkbox):not(.gform_fields) ol,
main ol:not(.carousel-indicators) ul,
main ol:not(.carousel-indicators) ol {
  margin: 0;
}

/* line 237, resources/assets/styles/common/_global.scss */

main figcaption {
  font-style: italic;
  line-height: 1.2em;
  font-size: 85%;
}

/* line 243, resources/assets/styles/common/_global.scss */

main h1.headSeo,
main h2.headSeo,
main h3.headSeo,
main h4.headSeo,
main .headSeo {
  margin: 0 0 8px 0;
}

/* line 251, resources/assets/styles/common/_global.scss */

main h1.headMain,
main h2.headMain,
main h3.headMain,
main h4.headMain,
main .headMain {
  margin-top: 0;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  /* line 251, resources/assets/styles/common/_global.scss */

  main h1.headMain,
  main h2.headMain,
  main h3.headMain,
  main h4.headMain,
  main .headMain {
    margin-bottom: 25px;
  }
}

/* line 260, resources/assets/styles/common/_global.scss */

main .wp-block-cover__image-background ~ .wp-block-cover__inner-container h1.headMain,
main .wp-block-cover__image-background ~ .wp-block-cover__inner-container h2.headMain,
main .wp-block-cover__image-background ~ .wp-block-cover__inner-container h3.headMain,
main .wp-block-cover__image-background ~ .wp-block-cover__inner-container h4.headMain,
main .wp-block-cover__image-background ~ .wp-block-cover__inner-container .headMain {
  color: #ffffff !important;
}

/* line 269, resources/assets/styles/common/_global.scss */

main h1.headSeo + .headMain,
main h2.headSeo + .headMain,
main h3.headSeo + .headMain,
main h4.headSeo + .headMain,
main .headSeo + .headMain {
  margin-top: 0;
  margin-bottom: 16px !important;
}

/* line 280, resources/assets/styles/common/_global.scss */

main a.active.wp-caption,
main a.thumbnail.active,
main a.thumbnail:focus,
main a.thumbnail:hover,
main a.wp-caption:focus,
main a.wp-caption:hover {
  border-color: #333;
}

/* line 290, resources/assets/styles/common/_global.scss */

main hr,
main .hr {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

@media (min-width: 992px) {
  /* line 290, resources/assets/styles/common/_global.scss */

  main hr,
  main .hr {
    max-width: 1400px;
  }
}

/* line 295, resources/assets/styles/common/_global.scss */

main hr:after,
main .hr:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #999999;
}

/* line 304, resources/assets/styles/common/_global.scss */

main h3 {
  color: #1A3240;
}

/* line 309, resources/assets/styles/common/_global.scss */

#gd_map {
  overflow: hidden;
  position: relative;
  height: 100%;
  max-width: 100%;
}

/* line 315, resources/assets/styles/common/_global.scss */

#gd_map iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

/* line 321, resources/assets/styles/common/_global.scss */

.container__block {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

/* line 332, resources/assets/styles/common/_global.scss */

.container__row {
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-grow: 1;
}

/* line 338, resources/assets/styles/common/_global.scss */

.container__row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 3, resources/assets/styles/common/_classes.scss */

.mce-content-body body {
  margin: 12px !important;
  background: #fff;
}

/* line 7, resources/assets/styles/common/_classes.scss */

.mce-content-body a.btn-content {
  cursor: text;
  border: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* line 17, resources/assets/styles/common/_classes.scss */

.absoluteCover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

/* line 18, resources/assets/styles/common/_classes.scss */

.bkgCover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 19, resources/assets/styles/common/_classes.scss */

.bkgContain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 20, resources/assets/styles/common/_classes.scss */

.transition,
.gform_button {
  transition: all 0.35s ease-in-out;
}

/* line 21, resources/assets/styles/common/_classes.scss */

.makeBold {
  font-weight: bold;
}

/* line 22, resources/assets/styles/common/_classes.scss */

.fullwidth {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

/* line 23, resources/assets/styles/common/_classes.scss */

.textShadow {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

/* line 24, resources/assets/styles/common/_classes.scss */

main.main .headlineSpace {
  margin-top: 0;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  /* line 24, resources/assets/styles/common/_classes.scss */

  main.main .headlineSpace {
    margin-bottom: 25px;
  }
}

/* line 25, resources/assets/styles/common/_classes.scss */

main.main .headlineSpaceTop {
  padding-top: 35px;
}

@media (max-width: 991px) {
  /* line 25, resources/assets/styles/common/_classes.scss */

  main.main .headlineSpaceTop {
    padding-top: 25px;
  }
}

/* line 26, resources/assets/styles/common/_classes.scss */

.basicSpace {
  margin-top: 0;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 26, resources/assets/styles/common/_classes.scss */

  .basicSpace {
    margin-bottom: 15px;
  }
}

/* line 27, resources/assets/styles/common/_classes.scss */

.boxShadow {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 28, resources/assets/styles/common/_classes.scss */

.boxShadowHover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

/* line 29, resources/assets/styles/common/_classes.scss */

.objectHover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  /* line 5, resources/assets/styles/common/_custom-mixins.scss */

  .objectHover:hover,
  .objectHover:active,
  .objectHover:focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

/* line 33, resources/assets/styles/common/_classes.scss */

.imageStyles {
  border-radius: 0;
  box-shadow: 0 2px 3px 1px #dadada;
}

/* line 34, resources/assets/styles/common/_classes.scss */

.contentContainMax {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 34, resources/assets/styles/common/_classes.scss */

  .contentContainMax {
    max-width: 2000px;
  }
}

/* line 35, resources/assets/styles/common/_classes.scss */

.contentContainXLarge {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 35, resources/assets/styles/common/_classes.scss */

  .contentContainXLarge {
    max-width: 1800px;
  }
}

/* line 36, resources/assets/styles/common/_classes.scss */

.contentContainLarge {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 36, resources/assets/styles/common/_classes.scss */

  .contentContainLarge {
    max-width: 1600px;
  }
}

/* line 37, resources/assets/styles/common/_classes.scss */

.contentContain {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 37, resources/assets/styles/common/_classes.scss */

  .contentContain {
    max-width: 1400px;
  }
}

/* line 38, resources/assets/styles/common/_classes.scss */

.contentContainMedium {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 38, resources/assets/styles/common/_classes.scss */

  .contentContainMedium {
    max-width: 1200px;
  }
}

/* line 39, resources/assets/styles/common/_classes.scss */

.contentContainSmall {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 39, resources/assets/styles/common/_classes.scss */

  .contentContainSmall {
    max-width: 1000px;
  }
}

/* line 40, resources/assets/styles/common/_classes.scss */

.contentContainXSmall {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 40, resources/assets/styles/common/_classes.scss */

  .contentContainXSmall {
    max-width: 800px;
  }
}

/* line 41, resources/assets/styles/common/_classes.scss */

.contentContainMicro {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 41, resources/assets/styles/common/_classes.scss */

  .contentContainMicro {
    max-width: 600px;
  }
}

/* line 43, resources/assets/styles/common/_classes.scss */

.wMax {
  max-width: 2000px;
}

/* line 44, resources/assets/styles/common/_classes.scss */

.wXLarge {
  max-width: 1800px;
}

/* line 45, resources/assets/styles/common/_classes.scss */

.wLarge {
  max-width: 1600px;
}

/* line 46, resources/assets/styles/common/_classes.scss */

.wMain {
  max-width: 1400px;
}

/* line 47, resources/assets/styles/common/_classes.scss */

.wMedium {
  max-width: 1200px;
}

/* line 48, resources/assets/styles/common/_classes.scss */

.wSmall {
  max-width: 1000px;
}

/* line 49, resources/assets/styles/common/_classes.scss */

.wXSmall {
  max-width: 800px;
}

/* line 50, resources/assets/styles/common/_classes.scss */

.wMicro {
  max-width: 600px;
}

/* line 52, resources/assets/styles/common/_classes.scss */

.paddings,
.spacePadding {
  padding: 100px 100px 100px 100px;
}

@media (max-width: 1599px) {
  /* line 52, resources/assets/styles/common/_classes.scss */

  .paddings,
  .spacePadding {
    padding: 80px 80px 80px 80px;
  }
}

@media (max-width: 1199px) {
  /* line 52, resources/assets/styles/common/_classes.scss */

  .paddings,
  .spacePadding {
    padding: 64px 64px 64px 64px;
  }
}

@media (max-width: 991px) {
  /* line 52, resources/assets/styles/common/_classes.scss */

  .paddings,
  .spacePadding {
    padding: 51.2px 51.2px 51.2px 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 52, resources/assets/styles/common/_classes.scss */

  .paddings,
  .spacePadding {
    padding: 40.96px 25px 40.96px 25px;
  }
}

@media (max-width: 599px) {
  /* line 52, resources/assets/styles/common/_classes.scss */

  .paddings,
  .spacePadding {
    padding: 40px 20px 40px 20px;
  }
}

/* line 54, resources/assets/styles/common/_classes.scss */

.paddingsHorz {
  padding: 0 100px 0 100px;
}

@media (max-width: 1599px) {
  /* line 54, resources/assets/styles/common/_classes.scss */

  .paddingsHorz {
    padding: 0 80px 0 80px;
  }
}

@media (max-width: 1199px) {
  /* line 54, resources/assets/styles/common/_classes.scss */

  .paddingsHorz {
    padding: 0 64px 0 64px;
  }
}

@media (max-width: 991px) {
  /* line 54, resources/assets/styles/common/_classes.scss */

  .paddingsHorz {
    padding: 0 51.2px 0 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 54, resources/assets/styles/common/_classes.scss */

  .paddingsHorz {
    padding: 0 25px 0 25px;
  }
}

@media (max-width: 599px) {
  /* line 54, resources/assets/styles/common/_classes.scss */

  .paddingsHorz {
    padding: 0 20px 0 20px;
  }
}

/* line 55, resources/assets/styles/common/_classes.scss */

.paddingsVert {
  padding: 100px 0 100px 0;
}

@media (max-width: 1599px) {
  /* line 55, resources/assets/styles/common/_classes.scss */

  .paddingsVert {
    padding: 80px 0 80px 0;
  }
}

@media (max-width: 1199px) {
  /* line 55, resources/assets/styles/common/_classes.scss */

  .paddingsVert {
    padding: 64px 0 64px 0;
  }
}

@media (max-width: 991px) {
  /* line 55, resources/assets/styles/common/_classes.scss */

  .paddingsVert {
    padding: 51.2px 0 51.2px 0;
  }
}

@media (max-width: 767px) {
  /* line 55, resources/assets/styles/common/_classes.scss */

  .paddingsVert {
    padding: 40.96px 0 40.96px 0;
  }
}

@media (max-width: 599px) {
  /* line 55, resources/assets/styles/common/_classes.scss */

  .paddingsVert {
    padding: 40px 0 40px 0;
  }
}

/* line 56, resources/assets/styles/common/_classes.scss */

.paddingsHalf,
.spacePaddingHalf {
  padding: 100px 100px 100px 100px;
}

@media (max-width: 1599px) {
  /* line 56, resources/assets/styles/common/_classes.scss */

  .paddingsHalf,
  .spacePaddingHalf {
    padding: 80px 80px 80px 80px;
  }
}

@media (max-width: 1199px) {
  /* line 56, resources/assets/styles/common/_classes.scss */

  .paddingsHalf,
  .spacePaddingHalf {
    padding: 64px 64px 64px 64px;
  }
}

@media (max-width: 991px) {
  /* line 56, resources/assets/styles/common/_classes.scss */

  .paddingsHalf,
  .spacePaddingHalf {
    padding: 51.2px 51.2px 51.2px 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 56, resources/assets/styles/common/_classes.scss */

  .paddingsHalf,
  .spacePaddingHalf {
    padding: 40.96px 25px 40.96px 25px;
  }
}

@media (max-width: 599px) {
  /* line 56, resources/assets/styles/common/_classes.scss */

  .paddingsHalf,
  .spacePaddingHalf {
    padding: 40px 20px 40px 20px;
  }
}

/* line 58, resources/assets/styles/common/_classes.scss */

.paddingsHalfHorz {
  padding: 0 50px 0 50px;
}

@media (max-width: 1599px) {
  /* line 58, resources/assets/styles/common/_classes.scss */

  .paddingsHalfHorz {
    padding: 0 40px 0 40px;
  }
}

@media (max-width: 1199px) {
  /* line 58, resources/assets/styles/common/_classes.scss */

  .paddingsHalfHorz {
    padding: 0 32px 0 32px;
  }
}

@media (max-width: 991px) {
  /* line 58, resources/assets/styles/common/_classes.scss */

  .paddingsHalfHorz {
    padding: 0 25.6px 0 25.6px;
  }
}

@media (max-width: 767px) {
  /* line 58, resources/assets/styles/common/_classes.scss */

  .paddingsHalfHorz {
    padding: 0 25px 0 25px;
  }
}

@media (max-width: 599px) {
  /* line 58, resources/assets/styles/common/_classes.scss */

  .paddingsHalfHorz {
    padding: 0 20px 0 20px;
  }
}

/* line 59, resources/assets/styles/common/_classes.scss */

.paddingsHalfVert {
  padding: 50px 0 50px 0;
}

@media (max-width: 1599px) {
  /* line 59, resources/assets/styles/common/_classes.scss */

  .paddingsHalfVert {
    padding: 40px 0 40px 0;
  }
}

@media (max-width: 1199px) {
  /* line 59, resources/assets/styles/common/_classes.scss */

  .paddingsHalfVert {
    padding: 32px 0 32px 0;
  }
}

@media (max-width: 991px) {
  /* line 59, resources/assets/styles/common/_classes.scss */

  .paddingsHalfVert {
    padding: 25.6px 0 25.6px 0;
  }
}

@media (max-width: 767px) {
  /* line 59, resources/assets/styles/common/_classes.scss */

  .paddingsHalfVert {
    padding: 20.48px 0 20.48px 0;
  }
}

@media (max-width: 599px) {
  /* line 59, resources/assets/styles/common/_classes.scss */

  .paddingsHalfVert {
    padding: 40px 0 40px 0;
  }
}

/* line 60, resources/assets/styles/common/_classes.scss */

.margins,
.spaceMargin {
  margin: 100px 100px 100px 100px;
}

@media (max-width: 1599px) {
  /* line 60, resources/assets/styles/common/_classes.scss */

  .margins,
  .spaceMargin {
    margin: 80px 80px 80px 80px;
  }
}

@media (max-width: 1199px) {
  /* line 60, resources/assets/styles/common/_classes.scss */

  .margins,
  .spaceMargin {
    margin: 64px 64px 64px 64px;
  }
}

@media (max-width: 991px) {
  /* line 60, resources/assets/styles/common/_classes.scss */

  .margins,
  .spaceMargin {
    margin: 51.2px 51.2px 51.2px 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 60, resources/assets/styles/common/_classes.scss */

  .margins,
  .spaceMargin {
    margin: 40.96px 25px 40.96px 25px;
  }
}

@media (max-width: 599px) {
  /* line 60, resources/assets/styles/common/_classes.scss */

  .margins,
  .spaceMargin {
    margin: 40px 20px 40px 20px;
  }
}

/* line 62, resources/assets/styles/common/_classes.scss */

.marginsHorz {
  margin: 0 100px 0 100px;
}

@media (max-width: 1599px) {
  /* line 62, resources/assets/styles/common/_classes.scss */

  .marginsHorz {
    margin: 0 80px 0 80px;
  }
}

@media (max-width: 1199px) {
  /* line 62, resources/assets/styles/common/_classes.scss */

  .marginsHorz {
    margin: 0 64px 0 64px;
  }
}

@media (max-width: 991px) {
  /* line 62, resources/assets/styles/common/_classes.scss */

  .marginsHorz {
    margin: 0 51.2px 0 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 62, resources/assets/styles/common/_classes.scss */

  .marginsHorz {
    margin: 0 25px 0 25px;
  }
}

@media (max-width: 599px) {
  /* line 62, resources/assets/styles/common/_classes.scss */

  .marginsHorz {
    margin: 0 20px 0 20px;
  }
}

/* line 63, resources/assets/styles/common/_classes.scss */

.marginsVert {
  margin: 100px 0 100px 0;
}

@media (max-width: 1599px) {
  /* line 63, resources/assets/styles/common/_classes.scss */

  .marginsVert {
    margin: 80px 0 80px 0;
  }
}

@media (max-width: 1199px) {
  /* line 63, resources/assets/styles/common/_classes.scss */

  .marginsVert {
    margin: 64px 0 64px 0;
  }
}

@media (max-width: 991px) {
  /* line 63, resources/assets/styles/common/_classes.scss */

  .marginsVert {
    margin: 51.2px 0 51.2px 0;
  }
}

@media (max-width: 767px) {
  /* line 63, resources/assets/styles/common/_classes.scss */

  .marginsVert {
    margin: 40.96px 0 40.96px 0;
  }
}

@media (max-width: 599px) {
  /* line 63, resources/assets/styles/common/_classes.scss */

  .marginsVert {
    margin: 40px 0 40px 0;
  }
}

/* line 64, resources/assets/styles/common/_classes.scss */

.inlineBlock {
  display: inline-block;
}

/* line 65, resources/assets/styles/common/_classes.scss */

.inlineFlex {
  display: inline-flex;
  align-items: center;
}

/* line 71, resources/assets/styles/common/_classes.scss */

.position-relative {
  position: relative;
}

/* line 72, resources/assets/styles/common/_classes.scss */

.position-absolute {
  position: absolute;
}

/* line 73, resources/assets/styles/common/_classes.scss */

.position-static {
  position: static;
}

/* line 74, resources/assets/styles/common/_classes.scss */

.position-fixed {
  position: fixed;
}

/* line 77, resources/assets/styles/common/_classes.scss */

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

/* line 78, resources/assets/styles/common/_classes.scss */

.no-padding-horz {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 79, resources/assets/styles/common/_classes.scss */

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

/* line 80, resources/assets/styles/common/_classes.scss */

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

/* line 81, resources/assets/styles/common/_classes.scss */

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

/* line 82, resources/assets/styles/common/_classes.scss */

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

/* line 83, resources/assets/styles/common/_classes.scss */

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

/* line 85, resources/assets/styles/common/_classes.scss */

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

/* line 86, resources/assets/styles/common/_classes.scss */

.no-margin-horz {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 87, resources/assets/styles/common/_classes.scss */

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

/* line 88, resources/assets/styles/common/_classes.scss */

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

/* line 89, resources/assets/styles/common/_classes.scss */

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

/* line 90, resources/assets/styles/common/_classes.scss */

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

/* line 91, resources/assets/styles/common/_classes.scss */

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

@media (min-width: 1600px) {
  /* line 94, resources/assets/styles/common/_classes.scss */

  .hide-xl {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  /* line 95, resources/assets/styles/common/_classes.scss */

  .hide-lg {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  /* line 96, resources/assets/styles/common/_classes.scss */

  .hide-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 97, resources/assets/styles/common/_classes.scss */

  .hide-lg-up {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 98, resources/assets/styles/common/_classes.scss */

  .hide-md {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 99, resources/assets/styles/common/_classes.scss */

  .hide-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 100, resources/assets/styles/common/_classes.scss */

  .hide-md-up {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 101, resources/assets/styles/common/_classes.scss */

  .hide-sm {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 102, resources/assets/styles/common/_classes.scss */

  .hide-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 103, resources/assets/styles/common/_classes.scss */

  .hide-sm-up {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  /* line 104, resources/assets/styles/common/_classes.scss */

  .hide-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 105, resources/assets/styles/common/_classes.scss */

  .hide-xs-down {
    display: none !important;
  }
}

@media (min-width: 600px) {
  /* line 106, resources/assets/styles/common/_classes.scss */

  .hide-xs-up {
    display: none !important;
  }
}

@media (max-width: 599px) {
  /* line 107, resources/assets/styles/common/_classes.scss */

  .hide-m {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  /* line 110, resources/assets/styles/common/_classes.scss */

  .stack-2-lg {
    flex-wrap: wrap;
  }

  /* line 112, resources/assets/styles/common/_classes.scss */

  .stack-2-lg > * {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 114, resources/assets/styles/common/_classes.scss */

  .stack-2-md {
    flex-wrap: wrap;
  }

  /* line 116, resources/assets/styles/common/_classes.scss */

  .stack-2-md > * {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 118, resources/assets/styles/common/_classes.scss */

  .stack-2-sm {
    flex-wrap: wrap;
  }

  /* line 120, resources/assets/styles/common/_classes.scss */

  .stack-2-sm > * {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 122, resources/assets/styles/common/_classes.scss */

  .stack-md {
    flex-wrap: wrap;
  }

  /* line 124, resources/assets/styles/common/_classes.scss */

  .stack-md > * {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1199px) {
  /* line 126, resources/assets/styles/common/_classes.scss */

  .stack-md-down {
    flex-wrap: wrap;
  }

  /* line 128, resources/assets/styles/common/_classes.scss */

  .stack-md-down > * {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 130, resources/assets/styles/common/_classes.scss */

  .stack-sm {
    flex-wrap: wrap;
  }

  /* line 132, resources/assets/styles/common/_classes.scss */

  .stack-sm > * {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  /* line 134, resources/assets/styles/common/_classes.scss */

  .stack-sm-down {
    flex-wrap: wrap;
  }

  /* line 136, resources/assets/styles/common/_classes.scss */

  .stack-sm-down > * {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

/* line 139, resources/assets/styles/common/_classes.scss */

.whiteText {
  color: #ffffff;
}

/* line 141, resources/assets/styles/common/_classes.scss */

.whiteText a,
.whiteText h1,
.whiteText h2,
.whiteText h3,
.whiteText h4,
.whiteText h5,
.whiteText h6 {
  color: #ffffff;
}

/* line 145, resources/assets/styles/common/_classes.scss */

.bkg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  pointer-events: none;
  z-index: 0;
}

/* line 150, resources/assets/styles/common/_classes.scss */

.mr-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

/* line 154, resources/assets/styles/common/_classes.scss */

.ml-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* line 158, resources/assets/styles/common/_classes.scss */

.order0 {
  order: 0;
}

/* line 159, resources/assets/styles/common/_classes.scss */

.order1 {
  order: 1;
}

/* line 160, resources/assets/styles/common/_classes.scss */

.order2 {
  order: 2;
}

/* line 161, resources/assets/styles/common/_classes.scss */

.order3 {
  order: 3;
}

/* line 162, resources/assets/styles/common/_classes.scss */

.order4 {
  order: 4;
}

/* line 163, resources/assets/styles/common/_classes.scss */

.order5 {
  order: 5;
}

/* line 164, resources/assets/styles/common/_classes.scss */

.layoutAlign_left {
  align-items: flex-start;
  text-align: left;
}

/* line 168, resources/assets/styles/common/_classes.scss */

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

/* line 172, resources/assets/styles/common/_classes.scss */

.clear {
  clear: both;
}

/* line 173, resources/assets/styles/common/_classes.scss */

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

/* line 174, resources/assets/styles/common/_classes.scss */

.inline-block {
  display: inline-block;
}

/* line 175, resources/assets/styles/common/_classes.scss */

.moduleBkg {
  transition: all 0.35s ease-in-out;
}

/** Import everything from autoload */

/* Magnific Popup CSS */

/* line 2, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-hide {
  display: none !important;
}

/* line 86, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-preloader a {
  color: #CCC;
}

/* line 98, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, resources/assets/styles/autoload/_magnific-popup.scss */

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, resources/assets/styles/autoload/_magnific-popup.scss */

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 1.57;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-close:active {
  top: 1px;
}

/* line 146, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}

/* line 166, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-left {
  left: 0;
}

/* line 204, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-right {
  right: 0;
}

/* line 213, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

/* line 245, resources/assets/styles/autoload/_magnific-popup.scss */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

/* line 256, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-figure {
  line-height: 0;
}

/* line 258, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 1.167;
}

/* line 276, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-figure figure {
  margin: 0;
}

/* line 279, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */

  /* line 304, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 307, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 309, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 312, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 315, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 323, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 340, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 343, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 346, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 349, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 373, resources/assets/styles/autoload/_magnific-popup.scss */

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

/* line 387, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 396, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 410, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 417, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 422, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 434, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

/* line 443, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 453, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 460, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 468, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-ajax-cur {
  cursor: progress;
}

/* line 471, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-zoom-out-cur {
  cursor: zoom-out;
}

/* line 473, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

/* line 477, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

/* line 481, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-close {
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 1.57;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 499, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 503, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 507, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-close:active {
  top: 1px;
}

/* line 511, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow {
  user-select: none;
  position: absolute;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
}

@media (min-width: 768px) {
  /* line 524, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow:active {
    margin-top: -54px;
  }

  /* line 527, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow:hover {
    opacity: .7;
    filter: alpha(opacity=60);
  }

  /* line 531, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow:focus {
    opacity: .7;
    filter: alpha(opacity=60);
  }
}

/* line 553, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-preloader {
  user-select: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 565, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-preloader a {
  color: #ccc;
}

/* line 567, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-preloader a:hover {
  color: #fff;
}

/* line 572, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-counter {
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}

/* line 583, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-hide {
  display: none !important;
}

/* line 594, resources/assets/styles/autoload/_magnific-popup.scss */

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 602, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 606, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 609, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 613, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 619, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-left {
  left: 0;
}

/* line 621, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

/* line 625, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

/* line 629, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 633, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

@media (max-width: 767px) {
  /* line 619, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-left {
    left: 0;
    width: 40px;
  }

  /* line 640, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-left:after {
    margin-left: 10px;
  }

  /* line 643, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-left .mfp-a {
    margin-left: 10px;
  }

  /* line 646, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-left:before {
    margin-left: 4px;
  }
}

@media (min-width: 768px) {
  /* line 651, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-left:hover {
    left: 0px;
  }
}

/* line 656, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-right {
  right: 0;
}

/* line 658, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

/* line 662, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

/* line 666, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

/* line 669, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

@media (max-width: 767px) {
  /* line 656, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-right {
    right: 0;
    width: 40px;
  }

  /* line 675, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-right:after {
    margin-left: 10px;
  }

  /* line 678, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-right .mfp-a {
    margin-left: 10px;
  }

  /* line 681, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-right:before {
    margin-left: 6px;
  }
}

@media (min-width: 768px) {
  /* line 687, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-right:hover {
    right: 0px;
  }
}

/* line 692, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 697, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* line 710, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-figure {
  line-height: 0;
}

/* line 712, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 727, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 1.167;
}

/* line 733, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-figure figure {
  margin: 0;
}

/* line 737, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 745, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 752, resources/assets/styles/autoload/_magnific-popup.scss */

.iframe-layout {
  padding-bottom: 15px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* line 757, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 762, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 766, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 771, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 780, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 784, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 788, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  /* line 799, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 805, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow {
    transform: scale(0.75);
  }

  /* line 809, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-left {
    transform-origin: 0;
  }

  /* line 813, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  /* line 817, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 823, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 826, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 833, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 836, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 839, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 846, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-out;
}

/* line 850, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* line 853, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 858, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-out;
}

/* line 863, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 866, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* line 871, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 874, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 878, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 882, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 885, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-loading.mfp-figure {
  display: none;
}

/* line 888, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 891, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-s-error .mfp-content {
  display: none;
}

/* line 894, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-close-btn-in .mfp-close,
.mfp-close-btn-in .mfp-close:hover {
  color: #fff;
  background: none;
}

/* line 898, resources/assets/styles/autoload/_magnific-popup.scss */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* line 909, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 913, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-iframe-holder .mfp-content {
    width: 95%;
  }
}

@media (min-width: 768px) {
  /* line 918, resources/assets/styles/autoload/_magnific-popup.scss */

  .mfp-arrow:hover {
    opacity: .5;
  }
}

/* line 925, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-image-holder .mfp-content {
  max-height: 100%;
}

/* line 927, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-image-holder .mfp-content .mfp-figure {
  max-height: 650px;
}

/* line 930, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-image-holder .mfp-content .mfp-figure figure img.mfp-img {
  max-height: 650px !important;
  padding: 40px 0;
}

/* line 935, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-image-holder .mfp-content .mfp-figure figure figcaption .mfp-counter {
  display: none;
}

/* line 946, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-image-holder.mfp-cta .mfp-figure figure img.mfp-img {
  padding: 40px 0 0;
}

/* line 949, resources/assets/styles/autoload/_magnific-popup.scss */

.mfp-image-holder.mfp-cta .mfp-figure figure figcaption {
  display: none;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* line 2, resources/assets/styles/components/_breadcrumbs.scss */

.breadcrumb__wrapper {
  padding-top: 10px;
}

@media (max-width: 991px) {
  /* line 5, resources/assets/styles/components/_breadcrumbs.scss */

  .breadcrumb__wrapper:has(~ .singleEventWrap) {
    display: none;
  }
}

/* line 12, resources/assets/styles/components/_breadcrumbs.scss */

.breadcrumb__menu {
  padding: 0;
}

/* line 16, resources/assets/styles/components/_breadcrumbs.scss */

.breadcrumb__item {
  color: #000;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.01rem;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 16, resources/assets/styles/components/_breadcrumbs.scss */

  .breadcrumb__item {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  /* line 16, resources/assets/styles/components/_breadcrumbs.scss */

  .breadcrumb__item {
    font-size: 13px;
    margin-left: 8px;
  }
}

/* line 34, resources/assets/styles/components/_breadcrumbs.scss */

.breadcrumb__item:after {
  content: "\25B8";
  color: #444444;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-flex;
  margin-left: 10px;
}

/* line 47, resources/assets/styles/components/_breadcrumbs.scss */

.breadcrumb__item a {
  border-bottom: 1px solid #000;
  color: #000 !important;
  font-size: inherit;
  line-height: inherit;
  padding-bottom: 1px;
}

/* line 54, resources/assets/styles/components/_breadcrumbs.scss */

.breadcrumb__item a:hover,
.breadcrumb__item a:focus {
  color: #333333 !important;
  text-decoration: none;
}

/* line 62, resources/assets/styles/components/_breadcrumbs.scss */

.breadcrumb__item--last:after {
  content: "";
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.inpage-btn,
.btn-content,
.wp-block-button__link,
.buttonStyles {
  position: relative;
  height: auto;
  padding: 14px 20px;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  width: auto;
  letter-spacing: inherit;
  margin: 10px 0;
  white-space: normal;
  border: none;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  /* line 5, resources/assets/styles/common/_custom-mixins.scss */

  .inpage-btn:hover,
  .inpage-btn:active,
  .inpage-btn:focus,
  .btn-content:hover,
  .btn-content:active,
  .btn-content:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link:active,
  .wp-block-button__link:focus,
  .buttonStyles:hover,
  .buttonStyles:active,
  .buttonStyles:focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

.inpage-btn:hover,
.inpage-btn:active,
.inpage-btn:focus,
.btn-content:hover,
.btn-content:active,
.btn-content:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.buttonStyles:hover,
.buttonStyles:active,
.buttonStyles:focus {
  text-decoration: none !important;
  border: none;
}

/* line 7, resources/assets/styles/components/_buttons.scss */

.inpage-btn[style*='transparent'],
.btn-content[style*='transparent'],
.wp-block-button__link[style*='transparent'],
.buttonStyles[style*='transparent'] {
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 20px !important;
  color: inherit;
  flex-grow: 0 !important;
  flex-basis: auto !important;
  overflow: visible !important;
  box-shadow: none !important;
}

/* line 22, resources/assets/styles/components/_buttons.scss */

.btn-content[style*='transparent']::after {
  color: inherit;
}

/* line 29, resources/assets/styles/components/_buttons.scss */

.video-btn__play {
  color: #fff;
  bottom: 15px;
  position: absolute;
  right: 15px;
  background-color: #244458;
  border-radius: 50%;
  padding: 7px;
}

/* line 38, resources/assets/styles/components/_buttons.scss */

.video-btn__play svg {
  fill: currentColor;
  max-width: 32px;
  width: 100%;
}

/* line 44, resources/assets/styles/components/_buttons.scss */

.video-btn__play .pause {
  display: block;
}

/* line 48, resources/assets/styles/components/_buttons.scss */

.video-btn__play .play {
  display: none;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.video-btn__play.paused .pause {
  display: none;
}

/* line 57, resources/assets/styles/components/_buttons.scss */

.video-btn__play.paused .play {
  display: block;
}

/* line 1, resources/assets/styles/components/_forms.scss */

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}

/* line 5, resources/assets/styles/components/_forms.scss */

.comment-form .has-success input[type=email],
.comment-form .has-success input[type=text],
.comment-form .has-success input[type=url],
.comment-form .has-success textarea,
.ginput_container .has-success input,
.ginput_container .has-success select,
.ginput_container .has-success textarea,
.has-success .comment-form input[type=email],
.has-success .comment-form input[type=text],
.has-success .comment-form input[type=url],
.has-success .comment-form textarea,
.has-success .form-control,
.has-success .ginput_container input,
.has-success .ginput_container select,
.has-success .ginput_container textarea,
.has-success .search-form .search-field,
.search-form .has-success .search-field {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 10, resources/assets/styles/components/_forms.scss */

.comment-form .has-success input[type=email]:focus,
.comment-form .has-success input[type=text]:focus,
.comment-form .has-success input[type=url]:focus,
.comment-form .has-success textarea:focus,
.ginput_container .has-success input:focus,
.ginput_container .has-success select:focus,
.ginput_container .has-success textarea:focus,
.has-success .comment-form input[type=email]:focus,
.has-success .comment-form input[type=text]:focus,
.has-success .comment-form input[type=url]:focus,
.has-success .comment-form textarea:focus,
.has-success .form-control:focus,
.has-success .ginput_container input:focus,
.has-success .ginput_container select:focus,
.has-success .ginput_container textarea:focus,
.has-success .search-form .search-field:focus,
.search-form .has-success .search-field:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 15, resources/assets/styles/components/_forms.scss */

.has-success {
  color: #3c763d !important;
  border-color: #3c763d;
}

/* line 19, resources/assets/styles/components/_forms.scss */

.has-success input {
  background-color: rgba(223, 240, 216, 0.5) !important;
}

/* line 24, resources/assets/styles/components/_forms.scss */

.has-success .form-control-feedback {
  color: #3c763d !important;
}

/* line 28, resources/assets/styles/components/_forms.scss */

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}

/* line 32, resources/assets/styles/components/_forms.scss */

.comment-form .has-warning input[type=email],
.comment-form .has-warning input[type=text],
.comment-form .has-warning input[type=url],
.comment-form .has-warning textarea,
.ginput_container .has-warning input,
.ginput_container .has-warning select,
.ginput_container .has-warning textarea,
.has-warning .comment-form input[type=email],
.has-warning .comment-form input[type=text],
.has-warning .comment-form input[type=url],
.has-warning .comment-form textarea,
.has-warning .form-control,
.has-warning .ginput_container input,
.has-warning .ginput_container select,
.has-warning .ginput_container textarea,
.has-warning .search-form .search-field,
.search-form .has-warning .search-field {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 37, resources/assets/styles/components/_forms.scss */

.comment-form .has-warning input[type=email]:focus,
.comment-form .has-warning input[type=text]:focus,
.comment-form .has-warning input[type=url]:focus,
.comment-form .has-warning textarea:focus,
.ginput_container .has-warning input:focus,
.ginput_container .has-warning select:focus,
.ginput_container .has-warning textarea:focus,
.has-warning .comment-form input[type=email]:focus,
.has-warning .comment-form input[type=text]:focus,
.has-warning .comment-form input[type=url]:focus,
.has-warning .comment-form textarea:focus,
.has-warning .form-control:focus,
.has-warning .ginput_container input:focus,
.has-warning .ginput_container select:focus,
.has-warning .ginput_container textarea:focus,
.has-warning .search-form .search-field:focus,
.search-form .has-warning .search-field:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 42, resources/assets/styles/components/_forms.scss */

.has-warning {
  color: #8a6d3b !important;
  border-color: #8a6d3b;
  background-color: #fcf8e3 !important;
}

/* line 48, resources/assets/styles/components/_forms.scss */

.has-warning .form-control-feedback {
  color: #8a6d3b !important;
}

/* line 52, resources/assets/styles/components/_forms.scss */

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}

/* line 56, resources/assets/styles/components/_forms.scss */

.comment-form .has-error input[type=email],
.comment-form .has-error input[type=text],
.comment-form .has-error input[type=url],
.comment-form .has-error textarea,
.ginput_container .has-error input,
.ginput_container .has-error select,
.ginput_container .has-error textarea,
.has-error .comment-form input[type=email],
.has-error .comment-form input[type=text],
.has-error .comment-form input[type=url],
.has-error .comment-form textarea,
.has-error .form-control,
.has-error .ginput_container input,
.has-error .ginput_container select,
.has-error .ginput_container textarea,
.has-error .search-form .search-field,
.search-form .has-error .search-field {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 61, resources/assets/styles/components/_forms.scss */

.comment-form .has-error input[type=email]:focus,
.comment-form .has-error input[type=text]:focus,
.comment-form .has-error input[type=url]:focus,
.comment-form .has-error textarea:focus,
.ginput_container .has-error input:focus,
.ginput_container .has-error select:focus,
.ginput_container .has-error textarea:focus,
.has-error .comment-form input[type=email]:focus,
.has-error .comment-form input[type=text]:focus,
.has-error .comment-form input[type=url]:focus,
.has-error .comment-form textarea:focus,
.has-error .form-control:focus,
.has-error .ginput_container input:focus,
.has-error .ginput_container select:focus,
.has-error .ginput_container textarea:focus,
.has-error .search-form .search-field:focus,
.search-form .has-error .search-field:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 66, resources/assets/styles/components/_forms.scss */

.has-error,
.validation_error {
  color: #a94442 !important;
  border-color: #a94442;
}

/* line 71, resources/assets/styles/components/_forms.scss */

.has-error input,
.validation_error input {
  background-color: rgba(242, 222, 222, 0.5) !important;
}

/* line 76, resources/assets/styles/components/_forms.scss */

.validation_error {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

/* line 82, resources/assets/styles/components/_forms.scss */

form > .validation_error {
  background-color: #a94442;
  color: #fff !important;
  margin-bottom: 30px;
}

/* line 88, resources/assets/styles/components/_forms.scss */

.gform_validation_error .gform_heading {
  display: none;
}

/* line 92, resources/assets/styles/components/_forms.scss */

.has-error .form-control-feedback {
  color: #a94442 !important;
}

/* line 96, resources/assets/styles/components/_forms.scss */

.comment-form .has-error input[type=email],
.comment-form .has-error input[type=text],
.comment-form .has-error input[type=url],
.comment-form .has-error textarea,
.ginput_container .has-error input,
.ginput_container .has-error select,
.ginput_container .has-error textarea,
.has-error .comment-form input[type=email],
.has-error .comment-form input[type=text],
.has-error .comment-form input[type=url],
.has-error .comment-form textarea,
.has-error .form-control,
.has-error .ginput_container input,
.has-error .ginput_container select,
.has-error .ginput_container textarea,
.has-error .search-form .search-field,
.search-form .has-error .search-field {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 119, resources/assets/styles/components/_forms.scss */

.search-form label {
  font-weight: normal;
  vertical-align: top;
}

/**
 * Gravity Forms styles with Bootstrap 3 mixins
 *
 * GF settings:
 * - Output CSS = No
 * - Output HTML5 = Yes
 */

/* line 133, resources/assets/styles/components/_forms.scss */

.gform_wrapper ul,
.gform_wrapper ul.gfield_checkbox {
  padding-left: 0 !important;
}

/* line 139, resources/assets/styles/components/_forms.scss */

.gform_wrapper li {
  margin-top: 0;
}

/* line 144, resources/assets/styles/components/_forms.scss */

.gform_wrapper form {
  margin-bottom: 0;
}

/* line 151, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gfield_required {
  padding-left: 1px;
}

/* line 162, resources/assets/styles/components/_forms.scss */

.ginput_container textarea {
  height: auto;
}

/* line 167, resources/assets/styles/components/_forms.scss */

.gform_validation_container,
.gform_hidden,
input[type|=tel] + .instruction.validation_message {
  display: none;
}

/* line 173, resources/assets/styles/components/_forms.scss */

.gfield,
.ginput_left,
.ginput_right {
  float: left;
  width: 100%;
}

/* line 180, resources/assets/styles/components/_forms.scss */

.gf_left_third {
  padding-right: 16px;
}

/* line 184, resources/assets/styles/components/_forms.scss */

.gf_left_quad {
  padding-right: 12px;
}

@media (max-width: 767px) {
  /* line 184, resources/assets/styles/components/_forms.scss */

  .gf_left_quad {
    padding: 0 8px 0 0;
  }
}

/* line 192, resources/assets/styles/components/_forms.scss */

.gf_middle_left_quad {
  padding: 0 8px 0 4px;
}

@media (max-width: 767px) {
  /* line 192, resources/assets/styles/components/_forms.scss */

  .gf_middle_left_quad {
    padding: 0 0 0 8px;
  }
}

/* line 200, resources/assets/styles/components/_forms.scss */

.gf_middle_right_quad {
  padding: 0 4px 0 8px;
}

@media (max-width: 767px) {
  /* line 200, resources/assets/styles/components/_forms.scss */

  .gf_middle_right_quad {
    padding: 0 8px 0 0;
  }
}

/* line 208, resources/assets/styles/components/_forms.scss */

.gf_right_third {
  padding-left: 16px;
}

/* line 212, resources/assets/styles/components/_forms.scss */

.gf_right_quad {
  padding-left: 12px;
}

@media (max-width: 767px) {
  /* line 212, resources/assets/styles/components/_forms.scss */

  .gf_right_quad {
    padding: 0 0 0 8px;
  }
}

/* line 220, resources/assets/styles/components/_forms.scss */

.gf_left_half,
.ginput_complex.has_first_name.has_last_name span:first-child,
.ginput_left {
  padding-right: 8px;
  clear: left;
}

/* line 226, resources/assets/styles/components/_forms.scss */

.gf_right_half,
.ginput_complex.has_first_name.has_last_name span:last-child,
.ginput_right {
  padding-left: 8px;
}

/* line 231, resources/assets/styles/components/_forms.scss */

.gf_left_half,
.ginput_complex.has_first_name.has_last_name span:first-child,
.gf_right_half,
.ginput_complex.has_first_name.has_last_name span:last-child,
.ginput_left,
.ginput_right,
.gform_body .gf_list_2col .ginput_container ul li {
  width: 50%;
}

@media (max-width: 599px) {
  /* line 231, resources/assets/styles/components/_forms.scss */

  .gf_left_half,
  .ginput_complex.has_first_name.has_last_name span:first-child,
  .gf_right_half,
  .ginput_complex.has_first_name.has_last_name span:last-child,
  .ginput_left,
  .ginput_right,
  .gform_body .gf_list_2col .ginput_container ul li {
    width: 100%;
    padding: 0;
  }
}

/* line 244, resources/assets/styles/components/_forms.scss */

.gf_left_third,
.gf_middle_third,
.gf_right_third,
.gform_body .gf_list_3col .ginput_container li {
  width: 33.333%;
}

@media (max-width: 599px) {
  /* line 244, resources/assets/styles/components/_forms.scss */

  .gf_left_third,
  .gf_middle_third,
  .gf_right_third,
  .gform_body .gf_list_3col .ginput_container li {
    width: 100%;
    padding: 0;
  }
}

/* line 256, resources/assets/styles/components/_forms.scss */

.gf_left_quad,
.gf_middle_left_quad,
.gf_middle_right_quad,
.gf_right_quad,
.gform_body .gf_list_4col .ginput_container li {
  width: 25%;
}

@media (max-width: 767px) {
  /* line 256, resources/assets/styles/components/_forms.scss */

  .gf_left_quad,
  .gf_middle_left_quad,
  .gf_middle_right_quad,
  .gf_right_quad,
  .gform_body .gf_list_4col .ginput_container li {
    width: 50%;
  }
}

/* line 268, resources/assets/styles/components/_forms.scss */

.gform_body .gf_list_5col .ginput_container li {
  width: 20%;
}

@media (max-width: 599px) {
  /* line 268, resources/assets/styles/components/_forms.scss */

  .gform_body .gf_list_5col .ginput_container li {
    width: 50%;
  }
}

/* line 278, resources/assets/styles/components/_forms.scss */

.gform_body [class*='gf_list'] .gfield_radio li,
.gform_body [class*='gf_list'] .gfield_checkbox li {
  float: left;
  padding: 0 10px 0 2px;
  margin: 0;
  width: auto;
}

/* line 284, resources/assets/styles/components/_forms.scss */

.gform_body [class*='gf_list'] .gfield_radio li input,
.gform_body [class*='gf_list'] .gfield_checkbox li input {
  float: left;
  margin: 6px 5px 0 0;
}

/* line 289, resources/assets/styles/components/_forms.scss */

.gform_body [class*='gf_list'] .gfield_radio li label,
.gform_body [class*='gf_list'] .gfield_checkbox li label {
  width: auto;
  vertical-align: top;
}

/* line 299, resources/assets/styles/components/_forms.scss */

.gform_body ul {
  padding: 0;
}

/* line 303, resources/assets/styles/components/_forms.scss */

.gform_body li {
  position: relative;
}

/* line 307, resources/assets/styles/components/_forms.scss */

.gform_body input[type="file"] {
  border: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}

/* line 315, resources/assets/styles/components/_forms.scss */

.gform_body .ginput_container select {
  padding-right: 0;
}

/* line 319, resources/assets/styles/components/_forms.scss */

.gform_body select[multiple="multiple"] {
  height: 55px;
}

/* line 325, resources/assets/styles/components/_forms.scss */

.gform_body .gfield_checkbox li,
.gform_body .gfield_radio li {
  display: table;
  width: 100%;
}

/* line 330, resources/assets/styles/components/_forms.scss */

.gform_body .gfield_checkbox input,
.gform_body .gfield_radio input {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  height: auto;
}

/* line 338, resources/assets/styles/components/_forms.scss */

.gform_body .gfield_checkbox label,
.gform_body .gfield_radio label {
  display: table-cell;
  width: 100%;
  max-width: none;
  text-align: left;
}

/* line 346, resources/assets/styles/components/_forms.scss */

.gform_body .hideLabel label {
  height: 1px;
  left: rem-calc(-10000);
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/* line 355, resources/assets/styles/components/_forms.scss */

.gform_body label:empty {
  display: none;
}

/* line 360, resources/assets/styles/components/_forms.scss */

.gform_footer {
  margin-top: 10px;
}

/* line 364, resources/assets/styles/components/_forms.scss */

.gform_button {
  text-transform: uppercase;
}

/* line 372, resources/assets/styles/components/_forms.scss */

.ginput_complex.has_first_name.has_last_name span {
  width: 50%;
  float: left;
}

/* line 386, resources/assets/styles/components/_forms.scss */

.ginput_complex span select + label {
  font-size: 12px;
  line-height: 1.66;
  margin: 0 0 0 10px;
  display: block;
}

/* line 394, resources/assets/styles/components/_forms.scss */

.datepicker_with_icon + img {
  display: none;
}

/* line 400, resources/assets/styles/components/_forms.scss */

.gform_body .gfield_description.validation_message {
  position: absolute;
  display: block;
  padding: 5px 10px;
  top: calc(100% + 3px);
  left: 50%;
  max-width: 100%;
  border-radius: 5px;
  transform: translate(-50%, 0);
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  opacity: 1;
  pointer-events: none;
}

/* line 416, resources/assets/styles/components/_forms.scss */

.gform_body .gfield_description.validation_message:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  border-bottom: 7px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

/* line 427, resources/assets/styles/components/_forms.scss */

.gform_body .gfield_description.validation_message.gone {
  opacity: 0;
}

/* line 433, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  background: #fff;
}

/* line 443, resources/assets/styles/components/_forms.scss */

.has-error:not(.ginput_container_select):not(.ginput_container_multiselect),
.has-warning:not(.ginput_container_select):not(.ginput_container_multiselect),
.has-success:not(.ginput_container_select):not(.ginput_container_multiselect) {
  position: relative;
  border: 1px solid;
}

/* line 447, resources/assets/styles/components/_forms.scss */

.has-error:not(.ginput_container_select):not(.ginput_container_multiselect) input,
.has-error:not(.ginput_container_select):not(.ginput_container_multiselect) textarea,
.has-warning:not(.ginput_container_select):not(.ginput_container_multiselect) input,
.has-warning:not(.ginput_container_select):not(.ginput_container_multiselect) textarea,
.has-success:not(.ginput_container_select):not(.ginput_container_multiselect) input,
.has-success:not(.ginput_container_select):not(.ginput_container_multiselect) textarea {
  padding-right: 34px;
}

/* line 453, resources/assets/styles/components/_forms.scss */

.form-control-feedback.gd-icon,
.form-control-feedback.category-select:after,
.form-control-feedback.ginput_container_select:after {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0);
  line-height: 1;
  font-size: 35px;
  font-weight: bolder;
}

/* line 463, resources/assets/styles/components/_forms.scss */

.form-control-feedback.gd-icon.gd-icon-Warning,
.form-control-feedback.gd-icon-Warning.category-select:after,
.form-control-feedback.gd-icon-Warning.ginput_container_select:after {
  top: 0;
  transform: translate(0);
  line-height: 1;
}

/* line 471, resources/assets/styles/components/_forms.scss */

.gform_body {
  font-size: 24px;
  line-height: 1.2em;
}

/* line 475, resources/assets/styles/components/_forms.scss */

.gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
}

/* line 481, resources/assets/styles/components/_forms.scss */

.gform_body .ginput_container > input {
  height: 65px;
  font-size: 24px;
  line-height: 2.7;
  padding: 0 20px;
  width: 100%;
  color: #555;
}

/* line 490, resources/assets/styles/components/_forms.scss */

.gform_body .ginput_container > textarea {
  padding: 20px;
  font-size: 24px;
  line-height: 1.2em;
  height: 250px;
  width: 100%;
  color: #555;
}

/* line 498, resources/assets/styles/components/_forms.scss */

.gform_body .ginput_container > textarea + .form-control-feedback {
  height: 65px;
}

/* line 501, resources/assets/styles/components/_forms.scss */

.gform_body .ginput_container > textarea + .form-control-feedback:before {
  line-height: 2.7;
}

/* line 507, resources/assets/styles/components/_forms.scss */

.gform_body .ginput_container select {
  height: 65px;
  font-size: 24px;
  line-height: 2.7;
  padding: 0 65px 0 15px;
  width: 100%;
  color: #555;
}

/* line 517, resources/assets/styles/components/_forms.scss */

.gform_body .ginput_container.ginput_container_multiselect select {
  height: 115px;
  padding: 15px 65px 15px 15px;
}

/* line 521, resources/assets/styles/components/_forms.scss */

.gform_body .ginput_container.ginput_container_multiselect select option {
  padding: 5px;
}

/* line 532, resources/assets/styles/components/_forms.scss */

.ie9 .gform_body .ginput_container select option {
  padding: 0 15px;
  width: 100%;
  color: #555;
}

/* line 539, resources/assets/styles/components/_forms.scss */

.ie9 .gform_body .ginput_container .gfield_radio input,
.ie9 .gform_body .ginput_container .gfield_checkbox input {
  height: 28px;
  background: transparent;
}

/* line 550, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body li {
  margin-bottom: 10px;
}

/* line 558, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body li {
  margin-bottom: 10px;
}

/* line 562, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .gfield_description.validation_message {
  top: auto;
  bottom: calc(100% + 3px);
  background-color: #d9534f;
  color: #fff;
}

/* line 568, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .gfield_description.validation_message:after {
  top: auto;
  bottom: -7px;
  border-bottom: none;
  border-top: 7px solid #d9534f;
}

/* line 576, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .ginput_container > input + .form-control-feedback::before {
  line-height: 45px;
}

/* line 583, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body input:not(.search-submit):not([type='checkbox']),
.gform_wrapper .gform_body select {
  line-height: 45px;
}

/* line 589, resources/assets/styles/components/_forms.scss */

.gf_left_half,
.ginput_complex.has_first_name.has_last_name span:first-child,
.ginput_complex.has_first_name.has_last_name span:first-child,
.ginput_left {
  padding-right: 5px;
}

/* line 595, resources/assets/styles/components/_forms.scss */

.gf_right_half,
.ginput_complex.has_first_name.has_last_name span:last-child,
.ginput_complex.has_first_name.has_last_name span:last-child,
.ginput_right {
  padding-left: 5px;
}

/* line 601, resources/assets/styles/components/_forms.scss */

.category-select,
.ginput_container_select {
  position: relative;
}

/* line 605, resources/assets/styles/components/_forms.scss */

.category-select:after,
.ginput_container_select:after {
  content: '\E902';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  line-height: 45px !important;
  text-align: center;
  width: 45px;
  font-family: 'icomoon', sans-serif;
  pointer-events: none;
  font-size: 14px;
}

/* line 622, resources/assets/styles/components/_forms.scss */

.category-select .category-select,
.ginput_container_select .category-select {
  line-height: 42px !important;
}

/* line 626, resources/assets/styles/components/_forms.scss */

.category-select select,
.ginput_container_select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 633, resources/assets/styles/components/_forms.scss */

.category-select select,
.ginput_container_select select {
  height: 65px;
  font-size: 24px;
  line-height: 2.7;
  padding: 0 65px 0 15px;
  width: 100%;
  color: #555;
}

/* line 642, resources/assets/styles/components/_forms.scss */

.category-select select::-ms-expand,
.ginput_container_select select::-ms-expand {
  display: none;
}

/* line 647, resources/assets/styles/components/_forms.scss */

.gfield_checkbox {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}

/* line 649, resources/assets/styles/components/_forms.scss */

.gfield_checkbox [type="checkbox"]:not(:checked),
.gfield_checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

/* line 655, resources/assets/styles/components/_forms.scss */

.gfield_checkbox [type="checkbox"]:not(:checked) + label,
.gfield_checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

/* line 663, resources/assets/styles/components/_forms.scss */

.gfield_checkbox [type="checkbox"]:not(:checked) + label:before,
.gfield_checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(0, -50%);
}

/* line 677, resources/assets/styles/components/_forms.scss */

.gfield_checkbox [type="checkbox"]:not(:checked) + label:after,
.gfield_checkbox [type="checkbox"]:checked + label:after {
  content: '\2713   ';
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%) scale(1);
  font-size: 25px;
  line-height: 2;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* line 692, resources/assets/styles/components/_forms.scss */

.gfield_checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: translate(0, -50%) scale(0);
}

/* line 697, resources/assets/styles/components/_forms.scss */

.gfield_checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}

/* line 703, resources/assets/styles/components/_forms.scss */

.gfield_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.gfield_checkbox [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
}

/* line 709, resources/assets/styles/components/_forms.scss */

.gform_body .ginput_container > textarea {
  height: 150px;
}

/* line 713, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body {
  font-size: 1.4rem;
  font-weight: normal;
}

/* line 718, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .gfield.gf_list_2col label.gfield_label {
  text-transform: uppercase;
  color: #fff;
  margin: 20px auto 15px;
  font-size: 18px !important;
}

/* line 725, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .gfield.gf_list_2col li {
  margin-bottom: 3px;
}

/* line 729, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .gfield.gf_list_2col .ginput_container_checkbox {
  margin: 0 150px;
}

@media (max-width: 767px) {
  /* line 729, resources/assets/styles/components/_forms.scss */

  .gform_wrapper .gform_body .gfield.gf_list_2col .ginput_container_checkbox {
    margin: 0 20px;
  }
}

/* line 735, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .gfield.gf_list_2col .ginput_container_checkbox label {
  font-size: 18px !important;
}

/* line 741, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .clear-multi {
  display: flex;
}

/* line 744, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .clear-multi .ginput_container_time {
  margin: 0 8px 0 0;
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
}

/* line 750, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .clear-multi .ginput_container_time:last-of-type {
  margin: 0;
}

/* line 754, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .clear-multi .ginput_container_time i {
  margin-left: 4px;
}

/* line 758, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .clear-multi .ginput_container_time select {
  padding: 0 7.5px;
}

/* line 762, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_body .clear-multi .ginput_container_time input[type="number"] {
  padding: 0 0 0 7.5px;
}

@media (max-width: 767px) {
  /* line 770, resources/assets/styles/components/_forms.scss */

  li.gf_left_half,
  li.gf_right_half,
  li.gf_right_quad,
  li.gf_middle_right_quad {
    width: 100%;
    padding: 0 !important;
  }
}

/* line 779, resources/assets/styles/components/_forms.scss */

.gform_heading {
  margin-bottom: 15px;
}

/* line 783, resources/assets/styles/components/_forms.scss */

form.search-form {
  position: relative;
  display: inline-flex;
  max-width: 100%;
}

/* line 788, resources/assets/styles/components/_forms.scss */

form.search-form > label {
  height: 36px;
  display: inline-block;
}

/* line 792, resources/assets/styles/components/_forms.scss */

form.search-form > label input.search-field {
  display: block;
  padding: 0 10px;
  height: 100%;
}

/* line 799, resources/assets/styles/components/_forms.scss */

form.search-form > input.search-submit {
  position: relative;
  height: auto;
  padding: 14px 20px;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  width: auto;
  letter-spacing: inherit;
  margin: 10px 0;
  white-space: normal;
  border: none;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  margin: 0 5px 0 0 !important;
  padding: 10px 15px !important;
  font-size: 16px;
  line-height: 1;
}

@media (min-width: 992px) {
  /* line 5, resources/assets/styles/common/_custom-mixins.scss */

  form.search-form > input.search-submit:hover,
  form.search-form > input.search-submit:active,
  form.search-form > input.search-submit:focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

form.search-form > input.search-submit:hover,
form.search-form > input.search-submit:active,
form.search-form > input.search-submit:focus {
  text-decoration: none !important;
  border: none;
}

/* line 809, resources/assets/styles/components/_forms.scss */

.post-password-form {
  display: block;
  padding: 100px 100px 100px 100px;
  text-align: left;
}

@media (max-width: 1599px) {
  /* line 809, resources/assets/styles/components/_forms.scss */

  .post-password-form {
    padding: 80px 80px 80px 80px;
  }
}

@media (max-width: 1199px) {
  /* line 809, resources/assets/styles/components/_forms.scss */

  .post-password-form {
    padding: 64px 64px 64px 64px;
  }
}

@media (max-width: 991px) {
  /* line 809, resources/assets/styles/components/_forms.scss */

  .post-password-form {
    padding: 51.2px 51.2px 51.2px 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 809, resources/assets/styles/components/_forms.scss */

  .post-password-form {
    padding: 40.96px 25px 40.96px 25px;
  }
}

@media (max-width: 599px) {
  /* line 809, resources/assets/styles/components/_forms.scss */

  .post-password-form {
    padding: 40px 20px 40px 20px;
  }
}

/* line 814, resources/assets/styles/components/_forms.scss */

.post-password-form input[name="post_password"] {
  height: 50px;
  font-size: 24px;
  line-height: 2;
  padding: 0 15px;
  width: 100%;
  max-width: 300px;
}

/* line 823, resources/assets/styles/components/_forms.scss */

.post-password-form input[type="submit"] {
  position: relative;
  height: auto;
  padding: 14px 20px;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  width: auto;
  letter-spacing: inherit;
  margin: 10px 0;
  white-space: normal;
  border: none;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  /* line 5, resources/assets/styles/common/_custom-mixins.scss */

  .post-password-form input[type="submit"]:hover,
  .post-password-form input[type="submit"]:active,
  .post-password-form input[type="submit"]:focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"]:focus {
  text-decoration: none !important;
  border: none;
}

/* line 827, resources/assets/styles/components/_forms.scss */

.post-password-form label {
  width: 100%;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 58, resources/assets/styles/components/_wp-classes.scss */

.gallery[class*="galleryid-"] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* line 63, resources/assets/styles/components/_wp-classes.scss */

.gallery[class*="galleryid-"] figure {
  margin-bottom: 20px;
  position: relative;
}

/* line 67, resources/assets/styles/components/_wp-classes.scss */

.gallery[class*="galleryid-"] figure .gallery-icon {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 10px;
}

/* line 74, resources/assets/styles/components/_wp-classes.scss */

.gallery[class*="galleryid-"] figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 81, resources/assets/styles/components/_wp-classes.scss */

.gallery[class*="galleryid-"] figure img {
  height: auto;
  width: 100%;
  object-fit: contain;
  object-position: center top;
}

/* line 89, resources/assets/styles/components/_wp-classes.scss */

.gallery[class*="galleryid-"].gallery-columns-2 figure {
  flex-basis: 50%;
}

/* line 92, resources/assets/styles/components/_wp-classes.scss */

.gallery[class*="galleryid-"].gallery-columns-3 figure {
  flex-basis: 33.3%;
}

/* line 95, resources/assets/styles/components/_wp-classes.scss */

.gallery[class*="galleryid-"].gallery-columns-4 figure {
  flex-basis: 25%;
}

/* line 98, resources/assets/styles/components/_wp-classes.scss */

.gallery[class*="galleryid-"].gallery-columns-5 figure {
  flex-basis: 20%;
}

@media (max-width: 1199px) {
  /* line 103, resources/assets/styles/components/_wp-classes.scss */

  .gallery[class*="galleryid-"].gallery-columns-5 figure,
  .gallery[class*="galleryid-"].gallery-columns-4 figure {
    flex-basis: 33%;
  }
}

@media (max-width: 991px) {
  /* line 110, resources/assets/styles/components/_wp-classes.scss */

  .gallery[class*="galleryid-"].gallery-columns-5 figure,
  .gallery[class*="galleryid-"].gallery-columns-4 figure,
  .gallery[class*="galleryid-"].gallery-columns-3 figure {
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  /* line 118, resources/assets/styles/components/_wp-classes.scss */

  .gallery[class*="galleryid-"].gallery-columns-5 figure,
  .gallery[class*="galleryid-"].gallery-columns-4 figure,
  .gallery[class*="galleryid-"].gallery-columns-3 figure,
  .gallery[class*="galleryid-"].gallery-columns-2 figure {
    flex-basis: 100%;
  }
}

@media (max-width: 991px) {
  /* line 2, resources/assets/styles/components/_mobile-menu-v2.scss */

  #siteHeader,
  .pgMiddle,
  #siteFooter,
  #cta,
  .non_discrimination,
  #actionBlock {
    transform: translate(0, 0);
    transition: transform 0.75s ease-in-out;
    position: relative;
    z-index: 1;
  }
}

/* line 13, resources/assets/styles/components/_mobile-menu-v2.scss */

body {
  position: relative;
}

/* line 16, resources/assets/styles/components/_mobile-menu-v2.scss */

.mobileOpen {
  position: fixed;
}

/* line 19, resources/assets/styles/components/_mobile-menu-v2.scss */

.mobileOpen .pgMiddle,
.mobileOpen #siteFooter,
.mobileOpen #cta,
.mobileOpen .non_discrimination,
.mobileOpen #actionBlock {
  transform: translate(-100%, 0);
}

/* line 25, resources/assets/styles/components/_mobile-menu-v2.scss */

.mobileOpen .headroom--not-top #siteHeader,
.mobileOpen #siteHeader {
  transform: translate(-150%, 0);
}

/* line 32, resources/assets/styles/components/_mobile-menu-v2.scss */

.admin-bar #mobileNav {
  top: 32px;
}

/* line 37, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav {
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow: auto !important;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 37, resources/assets/styles/components/_mobile-menu-v2.scss */

  #mobileNav {
    display: none;
  }
}

/* line 52, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav > * {
  flex-shrink: 0;
}

/* line 56, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul {
  display: block;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 64, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

/* line 70, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul li a {
  background: none;
  display: block;
  font-family: "ArquitectaMedium",serif !important;
  font-size: 20px;
  line-height: 1.1em;
  padding: 15px 50px 15px 30px;
  position: relative;
  text-decoration: none !important;
}

@media (max-width: 599px) {
  /* line 70, resources/assets/styles/components/_mobile-menu-v2.scss */

  #mobileNav #mainNav ul li a {
    padding: 15px 50px 15px 20px;
  }
}

/* line 87, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul li:not(.menu-item-has-children) .toggler {
  display: none !important;
}

/* line 92, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul li.menu-item-has-children {
  position: relative;
}

/* line 95, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul li.menu-item-has-children > a {
  transition: all 0.35s ease-in-out;
}

/* line 99, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul li.menu-item-has-children .toggler {
  border-radius: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px 0px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 7px;
  width: 40px;
  z-index: 2;
}

/* line 113, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul li.menu-item-has-children .toggler:before {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(0);
  transition: transform 0.35s ease-in-out;
  transform-origin: 50% 50%;
  width: 40px;
}

/* line 133, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul li.menu-item-has-children.open .toggler:before {
  transform: rotate(-180deg);
}

/* line 140, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul li.bg-gold {
  background-color: #E7A614;
}

/* line 143, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul li.bg-gold a {
  color: #000;
}

/* line 149, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul .sub-menu {
  display: none;
}

/* line 152, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mainNav ul .sub-menu li a {
  padding-left: 40px;
  text-decoration: none;
  text-transform: capitalize;
}

/* line 160, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose {
  background-color: #000000;
  display: flex;
  justify-content: end;
  padding: 0;
  position: relative;
}

/* line 167, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose button {
  align-items: center;
  display: inline-flex;
  font-family: "ArquitectaMedium",serif !important;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 14px;
  justify-content: flex-end;
  padding: 15px 30px 15px 0;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  /* line 167, resources/assets/styles/components/_mobile-menu-v2.scss */

  #mobileNav #mobileNavClose button {
    padding: 15px 15px 15px 0;
  }
}

/* line 183, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose button .gd-icon,
#mobileNav #mobileNavClose button .category-select:after,
#mobileNav #mobileNavClose button .ginput_container_select:after {
  display: inline-flex;
  font-size: 40px;
  height: 55px;
  position: relative;
  width: auto;
}

/* line 192, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose #anchorSearch {
  transition: all 0.35s ease-in-out;
  display: flex !important;
  flex-grow: 1;
  justify-content: flex-start;
  margin: 15px 30px;
  order: -1 !important;
  position: relative;
}

@media (max-width: 599px) {
  /* line 192, resources/assets/styles/components/_mobile-menu-v2.scss */

  #mobileNav #mobileNavClose #anchorSearch {
    margin: 15px;
  }
}

/* line 205, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose #anchorSearch form {
  transition: all 0.35s ease-in-out;
  border-radius: 200px;
  display: block;
  height: 55px;
  position: relative;
  transform-origin: left center;
  width: 55px;
}

/* line 214, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose #anchorSearch form .form-group {
  margin-left: 45px;
  position: relative;
  right: auto;
  transform-origin: left center;
  top: 0;
  width: calc(100% - 45px);
}

/* line 222, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose #anchorSearch form .form-group input {
  transition: all 0.35s ease-in-out;
  background-color: transparent;
  height: 55px;
  padding: 0 0 0 5px;
}

/* line 230, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose #anchorSearch form.open {
  width: 100%;
}

/* line 235, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose #anchorSearch form.open .form-group input {
  width: 100%;
}

/* line 242, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose #anchorSearch button.btn {
  display: inline-block;
  height: 55px;
  order: -1;
  position: absolute;
  width: 55px;
}

/* line 249, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose #anchorSearch button.btn .gd-icon,
#mobileNav #mobileNavClose #anchorSearch button.btn .category-select:after,
#mobileNav #mobileNavClose #anchorSearch button.btn .ginput_container_select:after {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 55px;
}

/* line 258, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #mobileNavClose #anchorSearch button.btn .gd-icon::before {
  font-size: 30px;
  left: 50%;
  line-height: 1.83;
  margin: 0;
  position: absolute;
  transform: translate(-50%, -65%);
  top: 50%;
}

/* line 271, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav ul li.featureLink {
  border-bottom: none;
  border-top: none;
  float: none;
  margin: 15px !important;
  overflow: hidden;
  text-align: center;
  width: calc(100% - 30px);
}

/* line 280, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav ul li.featureLink a {
  display: block;
  padding: 14px 20px;
  text-align: center;
}

/* line 287, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #featureLinkWrap {
  padding: 20px;
  text-align: center;
  width: 100%;
}

/* line 292, resources/assets/styles/components/_mobile-menu-v2.scss */

#mobileNav #featureLinkWrap a {
  display: block;
  text-align: center;
}

/* line 1, resources/assets/styles/components/_text-resize.scss */

#resize {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 1;
  text-align: center;
  background: #fff;
  padding: 15px 10px 15px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* line 10, resources/assets/styles/components/_text-resize.scss */

#resize a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

/* line 14, resources/assets/styles/components/_text-resize.scss */

#resize a.resizer {
  margin-top: 3px;
}

/* line 16, resources/assets/styles/components/_text-resize.scss */

#resize a.resizer:before {
  font-size: 30px;
}

/* line 22, resources/assets/styles/components/_text-resize.scss */

#fontDefault {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
}

/* Hide at same point as mobile menu appears */

@media (max-width: 991px) {
  /* line 30, resources/assets/styles/components/_text-resize.scss */

  #resize {
    display: none;
  }
}

/* line 3, resources/assets/styles/components/_icons.scss */

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

/* line 15, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-360:before {
  content: "\E900";
}

/* line 18, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Back:before {
  content: "\E901";
}

/* line 21, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Carrot:before {
  content: "\E902";
}

/* line 24, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Collapse:before {
  content: "\E903";
}

/* line 27, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Download:before {
  content: "\E904";
}

/* line 30, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Expand:before {
  content: "\E905";
}

/* line 33, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Go:before {
  content: "\E906";
}

/* line 36, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-More:before {
  content: "\E907";
}

/* line 39, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Phone:before {
  content: "\E908";
}

/* line 42, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Pin:before {
  content: "\E909";
}

/* line 45, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Play:before {
  content: "\E90A";
}

/* line 48, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Rounded-Carrot:before {
  content: "\E90B";
}

/* line 51, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Schedule:before {
  content: "\E90C";
}

/* line 54, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Scroll:before {
  content: "\E90D";
}

/* line 57, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Search:before {
  content: "\E90E";
}

/* line 60, resources/assets/styles/components/_icons.scss */

.gd-icon.gd-icon-Success:before {
  content: "\E90F";
}

/* line 64, resources/assets/styles/components/_icons.scss */

[class^="gd-icon-"]::before,
[class*=" gd-icon-"]:before {
  margin: 0 5px;
  font-family: 'icomoon', monospace !important;
}

/* line 69, resources/assets/styles/components/_icons.scss */

.gd-icon,
.category-select:after,
.ginput_container_select:after {
  line-height: 1;
}

/* line 73, resources/assets/styles/components/_icons.scss */

a > span.gd-icon,
a > span.category-select:after,
a > span.ginput_container_select:after {
  text-decoration: none !important;
}

/* line 75, resources/assets/styles/components/_icons.scss */

a > span.gd-icon::before {
  text-decoration: none !important;
}

/* line 81, resources/assets/styles/components/_icons.scss */

.gd-icon-360:before {
  content: "\21BA";
}

/* line 84, resources/assets/styles/components/_icons.scss */

.gd-icon-Back:before {
  content: "\2190";
}

/* line 87, resources/assets/styles/components/_icons.scss */

.gd-icon-Carrot:before {
  content: "\25BE";
}

/* line 90, resources/assets/styles/components/_icons.scss */

.gd-icon-Collapse:before {
  content: "\2212";
}

/* line 93, resources/assets/styles/components/_icons.scss */

.gd-icon-Download:before {
  content: "\2913";
}

/* line 96, resources/assets/styles/components/_icons.scss */

.gd-icon-Expand:before {
  content: "+";
}

/* line 99, resources/assets/styles/components/_icons.scss */

.gd-icon-Go:before {
  content: "\27F6";
}

/* line 102, resources/assets/styles/components/_icons.scss */

.gd-icon-More:before {
  content: "+";
}

/* line 105, resources/assets/styles/components/_icons.scss */

.gd-icon-Phone:before {
  content: "\260E";
}

/* line 108, resources/assets/styles/components/_icons.scss */

.gd-icon-Pin:before {
  content: "\2A54";
}

/* line 111, resources/assets/styles/components/_icons.scss */

.gd-icon-Play:before {
  content: "\25B8";
}

/* line 114, resources/assets/styles/components/_icons.scss */

.gd-icon-PlaySharp:before {
  content: "\25B8";
}

/* line 117, resources/assets/styles/components/_icons.scss */

.gd-icon-Rounded-Carrot:before {
  content: "\25B9";
}

/* line 120, resources/assets/styles/components/_icons.scss */

.gd-icon-Schedule:before {
  content: "\229E";
}

/* line 123, resources/assets/styles/components/_icons.scss */

.gd-icon-Scroll:before {
  content: "\2C7";
}

/* line 126, resources/assets/styles/components/_icons.scss */

.gd-icon-Search:before {
  content: "?";
}

/* line 129, resources/assets/styles/components/_icons.scss */

.gd-icon-Success:before {
  content: "\2713";
}

/* line 132, resources/assets/styles/components/_icons.scss */

.gd-icon-DownArrow:before {
  content: '\2193';
}

/* line 135, resources/assets/styles/components/_icons.scss */

.gd-icon-UpArrow:before {
  content: '\2191';
}

/* line 138, resources/assets/styles/components/_icons.scss */

.gd-icon-RightArrow:before {
  content: '\2192';
}

/* line 141, resources/assets/styles/components/_icons.scss */

.gd-icon-Close:before {
  content: '\D7';
}

/* line 144, resources/assets/styles/components/_icons.scss */

.gd-icon-Out:before {
  content: '\2197\FE0E';
}

/* line 147, resources/assets/styles/components/_icons.scss */

.gd-icon-Warning:before {
  content: '\26A0';
}

/* line 1, resources/assets/styles/layouts/_default-layout.scss */

.pgMiddle {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* line 6, resources/assets/styles/layouts/_default-layout.scss */

.pgMiddle > .wrap > .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 10, resources/assets/styles/layouts/_default-layout.scss */

.pgMiddle > .wrap > .content > * {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
}

/* line 15, resources/assets/styles/layouts/_default-layout.scss */

.pgMiddle > .wrap > .content main.main {
  flex-basis: 50%;
}

/* line 20, resources/assets/styles/layouts/_default-layout.scss */

.pgMiddle .theContent ul.menu ul.sub-menu {
  margin-top: 15px;
}

@media (max-width: 991px) {
  /* line 25, resources/assets/styles/layouts/_default-layout.scss */

  main.main {
    display: block;
    width: 100%;
  }

  /* line 29, resources/assets/styles/layouts/_default-layout.scss */

  #sidebar {
    display: none;
  }
}

@media (max-width: 991px) {
  /* line 35, resources/assets/styles/layouts/_default-layout.scss */

  body.qf_sidebar main.main {
    order: -2;
    flex-basis: 100% !important;
  }

  /* line 39, resources/assets/styles/layouts/_default-layout.scss */

  body.qf_sidebar #cta {
    order: 2;
  }

  /* line 42, resources/assets/styles/layouts/_default-layout.scss */

  body.qf_sidebar #sidebar {
    max-width: 100% !important;
    display: flex;
    flex-basis: 100% !important;
    order: 3 !important;
    align-items: center !important;
  }

  /* line 48, resources/assets/styles/layouts/_default-layout.scss */

  body.qf_sidebar #sidebar #qFormWrap {
    max-width: 700px;
    margin: auto;
  }
}

/* line 55, resources/assets/styles/layouts/_default-layout.scss */

main.main {
  display: block;
  position: relative;
  padding: 0;
  max-width: 100%;
  z-index: 0;
}

/* line 61, resources/assets/styles/layouts/_default-layout.scss */

main.main > * {
  position: relative;
  z-index: 1;
}

/* line 68, resources/assets/styles/layouts/_default-layout.scss */

#pageContent .theContent ul:not(.gform_fields) {
  list-style: initial;
}

/* line 69, resources/assets/styles/layouts/_default-layout.scss */

#pageContent .theContent > *:not(.gd-block):not(p):not(.wp-block-cover):not(.wp-block-group):not(.wp-block-columns):not(.wp-block-gallery):not(.wp-block-media-text) {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 100px 0 100px;
  margin-bottom: 5.5rem;
  float: none;
}

@media (min-width: 992px) {
  /* line 69, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > *:not(.gd-block):not(p):not(.wp-block-cover):not(.wp-block-group):not(.wp-block-columns):not(.wp-block-gallery):not(.wp-block-media-text) {
    max-width: 1200px;
  }
}

@media (max-width: 1599px) {
  /* line 69, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > *:not(.gd-block):not(p):not(.wp-block-cover):not(.wp-block-group):not(.wp-block-columns):not(.wp-block-gallery):not(.wp-block-media-text) {
    padding: 0 80px 0 80px;
  }
}

@media (max-width: 1199px) {
  /* line 69, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > *:not(.gd-block):not(p):not(.wp-block-cover):not(.wp-block-group):not(.wp-block-columns):not(.wp-block-gallery):not(.wp-block-media-text) {
    padding: 0 64px 0 64px;
  }
}

@media (max-width: 991px) {
  /* line 69, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > *:not(.gd-block):not(p):not(.wp-block-cover):not(.wp-block-group):not(.wp-block-columns):not(.wp-block-gallery):not(.wp-block-media-text) {
    padding: 0 51.2px 0 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 69, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > *:not(.gd-block):not(p):not(.wp-block-cover):not(.wp-block-group):not(.wp-block-columns):not(.wp-block-gallery):not(.wp-block-media-text) {
    padding: 0 25px 0 25px;
  }
}

@media (max-width: 599px) {
  /* line 69, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > *:not(.gd-block):not(p):not(.wp-block-cover):not(.wp-block-group):not(.wp-block-columns):not(.wp-block-gallery):not(.wp-block-media-text) {
    padding: 0 20px 0 20px;
  }
}

/* line 75, resources/assets/styles/layouts/_default-layout.scss */

#pageContent .theContent > p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 100px 0 100px;
  margin-bottom: 5.5rem;
}

@media (min-width: 992px) {
  /* line 75, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > p {
    max-width: 1200px;
  }
}

@media (max-width: 1599px) {
  /* line 75, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > p {
    padding: 0 80px 0 80px;
  }
}

@media (max-width: 1199px) {
  /* line 75, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > p {
    padding: 0 64px 0 64px;
  }
}

@media (max-width: 991px) {
  /* line 75, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > p {
    padding: 0 51.2px 0 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 75, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > p {
    padding: 0 25px 0 25px;
  }
}

@media (max-width: 599px) {
  /* line 75, resources/assets/styles/layouts/_default-layout.scss */

  #pageContent .theContent > p {
    padding: 0 20px 0 20px;
  }
}

/* line 80, resources/assets/styles/layouts/_default-layout.scss */

#pageContent .theContent > *:last-child {
  margin-bottom: 0 !important;
}

/* line 86, resources/assets/styles/layouts/_default-layout.scss */

body.mobileOpen #resize {
  transform: translate(100%, 0);
}

/* line 90, resources/assets/styles/layouts/_default-layout.scss */

#resize {
  padding: 0;
  z-index: 100;
  top: 250px;
  opacity: .9;
}

/* line 95, resources/assets/styles/layouts/_default-layout.scss */

#resize #fontDefault {
  padding: 10px;
}

/* line 98, resources/assets/styles/layouts/_default-layout.scss */

#resize .resizer {
  display: block;
  font-size: 30px;
  height: 40px;
  line-height: 1.33;
  margin: 0 auto;
}

/* line 108, resources/assets/styles/layouts/_default-layout.scss */

.mfp-image-holder .mfp-content {
  max-height: none;
}

@media (max-width: 767px) {
  /* line 112, resources/assets/styles/layouts/_default-layout.scss */

  .mfp-wrap .mfp-content .mfp-iframe-scaler {
    overflow: auto !important;
    padding-top: 60%;
  }
}

@media (max-width: 599px) {
  /* line 118, resources/assets/styles/layouts/_default-layout.scss */

  .mfp-wrap .mfp-content .mfp-iframe-scaler {
    padding-top: 100%;
  }
}

/* line 19, resources/assets/styles/common/_utilities.scss */

.mfp-content::after {
  content: "";
  display: table;
  clear: both;
}

/* line 126, resources/assets/styles/layouts/_default-layout.scss */

.icon-facebook {
  background-image: url(data:image/png;base64,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);
}

/* line 127, resources/assets/styles/layouts/_default-layout.scss */

.icon-twitter {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADwVJREFUeNrsneFV4zoThmUf/m+2gjUVbKgApwJCBRsqYKkAqGChAkIFhAowFRAqILcCcivgeshoP5MvcWxHljTS+57jGy7LspKlRzMjjSSlIAiCIKiLErwCP/Tx8ZFv+PYySZI53g4ACbHDZ+UHPcPyGZTPD/5/VfleFy340V//U/nevARqibcPQHwCYcAdPq9AkDsuVsHAvDI0BVoKgNi0DATAMYMxFFL0OYPzTJ+wNADEJBRjBmJccZOk6y8wJSwztDIAaes2EQwn/Bm6yJrM2LrMYF0ACKCo17R8HmFZAAiBQTHEOUMxUNC6ZSFYbktYFgAkLjAmDMYQHDQSxSv3JShTABK2G/WbwYC16CayJLdkWWKIVZJIwMjKj8vymaB/G3W/CJSbkEFJAAYEUCIDpOJKXaL/AhQA8hWOK8QYzmOU61CC+SQgMPLy406Fs9ItXQWDUkiuRBpCnFE+D+WXT4DDK9GA9VS2zR92eWFBHMCh4wy4U/7HJ2cSV+YToWBk7E7l6HuiNGNQlgCkPzgm5ccfWA3R1uRUSmySCgJjwLHGHeAQrYGOTWBBzMFB+VIPCMKD05ytyQIWZD+X6gVwBCka+F54QxoA6QDHHbtUUNgu1wMv8MLFahpvqNW6BlLR45J3s1yJh3Ag3kBcMvIFksRDOJ4UZqli15IhcX5oXuoRHDoYBxyQngoeApD/wYFgHNoEidMZrgRwQAJ05ip9PgEcECDxEBDAAUmAJAEckDCd2kybTwAHJExWp4ATy3B85t6gjSEpkCSW4cAiIGRKi/I56nvFPbEEx0AhIxcyr97TUmwtFOJABagPkVfS68ar3gHhlHVk5UJ9adJnqnzSMxwThRkryI56mf5NeoQDM1aQTS05aF9472JxUP6ANoMsqpc+11cMgiNAISdBu+nTUoy7WIg7IA80MnXuVmIYjkxh0xPkXgtlaBHRtIuFQ90gH5SZ8mKMAcIHSedoG8gTjflKDPcuFlwrr0W++LNaTYNuS+4bctsdBzbI7e1qmQKEptfG6IteSN9t/tg1UOWR94TbNBP+PuhKuAtngPDLfEK/9GK0NH71GR+acN6zZSkqVqwPHXVNjTcByJvCmkdwYGwZCE2vb1HZL/izz6yLonw/I+tBOieJAQ53uubRcdr3P0TuWvkc8r+5r2g0p/3lh5w/dd5z8fOuxwcle8BB5vDNQWA+538zZjCdXkKzx/GwBPJ9tdw8wfNmw9Iy4NYsiKu7Ackkn3IniVE0QBy6vKGJ/fkjjh2alJfa7Hv59842lNvWXfYZL0X0b0EsUr/Vl4x0C69XBztzO1BcMlmzbgQBTS3P6rJrHWR8L3lwafz+DvawHi50Wx3Fyhd8oeLJ+/IODm6Hs7IdXisDWJvZItttR4MpWZGr3iyIQ+ux0YeMJDnSSzj2tDxXjgbaVlakSwziynrMtoxgFPidRRCQhwRH7rAfaSti3oI4tB5K7dhSGbAlsXqSoAU4fIgdl+U7/d6HBZk49HVnO/48REsyBRz9WBEeUM1ZEIfrHp8+eNlRjoQ1glVfORA4KNa6V6uFw8xFTLuPBRk77HSLFpbmM6BV8tdJbgOCI6+BQ6+THFYGwcxCsTIT6fDVSr59uNNVh/KSGX35kKl3ttghwHG1VjfqR3Tt84Rj2i9WxvJ73nnIw0GLESCT1DA0+pblJkvyx2XsFLP14AMUqN9cs6WYb1s4rFz9bVO0qSqrW8xsulD4S2IDcSfTC1l/BBV9GoL1aLoPowKHC6tJg+dV5xiECz8W3lA3apU7tBBQ3Lnpw88EyOXxtL/2DdJdBucmIdEJdr6PzvcxkcG5XC4H4NpgvQkgJ6E0BrlclDuk/M4GLiKDw4f48FcnQDxyr74ZBoUW32gO/MZTSwc4LAfrXS2IL7HHsIeOuOQgkma6fOmUBeBwosG2HYe7ADkJFZAKKAUvUJ15EMQvAwfjc21K+TntftIKEM9mrwbri0o9gDLlIP7aYUd9DRgOnWri62VKeVsLkkuoQA9u1xXHJy5BCQ2OsedwkDKGuDEgvs1eWSvPGig+uF7SLQeldEhYKsglW5Cx7fwkBmXKWZ8UzM/Q5du7x4LKetIIEPb3Mw8r4Cwm4mCe1k9oow3Nfs3R94NTYwuSe1qBS9cFYKtywzNfhwxLYejXf0Mfde4S5k0AOfY4kJr4UhjKmWJYRmxZyMJM94hZcF22Z1Yk2UKRz+ftdjohz8FINOCXPeQBp8nhzCLq1mFElnS4+ZdzfJMtDfvueSWueZZJWmcZMCg6xvvBn/r7ZJUSAOJUXw50SARX6CiWvCUAYl2HestBKihAX9ddKNtSY/LphWhYF6T/FFQJXDcNWQckE1SRMWeGQpBJHdcB4uNUY11O1ASQyOhsgpRtBGRTspYnovUFvV12CUggJ4Aoj/NmaMaKt8vqBMLZBkheELgjSDchbSwOBLhXX8Dlo3ym/OhpRL0IRxMMNLt1FtJp6FIlfLAabALE1woN1fbrDwoV0UEHwjQUXvZi3cXydYr3B/oaAHFhQaTEIEjik6kf0sueCinsEME3LIhlZZsA8XnGYYz+Jk659Aqkgsp6gv4mR0bv3vAoBvFZ476P/oHgXq2XPxVW6An6nRgdh1CJpGISiZgXz8sb1L19gbtY70r4rQC0eS1d97kE+IW/0f1ExB9BzDqmAst86XFSJbRSMBMqqdByI3PXb40BiFsNu9x8C1lxrzIl7MLXEAHRrhYWD2E9AEidq4V4xDudhwqIxKnTz+uDAYk37tUwJPfqCyCCz5gCJLAecLEaQPLi07m9EVoPn24kAyA1MckDUuOdBechvfd5iIDohnqDNbGuy8Dqs9wESBGQy0XWBKDYca/y0ILzUF2sdWUVUK6QLg/rsa+LtQwYlEt2vSiY/4M4xaj1yAOs2r/0n/Vjf16V3JmIhVodDVQ33fvMPzdHyjysR5MY5CAgC0JW4hodH9ajTxdL+oU0CMhhPYxakGRtRKBR+E1wpYK7489j60GDUbDbDvRVeOnaNxfSg3FM61qBYxC49fjrSaV1fyjV7GOGqnf9VoGue6zH4psAEW9FAh/dXFuPGN7vcx0gryGMcAEcXOarYtjuXOtiFYFUEkmL5q0HuVZ5TIAkWwKw94AqOsLaiDHXis5NC33QWZb95ftWC8KdaR5IZXFVtFnXKgaL/KXvp01+SLjG2CMC16pLgF4HyHNglab8sidA0gkOssJ/Iqrylxg8qfE33wKsPLmPp3yvIbQbjgHHHVksddYr6LUWhFfUFwHWXx/wgHT3ZnqICQ61YQY3bfPDAYl8auw2rLcedxHFHVqPbQB5DPxlVLfl/oZF+QIHDRwxDh7/ZxSSHS/qI7IXNOOBoQggcXMfOGKcGt+YCb4LEPJBYz3/VsdhekZvzuAsA4aDZqyeVBzrHeu6Kdv2oi0gsY4m28zvaaiARA4HabRpdnMXICGlneyji/Ll3cByxOVe7QrSddrJLGIwyK06AhxRxJ6qNSCsxwhf2JKtxpHgQ72bwJEDjk/dbzUSDV/ke0QvccpwBJ0BjPhyt3vV1IKoSNwsAoOumD6LAI4rwPFXt7VhRgs/9SVgMK5jWPfgSRdKPJyAi7/6XjcgHjT5DeSHly+XfPFQLqlZsN95E8tmKk5AfQioDY0Mjrvav83h1bcBBN5kLWi+m1ypq4jgGLMHADgaBuetXCzBwXqhVivhs5Bno+BSdRKdz3y064cOWv5SsiI+HvmitwnT8w9Xvoi59XkKlwLxDCx094jaWhAakd56tiJLLny1g+eaevX1gO1FrEmFsBr7xaC9HVHLm41s6AEX3rRuG0rbf/+Adqnx4JF0aIRM2duOq63JDY7ugTtlsE8dNu1Pra9gY5dmaqky+pBkfYUaNjWtgVE+lCryBDiaxx5tBtukY8PYiEVgUeotxqWKb0us9dij0yWe3DldrItULcpdbDEK+c50xyJbDMDRXtet+/qesyUurMi6ivK5L6GdBgoFDQLnajUrBRfTovXYCxA9a6L8OVRM7115LF/ETDgUBMKYwcDqtxmNuqyNJQYa08cUBnGwsKUgKE7gPpn3Msp+MOoUThgKGJ98f0FqlXJS+LLCzhnS9BwzEBn6cW867LqgnBhq7Dsla+VWp6W86q/7mhVjd2nIAGQMxBDxhL3AnBJTu/7lxGAneAug0YsKQP/q4E7tPoa12uG/VVxOuEoCA3PjgDAkZEGwSw0SH5hXlZoqCU+zFmgTyBPdmIg3E5MlCsjVgoS7Vmp1XNPecWVqslRcoDO0D+RYxk7ATE2XjNcdpmgjyJGuTe4eTfooIbtatDaCVWDIpjovCFoFhCHBkZaQTbXa5+HMxaq4WmTmLtBukLS4wwogDAnFIjdoO6hnXfSVQpTYKD3vesvRjlAPosPfeps5tQUIgnaoDzU628pbF6viaun1ERy8ABmDo3xGvfddmzXCzBZkSDTQHtk4Ey21WSue2TpF+0J7wjGydWBgart2PNuAdBRoHzisnbOcuKop0uMh3+FwCggggXyHwzkggATyGQ4vAAEkkK9weAMIQ5Kr1RVhmAKGvIDDK0AYEqyTQKTP5QAf7n5JfHszuGwScLDl8CLrIvXt7fCoQSkEBfpKdKLEwyOfTu5PfXxL9IJ4ZxhS5ePRRZ9ZucG4WBtcrolaHZCNuCTcYPzU10tXEwlvkIP3O8QlwalQPe0EDNrF2uBy6dRmuFzhiE4fGfl+U1gi7a2W1mTM1gQul0wt2GrMJRQ2lfZ2+dwtOpB4hr4mTuQBHEmBQ6QFgTURazXOfA3Eg7IgW6wJYhOPYw22GoXIPhZKK+BqZO9UsNVYiB6EQ2sVXjchUDL0UbhTAGQzJBST0A2854hPrIJxHdp13EnILQZQrIjWMW7V6sKa4I51SmJoQYDSm8W4DxWMqABZA2XCoCBGgSsFQGpgGTMoOfp8I9GU+m0owTcAaQ5KxqCMYVW2ulFT6dO1AMScVTlhWGKNVZYVazGPvU8AEMCiLQW5To+cnQABkFawDBkUAiaUPSmfQKjVvX5ztDIAMQXLgAN7AuVYSJBPbhNB8MxAFGhJAGLbwtDzkz+HDt2yBT/P/DmHhQAgvoKjrYv+/FkBpwtEuvNrq/BacZeWAAGCIKv6T4ABANJ0gqwlzcwQAAAAAElFTkSuQmCC);
}

/* line 128, resources/assets/styles/layouts/_default-layout.scss */

.icon-email {
  background-image: url(data:image/png;base64,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);
}

/* line 2, resources/assets/styles/layouts/_pages.scss */

.anchorArrowLink {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  transition: all 0.35s ease-in-out;
  transform-origin: center;
  transform: translate(0, 0) scale(1);
}

/* line 13, resources/assets/styles/layouts/_pages.scss */

.anchorArrowLink:after {
  transition: all 0.35s ease-in-out;
  content: '\E259';
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 2;
  transform: scale(1);
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
  left: 0;
  top: 0;
  text-indent: 0;
}

@media (min-width: 1200px) and (min-width: 768px) {
  /* line 5, resources/assets/styles/common/_custom-mixins.scss */

  .anchorArrowLink:hover,
  .anchorArrowLink:active,
  .anchorArrowLink:focus {
    transform: translate(0, 5px) scale(1.01);
  }
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

.no-touch .anchorArrowLink:hover,
.no-touch .anchorArrowLink:active,
.no-touch .anchorArrowLink:focus {
  transform: translate(0, 5px) scale(1.01);
}

/* line 49, resources/assets/styles/layouts/_pages.scss */

body.sitemap ul li {
  list-style: none;
}

/* line 54, resources/assets/styles/layouts/_pages.scss */

#pageContent .wrap {
  position: relative;
}

/* line 1, resources/assets/styles/layouts/_page-header.scss */

#pgHeader {
  overflow: hidden;
  position: relative;
}

/* line 5, resources/assets/styles/layouts/_page-header.scss */

#pgHeader picture {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

/* line 8, resources/assets/styles/layouts/_page-header.scss */

#pgHeader picture > * {
  object-fit: cover;
  object-position: center;
  height: calc(100% + 1px);
  width: calc(100% + 1px);
}

/* line 16, resources/assets/styles/layouts/_page-header.scss */

#pgHeader .bg_video,
#pgHeader iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.77%;
}

/* line 28, resources/assets/styles/layouts/_page-header.scss */

#pgHeader .video-btn__play {
  z-index: 1;
}

/* line 32, resources/assets/styles/layouts/_page-header.scss */

#pgHeader iframe {
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

/* line 37, resources/assets/styles/layouts/_page-header.scss */

#pgHeader #youtubeHero.loaded,
#pgHeader #vimeoHero iframe[src*="com"] {
  opacity: 1;
}

@media (max-width: 767px) {
  /* line 42, resources/assets/styles/layouts/_page-header.scss */

  #pgHeader #heroHeight {
    padding-top: 52.5vw !important;
  }
}

/* line 48, resources/assets/styles/layouts/_page-header.scss */

#pgHeader.hero_content {
  display: flex;
}

/* line 51, resources/assets/styles/layouts/_page-header.scss */

#pgHeader.hero_content.position-center {
  justify-content: center;
}

/* line 55, resources/assets/styles/layouts/_page-header.scss */

#pgHeader.hero_content.position-left {
  justify-content: flex-start;
}

/* line 59, resources/assets/styles/layouts/_page-header.scss */

#pgHeader.hero_content.position-right {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  /* line 65, resources/assets/styles/layouts/_page-header.scss */

  #pgHeader.hero_content .heroOverlay,
  #pgHeader.hero_content picture {
    max-height: 52.5vw;
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 75, resources/assets/styles/layouts/_page-header.scss */

  #pgHeader.scroll_link #pageHeaderContent {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 767px) {
  /* line 81, resources/assets/styles/layouts/_page-header.scss */

  #pgHeader.scroll_link #scrollToLink {
    display: none;
  }
}

/* line 90, resources/assets/styles/layouts/_page-header.scss */

#pageHeaderContent {
  position: relative;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 97, resources/assets/styles/layouts/_page-header.scss */

#pageHeaderContent.align-center {
  padding: 100px 50px 140px 50px;
  align-items: center;
  text-align: center;
}

@media (max-width: 1599px) {
  /* line 97, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-center {
    padding: 80px 40px 112px 40px;
  }
}

@media (max-width: 1199px) {
  /* line 97, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-center {
    padding: 64px 32px 89.6px 32px;
  }
}

@media (max-width: 991px) {
  /* line 97, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-center {
    padding: 51.2px 25.6px 71.68px 25.6px;
  }
}

@media (max-width: 767px) {
  /* line 97, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-center {
    padding: 40.96px 25px 57.344px 25px;
  }
}

@media (max-width: 599px) {
  /* line 97, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-center {
    padding: 40px 20px 40px 20px;
  }
}

/* line 103, resources/assets/styles/layouts/_page-header.scss */

#pageHeaderContent.align-left {
  padding: 100px 50px 120px 100px;
  align-items: flex-start;
  text-align: left;
}

@media (max-width: 1599px) {
  /* line 103, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-left {
    padding: 80px 40px 96px 80px;
  }
}

@media (max-width: 1199px) {
  /* line 103, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-left {
    padding: 64px 32px 76.8px 64px;
  }
}

@media (max-width: 991px) {
  /* line 103, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-left {
    padding: 51.2px 25.6px 61.44px 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 103, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-left {
    padding: 40.96px 25px 49.152px 25px;
  }
}

@media (max-width: 599px) {
  /* line 103, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-left {
    padding: 40px 20px 40px 20px;
  }
}

/* line 109, resources/assets/styles/layouts/_page-header.scss */

#pageHeaderContent.align-right {
  padding: 100px 100px 120px 50px;
  align-items: flex-end;
  text-align: right;
}

@media (max-width: 1599px) {
  /* line 109, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-right {
    padding: 80px 80px 96px 40px;
  }
}

@media (max-width: 1199px) {
  /* line 109, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-right {
    padding: 64px 64px 76.8px 32px;
  }
}

@media (max-width: 991px) {
  /* line 109, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-right {
    padding: 51.2px 51.2px 61.44px 25.6px;
  }
}

@media (max-width: 767px) {
  /* line 109, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-right {
    padding: 40.96px 25px 49.152px 25px;
  }
}

@media (max-width: 599px) {
  /* line 109, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent.align-right {
    padding: 40px 20px 40px 20px;
  }
}

/* line 115, resources/assets/styles/layouts/_page-header.scss */

#pageHeaderContent > *:not(.absoluteCover) {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  /* line 90, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent {
    max-width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 90, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  /* line 90, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContent {
    width: 100%;
    max-width: 100%;
    margin: 0 20px;
    margin-top: calc(52.5vw - 20px) !important;
    text-align: center !important;
    align-items: center !important;
  }
}

/* line 138, resources/assets/styles/layouts/_page-header.scss */

#scrollToLink {
  text-decoration: none !important;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  width: auto;
  color: white;
  text-align: center;
}

/* line 153, resources/assets/styles/layouts/_page-header.scss */

#scrollToLink .gd-icon-Scroll {
  display: block;
}

/* line 156, resources/assets/styles/layouts/_page-header.scss */

#scrollToLink .gd-icon-Scroll::before {
  font-size: 60px;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 163, resources/assets/styles/layouts/_page-header.scss */

  #pageHeaderContentBkg {
    opacity: 1 !important;
  }
}

/* line 169, resources/assets/styles/layouts/_page-header.scss */

#heroContent {
  margin-bottom: 10px;
}

/* line 173, resources/assets/styles/layouts/_page-header.scss */

#heroHeadline {
  margin-bottom: 10px !important;
}

/* line 177, resources/assets/styles/layouts/_page-header.scss */

#heroButton {
  padding: 15px 40px 15px 20px;
}

/* line 180, resources/assets/styles/layouts/_page-header.scss */

#heroButton span {
  display: block;
}

/* line 184, resources/assets/styles/layouts/_page-header.scss */

#heroButton .gd-icon,
#heroButton .category-select:after,
#heroButton .ginput_container_select:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  text-align: center;
  border-radius: 200px;
  font-size: 15px;
}

/* line 195, resources/assets/styles/layouts/_page-header.scss */

#heroButton.popup-video .gd-icon,
#heroButton.popup-video .category-select:after,
#heroButton.popup-video .ginput_container_select:after {
  font-size: 15px !important;
  text-indent: 2px;
  line-height: 42px !important;
}

/* line 3, resources/assets/styles/layouts/_mobile-nav.scss */

#mobileNavBtn {
  transition: all 0.35s ease-in-out;
  align-self: center;
  display: none;
  flex-shrink: 0;
  min-height: 65px;
  min-width: 65px;
  padding: 7.5px;
  position: relative;
  right: 0;
  text-align: center;
}

/* line 15, resources/assets/styles/layouts/_mobile-nav.scss */

#mobileNavBtn span.text {
  display: block;
  font-family: "ArquitectaMedium",serif !important;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}

/* line 23, resources/assets/styles/layouts/_mobile-nav.scss */

#mobileNavBtn .icon-bars {
  margin-bottom: 5px;
}

/* line 27, resources/assets/styles/layouts/_mobile-nav.scss */

#mobileNavBtn span.icon-bar {
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 100%;
}

/* line 35, resources/assets/styles/layouts/_mobile-nav.scss */

#topBar .phone-number {
  color: #E7A614 !important;
}

@media (max-width: 991px) {
  /* line 41, resources/assets/styles/layouts/_mobile-nav.scss */

  #mobileNavBtn {
    display: block;
  }
}

/* line 46, resources/assets/styles/layouts/_mobile-nav.scss */

#mobileNav {
  padding-bottom: 50px;
  transform-origin: right top;
  transition: transform 0.75s ease-in-out;
  z-index: 999;
}

@media (min-width: 600px) and (max-width: 767px) {
  /* line 46, resources/assets/styles/layouts/_mobile-nav.scss */

  #mobileNav {
    padding-top: 50px;
  }
}

/* line 56, resources/assets/styles/layouts/_mobile-nav.scss */

#mobileNav > *:last-child {
  margin-bottom: 15px;
}

/* line 60, resources/assets/styles/layouts/_mobile-nav.scss */

#mobileNav #social {
  padding: 5px;
  text-align: center;
}

/* line 65, resources/assets/styles/layouts/_mobile-nav.scss */

#mobileNav #singlePhone {
  left: 0;
  padding: 25px 20px;
  position: absolute;
  text-align: left;
  top: 0;
  width: auto;
}

/* line 73, resources/assets/styles/layouts/_mobile-nav.scss */

#mobileNav #singlePhone .phone-number {
  color: #E7A614;
}

/* line 81, resources/assets/styles/layouts/_mobile-nav.scss */

body:not(.mobileOpen) #mobileNav {
  display: flex;
  transform: scale(1, 1) translate(100%, 0);
  transition: transform 0.75s ease-in-out;
}

@media (min-width: 992px) {
  /* line 81, resources/assets/styles/layouts/_mobile-nav.scss */

  body:not(.mobileOpen) #mobileNav {
    display: none;
  }
}

/* line 2, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

/* line 19, resources/assets/styles/common/_utilities.scss */

body:not(.search-results) .posts-wrap::after {
  content: "";
  display: table;
  clear: both;
}

/* line 9, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap > *:not(.searchResults) {
  margin: 7.5px;
  flex-basis: calc(33% - 15px);
  flex-grow: 0;
}

@media (max-width: 991px) {
  /* line 9, resources/assets/styles/layouts/_posts.scss */

  body:not(.search-results) .posts-wrap > *:not(.searchResults) {
    flex-basis: calc(50% - 15px);
  }
}

@media (max-width: 599px) {
  /* line 9, resources/assets/styles/layouts/_posts.scss */

  body:not(.search-results) .posts-wrap > *:not(.searchResults) {
    flex-basis: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 25, resources/assets/styles/layouts/_posts.scss */

  body:not(.search-results).header_left .posts-wrap > *:not(.searchResults),
  body:not(.search-results).sidebar-primary .posts-wrap > *:not(.searchResults),
  body:not(.search-results).qf_sidebar .posts-wrap > *:not(.searchResults) {
    flex-basis: calc(50% - 15px);
  }
}

/* line 37, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events),
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) {
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  /* line 5, resources/assets/styles/common/_custom-mixins.scss */

  body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events):hover,
  body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events):active,
  body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events):focus,
  body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events):hover,
  body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events):active,
  body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events):focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

/* line 42, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) .postpageImg-wrap,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) .postpageImg-wrap {
  width: 100%;
  position: relative;
}

/* line 45, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) .postpageImg-wrap:before,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) .postpageImg-wrap:before {
  content: '';
  padding: 30% 0;
  float: left;
  display: block;
}

/* line 52, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) .postpageImg-wrap a img,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) .postpageImg-wrap a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

/* line 60, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) > div,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) > div {
  padding: 40px 40px 40px 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1599px) {
  /* line 60, resources/assets/styles/layouts/_posts.scss */

  body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) > div,
  body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) > div {
    padding: 32px 32px 32px 32px;
  }
}

@media (max-width: 1199px) {
  /* line 60, resources/assets/styles/layouts/_posts.scss */

  body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) > div,
  body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) > div {
    padding: 25.6px 25.6px 25.6px 25.6px;
  }
}

@media (max-width: 991px) {
  /* line 60, resources/assets/styles/layouts/_posts.scss */

  body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) > div,
  body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) > div {
    padding: 20.48px 20.48px 20.48px 20.48px;
  }
}

@media (max-width: 767px) {
  /* line 60, resources/assets/styles/layouts/_posts.scss */

  body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) > div,
  body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) > div {
    padding: 40px 25px 40px 25px;
  }
}

@media (max-width: 599px) {
  /* line 60, resources/assets/styles/layouts/_posts.scss */

  body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) > div,
  body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) > div {
    padding: 40px 20px 40px 20px;
  }
}

/* line 67, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title {
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 28px;
}

@media (max-width: 1599px) {
  /* line 67, resources/assets/styles/layouts/_posts.scss */

  body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title,
  body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title {
    font-size: 24px;
  }
}

/* line 74, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title a,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title a {
  text-decoration: none;
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title a:hover,
body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title a:active,
body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title a:focus,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title a:hover,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title a:active,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) h3.entry-title a:focus {
  text-decoration: none;
}

/* line 81, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-date,
body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-date a,
body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-author,
body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-author a,
body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-cat,
body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-cat a,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-date,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-date a,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-author,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-author a,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-cat,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) .entry-cat a {
  line-height: 1.5;
  display: block;
}

/* line 92, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events) .readMore .gd-icon::before,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events) .readMore .gd-icon::before {
  transition: all 0.35s ease-in-out;
  transform: translate(0, 0);
}

/* line 98, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events).noImage,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events).noImage {
  display: block;
}

/* line 100, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events).noImage:after,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events).noImage:after {
  content: '';
  display: block;
  float: right;
  padding: 45% 0;
}

/* line 106, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events).noImage > div,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events).noImage > div {
  float: left;
  width: 100%;
}

/* line 111, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events).noImage > div h3.entry-title,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events).noImage > div h3.entry-title {
  font-size: 3.5rem;
}

@media (max-width: 1599px) {
  /* line 111, resources/assets/styles/layouts/_posts.scss */

  body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events).noImage > div h3.entry-title,
  body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events).noImage > div h3.entry-title {
    font-size: 3rem;
  }
}

/* line 120, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events):not(.type-post) .entry-author,
body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events):not(.type-post) .entry-date,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events):not(.type-post) .entry-author,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events):not(.type-post) .entry-date {
  display: none;
}

/* line 127, resources/assets/styles/layouts/_posts.scss */

body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events):hover .readMore .gd-icon::before,
body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events):active .readMore .gd-icon::before,
body:not(.search-results) .posts-wrap article:not(.singlePost):not(.type-tribe_events):focus .readMore .gd-icon::before,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events):hover .readMore .gd-icon::before,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events):active .readMore .gd-icon::before,
body:not(.search-results) .b-posts-wrap article:not(.singlePost):not(.type-tribe_events):focus .readMore .gd-icon::before {
  transform: translate(10px, 0);
}

/* line 3, resources/assets/styles/layouts/_event-single.scss */

.tribe-events-loop a.url {
  border-radius: 0;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

/* line 13, resources/assets/styles/layouts/_event-single.scss */

.tribe-events-loop > div {
  position: relative;
  margin: auto;
}

/* line 18, resources/assets/styles/layouts/_event-single.scss */

.tribe-events-loop:not(#noEvents) > div {
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  /* line 5, resources/assets/styles/common/_custom-mixins.scss */

  .tribe-events-loop:not(#noEvents) > div:hover,
  .tribe-events-loop:not(#noEvents) > div:active,
  .tribe-events-loop:not(#noEvents) > div:focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

/* line 22, resources/assets/styles/layouts/_event-single.scss */

.tribe-events-loop > div:not(#noEventsForm) {
  border-radius: 0;
  border: none;
  transition: all 0.35s ease-in-out;
}

/* line 27, resources/assets/styles/layouts/_event-single.scss */

.tribe-events-loop div ~ div {
  position: relative;
  margin-top: 15px;
}

/* line 32, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events {
  overflow: hidden;
  text-decoration: none;
  display: block;
  position: relative;
  transform: translate(0, 0);
  transition: all 0.35s ease-in-out;
}

/* line 39, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eMore {
  display: block;
}

/* line 42, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .gd-icon-Schedule,
article.type-tribe_events time {
  padding: 20px 5px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  display: block;
  width: 20%;
  text-align: center;
  font-weight: 800;
  font-size: 85px;
  line-height: 0.76;
  transition: all 0.35s ease-in-out;
}

/* line 57, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .gd-icon-Schedule:after,
article.type-tribe_events time:after {
  content: '';
  display: block;
  width: 1px;
  height: 85%;
  background-color: #999999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 57, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .gd-icon-Schedule:after,
  article.type-tribe_events time:after {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 42, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .gd-icon-Schedule,
  article.type-tribe_events time {
    font-size: 2.2rem;
  }
}

/* line 74, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .gd-icon-Schedule span,
article.type-tribe_events time span {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
  transition: all 0.35s ease-in-out;
}

/* line 82, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .gd-icon-Schedule {
  font-size: 150px;
}

@media (max-width: 991px) {
  /* line 82, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .gd-icon-Schedule {
    font-size: 90px;
  }
}

/* line 88, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eListMain {
  width: 60%;
  margin: 0 0 0 20%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 4%;
}

/* line 97, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eListMain h3 {
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 800;
  margin: 0 0 10px;
  padding: 0;
  transition: all 0.35s ease-in-out;
}

/* line 105, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eListMain .events_venue {
  margin: 0;
}

/* line 108, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eListMain .catWrap {
  margin: 0;
}

/* line 110, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eListMain .catWrap a {
  margin: 0;
}

/* line 114, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eListMain .description {
  font-size: 1.6rem;
}

/* line 117, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eListMain p {
  margin: 0;
}

/* line 120, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eListMain .eLearnMore {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  display: block;
  margin: 0;
  font-weight: normal;
  transition: all 0.35s ease-in-out;
  border-left: none;
}

/* line 133, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eventMore {
  position: absolute;
  right: 0;
  width: 20%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  transition: all 0.35s ease-in-out;
  padding: 0 20px;
  line-height: 1.2;
  top: 0;
  transform: translateY(0);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
}

/* line 151, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eventMore .gd-icon,
article.type-tribe_events .eventMore .category-select:after,
article.type-tribe_events .eventMore .ginput_container_select:after {
  display: block;
  font-size: 3.5rem;
  line-height: 3.5rem;
  bottom: 0;
  margin: 15px 0 0;
}

/* line 158, resources/assets/styles/layouts/_event-single.scss */

article.type-tribe_events .eventMore span:before {
  transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
  /* line 133, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .eventMore {
    padding: 10px 5px;
  }
}

@media (min-width: 768px) {
  /* line 166, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .eventMore {
    font-size: 30px;
    line-height: 1em;
  }
}

@media (max-width: 767px) {
  /* line 172, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events time {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 5px;
    padding: 20px 5px;
  }

  /* line 177, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events time span {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 5px;
  }

  /* line 183, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .eventMore {
    line-height: 1em;
  }

  /* line 185, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .eventMore span {
    font-size: 1.8rem;
    line-height: 1em;
  }
}

@media (max-width: 599px) {
  /* line 192, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .gd-icon-Schedule,
  article.type-tribe_events time,
  article.type-tribe_events .eventMore {
    position: relative;
    top: 0;
    transform: none;
    padding: 10px;
    width: 100%;
  }

  /* line 201, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events time {
    padding: 20px 5px;
    border-bottom: 1px solid #D7D6D1;
    font-size: 2.4rem;
    line-height: 1em;
  }

  /* line 206, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events time span {
    display: inline-block;
    padding-right: 10px;
    font-size: 2.4rem;
    line-height: 1em;
  }

  /* line 213, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .eListMain {
    padding: 20px 10px;
    width: 100%;
    margin: 0;
    border: none;
  }

  /* line 218, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .eListMain .eLearnMore {
    display: none;
  }

  /* line 222, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .eventMore {
    border: none;
    line-height: 1em;
    margin-bottom: -1px;
    height: auto;
  }

  /* line 227, resources/assets/styles/layouts/_event-single.scss */

  article.type-tribe_events .eventMore span.gd-icon,
  article.type-tribe_events .eventMore span.category-select:after,
  article.type-tribe_events .eventMore span.ginput_container_select:after {
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    font-size: 2.4rem;
    line-height: 1em;
  }
}

/* line 238, resources/assets/styles/layouts/_event-single.scss */

#noEvents article {
  margin-bottom: 20px;
}

/* line 241, resources/assets/styles/layouts/_event-single.scss */

#noEvents .eListMain {
  width: 80%;
}

@media (max-width: 599px) {
  /* line 241, resources/assets/styles/layouts/_event-single.scss */

  #noEvents .eListMain {
    width: 100%;
  }
}

/* line 247, resources/assets/styles/layouts/_event-single.scss */

#noEvents .eLearnMore,
#noEvents .eventMore {
  display: none;
}

/* line 1, resources/assets/styles/layouts/topbar/_topbar-base.scss */

#topBar {
  transition: all 0.35s ease-in-out;
  position: relative;
  border-radius: 0;
  border: none;
  height: auto;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

/* line 11, resources/assets/styles/layouts/topbar/_topbar-base.scss */

#topBar:before,
#topBar:after {
  display: none;
}

/* line 15, resources/assets/styles/layouts/topbar/_topbar-base.scss */

#topBar #topBarWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 19, resources/assets/styles/layouts/topbar/_topbar-base.scss */

#topBar #topBarWrap > *:not(#anchorSearch) {
  float: none;
  z-index: 9;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 15, resources/assets/styles/layouts/topbar/_topbar-base.scss */

  #topBar #topBarWrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    position: relative;
    z-index: 9;
  }
}

@media (min-width: 992px) {
  /* line 36, resources/assets/styles/layouts/topbar/_topbar-base.scss */

  header.topBarAbsolute #topBar {
    position: absolute;
    width: 100%;
  }

  /* line 39, resources/assets/styles/layouts/topbar/_topbar-base.scss */

  header.topBarAbsolute #topBar + #headerMain.position-absolute {
    top: 35px;
  }
}

/* line 48, resources/assets/styles/layouts/topbar/_topbar-base.scss */

body:not(.header_flagged) #topBar .order2.absoluteCenter {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 59, resources/assets/styles/layouts/topbar/_topbar-base.scss */

body.page-template-template-community #topBar #menu-corporate-top-bar {
  display: none !important;
}

/* line 1, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#singlePhone,
#phoneDir.phone {
  float: none;
  display: block;
  min-height: 35px;
  line-height: 35px;
}

@media (max-width: 991px) {
  /* line 1, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

  #singlePhone,
  #phoneDir.phone {
    width: 100%;
  }
}

/* line 12, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#singlePhone {
  padding: 0 15px;
}

/* line 15, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir {
  position: relative;
}

@media (max-width: 991px) {
  /* line 15, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

  #phoneDir {
    text-align: center;
  }
}

/* line 20, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir button.btn {
  transition: all 0.35s ease-in-out;
  line-height: 35px;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  display: block;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 20, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

  #phoneDir button.btn {
    width: 100%;
  }
}

/* line 31, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir button.btn .gd-icon,
#phoneDir button.btn .category-select:after,
#phoneDir button.btn .ginput_container_select:after {
  font-size: 10px;
}

/* line 35, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir .dropdown-menu {
  transform-origin: top;
  transition: all 0.35s ease-in-out;
  transform: translate(0, 0) scale(1, 0);
  display: block;
  margin-top: 0;
  margin-left: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  top: 100%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 48, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir .dropdown-menu li a {
  line-height: 1;
  padding: 10px 15px;
  display: block;
}

/* line 52, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir .dropdown-menu li a span {
  display: block;
  line-height: 1.2;
}

@media (max-width: 991px) {
  /* line 35, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

  #phoneDir .dropdown-menu {
    transform-origin: center top;
    transform: translate(50%, 0) scale(1, 0);
    left: auto;
    right: 50%;
    width: 100%;
    text-align: center;
  }
}

/* line 67, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir .dropdown-backdrop {
  height: 100vh;
}

/* line 76, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir.dropLeft .dropdown-menu {
  left: 0;
  right: auto;
}

/* line 82, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir.dropCenter .dropdown-menu {
  transform: translate(-50%, 0) scale(1, 0);
  right: auto;
  left: 50%;
  text-align: center;
}

/* line 90, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir.dropRight .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

@media (max-width: 991px) {
  /* line 96, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

  #phoneDir .dropdown-menu {
    transform-origin: center top;
    transform: translate(0, 0) scale(1, 0);
    left: 0;
    right: auto;
    width: 100%;
    text-align: center;
  }
}

/* line 112, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

html.no-touch #phoneDir:hover.dropLeft .dropdown-menu,
html.no-touch #phoneDir:hover.dropRight .dropdown-menu,
html.no-touch #phoneDir:active.dropLeft .dropdown-menu,
html.no-touch #phoneDir:active.dropRight .dropdown-menu,
html.no-touch #phoneDir:focus.dropLeft .dropdown-menu,
html.no-touch #phoneDir:focus.dropRight .dropdown-menu {
  transform: translate(0, 0) scale(1, 1);
}

/* line 117, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

html.no-touch #phoneDir:hover.dropCenter .dropdown-menu,
html.no-touch #phoneDir:active.dropCenter .dropdown-menu,
html.no-touch #phoneDir:focus.dropCenter .dropdown-menu {
  transform: translate(-50%, 0) scale(1, 1);
}

@media (min-width: 1200px) {
  /* line 129, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

  #phoneDir:hover.dropLeft .dropdown-menu,
  #phoneDir:hover.dropRight .dropdown-menu,
  #phoneDir:active.dropLeft .dropdown-menu,
  #phoneDir:active.dropRight .dropdown-menu,
  #phoneDir:focus.dropLeft .dropdown-menu,
  #phoneDir:focus.dropRight .dropdown-menu {
    transform: translate(0, 0) scale(1, 1);
  }

  /* line 134, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

  #phoneDir:hover.dropCenter .dropdown-menu,
  #phoneDir:active.dropCenter .dropdown-menu,
  #phoneDir:focus.dropCenter .dropdown-menu {
    transform: translate(-50%, 0) scale(1, 1);
  }
}

/* line 144, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir.open.dropLeft .dropdown-menu,
#phoneDir.open.dropRight .dropdown-menu {
  transform: translate(0, 0) scale(1, 1);
}

/* line 149, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

#phoneDir.open.dropCenter .dropdown-menu {
  transform: translate(-50%, 0) scale(1, 1);
}

@media (max-width: 991px) {
  /* line 156, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

  #phoneDir.open.dropLeft .dropdown-menu,
  #phoneDir.open.dropRight .dropdown-menu {
    transform: translate(0, 0) scale(1, 1);
  }

  /* line 161, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

  #phoneDir.open.dropCenter .dropdown-menu {
    transform: translate(-50%, 0) scale(1, 1);
  }

  /* line 165, resources/assets/styles/layouts/topbar/_topbar-phone-directory.scss */

  #phoneDir.open .dropdown-menu {
    transform: translate(0, 0) scale(1, 1);
  }
}

/* line 2, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu,
#anchorMenu {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  float: right;
  z-index: 0;
}

/* line 10, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu ul:not(.sub-menu),
#anchorMenu ul:not(.sub-menu) {
  transition: all 0.35s ease-in-out;
  display: flex;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

/* line 16, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu ul:not(.sub-menu):before,
#topBar .widget_nav_menu ul:not(.sub-menu):after,
#anchorMenu ul:not(.sub-menu):before,
#anchorMenu ul:not(.sub-menu):after {
  display: none;
}

/* line 21, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu .menu-item,
#anchorMenu .menu-item {
  transition: all 0.35s ease-in-out;
  padding: 0;
  position: relative;
}

/* line 34, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu .menu-item.bgPrimary > a,
#topBar .widget_nav_menu .menu-item.bgSecondary > a,
#topBar .widget_nav_menu .menu-item.bgAlternate > a,
#topBar .widget_nav_menu .menu-item.bgSpecial > a,
#topBar .widget_nav_menu .menu-item.bgWhite > a,
#topBar .widget_nav_menu .menu-item.bgMdLight > a,
#topBar .widget_nav_menu .menu-item.bgMdGray > a,
#topBar .widget_nav_menu .menu-item.bgMdDark > a,
#topBar .widget_nav_menu .menu-item.bgDark > a,
#anchorMenu .menu-item.bgPrimary > a,
#anchorMenu .menu-item.bgSecondary > a,
#anchorMenu .menu-item.bgAlternate > a,
#anchorMenu .menu-item.bgSpecial > a,
#anchorMenu .menu-item.bgWhite > a,
#anchorMenu .menu-item.bgMdLight > a,
#anchorMenu .menu-item.bgMdGray > a,
#anchorMenu .menu-item.bgMdDark > a,
#anchorMenu .menu-item.bgDark > a {
  background-color: inherit !important;
  color: inherit !important;
}

/* line 36, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu .menu-item a,
#anchorMenu .menu-item a {
  transition: all 0.35s ease-in-out;
  padding: 0 15px;
  line-height: 35px;
  display: inline-block;
}

/* line 44, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu .menu-item > li > a,
#anchorMenu .menu-item > li > a {
  height: 100%;
}

/* line 49, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu .menu-item .sub-menu,
#anchorMenu .menu-item .sub-menu {
  background-color: #dadada;
  transition: all 0.35s ease-in-out;
  padding-left: 0;
  position: absolute;
  top: 100%;
  list-style: none;
  border: none;
  z-index: 9;
  left: 50%;
  transform: scale(1, 0) translate(-50%, 0);
  transform-origin: top center;
  width: auto;
  min-width: 110%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 64, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu .menu-item .sub-menu .menu-item,
#anchorMenu .menu-item .sub-menu .menu-item {
  transition: all 0.35s ease-in-out;
  width: 100%;
}

/* line 67, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu .menu-item .sub-menu .menu-item a,
#anchorMenu .menu-item .sub-menu .menu-item a {
  transition: all 0.35s ease-in-out;
  padding: 15px;
  line-height: 1;
  display: block;
  white-space: nowrap;
  width: 100%;
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

#topBar .widget_nav_menu .menu-item .sub-menu .menu-item a:hover,
#topBar .widget_nav_menu .menu-item .sub-menu .menu-item a:active,
#topBar .widget_nav_menu .menu-item .sub-menu .menu-item a:focus,
#anchorMenu .menu-item .sub-menu .menu-item a:hover,
#anchorMenu .menu-item .sub-menu .menu-item a:active,
#anchorMenu .menu-item .sub-menu .menu-item a:focus {
  text-decoration: none;
}

/* line 82, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu .menu-item:hover .sub-menu,
#topBar .widget_nav_menu .menu-item:active .sub-menu,
#topBar .widget_nav_menu .menu-item:focus .sub-menu,
#anchorMenu .menu-item:hover .sub-menu,
#anchorMenu .menu-item:active .sub-menu,
#anchorMenu .menu-item:focus .sub-menu {
  transform: scale(1, 1) translate(-50%, 0);
}

@media (max-width: 991px) {
  /* line 2, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

  #topBar .widget_nav_menu,
  #anchorMenu {
    display: none;
  }
}

/* line 92, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu.order1 ul:not(.sub-menu) > .menu-item:first-of-type .sub-menu,
#anchorMenu.order1 ul:not(.sub-menu) > .menu-item:first-of-type .sub-menu {
  left: 0;
  transform: scale(1, 0) translate(0, 0);
}

/* line 97, resources/assets/styles/layouts/topbar/_topbar-menu.scss */

#topBar .widget_nav_menu.order1 ul:not(.sub-menu) > .menu-item:first-of-type:hover .sub-menu,
#topBar .widget_nav_menu.order1 ul:not(.sub-menu) > .menu-item:first-of-type:active .sub-menu,
#topBar .widget_nav_menu.order1 ul:not(.sub-menu) > .menu-item:first-of-type:focus .sub-menu,
#anchorMenu.order1 ul:not(.sub-menu) > .menu-item:first-of-type:hover .sub-menu,
#anchorMenu.order1 ul:not(.sub-menu) > .menu-item:first-of-type:active .sub-menu,
#anchorMenu.order1 ul:not(.sub-menu) > .menu-item:first-of-type:focus .sub-menu {
  transform: scale(1, 1) translate(0, 0);
}

/* line 1, resources/assets/styles/layouts/topbar/_topbar-search.scss */

#anchorSearch {
  order: 1000;
  position: relative;
  display: block;
  line-height: 35px;
  z-index: 9;
}

@media (max-width: 991px) {
  /* line 1, resources/assets/styles/layouts/topbar/_topbar-search.scss */

  #anchorSearch {
    display: none;
  }
}

/* line 10, resources/assets/styles/layouts/topbar/_topbar-search.scss */

#anchorSearch #searchform {
  position: absolute;
  margin: 0;
  padding: 0;
  display: none;
  height: 35px;
  top: 0;
  right: 0;
}

/* line 20, resources/assets/styles/layouts/topbar/_topbar-search.scss */

#anchorSearch #searchform.open + #searchToggle span.glyphicon-search:before {
  content: "\E014";
}

/* line 25, resources/assets/styles/layouts/topbar/_topbar-search.scss */

#anchorSearch #searchform .form-group {
  transform-origin: right center;
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: auto;
  top: -1px;
  transform: scale(0, 1);
  right: 35px;
  height: 35px;
  border: none;
}

/* line 35, resources/assets/styles/layouts/topbar/_topbar-search.scss */

#anchorSearch #searchform .form-group #s {
  height: 35px;
  border-radius: 0 !important;
  width: 250px;
  box-shadow: none;
  outline: none;
  border: none;
  padding: 0 10px;
  background-color: white;
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

#anchorSearch #searchform .form-group #s:hover,
#anchorSearch #searchform .form-group #s:active,
#anchorSearch #searchform .form-group #s:focus {
  box-shadow: none;
  outline: none;
}

/* line 51, resources/assets/styles/layouts/topbar/_topbar-search.scss */

#anchorSearch #searchform.open .form-group {
  position: absolute;
  left: auto;
  top: -1px;
  transform: scale(1, 1);
}

/* line 60, resources/assets/styles/layouts/topbar/_topbar-search.scss */

#anchorSearch #searchToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border: none;
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

#anchorSearch #searchToggle:hover,
#anchorSearch #searchToggle:active,
#anchorSearch #searchToggle:focus {
  outline: none;
}

@media (max-width: 991px) {
  /* line 60, resources/assets/styles/layouts/topbar/_topbar-search.scss */

  #anchorSearch #searchToggle {
    display: none;
  }
}

/* line 79, resources/assets/styles/layouts/topbar/_topbar-search.scss */

#anchorSearch #searchToggle span {
  color: #6f6f6f;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
}

/* line 91, resources/assets/styles/layouts/topbar/_topbar-search.scss */

input#s::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px !important;
  color: #000;
}

/* line 94, resources/assets/styles/layouts/topbar/_topbar-search.scss */

input#s::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px !important;
  color: #000;
}

/* line 97, resources/assets/styles/layouts/topbar/_topbar-search.scss */

input#s:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px !important;
  color: #000;
}

/* line 100, resources/assets/styles/layouts/topbar/_topbar-search.scss */

input#s:-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px !important;
  color: #000;
}

/* line 1, resources/assets/styles/layouts/footer/_footer-base.scss */

#siteFooter {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1600px) {
  /* line 8, resources/assets/styles/layouts/footer/_footer-base.scss */

  .srg-theme-skin:not(.multiCommunity) #siteFooter {
    padding-right: 140px;
  }
}

/* line 13, resources/assets/styles/layouts/footer/_footer-base.scss */

.srg-theme-skin:not(.multiCommunity) #siteFooter .corp-footer-content {
  padding: 100px 40px !important;
}

/* line 17, resources/assets/styles/layouts/footer/_footer-base.scss */

.srg-theme-skin:not(.multiCommunity) #siteFooter .logo-social {
  padding: 0 20px !important;
}

@media (min-width: 1600px) {
  /* line 22, resources/assets/styles/layouts/footer/_footer-base.scss */

  .srg-theme-skin:not(.multiCommunity) #siteFooter[data-variant="zest"] {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-base.scss */

  #siteFooter {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
}

/* line 34, resources/assets/styles/layouts/footer/_footer-base.scss */

#siteFooter > * {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  /* line 34, resources/assets/styles/layouts/footer/_footer-base.scss */

  #siteFooter > * {
    flex-basis: 100% !important;
    width: 100%;
    text-align: center;
  }
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

#siteFooter a:hover,
#siteFooter a:active,
#siteFooter a:focus {
  text-decoration: underline;
}

/* line 53, resources/assets/styles/layouts/footer/_footer-base.scss */

#siteFooter h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

/* line 59, resources/assets/styles/layouts/footer/_footer-base.scss */

.non_discrimination {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  font-size: 12pt;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  padding: 15px 50px;
}

/* line 70, resources/assets/styles/layouts/footer/_footer-base.scss */

.non_discrimination a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  /* line 76, resources/assets/styles/layouts/footer/_footer-base.scss */

  .qf_tabbed .non_discrimination {
    padding-bottom: 70px;
  }
}

/* line 83, resources/assets/styles/layouts/footer/_footer-base.scss */

#backToTop {
  top: auto;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: block;
  text-decoration: none !important;
  z-index: 10;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  opacity: 0.6;
}

@media (min-width: 992px) {
  /* line 5, resources/assets/styles/common/_custom-mixins.scss */

  #backToTop:hover,
  #backToTop:active,
  #backToTop:focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

/* line 98, resources/assets/styles/layouts/footer/_footer-base.scss */

#backToTop:before {
  width: 30px;
  height: 30px;
  line-height: 2;
  text-align: center;
  display: block;
  font-size: 15px;
  left: 0;
  position: absolute;
  margin: 0;
}

/* line 1, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo {
  position: relative;
  align-items: stretch;
  flex-direction: column;
  display: flex;
  padding: 30px 50px 30px 50px;
}

/* line 6, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo > *:not(.bkg) {
  position: relative;
}

@media (max-width: 1599px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-info.scss */

  #footerInfo {
    padding: 27px 45px 27px 45px;
  }
}

@media (max-width: 1199px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-info.scss */

  #footerInfo {
    padding: 24.3px 40.5px 24.3px 40.5px;
  }
}

@media (max-width: 991px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-info.scss */

  #footerInfo {
    padding: 21.87px 36.45px 21.87px 36.45px;
  }
}

@media (max-width: 767px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-info.scss */

  #footerInfo {
    padding: 40px 25px 40px 25px;
  }
}

@media (max-width: 599px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-info.scss */

  #footerInfo {
    padding: 40px 20px 40px 20px;
  }
}

@media (max-width: 991px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-info.scss */

  #footerInfo {
    padding-bottom: 0 !important;
  }
}

/* line 12, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo #footerLogo {
  position: relative;
  margin-bottom: 20px;
}

/* line 15, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo #footerLogo a {
  position: relative;
  display: block;
}

/* line 19, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo #footerLogo img {
  width: auto;
  max-width: 300px;
  max-height: 225px;
  height: auto;
}

@media (max-width: 599px) {
  /* line 19, resources/assets/styles/layouts/footer/_footer-info.scss */

  #footerInfo #footerLogo img {
    max-width: 90%;
  }
}

/* line 27, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo #footerAddress .address {
  display: block;
  margin-bottom: 15px;
}

/* line 31, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo #footerAddress a {
  display: block;
}

/* line 34, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo #footerAddress a.gd-icon,
#footerInfo #footerAddress a.category-select:after,
#footerInfo #footerAddress a.ginput_container_select:after {
  padding: 5px 0;
}

@media (max-width: 991px) {
  /* line 25, resources/assets/styles/layouts/footer/_footer-info.scss */

  #footerInfo #footerAddress {
    text-align: center;
  }
}

/* line 42, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo #social {
  margin-top: 15px;
}

@media (max-width: 767px) {
  /* line 42, resources/assets/styles/layouts/footer/_footer-info.scss */

  #footerInfo #social {
    margin-top: 20px;
  }
}

/* line 49, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo.layoutAlign_center #footerLogo {
  text-align: center;
}

/* line 51, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo.layoutAlign_center #footerLogo a {
  max-width: 300px;
  margin: auto;
}

/* line 55, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo.layoutAlign_center #footerLogo img {
  width: auto;
  max-width: 100%;
  max-height: 225px;
  height: auto;
}

/* line 58, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo.layoutAlign_right {
  text-align: right;
}

/* line 60, resources/assets/styles/layouts/footer/_footer-info.scss */

#footerInfo.layoutAlign_right #footerLogo {
  text-align: right;
}

/* line 67, resources/assets/styles/layouts/footer/_footer-info.scss */

#social img {
  max-height: 35px;
  margin: 2.5px;
  line-height: 2;
}

/* line 72, resources/assets/styles/layouts/footer/_footer-info.scss */

#social a {
  text-decoration: none;
}

/* line 74, resources/assets/styles/layouts/footer/_footer-info.scss */

#social a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 66, resources/assets/styles/layouts/footer/_footer-info.scss */

  #social {
    text-align: center;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* line 86, resources/assets/styles/layouts/footer/_footer-info.scss */

#siteHeader #social img {
  max-height: 25px;
  margin: 2.5px;
  line-height: 25px;
}

/* line 1, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerLegal {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 50px 30px 50px;
}

@media (max-width: 1599px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-menu.scss */

  #footerLegal {
    padding: 27px 45px 27px 45px;
  }
}

@media (max-width: 1199px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-menu.scss */

  #footerLegal {
    padding: 24.3px 40.5px 24.3px 40.5px;
  }
}

@media (max-width: 991px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-menu.scss */

  #footerLegal {
    padding: 21.87px 36.45px 21.87px 36.45px;
  }
}

@media (max-width: 767px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-menu.scss */

  #footerLegal {
    padding: 40px 25px 40px 25px;
  }
}

@media (max-width: 599px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-menu.scss */

  #footerLegal {
    padding: 40px 20px 40px 20px;
  }
}

@media (max-width: 991px) {
  /* line 1, resources/assets/styles/layouts/footer/_footer-menu.scss */

  #footerLegal {
    padding-top: 15px !important;
  }
}

/* line 10, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerLegal #footerMenu > div,
#footerLegal ul.menu,
#footerLegal ul.nav.navbar-nav {
  display: flex;
  flex-wrap: wrap;
}

/* line 15, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerLegal #footerMenu > div li,
#footerLegal ul.menu li,
#footerLegal ul.nav.navbar-nav li {
  float: none;
}

/* line 19, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerLegal.layoutAlign_left {
  text-align: left;
}

/* line 21, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerLegal.layoutAlign_left #footerMenu > div,
#footerLegal.layoutAlign_left ul.menu,
#footerLegal.layoutAlign_left ul.nav.navbar-nav {
  justify-content: flex-start;
}

/* line 27, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerLegal.layoutAlign_right {
  text-align: right;
}

/* line 29, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerLegal.layoutAlign_right #footerMenu > div,
#footerLegal.layoutAlign_right ul.menu,
#footerLegal.layoutAlign_right ul.nav.navbar-nav {
  text-align: right;
  justify-content: flex-end;
}

/* line 35, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerLegal.layoutAlign_right .copyright {
  justify-content: flex-end;
}

/* line 39, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerLegal.layoutAlign_center {
  text-align: center;
}

/* line 41, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerLegal.layoutAlign_center #footerMenu > div,
#footerLegal.layoutAlign_center ul.menu,
#footerLegal.layoutAlign_center ul.nav.navbar-nav {
  text-align: center;
  justify-content: center;
}

/* line 49, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerMenu {
  position: relative;
  max-width: 100%;
  flex-direction: column;
}

/* line 53, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerMenu > *:not(.bkg) {
  position: relative;
  max-width: 100%;
}

/* line 54, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerMenu h3 {
  font-size: 22px;
  margin: 30px 15px 10px;
}

/* line 58, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerMenu > div {
  margin-bottom: 30px;
}

/* line 62, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerMenu > div ul.menu > li,
#footerMenu > div ul.nav.navbar-nav > li {
  float: left;
}

/* line 64, resources/assets/styles/layouts/footer/_footer-menu.scss */

#footerMenu > div ul.menu > li > a,
#footerMenu > div ul.nav.navbar-nav > li > a {
  display: inline;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 2;
  border-radius: 0;
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

#footerMenu > div ul.menu > li > a:hover,
#footerMenu > div ul.menu > li > a:active,
#footerMenu > div ul.menu > li > a:focus,
#footerMenu > div ul.nav.navbar-nav > li > a:hover,
#footerMenu > div ul.nav.navbar-nav > li > a:active,
#footerMenu > div ul.nav.navbar-nav > li > a:focus {
  background-color: transparent;
}

@media (max-width: 991px) {
  /* line 49, resources/assets/styles/layouts/footer/_footer-menu.scss */

  #footerMenu {
    display: none !important;
  }
}

/* line 2, resources/assets/styles/layouts/footer/_footer-sub.scss */

#subFooter {
  position: relative;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  max-width: 100%;
}

/* line 9, resources/assets/styles/layouts/footer/_footer-sub.scss */

#subFooter > *:not(.bkg) {
  position: relative;
}

/* line 14, resources/assets/styles/layouts/footer/_footer-sub.scss */

.copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
}

/* line 20, resources/assets/styles/layouts/footer/_footer-sub.scss */

.copyright span {
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 991px) {
  /* line 25, resources/assets/styles/layouts/footer/_footer-sub.scss */

  .copyright > div {
    flex-basis: 100%;
  }
}

/* line 31, resources/assets/styles/layouts/footer/_footer-sub.scss */

.copyright ul.menu,
.copyright ul.nav {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  /* line 31, resources/assets/styles/layouts/footer/_footer-sub.scss */

  .copyright ul.menu,
  .copyright ul.nav {
    margin-right: 0;
    justify-content: center;
  }
}

/* line 43, resources/assets/styles/layouts/footer/_footer-sub.scss */

.copyright ul.menu > li,
.copyright ul.nav > li {
  margin: 0;
}

/* line 46, resources/assets/styles/layouts/footer/_footer-sub.scss */

.copyright ul.menu > li::after,
.copyright ul.nav > li::after {
  content: '|';
  margin: 0 10px;
}

/* line 52, resources/assets/styles/layouts/footer/_footer-sub.scss */

.copyright ul.menu > li:last-of-type::after,
.copyright ul.nav > li:last-of-type::after {
  display: none;
}

@media (max-width: 991px) {
  /* line 14, resources/assets/styles/layouts/footer/_footer-sub.scss */

  .copyright {
    margin-right: 0;
    text-align: center;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  /* line 65, resources/assets/styles/layouts/footer/_footer-sub.scss */

  .copyright > * {
    flex-basis: 100%;
  }
}

/* line 71, resources/assets/styles/layouts/footer/_footer-sub.scss */

#manditories {
  margin-left: 5px;
  display: inline-block;
}

/* line 75, resources/assets/styles/layouts/footer/_footer-sub.scss */

#manditories > * {
  margin: 5px;
  display: inline-block;
}

/* line 80, resources/assets/styles/layouts/footer/_footer-sub.scss */

#manditories img {
  max-height: 35px;
  max-width: 350px;
}

@media (max-width: 599px) {
  /* line 80, resources/assets/styles/layouts/footer/_footer-sub.scss */

  #manditories img {
    max-width: 100%;
    height: auto;
  }
}

/* line 90, resources/assets/styles/layouts/footer/_footer-sub.scss */

#manditories a:hover {
  text-decoration: none;
}

/* line 96, resources/assets/styles/layouts/footer/_footer-sub.scss */

#footerFeatures {
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  /* line 96, resources/assets/styles/layouts/footer/_footer-sub.scss */

  #footerFeatures {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
}

/* line 107, resources/assets/styles/layouts/footer/_footer-sub.scss */

.privacy-policy-icon {
  padding-right: 45px;
  position: relative;
}

/* line 111, resources/assets/styles/layouts/footer/_footer-sub.scss */

.privacy-policy-icon::after {
  content: '';
  background-image: url(../../dist/images/privacy-policy-check-icon_4b15e57a.png);
  display: inline-block;
  width: 50px;
  height: 20px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 3px 7px;
  padding-right: 20px;
}

/* line 123, resources/assets/styles/layouts/footer/_footer-sub.scss */

.page-template-template-community .privacy-policy-icon::after {
  margin-top: 0;
}

/*
Quick form slide up styles
*/

/* line 4, resources/assets/styles/layouts/footer/_quick-form.scss */

#qForm {
  position: relative;
  display: flex;
  flex-direction: row;
}

/* line 9, resources/assets/styles/layouts/footer/_quick-form.scss */

#qfImageFeature {
  flex-grow: 0;
  padding: 20% 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  align-self: stretch;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  /* line 9, resources/assets/styles/layouts/footer/_quick-form.scss */

  #qfImageFeature {
    display: none;
  }
}

/* line 19, resources/assets/styles/layouts/footer/_quick-form.scss */

#qFormWrap {
  position: relative;
  height: auto;
  z-index: 9;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 29, resources/assets/styles/layouts/footer/_quick-form.scss */

#qFormWrap .paddingWrapper {
  padding: 50px 50px 50px 50px;
}

@media (max-width: 1599px) {
  /* line 29, resources/assets/styles/layouts/footer/_quick-form.scss */

  #qFormWrap .paddingWrapper {
    padding: 40px 40px 40px 40px;
  }
}

@media (max-width: 1199px) {
  /* line 29, resources/assets/styles/layouts/footer/_quick-form.scss */

  #qFormWrap .paddingWrapper {
    padding: 32px 32px 32px 32px;
  }
}

@media (max-width: 991px) {
  /* line 29, resources/assets/styles/layouts/footer/_quick-form.scss */

  #qFormWrap .paddingWrapper {
    padding: 25.6px 25.6px 25.6px 25.6px;
  }
}

@media (max-width: 767px) {
  /* line 29, resources/assets/styles/layouts/footer/_quick-form.scss */

  #qFormWrap .paddingWrapper {
    padding: 20.48px 25px 20.48px 25px;
  }
}

@media (max-width: 599px) {
  /* line 29, resources/assets/styles/layouts/footer/_quick-form.scss */

  #qFormWrap .paddingWrapper {
    padding: 40px 20px 40px 20px;
  }
}

/* line 31, resources/assets/styles/layouts/footer/_quick-form.scss */

#qFormWrap .paddingWrapper > * {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 31, resources/assets/styles/layouts/footer/_quick-form.scss */

  #qFormWrap .paddingWrapper > * {
    max-width: 800px;
  }
}

/* line 36, resources/assets/styles/layouts/footer/_quick-form.scss */

#qFormWrap #qForm-text {
  position: relative;
  margin-bottom: 15px;
}

/* line 39, resources/assets/styles/layouts/footer/_quick-form.scss */

#qFormWrap #qForm-text h3,
#qFormWrap #qForm-text h4 {
  margin-bottom: 15px;
  margin-top: 5px;
}

/* line 44, resources/assets/styles/layouts/footer/_quick-form.scss */

#qFormWrap .gform_wrapper .gform_footer .gform_button {
  display: block;
  width: auto;
  min-width: 50%;
  text-align: center;
  margin: auto;
}

/* line 51, resources/assets/styles/layouts/footer/_quick-form.scss */

#qFormWrap .privacyPolicy {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 50px;
}

/* line 58, resources/assets/styles/layouts/footer/_quick-form.scss */

.qFormButton,
.qFormButton.closeButton {
  border: none;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  display: none !important;
}

@media (min-width: 992px) {
  /* line 67, resources/assets/styles/layouts/footer/_quick-form.scss */

  #signUpForm #qForm {
    background-color: transparent;
  }
}

/* line 75, resources/assets/styles/layouts/footer/_quick-form.scss */

#signUpForm .gform_wrapper .gform_footer,
#sidebar .gform_wrapper .gform_footer {
  margin-bottom: 0;
}

/* line 78, resources/assets/styles/layouts/footer/_quick-form.scss */

#signUpForm .gform_wrapper .gform_footer .gform_button,
#sidebar .gform_wrapper .gform_footer .gform_button {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 83, resources/assets/styles/layouts/footer/_quick-form.scss */

#signUpForm .gfield_checkbox > li:not(#foo) input[type='radio'] + label,
#signUpForm .gfield_checkbox > li:not(#foo) input[type='checkbox'] + label,
#sidebar .gfield_checkbox > li:not(#foo) input[type='radio'] + label,
#sidebar .gfield_checkbox > li:not(#foo) input[type='checkbox'] + label {
  margin: 0;
  clear: none;
  padding: 5px 0 4px 30px;
  background-size: 20px 20px;
  width: 100%;
  height: auto;
}

/* line 93, resources/assets/styles/layouts/footer/_quick-form.scss */

#signUpForm .gform_fields li,
#sidebar .gform_fields li {
  margin: 5px 0;
}

/* line 97, resources/assets/styles/layouts/footer/_quick-form.scss */

#signUpForm li.gf_left_half,
#signUpForm li.gf_right_half,
#signUpForm li.gf_right_quad,
#signUpForm li.gf_middle_right_quad,
#sidebar li.gf_left_half,
#sidebar li.gf_right_half,
#sidebar li.gf_right_quad,
#sidebar li.gf_middle_right_quad {
  width: 100%;
  padding: 0 !important;
}

/* line 105, resources/assets/styles/layouts/footer/_quick-form.scss */

#actionBlock {
  width: 100%;
}

/* line 107, resources/assets/styles/layouts/footer/_quick-form.scss */

#actionBlock.display-flex {
  display: flex;
}

/* line 109, resources/assets/styles/layouts/footer/_quick-form.scss */

#actionBlock.display-flex > *:not(h3) {
  flex-shrink: 1;
  flex-grow: 1;
}

/* line 113, resources/assets/styles/layouts/footer/_quick-form.scss */

#actionBlock.display-flex #cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 118, resources/assets/styles/layouts/footer/_quick-form.scss */

#actionBlock.display-flex #cta.ctaContain #ctaWrap {
  padding: 50px 50px 50px 50px;
}

@media (max-width: 1599px) {
  /* line 118, resources/assets/styles/layouts/footer/_quick-form.scss */

  #actionBlock.display-flex #cta.ctaContain #ctaWrap {
    padding: 40px 40px 40px 40px;
  }
}

@media (max-width: 1199px) {
  /* line 118, resources/assets/styles/layouts/footer/_quick-form.scss */

  #actionBlock.display-flex #cta.ctaContain #ctaWrap {
    padding: 32px 32px 32px 32px;
  }
}

@media (max-width: 991px) {
  /* line 118, resources/assets/styles/layouts/footer/_quick-form.scss */

  #actionBlock.display-flex #cta.ctaContain #ctaWrap {
    padding: 25.6px 25.6px 25.6px 25.6px;
  }
}

@media (max-width: 767px) {
  /* line 118, resources/assets/styles/layouts/footer/_quick-form.scss */

  #actionBlock.display-flex #cta.ctaContain #ctaWrap {
    padding: 20.48px 25px 20.48px 25px;
  }
}

@media (max-width: 599px) {
  /* line 118, resources/assets/styles/layouts/footer/_quick-form.scss */

  #actionBlock.display-flex #cta.ctaContain #ctaWrap {
    padding: 40px 20px 40px 20px;
  }
}

/* line 122, resources/assets/styles/layouts/footer/_quick-form.scss */

#actionBlock.display-flex #cta > * {
  flex-grow: 1;
}

/* line 125, resources/assets/styles/layouts/footer/_quick-form.scss */

#actionBlock.display-flex #cta .ctaContent {
  justify-content: center;
}

/* line 129, resources/assets/styles/layouts/footer/_quick-form.scss */

#actionBlock.display-flex #qForm {
  flex-shrink: 0;
  flex-grow: 0;
}

@media (max-width: 991px) {
  /* line 107, resources/assets/styles/layouts/footer/_quick-form.scss */

  #actionBlock.display-flex {
    flex-wrap: wrap;
  }

  /* line 135, resources/assets/styles/layouts/footer/_quick-form.scss */

  #actionBlock.display-flex > * {
    flex-basis: 100% !important;
  }

  /* line 138, resources/assets/styles/layouts/footer/_quick-form.scss */

  #actionBlock.display-flex #cta {
    order: -1 !important;
  }
}

/* line 1, resources/assets/styles/layouts/footer/_cta.scss */

#cta {
  width: 100%;
  flex-basis: 100%;
  transition: all 0.35s ease-in-out;
  position: relative;
}

/* line 6, resources/assets/styles/layouts/footer/_cta.scss */

#cta a {
  z-index: 1;
  text-decoration: none !important;
}

/* line 10, resources/assets/styles/layouts/footer/_cta.scss */

#cta > h3 {
  margin-top: 0;
  margin-bottom: 35px;
  padding-top: 35px;
  text-align: center;
  position: relative;
  color: #1A3240;
}

@media (max-width: 991px) {
  /* line 10, resources/assets/styles/layouts/footer/_cta.scss */

  #cta > h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  /* line 10, resources/assets/styles/layouts/footer/_cta.scss */

  #cta > h3 {
    padding-top: 25px;
  }
}

/* line 17, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  /* line 17, resources/assets/styles/layouts/footer/_cta.scss */

  #cta #ctaWrap {
    flex-wrap: wrap;
  }
}

/* line 23, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > * {
  flex-grow: 1;
  flex-basis: 33%;
}

@media (max-width: 991px) {
  /* line 23, resources/assets/styles/layouts/footer/_cta.scss */

  #cta #ctaWrap > * {
    flex-basis: 100%;
  }
}

/* line 29, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > * > a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

/* line 34, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > * > a > .flex {
  height: 100%;
}

/* line 37, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > * > a .ctaImg {
  transition: all 0.35s ease-in-out;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .1;
  filter: grayscale(1);
}

/* line 44, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > * > a .ctaContent {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 40px 70px 40px;
}

@media (max-width: 1599px) {
  /* line 44, resources/assets/styles/layouts/footer/_cta.scss */

  #cta #ctaWrap > * > a .ctaContent {
    padding: 56px 32px 56px 32px;
  }
}

@media (max-width: 1199px) {
  /* line 44, resources/assets/styles/layouts/footer/_cta.scss */

  #cta #ctaWrap > * > a .ctaContent {
    padding: 44.8px 25.6px 44.8px 25.6px;
  }
}

@media (max-width: 991px) {
  /* line 44, resources/assets/styles/layouts/footer/_cta.scss */

  #cta #ctaWrap > * > a .ctaContent {
    padding: 35.84px 20.48px 35.84px 20.48px;
  }
}

@media (max-width: 767px) {
  /* line 44, resources/assets/styles/layouts/footer/_cta.scss */

  #cta #ctaWrap > * > a .ctaContent {
    padding: 28.672px 25px 28.672px 25px;
  }
}

@media (max-width: 599px) {
  /* line 44, resources/assets/styles/layouts/footer/_cta.scss */

  #cta #ctaWrap > * > a .ctaContent {
    padding: 40px 20px 40px 20px;
  }
}

/* line 52, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > * > a .ctaContent > * {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.35s ease-in-out;
}

@media (min-width: 992px) {
  /* line 52, resources/assets/styles/layouts/footer/_cta.scss */

  #cta #ctaWrap > * > a .ctaContent > * {
    max-width: 1000px;
  }
}

/* line 56, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > * > a .ctaContent h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 30px;
}

@media (max-width: 1199px) {
  /* line 56, resources/assets/styles/layouts/footer/_cta.scss */

  #cta #ctaWrap > * > a .ctaContent h4 {
    font-size: calc(18px + 0.85vw);
  }
}

/* line 64, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > * > a .ctaContent p {
  margin-bottom: 20px;
}

/* line 67, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > * > a .ctaContent span.btn {
  position: relative;
  height: auto;
  padding: 14px 20px;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  width: auto;
  letter-spacing: inherit;
  margin: 10px 0;
  white-space: normal;
  border: none;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  margin: 0;
}

@media (min-width: 992px) {
  /* line 5, resources/assets/styles/common/_custom-mixins.scss */

  #cta #ctaWrap > * > a .ctaContent span.btn:hover,
  #cta #ctaWrap > * > a .ctaContent span.btn:active,
  #cta #ctaWrap > * > a .ctaContent span.btn:focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

/* line 5, resources/assets/styles/common/_custom-mixins.scss */

#cta #ctaWrap > * > a .ctaContent span.btn:hover,
#cta #ctaWrap > * > a .ctaContent span.btn:active,
#cta #ctaWrap > * > a .ctaContent span.btn:focus {
  text-decoration: none !important;
  border: none;
}

/* line 70, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > * > a .ctaContent span.btn > span {
  display: none;
}

/* line 78, resources/assets/styles/layouts/footer/_cta.scss */

#cta #ctaWrap > *:nth-of-type(1n+4) {
  display: none;
}

/* line 85, resources/assets/styles/layouts/footer/_cta.scss */

#cta.ctaCenter #ctaWrap .ctaContent {
  align-items: center;
  text-align: center;
}

/* line 92, resources/assets/styles/layouts/footer/_cta.scss */

#cta.ctaContain #ctaWrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 100px 30px;
}

@media (min-width: 992px) {
  /* line 92, resources/assets/styles/layouts/footer/_cta.scss */

  #cta.ctaContain #ctaWrap {
    max-width: 1600px;
  }
}

@media (max-width: 1599px) {
  /* line 92, resources/assets/styles/layouts/footer/_cta.scss */

  #cta.ctaContain #ctaWrap {
    padding: 0 24px 80px 24px;
  }
}

@media (max-width: 1199px) {
  /* line 92, resources/assets/styles/layouts/footer/_cta.scss */

  #cta.ctaContain #ctaWrap {
    padding: 0 19.2px 64px 19.2px;
  }
}

@media (max-width: 991px) {
  /* line 92, resources/assets/styles/layouts/footer/_cta.scss */

  #cta.ctaContain #ctaWrap {
    padding: 0 20px 51.2px 20px;
  }
}

@media (max-width: 767px) {
  /* line 92, resources/assets/styles/layouts/footer/_cta.scss */

  #cta.ctaContain #ctaWrap {
    padding: 0 25px 40.96px 25px;
  }
}

@media (max-width: 599px) {
  /* line 92, resources/assets/styles/layouts/footer/_cta.scss */

  #cta.ctaContain #ctaWrap {
    padding: 0 20px 40px 20px;
  }
}

@media (max-width: 767px) {
  /* line 92, resources/assets/styles/layouts/footer/_cta.scss */

  #cta.ctaContain #ctaWrap {
    flex-wrap: wrap;
  }
}

/* line 98, resources/assets/styles/layouts/footer/_cta.scss */

#cta.ctaContain #ctaWrap > * {
  padding: 15px;
}

/* line 100, resources/assets/styles/layouts/footer/_cta.scss */

#cta.ctaContain #ctaWrap > *:first-child {
  padding-left: 0;
}

/* line 103, resources/assets/styles/layouts/footer/_cta.scss */

#cta.ctaContain #ctaWrap > *:last-child {
  padding-right: 0;
}

@media (max-width: 991px) {
  /* line 98, resources/assets/styles/layouts/footer/_cta.scss */

  #cta.ctaContain #ctaWrap > * {
    padding: 10px 0 !important;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 121, resources/assets/styles/layouts/footer/_cta.scss */

  #cta a:hover > .ctaImg,
  #cta a:active > .ctaImg,
  #cta a:focus > .ctaImg {
    filter: grayscale(0.1);
    opacity: .3;
  }
}

/* line 133, resources/assets/styles/layouts/footer/_cta.scss */

.no-touch #cta a:hover > .ctaImg,
.no-touch #cta a:active > .ctaImg,
.no-touch #cta a:focus > .ctaImg {
  filter: grayscale(0.1);
  opacity: .3;
}

/* CTA display parts options */

/* line 144, resources/assets/styles/layouts/footer/_cta.scss */

#cta:not(.ctaImg) .ctaImg,
#cta:not(.ctaHead) .ctaContent h4,
#cta:not(.ctaDesc) .ctaContent p,
#cta:not(.ctaBtn) .ctaContent span.btn {
  visibility: hidden;
  display: none !important;
}

/* line 152, resources/assets/styles/layouts/footer/_cta.scss */

#cta.ctaImg .ctaImg {
  visibility: visible;
  display: block;
}

/* line 155, resources/assets/styles/layouts/footer/_cta.scss */

#cta.ctaHead .ctaContent h4 {
  visibility: visible;
  display: block;
}

/* line 158, resources/assets/styles/layouts/footer/_cta.scss */

#cta.ctaDesc .ctaContent p {
  visibility: visible;
  display: block;
}

/* line 161, resources/assets/styles/layouts/footer/_cta.scss */

#cta.ctaBtn .ctaContent span.btn {
  visibility: visible;
  display: block;
}

/* line 1, resources/assets/styles/layouts/header/_header-base.scss */

#siteHeader,
#topBar {
  margin-bottom: 0;
  border: none;
}

/* line 7, resources/assets/styles/layouts/header/_header-base.scss */

#siteHeader {
  max-width: 2000px;
  transform-origin: center top;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  z-index: 2;
  overflow: visible;
}

/* line 16, resources/assets/styles/layouts/header/_header-base.scss */

#siteHeader a {
  text-decoration: none !important;
}

@media (min-width: 1600px) {
  /* line 7, resources/assets/styles/layouts/header/_header-base.scss */

  #siteHeader {
    width: 100%;
    max-width: 100%;
  }
}

/* line 27, resources/assets/styles/layouts/header/_header-base.scss */

#headerMain {
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 1;
}

/* line 31, resources/assets/styles/layouts/header/_header-base.scss */

#headerMain > *:not(.bkg) {
  position: relative;
}

/* line 35, resources/assets/styles/layouts/header/_header-base.scss */

#headerMain.center-menu nav > div:not(#featureLinkWrap) {
  margin: 0 auto;
}

/* line 40, resources/assets/styles/layouts/header/_header-base.scss */

#headerMain:not(.center-menu) #headerMainWrap > nav > div {
  margin: 0 10px 0 0;
}

/* line 46, resources/assets/styles/layouts/header/_header-base.scss */

#headerMain:not(.center-menu) #headerMainWrap > nav > div ul.nav > li:last-of-type > ul.sub-menu,
#headerMain:not(.center-menu) #headerMainWrap > nav > div ul.menu > li:last-of-type > ul.sub-menu {
  transform-origin: center top;
  left: auto;
  right: 0;
  transform: translate(0, 0) scale(1, 0);
}

/* line 56, resources/assets/styles/layouts/header/_header-base.scss */

#headerMain #headerMainWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 61, resources/assets/styles/layouts/header/_header-base.scss */

  #headerMain .bkgColor {
    opacity: 1 !important;
  }
}

@media (min-width: 1200px) {
  /* line 71, resources/assets/styles/layouts/header/_header-base.scss */

  #headerMain:not(.center-menu) #headerMainWrap > nav .menu-item-has-children:last-of-type:hover .sub-menu,
  #headerMain:not(.center-menu) #headerMainWrap > nav .menu-item-has-children:last-of-type:active .sub-menu,
  #headerMain:not(.center-menu) #headerMainWrap > nav .menu-item-has-children:last-of-type:focus .sub-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
  }
}

@media (min-width: 768px) {
  /* line 85, resources/assets/styles/layouts/header/_header-base.scss */

  .no-touch #headerMain:not(.center-menu) #headerMainWrap > nav .menu-item-has-children:last-of-type:hover .sub-menu,
  .no-touch #headerMain:not(.center-menu) #headerMainWrap > nav .menu-item-has-children:last-of-type:active .sub-menu,
  .no-touch #headerMain:not(.center-menu) #headerMainWrap > nav .menu-item-has-children:last-of-type:focus .sub-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
  }
}

@media (min-width: 992px) {
  /* line 98, resources/assets/styles/layouts/header/_header-base.scss */

  header.headerMainAbsolute #headerMain {
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  /* line 102, resources/assets/styles/layouts/header/_header-base.scss */

  header.headerMainAbsolute + .pgMiddle #pageHeaderContent {
    padding-top: 150px !important;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  /* line 112, resources/assets/styles/layouts/header/_header-base.scss */

  .header_column header.headerMainAbsolute + .pgMiddle #pageHeaderContent {
    padding-top: 250px !important;
  }
}

/* line 122, resources/assets/styles/layouts/header/_header-base.scss */

#headLogo {
  transition: all 0.35s ease-in-out;
  flex-grow: 0;
  padding-left: 20px;
}

/* line 127, resources/assets/styles/layouts/header/_header-base.scss */

#headLogo:before,
#headLogo:after {
  display: none;
}

@media (max-width: 1199px) {
  /* line 122, resources/assets/styles/layouts/header/_header-base.scss */

  #headLogo {
    margin-left: 0;
    max-width: 200px;
    padding: 10px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 122, resources/assets/styles/layouts/header/_header-base.scss */

  #headLogo {
    padding: 15px 15px;
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  /* line 122, resources/assets/styles/layouts/header/_header-base.scss */

  #headLogo {
    max-width: 250px;
  }
}

@media (max-width: 599px) {
  /* line 122, resources/assets/styles/layouts/header/_header-base.scss */

  #headLogo {
    max-width: 60%;
  }
}

/* line 148, resources/assets/styles/layouts/header/_header-base.scss */

#headLogo a {
  transition: all 0.35s ease-in-out;
  display: block;
  height: 95px;
  width: 165px;
}

@media (min-width: 1200px) {
  /* line 148, resources/assets/styles/layouts/header/_header-base.scss */

  #headLogo a {
    width: 150px;
  }
}

@media (min-width: 1200px) {
  /* line 158, resources/assets/styles/layouts/header/_header-base.scss */

  .page-template-template-community #headLogo a {
    width: 240px;
  }
}

/* line 164, resources/assets/styles/layouts/header/_header-base.scss */

#headLogo a img {
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  /* line 148, resources/assets/styles/layouts/header/_header-base.scss */

  #headLogo a {
    height: 65px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 122, resources/assets/styles/layouts/header/_header-base.scss */

  #headLogo {
    margin-left: 15px;
  }
}

/* line 3, resources/assets/styles/layouts/header/_header-nav.scss */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  text-align: left;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

@media (max-width: 991px) {
  /* line 19, resources/assets/styles/layouts/header/_header-nav.scss */

  #headerMain > nav {
    display: none;
  }
}

/* line 26, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end !important;
  padding: 0 20px;
  margin-left: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 26, resources/assets/styles/layouts/header/_header-nav.scss */

  #headerMain nav {
    padding: 0 15px;
    background-color: transparent !important;
  }
}

@media (max-width: 991px) {
  /* line 26, resources/assets/styles/layouts/header/_header-nav.scss */

  #headerMain nav {
    flex-grow: 0;
  }
}

/* line 41, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  /* line 41, resources/assets/styles/layouts/header/_header-nav.scss */

  #headerMain nav > div {
    display: none;
  }
}

/* line 49, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: stretch;
}

/* line 56, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item {
  transition: all 0.35s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex-grow: 1;
}

/* line 64, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item > a:focus,
#headerMain nav > div ul:not(.sub-menu) > .menu-item > a:hover {
  color: #4a778c;
}

/* line 69, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item.btn-content {
  margin: 5px;
  padding: 0 !important;
}

/* line 74, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item.featureLink {
  margin: 5px 15px;
  padding: 0;
  align-self: center;
}

/* line 78, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item.featureLink > a {
  padding: 14px 20px;
}

/* line 83, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item.comm-featured {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
  padding: initial !important;
  position: initial !important;
  right: initial !important;
  top: initial !important;
  transform: initial !important;
}

@media (min-width: 1600px) {
  /* line 83, resources/assets/styles/layouts/header/_header-nav.scss */

  #headerMain nav > div ul:not(.sub-menu) > .menu-item.comm-featured {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}

/* line 97, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item.comm-featured a {
  margin: auto;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 1600px) {
  /* line 97, resources/assets/styles/layouts/header/_header-nav.scss */

  #headerMain nav > div ul:not(.sub-menu) > .menu-item.comm-featured a {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}

/* line 109, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item a {
  transition: all 0.35s ease-in-out;
  text-align: center;
  background-color: transparent;
}

/* line 114, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item .sub-menu {
  top: 100%;
  transition: all 0.35s ease-in-out;
  border: none;
  border-radius: 0;
  margin-top: 0;
  text-align: left;
  box-shadow: none;
  position: absolute;
  z-index: 0;
  padding: 0;
  min-width: 250px;
}

/* line 126, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item .sub-menu > .menu-item {
  transition: all 0.35s ease-in-out;
  padding: 10px 20px;
}

/* line 130, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item .sub-menu > .menu-item a {
  transition: all 0.35s ease-in-out;
  text-align: center;
  white-space: nowrap;
  display: block;
}

@media (min-width: 768px) {
  /* line 138, resources/assets/styles/layouts/header/_header-nav.scss */

  #headerMain nav > div ul:not(.sub-menu) > .menu-item .sub-menu > .menu-item:hover > a,
  #headerMain nav > div ul:not(.sub-menu) > .menu-item .sub-menu > .menu-item:active > a,
  #headerMain nav > div ul:not(.sub-menu) > .menu-item .sub-menu > .menu-item:focus > a {
    text-decoration: none;
  }
}

/* line 146, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item {
  position: relative;
}

/* line 148, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item > a {
  align-items: center;
  display: flex;
  height: 100%;
  line-height: 1.25;
  padding: 15px 5px;
}

/* line 157, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div ul:not(.sub-menu) > li.current-menu-item a {
  color: #4a778c;
}

/* line 164, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain nav > div.widget_nav_menu > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 174, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain #headerMainWrap > nav > *:not(:last-of-type) {
  margin-right: 0;
}

/* line 177, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain #headerMainWrap > nav > div > nav {
  padding: 0;
}

/* line 183, resources/assets/styles/layouts/header/_header-nav.scss */

.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain .menu > .comm-featured.bg-gold a {
  background-color: #E7A614 !important;
  color: #000 !important;
}

/* line 190, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain #headerMainWrap > nav .menu-item-has-children {
  position: relative;
}

/* line 195, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain #headerMainWrap > nav .current_page_parent > a,
#headerMain #headerMainWrap > nav .current-menu-item > a {
  color: #0f3340 !important;
}

/* line 201, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain #headerMainWrap > nav .menu-item-has-children:has(.sub-menu.active) > a {
  color: #4a778c !important;
  text-decoration: underline;
}

/* line 207, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain #headerMainWrap > nav .sub-menu {
  display: none;
  opacity: 0;
  left: 50%;
  transition: all 0.35s ease-in-out;
}

/* line 212, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain #headerMainWrap > nav .sub-menu:hover,
#headerMain #headerMainWrap > nav .sub-menu.active {
  display: block;
  opacity: 1;
  transform: translate(-50%, 0) scale(1, 1);
  transform-origin: center top;
}

/* line 219, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain #headerMainWrap > nav .sub-menu:hover .current-menu-item,
#headerMain #headerMainWrap > nav .sub-menu.active .current-menu-item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 221, resources/assets/styles/layouts/header/_header-nav.scss */

#headerMain #headerMainWrap > nav .sub-menu:hover .current-menu-item > a,
#headerMain #headerMainWrap > nav .sub-menu.active .current-menu-item > a {
  color: #000;
  text-decoration: underline !important;
}

/* line 233, resources/assets/styles/layouts/header/_header-nav.scss */

.page-template-template-community #headerMain #headerMainWrap > nav .current_page_parent > a,
.page-template-template-community #headerMain #headerMainWrap > nav .current-menu-item > a {
  background-color: #fff !important;
}

@media (min-width: 1200px) {
  /* line 244, resources/assets/styles/layouts/header/_header-nav.scss */

  #headerMain #headerMainWrap > nav .menu-item-has-children:hover .sub-menu,
  #headerMain #headerMainWrap > nav .menu-item-has-children:active .sub-menu,
  #headerMain #headerMainWrap > nav .menu-item-has-children:focus .sub-menu {
    opacity: 1;
    transform: translate(-50%, 0) scale(1, 1);
  }
}

@media (min-width: 768px) {
  /* line 258, resources/assets/styles/layouts/header/_header-nav.scss */

  .no-touch #headerMain #headerMainWrap > nav .menu-item-has-children:hover .sub-menu,
  .no-touch #headerMain #headerMainWrap > nav .menu-item-has-children:active .sub-menu,
  .no-touch #headerMain #headerMainWrap > nav .menu-item-has-children:focus .sub-menu {
    opacity: 1;
    transform: translate(-50%, 0) scale(1, 1);
  }
}

/* line 271, resources/assets/styles/layouts/header/_header-nav.scss */

li.featureLink > a,
#featureLinkWrap > a {
  text-align: center;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 1199px) {
  /* line 271, resources/assets/styles/layouts/header/_header-nav.scss */

  li.featureLink > a,
  #featureLinkWrap > a {
    padding: 10px;
  }
}

/* line 283, resources/assets/styles/layouts/header/_header-nav.scss */

.page-template-template-community-php #headerMain nav {
  justify-content: center;
  margin-left: 0;
}

/* line 288, resources/assets/styles/layouts/header/_header-nav.scss */

.page-template-template-community-php #headerMain .menu {
  margin-left: 0;
}

/* line 2, resources/assets/styles/layouts/widgets/_cta.scss */

main.main .widget_cta_widget {
  margin-bottom: 25px;
}

/* line 4, resources/assets/styles/layouts/widgets/_cta.scss */

main.main .widget_cta_widget .ctaImg {
  flex-basis: 35%;
  min-height: 1px;
}

@media (max-width: 767px) {
  /* line 4, resources/assets/styles/layouts/widgets/_cta.scss */

  main.main .widget_cta_widget .ctaImg {
    display: none;
  }
}

/* line 11, resources/assets/styles/layouts/widgets/_cta.scss */

main.main .widget_cta_widget .ctaContent {
  flex-basis: 65%;
  padding: 35px;
}

@media (max-width: 991px) {
  /* line 11, resources/assets/styles/layouts/widgets/_cta.scss */

  main.main .widget_cta_widget .ctaContent {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  /* line 11, resources/assets/styles/layouts/widgets/_cta.scss */

  main.main .widget_cta_widget .ctaContent {
    padding: 25px;
    flex-basis: 100%;
  }
}

/* line 3, resources/assets/styles/layouts/widgets/_nav.scss */

.content-widget.widget_nav_menu li {
  list-style: none;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* Community TopBar */

/* line 2, resources/assets/styles/_theme-styles.scss */

.page-template-template-community #topBar {
  background-color: #0F3340 !important;
}

/* Community Header */

/* line 7, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain ul li.menu-item ul.sub-menu li.menu-item.current-menu-item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 11, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteHeader #headerMain nav .mc-primary-nav ul.menu li.menu-item.comm-featured a {
  background: #154556;
}

/* line 15, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community .pgMiddle #pgHeader #pageHeaderContent #heroContent h3.comm-title,
body.srg-theme-skin.home:not(.page-template-template-community) #pgHeader #pageHeaderContent #heroContent h3 {
  font-size: 3.5rem;
  line-height: 4.125rem;
}

/* line 21, resources/assets/styles/_theme-styles.scss */

body.page-template-template-community #siteWrap #siteHeader #headerMain ul:not(.sub-menu) li.menu-item:hover > a {
  text-decoration: underline !important;
}

/* line 25, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteHeader #headerMain nav .mc-primary-nav ul.menu li.menu-item ul.sub-menu li.menu-item {
  max-width: unset;
  width: unset;
}

/* line 30, resources/assets/styles/_theme-styles.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item-has-children > a:after {
  display: none;
}

/* Community Home */

/* line 35, resources/assets/styles/_theme-styles.scss */

body.page-template-template-community .comm-home-callout a.btn-content {
  border: 2px solid #B8860B !important;
}

/* line 39, resources/assets/styles/_theme-styles.scss */

body.home:not(.page-template-template-community) .gd-icon.gd-icon-Scroll:before,
body.page-template-template-community .gd-icon.gd-icon-Scroll:before {
  background-size: contain;
  background-image: url(https://storage.googleapis.com/srg-stage-assets/uploads/365bc522-down-arrow-white.png);
  background-repeat: no-repeat;
  content: "";
  height: 35px;
  width: 25px;
}

/* Block Styles */

/* line 50, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-faq .panel {
  border: solid 1px black !important;
}

/* line 54, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-faq.white-text .panel {
  border: solid 1px #FFFFFF !important;
}

/* line 58, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-image-boxes.hide-links a,
body.srg-theme-skin .b-image-boxes.hide-links span.img .iBox-hover.moduleBkg {
  display: none;
}

/* line 63, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-list ul .b_list_col li {
  line-height: 1.6 !important;
}

/* line 67, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-posts h3 {
  margin-left: 0;
}

/* line 71, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-posts .b-posts-wrap article .eListMain h3.entry-title {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 0.636;
  margin-bottom: 0 !important;
}

/* line 78, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-text-tiles .text-tile .text-box .headline {
  color: #164557;
}

/* line 82, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-text-tiles .wrapper .text-tile,
.gridway-item {
  border-bottom: solid 4px #73A5B6;
}

/* Globals */

/* line 87, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin #breadcrumbs a:hover {
  color: #d29100;
}

/* line 91, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .btn-content-white,
body.srg-theme-skin .b-cta .color-overlay .link .btn-content {
  background: #FFFFFF;
  border: 2px solid #B8860B !important;
  color: #1F677F !important;
  font-family: "ArquitectaBold", serif !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.34px;
  text-align: center;
}

/* line 103, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin #cta section.widget > a:hover .ctaContent span.btn {
  color: #1F677F !important;
}

/* line 107, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin form .gform_body ul.gform_fields li.gfield ul.gfield_radio li {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 112, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin #subFooter .menu-sub-footer-navigation-container ul.nav li a {
  margin-right: 10px;
  display: inline-block;
}

/* line 117, resources/assets/styles/_theme-styles.scss */

#headLogo a img {
  padding: 5px;
}

/* line 121, resources/assets/styles/_theme-styles.scss */

.b-posts-carousel .owl-carousel .carousel-item img {
  width: 380px;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

/* line 128, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #subFooter .copyright-links {
  line-height: 26px;
}

/* line 132, resources/assets/styles/_theme-styles.scss */

#cta #ctaWrap > * > a .ctaContent span.btn:hover {
  box-shadow: none;
}

/* line 136, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteFooter .comm-description h3,
body.srg-theme-skin.page-template-template-community #siteFooter .comm-description-mobile h3,
body.srg-theme-skin:not(.page-template-template-community) footer#siteFooter .corp-footer-content .top h3,
body.srg-theme-skin:not(.page-template-template-community) footer#siteFooter h3,
body.srg-theme-skin.home:not(.page-template-template-community) #pgHeader #pageHeaderContent #heroContent h3 {
  font-family: "Arquitecta", serif !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}

/* line 146, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.home:not(.page-template-template-community) #pgHeader #pageHeaderContent #heroContent h3 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 150, resources/assets/styles/_theme-styles.scss */

.tribe-events-event-categories-label,
.tribe-events-event-categories {
  display: none;
}

/* line 155, resources/assets/styles/_theme-styles.scss */

#seSide h3 {
  margin: 20px 0 !important;
}

/* line 159, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-faq .panel .panel-heading,
.b-staff section {
  background-color: #1F677F !important;
}

/* line 163, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-faq .panel .panel-heading .panel-title,
body.srg-theme-skin .b-faq .panel .panel-heading .gd-icon,
body.srg-theme-skin .b-faq .panel .panel-heading .category-select:after,
body.srg-theme-skin .b-faq .panel .panel-heading .ginput_container_select:after {
  color: #fff !important;
}

/* line 168, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-faq .panel .panel-body {
  padding: 30px 40px;
}

/* line 172, resources/assets/styles/_theme-styles.scss */

.page-template-template-community #cta section.widget a:hover {
  background-color: #bed7dc !important;
}

/* line 176, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteWrap.headroom--pinned header#siteHeader:not(.topBarAbsolute) + .pgMiddle {
  margin-top: 80px !important;
}

/* Community Quick Form Hide */

/* line 181, resources/assets/styles/_theme-styles.scss */

body#srg-senior-living-tours #siteFooter .comm-footer-form,
body#srg-senior-living-contact #siteFooter .comm-footer-form {
  display: none;
}

/* line 186, resources/assets/styles/_theme-styles.scss */

body#srg-senior-living-tours #siteFooter .comm-footer-content,
body#srg-senior-living-contact #siteFooter .comm-footer-content {
  flex-basis: 35%;
}

/* line 191, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain ul:not(.sub-menu) li.menu-item.current-menu-parent:not(.comm-featured) a,
body.page-template-template-community #siteWrap #siteHeader #headerMain ul:not(.sub-menu) li.menu-item.current-menu-item a,
body.page-template-template-community #siteWrap #siteHeader #headerMain ul:not(.sub-menu) li.menu-item.current-menu-item a {
  color: #1f677f !important;
}

/* line 196, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain nav .mc-primary-nav ul.menu li.menu-item ul.sub-menu li.menu-item a {
  color: #0f3340 !important;
}

/* line 200, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain nav .mc-primary-nav ul.menu li.menu-item ul.sub-menu li.menu-item a {
  font-weight: 500;
}

/* line 204, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteFooter .comm-footer-content .comm-social-props a img {
  margin-right: 10px;
}

/* line 208, resources/assets/styles/_theme-styles.scss */

.month {
  margin-top: -10px;
}

/* line 212, resources/assets/styles/_theme-styles.scss */

.btn-content {
  font-size: 1.4rem !important;
}

/* line 216, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteFooter .comm-footer-content a.btn-content {
  padding: 20px !important;
}

/* line 220, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteFooter .comm-description h3 {
  overflow-wrap: normal;
}

/* line 224, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-imgFeat .b-imgFeatText .headline,
body.srg-theme-skin .b-imgFeat .b-imgFeatText .headSeo {
  color: #1f677f !important;
  font-family: "Arquitecta", serif;
  font-size: 56px;
  line-height: 1.17;
  text-transform: uppercase;
}

/* line 241, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .headMain {
  margin-bottom: 15px !important;
}

/* line 245, resources/assets/styles/_theme-styles.scss */

.comm-phone a,
.comm-footer-link a {
  width: 200px;
}

/* line 249, resources/assets/styles/_theme-styles.scss */

h2.headSeo,
h3.headSeo,
h4.headSeo,
main .headSeo,
main h2.headSeo {
  margin-bottom: 15px !important;
}

/* line 257, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.page-template-template-community #siteWrap.headroom--unpinned header#siteHeader:not(.topBarAbsolute) + .pgMiddle,
body.srg-theme-skin.page-template-template-community #siteWrap.headroom--pinned header#siteHeader:not(.topBarAbsolute) + .pgMiddle {
  margin-bottom: 0 !important;
}

/* line 262, resources/assets/styles/_theme-styles.scss */

.noMarginAboveList {
  margin-bottom: 0;
}

/* Corporate CSS Adjustments */

/* Footer Form Updates */

/* line 268, resources/assets/styles/_theme-styles.scss */

#srg-senior-living-contact .corp-footer-form,
body#srg-senior-living-events.single-tribe_events .corp-footer-form {
  display: none;
}

/* line 272, resources/assets/styles/_theme-styles.scss */

#srg-senior-living-contact .text,
body#srg-senior-living-events.single-tribe_events .text {
  flex-basis: 78% !important;
}

/* line 276, resources/assets/styles/_theme-styles.scss */

#srg-senior-living-contact .logo-social,
body#srg-senior-living-events.single-tribe_events .logo-social {
  flex-basis: unset !important;
  width: 200px;
}

/* line 282, resources/assets/styles/_theme-styles.scss */

#srg-senior-living-contact .logo-social img {
  max-width: 100%;
  width: 120px;
}

/* line 287, resources/assets/styles/_theme-styles.scss */

.b-links-carousel .owl-carousel .owl-item .carousel-item .image-box .text-box .title {
  line-height: 1.4;
}

/* line 291, resources/assets/styles/_theme-styles.scss */

.b-links-carousel .owl-carousel .owl-item .carousel-item .image-box .text-box a {
  border-bottom: none;
  padding: 10px;
  background: #1f677f;
  color: #fff;
  width: 200px;
  display: block;
  margin-top: 30px;
  line-height: 1.4;
}

/* line 302, resources/assets/styles/_theme-styles.scss */

.b-links-carousel .owl-carousel .owl-item .carousel-item .image-box .text-box a:hover {
  background: #e4eff1;
  color: #000;
}

/* line 307, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin.home:not(.page-template-template-community) #pgHeader #pageHeaderContent #heroHeadline {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

/* line 311, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin:not(.page-template-template-community) #headerMain #headerMainWrap nav .corp-combined-menus {
  flex-basis: 72% !important;
  letter-spacing: 1.52px;
  font-size: 17px;
  width: 100%;
}

/* line 318, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin:not(.page-template-template-community) footer#siteFooter .corp-footer-content .top .logo-social #social a img {
  margin-right: 10px;
}

/* line 322, resources/assets/styles/_theme-styles.scss */

span.soc-title:hover {
  text-decoration: underline;
}

/* line 326, resources/assets/styles/_theme-styles.scss */

#headerMain nav > div ul:not(.sub-menu) > .menu-item .sub-menu > .menu-item a {
  font-weight: 500;
  color: #0f3340 !important;
}

/* line 331, resources/assets/styles/_theme-styles.scss */

.sub-menu li.current_page_item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 335, resources/assets/styles/_theme-styles.scss */

#cta #ctaWrap > * > a .ctaContent h4 {
  line-height: 1.2 !important;
}

/* line 339, resources/assets/styles/_theme-styles.scss */

a.btn-content.download {
  background-color: #1f677f !important;
  border: none !important;
  color: #fff !important;
}

/* line 346, resources/assets/styles/_theme-styles.scss */

a.btn-content.download:hover {
  background-color: #e4eff1 !important;
  color: #000 !important;
}

/* line 351, resources/assets/styles/_theme-styles.scss */

.b-staff section {
  margin-bottom: 10px !important;
  border: solid 1px black !important;
}

/* line 356, resources/assets/styles/_theme-styles.scss */

header.staff-head h3 {
  font-weight: bold;
  text-transform: none;
  color: #fff;
}

/* line 362, resources/assets/styles/_theme-styles.scss */

.b-staff section .staff-head .h6,
.b-staff .gd-icon,
.b-staff .category-select:after,
.b-staff .ginput_container_select:after {
  color: #fff;
}

/* line 366, resources/assets/styles/_theme-styles.scss */

.b-staff section .staff-body {
  background: #efefef;
}

/* line 370, resources/assets/styles/_theme-styles.scss */

.posts-page-content {
  max-width: 1400px;
}

/* line 374, resources/assets/styles/_theme-styles.scss */

.singlePostWrap > article #singlePostContent {
  padding: 0 50px;
}

/* line 378, resources/assets/styles/_theme-styles.scss */

figure.featureFigure {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}

/* line 384, resources/assets/styles/_theme-styles.scss */

.b-location-accordion.gd-block.panel-group.accordion {
  max-width: 1200px;
}

/* line 388, resources/assets/styles/_theme-styles.scss */

body.srg-theme-skin .b-location-accordion .panel-heading.active {
  background-color: #1f677f;
}

/* line 392, resources/assets/styles/_theme-styles.scss */

.b-links-carousel .owl-carousel .owl-item .carousel-item .image-box .text-box a {
  margin: 20px auto !important;
}

/* line 396, resources/assets/styles/_theme-styles.scss */

span.gd-icon.gd-icon-Search::before {
  margin-top: 10px !important;
}

/* Media Queries */

@media (max-width: 1599px) {
  /* line 404, resources/assets/styles/_theme-styles.scss */

  body.srg-theme-skin.page-template-template-community .pgMiddle #pgHeader #pageHeaderContent #heroContent h3 {
    font-size: 4.0rem;
  }
}

@media (max-width: 1199px) {
  /* line 411, resources/assets/styles/_theme-styles.scss */

  .b-posts-carousel .owl-carousel .carousel-item img {
    width: 100%;
  }

  /* line 414, resources/assets/styles/_theme-styles.scss */

  .b-links-carousel .owl-carousel .owl-item .carousel-item .image-box {
    height: 400px;
  }

  /* line 417, resources/assets/styles/_theme-styles.scss */

  .b-list.gd-block {
    margin: 0 auto !important;
    padding-right: 20px !important;
  }

  /* line 421, resources/assets/styles/_theme-styles.scss */

  #srg-senior-living-contact .logo-social,
  body#srg-senior-living-events.single-tribe_events .logo-social {
    width: unset;
  }

  /* line 424, resources/assets/styles/_theme-styles.scss */

  .twoColMarginBottom {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  /* line 431, resources/assets/styles/_theme-styles.scss */

  body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain #headLogo {
    max-width: 200px !important;
  }

  /* line 434, resources/assets/styles/_theme-styles.scss */

  body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain nav .mc-primary-nav ul.menu li.menu-item {
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  /* line 441, resources/assets/styles/_theme-styles.scss */

  #pageHeaderContent {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 40.96px 0 49.152px !important;
  }
}

@media (max-width: 991px) {
  /* line 450, resources/assets/styles/_theme-styles.scss */

  body.srg-theme-skin.page-template-template-community footer#siteFooter .footer-events-listing article.footerEvent .eventTitle .eventTime,
  body.srg-theme-skin.page-template-template-community #siteFooter .comm-footer-events .footer-events-listing .footerEvent .eventTitle {
    text-align: left;
  }

  /* line 453, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded {
    /* Community pages */
    /* Community TopBar */
    /* Community Header */
    /* Community Home */
    /* Block Styles */
    /* Globals */
    /* Community Quick Form Hide */
    /* Corporate CSS Adjustments */
    /* Footer Form Updates */
  }

  /* line 455, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .page-template-template-community #topBar {
    background-color: #0F3340 !important;
  }

  /* line 460, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain ul li.menu-item ul.sub-menu li.menu-item.current-menu-item {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }

  /* line 464, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteHeader #headerMain nav .mc-primary-nav ul.menu li.menu-item.comm-featured a {
    background: #154556;
  }

  /* line 468, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community .pgMiddle #pgHeader #pageHeaderContent #heroContent h3.comm-title,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.home:not(.page-template-template-community) #pgHeader #pageHeaderContent #heroContent h3 {
    font-size: 3.5rem;
    line-height: 4.125rem;
  }

  /* line 474, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.page-template-template-community #siteWrap #siteHeader #headerMain ul:not(.sub-menu) li.menu-item:hover > a {
    text-decoration: underline !important;
  }

  /* line 478, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteHeader #headerMain nav .mc-primary-nav ul.menu li.menu-item ul.sub-menu li.menu-item {
    max-width: unset;
    width: unset;
  }

  /* line 483, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded #headerMain nav > div ul:not(.sub-menu) > .menu-item-has-children > a:after {
    display: none;
  }

  /* line 488, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.page-template-template-community .comm-home-callout a.btn-content {
    border: 2px solid #B8860B !important;
  }

  /* line 492, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .btn-content-white,
  .b-location-accordion .panel .panel-body.expanded body.page-template-template-community a.btn-content,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-cta .color-overlay .link .btn-content {
    background: #FFFFFF;
    border: 2px solid #B8860B !important;
    color: #1F677F !important;
    font-family: "ArquitectaBold", serif !important;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.34px;
    text-align: center;
  }

  /* line 505, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.home:not(.page-template-template-community) .gd-icon.gd-icon-Scroll:before,
  .b-location-accordion .panel .panel-body.expanded body.page-template-template-community .gd-icon.gd-icon-Scroll:before {
    background-size: contain;
    background-image: url(https://storage.googleapis.com/srg-stage-assets/uploads/365bc522-down-arrow-white.png);
    background-repeat: no-repeat;
    content: "";
    height: 35px;
    width: 25px;
  }

  /* line 516, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-faq .panel {
    border: solid 1px black !important;
  }

  /* line 520, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-faq.white-text .panel {
    border: solid 1px #FFFFFF !important;
  }

  /* line 524, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-image-boxes.hide-links a,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-image-boxes.hide-links span.img .iBox-hover.moduleBkg {
    display: none;
  }

  /* line 529, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-list ul .b_list_col li {
    line-height: 1.6 !important;
  }

  /* line 533, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-posts h3 {
    margin-left: 0;
  }

  /* line 537, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-posts .b-posts-wrap article .eListMain h3.entry-title {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 0.636;
    margin-bottom: 0 !important;
  }

  /* line 544, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-text-tiles .text-tile .text-box .headline {
    color: #164557;
  }

  /* line 548, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-text-tiles .wrapper .text-tile,
  .b-location-accordion .panel .panel-body.expanded .gridway-item {
    border-bottom: solid 4px #73A5B6;
  }

  /* line 553, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin #breadcrumbs a:hover {
    color: #d29100;
  }

  /* line 557, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .btn-content-white,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-cta .color-overlay .link .btn-content {
    background: #FFFFFF;
    border: 2px solid #B8860B !important;
    color: #1F677F !important;
    font-family: "ArquitectaBold", serif !important;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.34px;
    text-align: center;
  }

  /* line 569, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin #cta section.widget > a:hover .ctaContent span.btn {
    color: #1F677F;
  }

  /* line 573, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin form .gform_body ul.gform_fields li.gfield ul.gfield_radio li {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 578, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin #subFooter .menu-sub-footer-navigation-container ul.nav li a {
    margin-right: 10px;
    display: inline-block;
  }

  /* line 583, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded #headLogo a img {
    padding: 5px;
  }

  /* line 587, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .b-posts-carousel .owl-carousel .carousel-item img {
    width: 380px;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  /* line 594, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #subFooter .copyright-links {
    line-height: 26px;
  }

  /* line 598, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded #cta #ctaWrap > * > a .ctaContent span.btn:hover {
    box-shadow: none;
  }

  /* line 602, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteFooter .comm-description h3,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteFooter .comm-description-mobile h3,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin:not(.page-template-template-community) footer#siteFooter .corp-footer-content .top h3,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin:not(.page-template-template-community) footer#siteFooter h3,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.home:not(.page-template-template-community) #pgHeader #pageHeaderContent #heroContent h3 {
    font-family: "Arquitecta", serif !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
  }

  /* line 612, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.home:not(.page-template-template-community) #pgHeader #pageHeaderContent #heroContent h3 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }

  /* line 616, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .tribe-events-event-categories-label,
  .b-location-accordion .panel .panel-body.expanded .tribe-events-event-categories {
    display: none;
  }

  /* line 621, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded #seSide h3 {
    margin: 20px 0 !important;
  }

  /* line 625, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-faq .panel .panel-heading,
  .b-location-accordion .panel .panel-body.expanded .b-staff section {
    background-color: #1F677F !important;
  }

  /* line 629, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-faq .panel .panel-heading .panel-title,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-faq .panel .panel-heading .gd-icon,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-faq .panel .panel-heading .category-select:after,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-faq .panel .panel-heading .ginput_container_select:after {
    color: #fff !important;
  }

  /* line 634, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-faq .panel .panel-body {
    padding: 30px 40px;
  }

  /* line 638, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .page-template-template-community #cta section.widget a:hover {
    background-color: #bed7dc !important;
  }

  /* line 642, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteWrap.headroom--pinned header#siteHeader:not(.topBarAbsolute) + .pgMiddle {
    margin-top: 80px !important;
  }

  /* line 647, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body#srg-senior-living-tours #siteFooter .comm-footer-form,
  .b-location-accordion .panel .panel-body.expanded body#srg-senior-living-contact #siteFooter .comm-footer-form {
    display: none;
  }

  /* line 652, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body#srg-senior-living-tours #siteFooter .comm-footer-content,
  .b-location-accordion .panel .panel-body.expanded body#srg-senior-living-contact #siteFooter .comm-footer-content {
    flex-basis: 35%;
  }

  /* line 657, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain ul:not(.sub-menu) li.menu-item.current-menu-parent:not(.comm-featured) a,
  .b-location-accordion .panel .panel-body.expanded body.page-template-template-community #siteWrap #siteHeader #headerMain ul:not(.sub-menu) li.menu-item.current-menu-item a,
  .b-location-accordion .panel .panel-body.expanded body.page-template-template-community #siteWrap #siteHeader #headerMain ul:not(.sub-menu) li.menu-item.current-menu-item a {
    color: #EEC05A !important;
  }

  /* line 662, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain nav .mc-primary-nav ul.menu li.menu-item ul.sub-menu li.menu-item a {
    color: #0f3340 !important;
  }

  /* line 666, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain nav .mc-primary-nav ul.menu li.menu-item ul.sub-menu li.menu-item a {
    font-weight: 500;
  }

  /* line 670, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteFooter .comm-footer-content .comm-social-props a img {
    margin-right: 10px;
  }

  /* line 674, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .month {
    margin-top: -10px;
  }

  /* line 678, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .btn-content {
    font-size: 1.4rem !important;
  }

  /* line 682, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteFooter .comm-footer-content a.btn-content {
    padding: 20px !important;
  }

  /* line 686, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteFooter .comm-description h3 {
    overflow-wrap: normal;
  }

  /* line 690, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-imgFeat .b-imgFeatText .headline,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-imgFeat .b-imgFeatText .headSeo {
    color: #58585B;
    font-family: "Arquitecta", serif;
    text-transform: uppercase;
  }

  /* line 697, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community .b-imgFeat .b-imgFeatText .headline h3 {
    color: #203b52 !important;
    font-family: "Cormorant Garamond", serif !important;
    font-size: 30px !important;
    font-style: italic !important;
    font-weight: 600 !important;
    text-transform: none !important;
  }

  /* line 706, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .headMain {
    margin-bottom: 15px !important;
  }

  /* line 710, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .comm-phone a,
  .b-location-accordion .panel .panel-body.expanded .comm-footer-link a {
    width: 200px;
  }

  /* line 714, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded h2.headSeo,
  .b-location-accordion .panel .panel-body.expanded h3.headSeo,
  .b-location-accordion .panel .panel-body.expanded h4.headSeo,
  .b-location-accordion .panel .panel-body.expanded main .headSeo,
  .b-location-accordion .panel .panel-body.expanded main h2.headSeo {
    margin-bottom: 30px !important;
  }

  /* line 722, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteWrap.headroom--unpinned header#siteHeader:not(.topBarAbsolute) + .pgMiddle,
  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.page-template-template-community #siteWrap.headroom--pinned header#siteHeader:not(.topBarAbsolute) + .pgMiddle {
    margin-bottom: 0 !important;
  }

  /* line 727, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .noMarginAboveList {
    margin-bottom: 0;
  }

  /* line 733, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded #srg-senior-living-contact .corp-footer-form,
  .b-location-accordion .panel .panel-body.expanded body#srg-senior-living-events.single-tribe_events .corp-footer-form {
    display: none;
  }

  /* line 737, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded #srg-senior-living-contact .text,
  .b-location-accordion .panel .panel-body.expanded body#srg-senior-living-events.single-tribe_events .text {
    flex-basis: 78% !important;
  }

  /* line 741, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded #srg-senior-living-contact .logo-social,
  .b-location-accordion .panel .panel-body.expanded body#srg-senior-living-events.single-tribe_events .logo-social {
    flex-basis: unset !important;
    width: 200px;
  }

  /* line 746, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .b-links-carousel .owl-carousel .owl-item .carousel-item .image-box .text-box .title {
    line-height: 1.4;
  }

  /* line 750, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .b-links-carousel .owl-carousel .owl-item .carousel-item .image-box .text-box a {
    border-bottom: none;
    padding: 10px;
    background: #1f677f;
    color: #fff;
    width: 200px;
    display: block;
    margin-top: 30px;
    line-height: 1.4;
  }

  /* line 761, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .b-links-carousel .owl-carousel .owl-item .carousel-item .image-box .text-box a:hover {
    background: #e4eff1;
    color: #000;
  }

  /* line 766, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin.home:not(.page-template-template-community) #pgHeader #pageHeaderContent #heroHeadline {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  }

  /* line 770, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin:not(.page-template-template-community) #headerMain #headerMainWrap nav .corp-combined-menus {
    flex-basis: 85%;
    letter-spacing: 1.52px;
    font-size: 17px;
    width: 100%;
  }

  /* line 777, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin:not(.page-template-template-community) footer#siteFooter .corp-footer-content .top .logo-social #social a img {
    margin-right: 10px;
  }

  /* line 781, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded span.soc-title:hover {
    text-decoration: underline;
  }

  /* line 785, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded #headerMain nav > div ul:not(.sub-menu) > .menu-item .sub-menu > .menu-item a {
    font-weight: 500;
    color: #0f3340 !important;
  }

  /* line 790, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .sub-menu li.current_page_item {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }

  /* line 794, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded #cta #ctaWrap > * > a .ctaContent h4 {
    line-height: 1.2 !important;
  }

  /* line 798, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded a.btn-content.download {
    background-color: #ffffff !important;
    border: 2px solid #B8860B !important;
    color: #1f677f !important;
  }

  /* line 804, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded a.btn-content.download:hover {
    background-color: #B8860B !important;
    color: #1f677f !important;
  }

  /* line 809, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .b-staff section {
    margin-bottom: 10px !important;
    border: solid 1px black !important;
  }

  /* line 814, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded header.staff-head h3 {
    font-weight: bold;
    text-transform: none;
    color: #fff;
  }

  /* line 820, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .b-staff section .staff-head .h6,
  .b-location-accordion .panel .panel-body.expanded .b-staff .gd-icon,
  .b-location-accordion .panel .panel-body.expanded .b-staff .category-select:after,
  .b-location-accordion .panel .panel-body.expanded .b-staff .ginput_container_select:after {
    color: #fff;
  }

  /* line 824, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .b-staff section .staff-body {
    background: #efefef;
  }

  /* line 828, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .posts-page-content {
    max-width: 1400px;
  }

  /* line 832, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .singlePostWrap > article #singlePostContent {
    padding: 0 50px;
  }

  /* line 836, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded figure.featureFigure {
    max-width: 1100px;
    display: block;
    margin: 0 auto;
  }

  /* line 842, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .b-location-accordion.gd-block.panel-group.accordion {
    max-width: 1200px;
  }

  /* line 846, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded body.srg-theme-skin .b-location-accordion .panel-heading.active {
    background-color: #1f677f;
  }

  /* line 850, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded .b-links-carousel .owl-carousel .owl-item .carousel-item .image-box .text-box a {
    margin: 20px auto !important;
  }

  /* line 854, resources/assets/styles/_theme-styles.scss */

  .b-location-accordion .panel .panel-body.expanded span.gd-icon.gd-icon-Search::before {
    margin-top: 10px !important;
  }
}

/* Media Queries - From text boxes under Custom CSS */

@media (max-width: 1599px) {
  /* line 864, resources/assets/styles/_theme-styles.scss */

  body.srg-theme-skin.page-template-template-community .pgMiddle #pgHeader #pageHeaderContent #heroContent h3 {
    font-size: 4.0rem;
  }
}

@media (max-width: 1199px) {
  /* line 871, resources/assets/styles/_theme-styles.scss */

  .b-posts-carousel .owl-carousel .carousel-item img {
    width: 100%;
  }

  /* line 874, resources/assets/styles/_theme-styles.scss */

  .b-links-carousel .owl-carousel .owl-item .carousel-item .image-box {
    height: 400px;
  }

  /* line 877, resources/assets/styles/_theme-styles.scss */

  .b-list.gd-block {
    margin: 0 auto !important;
    padding-right: 20px !important;
  }

  /* line 881, resources/assets/styles/_theme-styles.scss */

  #srg-senior-living-contact .logo-social,
  body#srg-senior-living-events.single-tribe_events .logo-social {
    width: unset;
  }

  /* line 884, resources/assets/styles/_theme-styles.scss */

  .twoColMarginBottom {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  /* line 891, resources/assets/styles/_theme-styles.scss */

  body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain #headLogo {
    max-width: 200px !important;
  }

  /* line 894, resources/assets/styles/_theme-styles.scss */

  body.srg-theme-skin.page-template-template-community #siteWrap #siteHeader #headerMain nav .mc-primary-nav ul.menu li.menu-item {
    max-width: none;
  }
}

@media (max-width: 767px) {
  /* line 901, resources/assets/styles/_theme-styles.scss */

  #pageHeaderContent {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 40.96px 0 49.152px !important;
  }
}

@media (max-width: 991px) {
  /* line 910, resources/assets/styles/_theme-styles.scss */

  body.srg-theme-skin.page-template-template-community footer#siteFooter .footer-events-listing article.footerEvent .eventTitle .eventTime,
  body.srg-theme-skin.page-template-template-community #siteFooter .comm-footer-events .footer-events-listing .footerEvent .eventTitle {
    text-align: left;
  }
}

/* line 917, resources/assets/styles/_theme-styles.scss */

#onetrust-banner-sdk.otFlat {
  z-index: 9999999999 !important;
}

/* line 922, resources/assets/styles/_theme-styles.scss */

#chatbutton {
  bottom: 30px !important;
}

/* line 926, resources/assets/styles/_theme-styles.scss */

[div_position=right] iframe {
  bottom: 50px !important;
}

/* line 933, resources/assets/styles/_theme-styles.scss */

.srg-cost-calculator__header,
.srg-cost-calculator .gfield {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 1.5fr 2fr 0.75fr;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* line 943, resources/assets/styles/_theme-styles.scss */

.srg-cost-calculator__header.gfield {
  align-items: end;
}

/* line 947, resources/assets/styles/_theme-styles.scss */

.srg-cost-calculator .gfield_label {
  font-size: 16px;
}

/* line 951, resources/assets/styles/_theme-styles.scss */

.srg-cost-calculator .ginput_container {
  position: relative;
}

/* line 956, resources/assets/styles/_theme-styles.scss */

.srg-cost-calculator .gform_body .ginput_container > input[readonly=readonly]:not(.search-submit):not([type='checkbox']) {
  border-color: transparent;
}

/* line 961, resources/assets/styles/_theme-styles.scss */

.srg-cost-calculator .srg-cost-calculator__disclaimer {
  display: block;
  font-size: 14px;
}

/* line 968, resources/assets/styles/_theme-styles.scss */

.gform_wrapper .srg-cost-calculator .gform_body .srg-cost-calculator__emphasized,
.gform_wrapper .srg-cost-calculator .gform_body .srg-cost-calculator__emphasized label,
.gform_wrapper .srg-cost-calculator .gform_body .srg-cost-calculator__emphasized input:not(.search-submit):not([type='checkbox']) {
  font-weight: bold !important;
}