/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
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 {
  text-decoration: none !important;
  background: #1a75bb;
  color: #ffffff !important;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 0.9 !important; }
  a.btn:hover {
    background: #edd72b;
    color: #000000 !important; }

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; }
  html #wpadminbar {
    position: fixed; }
    @media screen and (max-width: 782px) {
      html #wpadminbar {
        height: 46px;
        min-width: 240px; } }
  html .admin-bar .top-nav {
    margin-top: 46px;
    padding: 0 !important; }
    @media (min-width: 782px) {
      html .admin-bar .top-nav {
        margin-top: 32px; } }
  html .admin-bar nav.top-nav .container div.mobile-menu .inner {
    margin-top: 46px; }

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

*, input, select, textarea, option, button {
  outline: none !important; }

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

html,
body {
  font-family: "Poppins", 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: 45px;
  letter-spacing: 1.1px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.67em 0; }
  @media (max-width: 600px) {
    h1 {
      font-size: 35px; } }

h2 {
  font-size: 40px;
  font-weight: 600; }
  @media (max-width: 600px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif; }
  @media (max-width: 600px) {
    h3 {
      font-size: 25px; } }

h4 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.67em 0; }
  @media (max-width: 600px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.67em 0; }
  @media (max-width: 600px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.67em 0; }
  @media (max-width: 600px) {
    h6 {
      font-size: 20px; } }

p, ul, ol, li {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1px; }
  @media (max-width: 600px) {
    p, ul, ol, li {
      font-size: 17px; } }

.page-template h1, .page-template h2, .page-template h3 {
  position: relative;
  margin-top: 0; }
  .page-template h1:after, .page-template h2:after, .page-template h3:after {
    border-bottom: 4px solid #1a75bb;
    content: "";
    width: 30px;
    position: absolute;
    height: 4px;
    left: 0;
    bottom: -10px; }
  .page-template h1.text-center:after, .page-template h1.has-text-align-center:after, .page-template h2.text-center:after, .page-template h2.has-text-align-center:after, .page-template h3.text-center:after, .page-template h3.has-text-align-center:after {
    border-bottom: 4px solid #1a75bb;
    content: "";
    width: 30px;
    position: absolute;
    height: 4px;
    left: calc(50% - 15px);
    bottom: -10px; }

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

section h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif; }
  @media (max-width: 700px) {
    section h2 {
      font-size: 34px;
      font-weight: 600; } }

section p {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 400; }
  @media (max-width: 600px) {
    section p {
      font-size: 16px; } }

section .sub-heading {
  font-weight: 400;
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: 3px; }

.table-outer {
  position: relative;
  overflow: hidden; }
  .table-outer .table-scroll-notice {
    display: none;
    width: 100%;
    padding-top: 5px; }
    .table-outer .table-scroll-notice p {
      margin-top: 0;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400;
      text-align: right;
      opacity: .5; }
  .table-outer .table-container {
    padding-top: 30px;
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow-x: auto;
    min-width: 100%; }
    .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 table {
      background: rgba(0, 0, 0, 0.05);
      border-spacing: 0;
      border-collapse: separate; }
      .table-outer .table-container table td, .table-outer .table-container table th, .table-outer .table-container table p, .table-outer .table-container table li {
        font-size: 16px; }
      .table-outer .table-container table caption {
        text-align: left;
        padding: 5px 10px;
        margin-bottom: 7px;
        opacity: .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: #1a75bb;
        color: #000000; }
      .table-outer .table-container table th {
        color: #000000;
        padding: 0 15px; }
      .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.66666666666666%;
  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.33333333333333%;
  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.66666666666666%;
  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;
  padding-left: 20px !important;
  padding-right: 20px !important; }
  .container.module {
    display: flex;
    flex-wrap: wrap; }
    .container.module div[class^="col"]:first-of-type {
      padding: 0 20px 0 0; }
    .container.module div[class^="col"]:last-of-type {
      padding: 0 0 0 20px; }
    @media screen and (max-width: 960px) {
      .container.module div[class^="col"]:first-of-type {
        padding: 0 0 40px 0; }
      .container.module div[class^="col"]:last-of-type {
        padding: 0 0 0 0; } }
  .container .align-center {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.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-family: FontAwesome;
    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: #1a75bb;
  border: 2px solid #1a75bb; }
  .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: #1a75bb;
    color: #ffffff;
    border-color: #1a75bb; }
    .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: #1a75bb;
  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: 300px; }
  @media screen and (max-width: 1024px) {
    .main-content .banner img {
      max-height: 200px; } }

.main-content .banner h1:after, .main-content .banner h2:after, .main-content .banner h3:after, .main-content .banner h4:after {
  content: none; }

.banner,
.slider-module .banner {
  position: relative; }
  .banner img,
  .slider-module .banner img {
    width: 100%;
    max-height: 300px;
    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);
      padding-left: 5%;
      padding-right: 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 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: 80px 20px 70px 20px; }
  @media (max-width: 767px) {
    .section-padding {
      padding: 50px 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: .25; }

body .module-sponsors h3 {
  margin-top: 16px;
  font-size: 50px;
  margin-bottom: 50px; }
  @media (max-width: 700px) {
    body .module-sponsors h3 {
      font-size: 34px; } }

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: .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: .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: .5;
    transition: .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: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  margin-left: 0;
  margin-right: 0; }
  @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: "\201C"; }
    @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: "\201D"; }
    @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: .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: #1a75bb; }
    .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;
  font-weight: 400;
  letter-spacing: 1px; }
  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; } }
  @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: "Poppins", 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: .5; }
    footer .news-signup #enewsSignUpForm .miclub-form input::-webkit-input-placeholder {
      color: #ffffff;
      opacity: .5; }
    footer .news-signup #enewsSignUpForm .miclub-form input:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff;
      opacity: .5; }
    footer .news-signup #enewsSignUpForm .miclub-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff;
      opacity: .5; }
    footer .news-signup #enewsSignUpForm .miclub-form input:-ms-input-placeholder {
      color: #ffffff;
      opacity: .5; }
  footer .news-signup #enewsSignUpForm button.miclub-form-button {
    outline: none;
    padding: 10px;
    font-family: "Poppins", 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-family: FontAwesome;
      padding-right: 15px;
      vertical-align: top;
      font-size: 20px; }
    footer .contact-details .email-icon:before {
      content: "\f003";
      font-family: FontAwesome;
      padding-right: 10px;
      vertical-align: top;
      font-size: 20px; }
    footer .contact-details .address-icon:before {
      content: "\f041";
      font-family: FontAwesome;
      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: .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: .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); }
    .classic-page-template.single-course .course-slider .slick-slide .hole-slide.active .overlay h3 {
      border: 3px solid #ffffff; }
  .classic-page-template.single-course .course-slider .slick-slide .hole-slide:hover .overlay {
    background: rgba(0, 0, 0, 0); }
  .classic-page-template.single-course .course-slider .slick-slide .hole-slide .overlay {
    background: rgba(0, 0, 0, 0.5);
    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;
    background: rgba(0, 0, 0, 0.5);
    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: #6e0001; }
  .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 .gold .square {
      background: #cba521; }
    .classic-page-template.single-course .pars-distances .distances .silver .square {
      background: #a4a4a4; }
    .classic-page-template.single-course .pars-distances .distances .bronze .square {
      background: #a56a49; }

.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 #1a75bb;
        background: #1a75bb;
        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 #111111;
          background: #111111;
          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: #eee;
  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.1);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 5px solid #eee;
        -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;
        background: rgba(0, 0, 0, 0.5);
        -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 .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 #1a75bb;
  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: .5; }
  .classic-page-template .main-content .content .pagination span.current {
    background: #1a75bb;
    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;
  vertical-align: top; }
  @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 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: .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: 60px;
      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 #111111;
      background: #ffffff;
      color: #111111; }
      .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 #1a75bb;
        background: #1a75bb;
        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 #1a75bb; }
  .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-family: FontAwesome;
    padding-right: 15px;
    vertical-align: top;
    font-size: 20px;
    color: #1a75bb; }
  .classic-page-template .main-content .sidebar .email-icon:before {
    content: "\f003";
    font-family: FontAwesome;
    padding-right: 12px;
    vertical-align: top;
    font-size: 20px;
    color: #1a75bb; }
  .classic-page-template .main-content .sidebar .address-icon:before {
    content: "\f041";
    font-family: FontAwesome;
    padding-right: 17px;
    vertical-align: top;
    font-size: 20px;
    color: #1a75bb; }
  .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: #111111;
      padding: 10px;
      margin-bottom: 4px; }
      .classic-page-template .main-content .sidebar .members-home-menu li a:hover {
        background: #111111;
        color: #000000; }
      .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-family: FontAwesome;
      position: absolute;
      left: -16px;
      top: -1px;
      color: rgba(26, 117, 187, 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: .9;
      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;
    margin: 0;
    font-size: 60px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 1024px) {
      .classic-page-template .main-content .title-helper.light .page-title {
        font-size: 45px; } }
    @media screen and (max-width: 600px) {
      .classic-page-template .main-content .title-helper.light .page-title {
        font-size: 40px; } }
  .classic-page-template .main-content .title-helper.light .date {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 12px;
    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: #1a75bb;
  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: #111111; }
    .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-family: 'Font Awesome 6 Free';
    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: .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;
    font-weight: 400;
    letter-spacing: 3px;
    padding-left: 1px; }

.single-event .classic-page-template .main-content .sidebar a.calendar-view {
  background: #1a75bb;
  color: #ffffff;
  padding: 10px;
  border-radius: 25px;
  margin-top: 10px;
  display: block;
  text-decoration: none;
  border: 1px solid #1a75bb;
  text-align: center; }
  .single-event .classic-page-template .main-content .sidebar a.calendar-view:hover {
    background: #ffffff;
    color: #1a75bb; }

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: .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-family: FontAwesome;
  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-family: FontAwesome;
  padding-left: 5px;
  vertical-align: top;
  font-size: 1em;
  text-decoration: none;
  display: inline-block; }

.page-template-page-home .banner img {
  height: 65vh;
  max-height: none;
  object-fit: cover; }

.page-template-page-home #latest-news {
  display: flex;
  background-color: #eee;
  flex-direction: column; }
  .page-template-page-home #latest-news h2 {
    text-align: center;
    margin-top: 16px; }
  .page-template-page-home #latest-news .news-items {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .page-template-page-home #latest-news .news-items .article {
      width: 25%;
      min-height: 530px;
      float: left;
      padding: 20px; }
      @media screen and (max-width: 1200px) {
        .page-template-page-home #latest-news .news-items .article {
          padding: 10px; } }
      @media screen and (max-width: 1024px) {
        .page-template-page-home #latest-news .news-items .article {
          width: 50%; } }
      @media screen and (max-width: 600px) {
        .page-template-page-home #latest-news .news-items .article {
          width: 100%;
          min-height: 500px; } }
      .page-template-page-home #latest-news .news-items .article .article-inner {
        min-height: 530px;
        background: #f8f8f8;
        position: relative; }
        @media screen and (max-width: 600px) {
          .page-template-page-home #latest-news .news-items .article .article-inner {
            min-height: 500px; } }
      .page-template-page-home #latest-news .news-items .article .article-image {
        width: 100%;
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .page-template-page-home #latest-news .news-items .article .post-title {
        text-align: center;
        margin: 20px 0;
        text-transform: uppercase;
        font-size: 18px; }
      .page-template-page-home #latest-news .news-items .article .news-text {
        padding: 0 20px;
        text-align: center; }
        .page-template-page-home #latest-news .news-items .article .news-text p {
          font-size: 14px; }
        .page-template-page-home #latest-news .news-items .article .news-text .more-link {
          position: absolute;
          right: calc(25% + 18px);
          bottom: 20px;
          background: #1a75bb;
          color: #ffffff;
          font-size: 14px;
          padding: 10px 15px; }
          .page-template-page-home #latest-news .news-items .article .news-text .more-link i {
            font-size: 12px; }
          .page-template-page-home #latest-news .news-items .article .news-text .more-link:hover {
            background: #edd72b;
            color: #000000; }
          @media screen and (max-width: 1200px) {
            .page-template-page-home #latest-news .news-items .article .news-text .more-link {
              bottom: 10px; } }
          @media screen and (max-width: 1024px) {
            .page-template-page-home #latest-news .news-items .article .news-text .more-link {
              bottom: 20px; } }
      .page-template-page-home #latest-news .news-items .article a {
        text-decoration: none; }

.pdf:before {
  font-family: 'fontawesome';
  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: #1a75bb; }
      .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: #111111; }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }
  @media screen and (max-width: 1200px) {
    .modal-content {
      width: 100%; } }
  .modal-content h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 30px;
    margin: 20px 0; }
    @media screen and (max-width: 1024px) {
      .modal-content h2 {
        line-height: 28px; } }
    @media screen and (max-width: 740px) {
      .modal-content h2 {
        font-size: 20px;
        line-height: 24px; } }
    .modal-content h2 strong {
      font-weight: 700; }
  .modal-content .close, .modal-content .bdClose {
    float: right;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px; }
    .modal-content .close:hover, .modal-content .bdClose:hover {
      transform: rotate(90deg); }

.page-members-styles .col4-4.section-padding.text {
  padding: 10px; }
  @media screen and (max-width: 1024px) {
    .page-members-styles .col4-4.section-padding.text {
      padding: 0; } }

@media screen and (max-width: 1024px) {
  .page-members-styles .main-content .content {
    width: 100%; } }

.page-members-styles .main-content .content .archives-wrap.tabbed {
  width: 100%; }
  .page-members-styles .main-content .content .archives-wrap.tabbed .tabs {
    background: #1a75bb;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; }
    .page-members-styles .main-content .content .archives-wrap.tabbed .tabs .tablinks {
      background: #1a75bb;
      border: 0;
      font-size: 14px;
      text-transform: uppercase;
      color: #eaeaea;
      padding: 11px 20px;
      transition: all 0.3s ease;
      cursor: pointer;
      width: 100%;
      border-right: 2px solid #ffffff; }
      .page-members-styles .main-content .content .archives-wrap.tabbed .tabs .tablinks:last-of-type {
        border-right: none; }
      .page-members-styles .main-content .content .archives-wrap.tabbed .tabs .tablinks.active {
        background: #eaeaea;
        color: #1a75bb;
        border-color: #ffffff; }
      .page-members-styles .main-content .content .archives-wrap.tabbed .tabs .tablinks:hover {
        background: #eaeaea;
        color: #1a75bb;
        border-color: #ffffff; }
    @media screen and (max-width: 600px) {
      .page-members-styles .main-content .content .archives-wrap.tabbed .tabs {
        flex-wrap: wrap; }
        .page-members-styles .main-content .content .archives-wrap.tabbed .tabs .tablinks {
          border: 0;
          width: 50%; } }
    @media screen and (max-width: 480px) {
      .page-members-styles .main-content .content .archives-wrap.tabbed .tabs .tablinks {
        width: 100%; } }
  .page-members-styles .main-content .content .archives-wrap.tabbed #news .tabcontent .outer-news-item {
    float: left; }
  .page-members-styles .main-content .content .archives-wrap.tabbed #news .tabcontent p.no-posts {
    text-align: center;
    margin-top: 30px 0; }

.page-members-styles .main-content .sidebar {
  padding: 0 10px 20px 10px !important; }
  @media screen and (max-width: 1024px) {
    .page-members-styles .main-content .sidebar {
      display: none; } }
  .page-members-styles .main-content .sidebar .weather-part {
    margin-top: 50px; }
    .page-members-styles .main-content .sidebar .weather-part #weatherFeed, .page-members-styles .main-content .sidebar .weather-part .links {
      padding: 10px;
      background: rgba(0, 0, 0, 0.05); }
      .page-members-styles .main-content .sidebar .weather-part #weatherFeed .weatherTitle, .page-members-styles .main-content .sidebar .weather-part .links .weatherTitle {
        margin-top: 0;
        font-weight: 400; }
      .page-members-styles .main-content .sidebar .weather-part #weatherFeed .weather-left, .page-members-styles .main-content .sidebar .weather-part .links .weather-left {
        display: inline-block;
        width: 50px; }
      .page-members-styles .main-content .sidebar .weather-part #weatherFeed .weather-right, .page-members-styles .main-content .sidebar .weather-part .links .weather-right {
        margin-left: 10px;
        display: inline-block;
        vertical-align: 10px; }
        .page-members-styles .main-content .sidebar .weather-part #weatherFeed .weather-right .day, .page-members-styles .main-content .sidebar .weather-part .links .weather-right .day {
          display: block;
          font-weight: 600;
          letter-spacing: 1px; }
        .page-members-styles .main-content .sidebar .weather-part #weatherFeed .weather-right .range, .page-members-styles .main-content .sidebar .weather-part .links .weather-right .range {
          display: block;
          opacity: .5;
          letter-spacing: 2px; }
      .page-members-styles .main-content .sidebar .weather-part #weatherFeed div, .page-members-styles .main-content .sidebar .weather-part .links div {
        overflow: hidden;
        margin-bottom: 10px; }
        .page-members-styles .main-content .sidebar .weather-part #weatherFeed div img, .page-members-styles .main-content .sidebar .weather-part .links div img {
          float: left;
          clear: both;
          margin-right: 10px; }
        .page-members-styles .main-content .sidebar .weather-part #weatherFeed div span, .page-members-styles .main-content .sidebar .weather-part .links div span {
          display: block; }

.page-members-styles .main-content .layoutTypeLinks {
  background: #eaeaea;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #1a75bb;
  padding: 11px 20px;
  transition: all 0.3s ease;
  cursor: pointer; }
  .page-members-styles .main-content .layoutTypeLinks:hover {
    background-color: #1a75bb;
    color: #ffffff; }
  .page-members-styles .main-content .layoutTypeLinks.active {
    background: #1a75bb;
    color: #ffffff;
    border-color: #1a75bb; }

.section-content {
  padding: 80px 20px !important; }
  .section-content .container {
    display: flex;
    flex-direction: column; }
  .section-content.left .content-block {
    padding-left: 50px; }
  .section-content.right .content-block {
    padding-right: 50px; }
  .section-content h2, .section-content h3, .section-content h4, .section-content h5, .section-content h6 {
    margin-top: 0; }
  @media (max-width: 767px) {
    .section-content {
      padding: 40px 20px; }
      .section-content .container {
        flex-direction: column; }
      .section-content .image-block {
        padding: 0; }
      .section-content.left .content-block {
        padding: 20px 0 0 !important; }
      .section-content.right .content-block {
        padding: 0 0 20px !important; } }
  .section-content .content-block {
    width: 60%; }
    @media (max-width: 767px) {
      .section-content .content-block {
        width: 100%; } }
  .section-content .image-block {
    width: 40%;
    position: relative; }
    .section-content .image-block img {
      max-width: 100%; }
    @media (max-width: 767px) {
      .section-content .image-block {
        width: 100%; } }

#sponsors h2 {
  text-align: center; }

/* Slick slider  */
body .module-sponsors .slick-prev:before, body .module-sponsors .slick-next:before {
  opacity: 1; }

@media (max-width: 767px) {
  figure {
    margin: 1em 0px; } }

/* Other table updates */
table.half-width {
  min-width: 700px; }

table.full-width {
  min-width: 1400px; }

/* Accordion Block Style */
aagb__accordion_subheading {
  display: none; }

.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; }

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

nav.top-nav .container div.menu ul li.menu-item-has-children:hover > a:after {
  color: #ffffff; }

nav.top-nav {
  top: 0;
  position: relative;
  display: flex;
  position: fixed;
  z-index: 30;
  background: #455482;
  width: 100%;
  height: 130px;
  padding: 0 20px !important;
  -webkit-transform: translateZ(0);
  position: fixed;
  z-index: 30;
  background: #1a75bb;
  width: 100%;
  height: 130px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  nav.top-nav.toggle-menu-helper-transition {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  @media screen and (max-width: 1024px) {
    nav.top-nav {
      -webkit-transform: none; } }
  @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;
    width: 100%;
    justify-content: space-between; }
    nav.top-nav .container div {
      display: inline-block; }
      nav.top-nav .container div.logo {
        display: flex;
        align-items: center; }
        @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: 66px; }
          @media screen and (max-width: 600px) {
            nav.top-nav .container div.logo img {
              height: 40px; } }
      nav.top-nav .container div.menu {
        text-align: right;
        width: 100%;
        height: 80px; }
        nav.top-nav .container div.menu #menu-desktop > li {
          position: relative; }
          nav.top-nav .container div.menu #menu-desktop > li > a {
            display: flex;
            height: inherit;
            align-items: center;
            font-weight: 500;
            padding: 0 11px;
            margin: 0;
            position: relative;
            z-index: 1; }
          nav.top-nav .container div.menu #menu-desktop > li:hover > a {
            background-color: #1a75bb;
            color: #ffffff; }
          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,
          nav.top-nav .container div.menu #menu-desktop > li.menu-item.current-menu-item > a:after,
          nav.top-nav .container div.menu #menu-desktop > li.menu-item.current-page-parent > a:after {
            color: #ffffff; }
          nav.top-nav .container div.menu #menu-desktop > li.menu-item.current-menu-item:before, nav.top-nav .container div.menu #menu-desktop > li.menu-item.current-page-ancestor:before, nav.top-nav .container div.menu #menu-desktop > li.menu-item.current-page-parent:before {
            content: "";
            position: absolute;
            clip-path: polygon(0 0, 0 calc(100% - 15px), 50% 100%, 100% calc(100% - 15px), 100% 0, 50% 0);
            background-color: #1a75bb;
            border-color: #1a75bb;
            left: 0;
            right: 0;
            height: calc(100% + 15px);
            top: 0;
            bottom: auto;
            z-index: 1; }
        nav.top-nav .container div.menu a {
          color: #111111;
          text-decoration: none;
          margin-left: 11px;
          margin-right: 11px;
          letter-spacing: 1px;
          text-transform: uppercase;
          padding-bottom: 5px;
          cursor: pointer; }
          nav.top-nav .container div.menu a:hover {
            border-bottom: 3px solid #1a75bb; }
          @media screen and (max-width: 1200px) {
            nav.top-nav .container div.menu a {
              margin-left: 8px;
              margin-right: 8px;
              font-size: 14px; } }
          @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 {
          height: inherit;
          padding-left: 0;
          margin: 0; }
          nav.top-nav .container div.menu ul li {
            height: inherit;
            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; }
              nav.top-nav .container div.menu ul li.menu-item-has-children > a:after {
                color: #000000;
                content: "\f0d7";
                font-family: 'Font Awesome 6 Free';
                padding-left: 5px;
                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: 80px;
              left: 0;
              height: auto;
              width: 215px;
              border-radius: 0;
              padding-top: 20px;
              padding-bottom: 10px;
              background: #eaeaea;
              display: flex;
              flex-direction: column;
              margin: 0; }
              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: #1a75bb;
                    content: "\f0da";
                    font-family: 'Font Awesome 6 Free';
                    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;
                  text-transform: uppercase;
                  color: #000000;
                  line-height: 1.2em; }
                  nav.top-nav .container div.menu ul li ul li a:hover {
                    border-bottom: 0;
                    background: #1a75bb;
                    color: #ffffff;
                    border-radius: 0; }
                    nav.top-nav .container div.menu ul li ul li a:hover:after {
                      color: #ffffff; }
                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;
        /*@include media($desktop) {
					width: 23%;
				}*/ }
        @media screen and (max-width: 1400px) {
          nav.top-nav .container div.member-login {
            display: flex;
            align-items: center;
            justify-content: space-evenly; } }
        @media screen and (max-width: 1024px) {
          nav.top-nav .container div.member-login {
            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 #1a75bb;
          background: #1a75bb; }
          @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: #111111;
            color: #ffffff;
            border-color: #111111; }
          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%;
        -webkit-transition: margin 0.4s ease;
        -moz-transition: margin 0.4s ease;
        transition: margin 0.4s ease; }
        nav.top-nav .container div.mobile-menu.menu-is-open {
          margin-left: -100%; }
        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 {
            margin-top: 20px;
            width: 100%; }
            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: #111111;
              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: #1a75bb; }
              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(26, 117, 187, 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 .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-family: 'Font Awesome 6 Free';
                  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 > 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(26, 117, 187, 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: #111111; }
                  nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li li > a {
                    background: #eee;
                    color: #000000; }
                  nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li.current-menu-ancestor > a {
                    background: #1a75bb;
                    color: #ffffff; }
                  nav.top-nav .container div.mobile-menu .inner .mobile-menu-list div ul li.current-menu-ancestor .sub-menu > li.current_page_item > a {
                    background: #1a75bb;
                    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: #111111;
                    text-decoration: none;
                    padding: 8px 10px;
                    letter-spacing: 1px;
                    border-top: 1px solid #ddd;
                    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-list .sub-menu > li > a {
              background: rgba(0, 0, 0, 0.1);
              color: #111111;
              border-top: 1px solid #fff !important; }
          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 #1a75bb;
              background-clip: padding-box;
              background: #1a75bb;
              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: #edd72b;
                border: 1px solid #edd72b;
                color: #000000; }
              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: 7px;
  padding-bottom: 5px;
  background: #ffffff;
  height: 80px;
  margin-left: 0;
  -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: none !important;
    background-color: #1a75bb; }
  .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 {
    background-color: #1a75bb;
    background-color: #1a75bb;
    border-bottom: none !important; }
  .shrink 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-menu-item > a {
    background: #1a75bb;
    color: #ffffff; }
  .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: 13px; }
    @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: #edd72b;
      color: #000000;
      border-color: #edd72b; }

.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: "Poppins", sans-serif !important;
  font-size: initial;
  /*.ui-button.ui-widget.ui-state-hover {
			@include transition(all .5s ease);
			border-color: $secondary-color;
			background: $secondary-color;
		}*/ }
  body.product-page .no-banner-spacer {
    padding-top: 110px; }
    @media screen and (max-width: 600px) {
      body.product-page .no-banner-spacer {
        padding-top: 55px; } }
  body.product-page #prizeAccountForm table {
    width: 100% !important; }
    body.product-page #prizeAccountForm table th {
      table-layout: fixed;
      width: 150px !important; }
  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 {
      text-align: center; }
      body.product-page form#memberSearch #mainLayout #inputSearch .ui-selectmanybutton {
        display: block !important;
        margin-bottom: 5px; }
      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;*/
    font-family: "Poppins", sans-serif !important;
    font-weight: 400; }
  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: #edd72b;
    background: #edd72b; }
  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-datepicker-trigger.ui-button.ui-widget {
    background: #ccc;
    border-radius: 0; }
    body.product-page .ui-datepicker-trigger.ui-button.ui-widget:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-color: #edd72b;
      background: #edd72b; }
  body.product-page .ui-button.ui-widget {
    background: #1a75bb;
    border-radius: 0;
    text-transform: uppercase; }
    body.product-page .ui-button.ui-widget:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-color: #edd72b;
      background: #edd72b; }
  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: #1a75bb;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 16px; }
    body.product-page table.portal tr td {
      padding: 10px;
      font-family: "Poppins", 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: "Poppins", 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 {
    height: auto;
    background: #ffffff; }
    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 .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: "Poppins", 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: "Poppins", 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: #000000;
            padding: 10px;
            margin-top: 0 !important;
            /* border-bottom: 3px solid rgba($black,.1); */
            text-align: center;
            background: #1a75bb; }
          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: #1a75bb;
              cursor: pointer;
              color: #000000;
              padding: 6px 11px;
              font-size: 15px;
              text-transform: uppercase;
              border-bottom: 0;
              border: 1px solid #1a75bb;
              -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: #111 !important;
                color: #ffffff;
                border-color: #111 !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: "Poppins", sans-serif;
          width: 50%;
          max-width: 400px;
          color: #000000 !important; }
          @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: #555; }
      body.product-page .main-content div.login div.right p a:hover {
        color: #1a75bb; }
    body.product-page .main-content .btn-primary {
      background-color: #1a75bb !important;
      border-color: #1a75bb !important;
      border-radius: 0;
      font-weight: 400;
      padding: 6px 8px; }
      body.product-page .main-content .btn-primary:hover {
        background-color: #edd72b !important;
        border-color: #edd72b !important; }
    body.product-page .main-content .btn-success {
      background-color: #1a75bb !important;
      border-color: #1a75bb !important;
      border-radius: 0;
      font-weight: 400;
      padding: 6px 8px; }
      body.product-page .main-content .btn-success:hover {
        background-color: #edd72b !important;
        border-color: #edd72b !important; }
    body.product-page .main-content .btn-xs {
      background-color: #1a75bb !important;
      border-color: #1a75bb !important;
      border-radius: 0;
      font-weight: 400;
      color: #ffffff; }
      body.product-page .main-content .btn-xs:hover {
        background-color: #edd72b !important;
        border-color: #edd72b !important;
        color: #ffffff !important; }
    body.product-page .main-content .ui-tabs.ui-tabs-top {
      text-transform: uppercase; }
      body.product-page .main-content .ui-tabs.ui-tabs-top .ui-tabs-nav li {
        background-color: #1a75bb !important;
        border-color: #1a75bb !important;
        border-radius: 0; }
        body.product-page .main-content .ui-tabs.ui-tabs-top .ui-tabs-nav li:hover {
          background: #edd72b !important;
          border-color: #edd72b !important; }
        body.product-page .main-content .ui-tabs.ui-tabs-top .ui-tabs-nav li a {
          color: #ffffff !important; }
        body.product-page .main-content .ui-tabs.ui-tabs-top .ui-tabs-nav li:hover a {
          font-weight: 400 !important; }
        body.product-page .main-content .ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-state-active {
          background: #edd72b !important;
          border-color: #edd72b !important;
          border-radius: 0;
          color: #ffffff !important; }
          body.product-page .main-content .ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-state-active a {
            color: #ffffff !important;
            font-weight: 400 !important; }
      body.product-page .main-content .ui-tabs.ui-tabs-top .ui-state-default a {
        color: #edd72b !important; }
    body.product-page .main-content .btn-book-group {
      background-color: #1a75bb;
      border-color: #1a75bb;
      border-radius: 0;
      transition: all 0.3s ease; }
      body.product-page .main-content .btn-book-group:hover {
        background-color: #edd72b;
        border-color: #edd72b;
        color: #ffffff; }
    body.product-page .main-content .member-view .btn-clear {
      text-transform: uppercase;
      margin-top: 35px;
      background-color: #1a75bb;
      border-color: #1a75bb !important;
      border-radius: 0;
      transition: all 0.3s ease;
      color: #ffffff; }
      @media screen and (max-width: 960px) {
        body.product-page .main-content .member-view .btn-clear {
          margin-top: 15px; } }
    body.product-page .main-content .teetime-day-table .cell {
      transition: all 0.3s ease; }
      body.product-page .main-content .teetime-day-table .cell:hover {
        background-color: #D5D5D5; }
        body.product-page .main-content .teetime-day-table .cell:hover .btn-clear {
          background-color: #edd72b;
          border-color: #edd72b !important;
          border-radius: 0;
          transition: all 0.3s ease; }
    body.product-page .main-content .teetime-day-table .row-heading-inner {
      width: 49%;
      padding: 0;
      display: inline-block; }
      body.product-page .main-content .teetime-day-table .row-heading-inner h4 {
        color: #ffffff;
        opacity: 1; }
    body.product-page .main-content .ui-paginator .ui-state-default span.ui-icon {
      height: 17px; }
  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; } }

@media screen and (max-width: 740px) {
  .page-content.member-view .row {
    display: flex;
    flex-direction: column; }
    .page-content.member-view .row .row-heading-inner {
      width: 100%; }
    .page-content.member-view .row .btn-book-group {
      float: none; } }

.page-content.member-view .btn.btn-primary.btn-back {
  background-color: #1a75bb !important;
  border-color: #1a75bb !important;
  border-radius: 0;
  font-weight: 400;
  padding: 6px 8px; }
  .page-content.member-view .btn.btn-primary.btn-back:hover {
    background-color: #edd72b !important;
    border-color: #edd72b !important; }
  @media screen and (max-width: 600px) {
    .page-content.member-view .btn.btn-primary.btn-back {
      margin-left: 0; } }

.page-content.member-view .btn.btn-primary.linkWaitlist {
  background-color: #1a75bb !important;
  border-color: #1a75bb !important;
  border-radius: 0;
  font-weight: 400;
  padding: 6px 8px; }
  .page-content.member-view .btn.btn-primary.linkWaitlist:hover {
    background-color: #edd72b !important;
    border-color: #edd72b !important; }

@media screen and (max-width: 600px) {
  .page-content.member-view .nav-top {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    flex-direction: column; }
    .page-content.member-view .nav-top .top-nav {
      float: none;
      display: flex;
      margin: 0 0 10px 0;
      align-items: center;
      justify-content: space-between; } }
    @media screen and (max-width: 600px) and (max-width: 320px) {
      .page-content.member-view .nav-top .top-nav {
        justify-content: center; } }

@media screen and (max-width: 480px) {
  .page-content.member-view .nav-top .top-nav .btn-back {
    margin: 0 9px 0px 0px; } }

.nav-title h2 {
  font-family: "Poppins", sans-serif; }

/*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: "Poppins", sans-serif !important; }
  .editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
    font-family: "Poppins", 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; }

/* Scss Document */
.section {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Posts */
  /* Home */
  /* Grid block of 4 CTA's and an image */
  /* CTA Blocks of 3 */
  /* Centered Text Section */
  /* Events */
  /* Instagram */
  /* Posts Section */
  /* Box Grid Section */
  /* Imageblock Section */
  /* Instagram Section */
  /* Signup Section */
  /*Testimonial Section */ }
  .section .col-2 {
    width: 50%; }
  .section .blocks {
    width: 50%;
    float: right; }
    @media screen and (max-width: 740px) {
      .section .blocks {
        float: none;
        width: 100%; } }
  .section .img-bg {
    height: 100%;
    position: absolute;
    float: left;
    background-size: cover !important; }
    @media screen and (max-width: 740px) {
      .section .img-bg {
        height: 300px;
        position: relative;
        width: 100%;
        background-position: center !important; } }
  .section .img {
    float: left;
    padding: 0; }
    .section .img img {
      width: 100%;
      height: auto; }
  .section.bg-img {
    background-size: cover !important;
    background-position: center !important; }
  .section .posts {
    margin-top: 50px; }
    @media screen and (max-width: 740px) {
      .section .posts .post {
        padding: 20px 0 0; } }
    .section .posts .post a {
      display: block;
      text-decoration: none;
      color: #101010; }
      .section .posts .post a img {
        width: 100%;
        height: auto;
        margin: 0 0 24px;
        opacity: 1;
        transition: all 0.3s ease; }
        .section .posts .post a img:hover {
          transition: all 0.3s ease;
          opacity: 0.8; }
      .section .posts .post a .date {
        color: #b0b0b0;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        text-transform: uppercase; }
      .section .posts .post a h3 {
        font-size: 19px;
        line-height: 26px;
        margin: 8px 0 20px;
        text-transform: uppercase; }
      .section .posts .post a p {
        font-size: 16px;
        margin: 0;
        text-align: left; }
        @media screen and (max-width: 1200px) {
          .section .posts .post a p {
            line-height: 22px; } }
        .section .posts .post a p .read_more_link {
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          text-decoration: underline;
          transition: all 0.3s ease; }
          .section .posts .post a p .read_more_link:hover {
            text-decoration: none;
            color: #b45343;
            transition: all 0.3s ease; }
  .section.home {
    text-align: center;
    background: #f3f3f3;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
    .section.home .container {
      padding-left: 10%;
      padding-right: 10%; }
    .section.home p {
      font-size: 22px;
      line-height: 32px;
      font-weight: 300; }
      .section.home p:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .section.home p {
          font-size: 18px;
          line-height: 28px; } }
      @media screen and (max-width: 740px) {
        .section.home p {
          font-size: 15px;
          line-height: 22px;
          font-weight: 400;
          margin: 0 0 20px; } }
  .section.cta-grid {
    overflow: hidden; }
    .section.cta-grid .block {
      width: 50%;
      float: left;
      background: #04504e;
      text-align: center; }
      .section.cta-grid .block:first-child {
        background: #0c3c3c; }
        .section.cta-grid .block:first-child p.link {
          background: #04504e; }
      .section.cta-grid .block:last-child {
        background: #0c3c3c; }
        .section.cta-grid .block:last-child p.link {
          background: #04504e; }
      .section.cta-grid .block a {
        color: #ffffff;
        text-decoration: none;
        padding: 20% 16%;
        display: block;
        transition: all 0.3s ease; }
        @media screen and (max-width: 1500px) {
          .section.cta-grid .block a {
            padding: 15%; } }
        @media screen and (max-width: 1200px) {
          .section.cta-grid .block a {
            padding: 10% 8%; } }
        @media screen and (max-width: 1024px) {
          .section.cta-grid .block a {
            padding: 16% 8%; } }
        .section.cta-grid .block a:hover {
          transition: all 0.3s ease;
          background: #b45343; }
          .section.cta-grid .block a:hover p.link {
            background: white;
            color: #b45343; }
        .section.cta-grid .block a img {
          margin: 0 auto; }
          @media screen and (max-width: 1200px) {
            .section.cta-grid .block a img {
              width: 50px;
              height: auto; } }
          @media screen and (max-width: 1024px) {
            .section.cta-grid .block a img {
              width: 36px;
              height: auto; } }
        .section.cta-grid .block a h3 {
          font-size: 20px;
          font-weight: 400;
          margin: 18px 0 12px;
          text-transform: uppercase;
          color: #ffffff; }
          @media screen and (max-width: 1200px) {
            .section.cta-grid .block a h3 {
              font-size: 18px;
              margin: 14px 0 8px; } }
          @media screen and (max-width: 1024px) {
            .section.cta-grid .block a h3 {
              font-size: 17px;
              margin: 12px 0; } }
        .section.cta-grid .block a p {
          font-size: 16px;
          line-height: 22px; }
          @media screen and (max-width: 1200px) {
            .section.cta-grid .block a p {
              font-size: 14px;
              line-height: 20px;
              margin: 0 0 20px; } }
          @media screen and (max-width: 1024px) {
            .section.cta-grid .block a p {
              display: none; } }
        .section.cta-grid .block a p.link {
          display: inline-block;
          border-radius: 30px;
          width: 130px;
          height: 30px;
          background: #0c3c3c;
          font-size: 12px;
          font-weight: 700;
          text-align: center;
          margin: 0 auto;
          text-transform: uppercase;
          line-height: 30px;
          transition: all 0.3s ease;
          box-shadow: none; }
          @media screen and (max-width: 1200px) {
            .section.cta-grid .block a p.link {
              width: 126px;
              height: 26px;
              line-height: 26px;
              font-size: 11px; } }
  .section.cta-blocks {
    overflow: hidden;
    height: 980px; }
    @media screen and (max-width: 1200px) {
      .section.cta-blocks {
        height: 740px; } }
    @media screen and (max-width: 740px) {
      .section.cta-blocks {
        height: auto; } }
    .section.cta-blocks .col-3 {
      position: relative;
      height: 980px;
      width: 100%; }
      @media screen and (max-width: 1200px) {
        .section.cta-blocks .col-3 {
          height: 740px; } }
      @media screen and (max-width: 740px) {
        .section.cta-blocks .col-3 {
          height: auto; } }
      .section.cta-blocks .col-3 .block {
        width: 33.33%;
        height: 100%;
        float: left; }
        @media screen and (max-width: 740px) {
          .section.cta-blocks .col-3 .block {
            width: 100%;
            height: auto;
            float: none; } }
        .section.cta-blocks .col-3 .block:nth-child(3n+2) a {
          background-position: bottom !important; }
          @media screen and (max-width: 740px) {
            .section.cta-blocks .col-3 .block:nth-child(3n+2) a {
              background-position: bottom right !important; } }
        .section.cta-blocks .col-3 .block:nth-child(3n+2) .copy {
          bottom: inherit;
          top: 0; }
          @media screen and (max-width: 740px) {
            .section.cta-blocks .col-3 .block:nth-child(3n+2) .copy {
              right: auto;
              left: 0; } }
        .section.cta-blocks .col-3 .block a {
          display: block;
          height: 100%;
          position: relative;
          color: #101010; }
          @media screen and (max-width: 1200px) {
            .section.cta-blocks .col-3 .block a {
              background-size: 150% !important; } }
          @media screen and (max-width: 1024px) {
            .section.cta-blocks .col-3 .block a {
              background-size: 200% !important; } }
          @media screen and (max-width: 740px) {
            .section.cta-blocks .col-3 .block a {
              background-size: contain !important;
              background-position: left center !important;
              height: 400px;
              display: block; } }
  @media screen and (max-width: 740px) and (max-width: 480px) {
    .section.cta-blocks .col-3 .block a {
      height: 250px; } }
          .section.cta-blocks .col-3 .block a .copy {
            display: block;
            width: 100%;
            height: 50%;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 20% 15%;
            text-align: center;
            background: #ffffff; }
            @media screen and (max-width: 1200px) {
              .section.cta-blocks .col-3 .block a .copy {
                padding: 12% 8%; } }
            @media screen and (max-width: 740px) {
              .section.cta-blocks .col-3 .block a .copy {
                padding: 10% 8%;
                width: 50%;
                float: right;
                bottom: auto;
                height: 100%;
                left: auto;
                right: 0; } }
            @media screen and (max-width: 480px) {
              .section.cta-blocks .col-3 .block a .copy {
                padding: 20% 8%; } }
            .section.cta-blocks .col-3 .block a .copy h3 {
              margin-bottom: 30px; }
              @media screen and (max-width: 1200px) {
                .section.cta-blocks .col-3 .block a .copy h3 {
                  font-size: 19px;
                  line-height: 26px;
                  margin: 0 0 20px; } }
            .section.cta-blocks .col-3 .block a .copy p {
              margin-bottom: 35px; }
              @media screen and (max-width: 1200px) {
                .section.cta-blocks .col-3 .block a .copy p {
                  margin-bottom: 20px;
                  font-size: 16px;
                  line-height: 22px; } }
              @media screen and (max-width: 600px) {
                .section.cta-blocks .col-3 .block a .copy p {
                  display: none; } }
            .section.cta-blocks .col-3 .block a .copy .read_more_link {
              background: #b45343;
              font-size: 12px;
              font-weight: 700;
              height: 30px;
              border-radius: 30px;
              letter-spacing: 1px;
              text-transform: uppercase;
              text-align: center;
              margin: 0 auto;
              line-height: 30px;
              color: #ffffff;
              padding: 0px 20px;
              display: inline-block;
              transition: all 0.3s ease; }
              @media screen and (max-width: 480px) {
                .section.cta-blocks .col-3 .block a .copy .read_more_link {
                  padding: 0px 10px; } }
              .section.cta-blocks .col-3 .block a .copy .read_more_link:hover {
                padding: 0 30px;
                transition: all 0.3s ease;
                color: #b45343;
                background: #ffffff;
                box-shadow: 0px 0px 3px #b0b0b0; }
                @media screen and (max-width: 480px) {
                  .section.cta-blocks .col-3 .block a .copy .read_more_link:hover {
                    padding: 0 20px; } }
  .section.centered-text {
    text-align: center; }
    .section.centered-text .container {
      padding-left: 10%;
      padding-right: 10%; }
      .section.centered-text .container form {
        width: 75%;
        margin: 40px auto 0;
        overflow: hidden; }
        .section.centered-text .container form input {
          width: 88%;
          background: #ffffff;
          font-family: "Poppins", sans-serif;
          float: left;
          border: 0;
          font-size: 16px;
          padding: 14px 20px; }
        .section.centered-text .container form input[type=button], .section.centered-text .container form button {
          background: #b45343;
          color: #ffffff;
          border: 0;
          width: 12%;
          font-family: "Poppins", sans-serif;
          text-transform: uppercase;
          float: right;
          letter-spacing: 1px;
          font-size: 16px;
          font-weight: 700;
          transition: 0.5s; }
          .section.centered-text .container form input[type=button]:hover, .section.centered-text .container form button:hover {
            background: #ffffff;
            color: #b45343;
            transition: 0.5s; }
  .section.events .container {
    text-align: center; }
    @media screen and (max-width: 740px) {
      .section.events .container {
        width: 80%; } }
    @media screen and (max-width: 600px) {
      .section.events .container {
        width: 90%; } }
    .section.events .container .eo-events {
      overflow: hidden;
      margin: 0 auto;
      padding: 0 0 53px; }
      @media screen and (max-width: 1200px) {
        .section.events .container .eo-events {
          padding: 0 0 40px; } }
      @media screen and (max-width: 740px) {
        .section.events .container .eo-events {
          padding: 0; } }
      .section.events .container .eo-events li {
        list-style: none;
        width: 31.62%;
        float: left; }
        @media screen and (max-width: 740px) {
          .section.events .container .eo-events li {
            width: 100%;
            float: none;
            margin: 0 auto 30px; } }
        .section.events .container .eo-events li:nth-child(3n+2) {
          margin: 0 2.56%; }
          @media screen and (max-width: 740px) {
            .section.events .container .eo-events li:nth-child(3n+2) {
              margin: 0 auto 30px; } }
      .section.events .container .eo-events + p {
        margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    .section.instagram {
      display: none; } }
  .section.news {
    background: #f3f3f3; }
    .section.news .container {
      text-align: center; }
      @media screen and (max-width: 740px) {
        .section.news .container {
          width: 80%; } }
      @media screen and (max-width: 600px) {
        .section.news .container {
          width: 90%; } }
      .section.news .container .posts {
        overflow: hidden; }
        .section.news .container .posts .post {
          list-style: none;
          width: 31.62%;
          float: left;
          margin-bottom: 60px; }
          .section.news .container .posts .post .post-content {
            padding: 30px;
            background: #ffffff;
            text-align: left; }
            .section.news .container .posts .post .post-content .date {
              color: #b0b0b0;
              font-size: 12px;
              line-height: 14px;
              font-weight: 700;
              text-transform: uppercase; }
            .section.news .container .posts .post .post-content h3 {
              font-size: 19px;
              text-transform: none;
              letter-spacing: 0.5px;
              line-height: 24px;
              margin: 20px 0; }
            .section.news .container .posts .post .post-content p.read_more_link {
              text-transform: uppercase;
              font-weight: 700;
              font-size: 13px;
              letter-spacing: 0.5;
              margin-bottom: 10px; }
              .section.news .container .posts .post .post-content p.read_more_link a {
                text-decoration: underline; }
              .section.news .container .posts .post .post-content p.read_more_link:hover a {
                text-decoration: none; }
          @media screen and (max-width: 740px) {
            .section.news .container .posts .post {
              width: 100%;
              float: none;
              margin: 0 auto 30px; } }
          .section.news .container .posts .post img {
            width: 100%;
            height: auto;
            display: block;
            transition: all 0.3s ease;
            opacity: 1; }
            .section.news .container .posts .post img:hover {
              transition: all 0.3s ease;
              opacity: 0.8; }
          .section.news .container .posts .post:nth-child(3n+2) {
            margin: 0 2.56%; }
            @media screen and (max-width: 740px) {
              .section.news .container .posts .post:nth-child(3n+2) {
                margin: 0 auto 30px; } }
        .section.news .container .posts + p {
          margin-bottom: 0; }

.page-template-page-business-directory {
  /* The Modal (background) */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */ }
  .page-template-page-business-directory #sidebar {
    border: none !important;
    width: 22%; }
    @media screen and (max-width: 960px) {
      .page-template-page-business-directory #sidebar {
        padding-top: 0 !important; } }
    @media screen and (max-width: 960px) {
      .page-template-page-business-directory #sidebar {
        width: 100% !important;
        padding-top: 0 !important; } }
    .page-template-page-business-directory #sidebar .categories {
      padding: 0;
      list-style-type: none;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 960px) {
        .page-template-page-business-directory #sidebar .categories {
          flex-direction: row;
          flex-wrap: wrap; } }
      .page-template-page-business-directory #sidebar .categories button {
        position: relative;
        padding: 15px;
        margin: 5px 0;
        background: transparent;
        border-width: 0.5px 0.5px 3.5px 0.5px;
        border-color: #8a8a8c;
        font-weight: 600;
        color: #101010;
        font-size: 16px;
        border-style: solid;
        transition: ease all 0.1s;
        cursor: pointer; }
        @media screen and (max-width: 960px) {
          .page-template-page-business-directory #sidebar .categories button {
            width: calc(50% - 2%);
            margin: 1%; } }
        @media screen and (max-width: 480px) {
          .page-template-page-business-directory #sidebar .categories button {
            font-size: 12px; } }
        .page-template-page-business-directory #sidebar .categories button.mixitup-control-active {
          background-color: #ffffff !important;
          border-width: 0.5px 0.5px 0.5px 0.5px !important; }
          .page-template-page-business-directory #sidebar .categories button.mixitup-control-active:focus {
            outline-color: inherit;
            outline-width: 0; }
          .page-template-page-business-directory #sidebar .categories button.mixitup-control-active:before {
            position: absolute;
            content: '\f192';
            font-family: "FontAwesome";
            margin-left: -27px;
            color: #b45343;
            font-weight: 400; }
            @media screen and (max-width: 480px) {
              .page-template-page-business-directory #sidebar .categories button.mixitup-control-active:before {
                margin-left: -15px; } }
  .page-template-page-business-directory #mix-wrapper {
    display: flex;
    flex-flow: row wrap; }
    .page-template-page-business-directory #mix-wrapper .mix-target {
      margin: 1%;
      width: calc(33% - 2%);
      box-shadow: 1px 1px 3px 1px #aaa;
      background: #1e90ff; }
      .page-template-page-business-directory #mix-wrapper .mix-target polygon {
        fill: #1e90ff; }
      @media screen and (max-width: 1200px) {
        .page-template-page-business-directory #mix-wrapper .mix-target {
          width: calc(50% - 2%); } }
      @media screen and (max-width: 600px) {
        .page-template-page-business-directory #mix-wrapper .mix-target {
          width: calc(100% - 2%);
          margin: 2% 1%; } }
      .page-template-page-business-directory #mix-wrapper .mix-target .logo {
        position: relative;
        background-color: #ffffff;
        overflow: hidden;
        display: flex;
        align-items: center;
        height: 165px; }
        .page-template-page-business-directory #mix-wrapper .mix-target .logo img {
          width: 100%;
          object-fit: scale-down;
          padding: 30px; }
          @media screen and (max-width: 600px) {
            .page-template-page-business-directory #mix-wrapper .mix-target .logo img {
              padding: 20%; } }
          .page-template-page-business-directory #mix-wrapper .mix-target .logo img.premium-badge {
            max-width: 90px;
            position: absolute;
            top: 0;
            right: 0;
            padding: 5px; }
        .page-template-page-business-directory #mix-wrapper .mix-target .logo svg {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 2vw;
          /* set height to pixels if you want angle to change with screen width */ }
          @media screen and (max-width: 600px) {
            .page-template-page-business-directory #mix-wrapper .mix-target .logo svg {
              height: 6vw; } }
          .page-template-page-business-directory #mix-wrapper .mix-target .logo svg polygon {
            opacity: 0.8; }
      .page-template-page-business-directory #mix-wrapper .mix-target .info {
        padding: 0px 20px 20px;
        word-break: break-word;
        color: #ffffff; }
        .page-template-page-business-directory #mix-wrapper .mix-target .info h2, .page-template-page-business-directory #mix-wrapper .mix-target .info p, .page-template-page-business-directory #mix-wrapper .mix-target .info a {
          color: #ffffff !important; }
        .page-template-page-business-directory #mix-wrapper .mix-target .info h2 {
          font-size: 20px !important;
          text-transform: uppercase !important;
          font-weight: 600 !important;
          margin: 20px 0 10px !important; }
        .page-template-page-business-directory #mix-wrapper .mix-target .info ul {
          list-style-type: none;
          padding: 0;
          color: #ffffff;
          margin: 0; }
          .page-template-page-business-directory #mix-wrapper .mix-target .info ul li {
            position: relative;
            padding: 5px 5px; }
            .page-template-page-business-directory #mix-wrapper .mix-target .info ul li .fa {
              margin-right: 10px;
              color: #ffffff;
              float: left;
              font-size: 14px;
              margin-top: 6px; }
              .page-template-page-business-directory #mix-wrapper .mix-target .info ul li .fa.fa-info:before {
                margin-right: 5px; }
            .page-template-page-business-directory #mix-wrapper .mix-target .info ul li p {
              margin: 0;
              font-weight: 600; }
            .page-template-page-business-directory #mix-wrapper .mix-target .info ul li a {
              display: table-cell;
              text-decoration: none; }
            .page-template-page-business-directory #mix-wrapper .mix-target .info ul li .bio {
              line-height: 26px; }
              .page-template-page-business-directory #mix-wrapper .mix-target .info ul li .bio:hover {
                cursor: pointer; }
      .page-template-page-business-directory #mix-wrapper .mix-target.arts-media {
        background-color: #0c3c3c; }
        .page-template-page-business-directory #mix-wrapper .mix-target.arts-media polygon {
          fill: #0c3c3c; }
      .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance {
        background-color: #b45343; }
        .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance polygon {
          fill: #b45343; }
      .page-template-page-business-directory #mix-wrapper .mix-target.hospitality {
        background-color: #0a0a29; }
        .page-template-page-business-directory #mix-wrapper .mix-target.hospitality polygon {
          fill: #0a0a29; }
      .page-template-page-business-directory #mix-wrapper .mix-target.health {
        background-color: #4b1200; }
        .page-template-page-business-directory #mix-wrapper .mix-target.health polygon {
          fill: #4b1200; }
      .page-template-page-business-directory #mix-wrapper .mix-target.professional-services {
        background-color: #002b2e; }
        .page-template-page-business-directory #mix-wrapper .mix-target.professional-services polygon {
          fill: #002b2e; }
      .page-template-page-business-directory #mix-wrapper .mix-target.travel {
        background-color: #470243; }
        .page-template-page-business-directory #mix-wrapper .mix-target.travel polygon {
          fill: #470243; }
      .page-template-page-business-directory #mix-wrapper .mix-target.real-estate {
        background-color: #023247; }
        .page-template-page-business-directory #mix-wrapper .mix-target.real-estate polygon {
          fill: #023247; }
      .page-template-page-business-directory #mix-wrapper .mix-target.trades {
        background-color: #0e0307; }
        .page-template-page-business-directory #mix-wrapper .mix-target.trades polygon {
          fill: #0e0307; }
      .page-template-page-business-directory #mix-wrapper .mix-target.retail {
        background-color: #25324c; }
        .page-template-page-business-directory #mix-wrapper .mix-target.retail polygon {
          fill: #25324c; }
      .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info, .page-template-page-business-directory #mix-wrapper .mix-target.health .info, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info {
        color: #ffffff; }
        .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info p, .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info a, .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info li, .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info p, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info a, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info li, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info p, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info a, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info li, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.health .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.health .info p, .page-template-page-business-directory #mix-wrapper .mix-target.health .info a, .page-template-page-business-directory #mix-wrapper .mix-target.health .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.health .info li, .page-template-page-business-directory #mix-wrapper .mix-target.health .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info p, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info a, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info li, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info p, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info a, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info li, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info p, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info a, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info li, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info p, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info a, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info li, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info p, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info a, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info li, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info .fa {
          color: #ffffff !important; }
  .page-template-page-business-directory .bdModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding: 100px;
    /* Location of the box */
    left: 0;
    top: 90px;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }
    @media screen and (max-width: 1200px) {
      .page-template-page-business-directory .bdModal {
        width: 100%;
        padding: 50px; } }
    @media screen and (max-width: 1024px) {
      .page-template-page-business-directory .bdModal {
        padding: 35px 25px 130px 25px; } }
  .page-template-page-business-directory .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding: 100px;
    /* Location of the box */
    left: 0;
    top: 100px;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }
    @media screen and (max-width: 1200px) {
      .page-template-page-business-directory .modal {
        width: 100%;
        padding: 50px; } }
    @media screen and (max-width: 600px) {
      .page-template-page-business-directory .modal {
        padding: 35px 10px; } }
  .page-template-page-business-directory .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s; }
    @media screen and (max-width: 1200px) {
      .page-template-page-business-directory .modal-content {
        width: 100%; } }
    .page-template-page-business-directory .modal-content .subheading {
      margin-bottom: 20px; }
      .page-template-page-business-directory .modal-content .subheading p {
        margin-bottom: 10px; }
      .page-template-page-business-directory .modal-content .subheading ul {
        margin-top: 0; }
    .page-template-page-business-directory .modal-content form .button,
    .page-template-page-business-directory .modal-content form input[type=submit] {
      background: #1e90ff;
      margin: 25px 0 0;
      text-transform: uppercase;
      color: #101010;
      border: 0;
      font-family: "Poppins", sans-serif;
      padding: 10px 20px;
      font-size: 13px;
      line-height: 16px !important;
      font-weight: 700;
      letter-spacing: 1.25px;
      width: 150px;
      transition: all 0.3s ease;
      cursor: pointer;
      -webkit-appearance: none;
      border-radius: 0; }
      .page-template-page-business-directory .modal-content form .button:hover,
      .page-template-page-business-directory .modal-content form input[type=submit]:hover {
        background: #ffffff;
        color: #000000;
        transition: all 0.3s ease;
        box-shadow: 0px 0px 3px #b0b0b0;
        padding: 10px 30px;
        cursor: pointer; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
  .page-template-page-business-directory .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #ffffff; }
  .page-template-page-business-directory .modal-body {
    padding: 2px 16px; }
  .page-template-page-business-directory .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #ffffff; }
  .page-template-page-business-directory button#bdBtn {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    left: 30px;
    width: 105px;
    background: #1e90ff;
    border: 0;
    padding: 10px 0px 20px;
    color: #000000;
    font-weight: 600;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 1px 1px 3px 1px #aaa;
    line-height: 18px;
    cursor: pointer;
    outline: none; }
    @media screen and (max-width: 1024px) {
      .page-template-page-business-directory button#bdBtn {
        width: auto;
        max-width: 50%;
        border-radius: 0;
        padding: 10px 20px;
        bottom: 0;
        left: 0;
        box-shadow: none;
        border-top: 1px solid #636363;
        border-right: 1px solid #636363; } }
    @media screen and (max-width: 480px) {
      .page-template-page-business-directory button#bdBtn {
        padding: 10px;
        font-size: 12px; } }
    .page-template-page-business-directory button#bdBtn i {
      display: block;
      padding: 8px 0;
      font-size: 18px; }
      @media screen and (max-width: 1024px) {
        .page-template-page-business-directory button#bdBtn i {
          display: inline-block;
          padding: 0;
          font-size: 14px; } }
      @media screen and (max-width: 480px) {
        .page-template-page-business-directory button#bdBtn i {
          display: none; } }
  .page-template-page-business-directory button#myBtn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 105px;
    background: #1e90ff;
    border: 1px solid #000000;
    padding: 10px 0px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 1px 1px 3px 1px #aaa;
    line-height: 18px;
    cursor: pointer;
    z-index: 1; }
    .page-template-page-business-directory button#myBtn i {
      display: block;
      padding: 5px 0; }
  .page-template-page-business-directory #field_3_11 .gfield_label {
    display: none; }

#main {
  margin-top: 130px; }
  #main .section {
    width: 100%;
    position: relative;
    overflow: hidden; }
    #main .section .container {
      margin: 0 auto;
      max-width: 1400px;
      position: relative; }
    @media screen and (max-width: 1500px) {
      #main .section .container {
        max-width: 100%;
        padding: 40px 5%; } }
    @media screen and (max-width: 1024px) {
      #main .section .container {
        padding: 40px 5%; } }
    @media screen and (max-width: 740px) {
      #main .section .container {
        padding: 0 5%; } }
    #main .section #content {
      width: 70%;
      overflow: hidden; }
      @media screen and (max-width: 960px) {
        #main .section #content {
          width: 100%;
          margin-bottom: 40px; } }
    #main .section .right {
      float: right; }

@media screen and (max-width: 960px) {
  #content.right {
    padding-top: 20px; } }

.footer-notices {
  padding: 20px; }

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