/*
 * The original design uses ARG with both faux bold and real bold. So ARG has
 * to be defined like this to get access to faux bold, and then have ARG Bold
 * separate for where the design calls for real bold.
 */
@font-face {
    font-family: "All Round Gothic";
    src: url("fonts/allroundgothic-book-webfont.woff2") format("woff2"), url("fonts/allroundgothic-book-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "All Round Gothic Bold";
    src: url("fonts/allroundgothic-bold-webfont.woff2") format("woff2"), url("fonts/allroundgothic-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/montserrat-light-webfont.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("fonts/BebasNeueBook.woff2") format("woff2"), url("fonts/BebasNeueBold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("fonts/BebasNeueBold.woff2") format("woff2"), url("fonts/BebasNeueBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("fonts/HelveticaNeue-Light.woff2") format("woff2"), url("fonts/HelveticaNeue-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("fonts/HelveticaNeue-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    transition: all .3s ease-in-out;
    background-color: #f0f4e8;
    color: #333;
    word-break: break-word
}

body {
    display: none
}

body.is-loaded {
    display: block
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-size-adjust: none
}

/*
 * Used to disguise headings as other headings. These are used in cases where an element acting in a specific
 * heading level needs to be styled like a different heading. For example, the h2 styles are often used as
 * h3 or h4 level headings.
 * Each heading will be defined and have a disguise class to let other headings copy its styles.
 * Disguise classes will unset all initial values, then later on define them for each specific disguise
 * to make sure that the original heading's styles don't interfere with its disguise.
 */
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: unset;
    line-height: unset;
    font-family: unset;
    font-weight: unset;
    text-decoration: unset;
    text-transform: unset;
}


h1, .h1 {
    font-size: 2.875rem;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    font-family: "All Round Gothic", sans-serif;
}

@media screen and (min-width: 922px) {
    h1, .h1 {
        font-size: 3.75rem;
    }
}

h2, .h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: "All Round Gothic Bold", sans-serif;
}

@media screen and (min-width: 922px) {
    h2, .h2 {
        font-size: 3rem;
    }
}

h3, .h3 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}

@media screen and (min-width: 922px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: "All Round Gothic Bold", sans-serif;
}

@media screen and (min-width: 922px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: "All Round Gothic", sans-serif;
}

@media screen and (min-width: 922px) {
    h5, .h5 {
        font-size: 0.875rem;
    }
}

h6, .h6 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}

@media screen and (min-width: 922px) {
    h6, .h6 {
        font-size: 0.875rem;
    }
}

/* Start WYSIWYG Content */

.c7x .wysiwyg-content *:first-child {
    margin-top: 0;
}

.c7x .wysiwyg-content *:last-child {
    margin-bottom: 0;
}

.c7x .wysiwyg-content h1,
.c7x .wysiwyg-content .h1,
.c7x .wysiwyg-content h2,
.c7x .wysiwyg-content .h2,
.c7x .wysiwyg-content h3,
.c7x .wysiwyg-content .h3,
.c7x .wysiwyg-content h4,
.c7x .wysiwyg-content .h4,
.c7x .wysiwyg-content h5,
.c7x .wysiwyg-content .h5,
.c7x .wysiwyg-content h6,
.c7x .wysiwyg-content .h6 {
    margin: 0.75em 0 .25em
}

.c7x .wysiwyg-content p {
    margin: 0.5em 0;
}

.c7x .wysiwyg-content h1 + p,
.c7x .wysiwyg-content .h1 + p,
.c7x .wysiwyg-content h2 + p,
.c7x .wysiwyg-content .h2 + p,
.c7x .wysiwyg-content h3 + p,
.c7x .wysiwyg-content .h3 + p,
.c7x .wysiwyg-content h4 + p,
.c7x .wysiwyg-content .h4 + p,
.c7x .wysiwyg-content h5 + p,
.c7x .wysiwyg-content .h5 + p,
.c7x .wysiwyg-content h6 + p,
.c7x .wysiwyg-content .h6 + p {
    margin: 0 0 0.5em 0;
}

.c7x .wysiwyg-content ul {
    margin: 0 0 1.25rem 1.25rem;
}

.c7x .wysiwyg-content li {
    list-style: disc;
}

.c7x .wysiwyg-content a {
    color: #337ab7;
}

.c7x .wysiwyg-content a:hover {
    text-decoration: underline;
}

.c7x .wysiwyg-content strong,
.c7x .wysiwyg-content b {
    font-weight: 900;
}

.c7x .wysiwyg-content blockquote {
    padding: 1rem;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}

/* End WYSIWYG Content */

.c7x ul.slick-dots li {
    margin: 0 .25em;
}

.c7x.header .jsBurger.open .icon span:first-child {
    transform: translateY(7px) rotate(45deg)
}

.c7x.header .jsBurger.open .icon span:nth-child(2) {
    opacity: 0
}

.c7x.header .jsBurger.open .icon span:nth-child(3) {
    transform: translateY(-1px) rotate(-45deg)
}

.c7x.header .jsBurger.open .icon span:nth-child(4) {
    opacity: 0
}

.c7x.header .jsHasSubmenu {
    position: relative
}

@media screen and (min-width: 922px) {
    .c7x.header .jsHasSubmenu {
        position: initial
    }
}

.c7x.header .jsHasSubmenu.open > a {
    background-color: #2d643f;
    color: #f0f4e8
}

.c7x.header .jsHasSubmenu.open .jsSubmenu {
    display: block
}

.c7x.header .jsHasSubmenu.open button {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg)
}

.c7x.header .jsHasSubmenu.active > a, .c7x.header .jsHasSubmenu.current-menu-ancestor > a {
    background-color: #2d643f;
    color: #f0f4e8
}

@media screen and (min-width: 922px) {
    .c7x.header .jsHasSubmenu > div .image {
        flex: 0 0 18.75rem
    }
}

.c7x.header .jsHasSubmenu button {
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: .375rem;
    right: -0.5625rem;
    transition: all .3s ease-in-out;
    width: 1.875rem;
    height: 1.875rem;
    padding: .9375rem;
    z-index: 99
}

@media screen and (min-width: 922px) {
    .c7x.header .jsHasSubmenu button {
        display: none
    }
}

.c7x.header .jsHasSubmenu button::after {
    content: "";
    border: solid #2d643f;
    position: absolute;
    border-width: 0 3px 3px 0;
    padding: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c7x.header .jsHasSubmenu > a {
    margin-right: 1.25rem
}

@media screen and (min-width: 922px) {
    .c7x.header .jsHasSubmenu > a {
        margin-right: 0
    }
}

.c7x.header .jsNoSubmenu.active > a {
    background-color: #2d643f;
    color: #f0f4e8
}

@media screen and (max-width: 992px) {
    .c7x.header .jsSubmenu {
        background-image: none !important;
        border: 0
    }
}

.c7x.header .header__icon_set li:last-child img {
    width: 50px;
    height: 53px;
    margin-top: -8px
}

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

.aspect-box {
    position: relative;
    width: 100%
}

.aspect-box img, .aspect-box video, .aspect-box canvas, .aspect-box iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover
}

.aspect-box:before {
    content: "";
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
    background-color: #f0f4e8
}

.slick-slider .slick-arrow {
    background-image: url(../images/carousel-arrows.png);
    background-repeat: no-repeat;
    height: 6.625rem;
    width: 1.8125rem;
    z-index: 99;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    border: none;
    outline: none
}

.slick-slider .slick-arrow.slick-next {
    background-position: right;
    right: .625rem
}

.slick-slider .slick-arrow.slick-prev {
    background-position: left;
    left: .625rem
}

.slick-slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%
}

.slick-slider .slick-dots li {
    display: inline-block;
    position: relative;
    margin: .25rem;
    height: .6875rem;
    width: .6875rem
}

.slick-slider .slick-dots li button {
    border-radius: 50%;
    border: .125rem solid #fff;
    display: block;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .3s;
    text-indent: -9999px
}

.slick-slider .slick-dots li.slick-active button {
    background-color: #fff
}

.overlay {
    position: relative
}

.overlay::after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    content: ""
}

.overlay figure figcaption {
    z-index: 999
}

.l-btn:hover span {
    color: #f0f4e8;
    border-color: #f0f4e8
}

.fc-view-container .fc-list-item:hover td {
    background-color: initial
}

.fc-view-container .fc-day-grid-event .fc-title {
    font-size: .625rem;
    line-height: .8125rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase
}

.fc-view-container .fc-listMonth-view {
    border: 0
}

.fc-view-container .fc-month-view .fc-day-number {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.25rem;
    font-family: "Helvetica Neue", sans-serif;
}

.fc-view-container .fc-scroller {
    height: auto !important;
    overflow: auto !important;
    min-height: 60vh
}

.fc-view-container .fc-list-table .fc-list-heading {
    display: none
}


.fc-view-container .fc-list-table tr {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}

.fc-view-container .fc-list-table td {
    border: 0;
    display: block;
    width: 100%;
}

.fc-view-container .fc-list-table tr td {
    order: 4; /* Reorders the table data to match the headings*/
    font-size: .75rem;
    font-weight: 300;
    padding: 0;
    font-family: "Helvetica Neue", sans-serif;
    margin: .25rem 0;
}

@media screen and (min-width: 768px) {
    .fc-view-container .fc-list-table tr {
        flex-direction: row;
    }

    .fc-view-container .fc-list-table tr td {
        margin: .25rem;
    }
}


.fc-view-container .fc-list-table tr td.fc-list-item-title {
    order: 1;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    font-family: "All Round Gothic", sans-serif;
    text-transform: uppercase;
    flex: 1
}

.fc-view-container .fc-list-table tr td.fc-list-item-time {
    order: 2
}

@media screen and (min-width: 768px) {
    .fc-view-container .fc-list-table tr td.fc-list-item-time {
        width: 22%
    }
}

.fc-view-container .fc-list-table tr td.fc-list-item-marker {
    order: 3
}

@media screen and (min-width: 768px) {
    .fc-view-container .fc-list-table tr td.fc-list-item-marker {
        width: 15%
    }
}

@media screen and (min-width: 768px) {
    .fc-view-container .fc-list-table tr td.button-detail {
        width: 18%
    }
}

.fc-view-container .fc-list-table tr.head {
    display: none
}

@media screen and (min-width: 768px) {
    .fc-view-container .fc-list-table tr.head {
        display: flex
    }
}

.fc-view-container .fc-list-table tr.head th {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.5rem;
    padding: .625rem 0;
    font-family: "Bebas Neue", sans-serif;
    border: 0;
    text-align: left;
    margin: 0 .3125rem;
    border-bottom: 1px solid #0c1a22
}

.fc-view-container .fc-list-table tr.head th:nth-child(1) {
    flex: 1
}

@media screen and (min-width: 768px) {
    .fc-view-container .fc-list-table tr.head th:nth-child(2) {
        width: 22%
    }
}

@media screen and (min-width: 768px) {
    .fc-view-container .fc-list-table tr.head th:nth-child(3) {
        width: 15%
    }
}

@media screen and (min-width: 768px) {
    .fc-view-container .fc-list-table tr.head th:nth-child(4) {
        width: 18%
    }
}

body.popover-show .popover {
    display: none
}

body .popover {
    padding: .5rem .9375rem .9375rem;
    display: none
}

body .popover h3 {
    color: #375542;
    font-weight: 300;
    padding-bottom: .625rem;
    border-bottom: 2px solid #000;
    font-family: "Helvetica Neue", sans-serif;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: .625rem;
    font-size: 1.25rem
}

body .popover .popover-body {
    background-color: #fff;
    color: #000;
    font-size: .75rem;
    font-family: "Helvetica Neue", sans-serif;
    padding: .625rem 0;
}

@media screen and (min-width: 768px) {
    body .popover {
        display: block;
    }
}


.non-collapsing-table {
    width: 100%;
    overflow-x: auto;
}

.non-collapsing-table-inner {
    width: 100%;
}

.non-collapsing-table-head {
    text-align: center;
}

.non-collapsing-table ul{
    display: flex;
    gap: 16px;
}


.zebra-striping {
    color: #333;
}

.zebra-striping-head li {
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
}

.zebra-striping-head li:not(:first-child),
.zebra-striping-row:nth-child(odd),
.zebra-striping-row li:not(:first-child) {
    background: #0000001a;
}

.rotating-heading {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

@media screen and (min-width: 1100px) {
    .rotating-heading {
        display: block;
        -webkit-transform: none;
        transform: none;
        white-space: normal;
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
    }
}

.section-bg-grey .aspect-box:before {
    background-color: #dbded3;
}

@media screen and (max-width: 699px) {
    .banner--events .banner__wrap {
        max-width: 25rem;
        margin: 0 auto;
    }
}

.notice--expand h3 {
    padding-right: 1.5625rem
}

.notice--expand .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield--type-submit:not([type=checkbox]) {
    background-color: #c4d4a4;
    border-radius: 30px 0 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    padding: 1px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    display: inline-block;
    margin: 0
}

.notice--expand .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield--type-submit:not([type=checkbox]) input {
    border-width: 3px;
    border-style: solid;
    border-radius: 30px 0 0 0;
    display: block;
    border-color: #375542;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #375542;
    margin: 0;
    cursor: pointer;
    font-family: "All Round Gothic", sans-serif;
    text-transform: uppercase
}

.notice--expand .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield--type-submit:not([type=checkbox]):hover {
    background-color: #375542
}

.notice--expand .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield--type-submit:not([type=checkbox]):hover input {
    border-color: #f0f4e8;
    color: #f0f4e8;
    background-color: #375542
}

.notice--expand .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield--type-submit:not([type=checkbox]) img {
    display: none
}

.notice--expand .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gform_footer.top_label, .notice--expand .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .validation_message.gfield_validation_message {
    display: none
}

.notice--expand .gform_wrapper.gravity-theme .gform_validation_errors > ol li {
    list-style-type: none !important
}

.notice--expand .gform_confirmation_wrapper {
    margin: 0
}

.notice--expand .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 1.5rem;
    color: #c4d4a4;
    font-family: "All Round Gothic", sans-serif;
    font-weight: 700;
    margin: 0
}

.notice--expand .hide---text {
    display: none
}

.l-btn {
    background-color: var(--buttonBg)
}

.l-btn span {
    border-color: var(--buttonColor);
    color: var(--buttonColor)
}

.l-btn:hover {
    background-color: var(--hoverBg)
}

.l-btn:hover span {
    color: var(--hoverColor);
    border-color: var(--hoverColor)
}

.l-checkbox input[type=checkbox]:checked + label {
    border-width: 3px;
    border-style: solid;
    border-radius: 30px 0 0 0;
    font-weight: 700;
    border-color: #375542;
    flex: 1 1 auto;
    color: #375542;
    background-image: none;
    background-color: #c4d4a4
}

.l-checkbox label {
    background-image: url(../images/add-icon.svg)
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container label, .c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield label {
    font-size: 1.5rem;
    margin: 0;
    display: block;
    font-weight: 500;
    font-family: "All Round Gothic", sans-serif;
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container input, .c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container select, .c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container textarea, .c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield input, .c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield select, .c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield textarea {
    border: .125rem solid #ccc;
    background-color: #fff;
    padding: .75rem 1rem;
    font-size: 1.125rem;
    width: 100%
}

.tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container input.datepicker, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container select.datepicker, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container textarea.datepicker, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield input.datepicker, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield select.datepicker, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield textarea.datepicker {
    width: 30%
}

.tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container .ginput_container_address span, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container_address span {
    flex: 0 0 100%
}

@media screen and (min-width: 768px) {
    .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container .ginput_container_address span, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container_address span {
        flex: auto;
        margin-bottom: 0
    }
}

.tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container .ginput_container_address span:first-child, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container_address span:first-child {
    flex: 0 0 100%
}

.tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)) {
    margin-bottom: 0
}

.tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container .gfield_required_text, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield .gfield_required_text {
    display: none
}

.tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .ginput_container_time {
    min-width: 5.3125rem;
    max-width: 5.3125rem
}

@media screen and (min-width: 768px) {
    .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-email, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-phone, .tournament--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-text {
        -ms-grid-column-span: 6;
        grid-column: span 6
    }
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-choice input {
    border: 0;
    background-color: inherit;
    padding: 0;
    width: inherit
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-choice label {
    display: inline-block
}

/*gform-field-label gform-field-label--type-inline gfield_consent_label*/

.c7x--form_wrapper.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-choice.gfield--input-type-consent label {
    display: inline;
    margin-left: 25px;
}

.c7x--form_wrapper .ginput_container_consent {
    position: relative;
}

.c7x--form_wrapper .gfield--input-type-consent label:before {
    content: "";
    display: inline-block;
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    background: #fff;
    border: .125rem solid #ccc;
    top: 6px;
    /*box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .1), 0px 1px 0px 0px rgba(255, 255, 255, .1);*/
    text-align: center;
    line-height: 25px;
    font-family: "All Round Gothic", sans-serif;
}


.c7x--form_wrapper .gfield--input-type-consent input:checked + label:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 9px;
    background: transparent;
    top: 13px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    cursor: pointer;
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .top_label.gform_footer {
    background-color: #c4d4a4;
    border-radius: 30px 0 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    padding: 1px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    margin-top: 1.25rem
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .top_label.gform_footer img {
    display: none
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .top_label.gform_footer .gform_button {
    border-width: 3px;
    border-style: solid;
    border-radius: 30px 0 0 0;
    display: block;
    padding: 10px 28px;
    border-color: #375542;
    color: #375542;
    margin: 0;
    cursor: pointer;
    font-family: "All Round Gothic", sans-serif;
    text-transform: uppercase;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .c7x--form_wrapper.gform_wrapper.gravity-theme .top_label.gform_footer .gform_button {
        font-size: 18px;
        padding: 14px 28px
    }
}

@media only screen and (max-width: 641px) {
    .c7x--form_wrapper.gform_wrapper.gravity-theme .top_label.gform_footer .gform_button:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1
    }
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .top_label.gform_footer:hover {
    background-color: #375542
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .top_label.gform_footer:hover .gform_button {
    border-color: #f0f4e8;
    color: #f0f4e8
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: .9375rem
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .field_description_above .validation_message {
    padding: .3125rem .9375rem
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 -0.6875rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
    margin-right: 0
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
    border-bottom: none
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item:first-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.tournament--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item:first-child .gfield_repeater_cell, .tournament--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item:first-child .remove_repeater_item {
    display: none
}

.tournament--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item:first-child button {
    margin-top: 0
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item h3 {
    width: 100%;
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-family: "Bebas Neue", sans-serif;
    margin: 0 .6875rem
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .items__border {
    display: block;
    border-top: .1875rem solid #375542;
    width: 100%;
    padding-bottom: .625rem;
    margin: 0 .6875rem
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item:last-child .gfield_repeater_buttons .add_repeater_item {
    display: block;
    font-family: "All Round Gothic", sans-serif;
    text-transform: uppercase
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_cell {
    width: 100%;
    flex: 0 0 100%
}

@media screen and (min-width: 768px) {
    .c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_cell {
        width: 50%;
        flex: 0 0 50%;
        padding: 0 .6875rem
    }
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_cell label {
    color: #333
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_buttons {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 .6875rem
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_buttons button {
    border-radius: 30px 0 0 0;
    display: block;
    padding: 10px 28px;
    border: 3px solid #375542;
    color: #375542;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    height: auto;
    background-color: #c4d4a4;
    margin: 1.5rem 0
}

@media screen and (min-width: 768px) {
    .c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_buttons button {
        padding: 14px 28px;
        font-size: 18px
    }
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_buttons button.remove_repeater_item {
    color: red;
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 300;
    font-family: "Bebas Neue", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin-left: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: .625rem
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_buttons button.add_repeater_item {
    display: none;
    position: relative;
    z-index: 9
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_buttons button.add_repeater_item::after {
    content: "";
    position: absolute;
    left: -0.3125rem;
    top: -0.3125rem;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 32px 0 0 0;
    z-index: -1;
    border: 2px solid #c4d4a4
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_buttons button.add_repeater_item:hover {
    border-color: #f0f4e8;
    color: #f0f4e8;
    background-color: #375542
}

.c7x--form_wrapper.gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_buttons button.add_repeater_item:hover::after {
    border-color: #375542
}

.c7x--form_wrapper.gform_wrapper.gravity-theme select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.c7x .fc-list-item-time,
.c7x .fc-list-item-marker {
    white-space: normal;
}

.tournaments-template-default .l-btn:not(:last-of-type) {
    margin-right: 24px
}

.gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield_checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width: 1100px) {
    .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield_checkbox > .gchoice {
        flex: 1 1 50%;
        text-align: left
    }
}

@media screen and (min-width: 1100px) {
    .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield_checkbox input[type=checkbox] {
        visibility: hidden;
        opacity: 0
    }
}

.gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield_checkbox input[type=checkbox] + label {
    font-size: .875em;
    line-height: 1.7142857143;
    font-family: "All Round Gothic", sans-serif;
    max-width: unset;
    margin: 0;
    display: inline-block;
    font-weight: 700;
    color: #c4d4a4;
    text-transform: uppercase;
    cursor: pointer
}

@media screen and (min-width: 1100px) {
    .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield_checkbox input[type=checkbox] + label {
        display: block;
        border: .1875rem solid #c4d4a4;
        border-radius: 1.875rem 0 0 0;
        padding: .875rem 1.75rem .8125rem;
        background: url(../images/add-icon.svg) right 10px center/16px no-repeat;
        font-size: 1.5em;
        line-height: 1.4166666667
    }
}

@media screen and (min-width: 1100px) {
    .gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield_checkbox input[type=checkbox]:checked + label {
        background-color: #c4d4a4;
        border: .1875rem solid #375542;
        color: #375542;
        background-image: none
    }
}

.gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield input:not([type=checkbox]) {
    background-color: #c4d4a4;
    border: .1875rem solid #375542;
    border-radius: 1.875rem 0 0 0;
    font-weight: 700;
    color: #375542;
    padding: .75rem 1rem;
    font-size: 1.125rem;
    width: 100%
}

.gform_wrapper.gravity-theme.home__signup_wrapper .home__signup .gfield input:not([type=checkbox])::placeholder {
    opacity: 1;
    color: #757575
}

.gform_wrapper.gravity-theme.home__signup_wrapper .home__signup input[type=submit] {
    margin: 0px;
    background-color: #c4d4a4;
    border: .1875rem solid #375542;
    border-radius: 30px 0 0 0;
    display: block;
    padding: 1rem 1.75rem;
    font-weight: 700;
    width: 216px;
    color: #375542
}

.gform_wrapper.gravity-theme.home__signup_wrapper .gform_validation_error_link {
    display: none
}

.gform_wrapper.gravity-theme.home__signup_wrapper .gform_validation_errors {
    background-color: unset;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: unset
}

.gform_wrapper.gravity-theme.home__signup_wrapper .gform_validation_errors .validation_error {
    font-family: "All Round Gothic", sans-serif;
    border: none;
    font-size: 1.375rem;
    margin-bottom: unset
}

.faq-answer-content p {
    margin-bottom: 8px;
}

.faq-answer-content p:first-child {
    display: inline;
}

.faq-answer-content p:nth-child(2) {
    margin-top: 8px;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 922px) {
    .c7x.banner .slick-arrow.slick-next {
        right: 18.5%
    }
}

@media screen and (min-width: 1500px) {
    .c7x.banner .slick-arrow.slick-next {
        right: 12.5%
    }
}

@media screen and (min-width: 922px) {
    .c7x.banner .slick-arrow.slick-prev {
        left: 18.5%
    }
}

@media screen and (min-width: 1500px) {
    .c7x.banner .slick-arrow.slick-prev {
        left: 12.5%
    }
}

.c7x.banner--events .slick-slider .slick-track {
    display: flex
}

.c7x.banner--events .slick-slider .slick-slide {
    height: auto
}

@media screen and (min-width: 922px) {
    .c7x.banner--events .slick-slider .slick-arrow.slick-next {
        right: .625rem
    }
}

@media screen and (min-width: 922px) {
    .c7x.banner--events .slick-slider .slick-arrow.slick-prev {
        left: .625rem
    }
}

.main-navigation li.menu-item-has-children {
    position: initial;
    float: none
}

.main-navigation .nav__list > .menu-item .sub-menu {
    background-color: #fff;
    position: initial;
    max-width: 1230px;
    padding: 0 15px;
    float: none;
    box-shadow: none;
    margin: 0 auto
}

.main-navigation li.menu-item-has-children:hover .sub-menu {
    display: block
}

.main-navigation .sub-menu-wrap {
    left: 0;
    right: 0;
    position: absolute;
    box-shadow: 0px 2px 8px rgba(88, 88, 88, .135162);
    background-color: #fff
}

.main-navigation .nav__list > .menu-item .sub-menu li, .main-navigation .nav__list > .menu-item .sub-menu a {
    width: auto;
    min-width: auto
}

@media screen and (max-width: 575px) {
    .c7x.figure .aspect-box:before {
        padding-top: 85.3333333333%
    }
}

.c7x.full-calendar .fc-day-header {
    background-color: #b7b694;
    color: #f0f4e8;
    text-transform: uppercase;
    padding: .5em 0
}

.c7x.slider .slick-slide:hover img {
    opacity: .5
}

.c7x.slider .aspect-box::before {
    background-color: #000
}

.c7x.slider--inner .slick-slide:hover img {
    opacity: 1
}

@media screen and (min-width: 922px) {
    .c7x.slider .jsBlockSlider-count4 figure figcaption {
        font-size: 1.25rem;
        line-height: 1.5625rem
    }
}

@media screen and (min-width: 1199px) {
    .c7x.slider .jsBlockSlider-count4 figure figcaption {
        font-size: 1.75rem;
        line-height: 2rem
    }
}