@charset "UTF-8";
/* ==== Buttons and text links === */
/* ==== Fade in Transition === */
.t-dark-blue {
  color: #1F0322;
}

.c-eventdate {
  color: #F1CA19;
}

/*------------------------------------*\
  #RESET
\*------------------------------------*/
/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
html {
  box-sizing: border-box;
}

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

body,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
dl, dd,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*\
  #FORMS
\*------------------------------------*/
button:hover,
html [type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  cursor: pointer;
}

form {
  margin-bottom: 5%;
}
form input,
form textarea {
  padding: 12px 10px;
  width: 100%;
  display: block;
  font-family: "brown-light", sans-serif;
  font-size: 1.125rem;
  color: #404040;
  margin-bottom: 10px;
  border: solid 1px red;
  background-color: #F7F7F7;
}
form textarea {
  height: 140px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #404040;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #404040;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #404040;
}

.formie-button .fui-submit {
  background-color: #26a65b;
  border: solid 1px #26a65b;
  border-radius: 0;
}
.formie-button .fui-submit:hover {
  background-color: #F1CA19;
  border: solid 1px #F1CA19;
  color: #404040;
}

.errors {
  padding: 10px;
  background-color: #D11E1E;
  margin-bottom: 10px;
  color: white;
  font-size: 1.125rem;
  line-height: 22px;
}
.errors li {
  display: inline-block;
}

.c-required::before {
  content: "*";
  color: #D11E1E;
  position: absolute;
  left: -13px;
}

.l-flex-grid {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  display: block;
}
@media (min-width: 48em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid__item {
    width: 100%;
    margin-bottom: 1em;
    list-style-type: none;
    position: relative;
    display: flex;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 48em) and (min-width: 83.375em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 48em) {
  .grid__item:last-child {
    margin-right: 0;
  }
}
.grid--columns-2 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
}
@media (min-width: 48em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-2 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid--columns-2 .grid__item {
    width: 49%;
  }
  .grid--columns-2 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
.grid--columns-3 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
}
@media (min-width: 48em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-3 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid--columns-3 .grid__item {
    width: 49%;
  }
  .grid--columns-3 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-3 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .grid--columns-3 .grid__item {
    width: 31%;
  }
  .grid--columns-3 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-3 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
.grid--columns-4 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
}
@media (min-width: 48em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-4 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .grid--columns-4 .grid__item {
    width: 49%;
  }
  .grid--columns-4 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .grid--columns-4 .grid__item {
    width: 32%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .grid--columns-4 .grid__item {
    width: 23.5%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(4n) {
    margin-right: 0;
  }
}

h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 38px;
  margin: 1rem 0;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 83.375em) {
  h1 {
    font-size: 2.875rem;
    line-height: 52px;
  }
}

h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 28px;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #26a65b;
  padding-bottom: 6px;
}
@media (min-width: 83.375em) {
  h2 {
    font-size: 1.75rem;
    line-height: 32px;
  }
}

h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 26px;
  font-weight: normal;
  margin: 1rem 0;
  text-transform: uppercase;
  color: #26a65b;
}

h4 {
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 1rem;
}

.h-desktop {
  display: none;
}
@media (min-width: 48em) {
  .h-desktop {
    display: block;
  }
}

.h-mobile {
  display: block;
}
@media (min-width: 48em) {
  .h-mobile {
    display: none;
  }
}

.h-pos-relative {
  position: relative;
}

.h-block-marbtm {
  margin-bottom: 40px;
}

/*------------------------------------*\
  #IMAGES
\*------------------------------------*/
img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.c-image {
  width: inherit;
}

/**
 * High-level, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em; /* [1] */
  line-height: 1.5; /* [1] */
  overflow-y: scroll; /* [2] */
  min-height: 100%; /* [3] */
  -webkit-text-size-adjust: 100%; /* [4] */
  -ms-text-size-adjust: 100%; /* [4] */
  -moz-osx-font-smoothing: grayscale; /* [5] */
  -webkit-font-smoothing: antialiased; /* [5] */
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
  scroll-behavior: smooth;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #26a65b;
  border-bottom: solid 2px transparent;
}
a:hover {
  color: #F1CA19;
  border-bottom: solid 2px #F1CA19;
}

.l-header a {
  border-bottom: solid 0 transparent;
}
.l-header a:hover {
  border-bottom: solid 0 transparent;
}

@media (min-width: 48em) {
  figure img {
    width: inherit;
  }
}

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

@media (min-width: 48em) {
  .image-style-align-left {
    float: left;
    padding: 6px 20px 6px 0;
  }
}

@media (min-width: 48em) {
  .image-style-align-right {
    float: right;
    padding: 6px 0 6px 20px;
  }
}

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

/*------------------------------------*\
  #VARIOUS BLOCK STYLES
\*------------------------------------*/
.l-content {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 0;
}
@media (min-width: 64em) {
  .l-content {
    margin-top: 60px;
  }
}

.l-row-wrap {
  width: 100%;
  position: relative;
  padding: 0;
}
.l-row-wrap.c-bkgd-green {
  background-color: #26a65b;
}
.l-row-wrap.c-bkgd-green h2, .l-row-wrap.c-bkgd-green h3, .l-row-wrap.c-bkgd-green h4, .l-row-wrap.c-bkgd-green p {
  color: white;
}
.l-row-wrap.c-bkgd-grey {
  background-color: #222222;
}

.l-row-restricted {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 48em) {
  .l-row-restricted {
    width: calc(100% - 80px);
    margin: 0 40px;
    padding: 0;
  }
}
@media (min-width: 83.375em) {
  .l-row-restricted {
    max-width: 1240px;
    margin: 0 auto;
  }
}

.c-row {
  position: relative;
}

.c-10-col {
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-10-col {
    width: calc(100% - 180px);
    margin: 0 90px;
  }
}
@media (min-width: 83.375em) {
  .c-10-col {
    width: calc(100% - 256px);
    margin: 0 128px;
  }
}

.c-8-col {
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-8-col {
    width: calc(100% - 320px);
    margin: 0 160px;
  }
}
@media (min-width: 83.375em) {
  .c-8-col {
    width: calc(100% - 512px);
    margin: 0 256px;
  }
}

.c-5050 {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-5050 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-5050 .c-5050-left,
.c-5050 .c-5050-right {
  position: relative;
  flex: 0 1 100%;
}
@media (min-width: 64em) {
  .c-5050 .c-5050-left,
  .c-5050 .c-5050-right {
    flex: 0 1 48%;
  }
}
.c-5050 .c-5050-left .inside,
.c-5050 .c-5050-right .inside {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 83.375em) {
  .c-5050 .c-5050-left .inside,
  .c-5050 .c-5050-right .inside {
    padding: 0 20px;
  }
}
@media (min-width: 64em) {
  .c-5050 .c-5050-left .inside,
  .c-5050 .c-5050-right .inside {
    padding: 0;
  }
}
.c-5050 .c-5050-left {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .c-5050 .c-5050-left {
    margin-bottom: 0;
  }
}

.c-form-clubsignup {
  margin: 60px auto 0;
  max-width: 800px;
}

.c-syfc-logo {
  width: initial;
}

.c-displayblock {
  background-color: pink;
  width: 100%;
  display: block;
}

.c-map-clubs {
  margin: 60px 0;
}

.c-burger-bars {
  display: inline-block;
}
@media (min-width: 64em) {
  .c-burger-bars {
    display: none;
  }
}

.c-burgermenu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1010;
  background-color: #F1CA19;
  height: 47px;
  width: 50px;
  padding: 6px 10px;
}
.c-burgermenu:hover .bar2 {
  width: 26px;
  margin-left: 0;
}
.c-burgermenu .bar1,
.c-burgermenu .bar2,
.c-burgermenu .bar3 {
  width: 28px;
  height: 2px;
  background-color: white;
  margin: 7px 0px;
  transition: 0.4s;
}
.c-burgermenu.change .bar1 {
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(-4px, 5px);
  transform: rotate(-45deg) translate(-4px, 5px);
  margin-top: 10px;
}
.c-burgermenu.change .bar2 {
  opacity: 0;
}
.c-burgermenu.change .bar3 {
  background-color: white;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.c-btn {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
}

.c-btn-primary {
  background-color: #26a65b;
  color: white;
  padding: 14px 25px 12px;
  text-transform: uppercase;
  margin: 10px 0;
  line-height: normal;
}
.c-btn-primary:hover {
  color: #404040;
  border: solid 0 transparent;
  background-color: #F1CA19;
}

.c-btn-secondary {
  line-height: 20px;
  border: solid 0 transparent;
  background-color: transparent;
  padding: 0 32px 0 0;
  color: #26a65b;
  margin: 10px 0;
}
.c-btn-secondary::after {
  content: "";
  background-image: url("../assets/button-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  position: absolute;
  width: 33px;
  height: 24px;
  right: -10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.c-btn-secondary:hover {
  border-bottom: solid 0 transparent;
}
.c-btn-secondary:hover::after {
  right: -15px;
}

button.c-btn {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  padding: 14px 25px 12px;
  text-decoration: none;
  display: inline-block;
  background-color: #26a65b;
  color: white;
  margin: 10px 0;
  border: solid 1px #26a65b;
  text-transform: uppercase;
}
button.c-btn:hover {
  background-color: #F1CA19;
  color: white;
  text-decoration: none;
  border: solid 1px #F1CA19;
}

#elc-cookie-consent {
  position: fixed;
  bottom: 1em;
  right: 1em;
  padding: 1.5em;
  background-color: #fff;
  font-size: 0.8em;
  max-width: calc(100% - 6em);
  max-height: calc(100% - 6em);
  overflow: auto;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border: solid 4px #F1CA19;
}

.elc-small {
  width: 30em;
}

#elc-cookie-consent h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

#elc-cookie-consent h4 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.elc-fullwidth h4 {
  font-weight: bold;
  font-size: 1.4em;
}

#elc-cookie-consent .button-container {
  text-align: right;
  clear: both;
}

.elc-fullwidth {
  width: calc(100% - 6em) !important;
}

#elc-cookie-consent .elc-button-link {
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
  box-shadow: none;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
  background-color: #26a65b;
  color: white;
  padding: 14px 25px 12px;
  text-transform: uppercase;
  line-height: normal;
}
#elc-cookie-consent .elc-button-link:hover {
  color: #404040;
  border: solid 0 transparent;
  background-color: #F1CA19;
}

#elc-cookie-consent .elc-secondary-button-link {
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
  box-shadow: none;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
  background-color: #fff;
  color: #26a65b;
  padding: 14px 25px 12px;
  text-transform: uppercase;
  line-height: normal;
}
#elc-cookie-consent .elc-secondary-button-link:hover {
  color: #404040;
  border: solid 0 transparent;
  background-color: #F1CA19;
}

#elc-cookie-consent .elc-text-link {
  text-transform: uppercase;
  color: #0e3a5e;
  line-height: 2.8em;
  margin-right: 1em;
}

#elc-cookie-consent .elc-cookie-group {
  float: left;
  padding-right: 1em;
}

.elc-fullwidth .elc-cookie-group {
  width: 100%;
}

#elc-cookie-consent .elc-row {
  width: 100%;
  clear: both;
}

#elc-cookie-consent #elc-cookie-consent-settings {
  margin-bottom: 4em;
}

#elc-cookie-consent .elc-row .elc-cookie-name {
  float: left;
}

#elc-cookie-consent .elc-row .elc-cookie-checkbox {
  float: right;
}

#elc-cookie-consent .elc-cookie-description {
  border-top: 1px solid #cccccc;
  padding-top: 1em;
  margin-bottom: 1em;
  display: none;
}

.elc-fullwidth .elc-cookie-description {
  display: block !important;
}

#elc-cookie-consent .elc-cookie {
  margin-bottom: 1em;
}

#elc-cookie-consent .elc-cookie-field {
  display: none;
}

.elc-fullwidth .elc-cookie-field {
  display: block !important;
}

.elc-fullwidth #elc-detail-link {
  display: none;
}

.elc-fullwidth #elc-accept-link {
  display: none;
}

.elc-small #elc-hide-detail-link {
  display: none;
}

.elc-small #elc-save-link {
  display: none;
}

.elc-small .elc-hide-when-small {
  display: none;
}

.elc-hidden {
  display: none;
}

#elc-cookie-tab {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.2em 1em;
  background-color: #0e3a5e;
  font-size: 0.8em;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

#elc-cookie-tab a {
  color: #ffffff;
}

#elc-cookie-consent input[type=checkbox i] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
}

#elc-cookie-consent input[type=checkbox i] {
  background-color: initial;
  cursor: default;
  margin: 3px 3px 3px 0.6em;
  padding: initial;
  border: initial;
}

footer {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 60px;
  color: white;
}
footer .l-row-wrap {
  margin-bottom: 0;
}
footer h2 {
  color: #F1CA19;
  border-bottom: solid 1px white;
}

.c-footer-link {
  color: #F1CA19;
}
.c-footer-link:hover {
  color: #FFEAEC;
}

.c-footer-pic {
  line-height: 0;
}

.c-footer-blocks {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .c-footer-blocks {
    display: flex;
    padding: 40px 0 20px;
  }
  .c-footer-blocks > div {
    width: 33%;
    padding-right: 20px;
  }
}

.c-block-social {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: solid 2px white;
  display: inline-block;
  position: relative;
}
.c-block-social:hover {
  background-color: #93b7be;
}
.c-block-social .c-icon-fb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-block-social .c-icon-x {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.c-social-icon {
  margin-right: 10px;
}
a.c-social-icon img {
  max-width: 22px;
  max-height: 22px;
}

.c-copyright {
  padding-top: 12px;
  font-size: 0.875rem;
  background-color: #222222;
}
.c-copyright .c-5050-right {
  text-align: right;
}

.c-cube-footerlogo {
  fill: white;
  display: inline-block;
}

a.c-madeby {
  color: white;
}

.l-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 350;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
  background-color: #26a65b;
  transition: all 0.3s ease-in-out;
}
.l-header.scrolling {
  position: fixed;
}

.c-nav-desktop {
  display: none;
}
@media (min-width: 64em) {
  .c-nav-desktop {
    display: block;
    padding-top: 8px;
  }
}
.c-nav-desktop ul {
  text-align: center;
  margin-top: 5px;
  padding: 0 0 0 46px;
}
.c-nav-desktop ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.c-nav-desktop ul li a {
  padding: 5px 4px;
  border: solid 1px transparent;
  color: white;
}
.c-nav-desktop ul li a:hover {
  border: solid 1px #F1CA19;
}
.c-nav-desktop ul li.c-navlink .active {
  border: solid 1px #F1CA19;
  background-color: #F1CA19;
  color: black;
}

@media screen and (min-width: 1170px) {
  .c-nav-desktop ul li a {
    padding: 10px;
  }
}
.c-header-logo {
  width: 47px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 55;
}

.c-nav-mobile {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 50px;
}
.c-nav-mobile .c-overlay-menu {
  transition: transform 0.5s ease-in-out;
  transform: translateX(100%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: black;
}
.c-nav-mobile .c-nav-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.c-nav-mobile ul {
  font-size: 1rem;
  padding: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.c-nav-mobile ul li {
  display: block;
  margin-bottom: 10px;
}
.c-nav-mobile ul li a {
  color: #F1CA19;
}
.c-nav-mobile ul li a:hover {
  color: #F1CA19;
}
.c-nav-mobile .c-header-logo {
  margin: 10px 20px;
}
.c-nav-mobile.open {
  transform: inherit;
}
.c-nav-mobile.open .c-header-logo {
  margin: 10px 20px;
}
.c-nav-mobile.open .c-overlay-menu {
  transform: translateX(0%);
}
.c-nav-mobile.open ul {
  font-size: 1.25rem;
  opacity: 1;
}
@media (min-width: 48em) {
  .c-nav-mobile.open ul {
    font-size: 2.25rem;
  }
}
.c-nav-mobile.open ul li a:hover {
  color: #26a65b;
}

.c-hero {
  width: 100%;
  line-height: 0;
  position: relative;
}
.c-hero .c-hero-header {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 38px;
  margin: 22px 0 16px;
  text-transform: uppercase;
  color: #F1CA19;
}
@media (min-width: 48em) {
  .c-hero .c-hero-header {
    margin: 1rem 0;
  }
}
@media (min-width: 83.375em) {
  .c-hero .c-hero-header {
    font-size: 2.875rem;
    line-height: 52px;
  }
}
.c-hero .c-hero-text {
  position: relative;
  z-index: 300;
  width: 100%;
  text-align: center;
  padding-top: 25px;
}
.c-hero .c-hero-pic {
  height: auto;
  width: 100vw;
  object-fit: cover;
  object-position: 50% 50%;
}
.c-hero .c-subheader {
  font-size: 1.125rem;
  display: block;
  padding: 10px 0 20px 0;
}

.c-hero-logo {
  padding: 0;
  text-align: center;
  width: 70px;
}
.c-hero-logo img {
  max-width: 480px;
}

body.home h1 {
  color: #F1CA19;
}

.c-home-intro {
  padding: 40px 0;
}

/*------------------------------------*\
  #LIST STYLING
\*------------------------------------*/
.c-list {
  margin: 0 0 20px;
  padding: 0;
}
.c-list li {
  list-style-type: none;
}
.c-list li .c-info {
  margin-top: 16px;
}

.c-list-homefeatures li.grid__item,
.c-list-clubs li.grid__item,
.c-list-newsletter li.grid__item {
  border: solid 1px #222;
  padding: 0;
}
.c-list-homefeatures li.grid__item > div,
.c-list-clubs li.grid__item > div,
.c-list-newsletter li.grid__item > div {
  width: 100%;
}
.c-list-homefeatures h2,
.c-list-clubs h2,
.c-list-newsletter h2 {
  text-align: center;
  background-color: #26a65b;
  color: white;
  margin-bottom: 0;
  padding: 10px 0;
}
.c-list-homefeatures .c-listbody,
.c-list-clubs .c-listbody,
.c-list-newsletter .c-listbody {
  padding: 10px;
}

.c-list-homefeatures {
  margin: 60px 0;
}

.c-list-newsletter a:hover {
  cursor: pointer;
}
.c-list-newsletter img {
  padding: 20px;
}

.c-list-events li {
  border: solid 1px #222;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.c-list-events h2 {
  text-align: center;
  background-color: #26a65b;
  color: white;
  margin-bottom: 0;
  padding: 10px;
}
.c-list-events .c-listbody {
  padding: 10px;
}

.c-list-clubs li img {
  padding: 20px;
  width: 70%;
}

.c-listlink {
  padding: 0 10px;
}
.c-listlink .c-btn {
  width: 100%;
}

.xyz {
  display: flex;
  flex-direction: column;
}
.xyz .c-listbody {
  height: 100%;
}

.c-list-activities li img {
  display: block;
}
.c-list-activities li h3 {
  background-color: #26a65b;
  color: white;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.c-list-activities li:nth-child(even) h3 {
  background-color: #F1CA19;
}

.c-list-committee li img {
  display: inline-block;
  max-width: 100px;
  margin: 0 30px 0 0;
  border-radius: 50%;
}
.c-list-committee li div {
  display: inline-block;
  width: 70%;
}
.c-list-committee li div h4 {
  margin-bottom: 4px;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0rem;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 300;
}

.c-slider-item {
  position: relative;
}

ul.slick-dots {
  position: relative;
  bottom: 10px;
  left: 0;
  text-align: center;
}
@media (min-width: 48em) {
  ul.slick-dots {
    position: absolute;
    right: 0;
    left: initial;
  }
}
ul.slick-dots li {
  display: inline-block;
  padding-left: 10px;
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  right: 30px;
  padding-left: 0;
  list-style-type: none;
}
.slick-dots li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  background: transparent url("../assets/dot.png") no-repeat 0 0;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background: transparent url("../assets/dot-active.png") no-repeat 0 0;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0rem;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 300;
}

.slick-prev {
  left: 0;
  background-image: url("../assets/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  background-color: #F1CA19;
  width: 48px;
  height: 58px;
}
.slick-prev.slick-disabled {
  display: none !important;
}

.slick-next {
  right: 0;
  background-image: url("../assets/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  background-color: #F1CA19;
  width: 48px;
  height: 58px;
}
.slick-next.slick-disabled {
  display: none !important;
}

.c-slider-gallery {
  max-height: 450px;
  overflow: hidden;
  margin: 60px 0;
}
.c-slider-gallery .c-slider-item {
  padding: 0 20px;
}

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