@font-face {
    font-family: 'ITC Avant Garde Pro Bk';
    src: url('fonts/ITCAvantGardePro-BkObl.eot');
    src: url('fonts/ITCAvantGardePro-BkObl.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCAvantGardePro-BkObl.woff2') format('woff2'),
        url('fonts/ITCAvantGardePro-BkObl.woff') format('woff'),
        url('fonts/ITCAvantGardePro-BkObl.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Pro Bk';
    src: url('fonts/ITCAvantGardePro-Bk.eot');
    src: url('fonts/ITCAvantGardePro-Bk.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCAvantGardePro-Bk.woff2') format('woff2'),
        url('fonts/ITCAvantGardePro-Bk.woff') format('woff'),
        url('fonts/ITCAvantGardePro-Bk.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Pro Md';
    src: url('fonts/ITCAvantGardePro-BoldObl.eot');
    src: url('fonts/ITCAvantGardePro-BoldObl.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCAvantGardePro-BoldObl.woff2') format('woff2'),
        url('fonts/ITCAvantGardePro-BoldObl.woff') format('woff'),
        url('fonts/ITCAvantGardePro-BoldObl.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Pro Md';
    src: url('fonts/ITCAvantGardePro-Bold.eot');
    src: url('fonts/ITCAvantGardePro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCAvantGardePro-Bold.woff2') format('woff2'),
        url('fonts/ITCAvantGardePro-Bold.woff') format('woff'),
        url('fonts/ITCAvantGardePro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Pro Md';
    src: url('fonts/ITCAvantGardePro-Md.eot');
    src: url('fonts/ITCAvantGardePro-Md.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCAvantGardePro-Md.woff2') format('woff2'),
        url('fonts/ITCAvantGardePro-Md.woff') format('woff'),
        url('fonts/ITCAvantGardePro-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Pro Md';
    src: url('fonts/ITCAvantGardePro-MdObl.eot');
    src: url('fonts/ITCAvantGardePro-MdObl.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCAvantGardePro-MdObl.woff2') format('woff2'),
        url('fonts/ITCAvantGardePro-MdObl.woff') format('woff'),
        url('fonts/ITCAvantGardePro-MdObl.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}




body {
    font-family: 'ITC Avant Garde Pro Bk';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ITC Avant Garde Pro Bk';
}

.tns-outer {
    padding: 0 !important;
}

.tns-outer [hidden] {
    display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery>.tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

.tns-lazy-img.tns-complete {
    opacity: 1;
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block;
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left;
}

.tns-outer {
    display: flex;
    flex-flow: column-reverse;
    margin: 32px -40px;
    margin-bottom: 0;
}

.tns-outer #tns1 {
    width: calc(724%);
}

.adx-carousel {
    display: flex;
    align-items: flex-start;
}

.adx-carousel .carousel-item {
    height: 100%;
}

.adx-carousel .sponsor-item a {
    text-decoration: none;

}

.adx-carousel .sponsor-item {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.adx-carousel .sponsor-item .sponsor-caption {
    margin-top: -140px;
    padding: 15px 40px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    min-height: 130px;
    position: relative;
}

.adx-carousel .sponsor-item .sponsor-caption .sponsor-date {
    font-size: 16px;
    color: #fff;
}

.adx-carousel .sponsor-item .sponsor-caption .sponsor-heading h4 {
    font-size: 1.5rem;
    color: #fff;
}

.adx-carousel .sponsor-item img {
    width: 100%;
    display: block;
    height: auto;
}

/* .adx-carousel .tns-controls {
    display: none;
} */

.tns-outer [data-action] {
    display: none !important;
}

/* .tns-controls {
    display: none;
} */
.tns-controls {
    position: absolute;
    top: 150px;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    display: none;
}

.tns-controls button {
    background: transparent;
    border: none;
    font-size: 0;
}

.tns-controls button:first-child::before {
    content: '';
    background: url('/images/gssl/listing/left-arrow.png') no-repeat;
    padding: 25px;

}

.tns-controls button:nth-child(2) {
    float: right;
}

.tns-controls button:nth-child(2):before {
    content: '';
    background: url('/images/gssl/listing/right-arrow.png') no-repeat;
    padding: 25px;
}

.tns-nav {
    display: flex;
    justify-content: center;
}

.tns-nav button {
    height: 8px;
    width: 7px;
    background-color: #132124;
    border: none;
    border-radius: 100px;
    margin: 4px;
    opacity: 0.6;
    display: none;
}

.tns-nav button.tns-nav-active {
    opacity: 1;
}

footer {
    border-top: none;
    color: #f6f7f2;
    font-size: 16px;
    text-align: center;
}

footer a {
    color: #f6f7f2;
    text-decoration: none;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

footer ul li a {
    font-size: 15px;
}

.footer-content {
    padding: 50px 0 10px 0;
}

.footer-content ul {
    padding: 0;
    margin: 0;
}

.footer-content h4 {
    font-size: 30px;
    text-align: left;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-top: 40px;
    text-align: center;
    font-family: 'ITC Avant Garde Pro Bk';
}

.footer-copyrights {
    padding: 20px 0;
    font-size: 14px;
    color: #acacac;
}

.footer-copyrights a {
    color: #acacac;
}

.footer-copyrights .d-flex {
    display: block !important;
}

.footer-copyrights .developer {
    font-size: 11px;
    padding: 0 25px;
}

footer .adx-arrow-right::before {
    font-size: 10px;
    opacity: 0.8;
}

.foter-social {
    margin-bottom: 20px;
}

.foter-social a i {
    line-height: 1;
    display: block;
    height: 18px;
}

.foter-social a {
    margin-bottom: 5px;
    font-size: 18px;
    background-color: transparent;
    width: 40px;
    height: 38px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.foter-social a:hover {
    background-color: transparent;
    color: #f6f7f2;
}

footer .row .col-md-3:first-child {
    display: block;
}

footer .row .col-md-3:first-child~.col-md-3 {
    display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    footer .row .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-content h4 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    footer {
        text-align: left;
    }

    .footer-content h4 {
        margin-top: 0;
        text-align: left;
    }

    footer .row .col-md-3:first-child {
        display: block;
    }

    footer .row .col-md-3:first-child~.col-md-3 {
        display: block;
    }

    .footer-copyrights .d-flex {
        display: flex !important;
    }

    .footer-copyrights {
        padding-top: 50px;
    }

    footer .row .col-md-3:nth-child(1) {
        flex: 0 0 35%;
        max-width: 35%;
    }

    footer .row .col-md-3:nth-child(2) {
        flex: 0 0 20%;
        max-width: 20%;
    }

    footer .row .col-md-3:nth-child(3) {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.accordion {
    padding: 20px 0;
}

.accordion-item {
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.accordion-item-header {
    padding: 0;
    border: none;
}

.accordion-item-header .btn {
    display: block;
    width: 100%;
    padding: 15px 20px 15px 50px;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: background-color 0.3s ease;
    position: relative;
}

.accordion-item-header .btn:hover {
    background-color: #f9f9f9;
    text-decoration: none;
}

.accordion-item-header button i {
    font-size: 12px;
    width: 40px;
    display: inline-block;
    color: #132124;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-7px);
}

.accordion-item-body {
    background-color: #f6f7f2;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.tabs {
    margin: 20px 0;
}

.tab-nav {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 15px;
}

.tab-link {
    margin-right: 2px;
}

.tab-link a {
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    background-color: #f5f5f5;
    color: #333;
    border-bottom: none;
    transition: background-color 0.3s;
    border-radius: 0 0 0 0;
}

.tab-link a:hover,
.tab-link.active a {
    background-color: #ebebeb;
}

.tab-link.active a {
    background-color: #132124;
    color: #f6f7f2;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.tab-content h3 {
    margin-top: 0;
}

.wrapper-gallery {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-gallery .gallery-link {
    display: block;
    margin: 3px;
    position: relative;
}

.wrapper-gallery .gallery-link::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
}

.wrapper-gallery .gallery-link:hover:after {
    background-color: rgba(0, 0, 0, 0);
}

.wrapper-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    overflow: hidden;
}

#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#lightbox-img {
    max-height: 80%;
    transition: opacity 0.3s;
}

#lightbox-caption {
    text-align: center;
    color: #f6f7f2;
    font-size: 16px;
    margin-top: 10px;
}

#video-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#video-lightbox-img {
    max-width: 90%;
    max-height: 80%;
    transition: opacity 0.3s;
}

#video-lightbox-caption {
    text-align: center;
    color: #f6f7f2;
    font-size: 16px;
    margin-top: 10px;
}

#lightbox-img,
#video-lightbox-iframe {
    max-width: calc(100% - 10px);
}

.close {
    color: #f6f7f2;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
}

.navigate {
    color: #f6f7f2;
    position: absolute;
    top: 50%;
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
}

#prev {
    left: 10px;
}

#next {
    right: 10px;
}

#prevv {
    left: 10px;
}

#nextv {
    right: 10px;
}

.wrapper-gallery.grid-6 .gallery-link {
    width: calc(16.66666666666667% - 6px);
}

.wrapper-gallery.grid-5 .gallery-link {
    width: calc(20% - 6px);
}

.wrapper-gallery.grid-4 .gallery-link {
    width: calc(25% - 6px);
}

.wrapper-gallery.grid-3 .gallery-link {
    width: calc(33.33333333333333% - 6px);
}

.wrapper-gallery.grid-2 .gallery-link {
    width: calc(50% - 6px);
}

.gallery-info h3 {
    font-weight: 700;
}

.gallery-main.left-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gallery-main.left-right .gallery-info {
    width: 50%;
}

.gallery-main.left-right .wrapper-gallery {
    width: calc(50% - 40px);
}

.gallery-main.right-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.gallery-main.right-left .gallery-info {
    width: 50%;
}

.gallery-main.right-left .wrapper-gallery {
    width: calc(50% - 40px);
}

.gallery-main.top-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.gallery-main.top-bottom .gallery-info {
    width: 100%;
}

.gallery-main.top-bottom .wrapper-gallery {
    width: calc(100%);
}

.gallery-main.bottom-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.gallery-main.bottom-top .gallery-info {
    width: 100%;
    padding-top: 30px;
}

.gallery-main.bottom-top .wrapper-gallery {
    width: calc(100%);
}

.video-link::after {
    content: "\4d" !important;
    font-family: "dwg icons";
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #f6f7f2;
}

.wrapper-gallery audio {
    width: 100%;
    padding: 3px;
}

.audio-item.gallery-link::after {
    display: none;
}

.gallery-main {
    border: 2px solid #ccc;
    padding: 25px;
    height: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .gallery-main {
        flex-direction: column !important;
    }

    .gallery-main .gallery-info {
        width: 100% !important;
    }

    .gallery-main .wrapper-gallery {
        width: calc(100%) !important;
    }

    .wrapper-gallery.grid-4 .gallery-link,
    .wrapper-gallery.grid-5 .gallery-link,
    .wrapper-gallery.grid-6 .gallery-link {
        width: calc(33.33333333333333% - 6px);
    }

    .wrapper-gallery.grid-2 .gallery-link,
    .wrapper-gallery.grid-3 .gallery-link {
        width: calc(50% - 6px);
    }

    .gallery-main.bottom-top {
        flex-direction: column;
    }

    .gallery-main {
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .wrapper-gallery.grid-5 .gallery-link,
    .wrapper-gallery.grid-6 .gallery-link {
        width: calc(33.33333333333333% - 6px);
    }
}

.main-bg {
    background-color: #000000;
}

.importent {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.importent .importent-updates:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    border-top: 133px solid transparent;
    border-bottom: 133px solid transparent;
    border-left: 130px solid #0dff6c;
}

.importent .importent-updates {
    background: #0dff6c;
    padding: 82px 40px;
    margin-right: 106px;
}

.importent .importent-updates h3 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 45px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #000;
}

.importent .importent-updates img {
    width: 150px;

}

.importent .cancelled-games {
    padding: 56px 0;
    padding-left: 35px;
}

.importent .cancelled-games h4 {
    font-size: 40px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    line-height: 1;
}

.importent .cancelled-games br {
    display: block;
}

.importent .cancelled-games a {
    font-size: 40px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
}

.importent .cancelled-games a i {
    font-style: normal;
}

.teams {
    padding: 80px 0;
}

.teams .team-wrap {
    border: 3px solid #00daff;
    padding: 60px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.teams .team-wrap h3 {
    font-size: 50px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
}

.teams .team-wrap a {
    font-size: 34px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}


.teams .team-wrap img {
    margin-bottom: 50px;
}

.grows {
    padding-top: 280px;
    padding-bottom: 190px;
}

.grows h3 {
    font-size: 125px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1;
}

.grows h3 span {
    color: #00daff;
}

.grows .box-wrap-gssl {
    background: #000;
    border: 3px solid #00daff;
    padding: 50px 60px;
    border-radius: 5px;
}

.grows .box-wrap-gssl p {
    font-size: 26px;
    color: #fff;
    margin-top: 20px;
}

.grows .box-wrap-gssl a {
    font-size: 50px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.grows .box-wrap-gssl a i {
    color: #00daff;
    font-style: normal;
}

.grows .box-wrap-gssl a:hover,
.grows .box-wrap-gssl a:focus {
    color: #00daff;
}

.grows .box-wrap-gssl a:hover i,
.grows .box-wrap-gssl a:focus i {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(13, 255, 108, 1) 100%);
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.schedules {
    padding: 80px 0;
}

.schedules h3 {
    text-align: center;
    font-size: 97px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.schedules h5 {
    font-size: 58px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #0dff6c;
    text-transform: uppercase;
    text-align: center;
}

.schedules ul {
    padding-left: 0;
}

.schedules ul li {
    margin-bottom: 15px;
    text-align: left;
    padding-left: 60px;
}

.schedules ul li a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.schedules ul li a:hover,
.schedules ul li a:focus {
    color: #0dff6c;
}

.schedules .code-of-conduct {
    background: #000;
    border: 3px solid #00daff;
    padding: 40px 60px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.schedules .code-of-conduct h3 {
    text-align: left;
}

.schedules .code-of-conduct p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.schedules .code-of-conduct .btn.btn-primary {
    background: #00daff;
    color: #000;
    padding: 12px 50px;
    font-size: 24px;
    text-transform: uppercase;
}

.schedules .code-of-conduct .btn.btn-primary:hover,
.schedules .code-of-conduct .btn.btn-primary:focus {
    background-color: #0dff6c;
    color: #000;

}

.upcoming {
    background: #00daff;
    color: #000;
    padding: 60px 40px;
}

.upcoming h3 {
    text-align: center;
    font-size: 55px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.upcoming a {
    font-size: 30px;
    color: #000;
    text-decoration: none;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
}

.upcoming h3 .icon-calendar {
    background: url(/images/gssl/Calendar-Icon.png) no-repeat;
    width: 65px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
}

.upcoming h3 .icon-calendar:hover,
.upcoming h3 .icon-calendar:focus {
    background: url(/images/gssl/Calendar-Icon-hover.png) no-repeat;
}

.upcoming a:hover,
.upcoming a:focus {
    color: #fff;
}

.hightlights {
    padding-top: 100px;
    padding-bottom: 70px;
}

.hightlights h3 {
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.hightlights .btn.btn-primary {
    background: #00daff;
    color: #000;
    padding: 12px 50px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-transform: uppercase;
}

.hightlights .btn.btn-primary:hover,
.hightlights .btn.btn-primary:focus {
    background-color: #0dff6c;
    color: #000;
}

.matches {
    padding: 20px 0;
}
.matches figure img{
    margin-left: -15px;
}
.matches figure{
    margin-left: 0;

}

.matches .match-date {
    padding-top: 80px;
}

.matches .match-date h4 span {
    color: #00daff;
    display: block;
}

.match-registeration {
    margin-bottom: 30px;

}

.matches .match-registeration strong {
    font-family: 'ITC Avant Garde Pro Md';
    color: #0dff6c;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 20px;
    display: inline-block;
}

.matches .match-registeration span {
    font-family: 'ITC Avant Garde Pro Md';
    color: #0dff6c;
    font-size: 22px;
}

.matches .match-registeration a {
    background: #00daff;
    color: #000;
    padding: 12px 50px;
    font-size: 24px;
    text-transform: uppercase;
}

.matches .match-registeration a:hover,
.matches .match-registeration a:focus {
    background-color: #0dff6c;
    color: #000;
}

.matches .match-date h4 {
    font-size: 70px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}



.masnery .fix-flex {
    display: flex;
}

.masnery .fix-flex .gear-up {
    width: 100%;
    border-radius: 5px;
    border: 3px solid #00daff;
    margin-right: 30px;
    padding: 20px;
    margin-bottom: 15px;
}

.masnery .fix-flex .gear-up h3 {
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
}

.masnery .fix-flex .shop-stickers {
    border: 3px solid #00daff;
    position: relative;
}

.masnery .fix-flex .shop-stickers .caption {
    display: none;
    background: #00daff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.masnery .fix-flex .shop-stickers:hover .caption,
.masnery .fix-flex .shop-stickers:focus .caption {
    display: block;

}

.masnery .fix-flex .shop-stickers .caption h3 {
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    font-size: 27px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
}

.masnery .fix-flex .shop-stickers .caption a {
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    font-size: 27px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
}

.masnery .fix-flex .shop-stickers .caption a i {
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    font-size: 27px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(41, 28, 185) 100%);
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.masnery .fix-flex .gear-up a {
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    font-size: 50px;
    color: #0cf066;
    text-transform: uppercase;
    text-decoration: none;
}

.masnery .fix-flex .gear-up a i {
    color: #00daff;
    font-style: normal;
}

.masnery .fix-flex .gear-up a:hover,
.masnery .fix-flex .gear-up a:focus {
    color: #00daff;
}

.masnery .fix-flex .gear-up a:hover i,
.masnery .fix-flex .gear-up a:focus i {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(13, 255, 108, 1) 100%);
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.masnery .row .masnery-col:first-child {
    width: 65.5%;
    float: left;
    padding-left: 15px;
    padding-right: 10px;
}

.masnery .row .masnery-col:nth-child(2) {
    width: 33.5%;
    float: left;
    padding-left: 0;
    padding-right: 15px;
}

.masnery .fix-flex .gear-up {
    padding-top: 80px;
    margin-right: 10px;
    margin-bottom: 0;
}

.masnery .fix-flex .gear-up h3 {
    margin-bottom: 0;
}

.masnery .fix-flex .shop-stickers {
    padding: 0;
    margin: 0;
    line-height: 0;
    border-radius: 5px;
}

.masnery .fix-flex .create-team {
    border: 3px solid #0cf066;
    line-height: 0;
    margin: 10px 0;
    border-radius: 5px;
    position: relative;
}

.masnery .fix-flex .create-team h3 {
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    font-size: 50px;
    color: #0dff6c;
    text-transform: uppercase;
}

.masnery .fix-flex .create-team a {
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    font-size: 35px;
    color: #0cf066;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5;
}

.masnery .fix-flex .create-team a i {
    color: #00daff;
    display: block;
    font-style: normal;
}

.masnery .fix-flex .create-team a:hover,
.masnery .fix-flex .create-team a:focus {
    color: #00daff;
}

.masnery .fix-flex .create-team a:hover i,
.masnery .fix-flex .create-team a:focus i {
    color: #0cf066;
}

.masnery .fix-flex .create-team .caption {
    padding: 20px;
    padding-left: 20px;
    position: absolute;
    bottom: 40px;
    padding-left: 40px;
}

.masnery .fix-flex .bag {
    border: 3px solid #00daff;
    line-height: 0;
    border-radius: 5px;
    margin-right: 10px;
}

.masnery .fix-flex .cap {
    border: 3px solid #00daff;
    line-height: 0;
    border-radius: 5px;
    margin-right: 10px;
}

.masnery .fix-flex .bottle {
    border: 3px solid #00daff;
    line-height: 0;
    border-radius: 5px;
}

.masnery .masnery-col .shop-tshirts {
    border: 3px solid #0cf066;
    line-height: 0;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.masnery .masnery-col .shop-tshirts:hover .caption,
.masnery .masnery-col .shop-tshirts:focus .caption {
    display: block;
}

.masnery .masnery-col .shop-tshirts .caption {
    display: none;
    background: #0cf066;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.masnery .masnery-col .shop-tshirts .caption h3 {
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.masnery .masnery-col .shop-tshirts .caption a i {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;

}

.masnery .masnery-col .shop-tshirts .caption a {
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5;
}

.gssl-event {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}

.gssl-event h3 {
    text-align: center;
    font-size: 90px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;

}

.gssl-event .event-wrapper {
    background: #00daff;
    border-radius: 8px;
}

.gssl-event .event-wrap-content {
    padding: 80px 40px;
}

.gssl-event .event-wrap-content h4 {
    font-size: 55px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
}
.gssl-event .event-wrap-content p {
    font-size: 20px;
}

.gssl-event figure {
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 100%;
}

.gssl-event figure img {
    height: 100%;
    border-radius: 0 8px 8px 0;
}

.gssl-event .btn.btn-primary {
    background: #000;
    color: #fff;
    padding: 13px 70px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: none;
}

.gssl-event .btn.btn-primary:hover,
.gssl-event .btn.btn-primary:focus {
    background: #fff;
    color: #000;
}

.rsvp-sign {
    padding: 20px 0;
    padding-top: 30px;
    
}

.rsvp-sign figure {
    margin: 0;
    border-radius: 8px;
}

.rsvp-sign figcaption {
    background: #00daff;
    margin-top: -10px;
    padding: 25px 35px;
    border-radius: 0 0 8px 8px;
}

.rsvp-sign figcaption .tags {
    font-size: 40px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
    color: #000;
}

.rsvp-sign figcaption h4 {
    font-size: 55px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
    color: #000;
}

.rsvp-sign figcaption a {
    font-size: 40px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    text-transform: uppercase;
}

.rsvp-sign figcaption a i {
    font-style: normal;
}

.rsvp-sign figcaption a:hover i,
.rsvp-sign figcaption a:focus i {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(41, 28, 185) 100%);
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.in-action {
    padding: 100px 140px;
    text-align: center;
}
.in-action img{
    width: 200px;
    margin-bottom: 20px;

}

.in-action h3 {
    text-align: center;
    font-size: 90px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 20px;
}

.in-action .form-group {
    margin-bottom: 15px;
}

.in-action .form-group input[type=text],
.in-action .form-group input[type=email] {
    border: 3px solid #00daff;
    border-radius: 5px;
    background: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'ITC Avant Garde Pro Md';
    padding-bottom: 6px;
    padding-top: 13px;
}

.in-action .form-group input[type=text]::-webkit-input-placeholder,
.in-action .form-group input[type=email]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0cf066;
}

.in-action .form-group input[type=text]::-moz-placeholder,
.in-action .form-group input[type=email]::-moz-placeholder {
    /* Firefox 19+ */
    color: #0cf066;
}

.in-action .form-group input[type=text]:-ms-input-placeholder,
.in-action .form-group input[type=email]:-ms-input-placeholder {
    /* IE 10+ */
    color: #0cf066;
}

.in-action .form-group input[type=text]:-moz-placeholder,
.in-action .form-group input[type=email]:-moz-placeholder {
    /* Firefox 18- */
    color: #0cf066;
}

.in-action .form-group input[type=text],
.in-action .form-group input[type=email] {
    border: 3px solid #00daff;
    border-radius: 5px;
    background: #000;
    color: #0cf066;
}

.in-action .form-group input[type=text]:hover,
.in-action .form-group input[type=text]:focus,
.in-action .form-group input[type=email]:hover,
.in-action .form-group input[type=email]:focus {
    border: 3px solid #0cf066;
    color: #fff;
}

.in-action .btn.btn-primary {
    background: #00daff;
    color: #000;
    padding: 12px 50px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-transform: uppercase;
}

.in-action .btn.btn-primary:hover,
.in-action .btn.btn-primary:focus {
    background: #0cf066;
    color: #000;
}

.share-your {
    padding: 80px 0;
    border-top: 3px solid #00daff;
    border-bottom: 3px solid #00daff;
}

.share-your h3 {
    text-align: center;
    font-size: 90px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.share-your h3 span {
    color: #00daff;
}

.share-your .social-share {
    text-align: center;
}

.share-your .social-share ul {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}

.share-your .social-share ul li {
    display: inline-block;
    padding: 20px 30px;
}

.share-your .social-share ul li a img {
    filter: 0;
}

.share-your .social-share ul li a:hover img,
.share-your .social-share ul li a:focus img {
    filter: hue-rotate(45deg);

}

/* 
.share-your .social-share ul li a.instagram {
    background: url(/images/gssl/Instagram-Logo.png) no-repeat;
    width: 106px;
    height: 106px;
    display: inline-block;
}

.share-your .social-share ul li a.instagram:hover,
.share-your .social-share ul li a.instagram:focus {
    background: url(/images/gssl/Instagram-Logo-hover.png) no-repeat;
} */

/* .share-your .social-share ul li a.facebook {
    background: url(/images/gssl/Facebook-Logo.png) no-repeat;
    width: 106px;
    height: 106px;
    display: inline-block;
}

.share-your .social-share ul li a.facebook:hover,
.share-your .social-share ul li a.facebook:focus {
    background: url(/images/gssl/Facebook-Logo-hover.png) no-repeat;
}

.share-your .social-share ul li a.youtube {
    background: url(/images/gssl/Youtube-Logo.png) no-repeat;
    width: 155px;
    height: 106px;
    display: inline-block;
}

.share-your .social-share ul li a.youtube:hover,
.share-your .social-share ul li a.youtube:focus {
    background: url(/images/gssl/Youtube-Logo-hover.png) no-repeat;
}

.share-your .social-share ul li a.tiktok {
    background: url(/images/gssl/TikTok-Logo.png) no-repeat;
    width: 106px;
    height: 106px;
    display: inline-block;
}

.share-your .social-share ul li a.tiktok:hover,
.share-your .social-share ul li a.tiktok:focus {
    background: url(/images/gssl/TikTok-Logo-hover.png) no-repeat;
}

.share-your .social-share ul li a.twitter {
    background: url(/images/gssl/X-logo.png) no-repeat;
    width: 106px;
    height: 106px;
    display: inline-block;
}

.share-your .social-share ul li a.twitter:hover,
.share-your .social-share ul li a.twitter:focus {
    background: url(/images/gssl/X-logo-hover.png) no-repeat;
}

.share-your .social-share ul li a.linkedin {
    background: url(/images/gssl/LinkedIn-Logo-Blue.png) no-repeat;
    width: 106px;
    height: 106px;
    display: inline-block;
}

.share-your .social-share ul li a.linkedin:hover,
.share-your .social-share ul li a.linkedin:focus {
    background: url(/images/gssl/LinkedIn-Logo-Blue-hover.png) no-repeat;
} */

.greater-seattle {
    padding: 80px 0;
    border-bottom: 3px solid #00daff;
}

.greater-seattle img {
    width: 100%;
}

.greater-seattle h5 {
    font-size: 35px;
    color: #00daff;
    line-height: 1.2;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
}

.greater-seattle p {
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
}

.greater-seattle .btn.btn-primary {
    background: #00daff;
    color: #000;
    padding: 12px 50px;
    font-size: 24px;
    text-transform: uppercase;
    margin-right: 30px;
}

.greater-seattle .btn.btn-primary:hover,
.greater-seattle .btn.btn-primary:focus {
    background: #0dff6c;
    color: #000;
}

.sponsors {
    padding: 80px 0;
    border-bottom: 3px solid #00daff;
}

.sponsors h3 {
    text-align: center;
    font-size: 90px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.sponsors a {
    text-align: center;
    font-size: 70px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
}

.sponsors figure a img {
    filter: grayscale(100%) brightness(100%) contrast(200%);
}

.sponsors figure a:hover img,
.sponsors figure a:focus img {
    filter: unset;
}

/* .sponsors figure a.dwg {
    background: url(/images/gssl/DWG.png) no-repeat;
    width: 100%;
    display: block;
    height: 194px;
}

.sponsors figure a.dwg:hover,
.sponsors figure a.dwg:focus {
    background: url(/images/gssl/DWG-hover.png) no-repeat;
}

.sponsors figure a.razzis {
    background: url(/images/gssl/Razzis-Pizzeria.png) no-repeat;
    width: 100%;
    display: block;
    height: 194px;
}

.sponsors figure a.razzis:hover,
.sponsors figure a.razzis:focus {
    background: url(/images/gssl/Razzis-Pizzeria-Green-hover.png) no-repeat;
}

.sponsors figure a.play-book {
    background: url(/images/gssl/Playbook.png) no-repeat;
    width: 100%;
    display: block;
    height: 194px;
    background-size: 333px;
}

.sponsors figure a.play-book:hover,
.sponsors figure a.play-book:focus {
    background: url(/images/gssl/Playbook-hover.png) no-repeat;
    background-size: 333px;
}

.sponsors figure a.sound-roofing {
    background: url(/images/gssl/Sound-Performance-Roofing.png) no-repeat;
    width: 100%;
    display: block;
    height: 194px;
}

.sponsors figure a.sound-roofing:hover,
.sponsors figure a.sound-roofing:focus {
    background: url(/images/gssl/Sound-Performance-Roofing-hover.png) no-repeat;
} */

.sponsors a.more {
    text-align: left;
    margin-bottom: 0;
    padding-top: 100px;
    display: inline-block;
}

.sponsors a {
    text-decoration: none;
    text-align: left;
    line-height: 1 !important;
}

.sponsors a i {
    font-size: 70px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    display: block;
}

.sponsors a i {
    font-style: normal;
}



.faqs-contact {
    padding: 80px 0;
    border-bottom: 3px solid #00daff;
}

.faqs-contact h3 {
    font-size: 90px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.faqs-contact p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.faqs-contact span {
    display: block;
}

.faqs-contact span {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.faqs-contact span a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.faqs-contact span a:hover,
.faqs-contact span a:focus {
    color: #0dff6c;
}

.faqs-contact .accordion .accordion-header .accordion-button.collapsed i {
    filter: hue-rotate(0);
    transform: rotate(0);
}

.faqs-contact .accordion .accordion-header .accordion-button i {
    filter: hue-rotate(45deg);
    transform: rotate(90deg);
}

.faqs-contact .accordion .accordion-header .accordion-button {
    font-size: 35px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    padding-left: 0;
}

.faqs-contact .accordion .accordion-header .accordion-button i {
    background: url(/images/gssl/Triangle-icon.png) no-repeat;
    width: 24px;
    height: 20px;
    display: inline-block;
    background-size: contain;

}

.faqs-contact .accordion .accordion-body {
    padding-left: 35px;
}

.faqs-contact .accordion .accordion-body p {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
}

.faqs-contact .accordion .accordion-body a {
    display: block;
    font-size: 22px;
    color: #0cf066;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    text-transform: uppercase;
}

.faqs-contact .accordion .accordion-body a i {
    color: #00daff;
    font-style: normal;
}

.faqs-contact .accordion .accordion-body a:hover,
.faqs-contact .accordion .accordion-body a:focus {
    color: #00daff;
}

.faqs-contact .accordion .accordion-body a:hover i,
.faqs-contact .accordion .accordion-body a:focus i {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(13, 255, 108, 1) 100%);
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.footer {
    padding: 80px 0;
    padding-bottom: 30px;
}

.footer ul {
    padding-left: 0;
    text-align: center;
}

.footer ul li {
    display: inline-block;
    color: #fff;
}

.footer ul li:after {
    content: '|';
}

.footer ul li:last-child:after {
    content: none;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px;
}

.footer ul li a:hover,
.footer ul li a:focus {
    color: #0dff6c;
}

.footer p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

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

.footer {
    overflow: hidden;
}

.masnery {
    overflow: hidden;
}

.gssl-event {
    overflow: hidden;
}

.share-your .social-share ul li img {
    width: 90px;
}

@media (min-width: 1199px) {
    /* .slider-wrapper iframe {
        height: 154.5vh;
        width: 143%;
    } */

    .navmenu {
        min-height: 460px;
    }

    .teams .team-wrap {
        margin-right: 20px;
    }


    .navmenu li:hover>ul {
        display: block;
        padding-left: 0 !important;
    }

    .navmenu a:hover,
    .navmenu a:focus {
        border-bottom: 1px solid #0dff6c;
    }

    .navmenu li>ul>li a:hover,
    .navmenu li>ul>li a:focus {
        border-bottom: none;
    }

    .matches {
        overflow: hidden;
    }

    .schedules {
        overflow: hidden;
    }

    .teams {
        overflow: hidden;
    }

    .sponsors h3 {
        font-size: 50px;
    }

    .navmenu li {
        display: inline-block;
        margin: 0px 20px;
        border-bottom: 0;
    }

    .navmenu>ul {
        float: right;
        margin-right: 30px;
    }

    .navmenu .menarrow {
        right: -27px;
        display: none;
    }

    .navmenu li>ul {
        position: absolute;
    }

    .navmenu li>ul>li {
        width: 262px;
        margin-left: 0;
    }
}


/* 
@media (min-width: 1440px) {
    .slider-wrapper iframe {
        width: 125%;
        height: 147vh;
    }
} */

@media (min-width: 1750px) {
    /* .slider-wrapper iframe {
        width: 112%;
        height: 140vh;
    } */

    .scroll-wrapper {
        margin-top: -117px;
    }

}

.scroll-wrapper {
    margin-top: -117px;
}

.navmenu a {
    font-size: 22px;
    padding: 10px 6px;
}

.importent .importent-updates {
    padding: 95px 40px;
}

.matches .match-date h4 {
    font-size: 42px;
}

.importent .importent-updates img {
    width: 42px;
}



.faqs-contact .accordion .accordion-body {
    padding-left: 20px;
}

/* .hamburger {
    margin-top: -96px;
} */

@media (max-width: 1440px) {

    /* .slider-wrapper iframe {
        height: 124.5vh;
        width: 126%;
    } */

    .tns-outer #tns1 {
        width: calc(884%);
    }

    .sponsors a {
        font-size: 48px;
    }

    .sponsors a i {
        font-size: 48px;
    }

    /* .sponsors figure a.dwg {
        width: 100%;
        background-size: contain;
    }

    .sponsors figure a.razzis {
        width: 100%;
        background-size: contain;
    }

    .sponsors figure a.play-book {
        width: 100%;
        background-size: contain;
    }

    .sponsors figure a.sound-roofing {
        width: 100%;
        background-size: contain;
    } */

    .header-main {
        margin-top: 0;
        padding-top: 20px;
    }

    .logo img {
        width: 180px;
    }

    /* .hamburger {
        width: 54px;
        height: 5px;
    }

    .hamburger::after,
    .hamburger::before {
        height: 5px;
    }

    .hamburger::before {
        top: -12px;
    }

    .hamburger::after {
        bottom: -12px;
    }

    .hamburger {
        margin-top: -96px;
    } */

    .slider-wrapper .scap-info {
        margin-top: 100px;
    }

    .slider-wrapper .scap-info h2 {
        font-size: 80px;
        text-transform: uppercase;
    }

    .slider-wrapper .scap-btns .btn.btn-link {
        font-size: 80px;
    }

    .scroll-wrapper {
        margin-top: -100px;
    }

    .scroll-wrapper img {
        width: 70px;
    }

    .importent .importent-updates {
        padding: 47px 30px;
        margin-right: 38px;
    }

    .importent .importent-updates img {
        width: 40px;
    }

    .importent .importent-updates h3 {
        font-size: 42px;
    }

    .importent .cancelled-games {
        padding-left: 15px;
        padding-right: 15px;
        padding: 29px 0;
        padding-left: 24px;
    }

    .importent .cancelled-games h4 {
        font-size: 30px;
    }

    .importent .cancelled-games a {
        font-size: 30px;
    }

    .importent .importent-updates::after {
        display: block;
        content: "";
        position: absolute;
        right: -5px;
        top: 0;
        border-top: 75px solid transparent;
        border-bottom: 75px solid transparent;
        border-left: 60px solid #0dff6c;
    }

    .importent .cancelled-games {
        padding: 30px 0;
        padding-left: 24px;
    }

    .importent .cancelled-games br {
        display: block;
    }

    .teams {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .teams .team-wrap {
        padding: 30px;
        margin-bottom: 50px;
    }

    .teams .team-wrap img {
        width: 130px;
        margin-bottom: 20px;
    }

    .teams .team-wrap h3 {
        font-size: 50px;
        line-height: 1;
    }

    .teams .team-wrap a {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .grows {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .grows h3 {
        font-size: 65px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .grows .box-wrap-gssl {
        padding: 40px;
    }

    .grows .box-wrap-gssl img {
        width: 80px;
    }

    .grows .box-wrap-gssl p {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .grows .box-wrap-gssl a {
        font-size: 42px;
    }

    .schedules {
        padding-top: 70px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .schedules h3 {
        font-size: 70px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .schedules .code-of-conduct h3 {
        font-size: 45px;

    }

    .schedules h5 {
        font-size: 44px;
        line-height: 1;
    }

    .schedules ul li a {
        font-size: 18px;
    }

    .schedules .code-of-conduct {
        padding: 40px 50px;
        margin-bottom: 0;
    }

    .schedules .code-of-conduct p {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .schedules .code-of-conduct .btn.btn-primary {
        padding: 10px 53px;
        font-size: 18px;
    }

    .upcoming {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .upcoming h3 {
        font-size: 42px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .upcoming a {
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
    }

    .hightlights {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hightlights h3 {
        font-size: 80px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .hightlights .btn.btn-primary {
        padding: 10px 60px;
        font-size: 18px;
    }

    .matches {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .matches .match-date h4 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 40px;
    }

    .matches figure {
        margin: 0;
    }

    .matches .match-date {
        padding-top: 20px;
    }

    .matches .match-registeration {
        margin-bottom: 80px;
    }

    .matches .match-registeration a {
        padding: 10px 50px;
        font-size: 18px;
    }

    .masnery {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .masnery .fix-flex .gear-up h3 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .masnery .fix-flex .gear-up a {
        font-size: 22px;
    }

    .masnery .fix-flex {
        display: flex;
    }

    .masnery .fix-flex .shop-stickers img {
        width: 100%;
    }


    .masnery .fix-flex .bottle img {
        width: 100%;
    }

    .masnery .row .masnery-col:first-child {
        width: 66%;
    }

    .masnery .row .masnery-col:nth-child(2) {
        width: 34%;
    }

    .gssl-event {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .gssl-event h3 {
        font-size: 80px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .gssl-event .event-wrap-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .gssl-event .event-wrap-content h4 {
        font-size: 40px;
        line-height: 1.2;
    }

    .gssl-event .btn.btn-primary {
        padding: 13px 70px;
        font-size: 18px;
        margin-top: 0;
    }

    .rsvp-sign {
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .rsvp-sign figure {
        margin-bottom: 20px;
    }

    .rsvp-sign figcaption .tags {
        font-size: 31px;
        margin-bottom: 10px;
    }

    .rsvp-sign figcaption h4 {
        font-size: 42px;
        margin-bottom: 0;
    }

    .rsvp-sign figcaption a {
        font-size: 26px;
        margin-top: 10px;
        display: inline-block;
    }

    .rsvp-sign figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }

    .in-action {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 200px;
        padding-right: 200px;
    }

    .in-action img {
        width: 150px;
    }

    .in-action h3 {
        font-size: 65px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .in-action .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
        margin-top: 0;
    }

    .in-action .form-group input[type=text],
    .in-action .form-group input[type=email] {
        font-size: 18px;
        padding-bottom: 4px;
        padding-top: 9px;
    }

    .share-your {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .share-your h3 {
        font-size: 72px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .share-your .social-share ul li {
        padding: 10px 40px;
        margin-bottom: 0;
    }

    .share-your .social-share ul li img {
        width: 60px;
    }

    .greater-seattle {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .greater-seattle img {
        width: auto;
    }

    .greater-seattle h5 {
        font-size: 22px;
    }

    .greater-seattle p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .greater-seattle .btn.btn-primary {
        padding: 10px 50px;
        font-size: 18px;
        margin-top: 15px;
        margin-right: 15px;
        margin-right: 30px;
    }

    .sponsors {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sponsors h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .sponsors figure {
        text-align: center;
    }

    .sponsors a.more {
        text-align: center;
    }

    .sponsors a {
        text-align: center;
        display: block;
    }

    .sponsors a i {
        font-size: 70px;
    }

    .sponsors a {
        font-size: 70px;
    }

    .faqs-contact {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .faqs-contact h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .faqs-contact .accordion .accordion-header .accordion-button {
        font-size: 20px;
        text-align: left;
    }

    .faqs-contact .accordion .accordion-body {
        padding-left: 20px;
    }

    .faqs-contact .accordion .accordion-body p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .faqs-contact .accordion .accordion-body a {
        font-size: 18px;
    }

    .faqs-contact p {
        font-size: 18px;
    }

    .faqs-contact span {
        font-size: 18px;
    }

    .faqs-contact span a {
        font-size: 18px;
    }

    .header-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1399px) {
    .masnery .row .masnery-col:first-child {
        width: 65.2%;
    }

    .masnery .row .masnery-col:nth-child(2) {
        width: 34.8%;
    }
}



@media (max-width: 1199px) {
    .importent .cancelled-games br {
        display: none;
    }

    .hamburger {
        position: relative;
        z-index: 9;
        width: 60px;
        height: 50px;
        cursor: pointer;
        margin-top: -10px;
    }

    .hamburger::after,
    .hamburger::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 7px;
        background-color: #0dff6c;
        left: 0;
    }

    .hamburger span {
        content: "";
        position: absolute;
        width: 100%;
        height: 7px;
        background-color: #0dff6c;
        left: 0;
    }

    .hamburger::before {
        top: 0;
    }

    .hamburger span {
        top: 15px;
    }

    .hamburger::after {
        top: 30px;
    }

    .hamburger.close {
        top: -34px;
        right: 8px;
    }

    #slider {
        height: auto !important;
    }

    /* .slider-wrapper iframe {
        height: 135vh;
        width: 143%;
    } */

    .faqs-contact .accordion .accordion-header .accordion-button i {
        width: 16px;
        height: 20px;
    }

    /* .sponsors figure a.dwg {
        width: 100%;
        background-size: contain !important;
    }

    .sponsors figure a.razzis {
        width: 100%;
        background-size: contain !important;
    }

    .sponsors figure a.play-book {
        width: 100%;
        background-size: contain !important;
    }

    .sponsors figure a.sound-roofing {
        width: 100%;
        background-size: contain !important;
    } */

    .navmenu {
        top: -25px;
    }

    .header-main {
        margin-top: 0;
        padding-top: 20px;
    }

    .logo img {
        width: 100px;
    }

    /* .hamburger {
        width: 44px;
        height: 5px;
    }

    .hamburger::after,
    .hamburger::before {
        height: 5px;
    }

    .hamburger::before {
        top: -12px;
    }

    .hamburger::after {
        bottom: -12px;
    }

    .hamburger {
        margin-top: -46px;
    } */

    .slider-wrapper .scap-info {
        margin-top: 100px;
    }

    .slider-wrapper .scap-info h2 {
        font-size: 40px;
        text-transform: uppercase;
    }

    .slider-wrapper .scap-btns .btn.btn-link {
        font-size: 40px;
    }

    .scroll-wrapper {
        margin-top: -80px;
    }

    .scroll-wrapper img {
        width: 50px;
    }

    .importent .importent-updates {
        padding: 47px 30px;
        margin-right: 38px;
    }

    .importent .importent-updates img {
        width: 30px;
    }

    .importent .importent-updates h3 {
        font-size: 30px;
    }

    .importent .cancelled-games {
        padding-left: 15px;
        padding-right: 15px;
    }

    .importent .cancelled-games h4 {
        font-size: 25px;
    }
    .importent .cancelled-games br {
        display: block;
    }

    .importent .cancelled-games a {
        font-size: 25px;
    }

    .importent .importent-updates::after {
        display: block;
        content: "";
        position: absolute;
        right: -5px;
        top: 0;
        border-top: 67px solid transparent;
        border-bottom: 68px solid transparent;
        border-left: 60px solid #0dff6c;
    }

    .importent .cancelled-games {
        padding: 29px 0;
        padding-left: 24px;
    }

    .teams {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .teams .team-wrap {
        padding: 20px;
        margin-bottom: 20px;
    }

    .teams .team-wrap img {
        width: 100px;
        margin-bottom: 20px;
    }

    .teams .team-wrap h3 {
        font-size: 28px;
        line-height: 1;
    }

    .teams .team-wrap a {
        font-size: 22px;
    }

    .grows {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        background-position: -499px !important;
    }

    .grows h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .grows h3 br {
        display: none;
    }

    .grows .box-wrap-gssl {
        padding: 20px;
    }

    .grows .box-wrap-gssl img {
        width: 80px;
    }

    .grows .box-wrap-gssl p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .grows .box-wrap-gssl a {
        font-size: 22px;
    }

    .schedules {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .schedules h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .schedules h5 {
        font-size: 35px;
        line-height: 1;
    }

    .schedules ul li a {
        font-size: 18px;
    }

    .schedules .code-of-conduct {
        padding: 20px;
        margin-bottom: 0;
    }

    .schedules .code-of-conduct p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .schedules .code-of-conduct .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
    }

    .upcoming {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .upcoming h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .upcoming a {
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
    }

    .hightlights {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hightlights h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .hightlights .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
    }

    .matches {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 15px;
    }

    .matches .match-date h4 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 40px;
    }

    .matches figure {
        margin: 0;
    }

    .matches .match-date {
        padding-top: 20px;
    }

    .matches .match-registeration a {
        padding: 8px 33px;
        font-size: 18px;
    }

    .masnery .fix-flex .create-team .caption {
        bottom: -10px;
    }

    .masnery .fix-flex .gear-up a {
        font-size: 22px;
    }

    .masnery .fix-flex {
        display: flex;
    }

    .masnery .fix-flex .shop-stickers img {
        width: 100%;
    }

    .masnery .fix-flex .bottle img {
        width: 100%;
    }

    .masnery .row .masnery-col:first-child {
        width: 64%;
    }

    .masnery .row .masnery-col:nth-child(2) {
        width: 36%;
    }

    .gssl-event {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .gssl-event h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .gssl-event .event-wrap-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .gssl-event .event-wrap-content h4 {
        font-size: 28px;
    }

    .gssl-event .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
        margin-top: 0;
    }

    .rsvp-sign {
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .rsvp-sign figure {
        margin-bottom: 20px;
    }

    .rsvp-sign figcaption .tags {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .rsvp-sign figcaption h4 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .rsvp-sign figcaption a {
        font-size: 28px;
    }

    .rsvp-sign figcaption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .in-action {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .in-action img {
        width: 100px;
    }

    .in-action h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .in-action .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
        margin-top: 0;
    }

    .in-action .form-group input[type=text],
    .in-action .form-group input[type=email] {
        font-size: 18px;
        padding-bottom: 4px;
        padding-top: 9px;
    }

    .share-your {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .share-your h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .share-your .social-share ul li {
        padding: 10px 20px;
        margin-bottom: 0;
    }

    .share-your .social-share ul li img {
        width: 40px;
    }

    .greater-seattle {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .greater-seattle h5 {
        font-size: 22px;
    }

    .greater-seattle p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .greater-seattle .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
        margin-top: 0;
    }

    .sponsors {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sponsors h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .sponsors figure {
        text-align: center;
    }

    .sponsors a.more {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .sponsors a {
        text-align: center;
        display: block;
    }

    .sponsors a {
        font-size: 45px;
    }

    .sponsors a i {
        font-size: 45px;
    }

    .faqs-contact {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .faqs-contact h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .faqs-contact .accordion .accordion-header .accordion-button {
        font-size: 20px;
    }

    .faqs-contact .accordion .accordion-body p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .faqs-contact .accordion .accordion-body a {
        font-size: 18px;
    }

    .faqs-contact p {
        font-size: 18px;
    }

    .faqs-contact span {
        font-size: 18px;
    }

    .faqs-contact span a {
        font-size: 18px;
    }

    .header-container {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 992px) {
    .importent .importent-updates::after {
        border-top: 67px solid transparent;
        border-bottom: 72px solid transparent;
        border-left: 58px solid #0dff6c;
    }

    .importent .cancelled-games {
        padding: 37px 0;
        padding-left: 25px;
    }

    .hamburger {
        margin-top: 0;
    }

    .hamburger.close {
        top: 11px;
    }

    /* .hamburger{
        margin-top: 14px;
    } */
    /* .slider-wrapper iframe {
        height: 135vh;
        width: 189%;
    } */

    .importent .cancelled-games h4 {
        font-size: 20px;
    }

    .importent .cancelled-games a {
        font-size: 20px;
    }

    .matches .match-date h4 {
        font-size: 18px;
    }

    .importent .importent-updates h3 {
        font-size: 23px;
    }

    .importent .importent-updates {
        padding: 50px 30px;
    }

    .masnery .fix-flex .create-team a br {
        display: none;
    }

    .masnery .fix-flex .create-team .caption {
        bottom: 8px;
        padding-left: 20px;
    }

    .masnery .row .masnery-col:first-child {
        width: 62%;
    }

    .masnery .row .masnery-col:nth-child(2) {
        width: 38%;
    }
}

@media (max-width: 768px) {


    .importent .importent-updates::after {
        display: block;
        content: "";
        position: absolute;
        right: -28px;
        top: -8px;
        border-top: 67px solid transparent;
        border-bottom: 68px solid transparent;
        border-left: 49px solid #0eff6c;
    }

    /* .slider-wrapper iframe {
        width: 242%;
        height: 135vh;
    } */

    .greater-seattle img {
        width: 100px;
    }

    .upcoming h3 .icon-calendar {
        width: 25px;
        height: 50px;
        display: inline-block;
        vertical-align: super;
        background-size: contain;
    }

    .tns-outer #tns1 {
        width: calc(2344%);
    }

    .masnery .row .masnery-col:first-child {
        width: 100%;
    }

    .masnery .row .masnery-col:nth-child(2) {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 10px;
        margin-left: 15px;
    }

    .masnery .fix-flex .bag {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .masnery .fix-flex .bag img {
        width: 100%;
    }

    .masnery .fix-flex .cap {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .masnery .fix-flex .cap img {
        width: 100%;
    }

    .masnery .fix-flex .bottle {
        margin-bottom: 10px;
    }

    .header-main {
        margin-top: 0;
        padding-top: 20px;
    }

    .logo img {
        width: 100px;
    }

    /* .hamburger {
        width: 44px;
        height: 5px;
    }

    .hamburger::after,
    .hamburger::before {
        height: 5px;
    }

    .hamburger::before {
        top: -12px;
    }

    .hamburger::after {
        bottom: -12px;
    }

    .hamburger {
        margin-top: 34px;
    } */

    .slider-wrapper .scap-info {
        margin-top: 100px;
    }

    .slider-wrapper .scap-info h2 {
        font-size: 40px;
        text-transform: uppercase;
    }

    .slider-wrapper .scap-btns .btn.btn-link {
        font-size: 40px;
    }

    .scroll-wrapper {
        margin-top: -80px;
    }

    .scroll-wrapper img {
        width: 50px;
    }

    .importent .importent-updates {
        padding: 40px 30px;
        margin-right: 0;
    }

    .importent .importent-updates img {
        width: 30px;
    }

    .importent .importent-updates h3 {
        font-size: 25px;
    }

    .importent .cancelled-games {
        padding-left: 30px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 5px;
    }

    .importent .cancelled-games h4 {
        font-size: 18px;
    }
    .importent .cancelled-games br {
display: none;
    }

    .importent .cancelled-games a {
        font-size: 18px;
    }

    /* .importent .importent-updates::after {
        display: none;
    } */

    .teams {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .teams .team-wrap {
        padding: 20px;
        margin-bottom: 20px;
    }

    .teams .team-wrap img {
        width: 100px;
        margin-bottom: 20px;
    }

    .teams .team-wrap h3 {
        font-size: 28px;
        line-height: 1;
    }

    .teams .team-wrap a {
        font-size: 22px;
    }

    .grows {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .grows h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .grows h3 br {
        display: none;
    }

    .grows .box-wrap-gssl {
        padding: 20px;
    }

    .grows .box-wrap-gssl img {
        width: 80px;
    }

    .grows .box-wrap-gssl p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .grows .box-wrap-gssl a {
        font-size: 22px;
    }

    .schedules {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .schedules h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .schedules h5 {
        font-size: 35px;
        line-height: 1;
    }

    .schedules ul li a {
        font-size: 18px;
    }

    .schedules .code-of-conduct {
        padding: 20px;
        margin-bottom: 0;
    }

    .schedules .code-of-conduct p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .schedules .code-of-conduct .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
    }

    .upcoming {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .upcoming h3 {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .upcoming a {
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
    }

    .hightlights {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hightlights h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .hightlights .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
    }

    .matches {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .matches .match-date h4 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 0;
    }

    .matches figure {
        margin: 0;
    }

    .matches .match-date {
        padding-top: 20px;
    }

    .matches .match-registeration a {
        padding: 8px 33px;
        font-size: 18px;
    }

    .masnery {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .masnery .fix-flex .gear-up h3 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .masnery .fix-flex .gear-up a {
        font-size: 22px;
    }

    .masnery .fix-flex {
        display: block;
    }

    .masnery .fix-flex .gear-up {
        margin-bottom: 15px;
    }

    .masnery .fix-flex .shop-stickers {
        margin-bottom: 15px;
    }

    .masnery .fix-flex .shop-stickers img {
        width: 100%;
    }


    .masnery .fix-flex .bottle img {
        width: 100%;
    }

    .gssl-event {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gssl-event h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .gssl-event .event-wrap-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .gssl-event .event-wrap-content h4 {
        font-size: 28px;
    }

    .gssl-event .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
        margin-top: 0;
    }

    .rsvp-sign {
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .rsvp-sign figure {
        margin-bottom: 20px;
    }

    .rsvp-sign figcaption .tags {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .rsvp-sign figcaption h4 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .rsvp-sign figcaption a {
        font-size: 28px;
    }

    .rsvp-sign figcaption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .in-action {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .in-action img {
        width: 100px;
    }

    .in-action h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .in-action .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
        margin-top: 0;
    }

    .in-action .form-group input[type=text],
    .in-action .form-group input[type=email] {
        font-size: 18px;
        padding-bottom: 4px;
        padding-top: 9px;
    }

    .share-your {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .share-your h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .share-your .social-share ul li {
        padding: 10px 20px;
        margin-bottom: 0;
    }

    .share-your .social-share ul li img {
        width: 40px;
    }

    .greater-seattle {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .greater-seattle img {
        width: 100px;
    }

    .greater-seattle h5 {
        font-size: 22px;
    }

    .greater-seattle p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .greater-seattle .btn.btn-primary {
        padding: 8px 33px;
        font-size: 18px;
        margin-top: 0;
    }

    .sponsors {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sponsors h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .sponsors figure {
        text-align: center;
    }

    .sponsors a.more {
        text-align: center;
    }

    .sponsors a {
        text-align: center;
        display: block;
    }

    .sponsors a {
        font-size: 30px;
    }

    .sponsors a i {
        font-size: 30px;
    }

    .faqs-contact {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .faqs-contact h3 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .faqs-contact .accordion .accordion-header .accordion-button {
        font-size: 20px;
    }

    .faqs-contact .accordion .accordion-body p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .faqs-contact .accordion .accordion-body a {
        font-size: 18px;
    }

    .faqs-contact p {
        font-size: 18px;
    }

    .faqs-contact span {
        font-size: 18px;
    }

    .faqs-contact span a {
        font-size: 18px;
    }

    .header-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 580px) {
    /* .slider-wrapper iframe {
        width: 342%;
        height: 141vh;
    } */
}

#slider {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    width: 90% !important;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 300px;
}

#slider a.control_prev,
a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-size: 38px;
    opacity: 1;
    cursor: pointer;
}

#slider a.control_prev:hover,
a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    color: #0dff6c;
}

#slider a.control_prev {
    border-radius: 0 2px 2px 0;
}

#slider a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.arrow.arrow-a {
    color: #fff;
    line-height: 0.5;
}

.arrow.arrow-a:hover,
.arrow.arrow-a:focus {
    color: #0cf066;
}

.arrow.arrow-a:hover i,
.arrow.arrow-a:focus i {
    color: #0cf066;
}

.arrow.arrow-a:hover i:before,
.arrow.arrow-a:focus i:before {
    color: #fff;
}

.arrow.arrow-a:hover i,
.arrow.arrow-a:focus i {
    color: #82fdb3;
}

.arrow.arrow-a:hover i:after,
.arrow.arrow-a:focus i:after {
    color: #0dff6c;
}

.arrow.arrow-a i::before,
.arrow.arrow-a i::after {
    content: ">";
}

.arrow.arrow-a i {
    display: block;
    font-style: normal;
}

.arrow.arrow-b {
    color: #281bb7;
    line-height: 0.5;
}

.arrow.arrow-b:hover,
.arrow.arrow-b:focus {
    color: #281bb7;
}

.arrow.arrow-b:hover i,
.arrow.arrow-b:focus i {
    color: #0cf066;
}

.arrow.arrow-b:hover i:before,
.arrow.arrow-b:focus i:before {
    color: #00d9fd;
}

.arrow.arrow-b:hover i,
.arrow.arrow-b:focus i {
    color: #3b8fec;
}

.arrow.arrow-b:hover i:after,
.arrow.arrow-b:focus i:after {
    color: #281bb8;
}

.arrow.arrow-b i::before,
.arrow.arrow-b i::after {
    content: ">";
}


.arrow.arrow-c {
    color: #0dff6c;
    font-style: normal;
}

.arrow.arrow-c i {
    color: #00d9fd;
    font-style: normal;
}

.arrow.arrow-c:hover,
.arrow.arrow-c:focus {
    color: #00d9fd;
}

.arrow.arrow-c:hover i:before,
.arrow.arrow-c:focus i:before {
    color: #fff;
}

.arrow.arrow-c:hover i,
.arrow.arrow-c:focus i {
    color: #82fdb3;
}

.arrow.arrow-c:hover i:after,
.arrow.arrow-c:focus i:after {
    color: #0dff6c;
}

.arrow.arrow-c i::before,
.arrow.arrow-c i::after {
    content: ">";
}


.arrow.arrow-d i:before,
.arrow.arrow-d i:after {
    content: ">";
}

.arrow.arrow-e i:before {
    color: #fff;
}

.arrow.arrow-e i:before,
.arrow.arrow-e i:after {
    content: ">";
    color: #000;
}

@media (max-width: 740px) {
    
    .importent .importent-updates h3 {
        font-size: 22px;
    }

    .importent .cancelled-games {
        padding-left: 30px;
        padding-right: 15px;
        padding-top: 25px;
        padding-bottom: 5px;
    }
}

@media (max-width: 662px) {
  
    .importent .cancelled-games{
        padding-left: 30px;
    }
    .importent .cancelled-games h4{
        font-size: 14px;
    }
    .importent .cancelled-games a{
        font-size: 14px;
    }

    .importent .importent-updates h3 {
        font-size: 17px;
    }

    .importent .importent-updates {
        padding: 28px 14px;
    }

    .importent .importent-updates::after {
        top: -18px;
    }

    .importent .cancelled-games {
        padding-left: 20px;
        padding-right: 15px;
        padding-top: 25px;
        padding-bottom: 5px;
    }
}

@media (max-width: 492px) {
    

    .importent .importent-updates h3 {
        font-size: 17px;
    }

    .importent .importent-updates {
        padding-left: 30px;
        padding-right: 15px;
        padding-top: 25px;
        padding-bottom: 5px;
    }

    .importent .importent-updates::after {
        top: -20px;
    }
}

@media (max-width: 465px) {
    .importent .cancelled-games{
        padding-top: 25px;
    }
  

    

    .importent .importent-updates h3 {
        font-size: 17px;
    }

    .importent .importent-updates {
        padding: 18px 14px;
    }

    .importent .importent-updates::after {
        top: -7px;
        border-top: 55px solid #f000;
        border-bottom: 55px solid #f000;
        border-left: 45px solid #0eff6c;
    }
} 
@media (max-width: 424px) {
    .importent .importent-updates {
        padding: 12px 14px;
    }
    .importent .importent-updates::after {
        top: 0;
    }
}
@media (max-width: 370px) {
    .importent .cancelled-games{
        padding-top: 15px;
        
    }
    .importent .cancelled-games h4{
        font-size: 12px;
    }
    .importent .cancelled-games a{
        font-size: 11px;
    }
}



@media (min-width: 1400px) {
    .container.teams{
        max-width: 1250px;
    }
    .container-fluid.grows{
        max-width: 1350px;
    }
    .container.schedules{
        max-width: 1280px;
    }
    .container.hightlights{
        max-width: 1370px;
    }
    .container.masnery{
        max-width: 1400px;
    }
    .container.gssl-event{
        max-width: 1350px;
    }
    .container.rsvp-sign{
        max-width: 1350px;
    }
    
}
