@charset "UTF-8";
.primary-strip {
  top: -5px;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #7f7f7f;
  height: 50px;
  clip-path: polygon(0 0, 100% 40px, 100% 50px, 0 10px);
}

.bg-black {
  background-color: #000000 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.align-items-center {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}
.logo:hover, .logo:focus {
  text-decoration: none;
  color: inherit;
}
.logo img {
  height: 60px;
}
.logo p {
  font-family: sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  transform: scale(1, 0.9);
}

.panel-primary {
  border-color: #000000;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

h2.h2 {
  color: #7f7f7f;
  font-size: 22px;
  font-weight: 800;
}

h1.h1 {
  color: #000000;
  font-size: 22px;
  font-weight: 800;
}
@media only screen and (min-width: 576px) {
  h1.h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  h1.h1 {
    font-size: 42px;
  }
}

a {
  color: #7f7f7f;
}
a:hover, a:focus {
  color: #000000;
}

.color-dark-grey {
  color: #7f7f7f;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.font-weight-semibold {
  font-weight: 600;
}

body {
  background-color: #f4f4f4;
  color: #000000;
}

.page-header {
  background-color: #000000;
  padding: 20px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .page-header__with-image {
    padding: 0;
    background-color: #000000;
    overflow: hidden;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .page-header__with-image {
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .page-header__with-image {
    height: 250px;
  }
}
.page-header a {
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .page-header__title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 576px) {
  .page-header__title h1 {
    max-width: 45%;
  }
}
.page-header img {
  width: 40%;
  max-width: 790px;
  clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
  display: none;
}
@media only screen and (min-width: 576px) {
  .page-header img {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .page-header img {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .page-header img {
    width: 55%;
  }
}
.page-header h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-header h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .page-header h1 {
    font-size: 80px;
  }
}

.contentbuilder-container {
  padding: 0 15px;
}
.contentbuilder-container .row {
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .contentbuilder-container {
    padding: 0;
  }
}

.base-page-wrapper {
  margin-top: 20px;
  padding-bottom: 50px;
  min-height: 40vh;
}

html .dev-header {
  display: none;
}
html.devmode .dev-header {
  display: block;
  background-color: #ff1493 !important;
  height: auto;
  color: white;
  text-align: center;
  font-weight: bold;
}
html.devmode .app-header {
  background-color: #ff1493 !important;
}

.top-navigation {
  background-color: #000000;
  height: 30px;
}
.top-navigation__social-media {
  display: flex;
  align-items: center;
}
.top-navigation__social-media--icon {
  color: #ffffff;
  font-size: 18px;
}
.top-navigation__social-media--icon:hover, .top-navigation__social-media--icon:focus {
  color: #000000;
}
.top-navigation__button-navigation {
  padding: 5px 0;
}
.top-navigation__button-navigation a {
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  border-radius: 25px;
  padding: 2px 10px;
  text-decoration: none;
}
.top-navigation__button-navigation a:hover, .top-navigation__button-navigation a:focus {
  background-color: #000000;
  color: #ffffff;
}
.top-navigation__button-navigation a.bg-white {
  color: #000000;
}
.top-navigation__button-navigation a.bg-white:hover, .top-navigation__button-navigation a.bg-white:focus {
  background-color: #000000 !important;
  color: #ffffff;
}

.navigation {
  position: relative;
  height: 70px;
}
.navigation .navbar {
  background-color: #ffffff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.16);
  width: 100%;
  transition: top 0.3s;
  z-index: 1000;
  padding-top: 0;
}
.navigation .navbar.nav-fixed {
  position: fixed;
  top: 0;
}
.navigation .navbar.nav-hidden {
  top: -105px;
}
.navigation .navbar .navbar-collapse {
  max-height: calc(100vh - 70px);
}
.navigation__logo-container {
  justify-content: space-between;
  height: 60px;
}
.navigation__logo-container img {
  height: 100%;
}
.navigation__container {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.navigation__content {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .navigation__content {
    flex-grow: 0;
  }
}
.navigation__content .navbar-nav {
  flex-wrap: wrap;
  margin: 0;
}
.navigation__content .navbar-nav .nav-item {
  margin-left: 2px;
}
.navigation__content .navbar-nav .nav-item .nav-link {
  padding: 6px;
}
.navigation__content .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin: 0;
}
.navigation__content .navbar-nav .nav-item .dropdown-menu .nav-item:not(:last-child) {
  border-bottom: solid #cccccc 1px;
}
.navigation__content .navbar-nav a.nav-link {
  font-weight: 600;
  color: #000000;
  white-space: normal;
}
.navigation__content .navbar-nav a.nav-link:hover, .navigation__content .navbar-nav a.nav-link:focus {
  color: #7f7f7f;
  font-weight: 600;
}

.footer {
  position: relative;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
}
@media only screen and (min-width: 768px) {
  .footer {
    background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
  }
}
.footer__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer__container {
    flex-direction: row;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 20px 50px;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    padding: 50px 0 50px 20px;
  }
}
.footer__logo--img {
  width: 200px;
}
.footer h2 {
  color: #ffffff;
}
.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #000000;
  width: 100%;
  max-width: 992px;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .footer__content {
    padding: 50px 20px 20px 100px;
    clip-path: polygon(60px 0, 100% -40px, 100% 100%, 0 101%);
  }
}
.footer__content a {
  color: #ffffff;
}
.footer__content a:hover, .footer__content a:focus {
  color: #ffffff;
}
.footer__social-media {
  padding-top: 10px;
}
.footer__social-media--icon {
  color: #ffffff;
  font-size: 26px;
}
.footer__social-media--icon:hover, .footer__social-media--icon:focus {
  color: #ffffff;
}
.footer__copyright {
  background-color: #7f7f7f;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.footer__copyright--text {
  color: #ffffff;
  margin: 0;
}

.attachment {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 10px;
}
.attachment__list {
  padding: 0 10px;
}
.attachment__list .fileicon {
  margin: 0;
  padding: 0;
  height: 35px;
  padding-left: 32px;
  background-size: 24px 28.8px;
  align-items: center;
  display: flex;
}
.attachment__list .fileicon a {
  font-size: 12px;
  line-height: 14px;
}
.attachment__list .fileicon p {
  font-size: 10px;
  line-height: 15px;
  margin: 0;
}
.attachment__list .fileicon:not(:last-child) {
  border-bottom: solid 1.5px #cccccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.home {
  background-color: #f4f4f4;
  margin-bottom: -50px;
  padding-bottom: 50px;
}

.pages-sumup {
  background-color: #000000;
  margin-bottom: -50px;
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  padding: 100px 0;
}
.pages-sumup__items {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pages-sumup__box {
  max-height: 90vh;
  margin: 15px 40px;
  height: 720px;
  max-width: 350px;
  min-width: 300px;
  background-color: #7f7f7f;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .pages-sumup__box {
    width: 380px;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .pages-sumup__box {
    margin: 10px;
  }
}
.pages-sumup__box h2 {
  font-weight: 800;
  color: #ffffff;
  margin: 15px;
  font-size: 24px;
}
@media only screen and (min-width: 576px) {
  .pages-sumup__box h2 {
    font-size: 30px;
  }
}
.pages-sumup__box--content {
  background-color: #ffffff;
  height: 100%;
  overflow: auto;
}
.pages-sumup__box--content .events__item {
  border-radius: 0;
  margin: 0 0 1px;
  border-width: 0;
  border-left-width: 7.5px;
  box-shadow: 0px 2px 0px #f4f4f4;
}
.pages-sumup__box--content .events__item:hover, .pages-sumup__box--content .events__item:focus {
  border-left-width: 15px;
}
.pages-sumup__box--content .events__item--day {
  font-size: 40px;
}
.pages-sumup__box--content .events__item--month {
  font-size: 14px;
}
.pages-sumup__box--content .events__item--heading {
  font-size: 14px;
}
.pages-sumup__box--content .events__item--stats p {
  font-size: 12px;
}
.pages-sumup__box--content .news-sumup {
  background-color: #cccccc;
  padding: 10px;
}
.pages-sumup__box--content .news-sumup__item {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  padding: 10px;
  color: #000000;
}
.pages-sumup__box--content .news-sumup__item:not(:last-child) {
  margin-bottom: 10px;
}
.pages-sumup__box--content .news-sumup__item h4 {
  color: #000000;
  font-size: 16px;
}
.pages-sumup__box--content .news-sumup__thumbnail {
  height: 100%;
  width: 100%;
  max-width: 200px;
  align-self: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .pages-sumup__box--content .news-sumup__thumbnail {
    height: 75px;
    width: 75px;
    align-self: flex-start;
    margin: 0;
  }
}
.pages-sumup__box--content .news-sumup__thumbnail img {
  height: 100%;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pages-sumup__box--content .news-sumup__thumbnail img {
    height: 75px;
    width: 75px;
  }
}
.pages-sumup__box--content .news-sumup__button {
  color: #ffffff;
  background-color: #000000;
  border: solid 1px #000000;
  border-radius: 12px;
  padding: 2px 10px;
  margin: 5px 0 10px;
  opacity: 0.9;
}
.pages-sumup__box--content .news-sumup__button:hover, .pages-sumup__box--content .news-sumup__button:focus {
  text-decoration: none;
  opacity: 1;
}
.pages-sumup__box--footer {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}
.pages-sumup__box--footer a {
  color: #000000;
  background-color: #ffffff;
  padding: 2px 20px;
  border-radius: 5px;
}
.pages-sumup__box--footer a:hover, .pages-sumup__box--footer a:focus {
  text-decoration: none;
  color: #000000;
}
.pages-sumup__toolkit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
}
.pages-sumup__toolkit--item {
  display: flex;
  flex: 1;
  background-color: #f4f4f4;
}
.pages-sumup__toolkit--item:hover, .pages-sumup__toolkit--item:focus {
  opacity: 0.8;
}
.pages-sumup__toolkit--item img {
  width: 100%;
}

.slider {
  background: #000000;
}
.slider .carousel {
  max-height: 400px;
  height: 27.7777777778vw;
  max-width: 1440px;
  margin: 0 auto;
}
.slider .carousel .item, .slider .carousel .item img {
  max-height: 400px;
  height: 27.7777777778vw;
  max-width: 1440px;
}
.slider .carousel .carousel-indicators li {
  margin: 0 10px;
}
.slider .carousel .carousel-control-next-icon,
.slider .carousel .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .slider .carousel .carousel-control-next-icon,
  .slider .carousel .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .slider .carousel .carousel-control-next-icon,
  .slider .carousel .carousel-control-prev-icon {
    width: 70px;
    height: 70px;
  }
}

.key-links {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding: 50px 0;
  max-width: 1310px;
  margin: 0 auto;
}
.key-links__box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 150px;
  height: 150px;
}
@media only screen and (min-width: 768px) {
  .key-links__box {
    width: 180px;
    height: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .key-links__box {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .key-links__box {
    width: 230px;
    height: 230px;
  }
}
.key-links__box img {
  max-height: 100%;
  height: 75%;
  transition: max-height 0.2s ease-out;
}
.key-links__box:hover, .key-links__box:focus {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .key-links__box:hover img, .key-links__box:focus img {
    max-height: 0;
  }
}
.key-links__img {
  height: 75%;
  overflow: hidden;
}
.key-links__title {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 5px;
  height: 25%;
  flex: 1;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.key-links__title h4 {
  margin: 0;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .key-links__title h4 {
    font-size: 18px;
  }
}

.nationals {
  margin-top: -50px;
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 93%);
  padding: 75px 0;
  background-color: #f4f4f4;
  padding: 100px 0;
}
.nationals__title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .nationals__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .nationals__title {
    font-size: 60px;
  }
}
.nationals__container {
  max-width: 1440px;
  margin: 0 auto;
}
.nationals__items {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .nationals__items {
    align-items: end;
  }
}
.nationals__box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nationals__box--img {
  position: relative;
  background-color: #f4f4f4;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 240px;
  width: 100%;
}
.nationals__box--img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nationals__box--img-filler {
  height: 240px;
  width: 100%;
}
.nationals__box--title {
  display: flex;
  align-items: center;
  margin: 0;
  text-align: center;
  font-size: 16px;
  height: 60px;
}
.nationals__box--date {
  position: absolute;
  padding: 5px;
  padding-left: 20px;
  bottom: 10px;
  right: 0;
  background-color: #000000;
  clip-path: polygon(15px 0%, 100% 0, 100% 100%, 0% 100%);
}
.nationals__box--date p {
  margin: 0;
  color: #ffffff;
  font-size: 90%;
}
.nationals__box--button {
  display: flex;
  background-color: #000000;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
}
.nationals__box--button p {
  margin: 1rem 0;
  margin-right: 1rem;
  transition: margin 0.2s ease-out;
}
.nationals__box--button:link {
  color: #ffffff;
}
.nationals__box--button:hover, .nationals__box--button:focus {
  color: #ffffff;
  text-decoration: none;
}
.nationals__box--button:hover p, .nationals__box--button:focus p {
  margin-right: 3rem;
}

.sponsors {
  margin-top: -50px;
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 93%);
  padding: 75px 0;
  background-color: #f4f4f4;
}
.sponsors__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 40px;
}
.sponsors__item {
  height: 60px;
  width: 60px;
  border: solid #cccccc 1px;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
  transition: transform 0.1s, box-shadow 0.2s;
}
.sponsors__item:hover, .sponsors__item:focus {
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.2);
  transform: translate(1px, -1px);
}
.sponsors__item:active {
  box-shadow: -3px 3px 7.5px rgba(0, 0, 0, 0.2);
  transform: translate(0.3px, -0.3px);
}
@media only screen and (min-width: 576px) {
  .sponsors__item {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__item {
    height: 120px;
    width: 120px;
  }
}
.sponsors__item a {
  display: flex;
}
.sponsors__item img {
  height: 58px;
  width: 58px;
}
@media only screen and (min-width: 576px) {
  .sponsors__item img {
    height: 78px;
    width: 78px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__item img {
    height: 118px;
    width: 118px;
  }
}

.social {
  background-color: #000000;
  margin-bottom: -50px;
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  padding: 100px 0;
}
.social__cards {
  max-width: 1440px;
  margin: 0 auto;
  margin: 0 30px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .social__cards {
    margin: 0 auto;
  }
}
.social__card, .social__card-instagram, .social__card-facebook, .social__card-primary {
  width: 100%;
  max-width: 350px;
  margin: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 90vh;
}
.social__card-primary {
  background-color: #7f7f7f;
}
.social__card-facebook, .social__card-instagram {
  background-color: #4267b2;
}
.social__card-instagram {
  background-color: #833ab4;
}
.social__card--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  color: #ffffff;
  height: 40px;
}
.social__card--header img {
  height: 100%;
}
.social__card--header p {
  color: #ffffff;
  margin: 0;
}
.social__card--header i {
  font-size: 24px;
}
.social__card--header:hover, .social__card--header:focus, .social__card--header:link {
  text-decoration: none;
  color: #ffffff;
}
.social__card--content {
  height: 525px;
  background-color: #ffffff;
  align-items: center;
  display: flex;
  position: relative;
}
.social__card--content .embedsocial-hashtag {
  position: absolute;
  top: 0;
  padding: 5px 0;
}
.social__card--content .carousel-caption {
  right: 5%;
  left: 5%;
}
.social__card--content img {
  height: 525px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.social__card--content .carousel-caption {
  background-color: #7f7f7f;
  border-radius: 10px;
  padding: 10px 5px;
}

.regions {
  margin: 20px auto 50px;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  max-width: 1480px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .regions {
    grid-row-gap: 2em;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
.regions__map-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.5s ease;
  background-color: #000000;
  color: #ffffff;
}
.regions__map-button:hover, .regions__map-button:link {
  color: #ffffff;
}
.regions__map-button:hover i, .regions__map-button:link i {
  margin-left: 25px;
}
.regions__map-button i {
  transition: margin-left 0.5s ease;
  margin-left: 10px;
}
.regions__map-keys {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  margin: 20px 0;
}
.regions__map-keys thead tr {
  border-bottom: solid 1px #7f7f7f;
}
.regions__map-keys thead tr th {
  padding: 5px 10px;
  text-align: center;
}
.regions__map-keys td {
  padding: 10px 20px;
  border-bottom: solid 0.5px #cccccc;
}
.regions__map-keys--color {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.regions__map-keys img {
  display: flex;
  margin: 0 auto;
  max-height: 40px;
}
.regions__map-keys p {
  margin: 0;
}

.region {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 10px;
  display: flex;
}
.region__img {
  width: 27%;
  margin-right: 3%;
  position: relative;
  display: flex;
  align-items: center;
}
.region__img img {
  width: 100%;
  height: auto;
}
.region__body {
  flex: 1;
}
.region__body h4 {
  margin: 0;
}
.region__body .description {
  font-size: 12px;
  color: #000000;
}
.region__body ul {
  list-style: none;
  padding-left: 1em;
  margin-top: 2px;
}
.region__body ul li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 0.75em;
  margin-left: -1em;
}
.region__popup {
  display: flex;
  align-items: center;
}
.region__popup:link {
  text-decoration: none;
}
.region__popup img {
  max-width: 30%;
  margin-right: 10px;
}
.region__popup h4 {
  text-align: start;
}
.region__popup--button {
  background-color: #000000;
  color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-self: flex-end;
  padding: 1px 5px;
  align-items: center;
}
.region__popup--button i {
  margin-left: 5px;
}

.clubs {
  margin: 20px auto 50px;
}
.clubs .clubs-region {
  display: flex;
  padding: 20px 0;
  border-bottom: solid 2px #cccccc;
  margin-bottom: 40px;
}
.clubs .clubs-region__body {
  margin-left: 20px;
}
.clubs .clubs-region__body h2 {
  font-weight: bold;
  color: #000000;
  font-size: 32px;
  margin: 0;
}
.clubs .clubs-region__body--description {
  font-size: 20px;
  color: #000000;
}
.clubs .clubs-region__body--contact {
  padding-left: 1em;
  color: #000000;
  font-size: 16px;
}
.clubs .clubs-region__body--contact::before {
  content: "•";
  font-weight: bold;
  display: inline-block;
  width: 0.75em;
  margin-left: -1em;
}
.clubs__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}
@media only screen and (min-width: 768px) {
  .clubs__list {
    grid-row-gap: 2em;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.club {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.club:hover, .club:focus {
  text-decoration: none;
}
.club:hover .club__btn i, .club:focus .club__btn i {
  margin-left: 10px;
}
.club__img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.club__img img {
  max-height: 100%;
  max-width: 100%;
}
.club__info {
  height: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.club__info h4 {
  font-size: 16px;
  margin: 0;
}
.club__info p {
  color: #000000;
  font-size: 12px;
  margin: 0;
}
.club__btn {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #000000;
  width: 100%;
}
.club__btn p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.club__btn i {
  transition: margin-left 0.2s ease-in;
}

.club-lookup {
  margin: 20px auto 50px;
}
.club-lookup__header {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: solid 2px #cccccc;
}
.club-lookup__img {
  width: 190px;
  margin-right: 40px;
}
.club-lookup__img img {
  width: 100%;
}
.club-lookup h4 {
  font-size: 36px;
  color: #000000;
  margin-top: 40px;
}

.clubs-map {
  width: 100%;
  height: 50vh;
}

.mapboxgl-popup-content {
  text-align: center;
}

.events {
  padding-bottom: 50px;
}
.events__tabs {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .events__tabs {
    flex-direction: row;
  }
}
.events__tabs--heading {
  margin-right: 20px;
}
.events__tabs--heading p {
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.events__item {
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  padding-right: 20px;
  max-width: 992px;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: #e6e7e8;
  transition: border-left-width 0.1s linear, padding-right 0.1s linear;
}
.events__item:hover, .events__item:focus {
  border-left-width: 25px;
  padding-right: 10px;
  text-decoration: none;
}
.events__item--highlighted {
  border: solid 3px #deb82d;
  border-left-width: 15px;
}
.events__item--cancelled {
  border-left-color: var(--danger);
}
.events__item--cancelled .label {
  line-height: 2;
}
.events__item--heading {
  margin: 0;
  margin-bottom: 5px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .events__item--heading {
    font-size: 18px;
  }
}
.events__item--cancelled-badge .label {
  background-color: var(--danger);
}
.events__item--date {
  color: #000000;
  font-weight: bold;
  margin-right: 10px;
}
.events__item--day {
  font-size: 35px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .events__item--day {
    font-size: 50px;
    line-height: 40px;
  }
}
.events__item--month {
  text-transform: uppercase;
  font-size: 14px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .events__item--month {
    font-size: 18px;
  }
}
.events__item--stats {
  display: flex;
  align-items: center;
}
.events__item--stats-success i {
  display: flex;
  justify-content: center;
  width: 20px;
  color: #deb82d;
}
.events__item--stats i {
  display: flex;
  justify-content: center;
  width: 20px;
  color: #000000;
}
.events__item--stats p {
  font-size: 12px;
  color: #000000;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .events__item--stats p {
    font-size: 14px;
  }
}

.event-lookup {
  margin-top: 20px;
  padding-bottom: 25px;
}
.event-lookup__title {
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin: 3rem 0;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .event-lookup__title {
    font-size: 36px;
  }
}
.event-lookup__block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .event-lookup__block {
    width: 47.5%;
  }
}
@media only screen and (min-width: 992px) {
  .event-lookup__block {
    width: 42.5%;
  }
}
.event-lookup__card {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 10px;
}
.event-lookup__card--row {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .event-lookup__card--row {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.event-lookup__card--title {
  width: 90px;
  color: #7f7f7f;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.event-lookup__card--title i {
  width: 20px;
  font-size: 14px;
  color: #7f7f7f;
}
.event-lookup__card--value {
  color: #000000;
  margin: 0;
  font-size: 14px;
  display: flex;
  flex: 1;
}
.event-lookup__cancel-container {
  text-align: center;
  border: solid var(--danger) 3px;
  border-radius: 10px;
  background-color: #ffe3e3;
  padding: 20px;
}
.event-lookup__cancel-container strong {
  font-size: 16px;
  margin-bottom: 15px;
}
.event-lookup__cancel-container p {
  margin-bottom: 5px;
}

.events .nav .nav-item a,
.event-lookup .nav .nav-item a {
  color: #000000;
  font-weight: bold;
}
.events .nav .nav-item.active a,
.event-lookup .nav .nav-item.active a {
  background-color: #000000;
  color: #ffffff;
}
.events .nav .nav-item .nav-link,
.event-lookup .nav .nav-item .nav-link {
  padding: 8px 15px;
  border-radius: 10px;
}

.stories {
  padding-bottom: 50px;
}
.stories .story {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 20px;
  padding-top: 10px;
}
.stories .story__heading {
  color: #000000;
  margin-top: 0;
}
.stories .story__img {
  width: 110px;
  height: 110px;
  margin-right: 20px;
}
.stories .story__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.stories .story__button a {
  transition: transform 0.1s, box-shadow 0.2s;
  background-color: #000000;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 10px;
}
.stories .story__button a:hover, .stories .story__button a:focus {
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.2);
  transform: translate(1px, -1px);
}
.stories .story__button a:active {
  box-shadow: -3px 3px 7.5px rgba(0, 0, 0, 0.2);
  transform: translate(0.3px, -0.3px);
}
.stories .story__button a:hover, .stories .story__button a:focus {
  text-decoration: none;
}
.stories__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.stories__pagination .pagination .page-item .page-link {
  color: #000000;
}
.stories__pagination .pagination .page-item.active .page-link {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.stories__button {
  margin: -3px 10px 0;
}
.stories__button a {
  background-color: #ffffff;
  color: #000000;
  padding: 5px 20px;
  border: solid #000000 2px;
  border-radius: 5px;
}
.stories__button a:hover, .stories__button a:focus {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.stories__selector {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.stories__selector input {
  margin-left: 10px;
  background-color: #ffffff;
  color: #000000;
  padding: 5px 20px;
  border: solid #000000 2px;
  border-radius: 5px;
  font-weight: bold;
}
.stories__selector input:hover, .stories__selector input:focus {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

.story-lookup {
  margin-top: 20px;
  padding-bottom: 50px;
}
.story-lookup .story-lookup__heading--4 {
  display: flex;
  margin-top: 30px;
  color: #000000;
}
.story-lookup .contentbuilder-container {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #cccccc;
}
.story-lookup__attachments {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 30px;
}
.story-lookup__header {
  width: 100%;
  padding: 30px 0;
  border-bottom: solid 1px #cccccc;
  display: flex;
  flex-direction: column;
}
.story-lookup__header img {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .story-lookup__header img {
    max-width: 200px;
    width: auto;
  }
}
.story-lookup__header h1 {
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .story-lookup__header h1 {
    font-size: 50px;
    text-align: start;
  }
}
.story-lookup__header--blurb {
  font-size: 14px;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .story-lookup__header--blurb {
    font-size: 16px;
    text-align: start;
  }
}
.story-lookup__comments h3 {
  font-weight: bold;
  color: #000000;
}
.story-lookup__comments--list {
  margin: 10px;
}
.story-lookup__comments--comment {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}
.story-lookup__comments--comment p {
  margin: 0;
}
.story-lookup__comments--comment .time {
  text-align: end;
  font-weight: 600;
}
.story-lookup__comments form {
  border: solid 1px #7f7f7f;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 10px;
}

.club-reps {
  margin-top: 20px;
  padding-bottom: 50px;
}
.club-reps h1 {
  font-weight: bold;
  color: #000000;
}

.suppliers .supplier {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  margin: 1em;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .suppliers .supplier {
    flex-direction: row;
  }
}
.suppliers .supplier h3 {
  margin-top: 0;
}
.suppliers .supplier__img {
  width: 50%;
  margin: 0 auto;
  max-width: 250px;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .suppliers .supplier__img {
    margin-right: 20px;
    width: 30%;
  }
}
.suppliers .supplier__img img {
  height: auto;
  width: 100%;
}
.suppliers .supplier__body {
  flex: 1;
}

.statistics h2 {
  color: #000000;
  font-weight: bold;
}
.statistics th {
  text-transform: uppercase;
}
.statistics .table * {
  border-color: #7f7f7f;
}
.statistics .table * td, .statistics .table * th {
  padding: 10px 5px;
}
.statistics__years {
  margin: 20px 0 50px;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-row-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media only screen and (min-width: 768px) {
  .statistics__years {
    grid-row-gap: 2em;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.statistics__card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 32px;
  height: 100px;
  position: relative;
}
.statistics__card p {
  z-index: 2;
  margin: 0;
  transition: all 0.25s ease;
  color: #ffffff;
}
.statistics__card p:link {
  color: #ffffff;
}
.statistics__card:hover p {
  font-size: 42px;
  color: #000000;
}
.statistics__card:after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  background: #000000;
  z-index: 1;
  animation: outHover 0.5s ease 1 forwards;
  border-right: solid #7f7f7f 20px;
}
.statistics__card:hover:after {
  animation-name: onHover;
}

@keyframes onHover {
  from {
    transform: translate(-4%, 0) skew(-40deg);
  }
  to {
    transform: translate(-92%, 0) skew(-40deg);
  }
}
@keyframes outHover {
  from {
    transform: translate(-92%, 0) skew(-40deg);
  }
  to {
    transform: translate(-4%, 0) skew(-40deg);
  }
}
.contact-form__button {
  margin: -3px 10px 0;
  background-color: #ffffff;
  color: #000000;
  padding: 5px 20px;
  border: solid #000000 2px;
  border-radius: 5px;
}
.contact-form__button:hover, .contact-form__button:focus {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.contact-form h2, .contact-form h3 {
  color: #000000;
  font-weight: bold;
}
.contact-form a {
  color: black;
}
.contact-form a:hover {
  color: #000000;
}

.join-association {
  padding: 30px 5px;
}
.join-association__logo {
  width: 100%;
  max-width: 300px;
}
.join-association__container {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px #cccccc;
  border-radius: 10px;
}
.join-association__profile-id-card {
  margin: 0 auto;
  display: flex;
  max-width: 450px;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: lightgrey 0px 0px 5px 2px;
}
.join-association__profile-id-image {
  position: relative;
  display: flex;
  aspect-ratio: 3/4;
  max-width: 135px;
  width: 100%;
  background-color: lightgrey;
}
.join-association__profile-id-upload {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.join-association__profile-id-upload p {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
}
.join-association__profile-id-preview #profileImagePreview {
  position: absolute;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
  width: 100%;
}
.join-association__profile-id-image input {
  opacity: 0;
  cursor: pointer;
}
.join-association__profile-id-details {
  display: flex;
  flex-direction: column;
  padding: 10px 0 10px 20px;
  width: 100%;
}
.join-association__official-id-card {
  display: flex;
  max-width: 250px;
  width: 100%;
  min-height: 150px;
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  border: solid 1px grey;
}
.join-association__official-id-image {
  position: relative;
  display: flex;
  width: 100%;
}
.join-association__official-id-upload {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.join-association__official-id-upload p {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
}
.join-association__official-id-preview {
  width: 0;
}
.join-association__official-id-preview #idImagePreview {
  display: none;
  height: 100%;
  width: 100%;
}
.join-association__official-id-image input {
  opacity: 0;
  cursor: pointer;
}
.join-association__official-id-details {
  display: flex;
  flex-direction: column;
  padding: 10px 0 10px 20px;
  width: 100%;
}
.join-association__skeleton {
  height: 15px;
  border-radius: 5px;
  background-color: lightgrey;
}
.join-association__skeleton-1 {
  width: 75%;
  height: 20px;
}
.join-association__skeleton-2 {
  width: 50%;
  margin-top: 30px;
}
.join-association__skeleton-3 {
  width: 35%;
  margin-top: 10px;
}
.join-association__skeleton-4 {
  width: 60%;
  margin-top: 10px;
}
.join-association__submit-button {
  color: #ffffff;
  background-color: #000000;
}
.join-association__success-button {
  color: #ffffff;
  background-color: #000000;
  margin: 2rem auto;
}

.fileicon {
  padding: 5px 50px;
  margin: 8px 0 8px 0;
  background: url(/images/oth48.png?45f19c3f3d41d9a27543f3a6602334bd) no-repeat;
}

.fileicon-doc {
  background: url(/images/doc48.png?65469edb836ef4617ae8cd132fa61bf1) no-repeat;
}

.fileicon-docx {
  background: url(/images/doc48.png?65469edb836ef4617ae8cd132fa61bf1) no-repeat;
}

.fileicon-jpg {
  background: url(/images/jpg48.png?866790e5d71abca14c196415cb6ce986) no-repeat;
}

.fileicon-pdf {
  background: url(/images/pdf48.png?7a350664e0b973e0125e820050278b81) no-repeat;
}

.fileicon-png {
  background: url(/images/png48.png?c0c7d19ecb4c9ce64e00a0b6d7cffd84) no-repeat;
}

.fileicon-ppt {
  background: url(/images/ppt48.png?a0748f1a62ee8087e5ae9701dc6f5c37) no-repeat;
}

.fileicon-pptx {
  background: url(/images/ppt48.png?a0748f1a62ee8087e5ae9701dc6f5c37) no-repeat;
}

.fileicon-rtf {
  background: url(/images/rtf48.png?d8497d95bc4fdf537646b59ef12dc18a) no-repeat;
}

.fileicon-xls {
  background: url(/images/xls48.png?1e1a0f990734acaf2198dafecf3d9cce) no-repeat;
}

.fileicon-xlsx {
  background: url(/images/xls48.png?1e1a0f990734acaf2198dafecf3d9cce) no-repeat;
}
