/* cmsms stylesheet: foundation_styles modified: Tuesday, July 15, 2025 4:18:41 PM */
 
.no-js #navbar, .no-js .partners-slider, .no-js #newsletters .block, .no-js .payment-container {
  display: none;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #233765
}

.narrow {
  max-width: 1040px;
}

.wide {
  max-width: 1320px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h1, .h1 {
  font-size: 36px;
  line-height: 135%;
}

h2, .h2 {
  font-size: 28px;
  line-height: 130%;
}

h3, .h3 {
  font-size: 24px;
  line-height: 130%;
}

h4, .h4 {
  font-size: 20px;
  line-height: 130%;
}

p, .p1 {
  line-height: 150%;
}

.p2, .button {
  font-size: 14px;
}

.p3, .button.small, #footer .p2 {
  font-size: 12px;
  line-height: 145%;
  font-weight: normal;
}

p.narrow {
  max-width: 900px;
  margin: 0 auto;
}

p.x-narrow {
  max-width: 700px;
  margin: 0 auto;
}

.xx-narrow {
  max-width: 415px;
}

.xxx-narrow {
  max-width: 375px;
}

.balanced {
  text-wrap: balance;
}

.text-justify-center {
  text-align-last: center;
}

.no-wrap {
  text-wrap: nowrap;
}

.mb-0, .content .mb-0 {
  margin-bottom: 0;
}

.mb-half, .content .mb-half {
  margin-bottom: 0.5rem;
}

.mb-1, .content .mb-1 {
  margin-bottom: 1rem;
}

.mb-2, .content .mb-2 {
  margin-bottom: 2rem;
}

.mb-3, .content .mb-3 {
  margin-bottom: 3rem;
}

.mb-4, .content .mb-4 {
  margin-bottom: 4rem;
}

.mb-6, .content .mb-6 {
  margin-bottom: 6rem;
}

.extra-spacing h3 {
  margin-top: 2rem;
}

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

.pad-bottom {
  padding-bottom: 60px;
}

.pad-less {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad-sides, .content .grid-margin-x>.cell.pad-sides {
  padding-left: 3rem;
  padding-right: 3rem;
}

.nopad {
  padding: 0 !important;
}

.hr {
  border-bottom: 1px solid #2D7FC1;
}

.circle {
  border-radius: 50%;
}

.text-blue3.circle {
  border: 2px solid #1B91FF;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  padding: 0.5rem;
  line-height: 1.25rem;
}

.frame {
  border: 2px solid #E2EAFB;
  padding: 1rem;
}

.hero .frame {
  border: 1px solid #F5F8FF;
  max-width: 700px;
  margin: 4rem auto 0 auto;
  padding: 1rem;
  border-radius: 10px;
  color: #F5F8FF;
  gap: 0.5rem;
}

.dashboard .frame {
  width: max-content;
  padding: 0.5rem;
}

.address {
  display: inline-block;
}

a {
  color: #1658CD;
  transition: all 0.2s ease;
}

a:not(.button) {
  text-decoration: underline;
}

a:hover, a.menuactive, .menu .is-active>a, #navbar a:hover {
  color: #E2EAFB;
}

.white a:not(.button):hover, .bluexl a:not(.button).hover {
  color: #233765;
}

.buttons .button {
  margin: 0 0.5rem;
}

.button {
  background: #1B91FF;
  border-radius: 6px;
  color: white;
  text-shadow: none;
  font-weight: 500;
}

.button.blue2 {
  background: #2D7FC1;
}

.button.big {
  font-size: 18px;
}

.button.wide {
  padding-left: 3rem;
  padding-right: 3rem;
}

.button.outline {
  background: transparent;
  border: 1px solid #233765;
  color: #233765;
}

.dark .button.outline {
  border-color: #2D7FC1;
  color: #FCFDFF;
}

.reveal.dark a:not(.button) {
  color: #FCFDFF;
  text-decoration: underline;
}

.button:hover, .button.active {
  background: #2D7FC1;
  color: white;
}

.button.blue2:hover {
  background: #1B91FF;
}

.button.disabled, .button:disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button:disabled:hover {
  background: #D9D9D9;
  color: #7C7C7C;
  opacity: 1;
}

.button.donate {
  background: #EDD35D;
  color: #233765;
}

.button.donate:hover {
  background: #E3C228;
}

.pagination .current {
  background: #2D7FC1;
}

.pagination a:hover {
  color: #30323A;
}

.upper {
  text-transform: uppercase;
}

.no-margin {
  margin: 0;
}

.round {
  overflow: hidden;
  border-radius: 50%;
}

.rounded {
  border-radius: 8px;
}

.gradient {
  background: linear-gradient(180deg, #2C4C92 0%, #0D172C 100%);
  color: #FCFDFF;
}

.solid, .solid-narrow, .minimal {
  background: #2D7FC1;
  color: #FCFDFF;
}

.gradient a:not(.button) {
  color: #F5F8FF;
  text-decoration: underline;
}

.gradient a:not(.button):hover {
  color: #2D7FC1;
}

.dark {
  background: #233765;
  color: #FCFDFF;
}

.light {
  background: #F5F8FF;
}

.bluelight {
  background: #E2EAFB;
  color: #2D7FC1;
}

.bluexl {
  background: #F5F8FF;
}

.blue1 {
  background: #2C4C92;
  color: #FCFDFF;
}

.blue2 {
  background: #2D7FC1;
  color: #FCFDFF;
}

.bluelight .button {
  background: #2D7FC1;
}

.bluelight .button:hover {
  background: #1B91FF;
}

.white {
  background: #FCFDFF;
}

.border-blue {
  border: 1px solid #E2EAFB;
}

.border-gray {
  border: 1px solid #F6F6F6;
}

.text-teal {
  color: #73C7D2;
}

.text-graylt {
  color: #D9D9D9;
}

.text-grayxl {
  color: #F6F6F6;
}

.text-black {
  color: #30323A;
}

.text-blue {
  color: #2C4C92;
}

.text-blue3 {
  color: #1B91FF;
}

.text-red {
  color: #E24141;
}

.text-gold {
  color: #E3C228;
}

.callout {
  border: 0;
  border-radius: 6px;
}

.callout .flex-container {
  gap: 1rem;
}

.callout.gold {
  border: 1px solid #EDD35D;
  background: #FBF3E2;
  color: #233765;
  display: inline-block;
}

.callout.full {
  display: block;
}

.callout.gold h3 {
  color: black;
  display: inline;
  vertical-align: middle;
}

.callout.alert {
  border: 1px solid #cc4b37;
  background: rgb(249,236.1,234.1);
  color: #E24141;
  display: inline-block;
}

.important {
  font-weight: 700;
  padding-left: 80px;
}

.important>p::before {
  content: "\f005";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font: var(--fa-font-regular);
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
}

.iteration {
  background: #1B91FF;
  border-radius: 18px;
  font-size: 24px;
  width: 36px;
  min-width: 36px;
  font-weight: bold;
  margin-right: 1rem;
}

.white .iteration {
  background: #2C4C92;
  color: white;
}

.iteration-content p:last-of-type {
  margin-bottom: 0;
}

.letter {
  display: inline-block;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.letter:hover {
  background: white;
  border-color: #2D7FC1;
}

.letter img {
  margin-bottom: 1rem;
}


.search-icon {
  color: white;
  cursor: pointer;
}

.search-icon:hover {
  color: #2D7FC1;
}

#search-form {
  padding: 1rem;
}

#search-form label {
  color: #233765;
}



.hero, .hero .slide {
  position: relative;
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

.hero.gradient {
  height: auto;
  min-height: 300px;
}

.hero.gradient .caption, .hero.solid .caption, .hero.solid-narrow .caption {
  position: relative;
  min-height: 300px;
}

.hero.solid-narrow .caption-inner {
  width: 630px;
}

.hero.minimal {
  height: auto;
}

#home-carousel .slide {
  height: 600px;
}

#home-carousel.hero .caption {
  max-height: 600px;
}

.hero .caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.20);
  color: #FCFDFF;
  font-weight: 480;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#home-carousel .hero .caption {
  background: rgba(0,0,0,0.36);
}


.hero .caption-inner {
  width: 615px;
  max-width: 80%;
}

.hero.gradient .caption-inner {
  width: auto;
  margin: 0 1rem;
}

.hero .caption-inner.narrow {
  max-width: 700px;
}

.hero .caption-inner>div {
  margin-top: 1.5rem;
}

.hero .caption-inner p {
  color: #F5F8FF;
}

.hero .caption-inner .p2 {
  margin: 1rem 0;
  }

.content {

}

.content-column .cell p:last-of-type, .hero .caption-inner p:last-of-type {
  margin-bottom: 0;
}

.content h2 {
  margin-bottom: 2rem;
}

.content figcaption {
  font-weight: 700;
}

.grid-padding-x>.cell, .content .grid-margin-x>.cell {
  padding-right: 1rem;
  padding-left: 1rem;
}

.lower-content h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.responsive-embed iframe {
  border-radius: 8px;
}

.product {
  padding: 1rem;
  page-break-inside: avoid;
  break-inside: avoid-column;
  position: relative;
  background: white;
  border-radius: 8px;
}

.product .p3 a {
  text-decoration: underline;
}

.product-images img {
  max-width: calc(50% - 8px);
  margin: 0.5rem 2px;
  border-radius: 10px;
}

.product .payment {
  border-top: 1px solid #2D7FC1;
  padding-top: 2rem;
}

.payment>div {
  margin: 0 2px;
}

.paypal {
  padding-top: 0.5rem;
}

.paypal img {
  margin-bottom: 1rem;
}

.paypal .cc-stack {
  margin-bottom: 2rem;
}

.paypal input[type=image] {
  transform: scale(1.3);
}

.venmo-qr {
  margin-bottom: 0.5rem;
}

.payment .button {
  border-radius: 30px;
}

.payment-container .payment {
  padding: 1rem;
  border: 1px solid #2D7FC1;
  border-radius: 8px;
  min-width: 175px;
}


.gallery {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.gallery .slide {
  padding: 0.5rem;
}

.gallery .slide img {
  border-radius: 8px;
  margin-bottom: 4px;
}

.caption {
  color: #30323A;
  font-weight: 600;
}

.credit {
  color: #30323A;
  font-weight: 300;
}


.membership-blocks .block {
  margin: 1.5rem 0.5rem;
}

.membership-blocks .block-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem 1rem;
  border: #1B91FF 2px solid;
  border-radius: 10px;
}

.block .button {
  margin-bottom: 0;
}

.donate-blocks .block {
  padding: 2rem;
  border-radius: 8px;
}

.policy-blocks .block {
  padding: 0 1rem;
}

.story {
  background: white;
  border-radius: 8px;
  padding: 1rem;
}

.story .round, .story-detail .round  {
  margin-right: 0.5rem;
}

.story .p2, .story-detail .p2 {
  color: #7B7B7B;
}

.story .p2 strong, .story-detail .p2 strong {
  color: #233765;
}

.story a {
  text-decoration: underline;
}

.tournament .menu-block {
  padding: 1rem;
}

.tournament .h5 {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #7B7B7B;
}

.tournament .list-header {
  font-weight: bold;
}

.tournament .name {
  width: 80%;
  display: inline-block;
}

.tournament .count {
  width: 20%;
  display: inline-block;
}

.partners-slider {
  position: relative;
  margin-top: 36px;
}

.partners-slider .slick-arrow {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #7B7B7B;
  opacity: 0.5;
  cursor: pointer;
}

.partners-slider:hover .slick-arrow {
  opacity: 1;
}

.partners-slider .slick-next {
  left: auto;
  right: -2rem;
}

.partners-slider .slide a {
  display: block;
  height: 100px;
  position: relative;
  padding: 1rem 1.5rem;
}

.partners-slider .slide img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.partners {
  flex-wrap: wrap;
}

.partner {
  padding: 1rem;
  max-width: 200px;
}

.partner img {
  max-height: 100px;
  width: auto;
}

.director {
  margin: 1rem 0 1rem 0;
}

.director-contact hr, {
  border-bottom: 2px solid #2D7FC1;
  width: 80%;
  margin: 0.75rem 0 0.75rem 0;
}

.tournament-director {
  border-bottom: 1px solid #2D7FC1;
  padding-bottom: 2rem;
  margin-bottom: 0.5rem;
}

.accordion-item {
  margin-bottom: 1rem;
}

.accordion-title, .accordion-title:focus, .accordion-title:hover {
  background: #F5F8FF;
  padding: 1.5rem 1rem;
  font-size: inherit;
  color: inherit;
  border: 0;
}

.accordion-title>span {
  padding-right: 2rem;
  display: inline-block;
}

.accordion-title::before {
  margin-top: 0;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 12px;
  border-top-width: 18px;
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2D7FC1 transparent transparent;
  transition: all 0.4s;
}

.is-active>.accordion-title::before {
  content: '';
  transform: translateY(-60%) rotate(180deg);

}

.accordion-content {
  border: 0;
  padding: 1rem 0;
  color: inherit;
}

.newsletter-row {
  padding: 2rem 0 1rem 0;
  border-bottom: 1px solid black;
}

.newsletter-row .year {
  color: black;
  font-weight: 700;
  font-size: 24px;
  margin-top: 1rem;
}

.newsletter-row .newsletter {
  margin-bottom: 1rem;
}

.more {
  position: relative;
  text-decoration: underline;
  display: block;
  margin-top: 2rem;
}

#newsletters .more {
  color: #30323A;
}

.more::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: inset 8px;
  border-top-width: 12px;
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #30323A transparent transparent;
  margin-top: 8px;
  margin-left: 8px;
}

.more-light::after {
  border-color: #1658CD transparent transparent;
}

.back::after {
  display: none;
}

.back::before {
  position: relative;
  content: '';
  height: 0;
  border: inset 8px;
  border-right-width: 12px;
  border-left-width: 0;
  border-top-style: solid;
  border-color:  transparent #1658CD transparent;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.placeholder-pie {
  width: 300px;
  height: 300px;
  background: #2D7FC1;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 300px;
  display: inline-block;
}

ul.supporters {
  margin-top: 0.5rem;
}

ul.supporters li {
  margin-bottom: 1rem;
}

.levels.flex-container {
  flex-wrap: wrap;
}

.flex-container .level-block {
  width: 100%
}

.level-block {
  background: #E2EAFB;
  color: #2C4C92;
  padding: 1rem;
  text-decoration: none !important;
}

.content a.level-block:hover, .content a.level-block.active {
  background: #1B91FF;
  color: #FCFDFF;
}

.course-table {
  max-width: 525px;
  margin: 0 auto;
}

.course-label {
  width: 180px;
}

.course-table .flex-container {
  padding: 0.5rem 0;
  border-bottom: 1px solid #2C4C92;
  margin-bottom: 1rem;
}


#navbar a {
  text-decoration: none;
}

#navbar a i {
  color: #FCFDFF;
}

#navbar {
  width: 100%;
  background: #233765;
  color: white;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 14px;
  z-index: 10;
}

#navbar .accordion-menu {
  padding-top: 1rem;
}

#navbar .accordion-menu a {
  color: white;
  margin: 0.25rem 0;
}

#navbar .is-accordion-submenu {
  padding-left: 1rem;
  font-weight: 300;
  text-transform: none;
}

#navbar .is-accordion-submenu a {
  margin: 0;
}

#topnav .button {
  margin: 1rem;
}

#navbar .dropdown.menu>li>a {
  color: white;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
}

#navbar .dropdown.menu>li>a:hover, #navbar .dropdown.menu>li.is-active>a {
  color: #2D7FC1;
}

#navbar .dropdown.menu>li.menuactive>a {
  border-bottom: 2px solid #1B91FF;
}

#navbar .dropdown.menu>li.menuactive>a:hover, #navbar .dropdown.menu>li.is-active>a {
  color: white;
  }

.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
  display: none;
}

.is-dropdown-submenu {
  border: 0;
  background: #233765;
}

.is-dropdown-submenu a {
  color: white;
  line-height: 1.5;
}

.is-dropdown-submenu a:hover {
  color: #2D7FC1;
}

.drilldown .is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent ;
  right: 0;
}

.drilldown .is-drilldown-submenu {
  background-color: black;
}

.drilldown a {
  background-color: transparent;
}

.menu-block {
  padding: 2rem;
  margin-bottom: 2rem;
}

.menu-block-inner {
  padding: 1rem;
  margin-bottom: 2rem;
}

.menu-block-inner .button {
  display: block;
  font-weight: 500;
}

.menu-block-inner p {
  margin-bottom: 0;
}

.menu-block .flex-container {
  gap: 1rem;
}

#membernav .menu-text {
  text-wrap: nowrap;
}

#membernav .menudepth1 {
  margin-left: 0.5rem;
}

#membernav .menudepth1 a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#membernav .is-dropdown-submenu {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.forum-post>.flex-container {
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

#forum select {
  max-width: 200px;
  margin-bottom: 0;
  margin-right: 1rem;
}

.forum-controls a {
  display: inline-block;
  margin-bottom: 0.25rem;
}

.forum-poster {
  gap: 1rem;
}


#footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #233765;
  color: #FCFDFF;
}

#footer .logo {
  margin-bottom: 3rem;
}

#footer .logo img {
  max-width: 120px;
}

#footer .menu {
  margin-top: 3rem;
}

#footer a {
  color: #FCFDFF;
}

#footer a:hover {
  color: #1B91FF;
}



form.white {
  padding: 1rem;
}

form h4 {
  margin-top: 2rem;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  border-radius: 8px;
  border: 0.5px solid #7B7B7B;
  background: #FCFDFF;
  margin-top: 2px;
  color: #30323A;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  border-color: #73C7D2;
  box-shadow: none;
}

select {
  border: 0.5px solid #7B7B7B;
  border-radius: 8px;
}

input[readonly], input:disabled, textarea:disabled, textarea[readonly], input[readonly]:focus {
  background: #D9D9D9;
}

.hide-button::-webkit-file-upload-button, .hide-button::file-selector-button {
  display: none;
}

form a:not(.button) {
  text-decoration: underline;
}

.form-help {
  margin-top: -0.5rem;
}

.form-narrow {
  max-width: 300px;
  margin: 0 auto;
}

.form-narrow .button.wide {
  width: 100%;
}

#mc_embed_signup .mc-field-group input.mce_inline_error {
  border-color: #E24141;
}

#mc_embed_signup [type=email] {
  border-color: #2D7FC1;
}

#mc_embed_signup {
  max-width: 300px;
  margin: 1rem auto;
}

#mc_embed_signup #mc-embedded-subscribe.button {
  width: 100%;
}

#mc_embed_signup .mc-field-group div.mce_inline_error {
  background-color: transparent;
  padding: 0;
  color: #E24141;
  font-size: 14px;
  font-weight: normal;
}

.fieldset {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

label, select, option {
  color: #30323A;
  font-weight: 300;
}

textarea {
  height: 6rem;
}

.contact-form {
  max-width: 450px;
  margin: 0 auto;
}

.recaptcha {
  margin: 2rem 0;
}

.caption-form {
  width: 100%;
}

.caption-form label {
  color: #FCFDFF;
}

.caption-form input, .caption-form input:focus {
  margin: 0.5rem 0 2rem 0;
  background: transparent;
  border: 1px solid #FCFDFF;
  color: #FCFDFF;
}

.caption-form input::placeholder {
  color: #FCFDFF;
  font-size: 14px;
}

.profile-form .help-text {
  font-style: normal;
  margin-bottom: 2rem;
  margin-top: -1.5rem;
  color: #30323A;
}

.profile-form .help-text.mb-1 {
  margin-bottom: 1rem;
}

.caption-form .help-text {
  color: #FCFDFF;
}

.profile-form .input-group {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.profile-form .input-group>:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 0;
}

.profile-form .input-group>:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-width: 0.5px;
  border-color: #7B7B7B;
}

.caption-form .input-group>:last-child {
  border-color: #FCFDFF;
}

.caption-form input[readonly] {
  background: transparent;
}

.profile-form .input-group-label {
  padding: 0 0.5rem;
}

.caption-form .input-group-label {
  background: transparent;
  color: #FCFDFF;
}

.profile-form .input-group-label.readonly {
  background: #D9D9D9;
  color: #233765;
}

.caption-form .input-group-label.readonly {
  background: transparent;
  color: #FCFDFF;
}

.profile-form .input-group input {
  margin: 0;
}

.readonly {
  cursor: not-allowed;
}

.caption-form input[type=number] {
  max-width: 4rem;
}

.status {
  border: 1px solid #FCFDFF;
  display: inline-block;
  padding: 0.5rem 0.7rem;
  border-radius: 8px;
}

.status i.current {
  color: #4AEA6d;
}

.status i.pending {
  color: #FCC755;
}

.status i.renewal {
  color: #FF0000;
}

.button-row {
  text-wrap: nowrap;
  gap: 1rem;
}

.tournament-detail {
  background: white;
  padding: 1rem 0;
}

.tournament-attendee {
  border-bottom: 1px solid #D9D9D9;
}

.emergency-contact {
  display: inline-block;
  vertical-align: top;
}

.progress-indicator {
  color: #8E8E8E;
}

.progress-dots i {
  margin-right: 0.25rem;
  color: #D9D9D9;
}

.progress-dots i.active {
  color: #1B91FF;
}

.input_height {
  width: 4rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.input_weight {
  width: 5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.input_initial {
  width: 3rem;
  margin-bottom: 0;
}

.form-error-margin {
  margin-top: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.input-narrow {
  width: 6rem;
}

.return-to-top {
  display: block;
  margin-top: calc(100vh - 360px);
}



table.schedule thead, table.schedule tbody {
  background: transparent;
  color: white;
  border-color: #1B91FF;
  border-width: 1px 0 1px 0;
}

.schedule .p3 th {
  font-weight: 350;
}

table.schedule tbody tr {
  background: transparent;
  border-color: #1B91FF;
  vertical-align: top;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.schedule td {
  padding-top: 0;
  padding-bottom: 0;
}

.schedule .p2 span {
  display: inline-block;
  margin-top: 1rem;
}

.schedule .h4 {
  font-weight: 700;
}

.schedule p:last-of-type, .frame p:last-of-type {
  margin-bottom: 0;
}

table.levels {
  max-width: 275px;
  margin: 0 auto;
}

table.levels tbody, table.levels tbody tr {
  background: transparent;
}

.header {
  border-bottom: 1px solid #2D7FC1;
  padding-bottom: 1rem;
}

.user {
  padding: 1rem 0;
}


#course_modal {
  max-width: 430px;
  background: #233765;
  color: white;
  border: 0;
  border-radius: 5px;
}

#course_modal a:not(.button), .schedule a {
  color: white;
  text-decoration: underline;
}

#acknowledge_modal {
  max-width: 400px;
}
/* cmsms stylesheet: foundation_queries modified: Monday, June 16, 2025 10:37:41 AM */

/* Small only */
@media screen and (max-width: 39.9375em) {

  .dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
  }

  .small-no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .small-pad {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .gallery img {
    max-height: 225px;
    max-height: 50vw;
    width: auto;
  }

  .content .float-left, .content .float-right {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }

  .grid-container.mobile-pad {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  #rc-imageselect{
    max-width: 100%;
  }

  .recaptcha {
    max-width: calc(100vw - 3rem);
    overflow: hidden;
  }

  .g-recaptcha div {
    max-width: 100%;
  }

  .g-recaptcha>div {
    transform: scale(0.77);
    transform-origin: 0 0;
  }

  .caption-form {
    margin-top: 2rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .footer-contact {
    padding-top: 2rem;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .menu.medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  body {
    font-size: 20px;
  }

  h1, .h1 {
    font-size: 48px;
  }

  h2, .h2 {
    font-size: 40px;
  }

  h3, .h3 {
    font-size: 32px;
  }

  h4, .h4 {
    font-size: 24px;
  }

  .p2 {
    font-size: 16px;
  }

  .p3 {
    font-size: 14px;
  }

  .button.big {
    font-size: 20px;
  }

  .pad {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pad-bottom {
    padding-bottom: 120px;
  }

  .pad-less {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .medium-pad-sides, .content .grid-margin-x>.cell.medium-pad-sides {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .content figure.float-left, .content figure.float-right {
     max-width: 470px;
  }

  .content .float-left {
    margin-right: 4rem;
    margin-bottom: 2rem;
  }

  .content .float-right {
    margin-left: 2rem;
    margin-bottom: 2rem;
  }

  .medium-mb-0, .content .medium-mb-0 {
    margin-bottom: 0;
  }

  .medium-mb-1, .content .medium-mb-1 {
    margin-bottom: 1rem;
  }

  .medium-mb-2, .content .medium-mb-2 {
    margin-bottom: 2rem;
  }

  .medium-mb-3, .content .medium-mb-3 {
    margin-bottom: 3rem;
  }

  .medium-mb-4, .content .medium-mb-4 {
    margin-bottom: 4rem;
  }

  .hero, #home-carousel .slide {
    height: 500px;
  }

  .hero.gradient {
    height: auto;
    min-height: 450px;
  }

  .hero.gradient .caption {
    position: relative;
    min-height: 450px;
  }

  .hero.gradient .caption-inner {
    margin-bottom: 50px;
  }

  .medium.split.split-blue2 {
    background: linear-gradient(to right, #F5F8FF 0%, #F5F8FF 50%, #2D7FC1 50%, #2D7FC1 100%);
  }

  .gallery {
    padding-bottom: 4rem;
  }

  .membership-blocks .block {
    margin: 1.5rem 0;
    padding: 0.5rem;
  }

  .partners-slider-x {
    max-width: calc(100vw - 8rem);
    margin: 40px auto 0 auto;
  }

  .policy-blocks .block.first {
    padding-left: 0;
  }

  .policy-blocks .block.last {
    padding-right: 0;
  }

  .director {
    width: 200px;
    margin: 0 1rem;
  }

  .accordion-item {
    display: inline-block;
    width: 100%;
    margin: 0 1rem 1rem 1rem;
  }

  .newsletter-row .year {
    font-size: 32px;
    width: 33%;
    margin: 0;
  }

  .newsletter-row .newsletter {
    width: 16.75%;
    margin: 0;
  }

  .products {
    columns: 2;
  }

  .payment>div {
    margin: 0 1rem;
  }

  .letter img {
    margin-bottom: 0;
    margin-right: 1rem;
  }

  .partner {
    padding: 2rem;
    max-width: 350px;
  }

  .forum-poster {
    width: 25%;
    gap: 1rem;
  }

  .forum-message {
    width: 60%;
  }

  .forum-edit {
    width: 15%;
  }

  .flex-container .level-block {
    width: 340px;
    min-width: 340px;
    max-width: 340px;
  }

  #footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #footer .logo {
    margin: 0;
  }

  #footer .logo img {
    max-width: 100%;
  }

  #footer .menu {
    margin: 0;
  }

  .footer-contact {
    padding-left: 2rem;
    padding-right: 1rem;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {

  table.schedule thead, table.schedule tbody {
    border-width: 0 0 1px 0;
  }

  .schedule td {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* X-Large and up */
@media screen and (min-width: 75em) {

  #topnav .dropdown.menu>li>a {
    margin: 0 3px;
  }

}
