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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Change media query settings in framework/_settings.scss */
/* Colors */
/* Specifics */
/* Variables */
/* Neutrals */
/* Greys */
/* Fonts */
/* Transitions */
a {
  transition: all 0.3s ease;
}
a:hover {
  color: #0c3c3c;
}

/* Buttons */
a.btn {
  background: #b45343;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
}

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

/* Mixins */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  font-variant-ligatures: none;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

html,
body {
  font-family: "sofia-pro", sans-serif;
  margin: 0;
  height: 100%;
  position: relative;
}

iframe {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  font-weight: 400;
}

h1 {
  font-size: 38px;
  letter-spacing: 1.1px;
  font-weight: 400;
  font-family: "sofia-pro", sans-serif;
}

h2 {
  font-size: 34px;
  font-weight: 400;
}

h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

h4 {
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0.3;
}

h5 {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 400;
}

h6 {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0.3;
}

p, ul, ol, li {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 1px;
}

b, strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid rgba(100, 100, 100, 0.3);
  margin: 0;
  padding: 1em 2em;
  background: rgba(200, 200, 200, 0.15);
  overflow: hidden;
}

hr {
  border: 0.5px solid #eee;
}

p.large,
span.large {
  font-size: 20px;
}

pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word;
}

main.no-banner-spacer {
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  main.no-banner-spacer {
    padding-top: 45px;
  }
}
main {
  display: block;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-bottom: 0;
  }
}
main.single-course {
  padding-bottom: 0;
}

section h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 32px;
  margin-top: 16px;
}
section p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 400;
}
section .sub-heading {
  font-weight: 400;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 3px;
}
section.white-bg h2 {
  font-weight: 400;
}

.table-outer {
  position: relative;
  overflow: hidden;
}
.table-outer .table-scroll-notice {
  display: none;
  width: 100%;
}
.table-outer .table-scroll-notice p {
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: right;
  opacity: 0.5;
}
.table-outer .table-container::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.table-outer .table-container::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.table-outer .table-container::-webkit-scrollbar-thumb {
  background: rgba(200, 200, 200, 0.8);
  border: 0px none #ffffff;
  border-radius: 0px;
}
.table-outer .table-container::-webkit-scrollbar-thumb:hover {
  background: rgba(200, 200, 200, 0.9);
}
.table-outer .table-container::-webkit-scrollbar-thumb:active {
  background: rgba(200, 200, 200, 0.9);
}
.table-outer .table-container::-webkit-scrollbar-track {
  background: rgba(100, 100, 100, 0.5);
  border: 0px none #ffffff;
  border-radius: 0px;
}
.table-outer .table-container::-webkit-scrollbar-corner {
  background: transparent;
}
.table-outer .table-container {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  min-width: 100%;
}
.table-outer .table-container table {
  background: rgba(0, 0, 0, 0.05);
  border-spacing: 0;
  border-collapse: separate;
}
.table-outer .table-container table caption {
  text-align: left;
  padding: 5px 10px;
  margin-bottom: 7px;
  opacity: 0.5;
  border-radius: 3px;
  background: rgba(128, 128, 128, 0.3);
  border-bottom: 2px solid rgba(100, 100, 100, 0.7);
}
.table-outer .table-container table thead, .table-outer .table-container table tfoot {
  background: #85cf68;
  color: #ffffff;
}
.table-outer .table-container table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}
.table-outer .table-container table tbody tr:nth-child(even) {
  background: rgba(128, 128, 128, 0.05);
}
.table-outer .table-container table tr td {
  padding: 10px 15px;
  /*@include media($tablet-v) {
  	padding: 3px 6px;
  }*/
}

.col1-6 {
  width: 16.6666666667%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col1-6 {
    width: 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .col1-6 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col1-6 {
    width: 100%;
  }
}

.col1-5 {
  width: 20%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col1-5 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col1-5 {
    width: 100%;
  }
}

.col1-4 {
  width: 25%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col1-4 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col1-4 {
    width: 100%;
  }
}

.col3-10 {
  width: 30%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col3-10 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col3-10 {
    width: 100%;
  }
}

.col1-3 {
  width: 33.3333333333%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col1-3 {
    width: 100%;
  }
}

.col2-5 {
  width: 40%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col2-5 {
    width: 100%;
  }
}

.col1-2 {
  width: 50%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col1-2 {
    width: 100%;
  }
}

.col3-5 {
  width: 60%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col3-5 {
    width: 100%;
  }
}

.col2-3 {
  width: 66.6666666667%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col2-3 {
    width: 100%;
  }
}

.col3-4 {
  width: 75%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col3-4 {
    width: 100%;
  }
}

.col4-5 {
  width: 80%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col4-5 {
    width: 100%;
  }
}

.col4-4, .col1-1, .col5-5 {
  width: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.container-half {
  margin: 0;
  max-width: 700px;
}
.container-half.left {
  margin-left: auto;
}
.container-half.right {
  margin-right: auto;
}

.anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  .anchor {
    height: 54px;
    margin-top: -54px;
  }
}

.anchor-down-arrow-container {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  /* z-index: 1; */
  height: 0;
}
.anchor-down-arrow-container .anchor-down-arrow-link {
  color: #ffffff;
}
.anchor-down-arrow-container .anchor-down-arrow-link:hover .anchor-down-arrow {
  transform: translateX(-50%) translateY(-100%);
}
.anchor-down-arrow-container .anchor-down-arrow-link .anchor-down-arrow {
  padding: 20px 20px 5px 20px;
  position: absolute;
  /* z-index: 999; */
  /* width: 100%; */
  /* display: block; */
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  /* border-top-left-radius: 200px; */
  /* border-top-right-radius: 200px; */
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s linear;
}
.anchor-down-arrow-container .anchor-down-arrow-link .anchor-down-arrow .fa {
  font-size: 30px;
}
.anchor-down-arrow-container .anchor-down-arrow-link .anchor-down-arrow p .anchor-down-arrow-text {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.add-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.full-height {
  height: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

a.primary-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  text-shadow: none;
  /* needed this to make buttons in wysiwyg not inherit paragraph styles */
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  /* end fix */
}
a.primary-button.no-button-arrow {
  padding-right: 10px;
}
a.primary-button.no-button-arrow:after {
  content: "";
}
a.primary-button:hover:after {
  transform: translateY(-50%) translateX(10px);
}
a.primary-button:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  content: "\f054";
  font: var(--fa-font-solid);
  vertical-align: top;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.white-bg a.primary-button,
a.button-style-1.primary-button {
  color: #ffffff;
  background: #85cf68;
  border: 2px solid #85cf68;
}
.white-bg a.primary-button:after,
a.button-style-1.primary-button:after {
  color: #ffffff;
}
.white-bg a.primary-button:hover,
a.button-style-1.primary-button:hover {
  background: #000000;
  border-color: #000000;
}
.black-bg a.primary-button,
a.button-style-2.primary-button {
  background: #000000;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.black-bg a.primary-button:after,
a.button-style-2.primary-button:after {
  color: #ffffff;
}
.black-bg a.primary-button:hover,
a.button-style-2.primary-button:hover {
  background: #85cf68;
  color: #ffffff;
  border-color: #85cf68;
}
.black-bg a.primary-button:hover:after,
a.button-style-2.primary-button:hover:after {
  color: #ffffff;
}

.brand-bg a.primary-button,
a.button-style-3.primary-button {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.brand-bg a.primary-button:after,
a.button-style-3.primary-button:after {
  color: #ffffff;
}
.brand-bg a.primary-button:hover,
a.button-style-3.primary-button:hover {
  background: #ffffff;
  color: #000000;
}
.brand-bg a.primary-button:hover:after,
a.button-style-3.primary-button:hover:after {
  color: #000000;
}

.white-bg {
  background: #ffffff;
  color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.white-bg a {
  color: #000000;
}
.white-bg .border-left-divider {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .white-bg .border-left-divider {
    border-left: 0;
  }
}
.white-bg .border-right-divider {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .white-bg .border-right-divider {
    border-right: 0;
  }
}

.black-bg {
  background: #000000;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.black-bg a {
  color: #ffffff;
}
.black-bg .border-left-divider {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .black-bg .border-left-divider {
    border-left: 0;
  }
}
.black-bg .border-right-divider {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .black-bg .border-right-divider {
    border-right: 0;
  }
}

.brand-bg {
  background: #85cf68;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brand-bg a {
  color: #ffffff;
}
.brand-bg .border-left-divider {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .brand-bg .border-left-divider {
    border-left: 0;
  }
}
.brand-bg .border-right-divider {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .brand-bg .border-right-divider {
    border-right: 0;
  }
}

.light-grey-bg {
  background: #eaeaea;
  color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.light-grey-bg a {
  color: #000000;
}

.main-content .banner img {
  max-height: 600px;
}
@media screen and (max-width: 1024px) {
  .main-content .banner img {
    max-height: 300px;
  }
}

.banner,
.slider-module .banner {
  position: relative;
  max-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner img,
.slider-module .banner img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.banner.reduce-height,
.slider-module .banner.reduce-height {
  min-height: 480px;
}
.banner.reduce-height .slider-text .text,
.slider-module .banner.reduce-height .slider-text .text {
  bottom: 5%;
}
.banner.reduce-height .slider-text .text h1,
.slider-module .banner.reduce-height .slider-text .text h1 {
  font-weight: 500;
}
.banner.reduce-height .slider-text .text p,
.slider-module .banner.reduce-height .slider-text .text p {
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .banner.reduce-height,
  .slider-module .banner.reduce-height {
    min-height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .banner.reduce-height,
  .slider-module .banner.reduce-height {
    min-height: 180px;
  }
}
.banner .overlay,
.slider-module .banner .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner .slider-text,
.slider-module .banner .slider-text {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ffffff;
  text-align: center;
}
.banner .slider-text .text,
.slider-module .banner .slider-text .text {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.banner .slider-text .text .empty-button,
.slider-module .banner .slider-text .text .empty-button {
  display: block;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.banner .slider-text .text,
.slider-module .banner .slider-text .text {
  padding-left: 5%;
  padding-right: 5%;
}
.banner .slider-text .text h1,
.slider-module .banner .slider-text .text h1 {
  font-size: 46px;
  letter-spacing: 1.1px;
  font-weight: 400;
}
.banner .slider-text .text h1.page-title,
.slider-module .banner .slider-text .text h1.page-title {
  position: absolute;
  width: 50%;
  left: 25%;
  background: rgba(0, 0, 0, 0.9);
  bottom: -94px;
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .banner .slider-text .text h1.page-title,
  .slider-module .banner .slider-text .text h1.page-title {
    width: 80%;
    left: 10%;
    bottom: -80px;
  }
}
.banner .slider-text .text p,
.slider-module .banner .slider-text .text p {
  font-size: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  .banner .slider-text .text h1,
  .slider-module .banner .slider-text .text h1 {
    font-size: 32px;
  }
  .banner .slider-text .text p,
  .slider-module .banner .slider-text .text p {
    font-size: 18px;
  }
}

.section-padding {
  padding: 20px;
}

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

.align-top {
  vertical-align: top;
}

.uppercase {
  text-transform: uppercase;
}

.breakword {
  word-break: break-all;
}

.narrow-content-50 {
  padding-left: 25%;
  padding-right: 25%;
}
@media screen and (max-width: 1024px) {
  .narrow-content-50 {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (max-width: 600px) {
  .narrow-content-50 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.v-padding-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.v-padding-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h-padding-sm {
  padding-left: 20px;
  padding-right: 20px;
}

.h-padding-lg {
  padding-left: 40px;
  padding-right: 40px;
}

.fa {
  transform: translateY(-4%);
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.main-content ul, .main-content ol {
  overflow: hidden;
}
.main-content .sidebar ul, .main-content .sidebar ol {
  overflow: visible;
}

.module-icons .card-outer {
  vertical-align: top;
}
.module-icons .card-outer .card {
  padding: 20px;
}
.module-icons .card-outer .card img {
  max-width: 100%;
  max-height: 200px;
}
.module-icons .card-outer .card a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.module-sponsors img {
  max-width: 100%;
  padding: 20px;
}
.module-sponsors a {
  outline: none;
}
.module-sponsors .slick-arrow {
  height: 50px;
  width: 50px;
}
.module-sponsors .slick-next,
.module-sponsors .slick-prev {
  z-index: 1;
}
.module-sponsors .slick-next {
  right: 5px;
}
.module-sponsors .slick-prev {
  left: 5px;
}
.module-sponsors .slick-prev:before, .module-sponsors .slick-next:before {
  color: #000000;
  opacity: 0.25;
}

body .module-sponsors img {
  max-width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: inline;
  transition: all 0.3s ease;
}
body .module-sponsors img:hover {
  opacity: 0.25;
}
body .module-sponsors a {
  outline: none;
}
body .module-sponsors .slick-arrow {
  height: 50px;
  width: 50px;
}
body .module-sponsors .slick-next,
body .module-sponsors .slick-prev {
  z-index: 1;
}
body .module-sponsors .slick-next {
  right: 5px;
}
body .module-sponsors .slick-prev {
  left: 5px;
}
body .module-sponsors .slick-prev:before, body .module-sponsors .slick-next:before {
  color: #000000;
  opacity: 0.25;
}

.module-text-icons-50-50.white-bg .center-line:after {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.module-text-icons-50-50.black-bg .center-line:after, .module-text-icons-50-50.brand-bg .center-line:after {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.module-text-icons-50-50 .text {
  vertical-align: top;
}
.module-text-icons-50-50 .center-line {
  position: relative;
}
.module-text-icons-50-50 .center-line:after {
  content: "";
  position: absolute;
  z-index: 23;
  top: 5%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  height: 90%;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .module-text-icons-50-50 .center-line:after {
    display: none;
  }
}
.module-text-icons-50-50 .small-card {
  padding: 10px 10px 30px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0px;
}
.module-text-icons-50-50 .small-card:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.module-text-icons-50-50 .small-card .icon {
  text-align: center;
  vertical-align: top;
  margin-top: 25px;
}
.module-text-icons-50-50 .small-card .icon img {
  max-width: 100%;
}
.module-text-icons-50-50 .small-card .text a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .module-text-icons-50-50 .small-card .text {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .module-text-icons-50-50 .small-card .col1-4 {
    width: 100%;
  }
}

.module-text-video-60-40 .text {
  vertical-align: top;
}
.module-text-video-60-40 .video-container {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .module-text-video-60-40 .video-container {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .module-text-video-60-40 .video-container {
    margin-top: 0;
  }
}
.module-text-video-60-40 .video-container:hover .video-overlay {
  opacity: 0.1;
}
.module-text-video-60-40 .video-container .video-preview {
  display: block;
  width: 100%;
  height: auto;
}
.module-text-video-60-40 .video-container .video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.module-text-video-60-40 .video-container .video-overlay p {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}

.module-text-image-60-40 .text {
  vertical-align: top;
}
.module-text-image-60-40 .image-container {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .module-text-image-60-40 .image-container {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .module-text-image-60-40 .image-container {
    margin-top: 0;
  }
}
.module-text-image-60-40 .image-container .image-preview {
  display: block;
  width: 100%;
  height: auto;
}

.module-testimonials p.source-name {
  margin-bottom: 0px;
  font-weight: 400;
}
.module-testimonials p.club-name {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0px;
}
.module-testimonials p.quote {
  position: relative;
}
.module-testimonials p.quote:before {
  font-weight: 900;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 100px;
  line-height: 1;
  color: #767c9a;
  top: -30px;
  left: -60px;
  content: "“";
}
@media screen and (max-width: 480px) {
  .module-testimonials p.quote:before {
    top: -55px;
    left: -40px;
  }
}
.module-testimonials p.quote:after {
  font-weight: 900;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 100px;
  line-height: 1;
  color: #767c9a;
  bottom: -40px;
  right: -60px;
  content: "”";
}
@media screen and (max-width: 480px) {
  .module-testimonials p.quote:after {
    bottom: -55px;
    right: -40px;
  }
}
.module-testimonials .testimonial-slider .slick-next,
.module-testimonials .testimonial-slider .slick-prev {
  z-index: 1;
}
.module-testimonials .testimonial-slider .slick-next {
  right: -15px;
}
.module-testimonials .testimonial-slider .slick-prev {
  left: -15px;
}
.module-testimonials .testimonial-slider .slick-prev:before, .module-testimonials .testimonial-slider .slick-next:before {
  color: #000000;
  opacity: 0.25;
}

.module-thumbnail-links {
  position: relative;
}
.module-thumbnail-links .thumbnail-link-item {
  background-position: center;
  background-size: cover;
  text-decoration: none;
  position: relative;
  min-height: 300px;
}
.module-thumbnail-links .thumbnail-link-item.black {
  color: #000000;
}
.module-thumbnail-links .thumbnail-link-item.white {
  color: #ffffff;
}
.module-thumbnail-links .thumbnail-link-item .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.module-thumbnail-links .thumbnail-link-item .overlay .thumbnail-link-outer {
  border-width: 3px;
  border-style: solid;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.module-thumbnail-links .thumbnail-link-item .overlay .thumbnail-link-outer .thumbnail-link-inner {
  padding: 20px;
  top: 50%;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}
.module-thumbnail-links .thumbnail-link-item .overlay .thumbnail-link-outer .thumbnail-link-inner .thumbnail-link-heading {
  letter-spacing: 8px;
  font-weight: 400;
  transform: translateZ(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.module-thumbnail-links .thumbnail-link-item .overlay .thumbnail-link-outer .thumbnail-link-inner .thumbnail-link-blurb {
  height: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 960px) {
  .module-thumbnail-links .thumbnail-link-item.col1-3:first-of-type, .module-thumbnail-links .thumbnail-link-item.col1-5:first-of-type {
    width: 100%;
  }
}
.module-thumbnail-links .thumbnail-link-item:hover {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
}
.module-thumbnail-links .thumbnail-link-item:hover .overlay .thumbnail-link-outer .thumbnail-link-inner .thumbnail-link-blurb {
  opacity: 1;
  transform: translateY(0px);
}
.module-content-tiles-50-50 .flex-container {
  display: flex;
}
@media screen and (max-width: 740px) {
  .module-content-tiles-50-50 .flex-container {
    flex-direction: column;
  }
}
.module-content-tiles-50-50 .flex-container .flex-tile {
  flex: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.module-content-tiles-50-50 .flex-container .flex-tile .flex-overlay {
  width: 100%;
  height: 100%;
}
.module-content-tiles-50-50 .flex-container .flex-tile .flex-overlay .text {
  background: transparent;
  vertical-align: top;
}

.module-instagram-feed {
  position: relative;
}
.module-instagram-feed #sb_instagram {
  background: #85cf68;
}
.module-instagram-feed #sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap .sbi_photo {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.module-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
  opacity: 1 !important;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media screen and (max-width: 640px) {
  .module-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-child(n+5) {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .module-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-child(n+3) {
    display: none !important;
  }
}
.module-instagram-feed #sb_instagram #sbi_load {
  padding-top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.module-instagram-feed #sb_instagram #sbi_load .sbi_follow_btn a {
  background: none;
  margin-top: 0;
  text-transform: uppercase;
}

.module-map-and-contact {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .module-map-and-contact {
    flex-direction: column;
  }
}
.module-map-and-contact .content-overlay {
  flex: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.module-map-and-contact .embedded-content {
  flex: 2;
  display: flex;
}
.module-map-and-contact .embedded-content iframe {
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 960px) {
  .module-map-and-contact .embedded-content iframe {
    pointer-events: none;
  }
}
@media screen and (max-width: 1200px) {
  .module-map-and-contact .embedded-content {
    flex: 1;
  }
}
.module-map-and-contact .text-box {
  height: 100%;
}
.module-map-and-contact .brand-bg .gform_wrapper .validation_error,
.module-map-and-contact .brand-bg .gform_wrapper .validation_message {
  color: #a4b9e4;
}
.module-map-and-contact .brand-bg .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.module-map-and-contact .brand-bg .gform_wrapper li.gfield_error textarea {
  border-color: #a4b9e4;
}
.module-map-and-contact .gform_wrapper .validation_error,
.module-map-and-contact .gform_wrapper .validation_message {
  font-weight: 400;
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}
.module-map-and-contact .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}
.module-map-and-contact .gform_wrapper li.gfield.gfield_error,
.module-map-and-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: 0;
  border-bottom: 0;
  background-color: transparent;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

footer {
  position: relative;
  width: 100%;
  bottom: 0;
}
footer .footer-notices {
  background: #1e1d22;
}
footer .footer-notices p, footer .footer-notices a {
  color: #ffffff;
}
footer .mobile-helper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  display: none;
}
@media screen and (max-width: 1024px) {
  footer .mobile-helper {
    display: block;
  }
}
footer {
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  footer .section-padding {
    padding: 5px;
  }
}
footer .footer-helper > div {
  padding: 10px;
}
footer a {
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
  border-bottom: 1px dotted transparent;
}
footer a:hover {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
footer h3 {
  font-size: 16px;
  font-weight: 600;
}
footer p, footer li {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
footer .club-logo img {
  max-width: 100%;
}
footer .club-logo p {
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  footer .club-logo {
    text-align: center;
  }
}
footer .club-logo a {
  border-bottom: 0;
}
footer .club-logo a:hover {
  border-bottom: 0;
}
footer .footer-menu ul {
  list-style: none;
  padding: 0;
}
footer .footer-menu ul li {
  padding-bottom: 15px;
}
@media screen and (max-width: 960px) {
  footer .footer-menu .left-col,
  footer .footer-menu .right-col {
    width: 50%;
  }
}
@media screen and (max-width: 740px) {
  footer .social-links h3,
  footer .news-signup h3,
  footer .contact-details h3 {
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  }
}
footer .social-links .fa-facebook {
  margin-right: 18px;
}
footer .social-links .fa-twitter {
  margin-right: 10px;
}
footer .social-links .fa-instagram {
  margin-right: 13px;
}
footer .social-links .fa-youtube-play {
  margin-right: 10px;
}
footer .social-links a {
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 8px 8px;
  border-radius: 5px;
  font-size: 14px;
  display: block;
}
footer .social-links a:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
footer .news-signup #confirmation {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  text-align: center;
  border-radius: 10px;
}
footer .news-signup #confirmation p {
  font-weight: 400;
}
footer .news-signup #enewsSignUpForm #error {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 5px;
}
footer .news-signup #enewsSignUpForm .miclub-form input {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 2px;
  border: 2px solid transparent;
  font-family: "sofia-pro", sans-serif;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
}
footer .news-signup #enewsSignUpForm .miclub-form input::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
footer .news-signup #enewsSignUpForm .miclub-form input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
footer .news-signup #enewsSignUpForm .miclub-form input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 0.5;
}
footer .news-signup #enewsSignUpForm .miclub-form input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 0.5;
}
footer .news-signup #enewsSignUpForm .miclub-form input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
footer .news-signup #enewsSignUpForm button.miclub-form-button {
  outline: none;
  padding: 10px;
  font-family: "sofia-pro", sans-serif;
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 16px;
  border-color: rgba(255, 255, 255, 0.2);
}
footer .news-signup #enewsSignUpForm button.miclub-form-button:hover {
  background: white;
  color: #000000;
}
footer .contact-details {
  word-break: break-word;
}
footer .contact-details .phone-icon {
  text-indent: -2.1em;
  padding-left: 2.3em;
}
footer .contact-details .email-icon {
  text-indent: -2.1em;
  padding-left: 2.2em;
}
footer .contact-details .address-icon {
  text-indent: -2.3em;
  padding-left: 2.6em;
}
footer .contact-details .view-map-link {
  padding-left: 2.8em;
  font-weight: 400;
  font-size: 12px;
}
footer .contact-details .phone-icon:before {
  content: "\f095";
  font: var(--fa-font-solid);
  padding-right: 15px;
  vertical-align: top;
  font-size: 20px;
}
footer .contact-details .email-icon:before {
  content: "\f003";
  font: var(--fa-font-solid);
  padding-right: 10px;
  vertical-align: top;
  font-size: 20px;
}
footer .contact-details .address-icon:before {
  content: "\f041";
  font: var(--fa-font-solid);
  padding-right: 20px;
  vertical-align: top;
  font-size: 20px;
}
footer .copyright-text p {
  font-size: 14px;
  font-weight: 300;
}
footer .copyright-text a {
  border-bottom: 1px dotted #ffffff;
}
@media screen and (max-width: 480px) {
  footer .club-logo {
    width: 100%;
  }
  footer .footer-menu {
    width: 100%;
  }
  footer .social-links {
    width: 100%;
  }
  footer .news-signup {
    width: 100%;
  }
  footer .contact-details {
    width: 100%;
  }
}

.sponsor-slider img {
  margin-left: auto;
  margin-right: auto;
}
.sponsor-slider.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.sponsor-slider .company-name {
  font-weight: 500;
  text-transform: uppercase;
}

.page-template-page-members .page-members .col4-4.section-padding.text {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .page-template-page-members .page-members .col4-4.section-padding.text {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-page-members .page-members .main-content .content {
    width: 100%;
  }
}
.page-template-page-members .page-members .main-content .sidebar {
  padding: 0 10px 20px 10px !important;
}
@media screen and (max-width: 1024px) {
  .page-template-page-members .page-members .main-content .sidebar {
    display: none;
  }
}
.page-template-page-members .page-members .main-content .sidebar .weather-part {
  margin-top: 50px;
  display: none;
}
.page-template-page-members .page-members .main-content .sidebar .weather-part #weatherFeed {
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.page-template-page-members .page-members .main-content .sidebar .weather-part #weatherFeed .weatherTitle {
  margin-top: 0;
  font-weight: 400;
}
.page-template-page-members .page-members .main-content .sidebar .weather-part #weatherFeed .weather-left {
  display: inline-block;
  width: 50px;
}
.page-template-page-members .page-members .main-content .sidebar .weather-part #weatherFeed .weather-right {
  margin-left: 10px;
  display: inline-block;
  vertical-align: 10px;
}
.page-template-page-members .page-members .main-content .sidebar .weather-part #weatherFeed .weather-right .day {
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
}
.page-template-page-members .page-members .main-content .sidebar .weather-part #weatherFeed .weather-right .range {
  display: block;
  opacity: 0.5;
  letter-spacing: 2px;
}

.page-template-page-modular .slider-module .slick-prev {
  left: 25px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .page-template-page-modular .slider-module .slick-prev {
    left: 5px;
  }
}
.page-template-page-modular .slider-module .slick-next {
  right: 25px;
}
@media screen and (max-width: 480px) {
  .page-template-page-modular .slider-module .slick-next {
    right: 5px;
  }
}
.page-template-page-modular .slider-module .slick-dots {
  bottom: 25px;
}
.page-template-page-modular .slider-module.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.page-template-page-modular .slider-module .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}
.page-template-page-modular .slider-module .slick-dots li button:before {
  opacity: 0.5;
  color: #ffffff;
  font-size: 10px;
}

.gallery {
  padding: 5px;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery br {
  display: none;
}
.gallery .gallery-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: inline-block;
  vertical-align: middle;
  float: none !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery .gallery-item img {
  width: 97%;
  height: auto;
  margin: 5px;
  border: 0 !important;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 740px) {
  .gallery .gallery-item {
    width: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}

.classic-page-template.single .main-content .sidebar {
  float: none;
}
.classic-page-template.single-course .course-slider a {
  text-decoration: none;
  outline: none;
}
.classic-page-template.single-course .course-slider .slick-prev,
.classic-page-template.single-course .course-slider .slick-next {
  z-index: 24;
  width: 50px;
  border-radius: 0;
  height: 100%;
  display: block;
}
.classic-page-template.single-course .course-slider .slick-prev:before,
.classic-page-template.single-course .course-slider .slick-next:before {
  color: #ffffff;
}
.classic-page-template.single-course .course-slider .slick-prev {
  left: 0;
  padding-left: 20px;
}
.classic-page-template.single-course .course-slider .slick-next {
  right: 0;
  padding-right: 20px;
}
.classic-page-template.single-course .course-slider .slick-slide .hole-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  border: 5px solid white;
  overflow: hidden;
  margin-bottom: 10px;
}
.classic-page-template.single-course .course-slider .slick-slide .hole-slide.active .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.classic-page-template.single-course .course-slider .slick-slide .hole-slide:hover .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.classic-page-template.single-course .course-slider .slick-slide .hole-slide .overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .classic-page-template.single-course .course-slider .slick-slide .hole-slide {
    height: 180px;
  }
}
.classic-page-template.single-course .course-slider .slick-slide .hole-slide h3 {
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .classic-page-template.single-course .main-content .content .image-content .image-content-helper {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .classic-page-template.single-course .main-content .content .image-content .image-content-helper {
    width: 100%;
    display: block;
  }
}
.classic-page-template.single-course .pars-distances {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .classic-page-template.single-course .pars-distances {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  .classic-page-template.single-course .pars-distances {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 20px 20px 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .classic-page-template.single-course .pars-distances {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
}
.classic-page-template.single-course .pars-distances .pars,
.classic-page-template.single-course .pars-distances .distances {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .classic-page-template.single-course .pars-distances .pars,
  .classic-page-template.single-course .pars-distances .distances {
    width: 100%;
  }
}
.classic-page-template.single-course .pars-distances .square {
  height: 20px;
  width: 20px;
  display: inline-block;
}
.classic-page-template.single-course .pars-distances .text {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 3px;
  width: calc(100% - 30px);
}
.classic-page-template.single-course .pars-distances .text p {
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.classic-page-template.single-course .pars-distances .text p span {
  font-weight: 400;
  margin-left: 10px;
  letter-spacing: 3px;
  position: absolute;
  right: 10%;
}
.classic-page-template.single-course .pars-distances .pars {
  padding-left: 5%;
}
.classic-page-template.single-course .pars-distances .pars .mens .square {
  background: #345da6;
}
.classic-page-template.single-course .pars-distances .pars .ladies .square {
  background: #c8102e;
}
.classic-page-template.single-course .pars-distances .distances {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1200px) {
  .classic-page-template.single-course .pars-distances .distances {
    margin-top: 30px;
    padding-left: 5%;
    border-left: 0;
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
}
.classic-page-template.single-course .pars-distances .distances .blue .square {
  background: #345da6;
}
.classic-page-template.single-course .pars-distances .distances .white .square {
  background: #efefef;
}
.classic-page-template.single-course .pars-distances .distances .red .square {
  background: #c8102e;
}
.classic-page-template.single-course .pagination-style-1 {
  display: none;
}
.classic-page-template.single-course .pagination-style-2 {
  margin-bottom: 30px;
}
.classic-page-template.single-course .pagination-style-2 .pagination-left,
.classic-page-template.single-course .pagination-style-2 .pagination-middle,
.classic-page-template.single-course .pagination-style-2 .pagination-right {
  display: inline-block;
  width: 33%;
}
.classic-page-template.single-course .pagination-style-2 .pagination-left span,
.classic-page-template.single-course .pagination-style-2 .pagination-middle span,
.classic-page-template.single-course .pagination-style-2 .pagination-right span {
  display: block;
  width: 100%;
}
.classic-page-template.single-course .pagination-style-2 .pagination-left span a,
.classic-page-template.single-course .pagination-style-2 .pagination-middle span a,
.classic-page-template.single-course .pagination-style-2 .pagination-right span a {
  border: 1px solid #85cf68;
  background: #85cf68;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.classic-page-template.single-course .pagination-style-2 .pagination-left span a:hover,
.classic-page-template.single-course .pagination-style-2 .pagination-middle span a:hover,
.classic-page-template.single-course .pagination-style-2 .pagination-right span a:hover {
  border: 1px solid #6f6f6f;
  background: #6f6f6f;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .classic-page-template.single-course .pagination-style-2 .pagination-left,
  .classic-page-template.single-course .pagination-style-2 .pagination-middle,
  .classic-page-template.single-course .pagination-style-2 .pagination-right {
    width: 50%;
  }
}
.classic-page-template.single-course .pagination-style-2 .pagination-left span {
  text-align: left;
}
.classic-page-template.single-course .pagination-style-2 .pagination-middle span {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .classic-page-template.single-course .pagination-style-2 .pagination-middle {
    display: none;
  }
}
.classic-page-template.single-course .pagination-style-2 .pagination-right span {
  text-align: right;
}
.classic-page-template.single-course .pagination-style-2 span.hide-on-mobile {
  display: inline-block !important;
  width: auto !important;
}
@media screen and (max-width: 480px) {
  .classic-page-template.single-course .pagination-style-2 span.hide-on-mobile {
    display: none !important;
  }
}
.classic-page-template.page-course-tour .holes {
  padding: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.classic-page-template.page-course-tour .holes .hole-outer {
  width: 33.33%;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .classic-page-template.page-course-tour .holes .hole-outer {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .classic-page-template.page-course-tour .holes .hole-outer {
    width: 100%;
  }
}
.classic-page-template.page-course-tour .holes .hole-outer a {
  text-decoration: none;
}
.classic-page-template.page-course-tour .holes .hole-outer .hole {
  margin: 5px;
  height: 250px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 600px) {
  .classic-page-template.page-course-tour .holes .hole-outer .hole {
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .classic-page-template.page-course-tour .holes .hole-outer .hole {
    height: 220px;
  }
}
.classic-page-template.page-course-tour .holes .hole-outer .hole:hover > .hole-overlay {
  background: rgba(0, 0, 0, 0.5);
  border: 0px solid #eee;
}
.classic-page-template.page-course-tour .holes .hole-outer .hole:hover > .hole-overlay h3 {
  transform: scale(1.1);
  background: rgba(0, 0, 0, 0);
}
.classic-page-template.page-course-tour .holes .hole-outer .hole .hole-overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.classic-page-template.page-course-tour .holes .hole-outer .hole h3 {
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.classic-page-template.page-contact .main-content .content .sidebar {
  width: 30%;
}
@media screen and (max-width: 1280px) {
  .classic-page-template.page-contact .main-content .content .sidebar {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .classic-page-template.page-contact .main-content .content .sidebar {
    width: 100%;
  }
}
.classic-page-template.page-contact .main-content .content .text-content {
  width: 40%;
}
@media screen and (max-width: 1280px) {
  .classic-page-template.page-contact .main-content .content .text-content {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .classic-page-template.page-contact .main-content .content .text-content {
    width: 100%;
  }
}
.classic-page-template.page-contact .main-content .content .image-content {
  width: 30%;
}
@media screen and (max-width: 1280px) {
  .classic-page-template.page-contact .main-content .content .image-content {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .classic-page-template.page-contact .main-content .content .image-content {
    width: 100%;
  }
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .country-container {
  padding-top: 20px;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .country-container .accordion-toggle {
  opacity: 0.3;
  transition: all 0.1s ease-in-out;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .country-container .accordion-toggle:hover {
  opacity: 0.8;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .country-container .accordion-toggle.caret-down {
  transform: rotate(90deg) translateZ(0);
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .country-container .state-container {
  padding-top: 20px;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .country-name {
  border-bottom: 3px solid #85cf68;
  margin: 0;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .country-name:hover {
  cursor: pointer;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .country-name:hover > .accordion-toggle {
  opacity: 0.8;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .state-container .state-name {
  margin: 0;
  display: inline-block;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .state-container .state-name:hover {
  cursor: pointer;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .state-container .state-name:hover > .accordion-toggle {
  opacity: 0.8;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .club-item {
  margin: 0;
  padding-top: 20px;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .club-item .club-name {
  margin: 0;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .club-item {
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .classic-page-template.page-reciprocal-clubs .main-content .club-list .club-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .classic-page-template.page-reciprocal-clubs .main-content .club-list .club-item {
    width: 100%;
    padding-right: 0;
  }
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .club-item .club-name {
  font-weight: 400;
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .club-item .club-details {
  padding: 0 10px;
}
.classic-page-template.page-reciprocal-clubs .main-content .club-list .club-item .club-details p {
  line-height: 20px;
}
.classic-page-template .main-content a:hover {
  text-decoration: none;
}
.classic-page-template .main-content .sidebar ul ul ul, .classic-page-template .main-content .sidebar ul ul ol, .classic-page-template .main-content .sidebar ul ol ul, .classic-page-template .main-content .sidebar ul ol ol, .classic-page-template .main-content .sidebar ol ul ul, .classic-page-template .main-content .sidebar ol ul ol, .classic-page-template .main-content .sidebar ol ol ul, .classic-page-template .main-content .sidebar ol ol ol {
  padding-left: 20px;
}
.classic-page-template .main-content .content .pagination {
  background-color: #f8f8f8;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.classic-page-template .main-content .content .pagination .prev,
.classic-page-template .main-content .content .pagination .next {
  text-transform: uppercase;
  font-size: 12px;
}
.classic-page-template .main-content .content .pagination a {
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}
.classic-page-template .main-content .content .pagination a:hover {
  opacity: 0.5;
}
.classic-page-template .main-content .content .pagination span.current {
  background: #85cf68;
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.classic-page-template .main-content .content .image-content {
  padding-top: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .classic-page-template .main-content .content .image-content {
    padding-left: 0;
  }
}
.classic-page-template .main-content .content .image-content {
  vertical-align: top;
}
.classic-page-template .main-content .content .image-content iframe {
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .classic-page-template .main-content .content .image-content iframe {
    margin-top: 0;
  }
}
.classic-page-template .main-content .content .image-content img {
  max-width: 100%;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .classic-page-template .main-content .content .outer-news-item.col1-3 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .classic-page-template .main-content .content .outer-news-item.col1-3 {
    width: 100%;
  }
}
.classic-page-template .main-content .content .inner-news-item {
  margin: 10px;
  border: 1px solid #ccc;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.classic-page-template .main-content .content .inner-news-item .image-link:hover .inner-news-item-image-container > .inner-news-item-image {
  opacity: 0.8;
  transform: scale(1.1);
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-image-container,
.classic-page-template .main-content .content .inner-news-item .inner-news-item-image {
  height: 200px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
@media screen and (max-width: 740px) {
  .classic-page-template .main-content .content .inner-news-item .inner-news-item-image-container,
  .classic-page-template .main-content .content .inner-news-item .inner-news-item-image {
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .classic-page-template .main-content .content .inner-news-item .inner-news-item-image-container,
  .classic-page-template .main-content .content .inner-news-item .inner-news-item-image {
    height: 200px;
  }
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-image {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-text {
  padding: 20px 10px;
  border-top: 1px solid #ccc;
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-text .inner-news-item-date {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: white;
  padding-top: 5px;
  border: 1px solid #ccc;
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-text .inner-news-item-date p {
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-text .inner-news-item-date p.date {
  font-size: 20px;
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-text .title {
  text-decoration: none;
  font-size: 20px;
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 10px 0 40px;
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-text .read-more-gradient {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-text .more-link {
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  text-decoration: none;
  /* border-radius: 20px; */
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #6f6f6f;
  background: #ffffff;
  color: #6f6f6f;
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-text .more-link .fa {
  transform: translateY(0%);
}
.classic-page-template .main-content .content .inner-news-item .inner-news-item-text .more-link:hover {
  border: 1px solid #85cf68;
  background: #85cf68;
  color: #ffffff;
}
.classic-page-template .main-content .sidebar {
  float: left;
  vertical-align: top;
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .classic-page-template .main-content .sidebar.col1-5 {
    width: 100%;
  }
}
.classic-page-template .main-content .sidebar h3 {
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 3px solid #85cf68;
}
.classic-page-template .main-content .sidebar .phone-icon {
  text-indent: -2.1em;
  padding-left: 2.3em;
}
.classic-page-template .main-content .sidebar .email-icon {
  text-indent: -2.1em;
  padding-left: 2.2em;
}
.classic-page-template .main-content .sidebar .address-icon {
  text-indent: -1.8em;
  padding-left: 2.2em;
}
.classic-page-template .main-content .sidebar .view-map-link {
  padding-left: 2.8em;
  font-weight: 400;
  font-size: 12px;
}
.classic-page-template .main-content .sidebar .phone-icon:before {
  content: "\f095";
  font: var(--fa-font-solid);
  padding-right: 15px;
  vertical-align: top;
  font-size: 20px;
  color: #85cf68;
}
.classic-page-template .main-content .sidebar .email-icon:before {
  content: "\f003";
  font: var(--fa-font-solid);
  padding-right: 12px;
  vertical-align: top;
  font-size: 20px;
  color: #85cf68;
}
.classic-page-template .main-content .sidebar .address-icon:before {
  content: "\f041";
  font: var(--fa-font-solid);
  padding-right: 17px;
  vertical-align: top;
  font-size: 20px;
  color: #85cf68;
}
.classic-page-template .main-content .sidebar .members-home-menu li {
  margin-bottom: 4px;
}
.classic-page-template .main-content .sidebar .members-home-menu li a {
  background: #eaeaea;
  color: #6f6f6f;
  padding: 10px;
  margin-bottom: 4px;
}
.classic-page-template .main-content .sidebar .members-home-menu li a:hover {
  background: #6f6f6f;
  color: #ffffff;
}
.classic-page-template .main-content .sidebar .members-home-menu li a:before {
  content: "";
}
.classic-page-template .main-content .sidebar .current-menu-item {
  font-weight: 400;
}
.classic-page-template .main-content .sidebar .current-menu-item > a:before {
  content: "\f0da";
  font: var(--fa-font-solid);
  position: absolute;
  left: -16px;
  top: -1px;
  color: rgba(133, 207, 104, 0.5);
}
.classic-page-template .main-content .sidebar ul, .classic-page-template .main-content .sidebar ol {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
.classic-page-template .main-content .sidebar ul.recent-posts li a, .classic-page-template .main-content .sidebar ol.recent-posts li a {
  margin-bottom: 0;
}
.classic-page-template .main-content .sidebar ul.recent-posts li p.date, .classic-page-template .main-content .sidebar ol.recent-posts li p.date {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.3;
  font-weight: 400;
  letter-spacing: 3px;
}
.classic-page-template .main-content .sidebar ul li, .classic-page-template .main-content .sidebar ol li {
  margin-bottom: 10px;
}
.classic-page-template .main-content .sidebar ul li a, .classic-page-template .main-content .sidebar ol li a {
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  line-height: 1.3em;
}
.classic-page-template .main-content .title-helper.dark h1 {
  font-weight: 600;
}
.classic-page-template .main-content .title-helper.light {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
}
.classic-page-template .main-content .title-helper.light .page-title {
  margin-bottom: 5px;
  font-size: 47px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .classic-page-template .main-content .title-helper.light .page-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .classic-page-template .main-content .title-helper.light .page-title {
    font-size: 26px;
  }
}
.classic-page-template .main-content .title-helper.light .date {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.3;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (max-width: 600px) {
  .classic-page-template .main-content .title-helper.light {
    margin-top: 12px;
  }
}

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

img.alignright,
div.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft,
div.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter,
div.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright,
a div.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft,
a div.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter,
a div.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright,
img.alignleft,
img.aligncenter,
a img.alignright,
a img.alignleft,
a img.aligncenter,
div.wp-caption.alignright,
div.wp-caption.alignleft,
div.wp-caption.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 740px) {
  img.alignright,
  img.alignleft,
  img.aligncenter,
  a img.alignright,
  a img.alignleft,
  a img.aligncenter,
  div.wp-caption.alignright,
  div.wp-caption.alignleft,
  div.wp-caption.aligncenter {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.wp-caption {
  border: 1px solid #ccc;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption p.wp-caption-text {
  margin-top: -4px;
  margin-bottom: 0;
  padding: 5px 15px;
  background: #eee;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
}

.gform_wrapper .gform_button {
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 400;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  text-shadow: none;
  background: #85cf68;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gform_wrapper .gform_button:hover {
  cursor: pointer;
  background: #6f6f6f;
}
.gform_wrapper .gform_button:hover:after {
  transform: translateY(-50%) translateX(10px);
}
.gform_wrapper .gform_button:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  content: "\f054";
  font: var(--fa-font-solid);
  vertical-align: top;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.gform_wrapper .gfield input {
  padding: 10px !important;
  margin-top: 0 !important;
  border: 2px solid #ccc;
}
.gform_wrapper .gfield select {
  text-indent: 4px !important;
  height: 40px;
  border: 2px solid #ccc !important;
}
.gform_wrapper .gfield .ginput_container label {
  font-size: 16px !important;
  opacity: 0.8;
  letter-spacing: 1px !important;
  font-weight: 400;
}
.gform_wrapper .gfield .ginput_container_textarea textarea {
  padding: 10px !important;
  border: 2px solid #ccc;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.lity .lity-container p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  line-height: 1.5em;
}
.lity .lity-container p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

th.fc-day-header.fc-widget-header {
  font-weight: 400 !important;
}

.fc-day-grid-event .fc-time {
  font-weight: 400 !important;
  display: block !important;
}

a.fc-event {
  padding: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eventorganiser-event-meta {
  padding: 5px 20px;
  background: #f8f8f8;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
}

.single-event .classic-page-template .main-content .sidebar ul, .single-event .classic-page-template .main-content .sidebar ol {
  list-style: none;
  padding-left: 0;
}
.single-event .classic-page-template .main-content .sidebar ul.eo-events li a, .single-event .classic-page-template .main-content .sidebar ol.eo-events li a {
  margin-bottom: 0;
}
.single-event .classic-page-template .main-content .sidebar ul.eo-events li p.date, .single-event .classic-page-template .main-content .sidebar ol.eo-events li p.date {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.3;
  font-weight: 400;
  letter-spacing: 3px;
  padding-left: 1px;
}
.single-event .classic-page-template .main-content .sidebar a.calendar-view {
  background: #85cf68;
  color: #ffffff;
  padding: 10px;
  border-radius: 25px;
  margin-top: 10px;
  display: block;
  text-decoration: none;
  border: 1px solid #85cf68;
  text-align: center;
}
.single-event .classic-page-template .main-content .sidebar a.calendar-view:hover {
  background: #ffffff;
  color: #85cf68;
}

span.fc-list-header-left,
span.fc-list-header-right {
  font-weight: 400;
}

.fc-toolbar .fc-center h2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fc-listDay-view tbody .fc-row, .fc-listMonth-view tbody .fc-widget-content {
  border-bottom: 1px solid #000000;
}
.fc-listDay-view tbody .fc-row:last-child, .fc-listMonth-view tbody .fc-widget-content:last-child {
  border-bottom: 0;
}

.fc-view.fc-listMonth-view.fc-display-date-above.fc-basic-view {
  border: 1px solid #000000;
}

p.back a {
  text-decoration: none;
}
p.back a:hover {
  opacity: 0.5;
}

.module-testimonials .slick-slide {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.module-testimonials .slick-slide.slick-current {
  opacity: 1;
}
.slick-slide {
  outline: none;
}

.additional-info-sidebar {
  float: right;
  width: 33%;
  min-width: 250px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em 2em;
  background: rgba(200, 200, 200, 0.25);
  position: relative;
  z-index: 1;
}
.additional-info-sidebar ul, .additional-info-sidebar ol {
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .additional-info-sidebar {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.additional-info-sidebar img.alignright,
.additional-info-sidebar img.alignleft,
.additional-info-sidebar img.aligncenter,
.additional-info-sidebar a img.alignright,
.additional-info-sidebar a img.alignleft,
.additional-info-sidebar a img.aligncenter,
.additional-info-sidebar div.wp-caption.alignright,
.additional-info-sidebar div.wp-caption.alignleft,
.additional-info-sidebar div.wp-caption.aligncenter {
  max-width: 100%;
}

.document-link:before {
  content: "\f15b";
  font: var(--fa-font-solid);
  padding-right: 5px;
  vertical-align: top;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
}
.document-link:hover:before {
  content: "\f016";
}

.external-link:after {
  content: "\f08e";
  font: var(--fa-font-solid);
  padding-left: 5px;
  vertical-align: top;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
}

.page-template-page-home main {
  padding-bottom: 0;
}
.page-template-page-home main .banner img {
  height: auto;
  max-height: none;
  object-fit: cover;
}
.page-template-page-home main #latest-news h2 {
  text-align: center;
  margin-top: 0;
}
.page-template-page-home main #latest-news .news-item {
  width: 100%;
  height: 100px;
}
.page-template-page-home main #latest-news .news-item .article {
  width: 25%;
  min-height: 530px;
  float: left;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  .page-template-page-home main #latest-news .news-item .article {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-page-home main #latest-news .news-item .article {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .page-template-page-home main #latest-news .news-item .article {
    width: 100%;
    min-height: 500px;
  }
}
.page-template-page-home main #latest-news .news-item .article .article-inner {
  min-height: 530px;
  background: #f3f3f3;
  position: relative;
}
@media screen and (max-width: 600px) {
  .page-template-page-home main #latest-news .news-item .article .article-inner {
    min-height: 500px;
  }
}
.page-template-page-home main #latest-news .news-item .article .article-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-page-home main #latest-news .news-item .article .post-title {
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.page-template-page-home main #latest-news .news-item .article .news-text {
  padding: 0 20px;
}
.page-template-page-home main #latest-news .news-item .article .news-text p {
  font-size: 14px;
}
.page-template-page-home main #latest-news .news-item .article .news-text .more-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #85cf68;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 15px;
}
.page-template-page-home main #latest-news .news-item .article .news-text .more-link i {
  font-size: 12px;
}
.page-template-page-home main #latest-news .news-item .article .news-text .more-link:hover {
  background: #6f6f6f;
}
@media screen and (max-width: 1200px) {
  .page-template-page-home main #latest-news .news-item .article .news-text .more-link {
    bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-page-home main #latest-news .news-item .article .news-text .more-link {
    bottom: 20px;
  }
}
.page-template-page-home main #latest-news .news-item .article a {
  text-decoration: none;
}
.page-template-page-home main {
  /* Contact Section */
}
.page-template-page-home main .contact {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page-template-page-home main .contact .map {
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 1024px) {
  .page-template-page-home main .contact .map {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .page-template-page-home main .contact .map {
    width: 100%;
    float: none;
    height: 250px;
    position: relative;
  }
}
.page-template-page-home main .contact .map p {
  margin: 0 auto;
}
.page-template-page-home main .contact .map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  display: block;
  position: absolute;
}
.page-template-page-home main .contact .contact-details {
  width: 50%;
  float: right;
  background: #ebebeb;
  padding: 50px 50px;
}
@media screen and (max-width: 1024px) {
  .page-template-page-home main .contact .contact-details {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .page-template-page-home main .contact .contact-details {
    width: 100%;
    float: none;
  }
}
.page-template-page-home main .contact .contact-details .social a {
  text-decoration: none;
  font-size: 25px;
  margin-right: 10px;
}
.page-template-page-home main .contact .contact-details .social a:hover {
  opacity: 0.6;
}

.pdf:before {
  font: var(--fa-font-solid);
  content: "\f1c1";
  position: relative;
  padding-right: 5px;
  font-size: 20px;
}

.single-course .section-padding {
  padding-top: 35px;
}

.public-buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.public-buttons-container .public-buttons {
  display: flex;
  flex-direction: row;
  max-width: 750px;
  margin-left: 20px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.public-buttons-container .public-buttons .btn {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
  position: relative;
  padding-right: 40px;
  text-shadow: none;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 600;
  border-width: 1px;
  margin: 20px 0;
  display: flex;
  box-shadow: 1px 1px 2px 1px #efefef;
  width: 300px;
  color: #ffffff;
  background: #85cf68;
}
.public-buttons-container .public-buttons .btn i.material-icons {
  margin: 0 10px 0 0;
  line-height: 17px;
}
.public-buttons-container .public-buttons .btn:hover {
  background: #6f6f6f;
}

.inner.overflow-hidden {
  overflow: hidden !important;
}

body.overflow-hidden {
  overflow: hidden !important;
  padding-right: 15px;
}

.inner.overflow-hidden-touch {
  overflow: hidden !important;
}

body.overflow-hidden-touch {
  overflow: hidden !important;
}

.inner.add-width {
  width: 325px !important;
}

.admin-bar .top-nav {
  margin-top: 32px;
}

nav.top-nav.slide-out-padding {
  padding-right: 35px;
}

nav.top-nav {
  top: 0;
}
nav.top-nav.toggle-menu-helper-transition {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
nav.top-nav {
  -webkit-transform: translateZ(0);
  position: fixed;
  z-index: 30;
  background: #85cf68;
  width: 100%;
  height: 130px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  nav.top-nav {
    -webkit-transform: none;
  }
}
nav.top-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  nav.top-nav {
    padding: 15px;
    height: 70px;
  }
}
nav.top-nav .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 600px) {
  nav.top-nav .container {
    align-items: start;
  }
}
nav.top-nav .container div {
  display: inline-block;
}
nav.top-nav .container div.logo {
  vertical-align: middle;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
@media screen and (max-width: 1024px) {
  nav.top-nav .container div.logo {
    width: 0%;
  }
}
nav.top-nav .container div.logo a {
  position: relative;
}
nav.top-nav .container div.logo img {
  height: 100%;
}
@media screen and (max-width: 600px) {
  nav.top-nav .container div.logo img {
    height: 40px;
  }
}
nav.top-nav .container div.menu {
  text-align: center;
  width: 100%;
}
nav.top-nav .container div.menu #menu-desktop > li:hover > a {
  border-bottom: 2px solid #85cf68;
}
nav.top-nav .container div.menu #menu-desktop > li.menu-item.current-menu-item > a, nav.top-nav .container div.menu #menu-desktop > li.menu-item.current-page-ancestor > a, nav.top-nav .container div.menu #menu-desktop > li.menu-item.current-page-parent > a {
  border-bottom: 2px solid #85cf68;
}
nav.top-nav .container div.menu a {
  color: #6f6f6f;
  text-decoration: none;
  margin-left: 11px;
  margin-right: 11px;
  letter-spacing: 1px;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
nav.top-nav .container div.menu a:hover {
  border-bottom: 3px solid #85cf68;
}
@media screen and (max-width: 1200px) {
  nav.top-nav .container div.menu a {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  nav.top-nav .container div.menu a {
    margin-left: 8px;
    margin-right: 8px;
  }
}
nav.top-nav .container div.menu ul {
  padding-left: 0;
  margin: 25px 0;
}
nav.top-nav .container div.menu ul li {
  position: relative;
  display: inline-block;
  font-size: 15px;
}
nav.top-nav .container div.menu ul li.hide {
  display: none;
}
nav.top-nav .container div.menu ul li.shift ul {
  right: 0px;
  left: auto;
  text-align: right;
}
nav.top-nav .container div.menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
nav.top-nav .container div.menu ul li:after {
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
  height: 30px;
  background: transparent;
}
nav.top-nav .container div.menu ul li.menu-item-has-children > a {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
nav.top-nav .container div.menu ul li.menu-item-has-children > a:after {
  color: #85cf68;
  content: "\f0d7";
  font: var(--fa-font-solid);
  padding-left: 10px;
  vertical-align: top;
}
nav.top-nav .container div.menu ul li ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  position: absolute;
  top: 58px;
  left: 0;
  width: 215px;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
}
nav.top-nav .container div.menu ul li ul li {
  position: relative;
  display: block;
  text-align: left;
  margin: 0;
}
nav.top-nav .container div.menu ul li ul li.menu-item-has-children > a {
  margin-right: 5px;
}
nav.top-nav .container div.menu ul li ul li.menu-item-has-children > a:after {
  color: #85cf68;
  content: "\f0da";
  font: var(--fa-font-solid);
  padding-left: 10px;
  vertical-align: top;
  position: absolute;
  right: 15px;
  top: 25%;
}
nav.top-nav .container div.menu ul li ul li a {
  margin-left: 0;
  width: 100%;
  border-bottom: 0;
  display: block;
  padding: 10px;
  padding-right: 30px;
  line-height: 1.2em;
}
nav.top-nav .container div.menu ul li ul li a:hover {
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
nav.top-nav .container div.menu ul li ul li ul {
  position: absolute;
  top: 0;
  left: 200px;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  nav.top-nav .container div.menu {
    display: none;
  }
}
nav.top-nav .container div.member-login {
  text-align: right;
}
@media screen and (max-width: 1400px) {
  nav.top-nav .container div.member-login {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}
nav.top-nav .container div.member-login {
  /*@include media($desktop) {
  	width: 23%;
  }*/
}
@media screen and (max-width: 1024px) {
  nav.top-nav .container div.member-login {
    width: 100%;
    display: inline-block;
    margin: 19px 0;
  }
}
@media screen and (max-width: 600px) {
  nav.top-nav .container div.member-login {
    vertical-align: 10px;
    margin: 5px 0;
  }
}
nav.top-nav .container div.member-login a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px;
  border: 1px solid #85cf68;
  background: #85cf68;
}
@media screen and (max-width: 1200px) {
  nav.top-nav .container div.member-login a {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  nav.top-nav .container div.member-login a {
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 5px;
    border: 1px solid transparent;
  }
}
nav.top-nav .container div.member-login a:hover {
  background: #6f6f6f;
  color: #ffffff;
  border-color: #6f6f6f;
}
nav.top-nav .container div.member-login a.mobile-menu-button {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  nav.top-nav .container div.member-login a.mobile-menu-button {
    display: inline-block;
  }
}
nav.top-nav .container div.member-login a.login-button {
  display: inline-block;
}
nav.top-nav .container div.mobile-menu {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 25;
  width: 100%;
  height: 100%;
}
nav.top-nav .container div.mobile-menu.menu-is-open {
  margin-left: -100%;
}
nav.top-nav .container div.mobile-menu {
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
nav.top-nav .container div.mobile-menu .outer {
  width: calc(100% - 300px);
  height: 100%;
}
nav.top-nav .container div.mobile-menu .inner {
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  width: 310px;
  height: 100%;
  position: absolute;
  right: 0;
  background: #ffffff;
  padding: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  nav.top-nav .container div.mobile-menu .inner .members-only-menu {
    display: none;
  }
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .menu-members-menu-container #menu-mobile li a,
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .menu-guest-menu-container #menu-mobile li a {
  color: #6f6f6f;
  text-align: center;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .menu-primary-container {
  margin-top: 15px;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list #weatherFeed-menu {
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  display: none;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list #weatherFeed-menu .weatherTitle {
  display: none;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list #weatherFeed-menu .weather-item {
  width: 33%;
  display: inline-block;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list #weatherFeed-menu .weather-item .weather-left {
  text-align: center;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list #weatherFeed-menu .weather-item .weather-right span {
  display: block;
  text-align: center;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .site-menu-button a,
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .members-menu-button a,
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .weather-button a {
  border-right: 0;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .site-menu-button a:hover,
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .members-menu-button a:hover,
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .weather-button a:hover {
  border-right: 0;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .weather-button {
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .site-menu-button {
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .members-menu-button {
  margin-top: 15px;
  background: #85cf68;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .members-menu-button a {
  color: #ffffff;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .menu-members-home-menu-container {
  background: rgba(133, 207, 104, 0.8);
  margin-bottom: 20px;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .menu-members-home-menu-container ul li {
  border-top: 1px solid transparent;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list .menu-members-home-menu-container .members-home-menu li a {
  color: #ffffff;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list ul li {
  position: relative;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list ul li.menu-item-has-children > a.arrow {
  position: absolute;
  right: 0;
  background: transparent;
  padding-right: 10px;
  padding-left: 15px;
  transition: all 0.1s ease-in-out;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list ul li.menu-item-has-children > a.arrow:after {
  content: "\f0da";
  font: var(--fa-font-solid);
  vertical-align: top;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list ul li.menu-item-has-children > a.arrow:hover {
  border-right: 5px solid transparent;
  opacity: 0.8;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list ul li.menu-item-has-children > a.arrow.open {
  transform: rotate(90deg) translateZ(0);
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list ul li ul.sub-menu {
  display: none;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list {
  width: 100%;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list > div > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list > div > ul > li:first-child {
  border-top: 0;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list > div > ul > li > ul > li a {
  padding-left: 30px;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div {
  width: 100%;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul {
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li {
  letter-spacing: 2px;
  font-weight: 500;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li.current-menu-item a {
  background: rgba(133, 207, 104, 0.8);
  color: #ffffff;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li.current-menu-item .sub-menu li a {
  background: rgba(0, 0, 0, 0.1);
  color: #6f6f6f;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li.current-menu-ancestor a {
  background: rgba(133, 207, 104, 0.5);
  color: #ffffff;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li.current-menu-ancestor .sub-menu li a {
  background: rgba(133, 207, 104, 0.8);
  color: #ffffff;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li ul li a {
  background: rgba(0, 0, 0, 0.1);
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li ul li ul li a {
  background: rgba(0, 0, 0, 0.15);
  padding-left: 60px;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li a {
  display: block;
  padding: 2px;
  color: #6f6f6f;
  text-decoration: none;
  padding-left: 10px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  border-right: 5px solid transparent;
  font-size: 15px;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li a:hover {
  border-right: 5px solid rgba(255, 255, 255, 0.7);
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-top-buttons {
  width: 100%;
  text-align: right;
  padding-right: 11px;
  padding-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 600px) {
  nav.top-nav .container div.mobile-menu .inner .mobile-menu-top-buttons {
    padding-right: 0px;
    padding-top: 0px;
  }
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-top-buttons.scroll-padding {
  padding-top: 15px;
}
@media screen and (max-width: 600px) {
  nav.top-nav .container div.mobile-menu .inner .mobile-menu-top-buttons.scroll-padding {
    padding-top: 7px;
  }
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-top-buttons a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #85cf68;
  background-clip: padding-box;
  background: #85cf68;
  padding: 10px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  nav.top-nav .container div.mobile-menu .inner .mobile-menu-top-buttons a {
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 5px;
    border: 1px solid transparent;
    padding: 10px 5px;
  }
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-top-buttons a:hover {
  background: #6f6f6f;
  border: 1px solid #6f6f6f;
  color: #ffffff;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-top-buttons a.mobile-menu-button {
  display: inline-block;
  cursor: pointer;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-top-buttons a.login-button {
  display: inline-block;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-logo {
  display: none;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
nav.top-nav .container div.mobile-menu .inner .mobile-menu-logo img {
  max-width: 100%;
}
.shrink nav,
.shrink-always-on nav {
  padding-top: 0;
  padding-bottom: 0;
  background: #ffffff;
  height: 90px;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .shrink nav,
  .shrink-always-on nav {
    height: 54px;
  }
}
.shrink nav .container div.menu #menu-desktop > li:hover > a,
.shrink-always-on nav .container div.menu #menu-desktop > li:hover > a {
  border-bottom: 2px solid #6f6f6f;
}
.shrink nav .container div.menu #menu-desktop > li.menu-item.current-menu-item > a, .shrink nav .container div.menu #menu-desktop > li.menu-item.current-page-ancestor > a, .shrink nav .container div.menu #menu-desktop > li.menu-item.current-page-parent > a,
.shrink-always-on nav .container div.menu #menu-desktop > li.menu-item.current-menu-item > a,
.shrink-always-on nav .container div.menu #menu-desktop > li.menu-item.current-page-ancestor > a,
.shrink-always-on nav .container div.menu #menu-desktop > li.menu-item.current-page-parent > a {
  border-bottom: 2px solid #85cf68;
}
.shrink nav .container div.menu a:hover,
.shrink-always-on nav .container div.menu a:hover {
  border-color: #ffffff;
}
.shrink nav .container div.member-login a,
.shrink-always-on nav .container div.member-login a {
  padding: 10px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .shrink nav .container div.member-login a,
  .shrink-always-on nav .container div.member-login a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .shrink nav .container div.member-login a,
  .shrink-always-on nav .container div.member-login a {
    padding: 10px 5px;
  }
}
.shrink nav .container div.member-login a:hover,
.shrink-always-on nav .container div.member-login a:hover {
  background: #6f6f6f;
  color: #ffffff;
}
.shrink-always-on.at-top nav.top-nav .container .inner .mobile-menu-top-buttons.scroll-padding {
  padding-top: 15px;
}
@media screen and (max-width: 600px) {
  .shrink-always-on.at-top nav.top-nav .container .inner .mobile-menu-top-buttons.scroll-padding {
    padding-top: 0;
  }
}

body.product-page {
  font-family: "sofia-pro", sans-serif !important;
  font-size: initial;
}
body.product-page .no-banner-spacer {
  padding-top: 110px;
}
body.product-page .title-helper {
  margin-bottom: 10px;
}
body.product-page .calendar .button {
  display: table-cell;
}
body.product-page .font-btns:hover {
  cursor: pointer;
}
body.product-page form#memberSearch #mainLayout .ui-datatable-tablewrapper {
  overflow-x: scroll;
}
body.product-page form#memberSearch #mainLayout .ui-paginator .ui-icon {
  height: 16px;
}
@media screen and (max-width: 740px) {
  body.product-page form#memberSearch #mainLayout div.ui-panel {
    width: 100% !important;
  }
}
body.product-page form#memberSearch #mainLayout #inputSearch .ui-selectmanybutton {
  display: inline-block !important;
}
@media screen and (max-width: 740px) {
  body.product-page form#memberSearch #mainLayout #inputSearch .ui-selectmanybutton {
    display: block !important;
    margin-bottom: 5px;
  }
  body.product-page form#memberSearch #mainLayout #inputSearch {
    text-align: center;
  }
  body.product-page form#memberSearch #mainLayout #inputSearch input {
    width: 100%;
    margin-bottom: 10px;
  }
  body.product-page form#memberSearch #mainLayout #inputSearch button.ui-button {
    margin: 0 auto;
  }
}
body.product-page .eventHeader {
  font-family: inherit !important;
  font-weight: 600;
}
body.product-page #eventListForm, body.product-page .ui-widget input, body.product-page .ui-widget {
  font-family: inherit;
}
body.product-page .event-list {
  font-family: inherit;
}
body.product-page .dayHeadingClass {
  font-weight: inherit !important;
}
body.product-page .event-nav h3 {
  font-family: inherit !important;
}
body.product-page body, body.product-page html, body.product-page table, body.product-page th, body.product-page td {
  font-family: inherit;
}
body.product-page .ui-widget input,
body.product-page .ui-widget select,
body.product-page .ui-widget textarea,
body.product-page .ui-widget button,
body.product-page .ui-datepicker {
  font-family: inherit;
}
body.product-page .ui-widget-header {
  font-weight: inherit;
}
body.product-page #alphaList a {
  font-weight: inherit;
}
body.product-page .ui-state-default,
body.product-page .ui-widget-content .ui-state-default,
body.product-page .ui-widget-header .ui-state-default {
  font-weight: inherit;
}
body.product-page .ui-button.ui-widget.ui-state-active {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: #85cf68;
  background: #85cf68;
}
body.product-page .ui-button.ui-widget.ui-state-hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: #85cf68;
  background: #85cf68;
}
body.product-page .ui-state-default,
body.product-page .ui-widget-content .ui-state-default,
body.product-page .ui-widget-header .ui-state-default {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.product-page .ui-button.ui-widget {
  background: #ccc;
}
body.product-page span.year-header,
body.product-page span.month-header {
  font-weight: normal;
}
@media (max-width: 35em) {
  body.product-page .ui-grid-col-3.month-block {
    width: 100%;
  }
}
body.product-page header.shrink nav .container {
  padding-top: 3px;
}
body.product-page table.portal {
  width: 100%;
  background: #f8f8f8;
}
body.product-page table.portal tr th {
  padding: 10px;
  background: #85cf68;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
body.product-page table.portal tr td {
  padding: 10px;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
}
body.product-page table.portal tr td:first-child {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  body.product-page table.portal tr td {
    width: 100%;
    display: block;
  }
  body.product-page table.portal tr td div[align=right] {
    text-align: center !important;
  }
  body.product-page table.portal tr td input[type=submit],
  body.product-page table.portal tr td input[type=button] {
    width: 48%;
    display: inline-block;
  }
}
body.product-page table.portal tr td input {
  padding: 10px 15px;
  font-size: 18px;
  border: 1px solid #ccc;
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
}
@media screen and (max-width: 600px) {
  body.product-page table.portal tr td input {
    width: 100%;
    display: block;
  }
}
body.product-page table.portal tr td table {
  width: 100%;
}
@media screen and (max-width: 600px) {
  body.product-page table.portal tr td table tr td {
    padding: 0;
  }
}
body.product-page table.portal tr td table tr td input {
  margin-bottom: 10px;
}
body.product-page .main-content .btn-success {
  color: #fff !important;
}
body.product-page .main-content .list-times .teetime-day-table .row-heading .popover-content ul li {
  line-height: 1.5em;
  margin-bottom: 10px;
  white-space: normal;
}
body.product-page .main-content {
  height: auto;
  background: #ffffff;
}
body.product-page .main-content .ui-paginator-pages {
  font-size: 11px;
  vertical-align: top;
  font-weight: 600;
}
body.product-page .main-content .container .section-padding {
  padding: 0 20px 20px 10px !important;
}
@media screen and (max-width: 1024px) {
  body.product-page .main-content .container .section-padding {
    padding: 0 10px 20px 10px !important;
  }
}
body.product-page .main-content .container.section-padding {
  padding: 20px;
}
body.product-page .main-content .panel a {
  border-bottom: 1px dotted #000000;
}
body.product-page .main-content .change-password table.portal {
  border: 1px solid #666;
}
body.product-page .main-content .change-password table.portal tbody tr:nth-child(4) {
  display: none;
}
body.product-page .main-content .password-reminder .panel-body form {
  margin-top: 20px;
  text-align: center;
}
body.product-page .main-content .password-reminder .panel-body form input {
  padding: 22px 15px;
  font-size: 18px;
  border: 1px solid #ccc;
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
  max-width: 400px;
  border-radius: 0;
  margin: 12px auto 10px auto;
}
body.product-page .main-content .password-reminder .panel-body form button {
  padding: 10px 15px;
  font-size: 18px;
  border: 1px solid #ccc;
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
  border-radius: 0;
  background-color: #ffffff !important;
  color: #000000 !important;
}
@media screen and (max-width: 600px) {
  body.product-page .main-content .password-reminder .panel-body form button {
    width: 100%;
    display: block;
  }
}
body.product-page .main-content .title-helper #welcome {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 5px 0px;
}
body.product-page .main-content .my-information-helper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  body.product-page .main-content .my-information-helper {
    flex-direction: column;
  }
}
body.product-page .main-content .my-information-helper .column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
body.product-page .main-content .my-information-helper .column:nth-child(1) .panel {
  margin-right: 10px;
}
body.product-page .main-content .my-information-helper .column:nth-child(2) .panel {
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  body.product-page .main-content .my-information-helper .column {
    width: 100%;
  }
  body.product-page .main-content .my-information-helper .column:nth-child(1) .panel {
    margin-right: 0;
  }
  body.product-page .main-content .my-information-helper .column:nth-child(2) .panel {
    margin-left: 0;
  }
}
body.product-page .main-content .my-information-helper .column .panel {
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
body.product-page .main-content .my-information-helper .column .panel h2 {
  color: #ffffff;
  padding: 10px;
  margin-top: 0 !important;
  /* border-bottom: 3px solid rgba($black,.1); */
  text-align: center;
  background: #85cf68;
}
body.product-page .main-content .my-information-helper .column .panel .portalLink {
  display: block;
  text-align: right;
  line-height: 3em;
}
body.product-page .main-content .my-information-helper .column .panel .portalLink a {
  background: #85cf68;
  color: #ffffff;
  padding: 6px 11px;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 0;
  border: 1px solid #85cf68;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.product-page .main-content .my-information-helper .column .panel .portalLink a:hover {
  background: #6f6f6f !important;
  color: #ffffff;
  border-color: #6f6f6f !important;
}
body.product-page .main-content div.login div.left,
body.product-page .main-content div.login div.right {
  padding: 10px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  body.product-page .main-content div.login div.left,
  body.product-page .main-content div.login div.right {
    width: 100%;
    padding: 0;
  }
}
body.product-page .main-content div.login div.left h2,
body.product-page .main-content div.login div.right h2 {
  margin-bottom: 0;
}
body.product-page .main-content div.login div.left {
  margin-top: 20px;
}
body.product-page .main-content div.login div.left form {
  padding: 40px 15px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
}
body.product-page .main-content div.login div.left form .remember {
  display: inline-block;
  min-width: 30px;
}
body.product-page .main-content div.login div.left form input {
  padding: 10px 15px;
  font-size: 18px;
  border: 1px solid #ccc;
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
  width: 50%;
  max-width: 400px;
}
@media screen and (max-width: 480px) {
  body.product-page .main-content div.login div.left form input {
    width: 100%;
    max-width: 100%;
  }
}
body.product-page .main-content div.login div.left form div.input {
  margin-bottom: 15px;
}
body.product-page .main-content div.login div.right p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 740px) {
  body.product-page .main-content div.login div.right p:first-child {
    margin-top: 15px;
  }
}
body.product-page .main-content div.login div.right p a {
  color: #6f6f6f;
}
body.product-page .main-content div.login div.right p a:hover {
  color: #85cf68;
}
body.product-page b, body.product-page strong {
  font-weight: 600;
}
body.product-page h1 {
  font-size: 28px;
  margin: 0.67em 0;
  line-height: 1.15;
}
body.product-page .container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
body.product-page .container.section-padding {
  padding: 20px;
}
body .mb-tabs .ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header {
  padding: 10px 0;
}
body .btn-success {
  border-color: #b45343;
}

.product-page main .section .container .members-content .errortext {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.product-page .alert {
  font-weight: 600;
}

.pie-chart canvas {
  margin-top: -20px;
}
.pie-chart .pie-title {
  margin-left: 0;
}
.pie-chart .pie-title h4 {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .pie-chart .pie-title h4 {
    text-align: left;
  }
}

.login input[type=submit]:hover {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .pie-chart {
    width: 100% !important;
    display: block !important;
  }
  .pie-chart .pie-title h4 {
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .product-page .eventList > div > div {
    width: 100%;
  }
  .product-page .eventList {
    margin-top: 0;
  }
  .product-page .event-nav {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .col3-4 {
    width: 100%;
  }
  .menu-members-menu-container .members-menu {
    display: none;
  }
  nav.top-nav .container .menu .members-menu {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
/*Block Styles*/
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 8% 0 0 !important;
}
@media (max-width: 782px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
  }
}

.wp-block-media-text .editor-inner-blocks {
  padding: initial;
}

.wp-block-column iframe {
  margin-top: 25px;
}

.wp-block-column img {
  height: auto;
}

img {
  height: auto;
}

@media (max-width: 782px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
/*Editor Styles*/
.editor-styles-wrapper {
  font-family: "sofia-pro", sans-serif !important;
}
.editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
}
.editor-styles-wrapper .wp-block {
  max-width: 87.5em;
}

.wp-block-table {
  margin: 1em 0;
}
.wp-block-table .table-outer .table-container table thead tr th {
  padding: 15px;
}

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