/*!
Theme Name: Pen-Ultima
Theme URI:
Author: Craig Eve (Orion Creative)
Author URI:
Description: A child theme for Ultima
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ultima
Text Domain: pen-ultima
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
@font-face {
    font-family: 'Melbourne';
    src: url('/wp-content/themes/pen-ultima/assets/font/melbourne/Melbourne.woff2') format('woff2'),
        url('/wp-content/themes/pen-ultima/assets/font/melbourne/Melbourne.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Melbourne';
    src: url('/wp-content/themes/pen-ultima/assets/font/melbourne/Melbourne-Light.woff2') format('woff2'),
        url('/wp-content/themes/pen-ultima/assetsfont/melbourne/Melbourne-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Melbourne';
    src: url('/wp-content/themes/pen-ultima/assets/font/melbourne/Melbourne-Bold.woff2') format('woff2'),
        url('/wp-content/themes/pen-ultima/assets/font/melbourne/Melbourne-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/*------------------------------*/
html {
  font-family: 'Melbourne';
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; font-family: 'Melbourne' !important;}
h1, h2, h3, h4, h5, h6{
    font-family: 'Melbourne' !important;
}

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #eee;
  color: #222; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

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

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Structural stuff */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "vag-rundschrift-d", sans-serif;
  font-weight: 400;
  font-size: 18px; }
  body > header, body > article, body > footer {
    width: 100%;
    position: relative; }
  body > header {
    z-index: 3;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: column; }
    body > header > section {
      order: 2; }
      body > header > section > #logo {
        text-align: center; }
        body > header > section > #logo a {
          display: inline-block;
          vertical-align: bottom; }
        body > header > section > #logo img {
          max-width: 100%;
          height: auto; }
      body > header > section > nav > ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        body > header > section > nav > ul > li {
          display: inline-block; }
      body > header > section > nav .mobile-menu {
        display: none; }
      body > header > section > nav input#mobile-menu-toggle {
        opacity: 0 !important;
        visibility: hidden !important;
        display: none !important; }
      @media (max-width: 767px) {
        body > header > section > nav > ul {
          display: none; }
        body > header > section > nav label.mobile-menu {
          display: inline-block;
          cursor: pointer; }
        body > header > section > nav nav.mobile-menu, body > header > section > nav ul.mobile-menu {
          display: block; }
        body > header > section > nav nav.mobile-menu {
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          background-color: white;
          padding: 0;
          overflow: hidden;
          opacity: 0;
          transition: opacity 0.2s linear 0.1s; }
          body > header > section > nav nav.mobile-menu ul.mobile-menu {
            list-style: none;
            text-align: center;
            font-weight: 400;
            text-transform: uppercase;
            margin: 0;
            line-height: 1.5em;
            font-size: 0;
            padding-top: 0;
            padding-bottom: 0;
            opacity: 0;
            transition: font-size 0.2s linear 0.1s, padding 0.2s linear 0.1s, opacity 0.1s linear; }
            body > header > section > nav nav.mobile-menu ul.mobile-menu a {
              text-decoration: none; }
              body > header > section > nav nav.mobile-menu ul.mobile-menu a:hover {
                color: #343434; }
              body > header > section > nav nav.mobile-menu ul.mobile-menu a:after {
                display: none; }
        body > header > section > nav input:checked ~ nav.mobile-menu {
          opacity: 1 !important;
          transition: opacity 0.2s linear; }
          body > header > section > nav input:checked ~ nav.mobile-menu ul.mobile-menu {
            padding: 10vw;
            font-size: 20px;
            opacity: 1;
            transition: font-size 0.2s linear, padding 0.2s linear, opacity 0.3s linear 0.2s; } }
    body > header > aside {
      order: 1; }
      @media (max-width: 767px) {
        body > header > aside {
          display: none !important; } }
      body > header > aside > nav {
        flex-grow: 1; }
        body > header > aside > nav > ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          justify-content: right; }
          body > header > aside > nav > ul > li {
            display: inline-block; }
            body > header > aside > nav > ul > li > a {
              display: inline-block;
              padding: 1em 0.75em 0.9em 0.75em;
              color: #202020;
              text-decoration: none;
              font-weight: bold;
              letter-spacing: 0.05em;
              white-space: nowrap;
              font-size: calc(( 100vw - 480px ) / 205 + 12px); }
              @media screen and (min-width: 1301px) {
                body > header > aside > nav > ul > li > a {
                  font-size: 18px; } }
              @media screen and (max-width: 479px) {
                body > header > aside > nav > ul > li > a {
                  font-size: 12px; } }
            body > header > aside > nav > ul > li.members-button > a {
              color: #202020;
              padding-left: 1.5em;
              padding-right: 3em;
              margin-left: 0.75em;
              position: relative;
              background-color: #ededed; }
              body > header > aside > nav > ul > li.members-button > a::after {
                content: url(assets/images/members-icon.png);
                display: block;
                position: absolute;
                right: 1em;
                top: 55%;
                transform: translateY(-50%); }
      body > header > aside > #tagline {
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        max-width: 60vw; }
        body > header > aside > #tagline::after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 100%;
          right: 0;
          bottom: 0;
          box-shadow: 0 0 1.5vw 1.5vw #202020;
          z-index: 10; }
        body > header > aside > #tagline .ticker {
          display: inline-block;
          white-space: nowrap;
          position: absolute;
          top: 0;
          left: 0;
          transition: top 1.5s ease; }
          body > header > aside > #tagline .ticker.notransition {
            -webkit-transition: none !important;
            -moz-transition: none !important;
            -o-transition: none !important;
            transition: none !important; }
          body > header > aside > #tagline .ticker p {
            margin: 0 5vw 0 0;
            white-space: nowrap;
            color: #ededed;
            padding: 1em 1em 0.9em 1em;
            font-weight: 400;
            font-size: calc(( 100vw - 480px ) / 205 + 12px); }
            @media screen and (min-width: 1301px) {
              body > header > aside > #tagline .ticker p {
                font-size: 16px; } }
            @media screen and (max-width: 479px) {
              body > header > aside > #tagline .ticker p {
                font-size: 12px; } }
            body > header > aside > #tagline .ticker p a {
              color: inherit;
              text-decoration: none; }
      body > header > aside > #controls > ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        body > header > aside > #controls > ul > li {
          display: inline-block; }
          body > header > aside > #controls > ul > li > a {
            display: inline-block;
            padding: 0.7em 1em 0.7em 1em;
            color: #ededed;
            text-decoration: none;
            font-weight: 400;
            letter-spacing: 0.05em;
            font-size: calc(( 100vw - 480px ) / 205 + 12px); }
            @media screen and (min-width: 1301px) {
              body > header > aside > #controls > ul > li > a {
                font-size: 16px; } }
            @media screen and (max-width: 479px) {
              body > header > aside > #controls > ul > li > a {
                font-size: 12px; } }
            body > header > aside > #controls > ul > li > a img {
              max-height: 1.6em;
              width: auto; }
  body > article {
    z-index: 1;
    padding-top: calc( 38.4px + 0.03244 * ( 100vw - 480px ));
    padding-bottom: calc( 38.4px + 0.03244 * ( 100vw - 480px )); }
    @media screen and (min-width: 1301px) {
      body > article {
        padding-top: 5vw; } }
    @media screen and (max-width: 479px) {
      body > article {
        padding-top: 8vw; } }
    @media screen and (min-width: 1301px) {
      body > article {
        padding-bottom: 5vw; } }
    @media screen and (max-width: 479px) {
      body > article {
        padding-bottom: 8vw; } }
    body > article.fullscreen {
      min-height: 100vh;
      padding: 0; }
      body > article.fullscreen section.slider > article.slide {
        height: 100vh; }
    body > article.hero {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      align-items: center; }
    body > article section {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: -1vw;
      position: relative; }
      body > article section + section {
        margin-top: 1vw; }
      body > article section article, body > article section aside {
        display: block;
        width: 100%;
        margin-bottom: 1vw; }
        @media (max-width: 1024px) {
          body > article section article, body > article section aside {
            margin-bottom: 2vw; } }
        @media (max-width: 480px) {
          body > article section article, body > article section aside {
            margin-bottom: 4vw; } }
        body > article section article > section, body > article section aside > section {
          max-width: 100%;
          width: 100%; }
      body > article section.widget {
        display: block; }
  body > footer {
    z-index: 2;
    width: 100%;
    font-size: calc(( 100vw - 480px ) / 205 + 11px); }
    @media screen and (min-width: 1301px) {
      body > footer {
        font-size: 15px; } }
    @media screen and (max-width: 479px) {
      body > footer {
        font-size: 11px; } }
    body > footer > section {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      justify-content: space-between;
      padding-top: 6.4vw;
      padding-bottom: 6.4vw;
      flex-wrap: wrap; }
      body > footer > section > article {
        width: 21.25%; }
        body > footer > section > article section.widget {
          width: 100%;
          max-width: 100%; }
          body > footer > section > article section.widget .widget-title {
            font-size: calc(( 100vw - 480px ) / 410 + 14px);
            text-transform: none;
            color: inherit; }
            @media screen and (min-width: 1301px) {
              body > footer > section > article section.widget .widget-title {
                font-size: 16px; } }
            @media screen and (max-width: 479px) {
              body > footer > section > article section.widget .widget-title {
                font-size: 14px; } }
        body > footer > section > article ul.menu.columns {
          max-height: 7.5em; }
          body > footer > section > article ul.menu.columns li {
            line-height: 1.5em; }
      @media (max-width: 1024px) {
        body > footer > section {
          margin-bottom: -2vw; }
          body > footer > section article {
            margin-bottom: 2vw; } }
      @media (max-width: 767px) {
        body > footer > section {
          margin-bottom: -4vw; }
          body > footer > section article {
            margin-bottom: 4vw; } }
      @media (max-width: 480px) {
        body > footer > section {
          margin-bottom: -8vw; }
          body > footer > section article {
            margin-bottom: 8vw; } }
    body > footer > aside section {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      justify-content: space-between; }
      @media (max-width: 767px) {
        body > footer > aside section {
          display: block; }
          body > footer > aside section > nav {
            padding-top: 1em; }
            body > footer > aside section > nav ul {
              justify-content: center; }
              body > footer > aside section > nav ul li {
                margin: 0.5em 1em; }
          body > footer > aside section > #disclaimer {
            justify-content: center; } }
      body > footer > aside section > #disclaimer {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-wrap: wrap;
        padding-top: 1em;
        padding-bottom: 0.5em; }
        body > footer > aside section > #disclaimer::before {
          content: '';
          width: 100%;
          order: 1; }
        body > footer > aside section > #disclaimer p:nth-child(n + 3) {
          order: 1; }
        body > footer > aside section > #disclaimer p {
          position: relative; }
    body > footer a {
      color: inherit;
      text-decoration: none; }
      body > footer a:hover {
        text-decoration: underline; }

button, input, optgroup, select, textarea {
  font-family: inherit; }

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

ul, p {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: bold; }

b, strong {
  font-weight: bold; }

h1 {
  font-size: calc(( 100vw - 480px ) / 136.66667 + 24px); }
  @media screen and (min-width: 1301px) {
    h1 {
      font-size: 30px; } }
  @media screen and (max-width: 479px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: calc(( 100vw - 480px ) / 102.5 + 22px); }
  @media screen and (min-width: 1301px) {
    h2 {
      font-size: 30px; } }
  @media screen and (max-width: 479px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-size: calc(( 100vw - 480px ) / 410 + 20px); }
  @media screen and (min-width: 1301px) {
    h3 {
      font-size: 22px; } }
  @media screen and (max-width: 479px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: calc(( 100vw - 480px ) / 410 + 18px); }
  @media screen and (min-width: 1301px) {
    h4 {
      font-size: 20px; } }
  @media screen and (max-width: 479px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: calc(( 100vw - 480px ) / 410 + 16px); }
  @media screen and (min-width: 1301px) {
    h5 {
      font-size: 18px; } }
  @media screen and (max-width: 479px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: calc(( 100vw - 480px ) / 410 + 16px); }
  @media screen and (min-width: 1301px) {
    h6 {
      font-size: 18px; } }
  @media screen and (max-width: 479px) {
    h6 {
      font-size: 16px; } }

article {
  position: relative; }

section {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto; }
  section.grid {
    display: grid;
    justify-content: initial;
    grid-row-gap: 1vw;
    grid-column-gap: 1vw;
    margin-bottom: 1vw; }
    section.grid > article {
      margin-bottom: 0; }
    section.grid.cols-1 {
      grid-template-columns: auto; }
    section.grid > article.rowspan-1 {
      grid-row: span 1; }
    section.grid > article.colspan-1 {
      grid-column: span 1; }
    section.grid.square > article.colspan-1::before {
      padding-top: 100%; }
    section.grid.cols-2 {
      grid-template-columns: auto auto; }
    section.grid > article.rowspan-2 {
      grid-row: span 2; }
    section.grid > article.colspan-2 {
      grid-column: span 2; }
    section.grid.square > article.colspan-2::before {
      padding-top: 50%; }
    section.grid.cols-3 {
      grid-template-columns: auto auto auto; }
    section.grid > article.rowspan-3 {
      grid-row: span 3; }
    section.grid > article.colspan-3 {
      grid-column: span 3; }
    section.grid.square > article.colspan-3::before {
      padding-top: 33.33333%; }
    section.grid.cols-4 {
      grid-template-columns: auto auto auto auto; }
    section.grid > article.rowspan-4 {
      grid-row: span 4; }
    section.grid > article.colspan-4 {
      grid-column: span 4; }
    section.grid.square > article.colspan-4::before {
      padding-top: 25%; }
    section.grid.cols-5 {
      grid-template-columns: auto auto auto auto auto; }
    section.grid > article.rowspan-5 {
      grid-row: span 5; }
    section.grid > article.colspan-5 {
      grid-column: span 5; }
    section.grid.square > article.colspan-5::before {
      padding-top: 20%; }
    section.grid.cols-6 {
      grid-template-columns: auto auto auto auto auto auto; }
    section.grid > article.rowspan-6 {
      grid-row: span 6; }
    section.grid > article.colspan-6 {
      grid-column: span 6; }
    section.grid.square > article.colspan-6::before {
      padding-top: 16.66667%; }
    section.grid.cols-7 {
      grid-template-columns: auto auto auto auto auto auto auto; }
    section.grid > article.rowspan-7 {
      grid-row: span 7; }
    section.grid > article.colspan-7 {
      grid-column: span 7; }
    section.grid.square > article.colspan-7::before {
      padding-top: 14.28571%; }
    section.grid.cols-8 {
      grid-template-columns: auto auto auto auto auto auto auto auto; }
    section.grid > article.rowspan-8 {
      grid-row: span 8; }
    section.grid > article.colspan-8 {
      grid-column: span 8; }
    section.grid.square > article.colspan-8::before {
      padding-top: 12.5%; }
    section.grid.cols-9 {
      grid-template-columns: auto auto auto auto auto auto auto auto auto; }
    section.grid > article.rowspan-9 {
      grid-row: span 9; }
    section.grid > article.colspan-9 {
      grid-column: span 9; }
    section.grid.square > article.colspan-9::before {
      padding-top: 11.11111%; }
    section.grid.cols-10 {
      grid-template-columns: auto auto auto auto auto auto auto auto auto auto; }
    section.grid > article.rowspan-10 {
      grid-row: span 10; }
    section.grid > article.colspan-10 {
      grid-column: span 10; }
    section.grid.square > article.colspan-10::before {
      padding-top: 10%; }
    section.grid.cols-11 {
      grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto; }
    section.grid > article.rowspan-11 {
      grid-row: span 11; }
    section.grid > article.colspan-11 {
      grid-column: span 11; }
    section.grid.square > article.colspan-11::before {
      padding-top: 9.09091%; }
    section.grid.cols-12 {
      grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto; }
    section.grid > article.rowspan-12 {
      grid-row: span 12; }
    section.grid > article.colspan-12 {
      grid-column: span 12; }
    section.grid.square > article.colspan-12::before {
      padding-top: 8.33333%; }
    section.grid.square > article::before {
      content: '';
      display: block;
      padding-top: 100%;
      float: left; }
    section.grid.square > article.shape-2x1::before {
      padding-top: 50%; }
    section.grid.square > article.shape-3x1::before {
      padding-top: 33.33333%; }
    section.grid.square > article.shape-4x1::before {
      padding-top: 25%; }
    section.grid.square > article.shape-5x1::before {
      padding-top: 20%; }
    section.grid.square > article.shape-6x1::before {
      padding-top: 16.66667%; }
    section.grid.square > article.shape-7x1::before {
      padding-top: 14.28571%; }
    section.grid.square > article.shape-8x1::before {
      padding-top: 12.5%; }
    section.grid.square > article.shape-9x1::before {
      padding-top: 11.11111%; }
    section.grid.square > article.shape-10x1::before {
      padding-top: 10%; }
    section.grid.square > article.shape-11x1::before {
      padding-top: 9.09091%; }
    section.grid.square > article.shape-12x1::before {
      padding-top: 8.33333%; }

pre {
  max-width: 100%;
  white-space: pre-wrap; }

ul.columns {
  list-style: none;
  padding-left: 0;
  max-height: 100%; }

a.anchor {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: 0; }
  @media (min-width: 783px) {
    body.admin-bar a.anchor {
      margin-top: -32px; } }

body.archive .byline,
body.archive .updated:not(.published), body.single .byline,
body.single .updated:not(.published) {
  display: none; }
body.archive .single .byline,
body.archive .group-blog .byline, body.single .single .byline,
body.single .group-blog .byline {
  display: inline; }
body.archive .edit-link, body.single .edit-link {
  float: right; }

.col-1-1 {
  width: 100%; }

.col-1-2 {
  width: calc((100% - 1vw) / 2); }
  @media (max-width: 1024px) {
    .col-1-2 {
      width: calc((100% - 1vw) / 2); } }
  @media (max-width: 480px) {
    .col-1-2 {
      width: 100%; } }

.col-2-2 {
  width: 100%; }

.col-1-3 {
  width: calc((100% - 2vw) / 3); }
  @media (max-width: 1024px) {
    .col-1-3 {
      width: calc((100% - 2vw) / 3); } }
  @media (max-width: 480px) {
    .col-1-3 {
      width: 100%; } }

.col-2-3 {
  width: calc(((100% - 2vw) / 3) * 2 + 1vw); }
  @media (max-width: 1024px) {
    .col-2-3 {
      width: calc(((100% - 2vw) / 3) * 2 + 1vw); } }
  @media (max-width: 480px) {
    .col-2-3 {
      width: 100%; } }

.col-3-3 {
  width: 100%; }

.col-1-4 {
  width: calc((100% - 3vw) / 4); }
  @media (max-width: 1024px) {
    .col-1-4 {
      width: calc((100% - 3vw) / 4); } }
  @media (max-width: 480px) {
    .col-1-4 {
      width: 100%; } }

.col-2-4 {
  width: calc(((100% - 3vw) / 4) * 2 + 1vw); }
  @media (max-width: 1024px) {
    .col-2-4 {
      width: calc(((100% - 3vw) / 4) * 2 + 1vw); } }
  @media (max-width: 480px) {
    .col-2-4 {
      width: 100%; } }

.col-3-4 {
  width: calc(((100% - 3vw) / 4) * 3 + 2vw); }
  @media (max-width: 1024px) {
    .col-3-4 {
      width: calc(((100% - 3vw) / 4) * 3 + 2vw); } }
  @media (max-width: 480px) {
    .col-3-4 {
      width: 100%; } }

.col-4-4 {
  width: 100%; }

.col-1-5 {
  width: calc((100% - 4vw) / 5); }
  @media (max-width: 1024px) {
    .col-1-5 {
      width: calc((100% - 4vw) / 5); } }
  @media (max-width: 480px) {
    .col-1-5 {
      width: calc((100% - 2vw) / 2); } }

.col-2-5 {
  width: calc(((100% - 4vw) / 5) * 2 + 1vw); }
  @media (max-width: 1024px) {
    .col-2-5 {
      width: calc(((100% - 4vw) / 5) * 2 + 1vw); } }
  @media (max-width: 480px) {
    .col-2-5 {
      width: 100%; } }

.col-3-5 {
  width: calc(((100% - 4vw) / 5) * 3 + 2vw); }
  @media (max-width: 1024px) {
    .col-3-5 {
      width: calc(((100% - 4vw) / 5) * 3 + 2vw); } }
  @media (max-width: 480px) {
    .col-3-5 {
      width: 100%; } }

.col-4-5 {
  width: calc(((100% - 4vw) / 5) * 4 + 3vw); }
  @media (max-width: 1024px) {
    .col-4-5 {
      width: calc(((100% - 4vw) / 5) * 4 + 3vw); } }
  @media (max-width: 480px) {
    .col-4-5 {
      width: 100%; } }

.col-5-5 {
  width: 100%; }

.col-1-6 {
  width: calc((100% - 5vw) / 6); }
  @media (max-width: 1024px) {
    .col-1-6 {
      width: calc((100% - 5vw) / 6); } }
  @media (max-width: 480px) {
    .col-1-6 {
      width: calc((100% - 4vw) / 3); } }

.col-2-6 {
  width: calc(((100% - 5vw) / 6) * 2 + 1vw); }
  @media (max-width: 1024px) {
    .col-2-6 {
      width: calc(((100% - 5vw) / 6) * 2 + 1vw); } }
  @media (max-width: 480px) {
    .col-2-6 {
      width: 100%; } }

.col-3-6 {
  width: calc(((100% - 5vw) / 6) * 3 + 2vw); }
  @media (max-width: 1024px) {
    .col-3-6 {
      width: calc(((100% - 5vw) / 6) * 3 + 2vw); } }
  @media (max-width: 480px) {
    .col-3-6 {
      width: 100%; } }

.col-4-6 {
  width: calc(((100% - 5vw) / 6) * 4 + 3vw); }
  @media (max-width: 1024px) {
    .col-4-6 {
      width: calc(((100% - 5vw) / 6) * 4 + 3vw); } }
  @media (max-width: 480px) {
    .col-4-6 {
      width: 100%; } }

.col-5-6 {
  width: calc(((100% - 5vw) / 6) * 5 + 4vw); }
  @media (max-width: 1024px) {
    .col-5-6 {
      width: calc(((100% - 5vw) / 6) * 5 + 4vw); } }
  @media (max-width: 480px) {
    .col-5-6 {
      width: 100%; } }

.col-6-6 {
  width: 100%; }

.col-1-7 {
  width: calc((100% - 6vw) / 7); }
  @media (max-width: 1024px) {
    .col-1-7 {
      width: calc((100% - 6vw) / 7); } }
  @media (max-width: 480px) {
    .col-1-7 {
      width: calc((100% - 4vw) / 3); } }

.col-2-7 {
  width: calc(((100% - 6vw) / 7) * 2 + 1vw); }
  @media (max-width: 1024px) {
    .col-2-7 {
      width: calc(((100% - 6vw) / 7) * 2 + 1vw); } }
  @media (max-width: 480px) {
    .col-2-7 {
      width: 100%; } }

.col-3-7 {
  width: calc(((100% - 6vw) / 7) * 3 + 2vw); }
  @media (max-width: 1024px) {
    .col-3-7 {
      width: calc(((100% - 6vw) / 7) * 3 + 2vw); } }
  @media (max-width: 480px) {
    .col-3-7 {
      width: 100%; } }

.col-4-7 {
  width: calc(((100% - 6vw) / 7) * 4 + 3vw); }
  @media (max-width: 1024px) {
    .col-4-7 {
      width: calc(((100% - 6vw) / 7) * 4 + 3vw); } }
  @media (max-width: 480px) {
    .col-4-7 {
      width: 100%; } }

.col-5-7 {
  width: calc(((100% - 6vw) / 7) * 5 + 4vw); }
  @media (max-width: 1024px) {
    .col-5-7 {
      width: calc(((100% - 6vw) / 7) * 5 + 4vw); } }
  @media (max-width: 480px) {
    .col-5-7 {
      width: 100%; } }

.col-6-7 {
  width: calc(((100% - 6vw) / 7) * 6 + 5vw); }
  @media (max-width: 1024px) {
    .col-6-7 {
      width: calc(((100% - 6vw) / 7) * 6 + 5vw); } }
  @media (max-width: 480px) {
    .col-6-7 {
      width: 100%; } }

.col-7-7 {
  width: 100%; }

.col-1-8 {
  width: calc((100% - 7vw) / 8); }
  @media (max-width: 1024px) {
    .col-1-8 {
      width: calc((100% - 7vw) / 8); } }
  @media (max-width: 480px) {
    .col-1-8 {
      width: calc((100% - 6vw) / 4); } }

.col-2-8 {
  width: calc(((100% - 7vw) / 8) * 2 + 1vw); }
  @media (max-width: 1024px) {
    .col-2-8 {
      width: calc(((100% - 7vw) / 8) * 2 + 1vw); } }
  @media (max-width: 480px) {
    .col-2-8 {
      width: 100%; } }

.col-3-8 {
  width: calc(((100% - 7vw) / 8) * 3 + 2vw); }
  @media (max-width: 1024px) {
    .col-3-8 {
      width: calc(((100% - 7vw) / 8) * 3 + 2vw); } }
  @media (max-width: 480px) {
    .col-3-8 {
      width: 100%; } }

.col-4-8 {
  width: calc(((100% - 7vw) / 8) * 4 + 3vw); }
  @media (max-width: 1024px) {
    .col-4-8 {
      width: calc(((100% - 7vw) / 8) * 4 + 3vw); } }
  @media (max-width: 480px) {
    .col-4-8 {
      width: 100%; } }

.col-5-8 {
  width: calc(((100% - 7vw) / 8) * 5 + 4vw); }
  @media (max-width: 1024px) {
    .col-5-8 {
      width: calc(((100% - 7vw) / 8) * 5 + 4vw); } }
  @media (max-width: 480px) {
    .col-5-8 {
      width: 100%; } }

.col-6-8 {
  width: calc(((100% - 7vw) / 8) * 6 + 5vw); }
  @media (max-width: 1024px) {
    .col-6-8 {
      width: calc(((100% - 7vw) / 8) * 6 + 5vw); } }
  @media (max-width: 480px) {
    .col-6-8 {
      width: 100%; } }

.col-7-8 {
  width: calc(((100% - 7vw) / 8) * 7 + 6vw); }
  @media (max-width: 1024px) {
    .col-7-8 {
      width: calc(((100% - 7vw) / 8) * 7 + 6vw); } }
  @media (max-width: 480px) {
    .col-7-8 {
      width: 100%; } }

.col-8-8 {
  width: 100%; }

.col-1-9 {
  width: calc((100% - 8vw) / 9); }
  @media (max-width: 1024px) {
    .col-1-9 {
      width: calc((100% - 8vw) / 9); } }
  @media (max-width: 480px) {
    .col-1-9 {
      width: calc((100% - 6vw) / 4); } }

.col-2-9 {
  width: calc(((100% - 8vw) / 9) * 2 + 1vw); }
  @media (max-width: 1024px) {
    .col-2-9 {
      width: calc(((100% - 8vw) / 9) * 2 + 1vw); } }
  @media (max-width: 480px) {
    .col-2-9 {
      width: calc((100% - 6vw) / 4); } }

.col-3-9 {
  width: calc(((100% - 8vw) / 9) * 3 + 2vw); }
  @media (max-width: 1024px) {
    .col-3-9 {
      width: calc(((100% - 8vw) / 9) * 3 + 2vw); } }
  @media (max-width: 480px) {
    .col-3-9 {
      width: 100%; } }

.col-4-9 {
  width: calc(((100% - 8vw) / 9) * 4 + 3vw); }
  @media (max-width: 1024px) {
    .col-4-9 {
      width: calc(((100% - 8vw) / 9) * 4 + 3vw); } }
  @media (max-width: 480px) {
    .col-4-9 {
      width: 100%; } }

.col-5-9 {
  width: calc(((100% - 8vw) / 9) * 5 + 4vw); }
  @media (max-width: 1024px) {
    .col-5-9 {
      width: calc(((100% - 8vw) / 9) * 5 + 4vw); } }
  @media (max-width: 480px) {
    .col-5-9 {
      width: 100%; } }

.col-6-9 {
  width: calc(((100% - 8vw) / 9) * 6 + 5vw); }
  @media (max-width: 1024px) {
    .col-6-9 {
      width: calc(((100% - 8vw) / 9) * 6 + 5vw); } }
  @media (max-width: 480px) {
    .col-6-9 {
      width: 100%; } }

.col-7-9 {
  width: calc(((100% - 8vw) / 9) * 7 + 6vw); }
  @media (max-width: 1024px) {
    .col-7-9 {
      width: calc(((100% - 8vw) / 9) * 7 + 6vw); } }
  @media (max-width: 480px) {
    .col-7-9 {
      width: 100%; } }

.col-8-9 {
  width: calc(((100% - 8vw) / 9) * 8 + 7vw); }
  @media (max-width: 1024px) {
    .col-8-9 {
      width: calc(((100% - 8vw) / 9) * 8 + 7vw); } }
  @media (max-width: 480px) {
    .col-8-9 {
      width: 100%; } }

.col-9-9 {
  width: 100%; }

.col-1-10 {
  width: calc((100% - 9vw) / 10); }
  @media (max-width: 1024px) {
    .col-1-10 {
      width: calc((100% - 9vw) / 10); } }
  @media (max-width: 480px) {
    .col-1-10 {
      width: calc((100% - 8vw) / 5); } }

.col-2-10 {
  width: calc(((100% - 9vw) / 10) * 2 + 1vw); }
  @media (max-width: 1024px) {
    .col-2-10 {
      width: calc(((100% - 9vw) / 10) * 2 + 1vw); } }
  @media (max-width: 480px) {
    .col-2-10 {
      width: calc((100% - 8vw) / 5); } }

.col-3-10 {
  width: calc(((100% - 9vw) / 10) * 3 + 2vw); }
  @media (max-width: 1024px) {
    .col-3-10 {
      width: calc(((100% - 9vw) / 10) * 3 + 2vw); } }
  @media (max-width: 480px) {
    .col-3-10 {
      width: 100%; } }

.col-4-10 {
  width: calc(((100% - 9vw) / 10) * 4 + 3vw); }
  @media (max-width: 1024px) {
    .col-4-10 {
      width: calc(((100% - 9vw) / 10) * 4 + 3vw); } }
  @media (max-width: 480px) {
    .col-4-10 {
      width: 100%; } }

.col-5-10 {
  width: calc(((100% - 9vw) / 10) * 5 + 4vw); }
  @media (max-width: 1024px) {
    .col-5-10 {
      width: calc(((100% - 9vw) / 10) * 5 + 4vw); } }
  @media (max-width: 480px) {
    .col-5-10 {
      width: 100%; } }

.col-6-10 {
  width: calc(((100% - 9vw) / 10) * 6 + 5vw); }
  @media (max-width: 1024px) {
    .col-6-10 {
      width: calc(((100% - 9vw) / 10) * 6 + 5vw); } }
  @media (max-width: 480px) {
    .col-6-10 {
      width: 100%; } }

.col-7-10 {
  width: calc(((100% - 9vw) / 10) * 7 + 6vw); }
  @media (max-width: 1024px) {
    .col-7-10 {
      width: calc(((100% - 9vw) / 10) * 7 + 6vw); } }
  @media (max-width: 480px) {
    .col-7-10 {
      width: 100%; } }

.col-8-10 {
  width: calc(((100% - 9vw) / 10) * 8 + 7vw); }
  @media (max-width: 1024px) {
    .col-8-10 {
      width: calc(((100% - 9vw) / 10) * 8 + 7vw); } }
  @media (max-width: 480px) {
    .col-8-10 {
      width: 100%; } }

.col-9-10 {
  width: calc(((100% - 9vw) / 10) * 9 + 8vw); }
  @media (max-width: 1024px) {
    .col-9-10 {
      width: calc(((100% - 9vw) / 10) * 9 + 8vw); } }
  @media (max-width: 480px) {
    .col-9-10 {
      width: 100%; } }

.col-10-10 {
  width: 100%; }

.col-1-11 {
  width: calc((100% - 10vw) / 11); }
  @media (max-width: 1024px) {
    .col-1-11 {
      width: calc((100% - 10vw) / 11); } }
  @media (max-width: 480px) {
    .col-1-11 {
      width: calc((100% - 8vw) / 5); } }

.col-2-11 {
  width: calc(((100% - 10vw) / 11) * 2 + 1vw); }
  @media (max-width: 1024px) {
    .col-2-11 {
      width: calc(((100% - 10vw) / 11) * 2 + 1vw); } }
  @media (max-width: 480px) {
    .col-2-11 {
      width: calc((100% - 8vw) / 5); } }

.col-3-11 {
  width: calc(((100% - 10vw) / 11) * 3 + 2vw); }
  @media (max-width: 1024px) {
    .col-3-11 {
      width: calc(((100% - 10vw) / 11) * 3 + 2vw); } }
  @media (max-width: 480px) {
    .col-3-11 {
      width: 100%; } }

.col-4-11 {
  width: calc(((100% - 10vw) / 11) * 4 + 3vw); }
  @media (max-width: 1024px) {
    .col-4-11 {
      width: calc(((100% - 10vw) / 11) * 4 + 3vw); } }
  @media (max-width: 480px) {
    .col-4-11 {
      width: 100%; } }

.col-5-11 {
  width: calc(((100% - 10vw) / 11) * 5 + 4vw); }
  @media (max-width: 1024px) {
    .col-5-11 {
      width: calc(((100% - 10vw) / 11) * 5 + 4vw); } }
  @media (max-width: 480px) {
    .col-5-11 {
      width: 100%; } }

.col-6-11 {
  width: calc(((100% - 10vw) / 11) * 6 + 5vw); }
  @media (max-width: 1024px) {
    .col-6-11 {
      width: calc(((100% - 10vw) / 11) * 6 + 5vw); } }
  @media (max-width: 480px) {
    .col-6-11 {
      width: 100%; } }

.col-7-11 {
  width: calc(((100% - 10vw) / 11) * 7 + 6vw); }
  @media (max-width: 1024px) {
    .col-7-11 {
      width: calc(((100% - 10vw) / 11) * 7 + 6vw); } }
  @media (max-width: 480px) {
    .col-7-11 {
      width: 100%; } }

.col-8-11 {
  width: calc(((100% - 10vw) / 11) * 8 + 7vw); }
  @media (max-width: 1024px) {
    .col-8-11 {
      width: calc(((100% - 10vw) / 11) * 8 + 7vw); } }
  @media (max-width: 480px) {
    .col-8-11 {
      width: 100%; } }

.col-9-11 {
  width: calc(((100% - 10vw) / 11) * 9 + 8vw); }
  @media (max-width: 1024px) {
    .col-9-11 {
      width: calc(((100% - 10vw) / 11) * 9 + 8vw); } }
  @media (max-width: 480px) {
    .col-9-11 {
      width: 100%; } }

.col-10-11 {
  width: calc(((100% - 10vw) / 11) * 10 + 9vw); }
  @media (max-width: 1024px) {
    .col-10-11 {
      width: calc(((100% - 10vw) / 11) * 10 + 9vw); } }
  @media (max-width: 480px) {
    .col-10-11 {
      width: 100%; } }

.col-11-11 {
  width: 100%; }

.col-1-12 {
  width: calc((100% - 11vw) / 12); }
  @media (max-width: 1024px) {
    .col-1-12 {
      width: calc((100% - 11vw) / 12); } }
  @media (max-width: 480px) {
    .col-1-12 {
      width: calc((100% - 10vw) / 6); } }

.col-2-12 {
  width: calc(((100% - 11vw) / 12) * 2 + 1vw); }
  @media (max-width: 1024px) {
    .col-2-12 {
      width: calc(((100% - 11vw) / 12) * 2 + 1vw); } }
  @media (max-width: 480px) {
    .col-2-12 {
      width: calc((100% - 10vw) / 6); } }

.col-3-12 {
  width: calc(((100% - 11vw) / 12) * 3 + 2vw); }
  @media (max-width: 1024px) {
    .col-3-12 {
      width: calc(((100% - 11vw) / 12) * 3 + 2vw); } }
  @media (max-width: 480px) {
    .col-3-12 {
      width: 100%; } }

.col-4-12 {
  width: calc(((100% - 11vw) / 12) * 4 + 3vw); }
  @media (max-width: 1024px) {
    .col-4-12 {
      width: calc(((100% - 11vw) / 12) * 4 + 3vw); } }
  @media (max-width: 480px) {
    .col-4-12 {
      width: 100%; } }

.col-5-12 {
  width: calc(((100% - 11vw) / 12) * 5 + 4vw); }
  @media (max-width: 1024px) {
    .col-5-12 {
      width: calc(((100% - 11vw) / 12) * 5 + 4vw); } }
  @media (max-width: 480px) {
    .col-5-12 {
      width: 100%; } }

.col-6-12 {
  width: calc(((100% - 11vw) / 12) * 6 + 5vw); }
  @media (max-width: 1024px) {
    .col-6-12 {
      width: calc(((100% - 11vw) / 12) * 6 + 5vw); } }
  @media (max-width: 480px) {
    .col-6-12 {
      width: 100%; } }

.col-7-12 {
  width: calc(((100% - 11vw) / 12) * 7 + 6vw); }
  @media (max-width: 1024px) {
    .col-7-12 {
      width: calc(((100% - 11vw) / 12) * 7 + 6vw); } }
  @media (max-width: 480px) {
    .col-7-12 {
      width: 100%; } }

.col-8-12 {
  width: calc(((100% - 11vw) / 12) * 8 + 7vw); }
  @media (max-width: 1024px) {
    .col-8-12 {
      width: calc(((100% - 11vw) / 12) * 8 + 7vw); } }
  @media (max-width: 480px) {
    .col-8-12 {
      width: 100%; } }

.col-9-12 {
  width: calc(((100% - 11vw) / 12) * 9 + 8vw); }
  @media (max-width: 1024px) {
    .col-9-12 {
      width: calc(((100% - 11vw) / 12) * 9 + 8vw); } }
  @media (max-width: 480px) {
    .col-9-12 {
      width: 100%; } }

.col-10-12 {
  width: calc(((100% - 11vw) / 12) * 10 + 9vw); }
  @media (max-width: 1024px) {
    .col-10-12 {
      width: calc(((100% - 11vw) / 12) * 10 + 9vw); } }
  @media (max-width: 480px) {
    .col-10-12 {
      width: 100%; } }

.col-11-12 {
  width: calc(((100% - 11vw) / 12) * 11 + 10vw); }
  @media (max-width: 1024px) {
    .col-11-12 {
      width: calc(((100% - 11vw) / 12) * 11 + 10vw); } }
  @media (max-width: 480px) {
    .col-11-12 {
      width: 100%; } }

.col-12-12 {
  width: 100%; }

/* This stuff is for preview purposes */
body > header > section {
  min-height: 100px;
  /**/ }

/* Sample generated stylesheet */
.mpg {
  /* Structurals - defined by settings */ }
  .mpg > header {
    position: relative;
    background-color: transparent; }
    .mpg > header > section {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .mpg > header > section > #logo {
        order: 2;
        width: 30%;
        text-align: left; }
        .mpg > header > section > #logo a {
          padding: 1.5vw 2vw 1.5vw 0; }
        .mpg > header > section > #logo img {
          display: block;
          margin: 0 auto;
          max-height: 105px;
          width: auto; }
      .mpg > header > section > nav {
        order: 3;
        width: 65%;
        text-align: right; }
        .mpg > header > section > nav a::after {
          content: "";
          display: block;
          border-radius: 5px;
          height: 1px;
          border: 1px solid white;
          background-color: white;
          opacity: 0;
          transition: opacity 0.1s linear;
          position: relative;
          top: 5px; }
        .mpg > header > section > nav a:hover::after {
          opacity: 0.7;
          transition: opacity 0.05s linear; }
        .mpg > header > section > nav .current_page_item a::after, .mpg > header > section > nav .current-page-ancestor a::after {
          opacity: 1; }
    .mpg > header > aside {
      order: 1;
      display: flex;
      justify-content: space-between;
      background-color: #fff; }
      .mpg > header > aside > nav {
        order: 2;
        flex: 1;
        text-align: right; }
      .mpg > header > aside > #tagline {
        order: 1; }
      .mpg > header > aside > #controls {
        order: 3; }
  .mpg.home > header {
    background-color: transparent; }
    .mpg.home > header > section {
      width: 100%;
      max-width: none;
      flex-direction: column; }
      .mpg.home > header > section > #logo {
        width: 100%;
        text-align: center;
        max-width: 100%; }
        .mpg.home > header > section > #logo a {
          padding: 2.5vw 2vw 2vw 2vw; }
        .mpg.home > header > section > #logo img {
          max-height: none;
          width: 327px; }
          @media (max-width: 767px) {
            .mpg.home > header > section > #logo img {
              max-width: 220px; } }
      .mpg.home > header > section > nav {
        width: 100%;
        text-align: center;
        border-style: none;
		background-color: #96ca4f;  
        border-color: #ffffff;
        border-width: 1px 0 1px 0; }
        .mpg.home > header > section > nav .current_page_item a::after, .mpg.home > header > section > nav .current-page-ancestor a::after {
          content: "";
          display: none; }
  .mpg > article:not(#page-header) {
    color: #000;
    letter-spacing: 0.02666vw;
    line-height: 1.5em; }
    .mpg > article:not(#page-header) h1, .mpg > article:not(#page-header) h2, .mpg > article:not(#page-header) h3, .mpg > article:not(#page-header) h4, .mpg > article:not(#page-header) h5, .mpg > article:not(#page-header) h6 {
      line-height: 1.2em; }
  .mpg > article#page-header {
    padding-bottom: 0;
    height: 41vw;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    .mpg > article#page-header section {
      margin-bottom: 0;
      flex-grow: 1;
      align-items: center; }
      .mpg > article#page-header section h1 {
        text-align: center;
        margin: 0;
        width: 100%;
        color: #ffffff;
        font-size: calc(( 100vw - 480px ) / 20.5 + 50px); }
        @media screen and (min-width: 1301px) {
          .mpg > article#page-header section h1 {
            font-size: 90px; } }
        @media screen and (max-width: 479px) {
          .mpg > article#page-header section h1 {
            font-size: 50px; } }
    .mpg > article#page-header nav {
      position: relative; }
      .mpg > article#page-header nav ul {
        position: relative;
        z-index: 10;
        padding: 0;
        list-style: none;
        width: 1300px;
        max-width: 90%;
        margin: 0 auto 7px;
        display: flex;
        justify-content: center;
        align-items: flex-end; }
        .mpg > article#page-header nav ul li a {
          color: #ffffff;
          text-decoration: none;
          position: relative;
          padding: 0.25em 1em 1em;
          display: inline-block; }
          .mpg > article#page-header nav ul li a.menu-item-current {
            font-weight: bold; }
          .mpg > article#page-header nav ul li a::after {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            transform: translateX(-50%) rotate(45deg);
            left: 50%;
            bottom: 0.5em;
            opacity: 1;
            transition: all 0.1s linear;
            z-index: -1; }
          .mpg > article#page-header nav ul li a.menu-item-current::after {
            opacity: 1;
            bottom: -0.15em;
            transition: all 0s linear; }
          .mpg > article#page-header nav ul li a:hover::after, .mpg > article#page-header nav ul li a:active::after, .mpg > article#page-header nav ul li a:focus::after {
            opacity: 1;
            bottom: -0.15em;
            transition: all 0.1s linear; }
      .mpg > article#page-header nav::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 7px;
        z-index: 5;
        background-color: #ffffff; }
      .mpg > article#page-header nav #nav-background {
        background-color: inherit;
        transform: rotate(1.2deg);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        transform-origin: right top; }
        .mpg > article#page-header nav #nav-background::before, .mpg > article#page-header nav #nav-background::after {
          content: "";
          display: block;
          width: 200%;
          height: 200%;
          position: absolute;
          background-color: inherit; }
        .mpg > article#page-header nav #nav-background::before {
          transform: rotate(1.5deg);
          top: 10px;
          right: 0;
          transform-origin: right top;
          opacity: 0.6; }
        .mpg > article#page-header nav #nav-background::after {
          transform: rotate(-2.5deg);
          top: 47px;
          left: 0;
          transform-origin: left top;
          opacity: 0.4; }
    .mpg > article#page-header video#video-background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1; }
  .mpg > footer {
    background-color: #96ca4f;
    color: #ffffff; }
    .mpg > footer > section {
      align-items: center; }
      .mpg > footer > section article ul {
        margin-bottom: 0; }
    .mpg > footer > aside {
      background-color: #1e1e1e; }
      .mpg > footer > aside section {
        align-items: center; }
        .mpg > footer > aside section > nav {
          order: 2; }
          .mpg > footer > aside section > nav ul {
            list-style-type: none;
            padding: 0;
            margin: 0.5em;
            display: flex; }
            .mpg > footer > aside section > nav ul li {
              margin: 0.5em 0 0.5em 1em; }
        .mpg > footer > aside section > #disclaimer {
          flex: 1;
          order: 1; }
        .mpg > footer > aside section > #social {
          order: 3; }

.module-social-feed .social-frame {
  width: 100%;
  height: 100%; }
  @media (min-width: 1025px) {
    .module-social-feed .social-frame::before {
      display: block;
      content: "";
      float: left;
      height: 0;
      padding-bottom: 20%; } }
  @media (max-width: 1024px) {
    .module-social-feed .social-frame::before {
      display: block;
      content: "";
      float: left;
      height: 0;
      padding-bottom: 33.33333%; } }
  @media (max-width: 979px) {
    .module-social-feed .social-frame::before {
      display: block;
      content: "";
      float: left;
      height: 0;
      padding-bottom: 50%; } }
  @media (max-width: 480px) {
    .module-social-feed .social-frame::before {
      display: block;
      content: "";
      float: left;
      height: 0;
      padding-bottom: 100%; } }
  .module-social-feed .social-frame iframe {
    vertical-align: bottom; }
  .module-social-feed .social-frame #mpi-powered-by-a {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 0; }

a.button, body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type="submit"] {
  padding: 0.5em 1.5em;
  background-color: #000000;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 2em;
  text-decoration: none;
  font-weight: 400;
  border: 2px solid transparent; }

.flex-grow {
  flex-grow: 1; }

/* Call-to-Actions - @TODO: move up to structural */
.module-cta {
  border-radius: 3px;
  overflow: hidden; }
  .module-cta .cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover'; }
  .module-cta .cta-background::after {
    
    background-blend-mode: color-burn;
    background-size: auto;
    background-repeat: repeat; }
  .module-cta.cta-layout-vertical, .module-cta.cta-layout-members-lounge .cta-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden; }
    .module-cta.cta-layout-vertical > .cta-image, .module-cta.cta-layout-members-lounge .cta-container > .cta-image {
      order: 1;
      background-size: cover;
      background-position: center center;
      background-color: inherit;
      position: relative;
      z-index: 1; }
      .module-cta.cta-layout-vertical > .cta-image::before, .module-cta.cta-layout-members-lounge .cta-container > .cta-image::before {
        display: block;
        content: "";
        float: left;
        height: 0;
        padding-bottom: 56.25%; }
      .module-cta.cta-layout-vertical > .cta-image .cta-background, .module-cta.cta-layout-members-lounge .cta-container > .cta-image .cta-background {
        background-color: inherit; }
        .module-cta.cta-layout-vertical > .cta-image .cta-background::before, .module-cta.cta-layout-vertical > .cta-image .cta-background::after, .module-cta.cta-layout-members-lounge .cta-container > .cta-image .cta-background::before, .module-cta.cta-layout-members-lounge .cta-container > .cta-image .cta-background::after {
          background-color: inherit;
          width: 200%;
          height: 1000%;
          position: absolute; }
        .module-cta.cta-layout-vertical > .cta-image .cta-background::before, .module-cta.cta-layout-members-lounge .cta-container > .cta-image .cta-background::before {
          opacity: 0.5; }
    .module-cta.cta-layout-vertical > .cta-content, .module-cta.cta-layout-members-lounge .cta-container > .cta-content {
      order: 2;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: column;
      z-index: 2;
      padding: 0.25em 2em 1.25em 2em;
      text-align: center; }
      .module-cta.cta-layout-vertical > .cta-content a.button, .module-cta.cta-layout-vertical > .cta-content body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .module-cta.cta-layout-vertical > .cta-content input.button,
      .module-cta.cta-layout-vertical > .cta-content body .gform_wrapper .gform_footer input[type="submit"],
      body .gform_wrapper .gform_footer .module-cta.cta-layout-vertical > .cta-content input[type="submit"],
      .module-cta.cta-layout-vertical > .cta-content body .gform_wrapper .gform_page_footer input.button,
      body .gform_wrapper .gform_page_footer .module-cta.cta-layout-vertical > .cta-content input.button,
      .module-cta.cta-layout-vertical > .cta-content body .gform_wrapper .gform_page_footer input[type="submit"],
      body .gform_wrapper .gform_page_footer .module-cta.cta-layout-vertical > .cta-content input[type="submit"], .module-cta.cta-layout-members-lounge .cta-container > .cta-content a.button, .module-cta.cta-layout-members-lounge .cta-container > .cta-content body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .module-cta.cta-layout-members-lounge .cta-container > .cta-content input.button,
      .module-cta.cta-layout-members-lounge .cta-container > .cta-content body .gform_wrapper .gform_footer input[type="submit"],
      body .gform_wrapper .gform_footer .module-cta.cta-layout-members-lounge .cta-container > .cta-content input[type="submit"],
      .module-cta.cta-layout-members-lounge .cta-container > .cta-content body .gform_wrapper .gform_page_footer input.button,
      body .gform_wrapper .gform_page_footer .module-cta.cta-layout-members-lounge .cta-container > .cta-content input.button,
      .module-cta.cta-layout-members-lounge .cta-container > .cta-content body .gform_wrapper .gform_page_footer input[type="submit"],
      body .gform_wrapper .gform_page_footer .module-cta.cta-layout-members-lounge .cta-container > .cta-content input[type="submit"] {
        align-self: center; }
  .module-cta.cta-layout-vertical.rotate-left > .cta-image .cta-background::before, .module-cta.cta-layout-vertical.rotate-left > .cta-image .cta-background::after {
    display: block;
    content: ""; }
  .module-cta.cta-layout-vertical.rotate-left > .cta-image .cta-background::before {
    transform: rotate(-11.31deg);
    left: -10%;
    top: 98%;
    transform-origin: left top; }
  .module-cta.cta-layout-vertical.rotate-left > .cta-image .cta-background::after {
    transform: rotate(-5.711deg);
    left: 0;
    top: 98%;
    transform-origin: left top; }
  .module-cta.cta-layout-vertical.rotate-right > .cta-image .cta-background::before, .module-cta.cta-layout-vertical.rotate-right > .cta-image .cta-background::after {
    display: block;
    content: ""; }
  .module-cta.cta-layout-vertical.rotate-right > .cta-image .cta-background::before {
    transform: rotate(11.31deg);
    right: -10%;
    top: 100%;
    transform-origin: right top; }
  .module-cta.cta-layout-vertical.rotate-right > .cta-image .cta-background::after {
    transform: rotate(5.711deg);
    right: 0;
    top: 100%;
    transform-origin: right top; }
  .module-cta.cta-layout-members-lounge {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal; }
    .module-cta.cta-layout-members-lounge .cta-container {
      width: 50%;
      background-color: inherit; }
      .module-cta.cta-layout-members-lounge .cta-container > .cta-content {
        text-align: left; }
        .module-cta.cta-layout-members-lounge .cta-container > .cta-content > .flex-grow {
          margin-top: -.5em; }
    .module-cta.cta-layout-members-lounge .cta-secondary {
      background-color: #ffffff;
      color: #666666; }
      .module-cta.cta-layout-members-lounge .cta-secondary > .cta-content {
        padding-top: 1.25em; }
    @media (max-width: 480px) {
      .module-cta.cta-layout-members-lounge {
        display: block; }
        .module-cta.cta-layout-members-lounge .cta-container {
          width: 100%; } }
    .module-cta.cta-layout-members-lounge.rotate-left .cta-image .cta-background::before, .module-cta.cta-layout-members-lounge.rotate-left .cta-image .cta-background::after {
      display: block;
      content: ""; }
    .module-cta.cta-layout-members-lounge.rotate-left .cta-image .cta-background::before {
      transform: rotate(-11.31deg);
      left: -19%;
      top: 100%;
      transform-origin: left top; }
    .module-cta.cta-layout-members-lounge.rotate-left .cta-image .cta-background::after {
      transform: rotate(-5.711deg);
      left: -18%;
      top: 100%;
      transform-origin: left top; }
    .module-cta.cta-layout-members-lounge.rotate-right .cta-image .cta-background::before, .module-cta.cta-layout-members-lounge.rotate-right .cta-image .cta-background::after {
      display: block;
      content: ""; }
    .module-cta.cta-layout-members-lounge.rotate-right .cta-image .cta-background::before {
      transform: rotate(11.31deg);
      right: -19%;
      top: 100%;
      transform-origin: right top; }
    .module-cta.cta-layout-members-lounge.rotate-right .cta-image .cta-background::after {
      transform: rotate(5.711deg);
      right: -18%;
      top: 100%;
      transform-origin: right top; }
  .module-cta.cta-layout-horizontal {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden; }
    .module-cta.cta-layout-horizontal > .cta-image {
      order: 2;
      background-size: cover;
      background-position: center center;
      background-color: inherit;
      z-index: 1;
      position: absolute;
      left: 48%;
      right: 0;
      top: 0;
      bottom: 0; }
      .module-cta.cta-layout-horizontal > .cta-image::before {
        display: block;
        content: "";
        float: left;
        height: 0;
        padding-bottom: 56.25%; }
      .module-cta.cta-layout-horizontal > .cta-image .cta-background {
        background-color: inherit; }
        .module-cta.cta-layout-horizontal > .cta-image .cta-background::after {
          background-color: inherit;
          width: 1000%;
          height: 200%;
          position: absolute; }
    .module-cta.cta-layout-horizontal > .cta-content {
      order: 1;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: column;
      z-index: 2;
      padding: 1.25em 0 1.25em 2em;
      text-align: left;
      width: 42%;
      height: 100%; }
    .module-cta.cta-layout-horizontal.rotate-left > .cta-image .cta-background::after {
      display: block;
      content: "";
      transform-origin: right top;
      transform: rotate(-22.782deg) translateY(-40%);
      right: 100%;
      top: 0; }
    .module-cta.cta-layout-horizontal.rotate-right > .cta-image .cta-background::after {
      display: block;
      content: "";
      transform-origin: right bottom;
      transform: rotate(22.782deg) translateY(40%);
      right: 100%;
      bottom: 0; }

/* Slider - @TODO: move up to structural */
section.slider {
  position: absolute;
  width: 100%;
  height: 100%; }
  section.slider > input {
    display: none; }
  section.slider > label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    width: 2em;
    z-index: 2;
    color: #7f7f7f;
    font-weight: bold;
    right: 100%;
    left: auto;
    cursor: pointer; }
    section.slider > label::before {
      content: '\276e';
      text-align: left;
      display: block;
      font-size: 2.5vw; }
    section.slider > label:hover {
      color: #111111; }
  section.slider > article {
    position: absolute;
    left: -100vw;
    transition: opacity 0s linear 0.5s, left 0.5s ease;
    opacity: 0;
    border-top: 0 !important;
    width: 100%; }
  section.slider > input:checked ~ article {
    left: 100vw;
    opacity: 0; }
  section.slider > input:checked ~ label {
    left: 100%;
    right: auto; }
    section.slider > input:checked ~ label::before {
      content: '\276f';
      text-align: right; }
    section.slider > input:checked ~ label ~ label {
      display: none; }
  section.slider > input:checked + label {
    display: none; }
    section.slider > input:checked + label + article {
      left: 0;
      opacity: 1;
      transition: left 0.5s ease; }
    section.slider > input:checked + label + article + input + label {
      display: block; }
    section.slider > input:checked + label:nth-last-of-type(2) ~ label:nth-last-of-type(1) {
      display: block; }
  section.slider > input:checked + label:first-of-type ~ article {
    left: -100%;
    opacity: 0; }
  section.slider > input:checked + label:first-of-type ~ article:first-of-type {
    left: 100%;
    opacity: 0; }
  section.slider > input:checked + label:first-of-type ~ article:nth-last-of-type(1) {
    left: 0;
    opacity: 1;
    transition: left 0.5s ease; }
  section.slider > article:first-of-type {
    left: -100%; }
  section.slider > input:checked + label:first-of-type ~ label:nth-last-of-type(2) {
    display: block;
    left: 0;
    right: auto; }
    section.slider > input:checked + label:first-of-type ~ label:nth-last-of-type(2)::before {
      content: "&lt;"; }
  section.slider > input:checked + label:first-of-type + input + label {
    display: block; }
    section.slider > input:checked + label:first-of-type + input + label + article {
      left: 0;
      opacity: 1; }
      section.slider > input:checked + label:first-of-type + input + label + article + input + label + article:nth-last-of-type(1) {
        left: 100%; }
  section.slider > input + label:first-of-type + input:checked ~ article:nth-last-of-type(1) {
    left: -100%; }
  section.slider + .slider-sizer {
    opacity: 0;
    visibility: hidden; }

article.module-map .map {
  display: none; }
  article.module-map .map.active {
    display: block; }
    article.module-map .map.active::before {
      content: '';
      display: block;
      float: left;
      height: 0;
      width: 100%; }
    article.module-map .map.active .gm-style-iw {
      font-family: "vag-rundschrift-d", sans-serif; }

.image-ratio {
  height: 100%;
  position: relative; }
  .image-ratio::before {
    display: block;
    content: '';
    float: left;
    height: 0; }
  .image-ratio > img, .image-ratio > a > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
    position: absolute; }

.image-ratio-adapt > img, .image-ratio-adapt > a > img {
  object-fit: cover;
  font-family: 'object-fit: cover';
  height: 100%;
  width: 100%; }

#searchform {
  font-size: calc(( 100vw - 480px ) / 410 + 14px);
  width: 100%; }
  @media screen and (min-width: 1301px) {
    #searchform {
      font-size: 16px; } }
  @media screen and (max-width: 479px) {
    #searchform {
      font-size: 14px; } }
  #searchform div {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal; }
  #searchform #s {
    font-size: 0.9em;
    background-color: #cccccc;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 1em;
    height: 40px;
    border: 0;
    font-weight: 300;
    font-family: inherit;
    letter-spacing: normal;
    box-sizing: border-box !important;
    flex-grow: 1;
    letter-spacing: 0.5px;
    font-size: 1em; }
  #searchform #searchsubmit {
    padding: 0.5em 1em;
    border: 2px solid transparent;
    height: 40px;
    border-radius: 1px;
    margin-left: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
    margin-left: 4px; }

body .gform_wrapper {
  margin: 0; }
  body .gform_wrapper select, body .gform_wrapper textarea, body .gform_wrapper input {
    font-weight: 300; }
  body .gform_wrapper + iframe {
    display: none;
    width: 0;
    height: 0; }
  body .gform_wrapper.inline-form_wrapper form {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal; }
    body .gform_wrapper.inline-form_wrapper form .validation_error {
      display: none; }
    body .gform_wrapper.inline-form_wrapper form .gform_body {
      flex-grow: 1; }
      body .gform_wrapper.inline-form_wrapper form .gform_body ul li.gfield {
        margin-bottom: 0; }
        body .gform_wrapper.inline-form_wrapper form .gform_body ul li.gfield.gf_no_label {
          margin-top: 0 !important; }
          body .gform_wrapper.inline-form_wrapper form .gform_body ul li.gfield.gf_no_label div.ginput_container {
            margin-top: 0; }
            body .gform_wrapper.inline-form_wrapper form .gform_body ul li.gfield.gf_no_label div.ginput_container input[type="text"], body .gform_wrapper.inline-form_wrapper form .gform_body ul li.gfield.gf_no_label div.ginput_container input[type="email"] {
              font-size: 0.9em;
              background-color: #cccccc;
              -webkit-border-radius: 1px;
              -moz-border-radius: 1px;
              border-radius: 1px;
              padding: 1em;
              height: 40px;
              border: 0;
              font-weight: 300;
              font-family: inherit;
              letter-spacing: normal;
              box-sizing: border-box !important; }
        body .gform_wrapper.inline-form_wrapper form .gform_body ul li.gfield.gfield_error {
          margin-bottom: 0 !important; }
        body .gform_wrapper.inline-form_wrapper form .gform_body ul li.gfield .validation_message {
          position: absolute;
          color: #ff7f7f; }
    body .gform_wrapper.inline-form_wrapper form .gform_footer {
      width: auto;
      margin-top: 0;
      padding: 0;
      position: relative;
      margin-left: 4px; }
      body .gform_wrapper.inline-form_wrapper form .gform_footer input.button,
      body .gform_wrapper.inline-form_wrapper form .gform_footer input[type="submit"] {
        padding: 0.5em 1em;
        border: 2px solid transparent;
        height: 40px;
        border-radius: 1px;
        margin-left: 0;
        text-transform: uppercase;
        cursor: pointer; }
      body .gform_wrapper.inline-form_wrapper form .gform_footer .gform_ajax_spinner {
        position: absolute;
        left: 50%;
        top: 50%;
        float: none;
        display: block;
        transform-origin: left top;
        -webkit-animation: center-spinner 1.1s infinite linear;
        -moz-animation: center-spinner 1.1s infinite linear;
        animation: center-spinner 1.1s infinite linear; }
  body .gform_wrapper ul li.gfield {
    margin-bottom: 1em;
    margin-top: 0; }
    body .gform_wrapper ul li.gfield.gfield_error, body .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
      border: 0;
      background-color: transparent; }
    body .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required label.gfield_label {
      margin-top: 0;
      margin-bottom: 0.5em; }
    body .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required div.ginput_container {
      margin-top: 0; }
    body .gform_wrapper ul li.gfield label.gfield_label {
      font-weight: 400; }
    body .gform_wrapper ul li.gfield.gf_no_label > label {
      display: none; }
  body .gform_wrapper .field_description_below .gfield_description {
    padding: 0.25em 0 1em;
    font-weight: 400; }
  body .gform_wrapper .gform_footer input.button,
  body .gform_wrapper .gform_footer input[type="submit"],
  body .gform_wrapper .gform_page_footer input.button,
  body .gform_wrapper .gform_page_footer input[type="submit"] {
    font-family: inherit;
    float: right;
    margin: 0 0 0 1em;
    /*Other button styles*/ }
  body .gform_wrapper div.validation_error {
    border: 0;
    padding: 0;
    text-align: left;
    font-weight: 400; }
  body .gform_wrapper .gfield_error .gfield_label, body .gform_wrapper .gfield_required, body .gform_wrapper div.validation_error, body .gform_wrapper .validation_message {
    color: #d0110d; }
  body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper li.gfield_error textarea {
    border-color: #d0110d; }
  body .gform_wrapper ul.gform_fields {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-wrap: wrap;
    justify-content: space-between; }
    body .gform_wrapper ul.gform_fields li.gfield {
      width: 100%;
      padding: 0 !important; }
      body .gform_wrapper ul.gform_fields li.gfield.gf_left_half, body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
        width: 47.5%;
        max-width: 47.5% !important; }
      body .gform_wrapper ul.gform_fields li.gfield.gf_left_third, body .gform_wrapper ul.gform_fields li.gfield.gf_right_third, body .gform_wrapper ul.gform_fields li.gfield.gf_middle_third {
        width: 30%;
        max-width: 30% !important; }
  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }
  body .gform_wrapper .gform_ajax_spinner {
    float: right;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-left: 4px solid #008800;
    -webkit-animation: spinner 1.1s infinite linear;
    -moz-animation: spinner 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    padding-left: 20px !important; }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes center-spinner {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg translate(-50%, -50%)); }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    -moz-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%); } }
#primary-filters .filter-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  margin-bottom: 0.5em; }
  #primary-filters .filter-title > * + * {
    margin-left: 10px; }
#primary-filters .reset a {
  text-decoration: none;
  color: inherit; }
#primary-filters input[type="checkbox"], #primary-filters input[type="radio"] {
  display: none; }
#primary-filters label {
  position: relative;
  cursor: pointer;
  display: block; }
#primary-filters ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0; }
  #primary-filters ul li input[type="text"], #primary-filters ul li input[type="email"], #primary-filters ul li input[type="url"],
  #primary-filters ul li input[type="password"], #primary-filters ul li input[type="search"], #primary-filters ul li input[type="number"],
  #primary-filters ul li input[type="tel"], #primary-filters ul li input[type="range"], #primary-filters ul li input[type="date"],
  #primary-filters ul li input[type="month"], #primary-filters ul li input[type="week"], #primary-filters ul li input[type="time"],
  #primary-filters ul li input[type="datetime"], #primary-filters ul li input[type="datetime-local"], #primary-filters ul li input[type="color"],
  #primary-filters ul li textarea {
    color: #666666;
    background: #ffffff;
    background-image: none;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
    box-sizing: border-box; }
#primary-filters input.accordion {
  display: none; }
  #primary-filters input.accordion:not(:checked) + label.accordion + ul {
    opacity: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    transition: font-size 0.2s linear 0.2s, padding 0.2s linear 0.2s, margin 0.2s linear 0.2s, opacity 0.2s linear; }
  #primary-filters input.accordion:not(:checked) + label.accordion::after {
    content: "\f067"; }
#primary-filters label.accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
  color: #666666;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5em 2em 0.4em 0.4em;
  margin-bottom: 0;
  line-height: 1.4em; }
  #primary-filters label.accordion + ul {
    transition: font-size 0.2s linear, padding 0.2s linear, margin 0.2s linear, opacity 0.2s linear 0.2s; }
    #primary-filters label.accordion + ul li > label {
      padding-left: 20px;
      margin-left: 8px;
      line-height: 1.2em;
      margin-bottom: 0.3em; }
      #primary-filters label.accordion + ul li > label::before {
        content: "\f096";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 5px;
        font-size: inherit;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto; }
    #primary-filters label.accordion + ul li > input[type="checkbox"] {
      position: absolute; }
      #primary-filters label.accordion + ul li > input[type="checkbox"]:checked + label::before {
        content: "\f046"; }
  #primary-filters label.accordion::after {
    content: "\f068";
    display: block;
    position: absolute;
    right: 0.4em;
    top: 0.8em;
    font-size: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto; }

.archive-list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: initial;
  grid-row-gap: 1vw;
  grid-column-gap: 1vw; }

.navigation.pagination {
  margin-top: 1.5em;
  text-align: center;
  font-size: 1.2em; }
  .navigation.pagination .nav-links {
    display: inline-block; }
  .navigation.pagination .page-numbers {
    color: #000;
    text-decoration: none;
    font-weight: 400; }
    .navigation.pagination .page-numbers.current {
      color: #000000; }
  .navigation.pagination .prev::before {
    font-family: FontAwesome;
    content: "\f053";
    display: inline-block;
    font-size: 0.9em; }
  .navigation.pagination .next::before {
    font-family: FontAwesome;
    content: "\f054";
    display: inline-block;
    font-size: 0.9em; }

.sp {
  width: 64px;
  height: 64px;
  clear: both;
  margin: 2px auto; }

.sp-circle {
  border: 8px rgba(255, 255, 255, 0.25) solid;
  border-top: 8px white solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .6s infinite linear;
  animation: spCircRot .6s infinite linear; }

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@keyframes spCircRot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
body > header.shadow {
  -webkit-box-shadow: 0px -10px 15px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -10px 15px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -10px 15px 5px rgba(0, 0, 0, 0.5); }

body.fixed-header:not(.overlap-header) {
  padding-top: calc(60px + 3vw); }
body.fixed-header > header {
  position: fixed;
  top: 0; }
body.fixed-header.admin-bar > header {
  top: 32px; }
@media (max-width: 782px) {
  body.fixed-header:not(.overlap-header) {
    padding-top: calc(60px + 6vw); }
  body.fixed-header.admin-bar > header {
    top: 0; }
  body.fixed-header.admin-bar #adminbar {
    display: none; }
  body.fixed-header > header.header-style-logo-left > section {
    min-height: 0; }
    body.fixed-header > header.header-style-logo-left > section > #logo a {
      padding-top: 3vw;
      padding-bottom: 3vw; } }

body > header.header-style-logo-left > section {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  height: 100%; }
  body > header.header-style-logo-left > section > #logo {
    order: 2;
    width: 30%;
    text-align: left; }
    body > header.header-style-logo-left > section > #logo img {
      display: block;
      margin: 0 auto;
      max-height: 105px;
      width: auto; }
  body > header.header-style-logo-left > section > nav {
    order: 3;
    width: 65%;
    text-align: right; }
    body > header.header-style-logo-left > section > nav ul {
      list-style-type: none;
      margin-bottom: 0; }
    body > header.header-style-logo-left > section > nav li {
      display: inline-block;
      margin-left: 0.5em;
      padding-left: 0.5em; }
      body > header.header-style-logo-left > section > nav li:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0; }
      body > header.header-style-logo-left > section > nav li ul {
        display: none; }
      @media (max-width: 767px) {
        body > header.header-style-logo-left > section > nav li {
          display: block; } }
    body > header.header-style-logo-left > section > nav span {
      color: inherit;
      opacity: 0.8; }
    body > header.header-style-logo-left > section > nav a {
      transition: color 0.2s linear;
      text-decoration: none; }
      @media (max-width: 767px) {
        body > header.header-style-logo-left > section > nav a {
          display: block; } }
  @media (max-width: 767px) {
    body > header.header-style-logo-left > section > #logo {
      width: 65%;
      max-width: 200px; }
    body > header.header-style-logo-left > section > nav {
      width: 30%; } }
  @media (max-width: 480px) {
    body > header.header-style-logo-left > section > #logo {
      width: 80%; } }

.background-parallax {
  background-attachment: fixed; }

.background-overlay::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  opacity: 0.85; }

div.video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  opacity: 0;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  div.video-lightbox.visible {
    opacity: 1; }
  div.video-lightbox .video-lightbox-content {
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: 1280px;
    height: 720px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    div.video-lightbox .video-lightbox-content.visible {
      opacity: 1; }
  div.video-lightbox iframe {
    border: 0; }

/* Structural stuff */
html, body {
  overflow-x: hidden; }

body {
  overflow-x: hidden; }
  body > header {
    flex-direction: column;
    height: auto !important; }
    body > header > section {
      order: 2; }
      body > header > section > #logo > a > img {
        width: 327px; }
      body > header > section > nav > ul > li > a {
        padding: 1em 1em 0.9em 1em;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.05em;
        font-size: calc(( 100vw - 480px ) / 136.66667 + 14px); }
        @media screen and (min-width: 1301px) {
          body > header > section > nav > ul > li > a {
            font-size: 18px; } }
        @media screen and (max-width: 479px) {
          body > header > section > nav > ul > li > a {
            font-size: 14px; } }
      body > header > section > nav label.mobile-menu {
        padding: 1em 1em 0.9em 1em;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 0.05em;
        font-size: 20px; }
      body > header > section > nav nav.mobile-menu ul.mobile-menu .current-page-parent a {
        color: #343434; }
      body > header > section > nav nav.mobile-menu ul.mobile-menu a {
        color: #ef7d17; }
    body > header > aside {
      order: 1; }
      body > header > aside > nav {
        flex-grow: 1; }
        body > header > aside > nav > ul {
          justify-content: flex-end; }
          body > header > aside > nav > ul > li > a {
            padding: 1em 0.75em 0.9em 0.75em;
            color: #202020;
            text-decoration: none;
            font-weight: bold;
            letter-spacing: 0.05em;
            white-space: nowrap;
            font-size: calc(( 100vw - 480px ) / 205 + 12px); }
            @media screen and (min-width: 1301px) {
              body > header > aside > nav > ul > li > a {
                font-size: 18px; } }
            @media screen and (max-width: 479px) {
              body > header > aside > nav > ul > li > a {
                font-size: 12px; } }
          body > header > aside > nav > ul > li.members-button > a {
            color: #000000;
            padding-left: 1.5em;
            padding-right: 3em;
            margin-left: 0.75em;
            position: relative;
            background-color: #ededed; }
            body > header > aside > nav > ul > li.members-button > a::after {
              content: url(assets/images/members-icon-2.png);
              display: block;
              position: absolute;
              right: 1em;
              top: 55%;
              transform: translateY(-50%); }
      body > header > aside > #tagline {
        max-width: 60vw; }
        body > header > aside > #tagline::after {
          left: 100%;
          right: 0;
          box-shadow: 0 0 1.5vw 1.5vw #202020; }
        body > header > aside > #tagline .ticker {
          transition: top 1.5s ease; }
          body > header > aside > #tagline .ticker p {
            margin: 0 5vw 0 0;
            color: #ededed;
            padding: 1em 1em 0.9em 1em;
            font-weight: 400;
            font-size: calc(( 100vw - 480px ) / 205 + 12px); }
            @media screen and (min-width: 1301px) {
              body > header > aside > #tagline .ticker p {
                font-size: 16px; } }
            @media screen and (max-width: 479px) {
              body > header > aside > #tagline .ticker p {
                font-size: 12px; } }
      body > header > aside > #controls > ul > li > a {
        padding: 0.7em 1em 0.7em 1em;
        color: #ededed;
        text-decoration: none;
        font-weight: 400;
        letter-spacing: 0.05em;
        font-size: calc(( 100vw - 480px ) / 205 + 12px); }
        @media screen and (min-width: 1301px) {
          body > header > aside > #controls > ul > li > a {
            font-size: 16px; } }
        @media screen and (max-width: 479px) {
          body > header > aside > #controls > ul > li > a {
            font-size: 12px; } }
        body > header > aside > #controls > ul > li > a img {
          max-height: 1.6em;
          min-height: 1.6em;
          max-width: none; }
  body > footer {
    font-size: 15px; }
    body > footer > section {
      padding-top: 6.4vw;
      padding-bottom: 6.4vw; }
      @media (max-width: 979px) {
        body > footer > section .col-1-4 {
          width: calc((100% - 1vw) / 2); } }
      @media (max-width: 480px) {
        body > footer > section .col-1-4 {
          width: 100%; } }
      body > footer > section > article {
        padding: 0 1em;
        box-sizing: border-box; }
        body > footer > section > article a.custom-logo-link img {
          width: 327px; }
        body > footer > section > article section.widget .widget-title {
          font-size: calc(( 100vw - 480px ) / 410 + 14px);
          text-transform: none; }
          @media screen and (min-width: 1301px) {
            body > footer > section > article section.widget .widget-title {
              font-size: 16px; } }
          @media screen and (max-width: 479px) {
            body > footer > section > article section.widget .widget-title {
              font-size: 14px; } }
        body > footer > section > article ul.menu.columns {
          max-height: 7.5em; }
          body > footer > section > article ul.menu.columns li {
            line-height: 1.5em; }
    body > footer > aside {
      font-size: calc(( 100vw - 480px ) / 273.33333 + 12px); }
      @media screen and (min-width: 1301px) {
        body > footer > aside {
          font-size: 15px; } }
      @media screen and (max-width: 479px) {
        body > footer > aside {
          font-size: 12px; } }
      @media (max-width: 767px) {
        body > footer > aside {
          line-height: 1em; } }
      body > footer > aside section > #disclaimer {
        padding-top: 1em;
        padding-bottom: 0.5em; }
        body > footer > aside section > #disclaimer::before {
          content: '';
          width: 100%;
          order: 1; }
        body > footer > aside section > #disclaimer p:nth-child(n + 3) {
          order: 1; }
        body > footer > aside section > #disclaimer p {
          margin-right: 1em;
          margin-bottom: 0.5em; }
          body > footer > aside section > #disclaimer p::after {
            content: '';
            display: block;
            width: 1px;
            background-color: #ffffff;
            position: absolute;
            top: 0;
            bottom: 0;
            right: -0.5em; }
            @media (max-width: 1024px) {
              body > footer > aside section > #disclaimer p::after {
                display: none; } }
          body > footer > aside section > #disclaimer p:nth-child(2)::after, body > footer > aside section > #disclaimer p:last-child::after {
            display: none; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

h1 {
  font-size: calc(( 100vw - 480px ) / 136.66667 + 24px); }
  @media screen and (min-width: 1301px) {
    h1 {
      font-size: 30px; } }
  @media screen and (max-width: 479px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: calc(( 100vw - 480px ) / 102.5 + 22px); }
  @media screen and (min-width: 1301px) {
    h2 {
      font-size: 30px; } }
  @media screen and (max-width: 479px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-size: calc(( 100vw - 480px ) / 410 + 20px); }
  @media screen and (min-width: 1301px) {
    h3 {
      font-size: 22px; } }
  @media screen and (max-width: 479px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: calc(( 100vw - 480px ) / 410 + 18px); }
  @media screen and (min-width: 1301px) {
    h4 {
      font-size: 20px; } }
  @media screen and (max-width: 479px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: calc(( 100vw - 480px ) / 410 + 16px); }
  @media screen and (min-width: 1301px) {
    h5 {
      font-size: 18px; } }
  @media screen and (max-width: 479px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: calc(( 100vw - 480px ) / 410 + 16px); }
  @media screen and (min-width: 1301px) {
    h6 {
      font-size: 18px; } }
  @media screen and (max-width: 479px) {
    h6 {
      font-size: 16px; } }

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

@media (min-width: 481px) and (max-width: 767px) {
  .col-1-4 {
    width: calc((100% - 3vw) / 2); } }

@media (max-width: 1280px) {
  .col-1-6 {
    width: calc((100% - 4vw) / 3); } }
@media (min-width: 481px) and (max-width: 767px) {
  .col-1-6 {
    width: calc((100% - 3vw) / 2); } }
@media (max-width: 480px) {
  .col-1-6 {
    width: 100%; } }

/* Sample generated stylesheet */
.mpg {
  /* Structurals - defined by settings */ }
  .mpg > header {
    position: relative;
    background-color: transparent; }
    .mpg > header > section {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .mpg > header > section > #logo {
        order: 2;
        width: 30%;
        text-align: left; }
        .mpg > header > section > #logo a {
          padding: 1.5vw 2vw 1.5vw 0; }
        .mpg > header > section > #logo img {
          display: block;
          margin: 0 auto;
          max-height: 105px;
          width: auto; }
      .mpg > header > section > nav {
        order: 3;
        width: 65%;
        text-align: right; }
        .mpg > header > section > nav a::after {
          content: "";
          display: block;
          border-radius: 5px;
          height: 1px;
          border: 1px solid white;
          background-color: white;
          opacity: 0;
          transition: opacity 0.1s linear;
          position: relative;
          top: 5px; }
        .mpg > header > section > nav a:hover::after {
          opacity: 0.7;
          transition: opacity 0.05s linear; }
        .mpg > header > section > nav .current_page_item a::after, .mpg > header > section > nav .current-page-ancestor a::after {
          opacity: 1; }
      @media (max-width: 767px) {
        .mpg > header > section > #logo {
          width: 65%;
          max-width: 200px; }
        .mpg > header > section > nav {
          width: 30%; } }
      @media (max-width: 480px) {
        .mpg > header > section > #logo {
          width: 80%; } }
    .mpg > header > aside {
      order: 1;
      display: flex;
      justify-content: space-between;
      background-color: #fff; }
      .mpg > header > aside > nav {
        order: 2;
        flex: 1;
        text-align: right; }
      .mpg > header > aside > #tagline {
        order: 1; }
      .mpg > header > aside > #controls {
        order: 3; }
  .mpg.home > header {
    background-color: transparent; }
    .mpg.home > header > section {
      width: 100%;
      max-width: none;
      flex-direction: column; }
      .mpg.home > header > section > #logo {
        width: 100%;
		background-color: #fff;  
        text-align: center; }
        .mpg.home > header > section > #logo a {
          padding: 2.5vw 2vw 2vw 2vw; }
          @media (max-width: 767px) {
            .mpg.home > header > section > #logo a {
              padding: 5vw; } }
        .mpg.home > header > section > #logo img {
          max-height: none; }
      .mpg.home > header > section > nav {
        width: 100%;
        text-align: center;
        border-style: none;
        border-color: #ffffff;
        border-width: 1px 0 1px 0; }
        .mpg.home > header > section > nav .current_page_item a::after, .mpg.home > header > section > nav .current-page-ancestor a::after {
          content: "";
          display: none; }
  .mpg > article:not(#page-header) {
    color: #000;
    letter-spacing: 0.02666vw;
    line-height: 1.5em; }
    .mpg > article:not(#page-header) h1, .mpg > article:not(#page-header) h2, .mpg > article:not(#page-header) h3, .mpg > article:not(#page-header) h4, .mpg > article:not(#page-header) h5, .mpg > article:not(#page-header) h6 {
      line-height: 1.2em; }
    .mpg > article:not(#page-header) h4 {
      text-transform: none;
      color: #007bc1; }
    .mpg > article:not(#page-header) a {
      color: #ef7d17;
      text-decoration: none; }
      .mpg > article:not(#page-header) a:hover {
        text-decoration: underline; }
      .mpg > article:not(#page-header) a.button, .mpg > article:not(#page-header) body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .mpg > article:not(#page-header) input.button,
      .mpg > article:not(#page-header) body .gform_wrapper .gform_footer input[type="submit"],
      body .gform_wrapper .gform_footer .mpg > article:not(#page-header) input[type="submit"],
      .mpg > article:not(#page-header) body .gform_wrapper .gform_page_footer input.button,
      body .gform_wrapper .gform_page_footer .mpg > article:not(#page-header) input.button,
      .mpg > article:not(#page-header) body .gform_wrapper .gform_page_footer input[type="submit"],
      body .gform_wrapper .gform_page_footer .mpg > article:not(#page-header) input[type="submit"] {
        color: #ffffff; 
		text-transform: uppercase;
    font-size: 13px;
	font-weight: bold;}
  .mpg > article#page-header {
    height: 34vw;
    min-height: 50vh; }
    .mpg > article#page-header section {
      align-items: center;
      /*&#page-title {
      	@media (max-width: 767px){
      		margin-top: 14vw;
      	}
      }*/ }
      .mpg > article#page-header section h1 {
        text-align: center;
        color: #ffffff;
        font-size: calc(( 100vw - 480px ) / 20.5 + 50px); }
        @media screen and (min-width: 1301px) {
          .mpg > article#page-header section h1 {
            font-size: 95px; } }
        @media screen and (max-width: 479px) {
          .mpg > article#page-header section h1 {
            font-size: 50px; } }
    .mpg > article#page-header nav ul {
      width: 1300px;
      max-width: 90%;
      margin: 0 auto 7px;
      text-align: center; }
      @media (max-width: 767px) {
        .mpg > article#page-header nav ul {
          flex-wrap: wrap; } }
      .mpg > article#page-header nav ul li a {
        color: #ffffff;
        text-decoration: none;
        padding: 0.25em 1em 1em; font-weight: bold;}
        @media (max-width: 767px) {
          .mpg > article#page-header nav ul li a {
            padding-bottom: 0.35em; } }
        .mpg > article#page-header nav ul li a.menu-item-current {
          font-weight: bold; }
        .mpg > article#page-header nav ul li a::after {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          transform: translateX(-50%) rotate(45deg);
          left: 50%;
          bottom: 0.5em;
          opacity: 1;
          transition: all 0.1s linear;
          z-index: -1; }
        .mpg > article#page-header nav ul li a.menu-item-current::after {
          opacity: 1;
          bottom: -0.15em;
          transition: all 0s linear; }
        .mpg > article#page-header nav ul li a:hover::after, .mpg > article#page-header nav ul li a:active::after, .mpg > article#page-header nav ul li a:focus::after {
          opacity: 1;
          bottom: -0.15em;
          transition: all 0.1s linear; }
    .mpg > article#page-header nav::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 7px;
      z-index: 5;
      background-color: #ffffff; }
    .mpg > article#page-header nav #nav-background {
      background-color: inherit;
      transform: rotate(1.2deg);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      transform-origin: right top; }
      .mpg > article#page-header nav #nav-background::before, .mpg > article#page-header nav #nav-background::after {
        content: "";
        display: block;
        width: 200%;
        height: 200%;
        position: absolute;
        background-color: inherit; }
      .mpg > article#page-header nav #nav-background::before {
        transform: rotate(1.5deg);
        top: 10px;
        right: 0;
        transform-origin: right top;
        opacity: 0.6; }
      .mpg > article#page-header nav #nav-background::after {
        transform: rotate(-2.5deg);
        top: 47px;
        left: 0;
        transform-origin: left top;
        opacity: 0.4; }
    .mpg > article#page-header video#video-background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1; }
  .mpg > footer {
    background-color: #96ca4f;
    color: #ffffff; }
    .mpg > footer > section {
      align-items: center; }
      .mpg > footer > section article ul {
        margin-bottom: 0; }
    .mpg > footer > aside {
      background-color: #1e1e1e; }
      .mpg > footer > aside section {
        align-items: center; }
        .mpg > footer > aside section > nav {
          order: 2; }
          .mpg > footer > aside section > nav ul {
            list-style-type: none;
            padding: 0;
            margin: 0.5em;
            display: flex; }
            .mpg > footer > aside section > nav ul li {
              margin: 0.5em 0 0.5em 1em; }
        .mpg > footer > aside section > #disclaimer {
          flex: 1;
          order: 1; }
        .mpg > footer > aside section > #social {
          order: 3; }

/* Contents - defined in pages */
.page-id-2 #a1 {
  background-color: #0abcde; }
.page-id-2 #a2 {
  background-color: #00cc00; }
.page-id-2 #a3 {
  background-color: #9c6ecc; }
.page-id-2 #a4 {
  background-color: #cc9439; }

a.button, body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type="submit"], input[type="submit"] {
  padding: 0.5em 1.5em;
  background-color: #ff8216;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 2em;
  text-decoration: none;
  font-weight: 400;
  border: 2px solid transparent;
  cursor: pointer; }

/* Call-to-Actions - @TODO: move up to structural */
.module-cta {
  border-radius: 3px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .module-cta.col-1-4, .module-cta.col-2-4 {
      width: 100%; } }
  .module-cta .cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .module-cta .cta-background::after {
    
    background-blend-mode: color-burn;
    background-size: auto;
    background-repeat: repeat; }
  .module-cta.cta-layout-vertical, .module-cta.cta-layout-members-lounge .cta-container {
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    .module-cta.cta-layout-vertical > .cta-image, .module-cta.cta-layout-members-lounge .cta-container > .cta-image {
      order: 1;
      background-size: cover;
      background-position: center center;
      background-color: inherit;
      position: relative;
      z-index: 1; }
      .module-cta.cta-layout-vertical > .cta-image::before, .module-cta.cta-layout-members-lounge .cta-container > .cta-image::before {
        display: block;
        content: "";
        float: left;
        height: 0;
        padding-bottom: 56.25%; }
      .module-cta.cta-layout-vertical > .cta-image .cta-background, .module-cta.cta-layout-members-lounge .cta-container > .cta-image .cta-background {
        background-color: inherit; }
        .module-cta.cta-layout-vertical > .cta-image .cta-background::before, .module-cta.cta-layout-vertical > .cta-image .cta-background::after, .module-cta.cta-layout-members-lounge .cta-container > .cta-image .cta-background::before, .module-cta.cta-layout-members-lounge .cta-container > .cta-image .cta-background::after {
          background-color: inherit;
          width: 200%;
          height: 1000%;
          position: absolute; }
        .module-cta.cta-layout-vertical > .cta-image .cta-background::before, .module-cta.cta-layout-members-lounge .cta-container > .cta-image .cta-background::before {
          opacity: 0.5; }
    .module-cta.cta-layout-vertical > .cta-content, .module-cta.cta-layout-members-lounge .cta-container > .cta-content {
      order: 2;
      display: flex;
      flex-direction: column;
      z-index: 2;
      padding: 0.25em 1.75em 1.25em 1.75em;
      text-align: center; }
      .module-cta.cta-layout-vertical > .cta-content a.button, .module-cta.cta-layout-vertical > .cta-content body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .module-cta.cta-layout-vertical > .cta-content input.button,
      .module-cta.cta-layout-vertical > .cta-content body .gform_wrapper .gform_footer input[type="submit"],
      body .gform_wrapper .gform_footer .module-cta.cta-layout-vertical > .cta-content input[type="submit"],
      .module-cta.cta-layout-vertical > .cta-content body .gform_wrapper .gform_page_footer input.button,
      body .gform_wrapper .gform_page_footer .module-cta.cta-layout-vertical > .cta-content input.button,
      .module-cta.cta-layout-vertical > .cta-content body .gform_wrapper .gform_page_footer input[type="submit"],
      body .gform_wrapper .gform_page_footer .module-cta.cta-layout-vertical > .cta-content input[type="submit"], .module-cta.cta-layout-members-lounge .cta-container > .cta-content a.button, .module-cta.cta-layout-members-lounge .cta-container > .cta-content body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .module-cta.cta-layout-members-lounge .cta-container > .cta-content input.button,
      .module-cta.cta-layout-members-lounge .cta-container > .cta-content body .gform_wrapper .gform_footer input[type="submit"],
      body .gform_wrapper .gform_footer .module-cta.cta-layout-members-lounge .cta-container > .cta-content input[type="submit"],
      .module-cta.cta-layout-members-lounge .cta-container > .cta-content body .gform_wrapper .gform_page_footer input.button,
      body .gform_wrapper .gform_page_footer .module-cta.cta-layout-members-lounge .cta-container > .cta-content input.button,
      .module-cta.cta-layout-members-lounge .cta-container > .cta-content body .gform_wrapper .gform_page_footer input[type="submit"],
      body .gform_wrapper .gform_page_footer .module-cta.cta-layout-members-lounge .cta-container > .cta-content input[type="submit"] {
        align-self: center; }
  .module-cta.cta-layout-vertical.rotate-left > .cta-image .cta-background::before, .module-cta.cta-layout-vertical.rotate-left > .cta-image .cta-background::after {
    display: block;
    content: ""; }
  .module-cta.cta-layout-vertical.rotate-left > .cta-image .cta-background::before {
    transform: rotate(-11.31deg);
    left: -10%;
    top: 98%;
    transform-origin: left top; }
  .module-cta.cta-layout-vertical.rotate-left > .cta-image .cta-background::after {
    transform: rotate(-5.711deg);
    left: 0;
    top: 98%;
    transform-origin: left top; }
  .module-cta.cta-layout-vertical.rotate-right > .cta-image .cta-background::before, .module-cta.cta-layout-vertical.rotate-right > .cta-image .cta-background::after {
    display: block;
    content: ""; }
  .module-cta.cta-layout-vertical.rotate-right > .cta-image .cta-background::before {
    transform: rotate(11.31deg);
    right: -10%;
    top: 100%;
    transform-origin: right top; }
  .module-cta.cta-layout-vertical.rotate-right > .cta-image .cta-background::after {
    transform: rotate(5.711deg);
    right: 0;
    top: 100%;
    transform-origin: right top; }
  .module-cta.cta-layout-members-lounge {
    display: block; }
    @media (min-width: 1025px) {
      .module-cta.cta-layout-members-lounge {
        display: flex; } }
    .module-cta.cta-layout-members-lounge .cta-container {
      width: 100%;
      background-color: inherit; }
      @media (min-width: 1025px) {
        .module-cta.cta-layout-members-lounge .cta-container {
          width: 50%; } }
      .module-cta.cta-layout-members-lounge .cta-container > .cta-content {
        text-align: left; }
        .module-cta.cta-layout-members-lounge .cta-container > .cta-content > .flex-grow {
          margin-top: 0; }
      .module-cta.cta-layout-members-lounge .cta-container > .cta-image img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
    .module-cta.cta-layout-members-lounge .cta-secondary {
      background-color: #ffffff;
      color: #1c1c1c;; }
      .module-cta.cta-layout-members-lounge .cta-secondary > .cta-content {
        padding-top: 1.75em; }
    @media (max-width: 480px) {
      .module-cta.cta-layout-members-lounge {
        display: block; }
        .module-cta.cta-layout-members-lounge .cta-container {
          width: 100%; } }
    .module-cta.cta-layout-members-lounge.rotate-left .cta-image .cta-background::before, .module-cta.cta-layout-members-lounge.rotate-left .cta-image .cta-background::after {
      display: block;
      content: ""; }
    .module-cta.cta-layout-members-lounge.rotate-left .cta-image .cta-background::before {
      transform: rotate(-11.31deg);
      left: -19%;
      top: 100%;
      transform-origin: left top; }
    .module-cta.cta-layout-members-lounge.rotate-left .cta-image .cta-background::after {
      transform: rotate(-5.711deg);
      left: -18%;
      top: 100%;
      transform-origin: left top; }
    .module-cta.cta-layout-members-lounge.rotate-right .cta-image .cta-background::before, .module-cta.cta-layout-members-lounge.rotate-right .cta-image .cta-background::after {
      display: block;
      content: ""; }
    .module-cta.cta-layout-members-lounge.rotate-right .cta-image .cta-background::before {
      transform: rotate(11.31deg);
      right: -19%;
      top: 100%;
      transform-origin: right top; }
    .module-cta.cta-layout-members-lounge.rotate-right .cta-image .cta-background::after {
      transform: rotate(5.711deg);
      right: -18%;
      top: 100%;
      transform-origin: right top; }
  .module-cta.cta-layout-horizontal {
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .module-cta.cta-layout-horizontal.col-1-3 {
        width: 100%; } }
    .module-cta.cta-layout-horizontal > .cta-image {
      order: 2;
      background-size: cover;
      background-position: center center;
      background-color: inherit;
      z-index: 1;
      position: absolute;
      left: 48%;
      right: 0;
      top: 0;
      bottom: 0; }
      .module-cta.cta-layout-horizontal > .cta-image::before {
        display: block;
        content: "";
        float: left;
        height: 0;
        padding-bottom: 56.25%; }
      .module-cta.cta-layout-horizontal > .cta-image .cta-background {
        background-color: inherit; }
        .module-cta.cta-layout-horizontal > .cta-image .cta-background::after {
          background-color: inherit;
          width: 1000%;
          height: 200%;
          position: absolute; }
    .module-cta.cta-layout-horizontal > .cta-content {
      order: 1;
      display: flex;
      flex-direction: column;
      z-index: 2;
      padding: 1em 0 1em 1.5em;
      text-align: left;
      width: 46%;
      height: 100%; }
      @media (max-width: 767px) {
        .module-cta.cta-layout-horizontal > .cta-content {
          width: 100%;
          padding-right: 1.5em; }
          .module-cta.cta-layout-horizontal > .cta-content + .cta-image {
            opacity: 0.5; } }
      @media (min-width: 1025px) {
        .module-cta.cta-layout-horizontal > .cta-content {
          width: 50%; } }
      .module-cta.cta-layout-horizontal > .cta-content a.button, .module-cta.cta-layout-horizontal > .cta-content body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .module-cta.cta-layout-horizontal > .cta-content input.button,
      .module-cta.cta-layout-horizontal > .cta-content body .gform_wrapper .gform_footer input[type="submit"],
      body .gform_wrapper .gform_footer .module-cta.cta-layout-horizontal > .cta-content input[type="submit"],
      .module-cta.cta-layout-horizontal > .cta-content body .gform_wrapper .gform_page_footer input.button,
      body .gform_wrapper .gform_page_footer .module-cta.cta-layout-horizontal > .cta-content input.button,
      .module-cta.cta-layout-horizontal > .cta-content body .gform_wrapper .gform_page_footer input[type="submit"],
      body .gform_wrapper .gform_page_footer .module-cta.cta-layout-horizontal > .cta-content input[type="submit"] {
        align-self: flex-start; }
        @media (min-width: 1025px) {
          .module-cta.cta-layout-horizontal > .cta-content a.button, .module-cta.cta-layout-horizontal > .cta-content body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .module-cta.cta-layout-horizontal > .cta-content input.button,
          .module-cta.cta-layout-horizontal > .cta-content body .gform_wrapper .gform_footer input[type="submit"],
          body .gform_wrapper .gform_footer .module-cta.cta-layout-horizontal > .cta-content input[type="submit"],
          .module-cta.cta-layout-horizontal > .cta-content body .gform_wrapper .gform_page_footer input.button,
          body .gform_wrapper .gform_page_footer .module-cta.cta-layout-horizontal > .cta-content input.button,
          .module-cta.cta-layout-horizontal > .cta-content body .gform_wrapper .gform_page_footer input[type="submit"],
          body .gform_wrapper .gform_page_footer .module-cta.cta-layout-horizontal > .cta-content input[type="submit"] {
            max-width: 80%; } }
    .module-cta.cta-layout-horizontal.rotate-left > .cta-image .cta-background::after {
      display: block;
      content: "";
      transform-origin: right top;
      transform: rotate(-22.782deg) translateY(-40%);
      right: 100%;
      top: 0; }
    .module-cta.cta-layout-horizontal.rotate-right > .cta-image .cta-background::after {
      display: block;
      content: "";
      transform-origin: right bottom;
      transform: rotate(22.782deg) translateY(40%);
      right: 100%;
      bottom: 0; }

body > header.header-style-logo-left > section > nav li {
  padding-left: 0;
  margin-left: 0; }
body > header.header-style-logo-left > section > nav a {
  display: inline-block; }

body > header > aside > nav > ul > li > a:hover, body > header > aside > #tagline .ticker p a:hover {
  color: #ef7d17; }

.gform_confirmation_wrapper + iframe {
  visibility: hidden;
  opacity: 0;
  height: 0;
  border: 0;
  width: 0; }

#driving-range-grid div.tabs > ul, .pricing-grid div.tabs > ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  width: 1300px;
  max-width: 90%; }
  #driving-range-grid div.tabs > ul li, .pricing-grid div.tabs > ul li {
    color: #603e8b;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    padding: 1.1em 2em 1em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.1s ease; }
    #driving-range-grid div.tabs > ul li.current, .pricing-grid div.tabs > ul li.current {
      background-color: #603e8b;
      color: #ffffff; }
    #driving-range-grid div.tabs > ul li:not(.current):hover, .pricing-grid div.tabs > ul li:not(.current):hover {
      background-color: rgba(96, 62, 139, 0.15); }
#driving-range-grid div.tab-content, .pricing-grid div.tab-content {
  background-color: #603e8b;
  color: #ffffff;
  padding-top: 1.5em;
  padding-bottom: 5em; }
  #driving-range-grid div.tab-content > div, .pricing-grid div.tab-content > div {
    margin: 0 auto;
    width: 1300px;
    max-width: 90%; }
    #driving-range-grid div.tab-content > div > p:first-child, .pricing-grid div.tab-content > div > p:first-child {
      margin-top: 4.5em;
      margin-bottom: 3em; }
#driving-range-grid .grid-table .grid-table-head, #driving-range-grid .grid-table .grid-table-row, .pricing-grid .grid-table .grid-table-head, .pricing-grid .grid-table .grid-table-row {
  display: flex;
  flex-wrap: nowrap; }
  #driving-range-grid .grid-table .grid-table-head div, #driving-range-grid .grid-table .grid-table-row div, .pricing-grid .grid-table .grid-table-head div, .pricing-grid .grid-table .grid-table-row div {
    width: 202px;
    min-height: 140px;
    border-radius: 4px;
    margin-left: 3px;
    margin-bottom: 19px; }
    #driving-range-grid .grid-table .grid-table-head div .cents, #driving-range-grid .grid-table .grid-table-row div .cents, .pricing-grid .grid-table .grid-table-head div .cents, .pricing-grid .grid-table .grid-table-row div .cents {
      font-size: 0.5em;
      display: block;
      position: relative;
      bottom: -0.36em; }
#driving-range-grid .grid-table .grid-table-head div, .pricing-grid .grid-table .grid-table-head div {
  text-align: center;
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  min-height: 4em; }
#driving-range-grid .grid-table .grid-table-head img, .pricing-grid .grid-table .grid-table-head img {
  margin-bottom: 1em; }
  @media (max-width: 767px) {
    #driving-range-grid .grid-table .grid-table-head img, .pricing-grid .grid-table .grid-table-head img {
      max-width: 80%; } }
#driving-range-grid .grid-table .grid-table-head strong, #driving-range-grid .grid-table .grid-table-head span, .pricing-grid .grid-table .grid-table-head strong, .pricing-grid .grid-table .grid-table-head span {
  text-transform: uppercase;
  display: block; }
#driving-range-grid .grid-table .grid-table-head strong, .pricing-grid .grid-table .grid-table-head strong {
  font-size: 28px; }
  @media (max-width: 979px) {
    #driving-range-grid .grid-table .grid-table-head strong, .pricing-grid .grid-table .grid-table-head strong {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #driving-range-grid .grid-table .grid-table-head strong, .pricing-grid .grid-table .grid-table-head strong {
      font-size: 14px; } }
#driving-range-grid .grid-table .grid-table-head span, .pricing-grid .grid-table .grid-table-head span {
  font-size: 16px; }
  @media (max-width: 767px) {
    #driving-range-grid .grid-table .grid-table-head span, .pricing-grid .grid-table .grid-table-head span {
      font-size: 14px; } }
#driving-range-grid .grid-table .grid-table-head-empty, .pricing-grid .grid-table .grid-table-head-empty {
  min-width: 208px; }
  @media (max-width: 767px) {
    #driving-range-grid .grid-table .grid-table-head-empty, .pricing-grid .grid-table .grid-table-head-empty {
      min-width: 100px; } }
#driving-range-grid .grid-table .grid-table-row div:not(.grid-table-row-head), .pricing-grid .grid-table .grid-table-row div:not(.grid-table-row-head) {
  background-color: rgba(255, 255, 255, 0.13);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px; }
  @media (max-width: 767px) {
    #driving-range-grid .grid-table .grid-table-row div:not(.grid-table-row-head), .pricing-grid .grid-table .grid-table-row div:not(.grid-table-row-head) {
      font-size: 40px; } }
  @media (max-width: 480px) {
    #driving-range-grid .grid-table .grid-table-row div:not(.grid-table-row-head), .pricing-grid .grid-table .grid-table-row div:not(.grid-table-row-head) {
      font-size: 26px; } }
#driving-range-grid .grid-table .grid-table-row .grid-table-row-head, .pricing-grid .grid-table .grid-table-row .grid-table-row-head {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  #driving-range-grid .grid-table .grid-table-row .grid-table-row-head strong, .pricing-grid .grid-table .grid-table-row .grid-table-row-head strong {
    display: block;
    min-width: 208px;
    font-size: 28px; }
    @media (max-width: 767px) {
      #driving-range-grid .grid-table .grid-table-row .grid-table-row-head strong, .pricing-grid .grid-table .grid-table-row .grid-table-row-head strong {
        min-width: 100px;
        font-size: 16px; } }
  #driving-range-grid .grid-table .grid-table-row .grid-table-row-head span, .pricing-grid .grid-table .grid-table-row .grid-table-row-head span {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2em; }
    @media (max-width: 767px) {
      #driving-range-grid .grid-table .grid-table-row .grid-table-row-head span, .pricing-grid .grid-table .grid-table-row .grid-table-row-head span {
        font-size: 14px; } }
  #driving-range-grid .grid-table .grid-table-row .grid-table-row-head::after, .pricing-grid .grid-table .grid-table-row .grid-table-row-head::after {
    width: 100%;
    height: 5px;
    background-color: #ffd800;
    display: block;
    content: '';
    padding-right: 3px;
    box-sizing: content-box;
    position: relative;
    top: 10px; }
#driving-range-grid .grid-table ~ p, .pricing-grid .grid-table ~ p {
  margin-left: 208px; }
  @media (max-width: 767px) {
    #driving-range-grid .grid-table ~ p, .pricing-grid .grid-table ~ p {
      margin-left: 100px; } }
  @media (max-width: 480px) {
    #driving-range-grid .grid-table ~ p, .pricing-grid .grid-table ~ p {
      margin-left: 0; } }

.price-table-play-tabs div.tabs > ul li {
  color: #613d8b; }
  .price-table-play-tabs div.tabs > ul li.current {
    background-color: #007bc1; }
.price-table-play-tabs div.tab-content {
  background-color: #007bc1; }
.price-table-play-tabs .grid-table .grid-table-row .grid-table-row-head::after {
  background-color: #613d8b; }

.archive-type-instructor {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-columns: 4;
  grid-row-gap: 2vw;
  grid-column-gap: 5%; }
  @media (max-width: 1024px) {
    .archive-type-instructor {
      grid-template-columns: 1fr 1fr;
      -webkit-columns: 2; } }
  @media (max-width: 767px) {
    .archive-type-instructor {
      grid-template-columns: 1fr 1fr;
      -webkit-columns: 2; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .archive-type-instructor {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-wrap: wrap; }
      .archive-type-instructor > * {
        width: 25%;
        padding: 1.5vw; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
    .archive-type-instructor > * {
      width: 50%;
      padding: 1.5vw; } }
  @media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
    .archive-type-instructor > * {
      width: 50%;
      padding: 1.5vw; } }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .archive-type-instructor {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .archive-type-instructor > * {
          padding: 0 1.5vw 3vw 1.5vw; } } }
  @media not all and (min-resolution: 0.001dpcm) and (max-width: 1024px) {
    @supports (-webkit-appearance: none) {
      .archive-type-instructor > * {
        padding: 0 1.5vw 3vw 1.5vw; } } }
  @media not all and (min-resolution: 0.001dpcm) and (max-width: 767px) {
    @supports (-webkit-appearance: none) {
      .archive-type-instructor > * {
        padding: 0 1.5vw 3vw 1.5vw; } } }
  .archive-type-instructor .archive-single .image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
    transition: all 0.2s ease;
    cursor: pointer; }
    .archive-type-instructor .archive-single .image:hover {
      background-color: #e77d17; }
      .archive-type-instructor .archive-single .image:hover img {
        opacity: 0.2;
        border-width: 10px; }
      .archive-type-instructor .archive-single .image:hover::after {
        font-size: 1.2em;
        opacity: 1; }
    .archive-type-instructor .archive-single .image img {
      border-radius: 50%;
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 0 solid #e77d17;
      opacity: 1;
      transition: all 0.2s ease; }
    .archive-type-instructor .archive-single .image::after {
      content: 'Read More';
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      font-size: 1em;
      opacity: 0;
      transition: font-size 0.2s ease, opacity 0.3s ease; }
  .archive-type-instructor .archive-single h3 {
    text-align: center;
    margin-top: 1em; }
  .archive-type-instructor .archive-single .modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(96, 62, 139, 0.85);
    position: fixed;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s; }
    .archive-type-instructor .archive-single .modal.active {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s ease; }
    .archive-type-instructor .archive-single .modal .content {
      max-width: 80%;
      max-height: 80%;
      width: 1000px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #ffffff;
      color: #111;
      padding: 3vw;
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      display: flex; }
      @media (max-width: 767px) {
        .archive-type-instructor .archive-single .modal .content {
          flex-direction: column; } }
      .archive-type-instructor .archive-single .modal .content .modal-image {
        min-width: 260px;
        max-width: 260px;
        margin-right: 2em; }
        @media (max-width: 767px) {
          .archive-type-instructor .archive-single .modal .content .modal-image {
            flex-shrink: 0;
            min-width: auto;
            width: 80%;
            margin: 0 auto 10px; } }
        .archive-type-instructor .archive-single .modal .content .modal-image img {
          width: 100%;
          border-radius: 50%;
          object-fit: cover; }
      .archive-type-instructor .archive-single .modal .content .modal-description {
        overflow-y: scroll;
        padding-right: 20px; }
        .archive-type-instructor .archive-single .modal .content .modal-description h1, .archive-type-instructor .archive-single .modal .content .modal-description h2, .archive-type-instructor .archive-single .modal .content .modal-description h3, .archive-type-instructor .archive-single .modal .content .modal-description h4, .archive-type-instructor .archive-single .modal .content .modal-description h5, .archive-type-instructor .archive-single .modal .content .modal-description h6 {
          color: inherit !important;
          text-align: left;
          text-transform: none; }
          .archive-type-instructor .archive-single .modal .content .modal-description h1:first-child, .archive-type-instructor .archive-single .modal .content .modal-description h2:first-child, .archive-type-instructor .archive-single .modal .content .modal-description h3:first-child, .archive-type-instructor .archive-single .modal .content .modal-description h4:first-child, .archive-type-instructor .archive-single .modal .content .modal-description h5:first-child, .archive-type-instructor .archive-single .modal .content .modal-description h6:first-child {
            margin-top: 0; }
      .archive-type-instructor .archive-single .modal .content .close {
        position: absolute;
        top: 0;
        left: 100%;
        transform: translate(-50%, -50%);
        width: 46px;
        height: 46px;
        color: #ffffff;
        background-color: #ef7d17;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        font-size: 1.5em;
        vertical-align: middle;
        line-height: 40px;
        cursor: pointer;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        transition: all 0.2s ease; }
        .archive-type-instructor .archive-single .modal .content .close:hover {
          background-color: #603e8b;
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      .archive-type-instructor .archive-single .modal .content .prev, .archive-type-instructor .archive-single .modal .content .next {
        position: absolute;
        top: 50%;
        color: #ffffff;
        opacity: 0.75;
        transition: opacity 0.1s ease;
        cursor: pointer; }
        .archive-type-instructor .archive-single .modal .content .prev:hover, .archive-type-instructor .archive-single .modal .content .next:hover {
          opacity: 1; }
      .archive-type-instructor .archive-single .modal .content .prev {
        left: -4em;
        transform: translateY(-50%) rotate(45deg) scale(5);
        transform-origin: bottom left; }
      .archive-type-instructor .archive-single .modal .content .next {
        right: -4em;
        transform: translateY(-50%) rotate(-45deg) scale(5);
        transform-origin: bottom right; }

.archive-type-program {
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-columns: 3;
  grid-row-gap: 1.5vw;
  grid-column-gap: 1.5vw; }
  @media (max-width: 1024px) {
    .archive-type-program {
      grid-template-columns: 1fr 1fr;
      -webkit-columns: 2; } }
  @media (max-width: 767px) {
    .archive-type-program {
      grid-template-columns: 1fr;
      -webkit-columns: 1; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .archive-type-program {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-wrap: wrap; }
      .archive-type-program > * {
        width: 33.33333%;
        padding: 1vw; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
    .archive-type-program > * {
      width: 50%;
      padding: 1vw; } }
  @media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
    .archive-type-program > * {
      width: 100%;
      padding: 1vw; } }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .archive-type-program {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .archive-type-program > * {
          padding: 0 1vw 2vw 1vw; } } }
  @media not all and (min-resolution: 0.001dpcm) and (max-width: 1024px) {
    @supports (-webkit-appearance: none) {
      .archive-type-program > * {
        padding: 0 1vw 2vw 1vw; } } }
  @media not all and (min-resolution: 0.001dpcm) and (max-width: 767px) {
    @supports (-webkit-appearance: none) {
      .archive-type-program > * {
        padding: 0 1vw 2vw 1vw; } } }
  .archive-type-program .archive-single {
    background-color: #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    .archive-type-program .archive-single > div {
      flex-grow: 1;
      padding: 1.5em;
      color: #000; }
      .archive-type-program .archive-single > div h2 {
        color: #000;
        font-size: calc(( 100vw - 480px ) / 82 + 20px);
        text-transform: uppercase; }
        @media screen and (min-width: 1301px) {
          .archive-type-program .archive-single > div h2 {
            font-size: 30px; } }
        @media screen and (max-width: 479px) {
          .archive-type-program .archive-single > div h2 {
            font-size: 20px; } }
      .archive-type-program .archive-single > div .terms span {
        font-size: 16px;
        padding: 0.25em 1.25em;
        color: #ffffff;
        background-color: #858585;
        display: inline-block;
        margin-right: 0.5em;
        margin-bottom: 0.5em;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em; }
      .archive-type-program .archive-single > div .notes p {
        font-size: 14px;
        border-bottom: 2px solid #d9d9d9;
        padding: 0.5em 0;
        margin-bottom: 0; }
      .archive-type-program .archive-single > div .price {
        margin-top: 1.25em; }
        .archive-type-program .archive-single > div .price strong {
          font-size: 37px; }
    .archive-type-program .archive-single > a {
      display: block;
      background-color: #ef7d17;
      color: #ffffff !important;
      text-align: center;
	  border-radius: 10px;
      padding: 1em;
      text-transform: uppercase;
      font-weight: bold;
	  font-size: 23px;
      transition: all 0.2s ease; }
      .archive-type-program .archive-single > a:hover {
        background-color: #603e8b;
        text-decoration: none !important; }
  @media (max-width: 767px) {
    .archive-type-program {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .archive-type-program .archive-single {
        margin-bottom: 3vw; } }

.module-post-list h3.program-title {
  text-transform: none;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  padding: 0.7em 0;
  color: #555;
  font-size: 24px;
  margin-bottom: 1em; }
.module-post-list .ajax-filter-target .warning {
  text-align: center;
  padding: 5vw; }

@media (min-width: 481px) and (max-width: 767px) {
  .module-image.col-1-4 {
    width: 50% !important; } }

.filters-type-program {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
 margin-bottom: 2vw;
  padding: 1em 2.5em 1.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .filters-type-program .filter-group {
    width: 50%; }
    .filters-type-program .filter-group > strong {
      margin-bottom: 0.8em;
      display: inline-block; }
    .filters-type-program .filter-group ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .filters-type-program .filter-group ul li {
        display: inline-block;
        margin-top: 0.2em; }
        .filters-type-program .filter-group ul li label {
          background-color: #ececec;;
         color: #000;
          padding: 1em 2em;
          margin-right: 0.5em;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          font-weight: bold;
          transition: all 0.2s ease; }
          @media (max-width: 480px) {
            .filters-type-program .filter-group ul li label {
              font-size: 17px; } }
          .filters-type-program .filter-group ul li label:hover {
            background-color: #007bc1;
    color: #fff;}
        .filters-type-program .filter-group ul li input:checked + label {
          background-color: #007bc1;
          border-color: #007bc1;
          color: #ffffff; }
  @media (max-width: 979px) {
    .filters-type-program {
      padding: 1em; }
      .filters-type-program .filter-group {
        margin-right: 1em; }
        .filters-type-program .filter-group:last-child {
          margin-right: 0; }
        .filters-type-program .filter-group ul li {
          display: block; }
          .filters-type-program .filter-group ul li label {
            padding: 1em;
            display: block;
            text-align: center; } }

body.single-post article#page-header section {
  align-content: center;
  justify-content: center; }
  body.single-post article#page-header section h2 {
    margin-top: 1em;
    margin-bottom: 0;
    color: #fff;
    text-transform: none;
    font-weight: 100; }
body.single-post .single-post.single {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto; }
body.single-post #pagination {
  margin-top: 5vw; }
  body.single-post #pagination section {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    padding: 1.5em -0px 2em; }
    body.single-post #pagination section article {
      width: 50%;
      margin-bottom: 0; }
      body.single-post #pagination section article a {
        display: block; }
        body.single-post #pagination section article a:hover {
          text-decoration: none; }
          body.single-post #pagination section article a:hover strong {
            color: #603e8b; }
      body.single-post #pagination section article span {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px;
        padding: 0 2px; }
        body.single-post #pagination section article span::before {
          content: '\231e';
          display: inline-block;
          transform: rotate(45deg);
          font-size: 1.4em;
          font-weight: inherit; }
      body.single-post #pagination section article strong {
        display: block;
        color: #000000;
        font-size: 18px;
        margin-top: 0.6em; }
      body.single-post #pagination section article + article {
        text-align: right; }
        body.single-post #pagination section article + article span::before {
          display: none; }
        body.single-post #pagination section article + article span::after {
          content: '\231f';
          display: inline-block;
          transform: rotate(-45deg);
          font-size: 1.4em;
          font-weight: inherit; }

body.archive.category .archive-list, body.single-post .related-posts .archive-list {
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-columns: 3;
  grid-row-gap: 2vw;
  grid-column-gap: 1.5vw; }
  @media (max-width: 1024px) {
    body.archive.category .archive-list, body.single-post .related-posts .archive-list {
      grid-template-columns: 1fr 1fr 1fr;
      -webkit-columns: 3; } }
  @media (max-width: 767px) {
    body.archive.category .archive-list, body.single-post .related-posts .archive-list {
      grid-template-columns: 1fr;
      -webkit-columns: 1; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.archive.category .archive-list, body.single-post .related-posts .archive-list {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-wrap: wrap; }
      body.archive.category .archive-list > *, body.single-post .related-posts .archive-list > * {
        width: 33.33333%;
        padding: 1vw; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
    body.archive.category .archive-list > *, body.single-post .related-posts .archive-list > * {
      width: 33.33333%;
      padding: 1vw; } }
  @media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
    body.archive.category .archive-list > *, body.single-post .related-posts .archive-list > * {
      width: 100%;
      padding: 1vw; } }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      body.archive.category .archive-list, body.single-post .related-posts .archive-list {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.archive.category .archive-list > *, body.single-post .related-posts .archive-list > * {
          padding: 0 1vw 2vw 1vw; } } }
  @media not all and (min-resolution: 0.001dpcm) and (max-width: 1024px) {
    @supports (-webkit-appearance: none) {
      body.archive.category .archive-list > *, body.single-post .related-posts .archive-list > * {
        padding: 0 1vw 2vw 1vw; } } }
  @media not all and (min-resolution: 0.001dpcm) and (max-width: 767px) {
    @supports (-webkit-appearance: none) {
      body.archive.category .archive-list > *, body.single-post .related-posts .archive-list > * {
        padding: 0 1vw 2vw 1vw; } } }
  body.archive.category .archive-list .archive-single, body.single-post .related-posts .archive-list .archive-single {
    background-color: #f4f4f4; }
    body.archive.category .archive-list .archive-single .image, body.single-post .related-posts .archive-list .archive-single .image {
      position: relative;
      overflow: hidden; }
      body.archive.category .archive-list .archive-single .image::before, body.single-post .related-posts .archive-list .archive-single .image::before {
        display: block;
        content: "";
        float: left;
        height: 0;
        padding-bottom: 57.31415%; }
      body.archive.category .archive-list .archive-single .image a, body.single-post .related-posts .archive-list .archive-single .image a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
    body.archive.category .archive-list .archive-single .info, body.single-post .related-posts .archive-list .archive-single .info {
      padding: 1.5em 2em; }
    body.archive.category .archive-list .archive-single .tags, body.archive.category .archive-list .archive-single h2, body.archive.category .archive-list .archive-single h6, body.single-post .related-posts .archive-list .archive-single .tags, body.single-post .related-posts .archive-list .archive-single h2, body.single-post .related-posts .archive-list .archive-single h6 {
      text-transform: none; }
    body.archive.category .archive-list .archive-single .tags, body.single-post .related-posts .archive-list .archive-single .tags {
      color: #007bc1;
      text-transform: uppercase;
      font-size: 18px;  
      display: inline-block; }
    body.archive.category .archive-list .archive-single h2, body.single-post .related-posts .archive-list .archive-single h2 {
      font-size: 24px;
      color: #333333;
      min-height: 2.4em;
      margin: 0.2em 0 1em 0; }
    body.archive.category .archive-list .archive-single h6, body.single-post .related-posts .archive-list .archive-single h6 {
      font-size: 15px;
      margin-bottom: 0;
      font-weight: 300; }
    body.archive.category .archive-list .archive-single a, body.single-post .related-posts .archive-list .archive-single a {
      display: block;
      color: inherit !important; }
      body.archive.category .archive-list .archive-single a:hover, body.single-post .related-posts .archive-list .archive-single a:hover {
        text-decoration: none !important;
        color: #603e8b !important; }

.navigation.pagination {
  margin-top: 5em;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase; }
  .navigation.pagination .nav-links {
    display: inline-block; }
  .navigation.pagination .page-numbers {
    color: #000 !important;
    text-decoration: none;
    font-weight: 400;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px; }
    .navigation.pagination .page-numbers.current {
      color: #ffffff !important;
      background-color: #ef7d17; }
    .navigation.pagination .page-numbers:hover {
      color: #ffffff !important;
      background-color: #ef7d17;
      text-decoration: none !important; }
  .navigation.pagination .next, .navigation.pagination .prev {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto; }
    .navigation.pagination .next:hover, .navigation.pagination .prev:hover {
      color: #ef7d17 !important;
      background-color: transparent;
      text-decoration: none !important; }
  .navigation.pagination .prev::before {
    font-family: inherit;
    content: "\231e";
    display: inline-block;
    transform: rotate(45deg);
    font-size: 1.4em;
    font-weight: inherit; }
  .navigation.pagination .next::before {
    display: none; }
  .navigation.pagination .next::after {
    font-family: inherit;
    content: "\231f";
    display: inline-block;
    transform: rotate(-45deg) translate(-0.15em, -0.15em);
    font-size: 1.4em;
    font-weight: inherit; }

.related-posts {
  margin-top: 5vw; }
  .related-posts h2 {
    margin-bottom: 1em; }

.archive-type-testimonial {
  background-color: rgba(51, 51, 51, 0.9);
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2em; }
  .archive-type-testimonial .single-testimonial p {
    font-size: calc(( 100vw - 480px ) / 102.5 + 14px);
    line-height: 1.2em; }
    @media screen and (min-width: 1301px) {
      .archive-type-testimonial .single-testimonial p {
        font-size: 22px; } }
    @media screen and (max-width: 479px) {
      .archive-type-testimonial .single-testimonial p {
        font-size: 14px; } }
  .archive-type-testimonial .single-testimonial h1, .archive-type-testimonial .single-testimonial h2, .archive-type-testimonial .single-testimonial h3, .archive-type-testimonial .single-testimonial h4, .archive-type-testimonial .single-testimonial h5, .archive-type-testimonial .single-testimonial h6 {
    font-size: 24px;
    text-transform: none;
    color: inherit; }
  .archive-type-testimonial .content {
    position: relative; }
    .archive-type-testimonial .content .single-testimonial {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: auto;
      opacity: 0;
      transition: opacity 0.6s ease; }
      .archive-type-testimonial .content .single-testimonial.current {
        opacity: 1;
        transition: opacity 0.8s ease 0.6s; }
  .archive-type-testimonial .sizer {
    display: flex;
    width: 200%;
    visibility: hidden;
    margin-top: -1vw; }
  .archive-type-testimonial .controls {
    text-align: center; }
    .archive-type-testimonial .controls span {
      width: 12px;
      height: 12px;
      display: inline-block;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      background-color: #ffffff;
      cursor: pointer;
      margin: 10px; }
      .archive-type-testimonial .controls span.current {
        background-color: #007bc1; }

.center-button a.button, .center-button body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .center-button input.button,
.center-button body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer .center-button input[type="submit"],
.center-button body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer .center-button input.button,
.center-button body .gform_wrapper .gform_page_footer input[type="submit"],
body .gform_wrapper .gform_page_footer .center-button input[type="submit"] {
  margin: 1em auto 1.5em;
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
  position: relative; }

@media (max-width: 480px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_left_half, body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
    width: 100%;
    max-width: 100% !important; } }
#social-bar {
  position: fixed;
  right: 0;
  top: 50%;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transform: translateY(-50%);
  border-radius: 4px 0 0 4px; }
  #social-bar a.icon {
    display: block;
    width: 32px;
    height: 25px;
    margin: 20px 10px;
    text-align: center; }
    #social-bar a.icon::before {
      font-family: 'FontAwesome';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-size: 25px;
      color: #ffffff; }
    #social-bar a.icon:hover::before {
      color: #ef7d17; }
  #social-bar .icon-facebook::before {
    content: "\f09a"; }
  #social-bar .icon-instagram::before {
    content: "\f16d"; }
  #social-bar .icon-twitter::before {
    content: "\f099"; }
  #social-bar .icon-linkedin::before {
    content: "\f08c"; }
  #social-bar .icon-youtube::before {
    content: "\f167"; }

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

/*7-11-19*/
#menu-top-menu-1 li {
	padding: 10px 0;
}
li.members-button2 a {
	color: #000 !important;
}
.members-button2 {
    background-color: #ededed;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-left: 18px;
}
.ticker p {
	padding: 13px 50px !important;
}
.ticker {
	top: -110% !important;
}

.module-text a {
	color: #29b475;
}
nav #menu-item-169 a {
	font-size: 18px;
    font-weight: 700;
    padding: 15px !important;
}
body.page-id-2 article#page-header {
	height: 52vw !important;
	min-height: 50vh;
}
.cta-content h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
}
.cta-content p {
	font-size: 16px;
	line-height: 20px;
}
.module-cta.cta-layout-horizontal > .cta-content {
	width: 58%;
}
.module-page-content h1 {
	font-weight: bold;
  
}
.module-page-content p {
	line-height: 27px;
    font-weight: 400;
	font-size: 20px;
}

.mpg > header > aside {
    background-color: #fff;
    border-bottom: 1px solid #d0d0d0;
}
body > header > aside > #tagline::after {
	z-index: -1 !important;
}
.cta-content h3 {
	font-weight: inherit;
	font-size: 21px;
}
.cta-content h3 {
	font-weight: 400;
	font-size: 21px;
}
.cta-secondary ul {
	padding-left: 26px;
}
.cta-secondary strong {
	font-size: 22px;
	text-align: center;
}
.cta-secondary .cta-content p { 
	text-align: center;
}
.module-text h2 {
	font-size: 23px !important;
	font-weight: 500;
}
#module-2-2-1 {
	padding-top: 90px;
}
.crt-feed.crt-feed-branded{
    padding-bottom: 0 !important;
}
.module-text h2 {
	font-weight: bold;
}
.module-text span {
	font-size: 18px !important;
}
.mpg > footer {
	background-color: #96ca4f;
	color: #ffffff;
}
.d-flex{ display: flex;   display:  -webkit-flex;    display: -moz-flex;    display: -ms-flex; flex-flow: wrap;}
.f-20{flex: 0 0 20%; max-width: 20%; padding-left: 15px; padding-right: 15px;}
.f-60{flex: 0 0 60%; max-width: 60%; padding-left: 15px; padding-right: 15px;}
.f-50{flex: 0 0 50%; max-width: 50%; padding-left: 15px; padding-right: 15px;}
.f-80{flex: 0 0 80%; max-width: 80%; padding-left: 15px; padding-right: 15px;}
.f-30{flex: 0 0 30%; max-width: 30%; padding-left: 15px; padding-right: 15px;}
ul.columns li {
	display: inline-block;
	padding: 10px;
}
.topfooter, .midfooter {
    padding: 50px 0;
    font-size: 16px;
}
.topfooter #menu-footer_top_right {
	text-align: right;
}
li a {
	text-decoration: ;
	text-transform: uppercase;
}
.topfooter-content, .midfooter-content {
	align-items: center;
}
/*.topfooter-content ul.columns li:nth-child(6) {
	margin-left: 43%;
}*/
.midfooter-content .widget-title {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	width: 40%;
	font-weight: normal;
	padding-right: 10px;
}
.midfooter-content #gform_wrapper_2 {
	width: 60%;
	float: right;
}
#media_image-3 {
	width: 28%;
	float: right;
	margin-left: 5px;
}
#media_image-2 {
	width: 28%;
	float: left;
}
#media_image-2 {
	width: 28%;
	float: left;
}
body .gform_wrapper.inline-form_wrapper form .gform_footer {
	margin-left: 0;
}
.midfooter-content #gform_submit_button_2 {
	padding: 13px 11px;
	height: auto;
	margin: 0;
	background-color: #0d80b1;
}
.midfooter-content #input_2_1 {
	font-size: 16px;
	padding: 24px 10px;
	margin: 0;
	background-color: #fff;
	color:#000;
	border: none;
}
.midfooter-content #input_2_1::placeholder {
	color: #d3d3d3;
}
.midfooter-content h3 {
	font-size: 22px;
	color: #fff;
	width: 39%;
	float: left;
}
footer hr {
	width: 85%;
	margin: 0 auto;
}
.crt-feed-container .crt-grid-post-v2 .crt-post-hover {
	background-color: rgba(28, 28, 28, 0.55) !important;
	color: #fff;
}
.crt-post-fullname a, ..crt-icon-facebook {
	color: #fff !important;
}
.crt-feed div {
	box-sizing: border-box;
}
.crt-post-content-text a, .crt-post-content-text  {
	color: #fff !important;
}
.crt-post-footer {
	background-color: transparent !important;
	color: #fff;
}
.crt-post-footer span {
	color: #fff !important;
	opacity: 1 !important;
}
.crt-grid-post-v2 .crt-post-hover .crt-post-footer {
	position: absolute;
	bottom: 10px !important;
	left: 0;
	right: 13px !important;
}
.crt-icon-instagram {
	color: #fff !important;
}
.crt-post-content-text {
	color: #fff !important;
}
/***** 13-11-2019 *****/
.module-page-content ul {
	padding-left: 25px;
	margin: 30px 0;
}
.module-page-content ul li {
	padding-left: 9px;
	margin: 10px 0;
    font-weight: 400;
}
.info .tags {
	font-weight: 600;
}
body.archive.category .archive-list .archive-single .info h2 {
	font-size: 30px;
	margin-top: 5px;
}
body.archive.category.category-whats-on .archive-list .single-post {
	padding: 14px;
}
body.archive.category .archive-list .archive-single .info {
	padding: 10px 10px;
}
body.page-id-282 #section-2 p, body.page-id-282 #section-3 p, body.page-id-282 #section-4 p {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 18px;
}
/*media*/

@media (max-width:991px){
.midfooter-content #gform_wrapper_2 , .midfooter-content .widget-title, .midfooter-content h3{
	width: 100%;
}
.midfooter-content #gform_submit_button_2 {
	padding: 13px 31px;
}
#media_image-2, #media_image-3 {
	width: 48%;
}
    .topfooter .f-20 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 33px;
}
    .topfooter .f-20 img {
        max-width: 200px;
        margin: 0 auto;
}
    .topfooter .f-50 {
        flex: 0 0 70%;
        max-width: 70%;
        text-align: center;
}
    .topfooter #menu-footer_top_right {
	   text-align: left;
}
}

@media (max-width:767px){
    .topfooter .f-50 {
        flex: 0 0 100%;
        max-width: 100%;
}
	.vc_column-inner.vc_custom_1581073678339 {
    display: none;
}
	.f-80 {
    flex: 0 0 100%;
    max-width: 100%;
	}
    .f-30 {
	flex: 0 0 100%;
	max-width: 100%;
}
    .topfooter #menu-footer_top_right {
	text-align: center;
}
    ul.columns li {
	display: inline-block;
	padding: 8px;
}
  .topfooter, .midfooter {
	padding: 30px 0;
}
    .midfooter-content #gform_submit_button_2 {
	padding: 13px 20px;
}
    .midfooter-content .widget-title, .midfooter-content h3 {
	font-size: 18px;
}
 .midfooter-content h3 {
	margin-bottom: 13px;
}
body {  
	font-size: 16px;
} 
.module-page-content ul {
	margin: 20px 0;
}    
body.archive.category .archive-list .archive-single .info h2 {
	font-size: 22px;
}    
}
@media (max-width:640px){
     .midfooter .f-50 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
}
    .midfooter-content #gform_submit_button_2 {
	   padding: 7px 52px;
}
    .topfooter, .midfooter {
	padding: 30px 0 0;
}
}
@media (max-width:575px){
    .topfooter .f-20 {
	padding-bottom: 20px;
}
    .midfooter-content #gform_submit_button_2 {
	padding: 7px 19px;
}
    .module-text h2 {
	font-size: 20px !important;
}
    .col-1-3 {
	width: calc((100% - 2vw) / 3);
}
    .cta-content a {
	font-size: 16px;
}
}


input#input_2_1::placeholder {
    color: #fff;
}

body .sharpmaindiv a.button {
    width: 190px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

a.plan-button
{
    padding: 0.5em 1.5em;
    background-color: #ff8216;
    color: #ffffff;    
    border-radius: 2em;
    border: 2px solid transparent;
    cursor: pointer;
	text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.mpg > article:not(#page-header) .booknow-font a,.mpg > article:not(#page-header) a.plan-button{
    color: #ffffff;
    text-decoration: none;
}
.mpg > article:not(#page-header) .booknow-font a.button
{ font-size: 20px;
 }
 
 .mpg > article:not(#page-header) .private-lessons-button a.button
{ font-size: 18px;
 }
 
.mpg > article:not(#page-header) .redeem-button a.button 
{ font-size: 18px;
 }
 
 .mpg > article:not(#page-header) .buy-button a.button 
{ font-size: 18px;
 }
.topfooter .f-20 {
    background-image: url(/wp-content/uploads/2020/02/logo-2.png);
    background-repeat: no-repeat;
    background-position: left 14px center;
    background-size: 92%;
    padding: 14px 0 0;
}
.topfooter .f-20 img {
    opacity: 0;
}
.midfooter #text-2 {
    float: right;
    font-size: 16px;
    padding-top: 7px;
    font-weight: bold;
}
.midfooter #media_image-5, .midfooter #media_image-6 {
    float: right;
    padding-left: 10px;
}
#section-1 #module-1-1-1 h2:before {
    content: url(/wp-content/uploads/2020/02/icon-1.png);
    display: block;
}
#section-1 #module-1-1-2 h2:before {
    content: url(/wp-content/uploads/2020/02/icon-2.png);
    display: block;
}
#section-1 #module-1-1-3 h2:before {
    content: url(/wp-content/uploads/2020/02/icon-3.png);
    display: block;
}
#section-1 #module-1-1-1 a {
	font-size: 16px;
	background-color: #f6891f;
}
#section-1 #module-1-1-2 a {
	font-size: 16px;
	background-color: #ee4d9b;
}
#section-1 #module-1-1-3 a {
	font-size: 16px;
	background-color: #0d80b1;
}
section#row-1-3 a {
    position: absolute;
    top: 78%;
    left: -29px;
    font-size: 30px !important;
    background-color: transparent;
    text-align: left;
}
section#row-1-3 a:hover {
	text-decoration: none !important;
}
section#row-1-3 a:after {
    content: '';
    display: block;
    width: 150px;
    height: 3px;
    margin-top: 5px;
    color: #ffff;
    background-color: #fff;
}
a.insta-gallery-button.follow:hover {
    color: #01669b !important;
	border: 1px solid #01669b;
}
a.insta-gallery-button.follow {
    color: #fff !important;
}
#menu-footer-menu li {
    padding: 10px 25px;
} 
#menu-footer-menu li:last-child {
    padding-right: 0;
} 
ul#menu-footer-menu {
    float: right;
}


header > section {
    width: 100%;
    max-width: none;
    flex-direction: column;
}
body > header.header-style-logo-left > section > #logo {
    order: 2;
    width: 100%;
    background-color: #fff;
    text-align: center;
}
body > header.header-style-logo-left > section > nav {
    order: 3;
    width: 100%;
    text-align: center;
    background-color: #96ca4f;
}
body.page-template-default #page-header {
    display: none;
}
.home.page-template-default #page-header {
    display: block;
}
.bannerSection {
    background-repeat: no-repeat;
    background-position: center top;
    height: 560px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.page_menu {
    background-image: url(/wp-content/uploads/2020/02/vector-3.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_menu a {
    font-size: 18px;
    color: #fff !important;
    font-weight: bold;
	background-color: transparent !important;
    text-transform: uppercase;
}
.page_menu li {
    list-style: none;
    display: inline-block;
    padding: 20px 40px 20px 0;
    margin: 0 !important;
    position: relative;
}
.bannerSection .wpb_content_element {
    margin-bottom: 0;
}
.page_menu li.active::after {
    background-image: url(/wp-content/uploads/2020/02/arrow-green.png);
    content: '';
    position: absolute;
    bottom: -7px;
    width: 18px;
    height: 8px;
    background-position: center center;
    left: 50%;
    margin-left: -27px;
}
.page_menu ul li {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
h1.custom-center {
    text-align: center;
}
.module-page-content .about2-left p {
    line-height: 27px;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 57px;
    color: #fff;
    text-align: end;
}
article#section-1 {
    padding-bottom: 0;
	 padding-top: 0
}
.home article#section-1 {
    padding-bottom: 5vw;
	padding-top: 5vw;
}
.vc_custom_1581069570614 .wpb_wrapper {
    padding: 0;
}
.banner__sec .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 0;
}
.green-layer h3 {
    background-color: #96ca4f;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}
.green-layer h3:before {
    content: "";
    background-image: url(/wp-content/uploads/2020/02/arrow.png);
    display: block;
    position: absolute;
    width: 31px;
    height: 20px;
    background-repeat: no-repeat;
    bottom: 15px;
    left: 50%;
}
h3.main-heading {
    font-size: 30px;
    font-weight: 900;
}
.enquiry-sec p {
    font-size: 22px;
}
.enquiry-sec td:nth-child(2) {
    padding-left: 10px;
}
.enquiry-sec td {
    font-size: 20px;
}
.enquiry-sec input, .enquiry-sec select {
    width: 50% !important;
    height: 45px;
    margin-bottom: 0px !important;
}
.enquiry-sec input#gform_submit_button_11 {
    background-color: #2a2a2a;
    float: left;
    width: 170px !important;
	line-height:20px;
	height:56px;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 0;
}
.enquiry-sec .gform_wrapper .gform_footer {
    margin: 0px 0 0;
}
ul.section-list {
    margin-top: 0;
    text-align: center;
    background-color: #96ca4f;
    padding: 12px 0;
}
.section-list li {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    display: inline;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 32px;
}
ul.section-list:after {
    content: "";
    background-image: url(/wp-content/uploads/2020/02/arrow.png);
    display: block;
    position: absolute;
    width: 31px;
    height: 20px;
    background-repeat: no-repeat;
    bottom: 15px;
    left: 50%;
}
.section-list li:nth-child(2) {
    padding: 0 20px !important;
}
p.main-para {
    text-align: center;
}
h6.heading-one {
    text-align: center;
    margin: 40px 0 25px !important;
	line-height: 25px;
}
.blue_layer-menu ul#menu-tennis-menu {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background-color: #0d80b1;
}
.purple-layer .blue_layer-menu ul#menu-netball-menu {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background-color: #913293;
}
.blue_layer-menu li {
    display: inline;
    list-style: none;
	padding: 0 25px !important;
	position: relative;
}
.blue_layer-menu li a {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold;
}
.blue_layer-menu li.current-menu-item a:after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2020/02/barrow.png) !important;
    height: 20px;
    width: 20px;
    top: 36px;
    left: 46%;
    background-repeat: no-repeat;
}
.purple-layer .blue_layer-menu li.current-menu-item a:after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2020/02/parrow.png) !important;
    height: 20px;
    width: 20px;
    top: 36px;
    left: 46%;
    background-repeat: no-repeat;
}
.book-court button.vc_general.vc_btn3 {
    background-color: #96ca4f;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-image: none;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
}
.orange-layer {
    background-image: url(/wp-content/uploads/2020/02/orange-layer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	border-bottom: thin solid #000;
	padding: 0 160px 50px;
}
.orange-layer h4 {
    font-size: 30px;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-bottom: 0;
    line-height: 68px !important;
    text-align: center;
}
.orange-layer .vc_column-inner {
    padding-top: 0 !important;
}
.orange-layer p.main-para {
    padding: 10px 60px 0 60px;
    text-align: center;
    margin-bottom: 0;
}
.serv-sec .wpb_wrapper:after {
    content: "";
    width: 1px;
    height: 165px;
    background-color: #000;
    position: absolute;
    top: 80px;
	right: 0;
}
.serv-sec .wpb_wrapper:before {
    content: "";
    width: 1px;
    height: 165px;
    background-color: #000;
    position: absolute;
    top: 80px;
	left: 0;
}
.centennial-court {
    width: 100%;
    float: left;
}
.monday {
    float: left;
    width: 30%;
}
.friday {
    float: left;
    width: 30%;
}
.saturday {
    float: left;
    width: 30%;
}
.centennial-court h5 {
    font-size: 20px;
    color: #0d80b1;
    text-transform: capitalize;
    text-align: center;
}
.centennial-court td {
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
}
.cent-court-inner {
    width: 100%;
    float: left;
    padding: 0 60px;
    box-sizing: border-box;
	border: thin solid #f7f7f7;
	border-top: 0;
}
.cent-court-inner table {
    width: 100%;
    float: left;
	table-layout: fixed;
	border-collapse: collapse;
}
.cent-court-inner table tr {
    border-bottom: thin solid #000;
}
.cent-court-inner th {
    padding: 15px;
    border-bottom: thin solid #000;
}
.cent-court-inner table tr:last-child {
    border: none;
}
.centennial-court td strong {
    font-size: 26px;
    line-height: 35px;
}
.centennial-court h3 {
    font-size: 35px;
    text-align: center;
    background-color: #0d80b1;
    padding: 20px 85px;
    color: #fff;
    text-transform: capitalize;
	border-top-right-radius: 50px;
    border-top-left-radius: 50px;
	margin-bottom: 0px;
	line-height: 46px !important;
}
.cent-court-inner a.book-btn {
    color: #fff !important;
    background-color: #96ca4f !important;
    padding: 8px 20px;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
}
.court_book p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
}
.fill_blue h4 {
    color: #fff !important;
    font-size: 30px;
    line-height: 59px !important;
}
.centennial-court.moore h3 {
    background-color: #f6891f;
    height: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fill_blue .vc_icon_element {
    margin-bottom: 0;
}
.fill_blue .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.fill_blue .vc_column-inner {
    padding-top: 0 !important;
}
.border_bottom {
    border-bottom: 1px solid #000;
}
.team-pic {
    width: 100%;
    position: relative;
}
.team-overlay {
    background-color: rgba(246,137,31,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 278px;
    height: 278px;
    border-radius: 100%;
    border: 10px solid #f6891f;
	opacity: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.team-pic:hover .team-overlay {
    opacity: 1;
}
.team-pic:hover .team-image {
    opacity: 0.3;
}
.team-pic .team-overlay a {
    color: #fff !important;
    font-size: 20px !important;
    background-color: transparent !important;
    font-weight: bolder;
	text-decoration: none !important;
}
.team-container {
    width: 100%;
    float: left;
    margin-bottom: 50px !important;
}
.video__text {
    text-align: left;
    padding-left: 75px;
}
.video-info .main-para {
    text-align: left;
}
.video__text .main-para a {
    background-color: transparent !important;
    font-weight: bold;
    font-size: 20px !important;
    color: #000 !important;
}
.court-price {
    padding-left: 75px;
}
h3.view-fee a {
    color: #0e84cf !important;
    font-size: 28px !important;
    background-color: transparent !important;
}
h3.view-fee {
    font-size: 28px;
    text-transform: none;
}
.court-price.book_btn button.vc_general {
    font-size: 18px;
    color: #fff;
    background-color: #ee4d9b;
    background-image: none;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
	text-transform: uppercase;
}
.court-price p.main-para {
    font-size: 18px;
    margin-bottom: 8px;
}
.court-price p.main-para a {
    color: #000 !important;
    background-color: transparent !important;
    font-size: 18px !important;
    font-weight: bold;
}
.court-price .main-para a.blue__text {
    color: #0078ff !important;
}
a.blue__text {
    font-size: 20px !important;
    background-color: transparent !important;
    color: #000 !important;
}
.wpb_text_column.netball-sec {
    padding: 40px;
}
.social-netball {
    padding: 20px 0 50px;
}
.learn-btn a {
    background-color: #ee4d9b !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 12px 30px;
    border-radius: 25px;
}
.learn-btn {
    margin-top: 30px;
}
.netball-team .team-overlay {
    border-color: #ee4d9b;
    background-color: rgba(238,77,155,0.5);
}
h5.team-name {
    text-transform: capitalize;
    font-size: 20px;
}
.wpb_text_column.benefit-box {
    padding: 40px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: thin solid #f7f7f7;
    border-top: 10px solid #ee4d9b;
    border-left: thin solid #f7f7f7;
    border-right: thin solid #f7f7f7;
}
.benefit-box h3.main-heading {
    margin-bottom: 10px;
}
.vc_row.wpb_row.vc_row-fluid.purple_row {
    padding: 0 140px;
}
.purple_row h3.main-heading, .purple_row p.main-para {
    color: #fff;
}
.purple_row .main-para a {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 20px !important;
	text-decoration: underline !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.regd_sec {
    padding-top: 25px;
}
.regd_sec .vc_general.vc_btn3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ee4d9b;
    border: none;
    background-image: none;
    color: #fff;
    border-radius: 25px;
    padding: 12px 30px;
}
.regd_sec p.main-para {
    padding: 10px 45px;
}
.wpb_text_column.nprice-sec {
    border: 2px solid #ee4d9b;
    padding: 40px 0 45px;
	margin-top: 25px;
}
.nprice-sec p.pricess {
    font-size: 40px;
    background-color: #ee4d9b;
    color: #fff;
    padding: 18px 0;
}
.nprice-sec h3.main-heading {
    padding: 25px 0 50px;
    margin: 0;
    text-transform: capitalize;
    font-size: 35px;
    line-height: 40px !important;
}
p.small-text a {
    font-size: 17px !important;
    color: #0d80b1 !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}
p.small-text {
    font-size: 17px;
    margin-bottom: 10px;
}
.carnival-sec-1-r h3 {
    color: #913293;
    margin-bottom: 20px;
}

.carnival-sec-1-r {
    padding: 30px 0;
}
.carnival-btn button {
    background-color: #ee4d9b !important;
    color: #fff !important;
    font-size: 16px !important;
    border: none !important;
    background-image: none !important;
    border-radius: 30px !important;
    font-weight: bold;
}
.vc_column-inner.vc_custom_1581941547078, .vc_column-inner.vc_custom_1581941556790, .vc_custom_1582091636674 {
    text-align: center;
    padding: 90px 0 55px !important;
}
.vc_column-inner.vc_custom_1581941547078 p, .vc_column-inner.vc_custom_1581941556790 p, .vc_custom_1582091636674 p {
	color: #fff;
    padding: 0 70px;
    font-size: 20px;
}
.vc_custom_1582091636674{
	border-right: 2px solid #fff;
}
.netball-p h3 {
    font-size: 30px !important;
    max-height: 120px !important;
}
.netball-sec h3.main-heading {
    color: #913293;
}
.green-layer .blue_layer-menu ul#menu-what-on-mneu {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background-color: #96ca4f;
}
.green-layer .blue_layer-menu li.current-menu-item a:after {
    background-image: url(/wp-content/uploads/2020/02/arrow.png);
}
.light-blue-layer .blue_layer-menu ul#menu-soccer-menu {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background-color: #00b4de;
}
.light-blue-layer .blue_layer-menu li.current-menu-item a:after {
    background-image: url(/wp-content/uploads/2020/02/light-blue.png) !important;
}
.wpb_text_column.benefit-box.benefit-box-2 {
    border-top-color: #0d80b1;
}
.regd_sec .light-blue-btn .vc_general.vc_btn3 {
    background-color: #0d80b1;
    font-size: 16px;
    padding: 15px 55px;
}
.nprice-sec.nprice-sec-2 p.pricess {
    background-color: #0d80b1;
}
.wpb_text_column.nprice-sec.nprice-sec-2 {
    border-color: #0d80b1;
}
.soccer-team .team-overlay {
    background-color: #0d80b178;
    border-color: #0d80b1;
}
.court-price.book_btn.court-price-2 button.vc_general {
    background-color: #0d80b1;
}
.soccer-inner-bg {
    background-color: #f1f8fa;
    margin: 0 10px;
}
.soccer-inner-bg h3 {
    color: #0d80b1 !important;
}
.kids-btn .vc_btn3 {
    background-color: #96ca4f !important;
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 30px;
    text-transform: uppercase;
}
h5.hire-bg-text {
    background-color: #454545;
    padding: 20px 25%;
    color: #fff;
    font-size: 30px;
	margin-bottom: 30px;
    font-weight: bold;
}
.hire-textbox h3.view-fee {
    padding: 0px 25%;
}
.hire-btn .vc_general {
    background-color: #96ca4f !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 35px;
    font-weight: bold;
    padding: 13px 30px;
    text-align: center;
    margin-left: 280px;
}
.hire-textbox {
    position: relative;
    top: 125px;
}
button.btn-hire-page {
    background-color: #0d80b1;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    color: #fff;
    border-radius: 30px;
}
p.small-text-3 {
    font-size: 20px;
    margin-bottom: 10px;
	clear: both;
}
.events-box {
    padding: 25px;
    box-shadow: 0px 0px 5px #d0cccc !important;
}
.events-box h4 {
    font-size: 20px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    font-weight: bold;
    margin-bottom: 10px;
}
.events-box h6 {
    font-size: 12.5px;
    margin-bottom: 15px;
    color: #b4b4b4;
    text-transform: capitalize;
}
.vc_column-inner.vc_custom_1582110225502 {
    padding: 0;
}
.events-box p a {
    background-color: transparent !important;
    color: #000 !important;
    text-decoration: underline !important;
}
.events-btn-333 button.vc_general {
    background-color: #96ca4f !important;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    border-radius: 40px;
    padding: 15px 35px;
}
.cent-court-inner.cent-court-inner-2 {
    padding: 0px;
}
.centennial-court.centennial-court-2 h3 {
    border-radius: 0px;
    background-color: transparent;
    color: #000;
    font-size: 30px;
}
.centennial-court.centennial-court-2 {
    border: 2px solid #96ca4f;
    padding-top: 35px;
}
.centennial-court.centennial-court-2 td strong {
    font-size: 20px;
    line-height: 30px;
}
.cent-court-inner.cent-court-inner-2 table tr {
    border-bottom: 2px solid #96ca4f;
}
.cent-court-inner.cent-court-inner-2 td.t-price strong {
    font-size: 50px !important;
}
.centennial-court.centennial-court-2 h3:after {
    content: "";
    display: block !important;
    width: 110px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    height: 7px;
    background-color: #96ca4f !important;
}
.centennial-court.centennial-court-2 td {
    padding: 25px 10px;
}
.fill_blue a {
    background-color: transparent !important;
}
.green-over p {
    bottom: 35px;
    background-color: #96ca4fde;
    font-size: 30px !important;
    font-weight: bold;
    padding: 30px 0;
    color: #fff;
    width: 100%;
    position: absolute;
}
.green-over a {
	background-color: transparent !important;
	font-size: 30px !important;
    font-weight: bold;
    color: #fff !important;
}
.grey-over p {
    bottom: 35px;
    background-color: #e1e1e3eb;
    font-size: 30px !important;
    font-weight: bold;
    padding: 30px 0;
    color: #96ca4f;
    width: 100%;
    position: absolute;
}
.grey-over a {
    background-color: transparent !important;
    font-size: 30px !important;
    font-weight: bold;
    color: #96ca4f !important;
}
.holiday-sec-3 a {
    background-color: transparent !important;
    color: blue !important;
}
p.p-style-link a {
    background-color: transparent !important;
    color: blue !important;
    font-size: 20px !important;
}
.orange-hover .img-crew-box .vc_box_border_grey:hover {
    /*background: linear-gradient(180deg, rgba(215,58,119,0.8) 0%, rgba(173,69,135,0.8) 52%);*/
	background: rgba(246,137,31,0.5);
}
.netball-team .img-crew-box .vc_box_border_grey:hover {
    background-color: rgba(238,77,155,0.5);
}
.img-crew-box .vc_box_border_grey {
    border-radius: 50%;
    transition: all 0.2s ease;
    cursor: pointer;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.img-crew-box .vc_box_border_grey:hover img {
    opacity: 0.2;
    border-width: 15px;
}
.img-crew-box .vc_box_border_grey img {
    border-radius: 50%;
    object-fit: cover;
    border: 0 solid transparent;
    opacity: 1;
    transition: all 0.2s ease;
}
.img-crew-box .vc_box_border_grey:hover::after {
    font-size: 1.2em;
    opacity: 1;
}
.img-crew-box .vc_box_border_grey::after {
    content: 'Read More';
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 1em;
    opacity: 0;
    transition: font-size 0.2s ease, opacity 0.3s ease;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(246,137,31,0.5);
    position: fixed;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.modal .content {
    max-width: 80%;
    max-height: 80%;
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #111;
    padding: 3vw;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
}
.modal-image {
    min-width: 260px;
    max-width: 260px;
    margin-right: 2em;
}
.modal-description {
    padding-right: 20px;
}
span.close {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    color: #ffffff;
    background-color: rgba(246,137,31);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5em;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}
.modal.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
}
.entertain-text-box {
    padding: 80px 0 20px;
}
.entertain-text-box h1 {
    margin-bottom: 15px;
}
.entertain-text-box p {
    margin-bottom: 10px;
}
h2.img-heading::before, .hoverText h2::before {
	content: none !important;
}
.page-id-150 section#row-1-3 a {
    font-size: 13px !important;
    position: unset;
    padding: 0.5em 1.5em;
    font-weight: bold !important;
    background-color: #ff8216;
    text-align: center;
}
.page-id-150 section#row-1-3 a:after {
	content:none !important;
}
.eat-drink-textbox {
    padding-top: 75px;
}
.eat-drink-textbox h1 {
    padding-bottom: 10px;
}
.entertain-text-box h1 {
    padding-bottom: 10px;
}
.junior-tennis h2::before {
	content: none !important;
}
.page-id-674  h3.program-title, div#primary-filters {
    display: none;
}
.orng-btn .vc_general {
    background-color: #f6891f !important;
}
.tennis-c-sec a.book-btn.orng-btn {
    background-color: #f6891f !important;
}
.tennis-c-sec a.book-btn.blue-btn {
    background-color: #0d80b1 !important;
}
h3.text-white.main-heading {
    color: #fff;
}
.text-white h3 {
    color: #fff;
}
button.price-btn-33 {
    font-size: 16px;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 40px;
    background-color: #ee4d9b;
}
.wpb_text_column.wpb_content_element.nprice-sec a {
    background-color: transparent !important;
}
.back-to-netball-price h3 {
    min-height: 155px;
}
.tennis-c-sec .book-btn {
    padding: 13px 18px !important;
}
.page-id-4618 iframe {
    width: 100%;
}
.enquiry-sec p.main-para a {
    background-color: transparent !important;
    font-size: 20px !important;
    color: blue !important;
}
.about2-right tr td {
    font-size: 20px;
}
p.main-para.week-para{
	max-width: 600px;
		margin: 0 auto;
}
@media (max-width: 767px) {
div#logo {
    padding: 15px 0 19px;
}	
}

