body {
  background: #fcfcfc;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
body ul {
  list-style: initial;
  margin-left: 20px;
}
body a {
  color: #E0241D;
  transition: color 0.3s ease;
  text-decoration: none;
}
body a:hover {
  color: #BC1313;
  text-decoration: none;
}
body ol li, body ul li {
  color: #000;
}
body h1, body h2, body h3, body h4, body h5, body h6, body .text-logo #logo {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body .column_heading h3.title {
  margin-bottom: 30px;
}
body *::selection {
  background: #990B0F !important;
  color: #ffffff;
}
body *::-moz-selection {
  background: #990B0F !important;
  color: #ffffff;
}
body *::-webkit-selection {
  background: #990B0F !important;
  color: #ffffff;
}
body .mcb-column-inner {
  margin-top: initial;
  margin-right: initial;
  margin-bottom: initial;
  margin-left: initial;
}
@media only screen and (max-width: 767px) {
  body .content_wrapper .section_wrapper, body .container, body .four.columns .widget-area {
    max-width: 550px !important;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
body #Wrapper,
body #Content {
  background: #fcfcfc;
}
body.page.hide-title-area #Content, body.no-content-padding #Content, body.template-blank #Content, body.under-construction #Content {
  padding: 0 0 30px 0 !important;
}
body #Content {
  padding: 0 0 30px 0 !important;
}
body #Content:has(section.footer-banner) {
  padding: 0 !important;
}
body .wp-block-button a,
body a.button,
body input.wpcf7-submit {
  display: inline-flex;
  padding: 15px 35px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 3px solid #E0241D;
  background: #E0241D;
  color: #fcfcfc;
  text-align: center;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}
body .wp-block-button a:hover,
body a.button:hover,
body input.wpcf7-submit:hover {
  border-color: #000;
  background: #000;
  color: #fcfcfc;
}
body .wp-block-button a.secondary,
body a.button.secondary,
body input.wpcf7-submit.secondary {
  border-radius: 8px;
  border: 3px solid #19191A;
  background: #fcfcfc;
  color: #000;
}
body .wp-block-button a.secondary:hover,
body a.button.secondary:hover,
body input.wpcf7-submit.secondary:hover {
  border-color: #000;
  background: #000;
  color: #fcfcfc;
}

header#mfn-header-template {
  position: sticky;
  top: -1px;
}
header#mfn-header-template.is-sticky section.mcb-header-section > div.section_wrapper {
  max-width: initial;
  padding: 0 20px;
}
header#mfn-header-template.is-sticky section.mcb-header-section > div.section_wrapper div.column_header_logo {
  position: relative;
  bottom: 0;
  width: 90px;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper {
  max-width: initial;
  padding: 0 20px;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_logo {
  position: relative;
  bottom: -50%;
  border-radius: 0 0 120px 120px;
  background: #000;
  transition: width 0.3s ease;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search {
  max-width: 45px;
  transition: max-width 0.3s ease;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search.open {
  max-width: 200px;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search.open form svg circle,
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search.open form svg line {
  stroke: #000;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search.open form input {
  background: #fcfcfc !important;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search.open form input::placeholder {
  color: #4B191E;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search form svg circle,
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search form svg line {
  stroke: #fcfcfc;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search form input {
  border: none;
  background: transparent !important;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu {
  height: 90px;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mcb-column-inner {
  height: 100%;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu {
  height: 100%;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li.current-menu-ancestor a, header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li.current-menu-item a {
  color: #E0241D;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li:nth-last-child(-n+3) > ul.sub-menu {
  left: initial;
  right: 0;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > .mfn-menu-link {
  color: #fcfcfc;
  text-transform: uppercase;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu {
  width: 514px;
  border-radius: initial;
  background-color: #000;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu .mfn-menu-li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu .mfn-menu-li.current-menu-ancestor > a.mfn-menu-link, header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu .mfn-menu-li.current-menu-item > a.mfn-menu-link {
  color: #E0241D !important;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu .mfn-menu-li > a.mfn-menu-link {
  width: 191px;
  flex-basis: 191px;
  color: #fcfcfc;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%;
  text-transform: uppercase;
  align-items: flex-start;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu .mfn-menu-li ul.sub-menu {
  display: block;
  top: initial;
  left: initial;
  position: relative;
  width: 323px;
  flex-basis: 323px;
  background-color: #fcfcfc;
  border-bottom: solid 2px #000;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu .mfn-menu-li ul.sub-menu .mfn-menu-li > a.mfn-menu-link {
  width: auto;
  flex-basis: initial;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: color 0.3s ease;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu .mfn-menu-li ul.sub-menu .mfn-menu-li > a.mfn-menu-link:hover {
  color: #E0241D;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu .mfn-menu-li > .mfn-menu-link {
  color: #000;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper .column_column a.shiftnav-toggle {
  padding: 0;
  background: transparent;
}
header#mfn-header-template section.mcb-header-section > div.section_wrapper .column_column a.shiftnav-toggle i.fa {
  font-size: 25px;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_logo {
    width: 125px;
    bottom: -50%;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_logo {
    width: 90px;
    bottom: 0;
  }
}
@media (min-width: 821px) and (max-width: 1440px) {
  header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu {
    margin-right: 50px;
  }
  header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu {
    font-size: 13px;
  }
  header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > .mfn-menu-link {
    padding: 8px 10px;
  }
  header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu .mfn-menu-li > a.mfn-menu-link {
    font-size: 16px;
  }
  header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_menu .mfn-header-menu .mfn-menu-li > ul.sub-menu .mfn-menu-li ul.sub-menu .mfn-menu-li > a.mfn-menu-link {
    font-size: 14px;
    padding: 5px 10px;
  }
  header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search {
    position: relative;
  }
  header#mfn-header-template section.mcb-header-section > div.section_wrapper div.column_header_search.open {
    max-width: 100px;
  }
}
@media (max-width: 576px) {
  header#mfn-header-template section.mcb-header-section > div.section_wrapper .column_column {
    right: 20px;
  }
}
.shiftnav.shiftnav-skin-standard-dark li.menu-item .shiftnav-submenu-activation {
  background: #000;
}
.shiftnav.shiftnav-skin-standard-dark li.menu-item .shiftnav-submenu-activation i.fa {
  color: #fcfcfc;
}
.shiftnav.shiftnav-skin-standard-dark li.menu-item.shiftnav-active > .shiftnav-submenu-activation {
  background: #E0241D;
}

#shiftnav-main {
  background: #000;
}
#shiftnav-main ul.shiftnav-menu {
  background: #000;
}
#shiftnav-main ul.shiftnav-menu ul.sub-menu {
  background: #000;
}
#shiftnav-main .shiftnav-inner button.shiftnav-panel-close i.fa {
  font-size: 25px;
}
#shiftnav-main .shiftnav-inner button.shiftnav-panel-close i.fa:before {
  color: #fcfcfc;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  background: #E0241D;
}

.shiftnav .shiftnav-menu-title {
  margin-top: 30px;
  font-size: 24px;
}

footer#mfn-footer-template {
  padding: 70px 0 30px 0;
  background-color: #000;
}
footer#mfn-footer-template .section_wrapper, footer#mfn-footer-template .container {
  max-width: 80vw;
}
footer#mfn-footer-template span {
  color: #fcfcfc;
}
footer#mfn-footer-template span.sep {
  margin: 0 1ch;
}
footer#mfn-footer-template a {
  color: #fcfcfc;
  transition: color 0.3s ease;
}
footer#mfn-footer-template a:hover {
  color: #E0241D;
}
footer#mfn-footer-template a.mfn-icon-2:hover {
  color: #000;
}
footer#mfn-footer-template h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
  margin-bottom: 15px;
}
footer#mfn-footer-template form.wpcf7-form {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 13px;
}
footer#mfn-footer-template form.wpcf7-form .email-container {
  flex-basis: 66%;
}
footer#mfn-footer-template form.wpcf7-form .submit-container {
  flex-basis: 33%;
}
footer#mfn-footer-template .column_icon_2 {
  margin-right: 1ch;
}
footer#mfn-footer-template .menu-item a {
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%;
  text-transform: uppercase;
}
footer#mfn-footer-template input.wpcf7-submit {
  padding: 9px 35px;
}
footer#mfn-footer-template input.wpcf7-submit:hover {
  border-color: #E0241D;
  background: #000;
  color: #fcfcfc;
}

input:not(.wpcf7-submit), textarea {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000 !important;
  background: #fcfcfc !important;
}

body .pmsc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body .pmsc-overlay.show {
  visibility: visible;
  opacity: 1;
}
body .pmsc-overlay .popup-container {
  width: 804px;
  overflow: hidden;
  max-width: 85vw;
  max-height: 85vh;
}
body .pmsc-overlay .popup-container .popup-row.controls {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
body .pmsc-overlay .popup-container .popup-row.controls a {
  background: #000;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pmsc-overlay .popup-container .popup-row.controls a svg {
  pointer-events: none;
}
body .pmsc-overlay .popup-container .popup-row.title {
  background-color: #E0241D;
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pmsc-overlay .popup-container .popup-row.images {
  background-color: #E0241D;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body .pmsc-overlay .popup-container .popup-row.images img {
  width: 100%;
  height: auto;
}
body .pmsc-overlay .popup-container .popup-row.images form .hidden-fields-container {
  display: none;
}
body .pmsc-overlay .popup-container .popup-row.cta {
  background-color: #E0241D;
  padding: 29px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 17px;
}
body .pmsc-overlay .popup-container .popup-row.cta h3 {
  color: #FFF;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 59.8px */
}
body .pmsc-overlay .popup-container .popup-row.cta p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
body .pmsc-overlay .popup-container .popup-row.cta a {
  background-color: #000;
}
body .pmsc-overlay .popup-container .popup-row.cta a:hover {
  background-color: #fcfcfc;
  color: #4B191E !important;
}
body .breadcrumb-wrap {
  width: 100%;
  margin: 55px 0 20px 0;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body .breadcrumb-wrap a {
  color: #E0241D;
}
body .column_heading h2.title {
  margin: 20px 0 60px 0;
}
body .column_breadcrumbs {
  margin: 55px 0 20px 0;
}
body .column_breadcrumbs ul li {
  color: #E0241D;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body .column_breadcrumbs ul li a {
  color: #E0241D;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body .header-banner {
  min-height: 388px;
  width: 100vw;
  background: transparent url(/wp-content/uploads/2025/12/BC-Soccer-Techinical-Resources.jpg) no-repeat center center;
  background-size: cover;
}
body .header-banner > div {
  width: 100%;
  height: 100%;
}
body .footer-banner {
  min-height: 577px;
  width: 100vw;
  background: transparent url(/wp-content/uploads/2025/12/BC-Soccer-Techinical-Resources.jpg) no-repeat center center;
  background-size: cover;
}
body .footer-banner > div {
  width: 100%;
  height: 100%;
}
body table.schedule-table {
  width: 100%;
}
body table.schedule-table tr:last-child td, body table.schedule-table tr:last-child th {
  border-right: solid 3px #BBB;
  border-bottom: solid 3px #BBB;
}
body table.schedule-table tr th, body table.schedule-table tr td {
  text-align: left;
  width: 1%;
  white-space: nowrap;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-width: 3px !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 697;
  line-height: 160%; /* 28.8px */
}
body table.schedule-table tr th:last-child, body table.schedule-table tr td:last-child {
  border-right: solid 3px #BBB;
  border-bottom: solid 3px #BBB;
}
body table.schedule-table tr th {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fcfcfc;
}
body table.schedule-table tr th span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
body table.schedule-table tr td {
  color: #626262;
  border: solid 3px #BBB !important;
}
body table.schedule-table.rowspan tr td.rowheader {
  width: 33%;
  background: #E0241D;
  color: #fcfcfc;
}
body table.schedule-table.rowspan tr td.rowheader span {
  display: block;
  font-weight: 200;
}
body table.schedule-table.rowspan tr td:not(.rowheader) {
  width: 66%;
}
body ul.custom-sub-menu-links,
body .child-page-archive-container {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
  margin: 0;
}
body ul.custom-sub-menu-links li,
body ul.custom-sub-menu-links .child-page,
body .child-page-archive-container li,
body .child-page-archive-container .child-page {
  padding: 30px;
  background: #000;
  flex-basis: calc(50% - 20px);
}
body ul.custom-sub-menu-links li a,
body ul.custom-sub-menu-links .child-page a,
body .child-page-archive-container li a,
body .child-page-archive-container .child-page a {
  font-size: 24px;
  font-weight: 600;
  color: #fcfcfc;
}
body ul.custom-sub-menu-links li a:hover,
body ul.custom-sub-menu-links .child-page a:hover,
body .child-page-archive-container li a:hover,
body .child-page-archive-container .child-page a:hover {
  color: #E0241D;
}
body #slb_viewer_wrap .slb_data_content {
  display: none;
}
body section.no_content {
  display: none !important;
}
body section.pdf-embed .mfn-html-editor-wrapper {
  text-align: center;
}
body section.pdf-embed .mfn-html-editor-wrapper embed {
  width: 800px;
  height: 1000px;
  max-width: 100%;
}
body section.callout .section_wrapper {
  width: 100%;
  height: auto;
  padding: 34px 193px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
}
body section.callout.black .section_wrapper {
  background-color: #000;
  color: #fcfcfc;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 31.2px */
}
body section.callout.red .section_wrapper {
  padding: 75px 50px;
  background-color: #E0241D;
  color: #fcfcfc;
  font-size: 30px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 39px */
}
body .register-buttons-container {
  margin: 50px 0 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
body .cta-container {
  text-align: center;
  padding: 130px 100px;
  margin: 90px auto;
}
body .cta-container h3 {
  color: #FFF;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 49.4px */
  max-width: 75%;
  margin: 0 auto 30px auto;
}
body .cta-container p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  max-width: 75%;
  margin: 0 auto 30px auto;
}
body .cta-container a.button {
  display: inline-block;
}
body .cta-container.field {
  background: transparent url(../images/cta/field.jpg) no-repeat center center;
  background-size: cover;
}
body .cta-container.find-field {
  background: transparent url(../images/cta/field.jpg) no-repeat center center;
  background-size: cover;
}
body .cta-container.overhead {
  background: transparent url(../images/cta/overhead.jpg) no-repeat center center;
  background-size: cover;
}
body .cta-container.adaptive-sponsor {
  background: #FBD9D0;
  padding: 20px;
}
body .cta-container.adaptive-sponsor h3 {
  color: #000;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 59.8px */
  width: 100%;
}
body .cta-container.adaptive-sponsor .promo-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
body .cta-container.adaptive-sponsor .promo-items .promo-left,
body .cta-container.adaptive-sponsor .promo-items .promo-right {
  flex-basis: calc(50% - 20px);
}
body .cta-container.adaptive-sponsor .promo-items .promo-left p,
body .cta-container.adaptive-sponsor .promo-items .promo-right p {
  text-align: left;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
body .cta-container.adaptive-sponsor .promo-items .promo-footer {
  flex-basis: 100%;
}
body .cta-container.adaptive-sponsor .promo-items .promo-footer a {
  color: #E0241D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body .cta-container.sponsor {
  background: transparent url(../images/cta/sponsors.jpg) no-repeat center center;
  background-size: cover;
  text-align: right;
}
body .cta-container.sponsor h3 {
  margin: 0 0 30px 0;
  text-align: right;
  max-width: initial;
}
body .cta-container.sponsor p {
  color: #FFF;
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
  max-width: initial;
  padding-left: 50%;
}
body .cta-container.raffle {
  background: transparent url(../images/cta/raffle.jpg) no-repeat center left;
  background-size: cover;
  text-align: right;
}
body .cta-container.raffle h3 {
  margin: 0 0 30px 0;
  text-align: right;
  max-width: initial;
}
body .cta-container.raffle p {
  color: #FFF;
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
  max-width: initial;
  padding-left: 50%;
}
body .cta-container.raffle a.button {
  border-color: #fcfcfc;
}
body .pager_wrapper .pager {
  margin: 30px auto;
}
body .pager_wrapper .pager .pages a.page:hover, body .pager_wrapper .pager .pages a.page.active {
  background-color: #E0241D;
  color: #fcfcfc;
}
body.error404 .error_pic {
  position: relative;
}
body.error404 .error_pic img.error-page-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

@media (max-width: 1280px) {
  body footer#mfn-footer-template .section_wrapper, body footer#mfn-footer-template .container {
    max-width: 95vw;
  }
}
@media (max-width: 1239px) {
  body .cta-container.adaptive-sponsor .promo-items {
    flex-wrap: wrap;
  }
  body .cta-container.adaptive-sponsor .promo-items .promo-left,
  body .cta-container.adaptive-sponsor .promo-items .promo-right {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body .cta-container {
    background-size: contain !important;
    padding: 120px 70px !important;
  }
  body .cta-container h3 {
    font-size: 30px !important;
  }
  body .cta-container p {
    font-size: 20px !important;
  }
}
@media (max-width: 576px) {
  body .breadcrumb-wrap {
    font-size: 16px;
    line-height: 140%;
  }
  body .pmsc-overlay .popup-container .popup-row.cta h3 {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 39px */
  }
  body .cta-container {
    background-color: #E0241D !important;
    background-size: contain !important;
    background-position: top center !important;
    aspect-ratio: 9/16;
    padding: 80% 20px 0 20px !important;
    text-align: center !important;
    margin: 40px auto;
  }
  body .cta-container h3 {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 697;
    line-height: 120%; /* 31.2px */
  }
  body .cta-container p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    padding: initial;
  }
  body .cta-container a {
    background-color: #000;
  }
  body .cta-container.sponsor {
    background: #E0241D url(../images/cta/sponsors-mobile.jpg) no-repeat top center;
    background-size: contain !important;
  }
  body .cta-container.raffle {
    background: #E0241D url(../images/cta/raffle-mobile.jpg) no-repeat top center;
    background-size: contain !important;
  }
  body .cta-container.raffle h3, body .cta-container.raffle p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: initial;
  }
  body .cta-container.field {
    background: transparent url(../images/cta/field-mobile.jpg) no-repeat center center;
    background-size: contain !important;
  }
  body .cta-container.find-field {
    background: transparent url(../images/cta/field-mobile.jpg) no-repeat center center;
    background-size: contain !important;
  }
  body .cta-container.overhead {
    background: transparent url(../images/cta/overhead-mobile.jpg) no-repeat center center;
    background-size: contain !important;
  }
  body .cta-container.adaptive-sponsor {
    background: #FBD9D0 !important;
    padding: 20px !important;
  }
  body .cta-container.adaptive-sponsor .promo-items {
    flex-wrap: wrap;
  }
  body .cta-container.adaptive-sponsor .promo-items .promo-left,
  body .cta-container.adaptive-sponsor .promo-items .promo-right {
    flex-basis: 100%;
    width: 100%;
  }
  body .cta-container.adaptive-sponsor .promo-items .promo-left p,
  body .cta-container.adaptive-sponsor .promo-items .promo-right p {
    margin: 0 0 20px 0;
    max-width: initial;
  }
  body .cta-container.adaptive-sponsor .promo-footer a {
    background-color: transparent;
  }
  body section .section_wrapper .column_column .column_attr {
    column-count: 1 !important;
    column-fill: initial !important;
    column-gap: initial !important;
    height: auto !important;
  }
  body section.callout .section_wrapper {
    padding: 34px;
  }
  body section.pdf-embed .mfn-html-editor-wrapper embed {
    max-height: 450px;
  }
  body .child-page-archive-container {
    gap: 20px;
    padding: 30px 0;
  }
  body .child-page-archive-container .child-page {
    flex-basis: 100%;
  }
  body .register-buttons-container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body .register-buttons-container a.button {
    white-space: nowrap;
  }
  body footer#mfn-footer-template .section_wrapper, body footer#mfn-footer-template .container {
    max-width: 95vw;
  }
  body footer#mfn-footer-template section .wrap.footer-logo {
    width: 50%;
    margin: 0 auto;
  }
  body footer#mfn-footer-template section .wrap.footer-logo .mcb-column-inner {
    margin: 0 !important;
  }
  body footer#mfn-footer-template section .wrap.footer-menu .column_footer_menu {
    columns: initial !important;
  }
  body footer#mfn-footer-template section .wrap.footer-newsletter {
    margin-top: 30px;
  }
  body footer#mfn-footer-template section .wrap.footer-newsletter form.wpcf7-form {
    flex-wrap: wrap;
  }
  body footer#mfn-footer-template section .wrap.footer-newsletter form.wpcf7-form .email-container,
  body footer#mfn-footer-template section .wrap.footer-newsletter form.wpcf7-form .submit-container {
    flex-basis: 100%;
  }
}
body.home sr7-module sr7-content sr7-slide sr7-grp {
  position: relative !important;
}
body.home sr7-module sr7-content sr7-slide sr7-grp sr7-txt {
  max-width: 100%;
  white-space: normal !important;
  color: #fcfcfc !important;
  text-align: center !important;
  text-shadow: 4px 3px 6px rgba(0, 0, 0, 0.5);
  font-family: "tablet-gothic", sans-serif !important;
  font-size: 128px !important;
  font-style: normal;
  font-weight: 801 !important;
  line-height: 110% !important;
  text-transform: uppercase !important;
}
body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn {
  position: absolute !important;
  top: initial !important;
  bottom: 100px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn .register-buttons-container a.secondary {
  background: transparent;
  border-color: #fcfcfc;
  color: #fcfcfc;
}
body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn .register-buttons-container a.secondary:hover {
  border-color: #000;
  color: #000;
}
body.home ul.programs-links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 20px;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
}
body.home ul.programs-links li {
  flex-basis: calc(25% - 40px);
  aspect-ratio: 1.37/1;
  /*
  &:nth-last-child(-n + 2) {
    flex-basis: calc(50% - 25px);
    aspect-ratio: 32/10;
  }*/
}
body.home ul.programs-links li a {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #000;
  color: #fcfcfc;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: background-color 0.3s ease;
  text-decoration: none;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%;
}
body.home ul.programs-links li a span {
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body.home ul.programs-links li a:hover {
  background-color: #E0241D;
}
body.home section.home-intro .home-intro-right .mcb-wrap-inner {
  gap: 35px;
}
body.home section.home-parallax-slice .section_wrapper {
  min-height: 500px;
  max-height: 500px;
}
body.home section.teams-programs {
  padding-bottom: 0;
}
body.home section.teams-programs-register-callout {
  padding-bottom: 110px;
}
body.home section.teams-programs-register-callout .register-buttons-container {
  align-items: center;
  justify-content: center;
}

@media (min-width: 821px) and (max-width: 1440px) {
  body.home sr7-module sr7-content sr7-slide sr7-grp {
    position: relative !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-txt {
    top: 100px !important;
    padding: 5% 10% 10% 10% !important;
    font-size: 100px !important;
    font-style: normal;
    font-weight: 801 !important;
    line-height: 110% !important;
    text-transform: uppercase !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn {
    position: absolute !important;
    top: initial !important;
    bottom: 280px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
@media (max-widtH: 1240px) {
  body.home ul.programs-links li {
    aspect-ratio: 0.8/1;
  }
}
@media (max-width: 1024px) {
  body.home ul.programs-links li {
    aspect-ratio: 1.3/1;
  }
  body.home ul.programs-links li a {
    font-size: 18px;
  }
  body.home ul.programs-links li a span {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  body.home ul.programs-links li {
    flex-basis: calc(50% - 10px);
    aspect-ratio: 4/1;
  }
}
@media (max-width: 820px) {
  body.home sr7-module sr7-content sr7-slide sr7-grp {
    position: relative !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-txt {
    top: 200px !important;
    padding: 5% 10% 10% 10% !important;
    font-size: 100px !important;
    font-style: normal;
    font-weight: 801 !important;
    line-height: 110% !important;
    text-transform: uppercase !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn {
    position: absolute !important;
    top: initial !important;
    bottom: 200px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  body.home ul.programs-links {
    gap: 16px 10px;
  }
  body.home ul.programs-links li {
    flex-basis: calc(50% - 10px);
    aspect-ratio: 2/1;
    /*
    &:nth-last-child(-n + 2) {
      flex-basis: calc(50% - 10px);
    }*/
  }
}
@media (max-width: 778px) {
  body.home sr7-module sr7-content sr7-slide sr7-grp {
    position: relative !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-txt {
    top: 200px !important;
    padding: 5% 10% 10% 10% !important;
    font-size: 70px !important;
    font-style: normal;
    font-weight: 801 !important;
    line-height: 110% !important;
    text-transform: uppercase !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn {
    position: absolute !important;
    top: initial !important;
    bottom: 310px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn .register-buttons-container a.button {
    font-size: 13px;
  }
}
@media (min-width: 481px) and (max-width: 777px) {
  body.home sr7-module sr7-content sr7-slide sr7-grp {
    position: relative !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-txt {
    top: 120px !important;
    padding: 5% 20% 10% 20% !important;
    font-size: 70px !important;
    font-style: normal;
    font-weight: 801 !important;
    line-height: 110% !important;
    text-transform: uppercase !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn {
    position: absolute !important;
    top: initial !important;
    bottom: 110px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn .register-buttons-container a.button {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  body.home sr7-module sr7-content sr7-slide sr7-grp {
    width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-txt {
    padding: 0 !important;
    font-size: 50px !important;
    left: 0 !important;
    top: 180px !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn {
    position: absolute !important;
    top: initial !important;
    bottom: 110px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  body.home sr7-module sr7-content sr7-slide sr7-grp sr7-btn .register-buttons-container a.button {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  body.home ul.programs-links li {
    width: 100% !important;
    flex-basis: 100% !important;
    aspect-ratio: initial !important;
  }
  body.home ul.programs-links li a {
    font-size: 18px;
  }
  body.home ul.programs-links li a span {
    font-size: 14px;
  }
  body.home section.home-promo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.home section.home-sponsors .wrap.mobile-one {
    text-align: center;
  }
}
body.pmsc-page-programs section.programs-intro .body {
  columns: 2;
  column-fill: auto;
  height: 110px;
  padding-bottom: 50px;
}
body.pmsc-page-programs .register-buttons-container {
  justify-content: center;
  margin: 0 0 50px 0;
}
body.pmsc-page-programs .pmsc-programs-list {
  margin: 50px 0;
}
body.pmsc-page-programs .pmsc-programs-list .custom-archive-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 20px;
  flex-wrap: wrap;
}
body.pmsc-page-programs .pmsc-programs-list .custom-archive-container article.pmsc-program-archive-item {
  flex-basis: calc(50% - 70px);
  padding: 30px;
  background-color: #000;
  color: #fcfcfc;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.pmsc-page-programs .pmsc-programs-list .custom-archive-container article.pmsc-program-archive-item h3 {
  font-size: 30px;
}
body.pmsc-page-programs .pmsc-programs-list .custom-archive-container article.pmsc-program-archive-item p {
  margin: 20px 0 30px 0;
}
body.single-pmsc-program .program-container section > div {
  width: 100%;
}
body.single-pmsc-program .program-container section > div > div.body {
  width: 100%;
}
body.single-pmsc-program .program-container section.header-banner {
  min-height: 388px;
  width: 100vw;
}
body.single-pmsc-program .program-container section.header-banner > div {
  width: 100%;
  height: 100%;
}
body.single-pmsc-program .program-container section.breadcrumb-title {
  margin: 0 0 50px 0;
}
body.single-pmsc-program .program-container section.program-info {
  margin: 0 0 50px 0;
}
body.single-pmsc-program .program-container section.program-info > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: nowrap;
}
body.single-pmsc-program .program-container section.program-info > div .program-info-left {
  flex-basis: 100%;
  width: 100%;
}
body.single-pmsc-program .program-container section.program-info > div .program-info-right {
  flex-basis: 100%;
  width: 100%;
}
body.single-pmsc-program .program-container section.program-info > div .program-info-right .body {
  margin: 25px 0 0 0;
}
body.single-pmsc-program .program-container section.program-info > div:after {
  content: initial;
}
body.single-pmsc-program .program-container section.program-details > div .body {
  columns: 2;
  column-fill: auto;
  height: 250px;
  padding-bottom: 50px;
}
body.single-pmsc-program .program-container section.recreational:has(.table-wrapper), body.single-pmsc-program .program-container section.recreational:has(div.body) {
  margin: 120px 0 0 0;
}
body.single-pmsc-program .program-container section.recreational {
  margin: 0;
}
body.single-pmsc-program .program-container section.development:has(.table-wrapper), body.single-pmsc-program .program-container section.development:has(div.body) {
  margin: 120px 0 0 0;
}
body.single-pmsc-program .program-container section.development {
  margin: 0;
}
body.single-pmsc-program .program-container section.academy:has(.table-wrapper), body.single-pmsc-program .program-container section.academy:has(div.body) {
  margin: 120px 0 0 0;
}
body.single-pmsc-program .program-container section.academy {
  margin: 0;
}
body.single-pmsc-program .program-container section.promo .cta-container {
  width: 100%;
  height: 100%;
}
body.single-pmsc-program div.table-wrapper {
  width: 100%;
}
body.single-pmsc-program table.schedule-table {
  width: 100%;
}
body.single-pmsc-program table.schedule-table tr:last-child td, body.single-pmsc-program table.schedule-table tr:last-child th {
  border-right: solid 3px #BBB;
  border-bottom: solid 3px #BBB;
}
body.single-pmsc-program table.schedule-table tr th, body.single-pmsc-program table.schedule-table tr td {
  text-align: left;
  width: 1%;
  white-space: nowrap;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 697;
  line-height: 160%; /* 28.8px */
}
body.single-pmsc-program table.schedule-table tr th:last-child, body.single-pmsc-program table.schedule-table tr td:last-child {
  border-right: solid 3px #BBB;
  border-bottom: solid 3px #BBB;
}
body.single-pmsc-program table.schedule-table tr th {
  background-color: #000;
  color: #fcfcfc;
}
body.single-pmsc-program table.schedule-table tr td {
  color: #626262;
  border: solid 3px #BBB;
}
body.pmsc-page-how-to-register section .twocol-text .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
}
body.pmsc-page-how-to-register section.breadcrumb-title {
  margin: 0 0 50px 0;
}
body.pmsc-page-how-to-register section.howto-intro {
  margin: 0 0 75px 0;
}
body.pmsc-page-how-to-register section.howto-intro .twocol-text .column_attr {
  height: 140px;
}
body.pmsc-page-how-to-register section.step-by-step .column_heading {
  margin-bottom: 65px;
}
body.pmsc-page-how-to-register section.step-by-step .column_video {
  margin-bottom: 95px;
}
body.pmsc-page-how-to-register section.division-birth-year .column_heading {
  margin-bottom: 30px;
}
body.pmsc-page-how-to-register section.division-birth-year table tr:last-child td {
  border-right: solid 3px #BBB !important;
  border-top: 0;
}
body.pmsc-page-how-to-register section.division-birth-year table tr th {
  background-color: #E0241D;
  color: #fcfcfc;
  border-color: #E0241D;
}
body.pmsc-page-how-to-register section.division-birth-year table tr td {
  border: solid 3px #BBB;
  border-bottom: solid 3px #BBB !important;
  border-top: 0;
}
body.pmsc-page-how-to-register section.division-birth-year table tr td:last-child {
  border-right: solid 3px #BBB !important;
  border-bottom: solid 3px #BBB !important;
  border-top: 0;
}
body.pmsc-page-how-to-register section.registration-dates .column_heading {
  margin-bottom: 30px;
}
body.pmsc-page-how-to-register section.registration-dates .twocol-text .column_attr {
  height: 75px;
}
body.pmsc-page-how-to-register section.registration-dates p.red {
  color: #E0241D;
  font-size: 18px;
  font-style: normal;
  font-weight: 697;
  line-height: 160%; /* 28.8px */
}
body.pmsc-page-how-to-register section.registration-dates .important-callout {
  background-color: #E0241D;
  padding: 20px;
}
body.pmsc-page-how-to-register section.registration-dates .important-callout h3 {
  color: #FCEEEB;
  font-size: 30px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 39px */
  text-align: center;
  background-color: #000;
  padding: 10px;
}
body.pmsc-page-how-to-register section.registration-dates .important-callout p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  text-align: left;
}
body.pmsc-page-how-to-register section.registration-dates table tr td, body.pmsc-page-how-to-register section.registration-dates table tr th {
  text-align: left;
}
body.pmsc-page-how-to-register section.registration-dates table tr:last-child td {
  border: solid 3px #BBB;
  border-top: 0;
}
body.pmsc-page-how-to-register section.registration-dates table tr th {
  background-color: #000;
  color: #fcfcfc;
  border-color: #000;
}
body.pmsc-page-how-to-register section.registration-dates table tr td {
  border: solid 3px #BBB;
  border-bottom: solid 3px #BBB !important;
  border-top: 0;
}
body.pmsc-page-how-to-register section.registration-dates table tr td:last-child {
  border-right: solid 3px #BBB !important;
  border-bottom: solid 3px #BBB !important;
  border-top: 0;
}
body.pmsc-page-how-to-register section.registration-guidelines .column_heading {
  margin-bottom: 30px;
}
body.pmsc-page-how-to-register section.registration-guidelines .twocol-text .column_attr {
  height: 550px;
}
body.pmsc-page-how-to-register section.more-info .column_heading {
  margin-bottom: 30px;
}
body.pmsc-page-registration-costs section.registration-cost-intro .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 180px;
}
body.pmsc-page-registration-costs section.costs h3 {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 49.4px */
  margin-bottom: 10px;
}
body.pmsc-page-registration-costs section.costs h4 {
  color: #E0241D;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
  margin-bottom: 35px;
}
body.pmsc-page-registration-costs section.youth-team, body.pmsc-page-registration-costs section.adult-program, body.pmsc-page-registration-costs section.promo, body.pmsc-page-registration-costs section.youth-academy, body.pmsc-page-registration-costs section.adaptive, body.pmsc-page-registration-costs section.summer-camps, body.pmsc-page-registration-costs section.financial-assistance {
  margin-bottom: 50px;
}
body.pmsc-page-registration-faq section.faq-widget .faq .faq_wrapper .question {
  margin-bottom: 0;
}
body.pmsc-page-registration-faq section.faq-widget .faq .faq_wrapper .question:before, body.pmsc-page-registration-faq section.faq-widget .faq .faq_wrapper .question:after {
  content: initial !important;
}
body.pmsc-page-registration-faq section.faq-widget .faq .faq_wrapper .question > .title {
  padding: 20px 40px;
  color: #fcfcfc;
  background: #E0241D;
}
body.pmsc-page-registration-faq section.faq-widget .faq .faq_wrapper .question > .title span.num {
  display: none;
}
body.pmsc-page-registration-faq section.faq-widget .faq .faq_wrapper .question > .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 697;
  line-height: 160%; /* 28.8px */
}
body.pmsc-page-registration-faq section.faq-widget .faq .faq_wrapper .question > .title > .acc-icon-plus,
body.pmsc-page-registration-faq section.faq-widget .faq .faq_wrapper .question > .title > .acc-icon-minus {
  color: #fcfcfc;
}
body.pmsc-page-registration-faq section.faq-widget .faq .faq_wrapper .question > .answer {
  padding: 20px 40px;
  color: #000;
}
body.pmsc-page-financial-assistance section.financial-assistance-intro .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 150px;
}
body.pmsc-page-financial-assistance section.financial-assistance-partner {
  margin-bottom: 75px;
}
body.pmsc-page-financial-assistance section.financial-assistance-partner .section_wrapper {
  gap: 20px;
}
body.pmsc-page-financial-assistance section.financial-assistance-partner .section_wrapper > .wrap {
  width: calc(50% - 20px);
}
body.pmsc-page-financial-assistance section.financial-assistance-partner h3.title {
  margin-bottom: 50px;
}
body.pmsc-page-financial-assistance section.financial-assistance-partner .column_button {
  margin-top: 70px;
}
body.pmsc-page-tournaments section.featured-tournament {
  margin: 50px 0;
}
body.pmsc-page-tournaments section.featured-tournament .section_wrapper {
  background: #EAE7E6;
}
body.pmsc-page-tournaments section.featured-tournament .section_wrapper .mcb-wrap-inner {
  padding: 33px 24px;
}
body.pmsc-page-tournaments section.featured-tournament .section_wrapper .image_frame {
  width: 100%;
  height: 100%;
  padding-right: 20px;
}
body.pmsc-page-tournaments section.featured-tournament .section_wrapper .image_frame img {
  width: 100%;
}
body.pmsc-page-tournaments section.featured-tournament .section_wrapper h3 {
  max-width: 66%;
}
body.pmsc-page-tournaments section.featured-tournament .section_wrapper .column_column {
  margin: 30px 0;
}
body.pmsc-page-tournaments section.past-tournaments .section_wrapper > .wrap .mcb-wrap-inner {
  gap: 20px;
  justify-content: space-between;
}
body.pmsc-page-tournaments section.past-tournaments .wrap.one-second {
  width: calc(50% - 20px);
  padding: 33px 24px;
  background: #EAE7E6;
}
body.pmsc-page-tournaments section.past-tournaments .wrap.one-second .image_frame {
  width: 100%;
  height: 100%;
}
body.pmsc-page-tournaments section.past-tournaments .wrap.one-second .image_frame img {
  width: 100%;
}
body.pmsc-page-tournaments section.past-tournaments .wrap.one-second h4 {
  min-height: 75px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner {
  height: 718px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
  color: #fcfcfc;
  text-align: center;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 130px */
  max-width: 75%;
  margin: 80px auto 20px auto;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
  font-size: 46px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 59.8px */
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button {
  margin-top: 60px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story {
  margin: 70px 0;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro h3, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro p, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story h3, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story p {
  margin-bottom: 20px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro .image_frame, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story .image_frame {
  width: 100%;
  height: 100%;
  padding-right: 20px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro .image_frame img, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story .image_frame img {
  width: 100%;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-quote {
  padding: 70px 0;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-quote .column_heading {
  margin-bottom: 40px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-quote .column_heading:last-of-type {
  margin-bottom: 0;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column {
  background: #000;
  padding: 70px 220px;
  margin-bottom: 50px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h4, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h5 {
  color: #fcfcfc;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h4 {
  font-size: 38px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 49.4px */
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h5 {
  font-size: 30px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 39px */
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-galleries {
  padding-bottom: 40px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-galleries h3 {
  margin: 130px 0 40px 0;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button {
  border-radius: 0;
  box-shadow: initial !important;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button.previous {
  left: -50px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button.next {
  right: -50px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner {
  height: 718px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
  color: #fcfcfc;
  text-align: center;
}
body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2 {
  font-size: 100px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 130px */
  margin-top: 80px;
}
body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
  font-size: 46px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 59.8px */
}
body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button {
  margin-top: 60px;
}

@media (max-width: 1240px) {
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner {
    height: 718px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    color: #fcfcfc;
    text-align: center;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2 {
    font-size: 80px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 130px */
    margin: 80px auto 0 auto;
    max-width: 66%;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 59.8px */
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story {
    margin: 70px 0;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro h3, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro p, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story h3, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story p {
    margin-bottom: 20px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro .image_frame, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story .image_frame {
    width: 100%;
    height: 100%;
    padding-right: 20px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro .image_frame img, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story .image_frame img {
    width: 100%;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-quote {
    padding: 70px 0;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-quote .column_heading {
    margin-bottom: 40px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-quote .column_heading:last-of-type {
    margin-bottom: 0;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column {
    background: #000;
    padding: 70px 220px;
    margin-bottom: 50px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h4, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h5 {
    color: #fcfcfc;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h4 {
    font-size: 38px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 49.4px */
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 39px */
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-galleries {
    padding-bottom: 40px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-galleries h3 {
    margin: 130px 0 40px 0;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button {
    border-radius: 0;
    box-shadow: initial !important;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button.previous {
    left: -20px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button.next {
    right: -20px;
  }
  body.pmsc-page-how-to-register section.howto-intro .twocol-text .column_attr {
    height: 190px;
  }
}
@media (max-width: 960px) {
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner {
    height: 718px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    color: #fcfcfc;
    text-align: center;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2 {
    font-size: 65px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 130px */
    margin: 80px auto 0 auto;
    max-width: 66%;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 59.8px */
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button {
    margin-top: 60px;
  }
  body.single-pmsc-program .program-container section.program-info > div {
    flex-wrap: wrap;
  }
  body.single-pmsc-program .program-container section.program-info > div .program-info-left {
    aspect-ratio: 1/1;
  }
  body.single-pmsc-program .program-container section.program-info > div .program-info-left img {
    width: 100%;
  }
  body.single-pmsc-program .program-container section.program-details > div .body {
    columns: initial;
    height: auto;
  }
}
@media (max-width: 820px) {
  body.pmsc-page-programs .pmsc-programs-list {
    margin: 50px 0;
  }
  body.pmsc-page-programs .pmsc-programs-list .custom-archive-container {
    gap: 32px 20px;
  }
  body.pmsc-page-programs .pmsc-programs-list .custom-archive-container article.pmsc-program-archive-item {
    flex-basis: calc(50% - 20px);
    padding: 30px;
  }
  body.pmsc-page-programs .pmsc-programs-list .custom-archive-container article.pmsc-program-archive-item h3 {
    min-height: 95px;
  }
  body.single-pmsc-program div.table-wrapper table.schedule-table,
  body.single-pmsc-program div.body table.schedule-table {
    border-collapse: collapse;
    border: 0;
  }
  body.single-pmsc-program div.table-wrapper table.schedule-table th,
  body.single-pmsc-program div.table-wrapper table.schedule-table td,
  body.single-pmsc-program div.body table.schedule-table th,
  body.single-pmsc-program div.body table.schedule-table td {
    border: 1px solid transparent;
    background-clip: padding-box;
    scroll-snap-align: start;
  }
  body.single-pmsc-program div.table-wrapper table.schedule-table thead,
  body.single-pmsc-program div.body table.schedule-table thead {
    z-index: 1000;
    position: relative;
  }
  body.single-pmsc-program div.table-wrapper table.schedule-table th,
  body.single-pmsc-program div.table-wrapper table.schedule-table td,
  body.single-pmsc-program div.body table.schedule-table th,
  body.single-pmsc-program div.body table.schedule-table td {
    padding: 0.6rem;
    min-width: 6rem;
    text-align: left;
    margin: 0;
    white-space: initial;
    width: auto;
    font-size: 15px;
    line-height: 18px;
  }
  body.single-pmsc-program div.table-wrapper table.schedule-table thead th,
  body.single-pmsc-program div.body table.schedule-table thead th {
    position: sticky;
    top: 0;
    border-top: 0;
    background-clip: padding-box;
  }
  body.single-pmsc-program div.table-wrapper table.schedule-table thead th.pin,
  body.single-pmsc-program div.body table.schedule-table thead th.pin {
    left: 0;
    z-index: 1001;
    border-left: 0;
  }
  body.single-pmsc-program div.table-wrapper table.schedule-table tbody th,
  body.single-pmsc-program div.body table.schedule-table tbody th {
    background-clip: padding-box;
    border-left: 0;
  }
  body.single-pmsc-program div.table-wrapper table.schedule-table tbody,
  body.single-pmsc-program div.body table.schedule-table tbody {
    z-index: 10;
    position: relative;
  }
  body.single-pmsc-program div.table-wrapper table.schedule-table tbody th,
  body.single-pmsc-program div.body table.schedule-table tbody th {
    left: 0;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section .wrap.one-second.mobile-one {
    width: 100%;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner {
    height: 718px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    color: #fcfcfc;
    text-align: center;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2 {
    font-size: 65px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 130px */
    max-width: initial;
    margin: 80px auto 0 auto;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 59.8px */
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button {
    margin-top: 60px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story {
    margin: 70px 0;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro h3, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro p, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story h3, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story p {
    margin-bottom: 20px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro .image_frame, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story .image_frame {
    width: 100%;
    height: 100%;
    padding-right: 20px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-intro .image_frame img, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-story .image_frame img {
    width: 100%;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-quote {
    padding: 70px 0;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-quote .column_heading {
    margin-bottom: 40px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-quote .column_heading:last-of-type {
    margin-bottom: 0;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column {
    background: #000;
    padding: 70px 110px;
    margin-bottom: 50px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h4, body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h5 {
    color: #fcfcfc;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h4 {
    font-size: 38px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 49.4px */
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 39px */
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-galleries {
    padding-bottom: 40px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-galleries h3 {
    margin: 130px 0 40px 0;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button {
    border-radius: 0;
    box-shadow: initial !important;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button.previous {
    left: -20px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button.next {
    right: -20px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner {
    height: 718px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    color: #fcfcfc;
    text-align: center;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2 {
    font-size: 80px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 130px */
    margin-top: 80px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 59.8px */
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button {
    margin-top: 60px;
  }
  body.pmsc-page-how-to-register section.howto-intro .twocol-text .column_attr {
    height: 240px;
  }
  body.pmsc-page-financial-assistance section.financial-assistance-partner .section_wrapper {
    gap: initial;
  }
  body.pmsc-page-financial-assistance section.financial-assistance-partner .section_wrapper > .wrap {
    width: 100%;
  }
  body.pmsc-page-tournaments .section_wrapper .wrap .wrap.two-fifth {
    width: 100%;
  }
  body.pmsc-page-tournaments .section_wrapper .wrap .wrap.three-fifth {
    width: 100%;
  }
  body.pmsc-page-tournaments section.past-tournaments .wrap.one-second {
    width: 100%;
  }
}
@media (max-width: 576px) {
  body.pmsc-page-programs .pmsc-programs-list {
    margin: 50px 0;
  }
  body.pmsc-page-programs .pmsc-programs-list .custom-archive-container {
    gap: 20px;
  }
  body.pmsc-page-programs .pmsc-programs-list .custom-archive-container article.pmsc-program-archive-item {
    flex-basis: 100%;
    padding: 20px;
  }
  body.pmsc-page-programs .pmsc-programs-list .custom-archive-container article.pmsc-program-archive-item h3 {
    min-height: 95px;
  }
  body.pmsc-page-tournaments section.past-tournaments .section_wrapper > .wrap .mcb-wrap-inner {
    gap: 20px;
    justify-content: space-between;
  }
  body.pmsc-page-tournaments section.past-tournaments .wrap.one-second {
    width: 100%;
    padding: 33px 24px;
    background: #EAE7E6;
  }
  body.pmsc-page-tournaments section.past-tournaments .wrap.one-second .image_frame {
    width: 100%;
    height: 100%;
  }
  body.pmsc-page-tournaments section.past-tournaments .wrap.one-second .image_frame img {
    width: 100%;
  }
  body.pmsc-page-tournaments section.past-tournaments .wrap.one-second h4 {
    min-height: 75px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2 {
    font-size: 40px;
    margin-top: 80px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    font-size: 26px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column {
    padding: 70px 20px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h4 {
    font-size: 38px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 49.4px */
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-callout .mcb-wrap-inner .column_column h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 39px */
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-galleries {
    padding-bottom: 40px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section.rm-galleries h3 {
    margin: 130px 0 40px 0;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button {
    border-radius: 0;
    box-shadow: initial !important;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button.previous {
    left: -20px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2026 section .display-post-types .dpt-wrapper .flickity-prev-next-button.next {
    right: -20px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner {
    height: 718px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    color: #fcfcfc;
    text-align: center;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h2 {
    font-size: 40px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner h3 {
    font-size: 26px;
  }
  body.pmsc-page-reese-mueller-memorial-tournament-2025 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button, body.pmsc-page-reese-mueller-memorial-tournament-2024 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button, body.pmsc-page-reese-mueller-memorial-tournament-2023 section.header-banner .section_wrapper .wrap .mcb-wrap-inner .column_button {
    margin-top: 60px;
  }
  body.pmsc-page-registration-costs section table.schedule-table {
    border-collapse: collapse;
    border: 0;
  }
  body.pmsc-page-registration-costs section table.schedule-table th,
  body.pmsc-page-registration-costs section table.schedule-table td {
    border: 1px solid transparent;
    background-clip: padding-box;
    scroll-snap-align: start;
  }
  body.pmsc-page-registration-costs section table.schedule-table thead {
    z-index: 1000;
    position: relative;
  }
  body.pmsc-page-registration-costs section table.schedule-table th,
  body.pmsc-page-registration-costs section table.schedule-table td {
    padding: 0.6rem;
    min-width: 6rem;
    text-align: left;
    margin: 0;
    white-space: initial;
    width: auto;
    font-size: 15px;
    line-height: 18px;
  }
  body.pmsc-page-registration-costs section table.schedule-table thead th {
    position: sticky;
    top: 0;
    border-top: 0;
    background-clip: padding-box;
  }
  body.pmsc-page-registration-costs section table.schedule-table thead th.pin {
    left: 0;
    z-index: 1001;
    border-left: 0;
  }
  body.pmsc-page-registration-costs section table.schedule-table tbody th {
    background-clip: padding-box;
    border-left: 0;
  }
  body.pmsc-page-registration-costs section table.schedule-table tbody {
    z-index: 10;
    position: relative;
  }
  body.pmsc-page-registration-costs section table.schedule-table tbody th {
    left: 0;
  }
}
body.pmsc-page-player-evaluation section.body-copy .mfn-inline-editor {
  padding-bottom: 50px;
}
body.pmsc-page-player-evaluation section.button-container .mcb-column-inner {
  text-align: center;
}
body.pmsc-page-player-evaluation section.button-container .mcb-column-inner a.button {
  display: inline-block;
  margin: 25px auto !important;
}
body.pmsc-page-bcspl---intake section.breadcrumb-title {
  margin: 0 0 50px 0;
}
body.pmsc-page-bcspl---intake section.intro-copy {
  margin-bottom: 50px;
}
body.pmsc-page-bcspl---intake section.intro-copy .callout.red {
  padding: 75px 50px;
  text-align: center;
  background-color: #E0241D;
  color: #fcfcfc;
  font-size: 30px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 39px */
}
body.pmsc-page-bcspl---intake section.coaching-staff {
  margin-bottom: 50px;
}
body.pmsc-page-bcspl---intake section.coaching-staff h3.title {
  margin-bottom: 50px;
}
body.pmsc-page-bcspl---intake section.coaching-staff .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 300px;
}
body.pmsc-page-bcspl---intake section.program-timeline {
  position: relative;
  z-index: 2000;
  margin-bottom: 50px;
}
body.pmsc-page-bcspl---intake section.program-timeline .section_wrapper > .wrap.one-second:first-of-type {
  padding-right: 12.5px;
}
body.pmsc-page-bcspl---intake section.program-timeline .section_wrapper > .wrap.one-second:last-of-type {
  padding-left: 12.5px;
}
body.pmsc-page-bcspl---intake section.program-timeline h4 {
  color: #E0241D;
  margin-bottom: 35px;
}
body.pmsc-page-bcspl---intake section.program-timeline table tr:last-child td {
  border-right: solid 3px #BBB !important;
  border-top: 0;
}
body.pmsc-page-bcspl---intake section.program-timeline table tr th {
  background-color: #E0241D;
  color: #fcfcfc;
  border-color: #E0241D;
}
body.pmsc-page-bcspl---intake section.program-timeline table tr td {
  text-align: left;
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 697;
  line-height: 160%; /* 28.8px */
  border: solid 3px #BBB;
  border-bottom: solid 3px #BBB !important;
}
body.pmsc-page-bcspl---intake section.program-timeline table tr td:last-child {
  border-right: solid 3px #BBB !important;
  border-bottom: solid 3px #BBB !important;
}
body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container {
  border-radius: 8px;
  background-color: #E0241D;
  padding: 30px 35px 50px 35px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap.one {
  flex-basis: 100%;
}
body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap.one-second {
  flex-basis: calc(50% - 20px);
}
body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap p, body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap label, body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap input, body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap textarea {
  width: 100%;
}
body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container h3 {
  flex-basis: 100%;
  color: #fcfcfc;
}
body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container label {
  color: #fcfcfc;
}
body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container label input, body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container label textarea {
  margin-top: 5px;
}
body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container input.wpcf7-submit {
  width: auto;
  display: inline-block;
  border-color: #fcfcfc;
  background: #E0241D !important;
  color: #fcfcfc !important;
}
body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container input.wpcf7-submit:hover {
  background: #000 !important;
  color: #fcfcfc !important;
}
body.pmsc-page-bcspl---intake section.footer-banner {
  margin-top: -350px;
  position: relative;
  z-index: 1000;
}
body.pmsc-page-development-pathway section h3.title {
  margin-bottom: 25px;
}
body.pmsc-page-development-pathway section.breadcrumb-title {
  margin: 0 0 50px 0;
}
body.pmsc-page-development-pathway section.playing-environment {
  margin-bottom: 50px;
}
body.pmsc-page-development-pathway section.long-term-athlete-development {
  margin-bottom: 50px;
}
body.pmsc-page-development-pathway section.pathway-info {
  margin-bottom: 50px;
}
body.pmsc-page-player-of-the-week section.header-banner {
  min-height: 388px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.pmsc-page-player-of-the-week section.header-banner h2 {
  color: #FFF;
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 130px */
  text-transform: uppercase;
}
body.pmsc-page-player-of-the-week section.potw-intro {
  margin-bottom: 50px;
}
body.pmsc-page-player-of-the-week section.potw-intro > div h3 {
  text-align: center;
  margin: 75px auto 40px auto;
}
body.pmsc-page-player-of-the-week section.potw-intro > div .column_attr {
  columns: 2;
  column-fill: auto;
  height: 180px;
  padding-bottom: 50px;
}
body.pmsc-page-player-of-the-week section.potw-intro > div a.button {
  margin: 0 auto 100px auto;
}
body.pmsc-page-player-of-the-week section.pmsc-potw-list .section_wrapper {
  max-width: 95vw;
}
body.pmsc-page-player-of-the-week section.pmsc-potw-list .custom-archive-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 85px;
}
body.pmsc-page-player-of-the-week section.pmsc-potw-list .custom-archive-container .pmsc-potw-archive-item {
  flex-basis: 25%;
}
body.pmsc-page-player-of-the-week section.pmsc-potw-list .custom-archive-container .pmsc-potw-archive-item .potw-photo {
  aspect-ratio: 9/16;
  position: relative;
}
body.pmsc-page-player-of-the-week section.pmsc-potw-list .custom-archive-container .pmsc-potw-archive-item .potw-photo a {
  width: 100%;
  height: 100%;
  display: block;
}
body.pmsc-page-player-of-the-week section.pmsc-potw-list .custom-archive-container .pmsc-potw-archive-item .potw-photo a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
body.pmsc-page-player-of-the-week section.pmsc-potw-list .custom-archive-container .pmsc-potw-archive-item .potw-desc h3 {
  color: #626262;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body.single-pmsc-potw .potw-container section.header-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-pmsc-potw .potw-container section.header-banner h2 {
  color: #FFF;
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 130px */
  text-transform: uppercase;
}
body.single-pmsc-potw .potw-container section.potw-detail {
  margin-top: 66px;
}
body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}
body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-left {
  width: 470px;
  flex-basis: 470px;
  aspect-ratio: 9/16;
}
body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right {
  width: calc(100% - 520px);
  flex-basis: calc(100% - 520px);
}
body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right h3 {
  color: #000;
  text-align: left;
  font-size: 46px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 59.8px */
  margin-bottom: 0;
}
body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right h4 {
  color: #F00;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 39px */
}
body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right dl {
  margin-top: 100px;
}
body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right dl dt, body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right dl dd {
  width: 100%;
  margin-left: 0;
  border: none;
}
body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right dl dt {
  color: #626262;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right dl dd {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 49.4px */
  margin-bottom: 30px;
}
body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-nav {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 50px;
}
body.pmsc-page-scholarships section.scholarships-overview .section_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 20px;
  flex-wrap: wrap;
}
body.pmsc-page-scholarships section.scholarships-overview .section_wrapper .wrap.one-second {
  flex-basis: calc(50% - 70px);
  padding: 30px;
  background-color: #000;
  color: #fcfcfc;
}
body.pmsc-page-scholarships section.scholarships-overview .section_wrapper .wrap.one-second h3 {
  color: #fcfcfc;
  min-height: 95px;
}
body.pmsc-page-scholarships section.scholarships-overview .section_wrapper .wrap.one-second p {
  margin: 20px 0;
}

@media (max-width: 1240px) {
  body.pmsc-page-reese-mueller-memorial-scholarship section .section_wrapper, body.pmsc-page-alexander-coombes-scholarship section .section_wrapper, body.pmsc-page-tyler-shaw-scholarship section .section_wrapper, body.pmsc-page-mental-health-support section .section_wrapper {
    gap: 30px;
  }
  body.pmsc-page-reese-mueller-memorial-scholarship section .section_wrapper .wrap.one-second, body.pmsc-page-alexander-coombes-scholarship section .section_wrapper .wrap.one-second, body.pmsc-page-tyler-shaw-scholarship section .section_wrapper .wrap.one-second, body.pmsc-page-mental-health-support section .section_wrapper .wrap.one-second {
    width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
}
@media (max-width: 1024px) {
  body.pmsc-page-player-evaluation section.body-copy .mfn-inline-editor {
    height: auto;
  }
  body.pmsc-page-bcspl---intake section.coaching-staff .column_column .column_attr {
    height: 320px;
  }
}
@media (max-width: 820px) {
  body.pmsc-page-player-of-the-week section.potw-intro > div .column_attr {
    height: 220px;
  }
  body.pmsc-page-bcspl---intake section.coaching-staff .column_column .column_attr {
    height: 380px;
  }
  body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap.one-second {
    width: 100%;
    flex-basis: 100%;
  }
  body.pmsc-page-scholarships section.scholarships-overview .section_wrapper .wrap.one-second {
    width: 100%;
    flex-basis: 100%;
  }
  body.pmsc-page-reese-mueller-memorial-scholarship section .section_wrapper .wrap.one-second, body.pmsc-page-alexander-coombes-scholarship section .section_wrapper .wrap.one-second, body.pmsc-page-tyler-shaw-scholarship section .section_wrapper .wrap.one-second, body.pmsc-page-mental-health-support section .section_wrapper .wrap.one-second {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 576px) {
  body.pmsc-page-bcspl---intake section .section_wrapper > .wrap.one-second:first-of-type {
    padding-right: initial;
  }
  body.pmsc-page-bcspl---intake section .section_wrapper > .wrap.one-second:last-of-type {
    padding-left: initial;
  }
  body.pmsc-page-bcspl---intake section.breadcrumb-title {
    margin: 0 0 50px 0;
  }
  body.pmsc-page-bcspl---intake section.intro-copy {
    margin-bottom: 50px;
  }
  body.pmsc-page-bcspl---intake section.intro-copy .callout.red {
    padding: 75px 50px !important;
    text-align: center;
    background-color: #E0241D;
    color: #fcfcfc;
    font-size: 30px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 39px */
  }
  body.pmsc-page-bcspl---intake section.coaching-staff {
    margin-bottom: 50px;
  }
  body.pmsc-page-bcspl---intake section.coaching-staff h3.title {
    margin-bottom: 50px;
  }
  body.pmsc-page-bcspl---intake section.coaching-staff .column_column .column_attr {
    column-count: 2;
    column-fill: auto;
    column-gap: 30px;
    height: 300px;
  }
  body.pmsc-page-bcspl---intake section.program-timeline {
    position: relative;
    z-index: 2000;
    margin-bottom: 50px;
  }
  body.pmsc-page-bcspl---intake section.program-timeline h4 {
    color: #E0241D;
    margin-bottom: 35px;
  }
  body.pmsc-page-bcspl---intake section.program-timeline table tr:last-child td {
    border-right: solid 3px #BBB !important;
    border-top: 0;
  }
  body.pmsc-page-bcspl---intake section.program-timeline table tr th {
    background-color: #E0241D;
    color: #fcfcfc;
    border-color: #E0241D;
  }
  body.pmsc-page-bcspl---intake section.program-timeline table tr td {
    text-align: left;
    color: #626262;
    font-size: 18px;
    font-style: normal;
    font-weight: 697;
    line-height: 160%; /* 28.8px */
    border: solid 3px #BBB;
    border-bottom: solid 3px #BBB !important;
  }
  body.pmsc-page-bcspl---intake section.program-timeline table tr td:last-child {
    border-right: solid 3px #BBB !important;
    border-bottom: solid 3px #BBB !important;
  }
  body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container {
    border-radius: 8px;
    background-color: #E0241D;
    padding: 30px 35px 50px 35px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }
  body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap.one {
    flex-basis: 100%;
  }
  body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap.one-second {
    flex-basis: 100%;
  }
  body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap p, body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap label, body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap input, body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container > .wrap textarea {
    width: 100%;
  }
  body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container h3 {
    flex-basis: 100%;
    color: #fcfcfc;
  }
  body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container label {
    color: #fcfcfc;
  }
  body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container label input, body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container label textarea {
    margin-top: 5px;
  }
  body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container input.wpcf7-submit {
    width: auto;
    display: inline-block;
    border-color: #fcfcfc;
    background: #E0241D !important;
    color: #fcfcfc !important;
  }
  body.pmsc-page-bcspl---intake section.program-timeline .wpcf7 form .form-container input.wpcf7-submit:hover {
    background: #000 !important;
    color: #fcfcfc !important;
  }
  body.pmsc-page-bcspl---intake section.footer-banner {
    margin-top: -350px;
    position: relative;
    z-index: 1000;
  }
  body.pmsc-page-scholarships section.scholarships-overview .section_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px 20px;
    flex-wrap: wrap;
  }
  body.pmsc-page-scholarships section.scholarships-overview .section_wrapper .wrap.one-second {
    flex-basis: 100%;
    padding: 30px;
  }
  body.pmsc-page-scholarships section.scholarships-overview .section_wrapper .wrap.one-second h3 {
    color: #fcfcfc;
    min-height: 95px;
  }
  body.pmsc-page-scholarships section.scholarships-overview .section_wrapper .wrap.one-second p {
    margin: 20px 0;
  }
  body.pmsc-page-player-of-the-week section.header-banner h2 {
    font-size: 40px;
  }
  body.pmsc-page-player-of-the-week section.pmsc-potw-list .custom-archive-container {
    align-items: center;
    justify-content: center;
  }
  body.pmsc-page-player-of-the-week section.pmsc-potw-list .custom-archive-container .pmsc-potw-archive-item {
    width: 100%;
    flex-basis: 100%;
  }
  body.single-pmsc-potw .potw-container section.header-banner h2 {
    font-size: 40px;
  }
  body.single-pmsc-potw .potw-container section.potw-detail {
    margin-top: 66px;
  }
  body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
  }
  body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-left {
    width: 100%;
    flex-basis: 100%;
    aspect-ratio: initial;
  }
  body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right {
    width: 100%;
    flex-basis: 100%;
  }
  body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right h3 {
    color: #000;
    text-align: left;
    font-size: 46px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 59.8px */
    margin-bottom: 0;
  }
  body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right h4 {
    color: #F00;
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 39px */
  }
  body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right dl {
    margin-top: 100px;
  }
  body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right dl dt, body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right dl dd {
    width: 100%;
    margin-left: 0;
    border: none;
  }
  body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right dl dt {
    color: #626262;
    font-size: 20px;
    font-style: normal;
    font-weight: 697;
    line-height: 120%; /* 24px */
  }
  body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-body-right dl dd {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 49.4px */
    margin-bottom: 30px;
  }
  body.single-pmsc-potw .potw-container section.potw-detail .section_wrapper .potw-nav {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 50px;
  }
}
body.single-pmsc-coach .coach-container section > div {
  width: 100%;
}
body.single-pmsc-coach .coach-container section.header-banner {
  min-height: 388px;
  width: 100vw;
}
body.single-pmsc-coach .coach-container section.header-banner > div {
  width: 100%;
  height: 100%;
}
body.single-pmsc-coach .coach-container section.breadcrumb-title {
  margin: 0 0 50px 0;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-header {
  width: 100%;
  aspect-ratio: 32/10;
  margin-bottom: 20px;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 20px;
  width: 100%;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-left {
  flex-basis: 50%;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-left img {
  width: 100%;
  height: auto;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right {
  flex-basis: 50%;
  padding-right: 35px;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right a.button {
  border-color: #fcfcfc;
  display: inline-block;
  margin-top: 20px;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right .coach-title {
  padding: 26px 33px 17px 33px;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
  background: #E0241D;
  color: #fcfcfc;
  margin: -100px 0 0 0;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div {
  padding: 0 33px 26px 33px;
  margin-bottom: 30px;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div ul {
  list-style: disc;
  margin-left: 20px;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div:nth-child(2) {
  background: #E0241D;
  color: #fcfcfc;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div:nth-child(2) > * {
  color: #fcfcfc;
}
body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div:nth-child(2) ul li {
  color: #fcfcfc;
}
body.single-pmsc-coach .coach-container section.gallery-intro {
  background: #E0241D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 49.4px */
  min-height: 420px;
}
body.single-pmsc-coach .coach-container section.gallery-images .section_wrapper {
  max-width: 90vw;
}
body.single-pmsc-coach .coach-container section.gallery-images .gallery-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}
body.single-pmsc-coach .coach-container section.gallery-images .gallery-container a {
  display: inline-block;
  height: 390px;
  width: auto;
}
body.single-pmsc-coach .coach-container section.gallery-images .gallery-container a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.pmsc-page-meet-our-technical-coaches section > div {
  width: 100%;
}
body.pmsc-page-meet-our-technical-coaches section.coaches-intro .column_column {
  margin-bottom: 50px;
}
body.pmsc-page-meet-our-technical-coaches section.coaches-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 140px;
}
body.pmsc-page-meet-our-technical-coaches section.coaches-intro .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
  min-height: 500px;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-card {
  flex-basis: calc(50% - 20px);
  height: 100%;
  aspect-ratio: 5/4;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc {
  flex-basis: calc(50% - 20px);
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc h4 {
  color: #E0241D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc h3 {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 49.4px */
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc h3 a {
  color: #000;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc h3 a:hover {
  color: #E0241D;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc .creds {
  margin-bottom: 20px;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc .creds h5 {
  color: #E0241D;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc .creds ul {
  list-style: disc;
  margin-left: 20px;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc .creds ul li {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc a.button {
  display: inline-flex;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item:nth-child(odd) .coach-card {
  order: 1;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item:nth-child(odd) .coach-desc {
  order: 2;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item:nth-child(even) .coach-card {
  order: 2;
}
body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item:nth-child(even) .coach-desc {
  order: 1;
}
body.pmsc-page-coach-or-manager-application section.coach-application-intro .section_wrapper {
  gap: 30px;
}
body.pmsc-page-coach-or-manager-application section.coach-application-intro .section_wrapper > .wrap.one-second {
  width: calc(50% - 30px);
}
body.pmsc-page-team-manager-guide section.team-manager-intro .section_wrapper > .wrap.one-second:nth-child(odd) {
  padding-right: 12.5px;
}
body.pmsc-page-team-manager-guide section.team-manager-intro .section_wrapper > .wrap.one-second:nth-child(even) {
  padding-left: 12.5px;
}
body.pmsc-page-team-manager-guide section.team-manager-intro .team-manager-intro-images .mcb-wrap-inner {
  gap: 20px;
}
body.pmsc-page-team-manager-guide section.beginning-of-season h3.title {
  margin-bottom: 25px;
}
body.pmsc-page-team-manager-guide section.beginning-of-season .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
}
body.pmsc-page-team-manager-guide section.beginning-of-season .column_column:nth-child(odd) .column_attr {
  height: 150px;
}
body.pmsc-page-team-manager-guide section.beginning-of-season .column_column:nth-child(even) .column_attr {
  height: 800px;
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper {
  background-color: #FDF0EC !important;
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper ul.ui-tabs-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 0;
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper ul.ui-tabs-nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 35px;
  background: transparent;
  color: #F7F6F2;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper ul.ui-tabs-nav li:nth-child(odd) {
  background-color: #ED2E1F;
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper ul.ui-tabs-nav li:nth-child(even) {
  background-color: #F15B49;
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper ul.ui-tabs-nav li.ui-tabs-active {
  background-color: #990B0F;
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper ul.ui-tabs-nav li {
  transition: background-color 0.3s ease;
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper ul.ui-tabs-nav li:hover {
  background-color: #C91B14;
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper .ui-tabs-panel {
  background: #FBD9D0;
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper .ui-tabs-panel h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body.pmsc-page-team-manager-guide section.tabbed-content .column_tabs .tabs_wrapper .ui-tabs-panel ol li ol {
  list-style: lower-alpha;
}
body.pmsc-page-junior-coaches-volunteer-program section.junior-coaches-volunteer-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 200px;
}
body.pmsc-page-junior-coaches-volunteer-program section.why-join {
  margin-bottom: 75px;
}
body.pmsc-page-junior-coaches-volunteer-program section.why-join h3 {
  margin-bottom: 50px;
}
body.pmsc-page-junior-coaches-volunteer-program section.why-join .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 240px;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .section_wrapper > .wrap.one-second:nth-child(odd) {
  padding-right: 12.5px;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .section_wrapper > .wrap.one-second:nth-child(even) {
  padding-left: 12.5px;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-left {
  padding-top: 560px;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right {
  padding-top: 200px;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container {
  border-radius: 8px;
  background-color: #000;
  padding: 30px 35px 50px 35px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap.one {
  flex-basis: 100%;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap.one-second {
  flex-basis: calc(50% - 20px);
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap p, body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap label, body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap input, body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap textarea {
  width: 100%;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap textarea {
  height: 100px;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container h3 {
  flex-basis: 100%;
  color: #fcfcfc;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container label {
  color: #fcfcfc;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container label input, body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container label textarea {
  margin-top: 5px;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container input.wpcf7-submit {
  width: auto;
  display: inline-block;
  border-color: #000;
  background: #E0241D !important;
  color: #fcfcfc !important;
}
body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container input.wpcf7-submit:hover {
  background: #fcfcfc !important;
  color: #000 !important;
}
body.pmsc-page-coach-manual section.coach-manual-intro {
  margin-bottom: 50px;
}
body.pmsc-page-coach-manual section.coach-manual-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 500px;
}
body.pmsc-page-coach-manual section.coach-manual-intro .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-bc-soccer-coaching-certification-pathway section.coaching-certification-intro {
  margin-bottom: 50px;
}
body.pmsc-page-bc-soccer-coaching-certification-pathway section.coaching-certification-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 280px;
}
body.pmsc-page-bc-soccer-coaching-certification-pathway section.coaching-certification-intro .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-coach-certification section.coach-cert-intro {
  margin-bottom: 50px;
}
body.pmsc-page-coach-certification section.coach-cert-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 700px;
}
body.pmsc-page-coach-certification section.coach-cert-intro .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-coaches-amp-staff .all-coaches-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
body.pmsc-page-coaches-amp-staff .all-coaches-container .coach {
  flex-basis: calc(25% - 25px);
}
body.pmsc-page-coaches-amp-staff .all-coaches-container .coach img {
  aspect-ratio: 5/4;
}
body.pmsc-page-coaches-amp-staff .all-coaches-container .coach h3 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
  margin-bottom: 10px;
}
body.pmsc-page-coaches-amp-staff .all-coaches-container .coach h4 {
  color: #E0241D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin-bottom: 0;
}
body.pmsc-page-nfysa-small-side-rules section.nyfsa-small-side-intro {
  margin-bottom: 50px;
}
body.pmsc-page-nfysa-small-side-rules section.nyfsa-small-side-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 300px;
}
body.pmsc-page-nfysa-small-side-rules section.nyfsa-small-side-intro .column_column .column_attr strong {
  color: #E0241D;
}

@media (max-width: 820px) {
  body.pmsc-page-coach-or-manager-application section.coach-application-intro .section_wrapper {
    flex-wrap: wrap;
  }
  body.pmsc-page-coach-or-manager-application section.coach-application-intro .section_wrapper > .wrap.one-second {
    width: 100%;
  }
  body.pmsc-page-coach-manual section.coach-manual-intro .column_column .column_attr {
    height: 660px;
  }
  body.pmsc-page-meet-our-technical-coaches section.coaches-intro .column_column .column_attr {
    height: 180px;
  }
}
@media (max-width: 768px) {
  body.pmsc-page-meet-our-technical-coaches section > div {
    width: 100%;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
    min-height: 500px;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-card {
    flex-basis: 100%;
    height: 100%;
    aspect-ratio: initial;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc {
    flex-basis: 100%;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc h4 {
    color: #E0241D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc h3 {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 49.4px */
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc .creds {
    margin-bottom: 20px;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc .creds h5 {
    color: #E0241D;
    font-size: 20px;
    font-style: normal;
    font-weight: 697;
    line-height: 120%; /* 24px */
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc .creds ul {
    list-style: disc;
    margin-left: 20px;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc .creds ul li {
    color: #626262;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item .coach-desc a.button {
    display: inline-flex;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item:nth-child(odd) .coach-card {
    order: 1;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item:nth-child(odd) .coach-desc {
    order: 2;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item:nth-child(even) .coach-card {
    order: 1;
  }
  body.pmsc-page-meet-our-technical-coaches section.pmsc-coaches-list .custom-archive-container article.pmsc-coach-archive-item:nth-child(even) .coach-desc {
    order: 2;
  }
}
@media (max-width: 576px) {
  body.single-pmsc-coach .coach-container section > div {
    width: 100%;
  }
  body.single-pmsc-coach .coach-container section.header-banner {
    min-height: 388px;
    width: 100vw;
  }
  body.single-pmsc-coach .coach-container section.header-banner > div {
    width: 100%;
    height: 100%;
  }
  body.single-pmsc-coach .coach-container section.breadcrumb-title {
    margin: 0 0 50px 0;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-header {
    width: 100%;
    aspect-ratio: 32/10;
    margin-bottom: 20px;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 20px;
    width: 100%;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-left {
    flex-basis: 100%;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-left img {
    width: 100%;
    height: auto;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right {
    flex-basis: 100%;
    padding-right: 0;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right a.button {
    border-color: #fcfcfc;
    display: inline-block;
    margin-top: 20px;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right .coach-title {
    padding: 26px 33px 17px 33px;
    font-size: 26px;
    font-style: normal;
    font-weight: 697;
    line-height: 120%; /* 31.2px */
    background: #E0241D;
    color: #fcfcfc;
    margin: -100px 0 0 0;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div {
    padding: 0 33px 26px 33px;
    margin-bottom: 30px;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 697;
    line-height: 120%; /* 31.2px */
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div ul {
    list-style: disc;
    margin-left: 20px;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div:nth-child(2) {
    background: #E0241D;
    color: #fcfcfc;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div:nth-child(2) > * {
    color: #fcfcfc;
  }
  body.single-pmsc-coach .coach-container section.coach-detail .coach-body .coach-body-right > div:nth-child(2) ul li {
    color: #fcfcfc;
  }
  body.single-pmsc-coach .coach-container section.gallery-intro {
    background: #E0241D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 49.4px */
    min-height: 420px;
  }
  body.single-pmsc-coach .coach-container section.gallery-images .section_wrapper {
    max-width: 90vw;
  }
  body.single-pmsc-coach .coach-container section.gallery-images .gallery-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }
  body.single-pmsc-coach .coach-container section.gallery-images .gallery-container a {
    display: inline-block;
    height: 390px;
    width: auto;
  }
  body.single-pmsc-coach .coach-container section.gallery-images .gallery-container a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.why-join {
    margin-bottom: 75px;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.why-join h3 {
    margin-bottom: 50px;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.application-form {
    background-size: contain !important;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.application-form .section_wrapper > .wrap.one-second:nth-child(odd) {
    padding-right: 12.5px;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.application-form .section_wrapper > .wrap.one-second:nth-child(even) {
    padding-left: 12.5px;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-left {
    padding-top: 110px;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right {
    padding-top: 20px;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap.one-second {
    flex-basis: 100%;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap p, body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap label, body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap input, body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap textarea {
    width: 100%;
  }
  body.pmsc-page-coaches-amp-staff .all-coaches-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
  }
  body.pmsc-page-coaches-amp-staff .all-coaches-container .coach {
    flex-basis: 100%;
  }
  body.pmsc-page-coaches-amp-staff .all-coaches-container .coach img {
    aspect-ratio: 5/4;
  }
  body.pmsc-page-coaches-amp-staff .all-coaches-container .coach h3 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 697;
    line-height: 120%; /* 31.2px */
    margin-bottom: 10px;
  }
  body.pmsc-page-coaches-amp-staff .all-coaches-container .coach h4 {
    color: #E0241D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    margin-bottom: 0;
  }
}
body.pmsc-page-referee-fees section.referee-fee-tables h4 {
  color: #E0241D;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
  text-transform: uppercase;
  margin-bottom: 25px;
}
body.pmsc-page-referee-fees section.referee-fee-tables table tr:last-child td {
  border-right: solid 3px #BBB !important;
  border-top: 0;
}
body.pmsc-page-referee-fees section.referee-fee-tables table tr th {
  background-color: #E0241D;
  color: #fcfcfc;
  border-color: #E0241D;
  text-align: left;
}
body.pmsc-page-referee-fees section.referee-fee-tables table tr td {
  border: solid 3px #BBB;
  border-bottom: solid 3px #BBB !important;
  border-top: 0;
  text-align: left;
}
body.pmsc-page-referee-fees section.referee-fee-tables table tr td:last-child {
  border-right: solid 3px #BBB !important;
  border-bottom: solid 3px #BBB !important;
  border-top: 0;
}
body.pmsc-page-become-a-referee section.become-referee-intro {
  margin-bottom: 50px;
}
body.pmsc-page-become-a-referee section.become-referee-intro .column_button {
  margin-top: 30px;
}
body.pmsc-page-become-a-referee section.become-referee-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 300px;
}
body.pmsc-page-become-a-referee section.become-referee-intro .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-become-a-referee section.referee-clinic {
  margin-bottom: 50px;
}
body.pmsc-page-become-a-referee section.referee-clinic h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 39px */
  margin-bottom: 10px;
}
body.pmsc-page-become-a-referee section.referee-clinic h4 {
  color: #E0241D;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
  margin-bottom: 25px;
}
body.pmsc-page-become-a-referee section.referee-clinic .column_image + .column_button {
  margin-top: -100px;
}

@media (max-width: 768px) {
  body.pmsc-page-become-a-referee section.referee-clinic.entry-level .image, body.pmsc-page-become-a-referee section.referee-clinic.small-sided .image {
    order: 1;
  }
  body.pmsc-page-become-a-referee section.referee-clinic.entry-level .body-copy, body.pmsc-page-become-a-referee section.referee-clinic.small-sided .body-copy {
    order: 2;
  }
}
body.pmsc-page-weekend-schedules section.schedule h3 {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  body.pmsc-page-weekend-schedules section.league table.schedule-table {
    border-collapse: collapse;
    border: 0;
  }
  body.pmsc-page-weekend-schedules section.league table.schedule-table th,
  body.pmsc-page-weekend-schedules section.league table.schedule-table td {
    border: 1px solid transparent;
    background-clip: padding-box;
    scroll-snap-align: start;
  }
  body.pmsc-page-weekend-schedules section.league table.schedule-table thead {
    z-index: 1000;
    position: relative;
  }
  body.pmsc-page-weekend-schedules section.league table.schedule-table th,
  body.pmsc-page-weekend-schedules section.league table.schedule-table td {
    padding: 0.6rem;
    min-width: 6rem;
    text-align: left;
    margin: 0;
    white-space: initial;
    width: auto;
    font-size: 15px;
    line-height: 18px;
  }
  body.pmsc-page-weekend-schedules section.league table.schedule-table thead th {
    position: sticky;
    top: 0;
    border-top: 0;
    background-clip: padding-box;
  }
  body.pmsc-page-weekend-schedules section.league table.schedule-table thead th.pin {
    left: 0;
    z-index: 1001;
    border-left: 0;
  }
  body.pmsc-page-weekend-schedules section.league table.schedule-table tbody th {
    background-clip: padding-box;
    border-left: 0;
  }
  body.pmsc-page-weekend-schedules section.league table.schedule-table tbody {
    z-index: 10;
    position: relative;
  }
  body.pmsc-page-weekend-schedules section.league table.schedule-table tbody th {
    left: 0;
  }
  body.pmsc-page-weekend-schedules section.league table.schedule-table.rowspan tr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body.pmsc-page-weekend-schedules section.league table.schedule-table.rowspan tr td {
    flex-basis: 100%;
    width: 100%;
  }
}
body.single-pmsc-field .field-container section > div {
  width: 100%;
}
body.single-pmsc-field .field-container section.header-banner {
  min-height: 388px;
  width: 100vw;
}
body.single-pmsc-field .field-container section.header-banner > div {
  width: 100%;
  height: 100%;
}
body.single-pmsc-field .field-container section.breadcrumb-title {
  margin: 0 0 50px 0;
}
body.single-pmsc-field .field-container section.field_images {
  margin-bottom: 50px;
}
body.single-pmsc-field .field-container section.field_images .slick-carousel {
  position: relative;
  width: 100%;
  height: 805px;
  background: #efefef;
}
body.single-pmsc-field .field-container section.field_images .slick-carousel button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2000;
  background: transparent;
  padding: 0;
}
body.single-pmsc-field .field-container section.field_images .slick-carousel button.slick-arrow svg {
  width: 20px;
  height: 20px;
}
body.single-pmsc-field .field-container section.field_images .slick-carousel button.slick-arrow.slick-prev {
  left: -50px;
}
body.single-pmsc-field .field-container section.field_images .slick-carousel button.slick-arrow.slick-next {
  right: -50px;
}
body.single-pmsc-field .field-container section.field_images .slick-carousel .slick-list .slick-track .slick-slide {
  height: 805px;
  width: auto;
}
body.single-pmsc-field .field-container section.field_images .slick-carousel .slick-list .slick-track .slick-slide img {
  height: 805px;
  width: auto;
  object-fit: contain;
}
body.single-pmsc-field .field-container section.field-details > div .body {
  width: 100%;
  padding-bottom: 50px;
}
body.single-pmsc-field div.table-wrapper {
  width: 100%;
}
body.single-pmsc-field table.field-table {
  width: 100%;
}
body.single-pmsc-field table.field-table tr:last-child td, body.single-pmsc-field table.field-table tr:last-child th {
  border-right: solid 3px #BBB;
  border-bottom: solid 3px #BBB;
}
body.single-pmsc-field table.field-table tr th, body.single-pmsc-field table.field-table tr td {
  text-align: left;
  width: 1%;
  vertical-align: top;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
body.single-pmsc-field table.field-table tr th:last-child, body.single-pmsc-field table.field-table tr td:last-child {
  border-right: solid 3px #BBB;
  border-bottom: solid 3px #BBB;
}
body.single-pmsc-field table.field-table tr th:nth-child(odd), body.single-pmsc-field table.field-table tr td:nth-child(odd) {
  background-color: #e7e7e7;
  font-size: 18px;
  font-style: normal;
  font-weight: 697;
  line-height: 160%; /* 28.8px */
}
body.single-pmsc-field table.field-table tr th {
  background-color: #000;
  color: #fcfcfc;
}
body.single-pmsc-field table.field-table tr td {
  color: #626262;
  border: solid 3px #BBB;
}
body.pmsc-page-fields section > div {
  width: 100%;
}
body.pmsc-page-fields section.fields-intro .column_column {
  margin-bottom: 50px;
}
body.pmsc-page-fields section.fields-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 200px;
}
body.pmsc-page-fields section.general-info h3 {
  margin-bottom: 30px;
}
body.pmsc-page-fields section.general-info .column_column {
  margin-bottom: 50px;
}
body.pmsc-page-fields section.general-info .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 275px;
}
body.pmsc-page-fields section.pmsc-fields-list .custom-archive-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
body.pmsc-page-fields section.pmsc-fields-list .custom-archive-container article.pmsc-field-archive-item {
  flex-basis: 32%;
  margin-bottom: 60px;
}
body.pmsc-page-fields section.pmsc-fields-list .custom-archive-container article.pmsc-field-archive-item a.img {
  display: block;
  aspect-ratio: 1.37/1;
  background: #ddd;
  margin-bottom: 20px;
}
body.pmsc-page-fields section.pmsc-fields-list .custom-archive-container article.pmsc-field-archive-item a {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
  transition: color 0.3s ease;
  text-decoration: none;
}
body.pmsc-page-fields section.pmsc-fields-list .custom-archive-container article.pmsc-field-archive-item a:hover {
  color: #E0241D;
}

@media (max-width: 1240px) {
  body.single-pmsc-field .field-container section.field_images .slick-carousel {
    height: 622px;
  }
  body.single-pmsc-field .field-container section.field_images .slick-carousel .slick-list .slick-track .slick-slide {
    height: 622px;
  }
  body.single-pmsc-field .field-container section.field_images .slick-carousel .slick-list .slick-track .slick-slide img {
    height: 622px;
  }
}
@media (max-width: 1024px) {
  body.single-pmsc-field .field-container section.field_images .slick-carousel button.slick-arrow.slick-prev {
    left: 0;
  }
  body.single-pmsc-field .field-container section.field_images .slick-carousel button.slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 959px) {
  body.single-pmsc-field .field-container section.field_images .slick-carousel {
    height: 480px;
  }
  body.single-pmsc-field .field-container section.field_images .slick-carousel .slick-list .slick-track .slick-slide {
    height: 480px;
  }
  body.single-pmsc-field .field-container section.field_images .slick-carousel .slick-list .slick-track .slick-slide img {
    height: 480px;
  }
}
@media (max-width: 768px) {
  body.single-pmsc-field .field-container section.field_images .slick-carousel {
    height: 346px;
  }
  body.single-pmsc-field .field-container section.field_images .slick-carousel .slick-list .slick-track .slick-slide {
    height: 346px;
  }
  body.single-pmsc-field .field-container section.field_images .slick-carousel .slick-list .slick-track .slick-slide img {
    height: 346px;
  }
}
@media (max-width: 576px) {
  body.pmsc-page-fields section.pmsc-fields-list .custom-archive-container article.pmsc-field-archive-item {
    flex-basis: 100%;
  }
  body.single-pmsc-field .field-container section.field_images .slick-carousel {
    height: 300px;
  }
  body.single-pmsc-field .field-container section.field_images .slick-carousel .slick-list .slick-track .slick-slide {
    height: 300px;
  }
  body.single-pmsc-field .field-container section.field_images .slick-carousel .slick-list .slick-track .slick-slide img {
    height: 300px;
  }
}
body.single-pmsc-life-member .lm-container section > div {
  width: 100%;
}
body.single-pmsc-life-member .lm-container section.header-banner {
  min-height: 388px;
  width: 100vw;
  background: transparent url(/wp-content/uploads/2025/12/Meet-our-Staff.jpg) no-repeat center center;
  background-size: cover;
}
body.single-pmsc-life-member .lm-container section.header-banner > div {
  width: 100%;
  height: 100%;
}
body.single-pmsc-life-member .lm-container section.lm-detail {
  width: 100%;
}
body.single-pmsc-life-member .lm-container section.lm-detail > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
}
body.single-pmsc-life-member .lm-container section.lm-detail .lm-body-left {
  flex-basis: calc(50% - 20px);
  flex-grow: 0;
  flex-shrink: 0;
}
body.single-pmsc-life-member .lm-container section.lm-detail .lm-body-right {
  flex-basis: calc(50% - 20px);
  flex-grow: 0;
  flex-shrink: 0;
}
body.pmsc-page-life-members section.lm-intro > div .body {
  columns: 2;
  column-fill: auto;
  height: 200px;
  padding-bottom: 50px;
}
body.pmsc-page-life-members section.pmsc-lm-list .custom-archive-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
body.pmsc-page-life-members section.pmsc-lm-list .custom-archive-container .pmsc-lm-archive-item .lm-photo {
  width: 265px;
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
body.pmsc-page-life-members section.pmsc-lm-list .custom-archive-container .pmsc-lm-archive-item .lm-photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.pmsc-page-life-members section.pmsc-lm-list .custom-archive-container .pmsc-lm-archive-item .lm-desc h3 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
}
body.pmsc-page-life-members section.pmsc-lm-list .custom-archive-container .pmsc-lm-archive-item .lm-desc p {
  color: #E0241D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
body.pmsc-page-contact-us section.contact-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 110px;
}
body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container {
  border-radius: 8px;
  background-color: #E0241D;
  padding: 30px 35px 50px 35px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container > .wrap.one {
  flex-basis: 100%;
}
body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container > .wrap.one-second {
  flex-basis: calc(50% - 20px);
}
body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container > .wrap p, body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container > .wrap label, body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container > .wrap input, body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container > .wrap textarea {
  width: 100%;
}
body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container h3 {
  flex-basis: 100%;
  color: #fcfcfc;
}
body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container label {
  color: #fcfcfc;
}
body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container label input, body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container label textarea {
  margin-top: 5px;
}
body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container input.wpcf7-submit {
  width: auto;
  display: inline-block;
  border-color: #fcfcfc;
  background: #E0241D !important;
  color: #fcfcfc !important;
}
body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container input.wpcf7-submit:hover {
  background: #000 !important;
  color: #fcfcfc !important;
}
body.pmsc-page-criminal-record-check-application section.crc-intro {
  margin-bottom: 50px;
}
body.pmsc-page-criminal-record-check-application section.crc-intro .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 600px;
}
body.pmsc-page-criminal-record-check-application section.crc-options {
  margin-bottom: 50px;
}
body.pmsc-page-criminal-record-check-application section.crc-options .section_wrapper > .wrap.one-second:nth-child(odd) {
  padding-right: 12.5px;
}
body.pmsc-page-criminal-record-check-application section.crc-options .section_wrapper > .wrap.one-second:nth-child(even) {
  padding-left: 12.5px;
}
body.pmsc-page-criminal-record-check-application section.crc-options h4 {
  color: #E0241D;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
  margin-bottom: 10px;
}
body.pmsc-page-criminal-record-check-application section.crc-options h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 39px */
  margin-bottom: 50px;
  min-height: 2ch;
}
body.pmsc-page-apply-now section.application-info {
  position: relative;
  z-index: 2000;
}
body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container {
  border-radius: 8px;
  background-color: #000;
  padding: 30px 35px 50px 35px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container > .wrap.one {
  flex-basis: 100%;
}
body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container > .wrap.one-second {
  flex-basis: calc(50% - 20px);
}
body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container > .wrap p, body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container > .wrap label, body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container > .wrap input, body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container > .wrap textarea {
  width: 100%;
}
body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container h3 {
  flex-basis: 100%;
  color: #fcfcfc;
}
body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container label {
  color: #fcfcfc;
}
body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container label input, body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container label textarea {
  margin-top: 5px;
}
body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container input.wpcf7-submit {
  width: auto;
  display: inline-block;
  border-color: #000;
  background: #E0241D !important;
  color: #fcfcfc !important;
}
body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container input.wpcf7-submit:hover {
  background: #fcfcfc !important;
  color: #000 !important;
}
body.pmsc-page-apply-now section.footer-banner {
  margin-top: -350px;
  position: relative;
  z-index: 1000;
}
body.pmsc-page-our-sponsors section h3, body.pmsc-page-our-sponsors section h4 {
  text-transform: uppercase;
}
body.pmsc-page-our-sponsors section.major-sponsors {
  margin-bottom: 50px;
}
body.pmsc-page-our-sponsors section.collaborators {
  margin-bottom: 125px;
}
body.pmsc-page-our-sponsors section.collaborators .wrap.one-third .mcb-column-inner {
  text-align: center;
}
body.pmsc-page-our-sponsors section.sponsors-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 280px;
}
body.pmsc-page-our-sponsors section.sponsors-intro .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-become-a-sponsor section.become-a-sponsor-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 220px;
}
body.pmsc-page-become-a-sponsor section.become-a-sponsor-intro .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-raffle section.raffle-intro {
  margin-top: 67px;
}
body.pmsc-page-raffle section.raffle-intro .section_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
body.pmsc-page-raffle section.raffle-intro .section_wrapper > .wrap .body p {
  margin-bottom: 20px;
}
body.pmsc-page-raffle section.raffle-intro .section_wrapper > .wrap .callout {
  background: #E0241D;
  padding: 30px;
}
body.pmsc-page-raffle section.raffle-intro .section_wrapper > .wrap .callout h3, body.pmsc-page-raffle section.raffle-intro .section_wrapper > .wrap .callout p {
  color: #fcfcfc;
}
body.pmsc-page-raffle section.pmsc-raffle-list .custom-archive-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 80px;
}
body.pmsc-page-raffle section.pmsc-raffle-list .custom-archive-container .pmsc-raffle-item {
  width: calc(25% - 12px);
}
body.pmsc-page-raffle section.pmsc-raffle-list .custom-archive-container .pmsc-raffle-item .raffle-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
body.pmsc-page-raffle section.pmsc-raffle-list .custom-archive-container .pmsc-raffle-item .raffle-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.pmsc-page-raffle section.pmsc-raffle-list .custom-archive-container .pmsc-raffle-item .raffle-desc h4 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
  margin-bottom: 20px;
  min-height: 63px;
}
body.pmsc-page-raffle section.pmsc-raffle-list .custom-archive-container .pmsc-raffle-item .raffle-desc h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
  margin-bottom: 20px;
}
body.pmsc-page-raffle section.pmsc-raffle-list .custom-archive-container .pmsc-raffle-item .raffle-desc p {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
body.pmsc-page-raffle section.incentive-intro h4.title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 39px */
  text-transform: uppercase;
  margin-bottom: 15px;
}
body.pmsc-page-raffle section.incentive-intro {
  margin-bottom: 30px;
}
body.pmsc-page-raffle section.incentive-prizes > .section_wrapper {
  gap: 30px;
  flex-wrap: wrap;
}
body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize {
  flex-basis: calc(50% - 30px);
}
body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner {
  gap: 10px;
}
body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_heading {
  background: #000;
  flex-basis: 100%;
  text-align: center;
}
body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_heading h4.title {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 39px */
}
body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_image {
  flex-basis: calc(50% - 20px);
}
body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column {
  flex-basis: calc(50% - 20px);
}
body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column h5 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
}
body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column h6 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 24px */
}
body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column p {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
body.pmsc-page-club-policies section.club-policies-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 190px;
}
body.pmsc-page-club-policies section.club-policies-intro .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-club-policies section.club-policies-pdfs .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 350px;
}
body.pmsc-page-club-policies section.club-policies-pdfs .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-pmsc-strategic-plan-2023---2026 section.strategic-plan-intro .column_column {
  margin-bottom: 50px;
}
body.pmsc-page-pmsc-strategic-plan-2023---2026 section.strategic-plan-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 280px;
}
body.pmsc-page-pmsc-strategic-plan-2023---2026 section.strategic-plan-intro .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-emergency-action-plans section.eap-intro .column_column {
  margin-bottom: 50px;
}
body.pmsc-page-emergency-action-plans section.eap-intro .column_column .column_attr {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
  height: 250px;
}
body.pmsc-page-emergency-action-plans section.eap-intro .column_column .column_attr strong {
  color: #E0241D;
}
body.pmsc-page-emergency-action-plans section.eap-pdfs .eap-link .column_column .column_attr {
  padding: 10px;
}
body.pmsc-page-emergency-action-plans section.eap-pdfs .eap-link .column_column .column_attr p {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E0241D;
  padding: 20px;
}
body.pmsc-page-emergency-action-plans section.eap-pdfs .eap-link .column_column .column_attr p a {
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
  color: #fcfcfc;
  text-align: center;
}
body.pmsc-page-message-from-the-executive-director section.msg-intro .column_column p {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 697;
  line-height: 120%; /* 31.2px */
}
body.pmsc-page-message-from-the-executive-director section.msg-body {
  padding: 50px 0;
}
body.pmsc-page-message-from-the-executive-director section.msg-body .section_wrapper {
  justify-content: center;
}
body.pmsc-page-awards-night section.awards-gallery-links .section_wrapper > .wrap {
  margin-bottom: 50px;
}
body.pmsc-page-awards-night section.awards-gallery-links .image_frame {
  position: relative;
}
body.pmsc-page-awards-night section.awards-gallery-links .image_frame p.wp-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  color: #FFF;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%;
  padding: 30px;
  pointer-events: none;
}

@media (max-width: 1024px) {
  body.pmsc-page-contact-us section.contact-intro {
    margin-bottom: 30px;
  }
  body.pmsc-page-contact-us section.contact-intro .column_column .column_attr {
    height: 140px;
  }
  body.pmsc-page-message-from-the-executive-director section.msg-intro .wrap.one-second {
    flex-basis: 80%;
    width: 80%;
    margin: 0 auto;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.why-join .column_column .column_attr {
    height: 320px;
  }
}
@media (max-width: 820px) {
  body.pmsc-page-contact-us section.contact-intro .column_column .column_attr {
    height: 170px;
  }
  body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container > .wrap.one-second {
    flex-basis: 100%;
  }
  body.pmsc-page-emergency-action-plans section.eap-intro .column_column .column_attr {
    height: 280px;
  }
  body.pmsc-page-pmsc-strategic-plan-2023---2026 section.strategic-plan-intro .column_column .column_attr {
    height: 350px;
  }
  body.pmsc-page-criminal-record-check-application section.crc-intro .column_attr {
    height: 650px;
  }
  body.pmsc-page-apply-now section.application-info .wpcf7 form .form-container > .wrap.one-second {
    flex-basis: 100%;
    width: 100%;
  }
  body.pmsc-page-our-sponsors section.sponsors-intro .column_column .column_attr {
    height: 360px;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.why-join .column_column .column_attr {
    height: 420px;
  }
  body.pmsc-page-junior-coaches-volunteer-program section.application-form .application-form-right .wpcf7 form .form-container > .wrap.one-second {
    flex-basis: 100%;
    width: 100%;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper {
    gap: 30px;
    flex-wrap: wrap;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner {
    gap: 10px;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_heading {
    background: #000;
    flex-basis: 100%;
    text-align: center;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_heading h4.title {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 39px */
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_image {
    flex-basis: 100%;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column {
    flex-basis: 100%;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column h5 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 697;
    line-height: 120%; /* 31.2px */
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column h6 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 697;
    line-height: 120%; /* 24px */
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column p {
    color: #626262;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
  }
}
@media (max-width: 576px) {
  body.pmsc-page-our-sponsors section.major-sponsors-2 .column_image .mcb-column-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.pmsc-page-our-sponsors section.collaborators .column_image .mcb-column-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.single-pmsc-life-member .lm-container section > div {
    width: 100%;
  }
  body.single-pmsc-life-member .lm-container section.header-banner {
    min-height: 388px;
    width: 100vw;
    background: transparent url(/wp-content/uploads/2025/12/Meet-our-Staff.jpg) no-repeat center center;
    background-size: cover;
  }
  body.single-pmsc-life-member .lm-container section.header-banner > div {
    width: 100%;
    height: 100%;
  }
  body.single-pmsc-life-member .lm-container section.lm-detail {
    width: 100%;
  }
  body.single-pmsc-life-member .lm-container section.lm-detail > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  body.single-pmsc-life-member .lm-container section.lm-detail .lm-body-left {
    order: 2;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  body.single-pmsc-life-member .lm-container section.lm-detail .lm-body-right {
    order: 1;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  body.pmsc-page-contact-us section.contact-form-container .wpcf7 form .form-container > .wrap.one-second {
    flex-basis: 100%;
  }
  body.pmsc-page-raffle section.pmsc-raffle-list .custom-archive-container .pmsc-raffle-item {
    width: 100%;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper {
    gap: 30px;
    flex-wrap: wrap;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize {
    flex-basis: 100%;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner {
    gap: 10px;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_heading {
    background: #000;
    flex-basis: 100%;
    text-align: center;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_heading h4.title {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 697;
    line-height: 130%; /* 39px */
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_image {
    flex-basis: 100%;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column {
    flex-basis: 100%;
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column h5 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 697;
    line-height: 120%; /* 31.2px */
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column h6 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 697;
    line-height: 120%; /* 24px */
  }
  body.pmsc-page-raffle section.incentive-prizes > .section_wrapper .incentive-prize .mcb-wrap-inner .column_column p {
    color: #626262;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
  }
  body.pmsc-page-criminal-record-check-application section.crc-options .section_wrapper > .wrap.one-second:nth-child(2n) {
    padding-left: 0;
  }
  body.pmsc-page-message-from-the-executive-director section.msg-intro .wrap.one-second {
    flex-basis: 100%;
    width: 100%;
    margin: 0 auto;
  }
  body.pmsc-page-message-from-the-executive-director section.msg-intro .column_column p {
    font-size: 20px;
  }
}
body.pmsc-page-blog .blog_wrapper article.post .image_frame .image_wrapper > a, body.pmsc-page-club-chat .blog_wrapper article.post .image_frame .image_wrapper > a {
  aspect-ratio: 16/9;
  overflow: hidden;
}
body.pmsc-page-blog .blog_wrapper article.post .image_frame .image_wrapper > a img, body.pmsc-page-club-chat .blog_wrapper article.post .image_frame .image_wrapper > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.pmsc-page-blog .blog_wrapper article.post h5 a, body.pmsc-page-club-chat .blog_wrapper article.post h5 a {
  color: #000;
}
body.pmsc-page-blog .blog_wrapper article.post h5 a:hover, body.pmsc-page-club-chat .blog_wrapper article.post h5 a:hover {
  color: #E0241D;
}
body.pmsc-page-blog .blog_wrapper .grid .post-desc-wrapper .post-desc, body.pmsc-page-club-chat .blog_wrapper .grid .post-desc-wrapper .post-desc {
  padding: 20px 0;
}
body.pmsc-page-blog .blog_wrapper .grid .post-desc-wrapper .post-desc .post-head .post-meta .author-date .date .post-date, body.pmsc-page-club-chat .blog_wrapper .grid .post-desc-wrapper .post-desc .post-head .post-meta .author-date .date .post-date {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 20.8px */
}
body.single-post .the_content_wrapper {
  max-width: 740px;
  margin: 0 auto;
}
body.single-post .the_content_wrapper .wp-block-image {
  margin: 20px 0;
}
body.single-post .the_content_wrapper .wp-block-image figcaption.wp-element-caption {
  padding: 5px;
  color: #78787B;
}
body.archive.category section.breadcrumb-title {
  position: relative;
}
body.archive.category section.breadcrumb-title .post-meta {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2000;
}
body.archive.category section.breadcrumb-title .post-meta .cat-wrapper > li.categories {
  list-style: none;
}
body.archive.category section.category-posts .section_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
body.archive.category section.category-posts .section_wrapper article.post {
  flex-basis: calc(50% - 20px);
}
body.archive.category section.category-posts .section_wrapper article.post .image_frame .image_wrapper > a {
  aspect-ratio: 16/9;
  overflow: hidden;
}
body.archive.category section.category-posts .section_wrapper article.post .image_frame .image_wrapper > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.archive.category section.category-posts .section_wrapper article.post .post-head {
  width: 100%;
  display: block;
}
body.archive.category section.category-posts .section_wrapper article.post .post-head .author-date {
  float: none;
}
body.archive.category section.category-posts .section_wrapper article.post .post-head .author-date .date .post-date {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 697;
  line-height: 130%; /* 20.8px */
}
body.archive.category section.category-posts .section_wrapper article.post h4 a {
  color: #000;
}
body.archive.category section.category-posts .section_wrapper article.post h4 a:hover {
  color: #E0241D;
}

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