:root {
  --font-source-serif: "__SourceSerif_3c522a", serif;
  --post-caption-font: "Ringside Narrow", sans-serif;
  --post-caption-color: #737373;
  --font-et-text: "__ETText_60823e";
}

@font-face {
  font-family: "__ETText_60823e";
  src: url("https://www.theepochtimes.com/_next/static/media/6bb7340ca2af5689-s.p.woff2")
    format("woff2");
}

@font-face {
  font-family: "__SourceSerif_3c522a";
  src: url("https://www.theepochtimes.com/_next/static/media/9abce57f69036a9f-s.p.woff2")
    format("woff2");
}

h1 {
  font-family: var(--font-source-serif), Georgia, Times New Roman, Times, serif;
  line-height: 54px;
  font-weight: 700;
  font-size: 45px;
  font-variation-settings: "wght" 650, "opsz" 40;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  max-width: 80rem;
  margin: 0 auto;
}

.form-logo {
  width:18rem;
  margin: 1rem auto 0;
  max-width:200px;
}
.form-logo img {width:100%;height:auto;}

.rw-container {
  text-align: center;
  padding: 2rem;
  font-family: "Ringside Narrow", sans-serif;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
.rw-container .head {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.rw-container .subhead {
  font-size: 1.7rem;
  margin: 1rem auto 2rem;
  max-width: 800px;
  line-height: 1.2;
}
.modal__container {
  position: relative;
  margin: 0 auto;
}
.explainer {
  font-family: "Ringside Narrow";
  font-size: 12px;
  font-weight: 300;
  color: #333;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.explainer a {
  color: #333;
}

@font-face {
  font-family: "Ringside Narrow";
  font-display: swap;
  font-style: normal;
  font-weight: 100;
  src: url("https://img.theepochtimes.ca/cafonts/RingsideNarrow-Thin.ttf");
}
@font-face {
  font-family: "Ringside Narrow";
  font-display: swap;
  font-style: normal;
  font-weight: 200;
  src: url("https://img.theepochtimes.ca/cafonts/RingsideNarrow-Book.ttf");
}
@font-face {
  font-family: "Ringside Narrow";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://img.theepochtimes.ca/cafonts/RingsideNarrow-Light.otf");
}
@font-face {
  font-family: "Ringside Narrow";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("https://img.theepochtimes.ca/cafonts/RingsideNarrow-Medium.ttf");
}
@font-face {
  font-family: "Ringside Narrow";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("https://img.theepochtimes.ca/cafonts/RingsideNarrow-Semibold.ttf");
}
@font-face {
  font-family: "Ringside Narrow";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("https://img.theepochtimes.ca/cafonts/RingsideNarrow-Bold.ttf");
}
@font-face {
  font-family: "Ringside Narrow";
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src: url("https://img.theepochtimes.ca/cafonts/RingsideNarrow-Black.otf");
}
body {
  margin: 0;
  overflow: scroll !important;
}
body * {
  box-sizing: border-box;
}
header {
  font-family: "Ringside Narrow", sans-serif;
  text-align: center;
  /*  	box-shadow:0 0 5px #aaa;*/
  padding: 1rem 6rem 1rem;
  height: 6rem;
  font-size: 0.9rem;
}

header a {
  text-decoration: none;
  color: #000;
}
.btn {
  height: 2.3rem;
  background: #2c81e5;
  color: #fff;
  line-height: 2.3rem;
  padding: 0 1.2rem;
  border-radius: 5px;
  cursor: pointer;
}
.right-header {
  float: right;
}
.left-header {
  float: left;
}
.left-header > * {
  display: inline-block;
  vertical-align: middle;
}
.right-menu {
  float: right;
}
.icon-r {
  display: block;
  width: 6rem;
  min-height: 5rem;
  margin: 0 auto 1rem;
}
.icon-r img {
  width: 100%;
  height: auto;
}
/*  .logo {display:block;width:17rem;margin:0 auto 1rem;}*/
.branding > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
/*  .logo img {width:100%;height:auto;}*/

@media only screen and (max-width: 600px) {
  .form-logo {
    width: 100%;
  }
  .modal__container {
    width: 100% !important;
  }
  .bottom-template-container {
    display: none;
  }
  header {
    padding: 5vw;
  }
  nav {
    display: none;
  }
  h1 {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .reg-page[version="A"] .head {
    font-size: 28px !important;
  }

  .reg-page[version="A"] .subhead {
    font-size: 26px !important;
    max-width: 800px;
  }
  .header .logo2 {
    width: 200px !important;
  }

  .first-line {
    font-size: 24px !important;
    line-height: 1.2 !important;
    color: #3f3f3f;
  }
  .second-line {
    font-size: 24px !important;
  }

  .mobile-only {
    display: block;
  }

  .sub-info {
    font-size: 26px !important;
  }
}

.mobile-only {
  display: none;
}

.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.header img {
  width: 100%;
  height: auto;
}
.header {
  height: 50px;
  background-color: white;

  padding: 0;
  z-index: 100;
  position: relative;
}

.space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  box-sizing: border-box;
  height: calc(var(--vh, 1vh) * 100);
}
.form-container {
  margin-top: 20px;
  box-sizing: border-box;
  height: fit-content;
}

.reg-page[version="A"] .head {
  font-size: 36px;
}

.reg-page[version="A"] .subhead {
  font-size: 32px;
  max-width: 800px;
}

.header .logo2 {
  width: 410px;
  margin-top: 28px;
}

.sub-info {
  font-weight: 200;
  font-size: 30px;
}

.second-line {
  line-height: 1.2;
  font-size: 26px;
  margin-top: 24px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.first-line {
  font-size: 28px;
  padding-top: 8px;
}

#modal-OVERLAPABLE .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000001;
}
.modal__header {
  height: 0;
  padding: 0;
}

#modal_content p {
  margin-top: 0;
  margin-bottom: 0;
}

.progress-bar {
  display: flex;
  background-color: #dcdcda;

  margin: auto;
  text-align: center;
  font-family: "Ringside Narrow";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #535456;
  max-width: 720px;
  gap: 12px;
  margin-bottom: 40px;

  /* evenly divide space */
  justify-content: space-evenly;
}

.steps.active {
  background-color: #b1cf47;
  color: white;
}

.steps {
  flex: 1 1 0%;
  display: flex;
  justify-content: center;
  align-items: center; /* ✅ vertically center content */
  text-align: center;
  padding: 10px 5px;
}

.steps.active::before {
  content: "✔";
  margin-right: 6px;
  font-weight: bold;
  font-size: 14px; /* match main font size */
  line-height: 1; /* normalize */
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  .progress-bar {
    font-size: 13px !important;
  }
}