/**
 * Import the base
 */
/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Raleway-fallback";
  size-adjust: 104.10000000000005%;
  ascent-override: 82%;
  src: local("Arial"); }

.clearfix::after {
  clear: both;
  content: "";
  display: block; }

.btn,
input.btn,
a.btn,
a.btn:visited,
.button,
.btn:visited,
a.btn:visited,
.button:visited {
  display: inline-block;
  text-decoration: none !important;
  color: var(--white) !important;
  padding: .25em .75em;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  cursor: pointer;
  background: var(--black);
  font-size: 14px;
  text-align: center;
  transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out; }
  @media (min-width: 981px) {
    .btn,
    input.btn,
    a.btn,
    a.btn:visited,
    .button,
    .btn:visited,
    a.btn:visited,
    .button:visited {
      font-size: 18px;
      padding: .25em 1.5em; } }
  .btn:hover,
  a.btn:hover:visited,
  .button:hover, .btn:focus,
  a.btn:focus:visited,
  .button:focus,
  .btn:visited:hover,
  .button:visited:hover,
  .btn:visited:focus,
  .button:visited:focus {
    text-decoration: none;
    outline: none; }
  .btn:active,
  a.btn:active:visited,
  .button:active,
  .btn:visited:active,
  .button:visited:active {
    top: 1px; }

/**
 * Normalize the website for browsers
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

* {
  box-sizing: border-box; }

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

img {
  max-width: 100%;
  height: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 auto; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gform_wrapper + .video-container {
  padding: 0; }

/**
 * Layout
 */
:root {
  --main-color: #d67b9e;
  --main-color-darken: #65203a;
  --accent-color: #a6607b;
  --accent-color-darken: #874c63;
  --btn-color: #000;
  --validation-color: red;
  --white: #fff;
  --light-gray: #eee;
  --gray: #757575;
  --dark-gray: #393d40;
  --background-color: #fff;
  --black: #000;
  --text-color: #000;
  --light-text-color: #020202; }

body {
  font: normal 16px/1.3 "Raleway", "Raleway-fallback", sans-serif;
  color: var(--text-color);
  background: var(--background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font: normal 18px/1.3 "Raleway", "Raleway-fallback", sans-serif; } }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font: bold 30px/1 "Raleway", "Raleway-fallback", sans-serif;
  text-transform: uppercase;
  color: var(--text-color); }

h4, .h4 {
  font-size: 18px; }

h3, .h3 {
  font-size: 21.6px; }

h2, .h2 {
  font-size: 21.6px;
  font-weight: 600; }

h1, .h1 {
  font-size: 24px !important;
  font-weight: 600 !important;
  text-transform: none; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 35px !important;
      font-weight: 600 !important; } }

small, .font_small {
  font-size: 15px; }

ul {
  padding: 0 0 1.75em 1.25em; }

p {
  margin: .75em 0; }
  @media (min-width: 981px) {
    p {
      margin: 1em 0; } }

.has-large-font-size {
  word-break: break-all; }
  @media (max-width: 767px) {
    .has-large-font-size {
      font-size: 20px !important; } }

a,
a:visited,
a:focus,
a:active {
  color: var(--accent-color);
  text-decoration: none;
  outline: 0; }

a:focus-visible, a.focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 3px;
  border-radius: 1px; }

a:hover {
  text-decoration: underline; }

#hamburger-menu-button {
  position: absolute;
  left: 0;
  top: -2.2em;
  z-index: 9; }
  @media (min-width: 981px) {
    #hamburger-menu-button {
      top: .4em; } }
  #hamburger-menu-button .menu-icon {
    height: 21px;
    width: 20px;
    cursor: pointer;
    background-color: transparent;
    border: 0; }
    #hamburger-menu-button .menu-icon .bar {
      width: 100%;
      height: 4px;
      background-color: var(--black);
      border-radius: 20px; }
    #hamburger-menu-button .menu-icon.open .bar-1 {
      position: absolute;
      top: 0px;
      left: 0; }
    #hamburger-menu-button .menu-icon.open .bar-2 {
      position: absolute;
      top: 8px;
      left: 0; }
    #hamburger-menu-button .menu-icon.open .bar-3 {
      position: absolute;
      top: 16px;
      left: 0; }
    #hamburger-menu-button .menu-icon.close {
      display: none; }
      #hamburger-menu-button .menu-icon.close .bar {
        background: #a6607b; }
        #hamburger-menu-button .menu-icon.close .bar-1 {
          transform: rotate(45deg);
          position: absolute;
          top: 8px;
          left: 0; }
        #hamburger-menu-button .menu-icon.close .bar-2 {
          transform: rotate(-45deg);
          position: absolute;
          top: 8px;
          left: 0; }

@media (min-width: 981px) {
  .search-form {
    display: none; }
  #search {
    display: inline-block;
    line-height: 35px;
    padding-left: .5em;
    position: relative;
    z-index: 99999999; }
    #search span {
      cursor: pointer;
      font-size: 21.6px; }
      #search span.icon-search {
        display: flex;
        padding-left: 1em;
        color: var(--black); }
    #search #search-header-close {
      position: absolute;
      background: transparent;
      border: 0;
      right: -30px;
      cursor: pointer;
      top: -20px;
      color: var(--white);
      font-size: 15px; }
    #search form input {
      flex: 2;
      height: 30px;
      width: 100%;
      border: 0;
      padding-bottom: .3em;
      border-bottom: 1px solid var(--main-color);
      font-family: "Raleway", "Raleway-fallback", sans-serif; }
      #search form input::-moz-placeholder {
        padding-left: 0; }
      #search form input::placeholder {
        padding-left: 0; }
      #search form input:focus {
        outline: 0; }
    #search #search-overlay {
      background-color: rgba(0, 0, 0, 0.6);
      bottom: 0;
      display: none;
      height: 100%;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      width: 100%; }
    #search form {
      background-color: var(--white);
      border-radius: 5px;
      left: 50%;
      padding: 1em;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%) scale(1.3);
      width: 500px;
      display: flex;
      flex-wrap: wrap; }
      #search form button[type="submit"] {
        flex-basis: 50px;
        font-size: 18px;
        background: transparent;
        border: 0;
        font-weight: 400;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: lowercase;
        z-index: 1; }
        #search form button[type="submit"] span {
          color: var(--main-color) !important; }
        #search form button[type="submit"]:focus {
          outline: 0; } }

@media (max-width: 980px) {
  #search.minimal {
    display: none !important; }
  #search {
    padding: .25em;
    border-radius: 3px;
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    line-height: 35px;
    top: 2.5em;
    width: 200px;
    right: 0;
    padding-left: .5em;
    z-index: 8; }
    #search .icon-search {
      cursor: pointer; }
    #search:focus-within {
      border: 1px solid black; }
    #search form {
      display: flex; }
      #search form input {
        flex: 2;
        height: 30px;
        width: 100%;
        border: 0;
        padding-bottom: .3em; }
        #search form input::-moz-placeholder {
          padding-left: 0; }
        #search form input::placeholder {
          padding-left: 0; }
        #search form input:focus {
          outline: 0; }
      #search form button[type="submit"] {
        flex-basis: 50px;
        font-size: 18px;
        background: transparent;
        border: 0;
        font-weight: 400;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: lowercase;
        z-index: 1; }
        #search form button[type="submit"]:focus {
          outline: 0; } }

header .container {
  display: flex;
  flex-wrap: wrap; }

#site-header #menu-top-menu {
  border-top: 1px solid #fff;
  padding-top: 1em;
  margin-top: 2em; }
  #site-header #menu-top-menu li a {
    text-transform: none !important; }

#site-header .main-menu {
  position: relative;
  width: 100%; }

#site-header .menu-container {
  height: 0;
  width: 100%;
  transition: left .3s ease-in-out;
  z-index: 9999999999;
  min-height: 100%;
  padding-bottom: 14em;
  position: fixed;
  max-width: 300px;
  left: -100vw;
  top: 3em; }
  @media (min-width: 981px) {
    #site-header .menu-container {
      top: 2.5em;
      max-width: 345px;
      padding-bottom: 8em; } }
  #site-header .menu-container .icon-clear {
    position: absolute;
    right: 0;
    top: 0;
    color: black;
    z-index: 999;
    cursor: pointer; }
  #site-header .menu-container #search {
    top: 1em;
    margin-right: 1em;
    position: relative;
    display: none; }
  #site-header .menu-container .logo {
    padding: 0;
    top: 0;
    z-index: 999; }
  #site-header .menu-container .menu {
    display: none;
    z-index: 99;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    #site-header .menu-container .menu > li {
      border-bottom: 1px solid rgba(var(--gray), 0.25); }
    #site-header .menu-container .menu li {
      position: relative; }
      #site-header .menu-container .menu li.current-menu-ancestor > a, #site-header .menu-container .menu li.current-post-ancestor > a {
        color: var(--accent-color); }
      #site-header .menu-container .menu li.visible {
        background-color: var(--white);
        margin-left: -3em;
        padding-left: 3em; }
      #site-header .menu-container .menu li.btn {
        border-radius: 0; }
        #site-header .menu-container .menu li.btn a {
          background: var(--main-color);
          border-radius: 100px;
          color: var(--white);
          padding: 5px;
          line-height: 35px;
          display: block; }
      #site-header .menu-container .menu li a {
        line-height: 1;
        font-size: 18px;
        padding: .75em 0;
        color: var(--black);
        display: block;
        font-family: "Raleway", "Raleway-fallback", sans-serif;
        text-transform: uppercase; }
        #site-header .menu-container .menu li a:hover {
          text-decoration: none; }
        #site-header .menu-container .menu li a:focus, #site-header .menu-container .menu li a:focus-visible, #site-header .menu-container .menu li a.focus-visible {
          outline: 2px solid var(--white);
          outline-offset: 3px;
          border-radius: 1px; }
      #site-header .menu-container .menu li.current-menu-item > a, #site-header .menu-container .menu li.current-post-ancestor > a {
        color: var(--accent-color); }
      #site-header .menu-container .menu li .open-sub-menu {
        display: block;
        position: absolute;
        right: 10px;
        top: 8px;
        width: 30px;
        height: 30px;
        font-size: 21.6px;
        cursor: pointer;
        color: var(--black);
        transition: opacity .3s ease-in-out; }
        #site-header .menu-container .menu li .open-sub-menu:before {
          font-family: Icomoon;
          content: '\e900'; }
        #site-header .menu-container .menu li .open-sub-menu:focus {
          background: none;
          outline: none; }
      #site-header .menu-container .menu li .sub-menu {
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden !important;
        display: none;
        transition: all .5s ease-in-out; }
        #site-header .menu-container .menu li .sub-menu li {
          background: rgba(var(--white), 0.2);
          position: relative; }
          #site-header .menu-container .menu li .sub-menu li:last-child {
            padding-bottom: 1em; }
            #site-header .menu-container .menu li .sub-menu li:last-child.btn {
              border-radius: 0; }
          #site-header .menu-container .menu li .sub-menu li.current-menu-item a, #site-header .menu-container .menu li .sub-menu li.current-post-ancestor a {
            color: var(--accent-color); }
        #site-header .menu-container .menu li .sub-menu a {
          text-transform: none;
          display: block;
          padding: .5em 0; }
    #site-header .menu-container .menu .visible > .open-sub-menu:before {
      content: '\e901'; }
    #site-header .menu-container .menu .visible > .sub-menu-wrap > .sub-menu, #site-header .menu-container .menu .visible > .sub-menu {
      display: block !important;
      max-height: 90000px !important; }
  #site-header .menu-container:after {
    content: '';
    background: var(--light-gray);
    position: fixed;
    z-index: 1;
    width: 100%;
    max-width: 300px;
    transition: left .3s ease-in-out;
    height: 100%;
    top: 0;
    left: -100vw; }

#site-header.is-menu-on .menu {
  display: block; }

#site-header.is-menu-on #search {
  display: block; }

#site-header.is-menu-on .container {
  position: static; }

#site-header.is-menu-on .top-header .container {
  padding: 0; }

#site-header.is-menu-on .menu-container {
  left: 0;
  padding-left: 2.5%;
  height: 100%; }
  #site-header.is-menu-on .menu-container:after {
    left: 0;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.5);
    padding-left: 2.5%; }

.logo {
  z-index: 8;
  padding: .25em 0 .5em;
  flex-basis: 94px; }
  @media (min-width: 981px) {
    .logo {
      flex-basis: 600px; }
      .logo svg {
        position: relative;
        top: 3px;
        max-width: 100%;
        height: auto; } }

.top-header {
  background-color: var(--main-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%; }
  @media (max-width: 980px) {
    .top-header.hide-mobile-bar {
      display: none; } }
  @media (min-width: 981px) {
    .top-header.hide-desktop-bar {
      display: none; } }
  .top-header .container .shoutout-text {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: .5em 0;
    font-weight: bold;
    color: var(--black);
    font-family: "Raleway", "Raleway-fallback", sans-serif;
    font-size: 12.5px; }
    @media (min-width: 981px) {
      .top-header .container .shoutout-text {
        font-size: 14px; } }
    .top-header .container .shoutout-text img {
      width: 90px;
      margin-bottom: -1.1em;
      margin-right: 2em; }
      @media (max-width: 980px) {
        .top-header .container .shoutout-text img {
          display: none; } }
    .top-header .container .shoutout-text .btn {
      margin-left: 1.5em; }
    .top-header .container .shoutout-text p {
      margin: 0; }
    .top-header .container .shoutout-text a {
      color: inherit;
      text-decoration: underline; }

#contrast-toggle {
  background: transparent;
  padding: 0;
  border: 0;
  cursor: pointer; }
  #contrast-toggle[aria-pressed="true"] {
    transform: rotate(180deg); }

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em; }
  .socials a {
    font-size: 20px !important;
    color: var(--black) !important; }
    .socials a:hover {
      text-decoration: none; }

.container {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto; }

.flex-container {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

.flex-container .content, .flex-container main {
  flex: 3; }

.flex-container .sidebar, .flex-container aside {
  flex: 1;
  padding-left: 2em; }

.section {
  padding: 50px 0; }

.no-padding {
  padding: 0; }

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

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

@media (max-width: 767px) {
  .page-template-default iframe {
    width: 100% !important; } }

.page-template-default .container.title {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em; }
  .page-template-default .container.title h1 {
    font-weight: bold;
    margin: 0;
    text-align: center; }
  .page-template-default .container.title > span {
    flex: 1;
    height: 1px;
    background-color: var(--black);
    width: 100%; }

section:not(#section-form) .container.white {
  background: var(--white); }

section:not(#section-form) .container.dark {
  background: var(--main-color); }

section:not(#section-form) .container.light {
  background: var(--accent-color); }

#section-footer {
  color: var(--white);
  position: relative;
  margin-top: 2em; }
  @media (max-width: 980px) {
    #section-footer {
      margin-top: 0;
      padding-top: 2em; }
      #section-footer:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2em;
        background: var(--black);
        top: 0;
        left: 0; } }
  #section-footer figure {
    padding: 0;
    max-width: 300px;
    margin: auto; }
  #section-footer .back-to-top {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 3;
    right: 0;
    font-size: 21.6px;
    margin: auto;
    color: var(--black);
    background-color: var(--white);
    border-radius: 50%;
    border: 2px solid var(--black);
    width: 40px !important;
    height: 40px !important; }
    #section-footer .back-to-top:hover {
      text-decoration: none; }
    #section-footer .back-to-top .icon-chevron-up {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      transform: translate(-50%, -50%); }
  #section-footer .socials {
    justify-content: center;
    margin-bottom: 1.5em; }
  @media (min-width: 981px) {
    #section-footer > .flex-container {
      border-top: 2em solid var(--black); } }
  @media (max-width: 980px) {
    #section-footer > .flex-container {
      width: 100%; } }
  @media (max-width: 767px) {
    #section-footer > .flex-container {
      flex-direction: column; } }
  #section-footer > .flex-container a:not(.btn) {
    color: var(--black);
    font-size: 15px;
    padding: .25em;
    cursor: pointer; }
  #section-footer > .flex-container #menu-social-media {
    gap: 1em;
    margin-top: 0;
    padding-bottom: .5em; }
    #section-footer > .flex-container #menu-social-media a {
      display: block;
      font-size: 21.6px; }
      @media (min-width: 981px) {
        #section-footer > .flex-container #menu-social-media a {
          font-size: 25.92px; } }
  #section-footer > .flex-container .gform_wrapper .gfield_validation_message, #section-footer > .flex-container .gform_wrapper .validation_message, #section-footer > .flex-container .gform_wrapper .gform_validation_errors {
    border: none;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    font-size: 12px; }
  #section-footer > .flex-container .gform_wrapper .gform_validation_errors h2 {
    padding-left: 3em;
    font-size: 12px; }
    #section-footer > .flex-container .gform_wrapper .gform_validation_errors h2 span {
      left: 0; }
  #section-footer > .flex-container .gform_wrapper .gform_ajax_spinner {
    position: absolute; }
  #section-footer > .flex-container .gform_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 1em;
    font-size: 18px; }
  #section-footer > .flex-container p {
    color: var(--black);
    font-size: 15px;
    text-align: center; }
  #section-footer > .flex-container form {
    position: relative;
    display: flex;
    padding-bottom: 1.5em; }
    #section-footer > .flex-container form input {
      border: none; }
    #section-footer > .flex-container form .gform_body {
      flex: 1; }
      #section-footer > .flex-container form .gform_body input {
        background-color: var(--light-gray);
        padding: .1em .75em;
        height: 40px; }
    #section-footer > .flex-container form .gform_footer {
      padding: 0;
      margin: 0; }
      #section-footer > .flex-container form .gform_footer input {
        margin: 0;
        height: 100%;
        padding: 0 .75em;
        line-height: .5;
        font-size: 21.6px; }
    #section-footer > .flex-container form .gfield_validation_message, #section-footer > .flex-container form .validation_message {
      position: absolute; }
  #section-footer > .flex-container .menu {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap; }
  #section-footer > .flex-container > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5em 1.5em; }
    @media (min-width: 768px) {
      #section-footer > .flex-container > div {
        border-right: 1px solid var(--black); } }
    @media (max-width: 767px) {
      #section-footer > .flex-container > div {
        border-bottom: 1px solid var(--black); } }
    #section-footer > .flex-container > div.widget-3 {
      border-right: none; }
      #section-footer > .flex-container > div.widget-3 p {
        text-align: left;
        margin-top: 0; }
    #section-footer > .flex-container > div.widget-2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1; }
      #section-footer > .flex-container > div.widget-2 .widget {
        width: 100%; }
      @media (min-width: 981px) {
        #section-footer > .flex-container > div.widget-2 {
          flex: .6; } }
      #section-footer > .flex-container > div.widget-2:before {
        content: '\e90a';
        width: 4.75em;
        display: flex;
        font-size: 18px;
        align-content: center;
        justify-content: center;
        text-align: center;
        color: var(--black);
        height: 3em;
        border: 1px solid var(--black);
        font-family: Icomoon;
        padding: 1.75em 0 0 0;
        border-radius: 50%; }
  #section-footer > .container {
    background: var(--black);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1em 0;
    text-align: center; }
    @media (max-width: 980px) {
      #section-footer > .container {
        width: 100%; } }
    #section-footer > .container ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0; }
      #section-footer > .container ul li {
        padding: 0 0 .25em;
        border: none; }
        #section-footer > .container ul li:first-child a {
          border: none; }
        #section-footer > .container ul li a {
          color: var(--white) !important;
          font-size: 12.5px;
          text-transform: none;
          line-height: 1.2;
          padding: 0 .75em;
          font-weight: normal;
          display: block;
          border-left: 1px solid var(--white); }
    #section-footer > .container p {
      margin: 0;
      font-size: 12.5px;
      font-weight: normal;
      margin-top: .25em; }
  #section-footer .bottom-footer a:hover {
    text-decoration: underline; }

#popup-magazine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 100%;
  max-height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8); }
  #popup-magazine iframe {
    position: relative;
    margin: auto;
    width: 95%;
    height: 100%;
    display: block; }
    @media (min-width: 981px) {
      #popup-magazine iframe {
        width: 60%;
        height: 90%; } }

::-moz-selection {
  background: #d67b9e; }

::selection {
  background: #d67b9e; }

ul {
  padding: 0 0 1.75em 1.25em; }

body >   a:not([class]),
body >   a:visited:not([class]),
body >   a:focus:not([class]),
body >   a:active:not([class]) {
  background-color: transparent;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  transition-duration: 0.3s;
  line-height: 1.5; }
  body >   a:not([class]):hover,
  body >   a:visited:not([class]):hover,
  body >   a:focus:not([class]):hover,
  body >   a:active:not([class]):hover {
    -webkit-text-decoration: underlin;
            text-decoration: underlin; }
  body >   a:not([class]):focus-visible, body >   a:not([class]).focus-visible,
  body >   a:visited:not([class]):focus-visible,
  body >   a:visited:not([class]).focus-visible,
  body >   a:focus:not([class]):focus-visible,
  body >   a:focus:not([class]).focus-visible,
  body >   a:active:not([class]):focus-visible,
  body >   a:active:not([class]).focus-visible {
    outline: 2px solid var(--black);
    outline-offset: 3px;
    border-radius: 1px; }

body .section-content iframe {
  max-width: 650px;
  width: 100%; }

.protected-form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding: 150px 0; }

@media (min-width: 981px) {
  .mobile-only {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px; } }

@media (max-width: 980px) {
  .desktop-only {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px; } }

.gform_confirmation_message {
  color: var(--black);
  text-align: center;
  padding: .5em 0; }

@media (min-width: 981px) {
  article h2, article h3 {
    padding-bottom: 0.5em !important; }
    article h2 a, article h3 a {
      padding: 0 0.5em 0.5em !important;
      display: block; } }

@media (min-width: 981px) {
  img.alignright {
    float: right;
    padding-left: 1em; }
  img.alignleft {
    float: right;
    padding-right: 1em; }
  img.aligncenter {
    display: block;
    margin: 0 auto; } }

a.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

a.overlay-link:after, a.link-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

body.is-menu-on {
  overflow: hidden; }
  body.is-menu-on #site-header span.background {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 999999999;
    top: 0;
    left: 0; }
  body.is-menu-on #site-header .menu-container {
    overflow: scroll; }

[class^="icon-"], [class*=" icon-"],
[class^="icon-"]:before, [class*=" icon-"]:before {
  display: block;
  width: 1em; }

.screen-reader-text {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }
  .screen-reader-text:focus-visible, .screen-reader-text.focus-visible {
    background-color: var(--main-color);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: var(--white);
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

ul {
  padding: 0 0 1.75em 1.25em; }

body >   a:not([class]),
body >   a:visited:not([class]),
body >   a:focus:not([class]),
body >   a:active:not([class]) {
  background-color: transparent;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  transition-duration: 0.3s;
  line-height: 1.5; }
  body >   a:not([class]):hover,
  body >   a:visited:not([class]):hover,
  body >   a:focus:not([class]):hover,
  body >   a:active:not([class]):hover {
    text-decoration: underline; }
  body >   a:not([class]):focus-visible, body >   a:not([class]).focus-visible,
  body >   a:visited:not([class]):focus-visible,
  body >   a:visited:not([class]).focus-visible,
  body >   a:focus:not([class]):focus-visible,
  body >   a:focus:not([class]).focus-visible,
  body >   a:active:not([class]):focus-visible,
  body >   a:active:not([class]).focus-visible {
    outline: 2px solid var(--black);
    outline-offset: 3px;
    border-radius: 1px; }

.protected-form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding: 150px 0; }

@media (min-width: 981px) {
  img.alignright {
    float: right;
    padding-left: 1em; }
  img.alignleft {
    float: right;
    padding-right: 1em; }
  img.aligncenter {
    display: block;
    margin: 0 auto; } }

a.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

a.overlay-link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

[class^="icon-"], [class*=" icon-"],
[class^="icon-"]:before, [class*=" icon-"]:before {
  display: block;
  width: 1em; }

#section-breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  #section-breadcrumbs ol li {
    display: inline-block;
    margin-right: 5px; }
    #section-breadcrumbs ol li a {
      color: var(--main-color);
      text-decoration: none; }
      #section-breadcrumbs ol li a:hover {
        text-decoration: underline; }

.billboardskin-desktop {
  display: none;
  padding: 30px 0 0 0; }
  @media (min-width: 981px) {
    .billboardskin-desktop {
      display: block;
      grid-column: span 3; } }

.billboardskin-mobile {
  padding: 15px 0 0 0; }
  @media (min-width: 981px) {
    .billboardskin-mobile {
      display: none; } }

.pgAdWrapper {
  grid-column: span 3; }

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