@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  outline: 0 !important;
}

button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
  border: 0;
}

button, input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
  overflow-x: hidden;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.admin-preview-active {
  padding-top: 50px;
}

img {
  border: 0;
  display: block;
  max-width: 100%;
}

svg {
  position: relative;
  max-width: 100%;
  height: auto;
  width: 100%;
}

a {
  color: #e31b23;
  transition: color 0.25s;
}
a:hover, a:focus, a:active {
  color: #400000;
}

hr {
  background: #444;
}

.error {
  margin: 0 0 1.6rem;
  padding-top: 0;
  padding-left: 1.6rem;
  font-weight: 700;
  color: #d60d0d;
}

h1,
h2,
h3 {
  font-family: "Faculty Glyphic", serif;
  margin: 20px 0;
  padding: 0;
  line-height: 1.05;
}

h1 {
  font-size: 4.4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.1rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

sup,
sub {
  font-size: 70%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

/* ==========================================================================
 Page
 ========================================================================== */
.page {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* ==========================================================================
Buttons
========================================================================== */
.link_button,
.button {
  text-decoration: none;
  display: inline-block;
  padding: 1.4rem 2.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #e31b23;
  border: none;
  border-radius: 10px;
  text-align: center;
  text-wrap: wrap;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.link_button .md,
.button .md {
  vertical-align: bottom;
}
.link_button:hover, .link_button:focus, .link_button:active,
.button:hover,
.button:focus,
.button:active {
  background-color: #400000;
  color: #fff;
  outline: none;
}
.link_button-grey, .link_button-gray,
.button-grey,
.button-gray {
  background-color: #999;
}
.link_button-grey:hover, .link_button-grey:focus, .link_button-grey:active, .link_button-gray:hover, .link_button-gray:focus, .link_button-gray:active,
.button-grey:hover,
.button-grey:focus,
.button-grey:active,
.button-gray:hover,
.button-gray:focus,
.button-gray:active {
  background-color: rgb(191.25, 191.25, 191.25);
}

/* ==========================================================================
CSS for Embedded Videos
========================================================================== */
.video_widget_embed { /* wrap your iframe in an element with class="video" */
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 0 62.5%;
}
.video_widget_embed iframe,
.video_widget_embed object,
.video_widget_embed embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ==========================================================================
Material Design Icons
========================================================================== */
.md {
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
CMS Module Grid
========================================================================== */
.cms-section {
  position: relative;
  width: 100%;
}
.cms-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.cms-section.section-full-width .container {
  max-width: none;
}
.cms-section.section-bg-white {
  background-color: #fff;
}
.cms-section.section-bg-ltgrey {
  background-color: #f5f5f5;
}
.cms-section.section-bg-red {
  background-color: #e31b23;
}
.cms-section.section-bg-yellow {
  background-color: #fc3;
}
.cms-section.section-bg-drkred {
  background-color: #400000;
}
.cms-section.section-bg-mdgrey {
  background-color: #999;
}
.cms-section.section-bg-dkgrey {
  background-color: #444;
}
.cms-section.section-bg-black {
  background-color: #000;
}
.cms-section.section-text-light {
  color: #fff;
}
.cms-section.section-image {
  background-size: cover;
  background-position: center;
}
.cms-section.section-margin-top {
  padding-top: 20px;
}
.cms-section.section-margin-bottom {
  padding-bottom: 20px;
}
@media (min-width: 800px) {
  .cms-section .container {
    justify-content: center;
  }
  .cms-section.section-align-left .container {
    justify-content: flex-start;
  }
  .cms-section.section-align-right .container {
    justify-content: flex-end;
  }
  .cms-section.section-align-spread .container {
    justify-content: space-between;
  }
  .cms-section.section-align-spaced .container {
    justify-content: space-evenly;
  }
}

.cms-module-12,
.cms-module-9,
.cms-module-8,
.cms-module-6,
.cms-module-4,
.cms-module-3 {
  width: 100%;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media all and (min-width: 800px) {
  .cms-module-12 {
    width: 100%;
  }
  .cms-module-9 {
    width: 75%;
  }
  .cms-module-8 {
    width: 66.6666666667%;
  }
  .cms-module-6 {
    width: 50%;
  }
  .cms-module-4 {
    width: 33.3333333333%;
  }
  .cms-module-3 {
    width: 25%;
  }
  .admin-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 5rem;
    padding: 0 1.5rem;
    background-color: #d60d0d;
    color: #fff;
  }
  .admin-preview h2 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 400;
  }
  .admin-preview h2 em {
    margin-left: 10px;
    font-style: normal;
    font-size: 14px;
  }
  .admin-preview a {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 0.25s;
  }
  .admin-preview a:after {
    content: "▶";
    margin-left: 2px;
  }
  .admin-preview a:hover {
    color: #400000;
  }
}
.viewers {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #ccc;
}
.viewers .viewer {
  padding: 1.4rem 2.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #e31b23;
  border: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  appearance: none;
  transition: all 0.25s ease-in-out;
}
.viewers .viewer:hover, .viewers .viewer:focus, .viewers .viewer:active {
  background-color: #400000;
  color: #fff;
  outline: none;
}
.viewers .viewer.active {
  font-weight: 700;
}
@media (min-width: 500px) {
  .viewers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .viewers {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 72px;
  padding: 0 10px;
  background-color: #e31b23;
  border-bottom: 2px solid #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
header .logo {
  display: block;
  width: auto;
  height: 60px;
  text-decoration: none;
}
header .logo img {
  max-height: 100%;
}
header .menu {
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fff;
}
header .menu .md {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
@media (min-width: 1000px) {
  header {
    padding: 0 20px;
  }
  header .menu {
    display: none;
  }
}

nav {
  position: fixed;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  transform: translateX(-100%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #444;
  transition: transform 0.3s;
}
nav[data-active=true] {
  transform: translateX(0);
}
nav .inner {
  display: grid;
  grid-template-rows: 90px 1fr 60px;
  width: 95%;
  height: 100%;
  padding: 0 10px;
  background-color: #fff;
}
nav .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  border-bottom: 1px solid #ccc;
}
nav .top-logo {
  display: inline-block;
  width: auto;
  height: 60px;
  text-decoration: none;
}
nav .top-logo img {
  max-height: 100%;
}
nav .top-close {
  width: 50px;
  height: 50px;
  padding: 0;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #e31b23;
}
nav .top-close .md {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
nav .social {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 5px;
  border-top: 1px solid #ccc;
}
nav .social a {
  width: 32px;
  height: 32px;
  text-decoration: none;
  overflow: hidden;
}
nav .social a svg path {
  fill: #e31b23;
}
nav .social a svg + span {
  display: none;
}
nav .social-bsky svg path:nth-child(2) {
  fill: #fff;
}
nav .menu {
  margin: 0 -10px;
  padding: 15px;
  overflow-y: auto;
}
nav .menu a {
  padding: 10px 0;
  color: #444;
  text-decoration: none;
  font-size: 1.4rem;
}
nav .menu li {
  position: relative;
  display: flex;
  align-items: center;
}
nav .menu li.active > a {
  color: #e31b23;
  font-weight: 700;
}
nav .menu li[data-cms-key=member]:last-child > a {
  margin-left: -10px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #e31b23;
  color: #fff;
  transition: background-color 0.25s;
}
nav .menu li[data-cms-key=member]:last-child > a:hover, nav .menu li[data-cms-key=member]:last-child > a:focus, nav .menu li[data-cms-key=member]:last-child > a:active {
  background-color: #400000;
}
nav .menu-l1 {
  display: flex;
  flex-direction: column;
}
nav .menu-l1-submenu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  background-color: transparent;
}
nav .menu-l2 {
  display: none;
}
@media (min-width: 1000px) {
  nav {
    bottom: auto;
    left: auto;
    right: 20px;
    width: auto;
    height: 70px;
    transform: none;
    background-color: transparent;
  }
  nav .inner {
    display: flex;
    width: auto;
    background-color: transparent;
  }
  nav .top,
  nav .social {
    display: none;
  }
  nav .menu {
    display: flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  nav .menu a {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
  }
  nav .menu a:hover, nav .menu a:focus, nav .menu a:active {
    color: #fc3;
  }
  nav .menu-l1 {
    flex-direction: row;
  }
  nav .menu-l1 li {
    padding: 0 20px;
  }
  nav .menu-l1 li::after {
    content: "•";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    color: #fc3;
  }
  nav .menu-l1 li:first-child {
    padding-left: 0;
  }
  nav .menu-l1 li:last-child {
    padding-right: 0;
  }
  nav .menu-l1 li:last-child::after {
    display: none;
  }
  nav .menu-l1 li:nth-last-child(2):has(+ li[data-cms-key=member]) {
    padding-right: 0;
  }
  nav .menu-l1 li:nth-last-child(2):has(+ li[data-cms-key=member])::after {
    display: none;
  }
  nav .menu-l1 li.active > a {
    color: #fc3;
  }
  nav .menu-l1 li[data-cms-key=member]:last-child > a {
    margin-left: 0;
    background-color: #400000;
    line-height: 1;
  }
  nav .menu-l1 li[data-cms-key=member]:last-child > a:hover, nav .menu-l1 li[data-cms-key=member]:last-child > a:focus, nav .menu-l1 li[data-cms-key=member]:last-child > a:active {
    background-color: #730000;
  }
}

main {
  z-index: 0;
  margin-top: 70px;
  flex: 1 0 auto;
  overflow: hidden;
}
main p {
  margin: 20px 0;
}
main ol {
  list-style: numbered;
}
main ul {
  list-style: disc;
}
main ol,
main ul {
  list-style-position: outside;
  padding-left: 2rem;
  margin: 20px 0;
}

footer {
  background-color: #e31b23;
  border-top: 2px solid #fff;
  color: #fff;
  font-size: 1.2rem;
}
footer a {
  color: #fff;
}
footer .container {
  display: grid;
  grid-template-columns: [menu] 1fr [logo] 80px [end];
  grid-template-areas: "menu logo" "social social" "legal legal" "vsi vsi";
  gap: 20px;
  padding: 20px;
}
footer .menu {
  grid-area: menu;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .social {
  grid-area: social;
  display: flex;
  justify-content: center;
  gap: 10px;
}
footer .social a {
  width: 32px;
  height: 32px;
  text-decoration: none;
  overflow: hidden;
}
footer .social a svg path {
  fill: #fff;
}
footer .social a svg + span {
  display: none;
}
footer .social-bsky svg path:nth-child(2) {
  fill: #e31b23;
}
footer .logo {
  grid-area: logo;
}
footer .legal {
  grid-area: legal;
  padding-top: 20px;
  border-top: 1px solid #fff;
  text-align: center;
}
footer .vsi {
  grid-area: vsi;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .vsi a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
footer .vsi a *:nth-child(n+2) {
  display: none;
}
footer .vsi a::after {
  content: url("https://static.visionary.com/siteoncall/siteoncall-footer-white.png");
  order: 2;
}
@media (min-width: 800px) {
  footer .container {
    grid-template-areas: "menu logo" "social logo" "legal legal" "vsi vsi";
    grid-template-rows: minmax(20px, min-content);
  }
  footer .menu {
    flex-direction: row;
    gap: 20px;
    font-size: 1.4rem;
  }
  footer .social {
    justify-content: flex-start;
  }
}
@media (min-width: 1210px ) {
  footer .container {
    grid-template-rows: minmax(40px, min-content);
    grid-template-columns: [left-gutter] 1fr [left-pad] 20px [menu] 1100px [logo] 100px [right-pad] 20px [right-gutter] 1fr [end];
    grid-template-areas: "lgutter lpad menu logo rpad rgutter" "lgutter lpad social logo rpad rgutter" "legal legal legal legal legal legal" "vsi vsi vsi vsi vsi vsi";
  }
  footer .menu {
    align-items: center;
  }
}

input.socv {
  display: none;
}

.form,
.buttons {
  width: 100%;
  margin: 0 auto;
}

.form_buttons {
  margin-bottom: 2rem;
}
.form_buttons .button {
  margin-bottom: 0.5rem;
}

.fgrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.fgrid > .error {
  grid-column-end: span 12;
}
.fgrid fieldset {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
.fgrid fieldset label {
  display: inline-block;
}
.fgrid fieldset.fgrid-last + fieldset {
  grid-column-start: 1;
}
.fgrid section {
  width: 100%;
}
.fgrid .fgrid-no-padding {
  padding-right: 0;
}
.fgrid .fgrid-col-1, .fgrid .fgrid-col-2, .fgrid .fgrid-col-3, .fgrid .fgrid-col-4, .fgrid .fgrid-col-5, .fgrid .fgrid-col-6, .fgrid .fgrid-col-7, .fgrid .fgrid-col-8, .fgrid .fgrid-col-9, .fgrid .fgrid-col-10, .fgrid .fgrid-col-11, .fgrid .fgrid-col-12 {
  grid-column-end: span 12;
  align-self: end;
}
@media all and (min-width: 500px) {
  .fgrid .fgrid-col-1, .fgrid .fgrid-col-2, .fgrid .fgrid-col-3 {
    grid-column-end: span 6;
  }
  .fgrid .fgrid-col-4, .fgrid .fgrid-col-5, .fgrid .fgrid-col-6, .fgrid .fgrid-col-7, .fgrid .fgrid-col-8, .fgrid .fgrid-col-9, .fgrid .fgrid-col-10, .fgrid .fgrid-col-11, .fgrid .fgrid-col-12 {
    grid-column-end: span 12;
  }
}
@media all and (min-width: 800px) {
  .fgrid .fgrid-col-1 {
    grid-column-end: span 1;
  }
  .fgrid .fgrid-col-2 {
    grid-column-end: span 2;
  }
  .fgrid .fgrid-col-3 {
    grid-column-end: span 3;
  }
  .fgrid .fgrid-col-4 {
    grid-column-end: span 4;
  }
  .fgrid .fgrid-col-5 {
    grid-column-end: span 5;
  }
  .fgrid .fgrid-col-6 {
    grid-column-end: span 6;
  }
  .fgrid .fgrid-col-7 {
    grid-column-end: span 7;
  }
  .fgrid .fgrid-col-8 {
    grid-column-end: span 8;
  }
  .fgrid .fgrid-col-9 {
    grid-column-end: span 9;
  }
  .fgrid .fgrid-col-10 {
    grid-column-end: span 10;
  }
  .fgrid .fgrid-col-11 {
    grid-column-end: span 11;
  }
  .fgrid .fgrid-col-12 {
    grid-column-end: span 12;
  }
}
.fgrid .fgrid-note {
  display: block;
  padding-left: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #777777;
}

label.req, label.required {
  font-weight: 700;
}
label em,
label .label-error {
  margin-left: 1rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  color: rgb(106.25, 106.25, 106.25);
}
label .label-error {
  color: #f42434;
}

button,
input[type=submit],
input[type=reset],
fieldset input[type=text],
fieldset input[type=password],
fieldset input[type=email],
fieldset input[type=number],
fieldset input[type=tel],
fieldset input[type=url],
fieldset input[type=search],
fieldset input[type=date],
fieldset textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea,
select {
  width: 100%;
  height: 4.2rem;
  padding: 0 0.8rem;
  line-height: 3rem;
  border: 1px solid #999;
  border-radius: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
}
input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=number].error,
input[type=search].error,
textarea.error,
select.error {
  border-color: #f42434;
}
input[type=text].error ~ label,
input[type=email].error ~ label,
input[type=password].error ~ label,
input[type=number].error ~ label,
input[type=search].error ~ label,
textarea.error ~ label,
select.error ~ label {
  color: #f42434;
}
input[type=text].required ~ label, input[type=text].req ~ label,
input[type=email].required ~ label,
input[type=email].req ~ label,
input[type=password].required ~ label,
input[type=password].req ~ label,
input[type=number].required ~ label,
input[type=number].req ~ label,
input[type=search].required ~ label,
input[type=search].req ~ label,
textarea.required ~ label,
textarea.req ~ label,
select.required ~ label,
select.req ~ label {
  font-weight: 700;
}
input[type=text].required ~ label:after, input[type=text].req ~ label:after,
input[type=email].required ~ label:after,
input[type=email].req ~ label:after,
input[type=password].required ~ label:after,
input[type=password].req ~ label:after,
input[type=number].required ~ label:after,
input[type=number].req ~ label:after,
input[type=search].required ~ label:after,
input[type=search].req ~ label:after,
textarea.required ~ label:after,
textarea.req ~ label:after,
select.required ~ label:after,
select.req ~ label:after {
  content: "✱";
  margin-left: 0.3rem;
}

textarea {
  height: auto;
  line-height: 1.5;
  padding: 0.8rem;
}

.field_note {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.25;
  display: inline-block;
  font-style: italic;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1010;
  transition: opacity 0.1s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal.active {
  display: block;
}
.modal::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1010;
  display: grid;
  grid-template-areas: "content";
  width: 100%;
  max-width: 100vw;
  min-width: 200px;
  max-height: 100vh;
  background-color: #fff;
  border-radius: 8px;
  overflow-y: auto;
  transition: width 0.25s, height 0.25s;
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 2px 2px hsla(0, 0%, 0%, 0.075), 0 4px 4px hsla(0, 0%, 0%, 0.075), 0 8px 8px hsla(0, 0%, 0%, 0.075), 0 16px 16px hsla(0, 0%, 0%, 0.075);
}
.modal-title {
  display: none;
  grid-area: title;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px;
  background-color: rgb(246, 245, 243);
  font-weight: 600;
}
.modal-close {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 100%;
  transition: background-color 0.25s;
  cursor: pointer;
}
.modal-close:hover, .modal-close:focus, .modal-close:active {
  background-color: #fff;
}
.modal-content {
  position: relative;
  box-sizing: content-box;
  grid-area: content;
  padding: 8px;
  transition: width 0.25s, height 0.25s;
}
.modal-content iframe {
  width: 100%;
  height: 100%;
  transition: width 0.25s, height 0.25s;
}
.modal-actions {
  display: none;
  grid-area: actions;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4px;
  padding: 0 8px 8px;
}
.modal-next, .modal-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  position: absolute;
  z-index: 1015;
  top: 50%;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: background-color 0.25s;
}
.modal-next .md, .modal-prev .md {
  font-size: 44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.modal-next:hover, .modal-next:focus, .modal-next:active, .modal-prev:hover, .modal-prev:focus, .modal-prev:active {
  background-color: white;
}
.modal-next {
  right: 8px;
}
.modal-prev {
  left: 8px;
}
.modal[data-modal-padding=false] .modal-content {
  padding: 0;
}
.modal[data-modal-padding=false] .modal-next {
  right: 0;
}
.modal[data-modal-padding=false] .modal-prev {
  left: 0;
}
.modal[data-modal-animation=fade] {
  opacity: 0;
  transition: opacity 1s;
}
.modal[data-modal-animation=fade].open {
  opacity: 1;
}
.modal[data-modal-animation=slide]::after {
  opacity: 0;
  transition: opacity 1s;
}
.modal[data-modal-animation=slide].open::after {
  opacity: 1;
}
.modal[data-modal-animation=slide] .modal-inner {
  transition: transform 1s, top 1s;
}
.modal[data-modal-position]:not([data-modal-position=""]):not([data-modal-position=center]) .modal-inner {
  border-radius: 0;
}
.modal[data-modal-position^=top] .modal-inner {
  top: 0;
}
.modal[data-modal-position=topLeft] .modal-inner {
  left: 0;
  transform: none;
}
.modal[data-modal-position=topCenter] .modal-inner, .modal[data-modal-position=top] .modal-inner {
  transform: translateX(-50%);
}
.modal[data-modal-position=topRight] .modal-inner {
  left: auto;
  right: 0;
  transform: none;
}
.modal[data-modal-position^=middle] .modal-inner {
  transform: translateY(-50%);
}
.modal[data-modal-position=middleLeft] .modal-inner {
  left: 0;
}
.modal[data-modal-position=middleRight] .modal-inner {
  left: auto;
  right: 0;
}
.modal[data-modal-position^=bottom] .modal-inner {
  top: auto;
  bottom: 0;
}
.modal[data-modal-position=bottomLeft] .modal-inner {
  left: 0;
  transform: none;
}
.modal[data-modal-position=bottomCenter] .modal-inner, .modal[data-modal-position=bottom] .modal-inner {
  transform: translateX(-50%);
}
.modal[data-modal-position=bottomRight] .modal-inner {
  left: auto;
  right: 0;
  transform: none;
}
.modal[data-modal-animation=slide][data-modal-position=topLeft] .modal-inner, .modal[data-modal-animation=slide][data-modal-position=bottomLeft] .modal-inner {
  transform: translateX(-100%);
}
.modal[data-modal-animation=slide][data-modal-position=topLeft].open .modal-inner, .modal[data-modal-animation=slide][data-modal-position=bottomLeft].open .modal-inner {
  transform: none;
}
.modal[data-modal-animation=slide][data-modal-position=topCenter] .modal-inner, .modal[data-modal-animation=slide][data-modal-position=top] .modal-inner {
  transform: translate(-50%, -100%);
}
.modal[data-modal-animation=slide][data-modal-position=topRight] .modal-inner, .modal[data-modal-animation=slide][data-modal-position=bottomRight] .modal-inner {
  transform: translateX(100%);
}
.modal[data-modal-animation=slide][data-modal-position=topRight].open .modal-inner, .modal[data-modal-animation=slide][data-modal-position=bottomRight].open .modal-inner {
  transform: none;
}
.modal[data-modal-animation=slide][data-modal-position=middleLeft] .modal-inner {
  transform: translate(-100%, -50%);
}
.modal[data-modal-animation=slide][data-modal-position=center] .modal-inner {
  top: 0;
  transform: translate(-50%, -100%);
}
.modal[data-modal-animation=slide][data-modal-position=center].open .modal-inner {
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal[data-modal-animation=slide][data-modal-position=middleRight] .modal-inner {
  transform: translate(100%, -50%);
}
.modal[data-modal-animation=slide][data-modal-position=middleLeft].open .modal-inner, .modal[data-modal-animation=slide][data-modal-position=middleRight].open .modal-inner {
  transform: translate(0, -50%);
}
.modal[data-modal-animation=slide][data-modal-position=bottomCenter] .modal-inner, .modal[data-modal-animation=slide][data-modal-position=bottom] .modal-inner {
  transform: translate(-50%, 100%);
}
.modal[data-modal-animation=slide][data-modal-position=topCenter].open .modal-inner, .modal[data-modal-animation=slide][data-modal-position=top].open .modal-inner, .modal[data-modal-animation=slide][data-modal-position=bottomCenter].open .modal-inner, .modal[data-modal-animation=slide][data-modal-position=bottom].open .modal-inner {
  transform: translate(-50%, 0);
}
.modal[data-modal-overlay=false]::after {
  opacity: 0;
}
.modal[data-modal-title=true] .modal-inner {
  grid-template-rows: [title] 50px [content] auto [end];
  grid-template-areas: "title" "content";
}
.modal[data-modal-title=true] .modal-title {
  display: flex;
}
.modal[data-modal-title=true] .modal-next,
.modal[data-modal-title=true] .modal-prev {
  margin-top: 25px;
}
.modal[data-modal-close=true] .modal-close {
  display: flex;
}
.modal[data-modal-actions=true] .modal-inner {
  grid-template-rows: [content] auto [actions] minmax(40px, min-content) [end];
  grid-template-areas: "content" "actions";
}
.modal[data-modal-actions=true] .modal-actions {
  display: flex;
}
.modal[data-modal-controls=true] .modal-prev,
.modal[data-modal-controls=true] .modal-next {
  display: flex;
}
.modal[data-modal-title=true][data-modal-close=true] .modal-title {
  padding-right: 40px;
}
.modal[data-modal-title=true][data-modal-actions=true] .modal-inner {
  grid-template-rows: [title] 50px [content] auto [actions] minmax(40px, min-content) [end];
  grid-template-areas: "title" "content" "actions";
}
.modal[data-modal-scrolling=false] .modal-inner {
  overflow: hidden;
}

.modal-inline {
  display: none;
}

.cms-gallery-list-item {
  width: 50%;
  padding: 1px;
  border-radius: 10px;
  overflow: hidden;
}
@media all and (min-width: 800px) {
  .cms-gallery-list {
    text-align: left;
  }
}

.cms-map {
  position: relative;
  width: 100%;
  max-height: 600px;
}
.cms-map:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.cms-map-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cms-map-info {
  display: none;
}

.cms-module-slider {
  position: relative;
  padding-bottom: calc(1rem + 30px);
  border: 1px solid #d9d9d9;
}
.cms-module-slider button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.cms-slider {
  outline: none;
}
.cms-slider img {
  max-width: 100%;
}
.cms-slider-prev, .cms-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 80px;
  height: 80px;
  border: none;
  color: #000;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.cms-slider-prev::before, .cms-slider-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 80px;
  width: 80px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  transition: color 0.25s;
}
.cms-slider-prev:hover, .cms-slider-next:hover {
  color: #ccc;
}
.cms-slider-prev {
  left: 1rem;
}
.cms-slider-prev::before {
  content: "\e5cb";
}
.cms-slider-next {
  right: 1rem;
}
.cms-slider-next::before {
  content: "\e5cc";
}
.cms-slider-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-slider-nav button {
  position: relative;
  width: 30px;
  height: 30px;
}
.cms-slider-nav button::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  margin-left: -5px;
  top: 50%;
  height: 10px;
  margin-top: -5px;
  display: block;
  border-radius: 100%;
  background-color: #000;
  transition: background-color 0.25s;
}
.cms-slider-nav button:hover::before {
  background-color: rgba(0, 0, 0, 0.75);
}

.cms-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cms-tabs-top {
  display: flex;
  align-self: flex-start;
  position: relative;
  bottom: -1px;
  border-width: 1px;
}
.cms-tabs-top span {
  padding: 1rem;
  border: 1px solid #d9d9d9;
  border-width: 1px 0 1px 1px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.1s;
}
.cms-tabs-top span:last-child {
  border-right-width: 1px;
}
.cms-tabs-top span.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.cms-tabs-top span.active:hover, .cms-tabs-top span.active:focus, .cms-tabs-top span.active:active {
  background-color: #fff;
}
.cms-tabs-top span:hover, .cms-tabs-top span:focus, .cms-tabs-top span:active {
  background-color: #e6e6e6;
}
.cms-tabs-bottom {
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.cms-tabs-bottom-tab {
  display: none;
  padding: 1rem;
}
.cms-tabs-bottom-tab.active {
  display: block;
}

.cms-toggle {
  display: flex;
  flex-direction: column;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.cms-toggle-item {
  display: grid;
  grid-template-columns: 1fr 44px;
  border-bottom: 1px solid #d9d9d9;
}
.cms-toggle-item:last-child {
  border-bottom-width: 0;
}
.cms-toggle-item-title {
  position: relative;
  z-index: 1;
  padding: 20px;
  cursor: pointer;
  font-weight: 700;
  user-select: none;
}
.cms-toggle-item-toggle {
  position: relative;
  z-index: 1;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: transform 0.25s;
}
.cms-toggle-item-toggle .material-icons {
  font-size: 22px;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.cms-toggle-item-content {
  display: none;
  grid-row-start: 2;
  grid-column: 1/span 2;
  padding: 0 20px 20px;
}
.cms-toggle-item-content > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.cms-toggle-item-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cms-toggle-item.active .cms-toggle-item-toggle {
  transform: rotate(180deg);
}
.cms-toggle-item.active .cms-toggle-item-content {
  display: block;
}

.cms-video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
.cms-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cms-section.section-full-width .container:has(.cms-hero25) {
  padding-left: 0;
  padding-right: 0;
}
.cms-section.section-full-width .container:has(.cms-hero25) .cms-module {
  padding: 0;
}

.cms-hero25 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  min-height: 55vh;
  padding: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.cms-hero25-title {
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cms-hero25-content {
  font-size: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cms-hero25-content > *:first-child {
  margin-top: 0;
}
.cms-hero25-content > *:last-child {
  margin-bottom: 0;
}
.cms-hero25[data-hero25-height=short] {
  min-height: 35vh;
}
.cms-hero25[data-hero25-height=tall] {
  min-height: 70vh;
}
.cms-hero25[data-hero25-color=dark] {
  color: #444;
}
.cms-hero25[data-hero25-color=dark] .cms-hero25-title,
.cms-hero25[data-hero25-color=dark] .cms-hero25-content {
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}
@media (min-width: 800px) {
  .cms-hero25 {
    min-height: 65vh;
  }
  .cms-hero25-title {
    font-size: 8rem;
  }
  .cms-hero25-content {
    font-size: 3rem;
  }
  .cms-hero25[data-hero25-height=short] {
    min-height: 40vh;
  }
  .cms-hero25[data-hero25-height=tall] {
    min-height: 80vh;
  }
}

.cms-photobar-list {
  position: relative;
  height: 510px;
}
.cms-photobar-list .cms-photobar-list-item {
  width: 200px;
  height: 200px;
}
.cms-photobar-list .cms-photobar-list-item:nth-child(1) {
  top: 20px;
}
.cms-photobar-list .cms-photobar-list-item:nth-child(2) {
  top: 110px;
}
.cms-photobar-list .cms-photobar-list-item:nth-child(3) {
  top: 200px;
}
.cms-photobar-list .cms-photobar-list-item:nth-child(4) {
  top: 290px;
}
.cms-photobar-list-item {
  position: absolute;
  border: 5px solid #e31b23;
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.25s;
}
.section-bg-red .cms-photobar-list-item {
  border-color: #fff;
}
.cms-photobar-list-item:nth-child(odd) {
  left: 0;
}
.cms-photobar-list-item:nth-child(even) {
  right: 0;
}
.cms-photobar-list-item:nth-child(n+5) {
  display: none;
}
@media (min-width: 420px) {
  .cms-photobar-list {
    height: 575px;
  }
  .cms-photobar-list .cms-photobar-list-item {
    width: 226px;
    height: 226px;
  }
  .cms-photobar-list .cms-photobar-list-item:nth-child(1) {
    top: 20px;
  }
  .cms-photobar-list .cms-photobar-list-item:nth-child(2) {
    top: 123px;
  }
  .cms-photobar-list .cms-photobar-list-item:nth-child(3) {
    top: 226px;
  }
  .cms-photobar-list .cms-photobar-list-item:nth-child(4) {
    top: 329px;
  }
}
@media (min-width: 500px) {
  .cms-photobar-list {
    height: 635px;
  }
  .cms-photobar-list .cms-photobar-list-item {
    width: 250px;
    height: 250px;
  }
  .cms-photobar-list .cms-photobar-list-item:nth-child(1) {
    top: 20px;
  }
  .cms-photobar-list .cms-photobar-list-item:nth-child(2) {
    top: 135px;
  }
  .cms-photobar-list .cms-photobar-list-item:nth-child(3) {
    top: 250px;
  }
  .cms-photobar-list .cms-photobar-list-item:nth-child(4) {
    top: 365px;
  }
  .cms-photobar-list-item:nth-child(odd) {
    left: 50%;
    transform: translateX(-100%);
    margin-left: 40px;
  }
  .cms-photobar-list-item:nth-child(even) {
    right: 50%;
    transform: translateX(100%);
    margin-left: -40px;
  }
}
@media (min-width: 800px) {
  .cms-photobar-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cms-photobar-list .cms-photobar-list-item {
    position: static;
    width: calc((100vw - 100px) / 4);
    max-width: 250px;
    height: calc((100vw - 100px) / 4);
    max-height: 250px;
    transform: none;
    margin-left: 0;
  }
}

.cms-title {
  text-align: center;
}

.cms-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-hero {
  position: relative;
  padding: 20px 0;
  text-align: center;
  font-family: Oswald, sans-serif;
}
.home-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e31b23;
  opacity: 0.82;
}
.home-hero .container {
  position: relative;
  z-index: 5;
}
.home-hero h1 {
  display: flex;
  flex-direction: column;
  font-family: Oswald, sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
}
.home-hero h1 strong {
  color: #fc3;
}
.home-hero h3 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.home-hero h3 i, .home-hero h3 em {
  font-style: normal;
  white-space: nowrap;
}
.home-hero p {
  font-size: 1.8rem;
}
.home-hero p i, .home-hero p em {
  font-style: normal;
  white-space: nowrap;
}
@media (min-width: 500px) {
  .home-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40vh;
  }
  .home-hero h1 {
    flex-direction: row;
    justify-content: center;
  }
  .home-hero h1 strong::after {
    content: " ";
  }
}
@media (min-width: 1000px) {
  .home-hero {
    min-height: 450px;
  }
  .home-hero h1 {
    font-size: 12rem;
  }
  .home-hero h3 {
    font-size: 4.8rem;
  }
  .home-hero p {
    font-size: 2.4rem;
  }
}

.cms-trophies {
  padding: 20px 0;
}
.cms-trophies-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
}
.cms-trophies-item {
  position: relative;
  display: grid;
  grid-template-rows: [graphic] 180px [title] calc(3.6rem + 10px) [count] 6rem [end];
  width: 90px;
  flex-basis: 90px;
  text-align: center;
}
.cms-trophies-item::after {
  content: "";
  position: absolute;
  top: calc(180px + 3.6rem + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.cms-trophies-item-graphic {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
}
.cms-trophies-item-title {
  font-family: "Faculty Glyphic", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.cms-trophies-item-count {
  font-family: "Space Grotesk", monospace;
  font-size: 5rem;
  line-height: 6rem;
}
@media (min-width: 900px) {
  .cms-trophies-item {
    width: 100px;
    flex-basis: 100px;
  }
}
@media (min-width: 1210px ) {
  .cms-trophies-list {
    column-gap: 40px;
  }
  .cms-trophies-item {
    grid-template-rows: [graphic] 180px [title] calc(4rem + 10px) [count] 8rem [end];
  }
  .cms-trophies-item::after {
    top: calc(180px + 4rem + 10px);
  }
  .cms-trophies-item-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .cms-trophies-item-count {
    font-size: 7rem;
    line-height: 8rem;
  }
}

.nextmatch {
  display: flex;
  flex-direction: column;
  margin-left: -20px;
  margin-right: -20px;
}
.nextmatch h2 {
  margin: 0;
  padding: 20px;
  border-bottom: 2px solid #fff;
}
.nextmatch img {
  max-width: 100%;
  align-self: center;
}
.nextmatch-wide {
  display: none;
}
.nextmatch-link {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 700px) {
  .nextmatch img.nextmatch-square {
    display: none;
  }
  .nextmatch img.nextmatch-wide {
    display: block;
  }
}
@media (min-width: 1000px) {
  .nextmatch h2 {
    display: flex;
    justify-content: center;
  }
  .nextmatch h2 span {
    width: 1000px;
  }
  .nextmatch img.nextmatch-wide {
    max-width: 1000px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.biggrove {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.biggrove-logo {
  max-width: 275px;
}
.biggrove-link {
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
  color: #444;
  line-height: 1.2;
}

.board {
  padding-bottom: 20px;
}
.board-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.board-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}
.board-person-photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(100% - 10px);
  border: 5px solid #e31b23;
  border-radius: 100%;
  overflow: hidden;
}
.board-person-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.board-person-name {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.board-person-role {
  font-size: 1.4rem;
  line-height: 1.2;
}
.section-bg-red .board-person-photo {
  border-color: #fff;
}
@media (min-width: 500px) {
  .board-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .board-person {
    width: calc((100vw - 20px * 3) / 2);
    flex-basis: calc((100vw - 20px * 3) / 2);
  }
}
@media (min-width: 680px) {
  .board-person {
    width: calc((100vw - 20px * 4) / 3);
    flex-basis: calc((100vw - 20px * 4) / 3);
  }
}
@media (min-width: 1000px) {
  .board-person {
    width: 275px;
    flex-basis: 275px;
  }
}
@media (min-width: 1210px ) {
  .board-person {
    width: calc((100% - 20px * 4) / 5);
    flex-basis: calc((100% - 20px * 4) / 5);
  }
}

.table-widget > div {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.table-widget iframe {
  width: 100%;
  border: none;
  transition: all 0.25s;
}

.joinform iframe {
  width: 100%;
  min-height: 1500px;
  border: none;
  transition: all 0.25s;
}

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