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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* =============================================================================
   HTML5 Display Definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   WordPress Compatibility Classes
   ========================================================================== */
.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
body {
  color: #242424;
  font-family: "Source Sans Pro", helvetica, arial, sans-serif;
  font-size: 16px;
  background: #ecf0f1;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  color: #09f;
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: "Source Sans Pro", helvetica, arial, sans-serif;
  font-weight: normal;
}

h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

h1 {
  font-size: 36px;
  line-height: 36px;
}

h2 {
  font-size: 28px;
  line-height: 28px;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-size: 21px;
  line-height: 21px;
}

h4 {
  font-size: 16px;
  line-height: 16px;
}

p {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}

p + ol,
p + ul {
  padding-bottom: 0;
}

/* =============================================================================
   Helpers & Layout Utilities
   ========================================================================== */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.vct,
.vctr,
.vctd {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.vctr {
  display: table-row;
}

.vctd {
  display: table-cell;
}

html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -91px;
  padding-bottom: 50px;
}

.push {
  height: 61px;
}

.add-some-pad {
  padding-bottom: 40px;
}

/* =============================================================================
   Buttons & CTAs
   ========================================================================== */
.cta-action,
.cta-cart,
.cta-light,
.cta-add-class {
  color: #ecf0f1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #1c3a5e;
  padding: 8px 20px;
  text-decoration: none;
}

.cta-action:hover,
.cta-cart:hover,
.cta-light:hover,
.cta-add-class:hover {
  text-decoration: none;
}

.cta-action:hover,
.cta-add-class:hover {
  background: #122130;
  color: #ecf0f1;
}

.cta-light {
  background: none;
  border: 3px solid #ecf0f1;
}

.cta-light:hover {
  border: 3px solid #3e8cd9;
}

a.cta-cart {
  color: #fff;
  white-space: nowrap;
}

/* =============================================================================
   Inputs & Submit Buttons
   ========================================================================== */
input[type=submit] {
  color: #fff;
  outline: none;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 21px;
  padding: 8px 20px;
  margin: 10px 10px;
}

input[type=text],
input[type=email],
input[type=password] {
  height: 34px;
  font-size: 20px;
}

input.button,
.woocommerce .place-order input.button {
  background: #3e8cd9;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  font-size: 24px;
  padding: 10px 20px;
}

input.button.alt {
  background-color: #1c3a5e;
}

input.button:hover,
.woocommerce .place-order input.button:hover {
  background: #2069b1;
}

input.button.alt:hover {
  background: #122130;
}

button[type=submit] {
  color: #fff;
  background: #3e8cd9;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: 400;
  font-family: "Source Sans Pro", helvetica, arial, sans-serif;
  font-size: 28px;
  border: 0;
}

button[type=submit]:hover {
  background: #2069b1;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #fff;
  color: #1c3a5e;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  z-index: 9999;
  text-decoration: none;
  border-bottom-right-radius: 4px;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid #3e8cd9;
  outline-offset: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  background: #1c3a5e;
  width: 100%;
  position: relative;
  z-index: 100;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 15px;
}

.site-header__logo {
  flex-shrink: 0;
}
.site-header__logo a {
  display: block;
  line-height: 0;
}
.site-header__logo a:focus {
  outline: 3px solid #3e8cd9;
  outline-offset: 3px;
  border-radius: 2px;
}
.site-header__logo img {
  display: block;
}

.site-header__nav .nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.site-header__nav .nav-list > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  text-shadow: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.site-header__nav .nav-list > li > a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.site-header__nav .nav-list > li > a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.site-header__nav .nav-list > li > a:focus-visible {
  outline: 3px solid #3e8cd9;
  outline-offset: 4px;
  border-radius: 2px;
  border-bottom-color: transparent;
}

.site-header__menu-toggle {
  display: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 9px 10px;
  cursor: pointer;
  flex-shrink: 0;
}
.site-header__menu-toggle:focus-visible {
  outline: 3px solid #3e8cd9;
  outline-offset: 2px;
}
.site-header__menu-toggle[aria-expanded=true] {
  border-color: #fff;
}
.site-header__menu-toggle[aria-expanded=true] .hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__menu-toggle[aria-expanded=true] .hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header__menu-toggle[aria-expanded=true] .hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hamburger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: transform 0.25s ease, opacity 0.2s ease;
  border-radius: 2px;
}
.hamburger-bar:first-child {
  margin-top: 0;
}
.hamburger-bar:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .site-header__inner {
    height: 60px;
    padding: 0 15px;
  }
  .site-header__menu-toggle {
    display: block;
  }
  .site-header__nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #1c3a5e;
    z-index: 99;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .site-header__nav.is-open {
    max-height: 400px;
  }
  .site-header__nav .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 15px 16px;
  }
  .site-header__nav .nav-list > li > a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
  }
  .site-header__nav .nav-list > li:last-child > a {
    border-bottom: none;
  }
}
#error p {
  text-align: center;
}

#error .brainyquote {
  font-size: 1.8em;
  line-height: 1.4em;
}

.hero {
  background: url("../img/bg.jpg") repeat;
  color: #ecf0f1;
  padding: 60px 20px;
}

.hero__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.hero__headline h1 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}
.hero__headline p {
  font-size: 22px;
  line-height: 1.4;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
}

.hero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.hero__cta h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.hero__cta p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  padding-bottom: 0;
  margin: 0;
}

.hero__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero__btn {
  display: inline-block;
  background: #3e8cd9;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.hero__btn:hover, .hero__btn:focus {
  background: #5bb5f0;
  color: #fff;
  text-decoration: none;
}
.hero__btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.hero__help a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hero__help a:hover, .hero__help a:focus {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hero__inner {
    padding: 40px 24px;
    gap: 30px;
  }
  .hero__headline h1 {
    font-size: 34px;
  }
  .hero__headline p {
    font-size: 18px;
  }
  .hero__cta h2 {
    font-size: 17px;
  }
}
.page-hero {
  background: url("../img/bg.jpg") repeat;
  color: #ecf0f1;
  padding: 40px 20px;
}

.page-hero__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 50px 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.page-hero__heading {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.page-hero__subheading {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  padding-bottom: 0;
  margin: 0;
}

.page-hero__description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 0;
  margin: 0;
}

.page-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.page-hero__btn {
  display: inline-block;
  background: #3e8cd9;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.page-hero__btn:hover, .page-hero__btn:focus {
  background: #5bb5f0;
  color: #fff;
  text-decoration: none;
}
.page-hero__btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.flex-content {
  padding: 50px 0;
}

.flex-section {
  margin-bottom: 40px;
}
.flex-section:last-child {
  margin-bottom: 0;
}

.flex-section--wysiwyg h2 {
  margin-bottom: 16px;
}
.flex-section--wysiwyg h3 {
  margin-bottom: 12px;
}
.flex-section--wysiwyg p {
  margin-bottom: 20px;
}
.flex-section--wysiwyg ul, .flex-section--wysiwyg ol {
  margin: 0 0 20px 24px;
}
.flex-section--wysiwyg ul li, .flex-section--wysiwyg ol li {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 4px;
}
.flex-section--wysiwyg a {
  color: #3e8cd9;
  text-decoration: underline;
}
.flex-section--wysiwyg a:hover {
  color: #2069b1;
}

.flex-section--steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.step-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.step-row__number {
  flex-shrink: 0;
}

.step-row__content {
  flex: 1;
}

.flex-section--contact {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.contact-form {
  flex: 1 1 60%;
  min-width: 0;
}

.contact-info {
  flex: 0 0 280px;
  font-size: 16px;
  line-height: 1.5;
}
.contact-info p:not(.contact-info__address) {
  margin-bottom: 6px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
.contact-info a {
  color: #3e8cd9;
  text-decoration: none;
}
.contact-info a:hover {
  color: #2069b1;
  text-decoration: underline;
}

.contact-col-heading {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #1c3a5e;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1c3a5e;
}

.contact-info__name {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 8px !important;
}

.contact-info__address {
  margin-top: 10px !important;
  padding: 12px 14px 18px;
  background: rgba(28, 58, 94, 0.06);
  border-left: 3px solid #1c3a5e;
  border-radius: 0 3px 3px 0;
  font-style: italic;
  line-height: 1.6;
}

.contact-info__map {
  margin-top: 16px;
}
.contact-info__map iframe {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .page-hero__inner {
    padding: 36px 24px;
    align-items: center;
  }
  .page-hero__heading {
    font-size: 30px;
  }
  .page-hero__subheading {
    font-size: 17px;
  }
  .flex-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-section--contact {
    flex-direction: column;
    gap: 16px;
  }
  .contact-info {
    flex: none;
    width: 100%;
    order: -1;
  }
  .contact-form {
    width: 100%;
  }
}
/* =============================================================================
   Product Pages
   ========================================================================== */
#header.product {
  padding-bottom: 120px;
}

.product_title {
  color: #fff;
  font-size: 42px;
  margin-bottom: 15px;
  margin-top: -110px;
}

.price {
  color: #fff;
  background: #1c3a5e;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  float: left;
  position: relative;
  top: 11px;
  left: 15px;
}

form.cart {
  float: left;
}

.prod-head,
.shop-title {
  font-size: 56px;
  line-height: 56px;
  font-weight: 600;
  color: #1c3a5e;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 25px;
}

.about-the-product ul,
.about-the-product ol {
  font-size: 18px;
  line-height: 24px;
}

.about-the-product li {
  padding-bottom: 4px;
  color: #666;
}

.about-the-product p + ul,
.about-the-product p + ol {
  margin-top: 0;
}

.products {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-products li {
  border-left: 3px solid;
  margin-bottom: 10px;
  background: #fff;
  padding: 4px 10px 11px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.related-products li a:hover {
  text-decoration: none;
}

.related-products li h3 {
  padding-bottom: 7px;
}

.related-products .price {
  position: static;
  margin-right: 10px;
  float: none;
  display: inline;
}

.already-member {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}

/* =============================================================================
   Main Shop Styles
   ========================================================================== */
.related-products {
  margin-top: 45px;
}

h3.prod-head {
  font-size: 2.4em;
}

.class-price {
  font-size: 1.2em;
}

.woocommerce .addresses .address .title .edit {
  float: none;
}

/* =============================================================================
   Cart
   ========================================================================== */
.shop_table.cart.table {
  margin-bottom: 0px;
}

input[name=coupon_code] {
  height: 34px;
  width: 236px;
  font-size: 20px;
}

input[name=update_cart] {
  margin-left: 0px;
}

.cart.table td.actions {
  padding-top: 40px;
  padding-left: 20px;
}

.cart-collaterals {
  background-color: #fff;
  padding: 0px 10px;
  margin-top: -20px;
}

.cart-collaterals h2 {
  padding: 10px 0px;
  margin-bottom: 10px;
}

.cart-subtotal {
  font-size: 20px;
  text-align: left;
}

.total {
  font-size: 20px;
  text-align: left;
}

/* =============================================================================
   Checkout
   ========================================================================== */
.checkout {
  background-color: #fff;
  padding: 20px;
}

.woocommerce .checkout .col2-set .col-1 {
  width: 66%;
}

.woocommerce form.checkout .form-row {
  padding: 20px 0px;
}

#billing_address_2_field {
  padding-top: 0px;
}

#order_review .shop_table {
  width: 66%;
  margin-top: 20px;
}

#payment {
  width: 66%;
}

.woocommerce #payment ul.payment_methods {
  padding: 0em;
}

.woocommerce #payment div.payment_box {
  width: 100%;
}

.woocommerce form .form-row label {
  font-size: 24px;
  padding-bottom: 10px;
}

.woocommerce .checkout table.shop_table th,
.woocommerce .checkout table.shop_table td {
  padding: 20px 10px;
}

.payment_methods label {
  display: inline;
}

.customer_details {
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.customer_details dt {
  float: left;
  padding-right: 20px;
  width: 80px;
}

.addresses {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* =============================================================================
   Contact
   ========================================================================== */
#contact h2 {
  margin-bottom: 20px;
}

.contact-details h3 {
  margin: 0 0 10px 0;
  line-height: 1.4em;
}

.contact-details iframe {
  margin-top: 20px;
}

/* =============================================================================
   Footer
   ========================================================================== */
#footer {
  background: #1c3a5e;
  color: #ecf0f1;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
}

#sub-nav {
  padding: 24px 20px;
  text-align: center;
}
#sub-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 4px;
}
#sub-nav li {
  display: flex;
  align-items: center;
}
#sub-nav li:not(:last-child)::after {
  content: "|";
  color: rgba(255, 255, 255, 0.3);
  margin-left: 4px;
  pointer-events: none;
}
#sub-nav a {
  color: #ecf0f1;
  text-decoration: none;
  padding: 6px 8px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
  text-shadow: none;
}
#sub-nav a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
#sub-nav a:focus {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  outline: none;
}
#sub-nav a:focus-visible {
  outline: 3px solid #3e8cd9;
  outline-offset: 2px;
  border-radius: 2px;
  border-bottom-color: transparent;
}

@media screen and (max-width: 767px) {
  #footer {
    font-size: 16px;
  }
  #sub-nav {
    padding: 20px 15px;
  }
  #sub-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #sub-nav li {
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #sub-nav li:last-child {
    border-bottom: none;
  }
  #sub-nav li:not(:last-child)::after {
    display: none;
  }
  #sub-nav a {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: none;
    text-align: center;
  }
}
.cv-archive {
  padding: 50px 0;
}

.cv-archive__empty {
  text-align: center;
  color: #777;
  padding: 40px 0;
}

.cv-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.cv-card__image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cv-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cv-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #1c3a5e;
  line-height: 1.3;
  margin: 0 0 10px;
}

.cv-card__description {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  padding-bottom: 0;
  margin-bottom: 16px;
  flex: 1;
}

.cv-card__btn {
  display: inline-block;
  align-self: flex-start;
  background: #3e8cd9;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.cv-card__btn:hover, .cv-card__btn:focus {
  background: #5bb5f0;
  color: #fff;
  text-decoration: none;
}
.cv-card__btn:focus-visible {
  outline: 3px solid #1c3a5e;
  outline-offset: 2px;
}

.cv-password-gate {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.cv-password-gate__inner {
  max-width: 480px;
  width: 100%;
  background: #fff;
  border: 1px solid #dde3ec;
  border-radius: 6px;
  padding: 40px;
  text-align: center;
}

.cv-password-gate__message {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.cv-password-form__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1c3a5e;
  margin-bottom: 8px;
  text-align: left;
}
.cv-password-form__row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.cv-password-form__input {
  flex: 1;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  border: 1px solid #b0bec5;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s ease;
  min-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cv-password-form__input[type] {
  height: 44px;
  padding: 0 14px;
  font-size: 16px;
  line-height: 44px;
  box-shadow: none;
  margin-bottom: 0;
}
.cv-password-form__input:focus {
  border-color: #1c3a5e;
}
.cv-password-form__submit {
  height: 44px;
  background: #1c3a5e;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
  font-weight: 600;
  padding: 0 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.cv-password-form__submit:hover {
  background: #2a5285;
}
.cv-password-form__submit:focus-visible {
  outline: 3px solid #3e8cd9;
  outline-offset: 2px;
}

.cv-single {
  padding: 50px 0;
}

.cv-single__video {
  margin-bottom: 40px;
}

.cv-single__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
}
.cv-single__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cv-single__description {
  margin-bottom: 40px;
}
.cv-single__description h2 {
  margin-bottom: 16px;
}
.cv-single__description h3 {
  margin-bottom: 12px;
}
.cv-single__description p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cv-single__description ul, .cv-single__description ol {
  margin: 0 0 20px 24px;
}
.cv-single__description ul li, .cv-single__description ol li {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 4px;
}
.cv-single__description a {
  color: #3e8cd9;
  text-decoration: underline;
}
.cv-single__description a:hover {
  color: #2069b1;
}

.cv-back-btn {
  display: inline-block;
  color: #1c3a5e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
}
.cv-back-btn:hover, .cv-back-btn:focus {
  border-bottom-color: #1c3a5e;
  text-decoration: none;
  color: #1c3a5e;
}

@media screen and (max-width: 767px) {
  .cv-archive {
    padding: 30px 15px;
  }
  .cv-card__image img {
    height: 180px;
  }
  .cv-password-gate {
    padding: 40px 15px;
  }
  .cv-password-gate__inner {
    padding: 30px 20px;
  }
  .cv-password-form__row {
    flex-direction: column;
  }
  .cv-password-form__submit {
    width: 100%;
  }
  .cv-single {
    padding: 30px 15px;
  }
}
/* =============================================================================
   Section Titles
   ========================================================================== */
.section-title {
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1c3a5e;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 25px;
}

/* =============================================================================
   Class Cards
   ========================================================================== */
.class-row {
  display: flex;
  margin: 0 -15px;
}

.class {
  margin: 0 15px;
  width: calc(33.3333% - 30px);
  background: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.class h2 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}

.class h2 a {
  color: #ecf0f1;
}

.class .class-info {
  padding: 10px;
}

.class h3 {
  padding-bottom: 10px;
}

.class-start-end {
  font-size: 16px;
  line-height: 16px;
}

.class .class-meta {
  background: #3ec370;
  color: #ecf0f1;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.class .class-desc {
  padding: 10px;
}

.class-action {
  margin-top: auto;
  background: #3ec370;
  color: #ecf0f1;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.class-action a:visited {
  color: #fff;
}

.class-action span {
  position: relative;
  top: 7px;
}

.class-action a {
  background: #1c3a5e;
  color: #fff;
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
}

.class-action a + a {
  margin-top: 10px;
}

.class-action a:hover {
  background: #122130;
  text-decoration: none;
}

.class-desc p {
  font-size: 16px;
  line-height: 21px;
}

.classes {
  padding: 0 15px;
}

.featured-classes {
  padding: 0 15px;
}

/* =============================================================================
   How It Works / Steps
   ========================================================================== */
.number {
  display: block;
  text-align: center;
  height: 70px;
  width: 100px;
  margin: 0 auto;
  color: #fff;
  background: #3ec370;
  padding: 30px 15px;
  font-size: 53px;
  border-bottom: 5px solid #4a8f65;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.step-title {
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1c3a5e;
  margin-bottom: 10px;
  margin-top: 25px;
}

.page-intro {
  margin: 30px 0;
  padding: 15px;
  background: #fff;
  border-bottom: 5px solid #4a8f65;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.page-intro .section-title {
  margin: 0 0 20px;
}

.page-intro .arrow-down {
  margin: 0 auto;
  position: relative;
  margin-top: -40px;
  top: 57px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #4a8f65;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.step p + ul,
.step p + ol {
  margin-top: 0;
  font-size: 18px;
  line-height: 18px;
  margin-left: 30px;
  margin-bottom: 20px;
}

.step li {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 7px;
}

.help-link a {
  display: block;
  max-width: 390px;
  text-align: center;
  color: #fff;
  margin: 15px auto 0;
  font-size: 15px;
}

.help-link a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* =============================================================================
   Class Single
   ========================================================================== */
.class-single .meta {
  background: #f6f6f6;
  padding: 15px;
  border: 1px solid #ddd;
  margin: 0 0 15px;
  border-radius: 4px;
}

.class-single .cta-add-class {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  display: block;
  float: none;
  margin-top: 30px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}

.class-single h2.section-title {
  text-align: left;
  margin: 30px 0 30px;
}

.class-single h3.class-prof {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 10px;
  padding: 0;
}

/* =============================================================================
   Benefits
   ========================================================================== */
.benefits .inquiry {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
}

.benefits ul {
  margin: 0 0 20px 30px;
}

.benefits li {
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 4px;
}

/* =============================================================================
   Responsive
   ========================================================================== */
@media screen and (max-width: 991px) {
  .button-group {
    width: 100%;
  }
  .number {
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 60px;
    font-size: 32px;
    position: relative;
    top: 30px;
  }
  .step-title {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 979px) {
  .class h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .class-row {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .class {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .sponsors {
    text-align: center;
  }
  h2.section-title {
    font-size: 32px;
    line-height: 32px;
    margin: 30px 0 15px;
  }
  .content {
    padding: 0 15px;
  }
  .number {
    margin: 0 0 50px;
  }
  .contact-form form {
    width: 100%;
    border-right: 0;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .contact-form input[type=submit] {
    margin: 0;
  }
  .messaging {
    padding: 120px 2% 30px;
    width: 96%;
  }
  .messaging hgroup h1 {
    font-size: 36px;
    line-height: 34px;
  }
}
/*# sourceMappingURL=main.css.map */
