@charset "UTF-8";
:root {
  --primary-font: "Roboto", sans-serif;
  --header-font: "Lora", serif;
  /*
   --primary-font: "Calibri", 'Roboto', sans-serif;
      --header-font:  "Calibri", 'Lora', serif;

      --primary-font: 'DM Sans', sans-serif;
      --header-font:  'Bodoni Moda', serif;

      --primary-font: 'Josefin Sans', sans-serif;
      --header-font:  'Playfair Display', serif;

      --primary-font: 'Roboto', sans-serif;
      --header-font:  'Josefin Sans', sans-serif;
      --header-font:  'Montserrat', sans-serif;
      --header-font:  'Prata', serif;

      --primary-font: 'Roboto', sans-serif;
      --header-font:  'Lora', serif;*/
}

html {
  font-family: var(--primary-font);
}

.header-font {
  font-family: var(--header-font);
}

.text-stripe {
  color: #5469d4 !important;
}

.header-center {
  font-family: var(--header-font);
  text-align: center;
  color: #eeeeee;
}

.header-font-primary {
  padding: 1.5rem 1.5rem 1rem;
  font-size: 1.7rem;
  font-weight: 400;
  text-shadow: 2px 2px 11px rgba(255, 255, 255, 0.37);
}
@media (min-width: 768px) {
  .header-font-primary {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (min-width: 992px) {
  .header-font-primary {
    font-size: 1.5rem;
    line-height: 4rem;
    color: green;
  }
}

.header-font-secondary {
  padding: 0rem 1.5rem 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .header-font-secondary {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
@media (min-width: 992px) {
  .header-font-secondary {
    font-size: 2rem;
    line-height: 3rem;
  }
}

#header-section {
  height: 100%;
  width: 100%;
  background: rgba(30, 79, 35, 0.79);
  z-index: 10;
  padding: 0;
  margin: 0;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#video-background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Brand blue as body-copy links uses the darker step; #21A9FF on white is
   well under the contrast threshold for text. */
a {
  color: var(--color-blue-active);
}

a:hover,
a:focus {
  color: var(--color-blue-500);
}

.body-web {
  overflow-y: scroll;
  height: 100%;
  font-family: "Calibri", "proxima-nova", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 992px) {
  .body-web {
    margin: 0;
  }
}

.container-wide {
  width: 100%;
  max-width: 1240px;
}

.container-extra-wide {
  width: 100%;
  max-width: 1440px;
}

.body-container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.kiosk-temp {
  height: 3.8rem;
  color: black;
  padding: 1rem 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "";
  float: right;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "";
}

.font-bold {
  font-weight: bold;
}

.text-muted-link {
  color: rgba(0, 125, 237, 0.78);
}

.text-extra-muted {
  color: #a7b1b9 !important;
}

.bg-prime {
  background-color: #f1f6fd;
}

.bg-dimm {
  background-color: #F7F7F7;
}

.bg-rwa-main {
  background-color: var(--color-blue-900);
}

.bg-rwa-main-2 {
  background-color: var(--color-blue-900);
}

.bg-rwa-main-3 {
  background: black;
  background: linear-gradient(158deg, black 0%, var(--color-blue-900) 80%);
}

.bg-rwa-main-4 {
  background: var(--color-blue-900);
  background: linear-gradient(158deg, var(--color-blue-900) 61%, black 88%);
}

.bg-rwa-main-5 {
  background: var(--color-blue-900);
  background: linear-gradient(158deg, var(--color-blue-900) 55%, black 74%);
}

.nav-menu-link {
  display: block;
  padding: 0.7rem 1rem 0.7rem 2.5rem;
  margin: 2px 0;
  border-left: 5px solid transparent;
}
.nav-menu-link:hover {
  background-color: rgba(241, 246, 253, 0.53);
  border-left: 5px solid rgba(81, 107, 203, 0.89);
}
.nav-menu-link.active {
  color: rgba(81, 107, 203, 0.89);
  font-weight: bold;
  border-left: 5px solid rgba(81, 107, 203, 0.89);
  background-color: rgba(241, 246, 253, 0.53);
}
.nav-menu-link.active .fas {
  color: rgba(81, 107, 203, 0.89);
}

.navbar-top-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.1);
}

.nav-top-menu-link {
  font-size: 1rem;
  padding: 0.7rem 1.7rem;
  color: black;
  opacity: 0.55;
}
.nav-top-menu-link:hover {
  opacity: 0.9;
  color: black;
  text-decoration: none;
}
.nav-top-menu-link.active {
  color: rgba(81, 107, 203, 0.89);
  opacity: 1;
  font-weight: bold;
}

.nav-top-menu-item {
  align-self: center !important;
}

/* Hamburger menu*/
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.navi-btns {
  color: white;
  line-height: 1.2rem;
  font-size: 1rem;
  text-align: center;
  border-radius: 0;
  padding: 0.5rem 0.2rem;
}
@media (min-width: 576px) {
  .navi-btns {
    margin-right: 0.5rem;
    font-size: 1.1rem;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .navi-btns {
    margin-right: 0.8rem;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
@media (max-width: 450px) {
  .navi-btns {
    max-width: 80px;
  }
}

a.navi-btns {
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 768px) {
  a.navi-btns {
    line-height: 0.9rem;
    border: 2px solid transparent;
  }
}

@media (min-width: 768px) {
  a:hover.navi-btns,
a.navi-btns.active {
    line-height: 0.9rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  }
}

.home-header {
  height: 120% !important;
  min-height: 700px;
  font-family: var(--header-font);
  font-weight: 500;
  background: rgba(28, 75, 32, 0.87);
}
@media (min-width: 768px) {
  .home-header {
    height: 100% !important;
  }
}

.home-cta-block {
  max-width: 94%;
}
@media (min-width: 768px) {
  .home-cta-block {
    max-width: 80%;
  }
}

.home-cta-block-title {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 3rem;
  text-shadow: 2px 2px 11px rgba(255, 255, 255, 0.17);
}
@media (min-width: 768px) {
  .home-cta-block-title {
    margin-top: 2.5rem;
    font-size: 2.5rem;
    margin-top: 25vh;
  }
}
@media (min-width: 992px) {
  .home-cta-block-title {
    margin-top: 3rem;
    font-size: 3.5rem;
    margin-top: 30vh;
  }
}

.home-cta-block-subtitle {
  font-size: 1rem;
  line-height: 1.6rem;
  padding: 1rem 0.3rem 2rem;
}
@media (min-width: 768px) {
  .home-cta-block-subtitle {
    font-size: 1.3vw;
    line-height: 2rem;
  }
}

.nav-logo {
  margin: 1.2rem 0.5rem;
  width: 160px;
}
@media (min-width: 768px) {
  .nav-logo {
    margin: 1.2rem;
    width: 220px;
  }
}
@media (min-width: 992px) {
  .nav-logo {
    width: 230px;
  }
}

.nav-logo-bigger {
  margin: 1.2rem 0.5rem;
  width: 250px;
}
@media (min-width: 768px) {
  .nav-logo-bigger {
    margin: 1.2rem;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .nav-logo-bigger {
    width: 400px;
  }
}

.menu-icon:hover {
  color: #e7e7e7;
}

.header-video {
  z-index: -100;
  object-fit: cover;
  width: 100%;
  height: 120vh;
  min-height: 500px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .header-video {
    height: 100vh;
  }
}

.home-player-section {
  color: var(--brand-black);
  padding: 2rem 1.1rem;
  background-color: var(--brand-surface-light);
  text-align: center;
}
@media (min-width: 768px) {
  .home-player-section {
    padding: 5rem 1.1rem;
  }
}
.home-player-section .home-player-section-header {
  font-family: var(--header-font);
  font-size: 1.9rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .home-player-section .home-player-section-header {
    padding-bottom: 0.6rem;
    font-size: 2.2rem;
  }
}
.home-player-section .home-player-section-body {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 1rem;
}
@media (min-width: 768px) {
  .home-player-section .home-player-section-body {
    margin: 2rem;
    font-size: 1.3rem;
  }
}

.mission-section {
  color: #FFF;
  padding: 6rem 1.1rem;
  background-color: var(--color-blue-900);
  text-align: center;
}
.mission-section .mission-header {
  font-family: var(--header-font);
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .mission-section .mission-header {
    padding-bottom: 0.6rem;
    font-size: 2.2rem;
  }
}
.mission-section .mission-body {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .mission-section .mission-body {
    font-size: 1.3rem;
  }
}

.home-player-logo {
  height: 120px;
  max-width: 250px;
  background-image: url("/storage/im/logos/morning_wire_logo.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .home-player-logo {
    width: 110px;
    height: 110px;
  }
}

/* Primary action. Blue with black text; white does not carry enough
   contrast on this blue. Use .btn-fic-accent for promotional actions. */
.btn-fic {
  font-family: var(--primary-font);
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.4rem;
  line-height: 2rem;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  margin-bottom: 0.3rem;
  border-radius: 0.3rem;
  color: var(--color-black);
  background-color: var(--color-blue-500);
  border-color: var(--color-blue-500);
  transition: background-color 150ms ease, border-color 150ms ease;
}
@media (min-width: 768px) {
  .btn-fic {
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-weight: bolder;
    padding: 0.9rem 1.6rem;
  }
}

.btn-fic:hover {
  color: var(--color-black);
  background-color: var(--color-blue-hover);
  border-color: var(--color-blue-hover);
}

.btn-fic:active {
  color: var(--color-black);
  background-color: var(--color-blue-active);
  border-color: var(--color-blue-active);
}

.btn-fic:focus {
  color: var(--color-black);
  background-color: var(--color-blue-hover);
  border-color: var(--color-blue-hover);
  box-shadow: 0 0 0 0.2rem rgb(var(--brand-blue-rgb) / 0.35);
}

/* Promotional action. Yellow, used sparingly and never next to another
   yellow button. */
.btn-fic-accent {
  color: var(--color-black);
  background-color: var(--color-yellow-500);
  border-color: var(--color-yellow-500);
}

.btn-fic-accent:hover,
.btn-fic-accent:focus {
  color: var(--color-black);
  background-color: var(--color-yellow-hover);
  border-color: var(--color-yellow-hover);
}

.btn-fic-accent:focus {
  box-shadow: 0 0 0 0.2rem rgb(var(--brand-yellow-rgb) / 0.45);
}

.btn-fic-accent:active {
  color: var(--color-black);
  background-color: var(--color-yellow-active);
  border-color: var(--color-yellow-active);
}

.btn-success,
.btn-success:not(:disabled):not(.disabled):active {
  color: var(--color-black);
  background-color: var(--color-blue-500);
  border-color: var(--color-blue-500);
}

.btn-success:hover,
.btn-success:focus {
  color: var(--color-black);
  background-color: var(--color-blue-hover);
  border-color: var(--color-blue-hover);
}

.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgb(var(--brand-blue-rgb) / 0.5);
}

.btn-ask {
  color: var(--color-black);
  padding: 0.7rem 1.5rem;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  background-color: var(--color-blue-500);
  transition: background-color 150ms ease;
}

.btn-ask:hover,
.btn-ask:focus {
  color: var(--color-black);
  background-color: var(--color-blue-hover);
}

.btn-ask:active {
  color: var(--color-black);
  background-color: var(--color-blue-active);
}

.bg-distressed {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .bg-distressed {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/storage/im/distress2.jpg");
  }
}

.bg-how-we-can-help {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .bg-how-we-can-help {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/storage/im/how_we_can_help.png");
  }
}

.bg-banks {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .bg-banks {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/storage/im/banks.jpg");
  }
}

.we-section-one {
  /*
      @media (min-width: $breakpoints-lg) {
         max-width: 90%;
      }*/
}
@media (min-width: 1200px) {
  .we-section-one {
    padding: 5.5rem 0;
    min-height: 600px;
  }
}

.we-section-two {
  /*
      @media (min-width: $breakpoints-lg) {
         max-width: 90%;
      }*/
}
@media (min-width: 1200px) {
  .we-section-two {
    min-height: 700px;
    padding: 5.5rem 0;
  }
}

.we-block {
  text-align: center;
  padding: 1rem 0.5rem;
}
@media (min-width: 1200px) {
  .we-block {
    padding: 1rem 0.5rem;
    max-width: 90%;
  }
}

.we-header {
  padding: 2rem 1rem;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  font-family: var(--header-font);
}
@media (min-width: 768px) {
  .we-header {
    padding-top: 0;
    font-size: 3rem;
    padding-bottom: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .we-header {
    text-align: left;
    font-size: 3.2rem;
    padding-bottom: 1rem;
  }
}

.we-body {
  font-family: var(--primary-font);
  font-size: 1.2rem;
  line-height: 1.45;
  text-align: left;
  padding: 0 1rem 2.5rem;
}
@media (min-width: 768px) {
  .we-body {
    font-size: 1.3rem;
  }
}

.steps-container {
  font-family: var(--header-font);
  color: #efefef;
  padding: 4.7rem 0.5rem 0;
  background: var(--color-blue-950);
  width: 100%;
}
@media (min-width: 992px) {
  .steps-container {
    padding-top: 5rem;
  }
}

.steps-block-wrapper {
  margin-top: 5vh;
  margin-top: 0vh;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .steps-block-wrapper {
    margin-top: 60vh;
    margin-top: 0vh;
  }
}

.steps-block {
  padding: 0;
  background: var(--color-blue-950);
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .steps-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.steps-primary-header {
  font-family: var(--header-font);
  font-weight: bold;
  text-align: center;
  font-size: 2.9rem;
  line-height: 3.7rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .steps-primary-header {
    font-size: 4.3rem;
    line-height: 1.3;
  }
}
.steps-primary-header .link-decoration {
  padding-bottom: 0.5rem;
  color: var(--brand-yellow);
}
@media (min-width: 768px) {
  .steps-primary-header .link-decoration {
    border-bottom: 3px solid rgba(196, 190, 155, 0.6);
  }
}

.steps-header {
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.3rem;
  font-family: var(--header-font);
}
@media (min-width: 768px) {
  .steps-header {
    line-height: 3.2rem;
    text-align: left;
  }
}

.steps-body {
  font-family: var(--primary-font);
  padding: 2rem 0;
  font-size: 1.1rem;
  line-height: 1.9rem;
  text-align: center;
}
@media (min-width: 768px) {
  .steps-body {
    line-height: 2rem;
    text-align: left;
  }
}

.steps-count {
  font-family: var(--header-font);
  color: var(--brand-yellow);
  font-size: 2.3rem;
  line-height: 3.3rem;
  background: var(--color-blue-950);
  text-align: center;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .steps-count {
    font-weight: 700;
    font-size: 3.2rem;
    padding-bottom: 0;
  }
}

.steps-last {
  margin-bottom: 7rem;
}

@media (min-width: 768px) {
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
  }
}

@media (min-width: 768px) {
  .sticky-steps {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 23vh;
  }
}

.play_button_wrapper {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .play_button_wrapper {
    padding: 0;
    position: relative;
    top: 18rem;
  }
}

.play_button_link {
  background-color: var(--color-blue-900);
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 5px 20px 7px rgba(8, 84, 27, 0.42);
}

.play_button_link_icon {
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
  -moz-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  -o-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
}

.animate_cirle {
  -webkit-animation: pulse-circle 4.5s linear 0s infinite;
  -moz-animation: pulse-circle 4.5s linear 0s infinite;
  -o-animation: pulse-circle 4.5s linear 0s infinite;
  animation: pulse-circle 4.5s linear 0s infinite;
}

@keyframes pulse-circle {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animated_circle {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0.5px solid var(--color-blue-900);
  opacity: 100;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slanteddiv {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--color-blue-900);
  box-sizing: border-box;
  padding: 70px 30px 70px;
  color: #fff;
}

.slant-top:before,
.slant-top:after {
  content: "";
  background: var(--color-blue-900);
  height: 60px;
  top: 0px;
  width: 100%;
  position: absolute;
  z-index: 2;
  transform-origin: top center;
  -webkit-backface-visibility: hidden;
}

.slant-top:before {
  left: 0;
  transform: skewY(3deg);
}

.slant-top:after {
  right: 0;
  transform: skewY(-3deg);
}

.free-class-cta {
  /*position: relative;
  top: -4rem;*/
  text-align: center;
  font-size: 2.2rem;
  margin-top: 0rem;
  background: var(--color-blue-900);
  color: #FFFFFF;
}

.free-class-cta-link {
  padding-top: 1.3rem;
}
@media (min-width: 768px) {
  .free-class-cta-link {
    padding-top: 0.9rem;
  }
}
.free-class-cta-link a {
  color: var(--brand-yellow);
  font-size: 3rem;
  border-bottom: 2px solid var(--brand-yellow);
}
@media (min-width: 768px) {
  .free-class-cta-link a {
    font-size: 4rem;
  }
}
.free-class-cta-link a:hover {
  text-decoration: none;
  border-bottom: 6px solid var(--brand-yellow);
}

.testimonial-section {
  margin-bottom: 0rem;
  padding: 5rem 0 5rem;
  overflow: hidden;
  background-color: #f5f5f5;
}

.testimonial-title {
  text-align: center;
  font-weight: bold;
  font-family: var(--header-font);
  padding: 1rem;
  font-size: 2rem;
  margin-bottom: 0rem;
  color: var(--color-gray-900);
}
@media (min-width: 768px) {
  .testimonial-title {
    font-size: 2.3rem;
  }
}

.primary-testimonial-quote-wrapper {
  max-width: 1100px;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .primary-testimonial-quote-wrapper {
    font-size: 1.1rem;
  }
}

.primary-testimonial-quote-block {
  padding: 3rem;
}
@media (min-width: 768px) {
  .primary-testimonial-quote-block {
    padding: 4rem;
  }
}

@media (min-width: 992px) {
  #testimonial-row-one,
#testimonial-row-two {
    position: relative;
    margin-right: 1rem;
  }
}

@media (min-width: 992px) {
  #testimonial-row-one {
    right: 300px;
  }
}

@media (min-width: 992px) {
  #testimonial-row-two {
    left: 300px;
  }
}

.testimonial-card {
  color: #0b0b0b;
  padding: 1.5rem;
  margin: 0.7rem;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  box-shadow: 5px 10px 10px -8px rgba(0, 0, 0, 0.17);
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .testimonial-card {
    max-width: 35vw;
    font-size: 0.9rem;
    margin: 1rem;
    box-shadow: 5px 22px 25px -10px rgba(0, 0, 0, 0.17);
  }
}

#view-more-testimonials {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  padding: 2rem;
  margin: 0.5rem;
  text-align: center;
}
#view-more-testimonials button {
  color: #0b0b0b;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 0;
  text-decoration: none;
  border-bottom: 2px dotted;
}

.review-video-box {
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  box-shadow: 5px 10px 10px -8px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.col-review {
  padding: 1.5rem;
}

.cta-fic-with-image {
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 350px;
}
.cta-fic-with-image .cta-fic-title {
  text-align: center;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #fff;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .cta-fic-with-image .cta-fic-title {
    font-size: 2.3rem;
  }
}
.cta-fic-with-image a.cta-fic-link {
  color: var(--brand-yellow);
  text-align: center;
  text-decoration: none;
  padding: 0rem;
  font-size: 3rem;
  line-height: 3.9rem;
  border-bottom: 2px solid var(--brand-yellow);
  font-weight: 400;
}
@media (min-width: 768px) {
  .cta-fic-with-image a.cta-fic-link {
    font-size: 3.5rem;
    border-width: 3px;
    line-height: 4rem;
  }
}
.cta-fic-with-image a:hover.cta-fic-link {
  color: var(--brand-yellow-light);
  border-bottom-color: var(--brand-yellow-light);
}

.bg-over-image {
  width: 100%;
  height: 100%;
  background: var(--color-black);
  background: var(--brand-overlay-photo);
}

.radio-show-container {
  max-width: 1250px;
  padding: 0 1.5rem 3rem;
  margin: 3rem auto;
}
@media (min-width: 768px) {
  .radio-show-container {
    padding: 0 0 3rem;
  }
}
.radio-show-container .cta-radio-title {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  padding-top: 2rem;
  color: var(--color-gray-900);
}
@media (min-width: 768px) {
  .radio-show-container .cta-radio-title {
    padding-top: 0;
    font-size: 3rem;
    line-height: 1.3;
  }
}
.radio-show-container .cta-radio-subtitle {
  font-family: var(--header-font);
  font-size: 1.5rem;
  line-height: 1.3;
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
}
@media (min-width: 768px) {
  .radio-show-container .cta-radio-subtitle {
    font-size: 1.9rem;
    padding-bottom: 2.7rem;
  }
}
.radio-show-container .cta-radio-link {
  padding-top: 2.4rem;
}
.radio-show-container .cta-radio-link a {
  color: #303030;
  font-weight: bold;
  font-size: 2rem;
}
.radio-show-container .cta-radio-link a:hover {
  text-decoration: none;
  color: var(--color-blue-active);
  border-bottom: 1px solid var(--color-blue-active);
}
.radio-show-container .radio-text {
  font-size: 1rem;
}

.radio-station-logo-wrapper {
  padding: 1rem;
  align-self: center !important;
}

.radio-station-logo {
  padding: 1rem;
  max-height: 170px;
}

.team-into-title {
  font-family: var(--header-font);
  font-size: 2.2rem;
  line-height: 3.5rem;
  padding: 2rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) {
  .team-into-title {
    font-size: 4.2rem;
    line-height: 5.5rem;
    padding: 4rem;
    text-align: left;
  }
}

.team-photo-col {
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .team-photo-col {
    padding: 1rem;
  }
}

.team_photo {
  object-fit: cover;
  object-position: top center;
}

.team-img-box {
  position: relative;
  display: inline-block;
  /* Make the width of box same as image */
}

.team-img-box .team-img-title {
  color: #FFFFFF;
  padding: 0.3rem 0.8rem;
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  left: 10%;
  bottom: 2%;
  text-align: left;
  width: 100%;
}
.team-img-box .team-img-title .team-name {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .team-img-box .team-img-title .team-name {
    font-size: 1.5rem;
  }
}
.team-img-box .team-img-title .team-role {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .team-img-box .team-img-title .team-role {
    font-size: 1.1rem;
  }
}

.team-img-box .bg {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(1, 21, 5, 0.66);
  background-color: rgba(1, 21, 5, 0.91);
  background-color: #055615ed;
  background-color: #032f0ce8;
}

.footer-container {
  background-color: var(--color-black);
}

.footer-wrapper {
  padding: 4.5rem 2rem;
  color: #FFFFFF;
}

.footer-social-icon {
  font-size: 1.4rem;
  padding: 0 1.1rem 1.1rem 1.1rem;
}

#follow-wall {
  background: var(--color-black);
}

#follow-wall-video {
  z-index: -10;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100vh;
}

#follow-wall-body {
  position: absolute;
  z-index: 40;
  background-color: rgba(11, 46, 19, 0.73);
  width: 100%;
  height: 100vh;
}

.follow-wall-title {
  font-family: var(--header-font);
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  .follow-wall-title {
    font-size: 6rem;
  }
}

.social-icons-large {
  color: #FFFFFF;
  font-size: 4rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .social-icons-large {
    font-size: 6rem;
    padding: 4rem;
  }
}

.reserve-fic-card {
  border: 1px solid rgba(3, 47, 12, 0.24);
}

.reserve-fic-date {
  font-size: 1.2rem;
  font-weight: bold;
}

.fsc-btns-width {
  width: 100%;
}
@media (min-width: 768px) {
  .fsc-btns-width {
    width: 75%;
  }
}

.reserve-fic-location-name {
  font-size: 1.2rem;
}

a.reserve-fic-location-address {
  font-size: 0.9rem;
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

a:hover.reserve-fic-location-address {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.31);
}

#fic-reservation-modal {
  background-color: rgba(2, 45, 9, 0.36);
}

.reserve-fic-btn {
  font-size: 1.05rem;
  padding: 0.5rem 1rem;
  background-color: var(--color-blue-500);
  border-color: #055615ed;
}

#fic-reservation-modal-title {
  font-size: 1rem;
}
@media (min-width: 768px) {
  #fic-reservation-modal-title {
    font-size: 1.2rem;
  }
}

.body-wrapper {
  display: flex;
  flex-grow: 1;
  min-height: 100%;
}

.side-menu {
  padding-left: 1rem;
  font-size: 0.95rem;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 11px 0px 15px -5px rgba(51, 51, 51, 0.1);
}
.side-menu a {
  color: #353d44;
  text-decoration: none;
}
.side-menu .fas {
  color: #7a8a98;
}

.navbar-header {
  float: none;
}

.modal-fullscreen-menu .close {
  color: white;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-size: 5vh;
}
.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  display: flex;
  height: 100%;
  align-items: center;
}
.modal-fullscreen-menu .modal-dialog .modal-content {
  background: transparent;
  border: transparent solid 0px;
}
.modal-fullscreen-menu .modal-dialog .modal-content a {
  font-size: 150%;
  font-weight: 200;
  letter-spacing: 0.05em;
  border: none;
  transition: all 0.25s ease;
  background-color: transparent;
  color: white;
  padding: 7.5vh 0;
  height: 5vh;
  font-size: 5vh;
  line-height: 0;
}
.modal-fullscreen-menu .modal-dialog .modal-content a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.32);
  z-index: -100;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
}
.modal-fullscreen-menu .modal-dialog .modal-content a:hover {
  color: black;
}
.modal-fullscreen-menu .modal-dialog .modal-content a:hover:before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.modal-fullscreen-menu .list-group {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

#nav_menu {
  background: var(--color-black);
}

.required-mark {
  font-size: 1.3rem;
  color: #bd0909;
}

.badge-market-national {
  color: #fff;
  background-color: #0d9488;
}

.badge-market-dfw {
  color: #fff;
  background-color: #9333ea;
}

.badge-market-houston {
  color: #fff;
  background-color: #2563eb;
}

/*

.modal-backdrop {
    &.show {
        background: var(--color-blue-900);
        opacity: 1;
        z-index: 900;
    }
}
*/
@media (min-width: 768px) {
  .content-wrap {
    padding: 1rem 2rem 1rem 4rem;
  }
}

.dash-logo {
  padding: 2rem 1rem 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.light-box {
  margin: 1% 1% 7%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .light-box {
    margin: 1% 1% 4%;
  }
}

.light-box-short {
  margin: 1% 1% 5%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .light-box-short {
    margin: 1% 1% 2%;
  }
}

.alert {
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, 0.1);
}

.alert-icon {
  font-size: 2rem;
  line-height: 0.7;
}

.card-body-with-table {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem 0.5rem;
}
.card-body-with-table .card-heading,
.card-body-with-table p {
  padding-left: 0.75rem;
}

.vendor-card-body {
  font-size: 1.1rem;
  padding-left: 1rem;
}
.vendor-card-body .vendor-card-block {
  padding-left: 0.5rem;
  line-height: 1.7rem;
  /*> div:first-of-type {
      font-weight: bold;
  }*/
}
.vendor-card-body .vendor-card-heading {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.vendor-category {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: var(--color-gray-900);
  padding-left: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.vendor-category::before {
  content: "‑  ";
  color: rgba(23, 49, 0, 0.32);
}

.vendor-category::after {
  content: "  ‑";
  color: rgba(23, 49, 0, 0.32);
}

.vendor-card-bg {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.table {
  font-size: 0.8rem;
}

.participant-row-header {
  font-size: 0.8rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}

.participant-row {
  font-size: 1.1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid #dee2e6;
}
.participant-row .badge {
  font-size: 0.7rem;
}

.event-row {
  font-size: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid #dee2e6;
}
.event-row .badge {
  font-size: 0.7rem;
}

.participant-border-top {
  border-top: 1px dashed #e0e4e8;
}

.bg-gradient {
  /*background-image: linear-gradient(to bottom,#f6f7f9 0,#fff 100%);
  background-repeat: no-repeat;*/
}

.card-heading {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1.3rem;
}

.primary-header {
  padding: 2rem 1rem;
  font-size: 2rem;
  font-weight: bold;
}

.card-outer-header {
  padding: 0 1rem;
  font-size: 2rem;
  font-weight: bold;
}

.card-icon {
  font-size: 1.1rem;
  color: blue;
}

.card-spacing {
  margin-bottom: 3rem;
}

/*
.logo-water-bg {
    background-image: url('/images/web/bg-logo-watermark.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    //background-size: 50%;
}*/
.card-one-line {
  width: 100%;
  max-width: 420px;
  margin-top: 5rem;
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .card-one-line {
    padding: 1rem 2rem;
  }
}

.card-one-line-kiosk {
  width: 100%;
  max-width: 470px;
  margin-top: 1rem;
  padding: 3rem 0rem;
}

.card-table-head tr td {
  padding-bottom: 0.5rem;
}
.card-table-head tr td:first-child {
  color: #969fa7;
  padding-right: 0.9rem;
}

.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.55);
  margin: 8px 0;
}
.hr-sect:before, .hr-sect:after {
  content: "";
  flex-grow: 1;
  background: rgba(101, 101, 101, 0.35);
  height: 1px;
  font-size: 0;
  line-height: 0;
  margin: 0 8px;
}

.input-suggestion {
  font-size: 0.75rem;
  color: #8C8984;
  border-bottom: 1px dashed #b2b0ae;
}
.input-suggestion a {
  color: #8C8984;
  border-bottom: 1px dashed #b2b0ae;
}
.input-suggestion a:hover {
  text-decoration: none;
}

.event-nav-tabs {
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .event-nav-tabs {
    font-size: 1.15rem;
  }
  .event-nav-tabs .nav-link {
    padding: 0.5rem 1.3rem;
  }
}

.font-size-07 {
  font-size: 0.7rem;
}

.font-size-08 {
  font-size: 0.8rem;
}

.font-size-09 {
  font-size: 0.9rem;
}

.font-size-10 {
  font-size: 1rem;
}

.font-size-11 {
  font-size: 1.1rem;
}

.font-size-12 {
  font-size: 1.2rem;
}

.font-size-13 {
  font-size: 1.3rem;
}

.font-size-15 {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .font-size-15 {
    font-size: 1.5rem;
  }
}

.font-size-16 {
  font-size: 1.6rem;
}

.font-size-17 {
  font-size: 1.7rem;
}

.font-size-18 {
  font-size: 1.8rem;
}

.font-size-20 {
  font-size: 2rem;
}

.font-size-23 {
  font-size: 2.3rem;
}

.font-size-28 {
  font-size: 2rem;
  line-height: 2.3rem;
}
@media (min-width: 992px) {
  .font-size-28 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}

.font-size-30 {
  font-size: 2rem;
  line-height: 2.2rem;
}
@media (min-width: 992px) {
  .font-size-30 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.font-size-35 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .font-size-35 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

.spotlight-free-header {
  font-weight: bold;
  line-height: 2.1rem;
  padding: 0.5rem 1.5rem 1.5rem;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .spotlight-free-header {
    font-size: 2.8rem;
    padding: 3rem 1.5rem;
  }
}

.text-header-01 {
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.9rem;
}
@media (min-width: 992px) {
  .text-header-01 {
    font-size: 2rem;
  }
}

.text-header-01-sm {
  font-size: 1.7rem;
  text-align: center;
}
@media (min-width: 992px) {
  .text-header-01-sm {
    font-size: 2rem;
  }
}

.text-body-01 {
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
}

.text-body-list {
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 0.4rem;
}

.text-header-02 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

.text-body-02 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.text-with-lines {
  overflow: hidden;
  text-align: center;
}
.text-with-lines:before, .text-with-lines:after {
  content: "";
  display: inline-block;
  width: 43%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: #e5e5e5 1px solid;
}

.text-with-lines:after {
  margin: 0 -55% 0 0.5em;
}

.page-header-01 {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .page-header-01 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.tag-reserved {
  color: #6c757d;
}

.tag-rescheduled {
  color: #3c7a3d;
}

.tag-canceled {
  color: #dc3545;
}

.tag-confirmed {
  color: #28a745;
}

.badge-rescheduled {
  color: #fff;
  background-color: #3c7a3d;
}

.badge-sms {
  font-size: 0.5rem !important;
  font-weight: normal;
  letter-spacing: 1px;
  background-color: #28a745;
  color: #fff;
}

a.link-no-decor {
  text-decoration: none;
}
a.link-no-decor:hover {
  color: rgba(30, 45, 101, 0.89);
}

a.text-decoration-true {
  text-decoration: underline;
}

.transparent-button {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

/*.container {
    max-width: 1240px;
}*/
/*
.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}
*/
.calendar-today {
  background-color: rgba(93, 137, 89, 0.22);
}

.events-tabs .active {
  font-weight: bold;
  font-size: 1rem;
}

.event-can-be-booked {
  color: rgba(81, 107, 203, 0.89);
}

.event-can-not-be-booked-full {
  color: #96a0a8;
}

.event-need-upgrade-to-book {
  color: #bdc7cf;
}

.event-participating {
  color: #199737;
}

.event-canceled {
  color: #6c757d;
}

.event-passed {
  color: #bdc7cf;
}

tr.event-list {
  line-height: 30px;
  min-height: 30px;
  height: 30px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-group-text {
  background-color: rgba(233, 236, 239, 0.46);
}

.navbar-web {
  position: static;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
}

@media (min-width: 992px) {
  .navbar-web {
    padding: 1.2rem 1.4rem;
  }
}
.navbar-logged {
  padding: 1.2rem 1.4rem;
}

.navbar-nav,
.mr-auto {
  flex: 1;
  margin: auto !important;
  display: flex;
  justify-content: flex-end;
}

.navbar-nav .nav-link.btn.nav-workshop-btn {
  font-size: 1.1rem;
  border-radius: 2px;
  background-color: var(--color-yellow-500);
  width: 100%;
  padding: 1.5rem 1rem !important;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link.btn.nav-workshop-btn {
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem !important;
    border-radius: 2px;
    width: auto;
  }
  .navbar-nav .nav-link.btn.nav-workshop-btn:link, .navbar-nav .nav-link.btn.nav-workshop-btn:visited, .navbar-nav .nav-link.btn.nav-workshop-btn:focus, .navbar-nav .nav-link.btn.nav-workshop-btn:active {
    color: #000000 !important;
  }
  .navbar-nav .nav-link.btn.nav-workshop-btn:hover {
    color: #ffffff !important;
    background-color: #98C73A;
  }
}

.navbar-nav .menu-icon {
  font-size: 1.8rem;
}

@media (max-width: 992px) {
  .navbar-nav .nav-item {
    font-weight: bold;
    align-self: start;
    padding: 1rem;
  }
  .navbar-nav .nav-item .nav-top-menu-link {
    font-size: 1.3rem;
  }
  .navbar-nav .nav-item:link, .navbar-nav .nav-item:visited, .navbar-nav .nav-item:focus, .navbar-nav .nav-item:active {
    color: #ffffff;
  }
  .navbar-nav .nav-item:hover {
    color: #ffffff;
  }
  .navbar-nav .nav-item.nav-link-space {
    color: #98C73A;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-item:first-child {
    padding-top: 50px;
  }

  .navbar-nav .nav-item:last-child {
    padding-bottom: 40px;
  }
}
/*
.navbar-light .navbar-nav .nav-link.btn .nav-worksop-btn {
    color: black;
}
*/
.bg-custom-trans {
  background-color: rgba(23, 49, 0, 0.5) !important;
}

@media (min-width: 992px) {
  .bg-custom-trans {
    background-color: transparent !important;
  }
}
.navbar-custom .navbar-nav .nav-link {
  /*color: #ffffff;*/
  font-size: 1.3rem;
  font-family: "Calibri", "proxima-nova", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 1px;
  font-weight: bold;
  align-self: start;
  padding: 1.3rem;
}
.navbar-custom .navbar-nav .nav-link:link, .navbar-custom .navbar-nav .nav-link:visited, .navbar-custom .navbar-nav .nav-link:focus, .navbar-custom .navbar-nav .nav-link:active {
  color: #ffffff;
}
.navbar-custom .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.navbar-custom .navbar-nav .nav-link.nav-link-space {
  color: #98C73A;
  color: #ffffff;
}

@media (min-width: 992px) {
  .navbar-custom .navbar-nav .nav-link {
    padding: 0.3rem;
    align-self: center;
    margin: 1rem 0.5rem;
  }
  .navbar-custom .navbar-nav .nav-link.nav-link-effect {
    border: 1px solid transparent;
  }
  .navbar-custom .navbar-nav .nav-link:hover.nav-link-effect {
    border: 1px solid transparent;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.35);
    border-bottom: rgba(255, 255, 255, 0.6) solid 2px;
  }
  .navbar-custom .navbar-nav .nav-link.nav-link-space {
    padding: 0.3rem 0;
  }
  .navbar-custom .navbar-nav .nav-link.active {
    border-bottom: rgba(255, 255, 255, 0.6) solid 2px;
  }
}
@media (min-width: 1140px) {
  .navbar-custom .navbar-nav .nav-link.nav-link-space {
    margin-right: 2rem;
    padding: 0.3rem 0;
  }
}
.empty-space-nav {
  margin-left: 2rem;
}
@media (min-width: 1140px) {
  .empty-space-nav {
    margin-left: 4rem;
  }
}

.left-column-pair {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1140px) {
  .left-column-pair {
    border-left: #c7d1d9 solid 1px;
    padding-left: 1.5rem;
  }
}

.social-icons {
  font-size: 2.5rem;
  padding-left: 2vw;
  padding-right: 2vw;
}

@media (min-width: 992px) {
  .bg-light {
    background-color: transparent !important;
  }
}
@media (min-width: 992px) {
  .wide-70 {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .wide-80 {
    width: 85%;
  }
}

.player-max-width {
  width: 100%;
}
@media (min-width: 992px) {
  .player-max-width {
    width: 90%;
  }
}

.bg-green {
  background-color: var(--color-blue-900);
}

.rich-club-headline {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1140px) {
  .rich-club-headline {
    font-size: 2.5rem;
  }
}

.rich-club-paragraph {
  padding-bottom: 2.5rem;
  font-family: "Calibri", "trade-gothic-next", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.rich-club-paragraph div:first-child {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 0.3rem;
}
.rich-club-paragraph div:nth-child(2) {
  font-size: 1.4rem;
}
.rich-club-paragraph p {
  margin-bottom: 0;
}

.docu-div {
  padding-bottom: 0.6rem;
}

.doc-down-link {
  padding: 0.2rem 0.4rem 0.2rem 0;
  font-size: 0.85rem;
}
.doc-down-link span {
  padding-left: 0.1rem;
  font-size: 1rem;
  color: #29070e;
}

.btn-link:hover, .btn-link:visited, .btn-link:active, .btn-link:focus {
  text-decoration: underline dotted;
}

/*

.btn-success-dim,
.btn-secondary-dim,
.btn-danget-dim,
{
    color: #9b9ea2;
    border-color: #9b9ea2;

    &:visited {
        color: #9b9ea2;
        border-color: #9b9ea2;
    }
}
*/
/*
.navbar-toggler {
    margin: 1rem;
}
*/
.light-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.light-toggler.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.8);
  outline: none;
}

.full-height {
  height: 100vh;
  max-height: 1000px;
}

.fixed-height {
  min-height: 200px;
  height: 60%;
}

.hero-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image-secondary {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*
.hero-text {
    text-align: left;
    position: relative;
    top:30%;
    left: 10%;
   // transform: translate(50%, 50%);
    color: white;
}
*/
.hero-content-main {
  color: #ffffff;
  font-family: "Calibri", "proxima-nova", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.hero-content-secondary {
  color: #ffffff;
  font-family: "Calibri", "proxima-nova", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}

.btn-cta-freeworkshop {
  color: black !important;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: var(--brand-yellow);
  padding: 1.2rem 4rem !important;
  border-radius: 2px;
}

.btn-cta-freeworkshop:hover,
.btn-cta-freeworkshop:focus {
  background-color: var(--color-yellow-hover);
}

.btn-enroll-now {
  color: black !important;
  border-radius: 4px !important;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: var(--brand-yellow);
  padding: 1rem 2.5rem !important;
  margin: 1rem;
  border-radius: 2px;
}

.btn-action {
  color: var(--color-black);
  font-size: 1.3rem;
  background-color: var(--color-blue-500);
  padding: 0.8rem 1.5rem !important;
  border-radius: 4px;
}

.btn-action:hover,
.btn-action:focus {
  color: var(--color-black);
  background-color: var(--color-blue-hover);
}

.block-space {
  margin: auto;
  padding: 4rem 1.5rem;
}
@media (min-width: 992px) {
  .block-space {
    margin: auto;
    padding: 5rem 1rem;
  }
}

.block-sm-space {
  margin: auto;
  padding: 2rem 1rem;
}

.block-sm-header {
  font-size: 1.4rem;
  font-family: "Calibri", "proxima-nova", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.block-big-header {
  font-size: 2rem;
  font-family: "Calibri", "trade-gothic-next", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  padding-bottom: 1.3rem;
}

h2 {
  color: #333;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 30px 0 60px;
}

h2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #8fbc54;
  left: 0;
  right: 0;
  bottom: -10px;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}

.carousel {
  margin: 50px auto;
  padding: 0 70px;
}

.carousel .item {
  color: #999;
  font-size: 17px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}

.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  font-style: italic;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #7AA641;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-item {
  text-align: center;
}

.m-bottom {
  margin-bottom: 5rem;
}

.m-bottom-long {
  margin-bottom: 20rem;
}

table.table-fit {
  width: auto !important;
  table-layout: auto !important;
}

table.table-fit thead th, table.table-fit tfoot th {
  width: auto !important;
}

table.table-fit tbody td, table.table-fit tfoot td {
  width: auto !important;
}

.financial-form-table {
  font-size: 1.2rem;
  margin: 1rem;
}
.financial-form-table tr {
  line-height: 2.5rem;
  /*td:nth-child(2){

  }*/
}
.financial-form-table tr td:nth-child(1) {
  min-width: 250px;
}

.parent {
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  padding: 20px;
  background: var(--color-blue-900);
  text-align: center;
  color: #fff;
}

.child {
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
  padding: 80px;
}

.social-link {
  margin: 2rem;
  font-size: 4rem;
  line-height: 4rem;
  border-bottom: 2px solid #000;
}

.logo-bg-tr {
  background-size: cover;
  background-image: url("../storage/im/logo_elphant_04.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: bottom center;
}

.logo-wall-title {
  font-family: var(--header-font);
  font-size: 2.5rem;
  align-content: center;
  color: white;
}

.logo-wall-item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: var(--color-blue-500);
}
@media (max-width: 992px) {
  .logo-wall-item {
    padding: 1.5rem;
  }
  .logo-wall-item img {
    max-height: 50px;
  }
}

.logo-wall-item-v2 {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: var(--color-blue-500);
  max-width: 230px;
}
@media (max-width: 992px) {
  .logo-wall-item-v2 {
    padding: 1.3rem;
  }
  .logo-wall-item-v2 img {
    max-height: 70px;
    max-width: 120px;
  }
}

.as-seen-card {
  border: 0;
  padding: 0.2rem;
}

.as-seen-card-link {
  font-size: 1.35rem;
  color: #0b0b0b;
  text-decoration: underline;
}

.point-item {
  color: #fff;
  font-family: Montserrat;
  text-align: center;
}
.point-item .point-num {
  font-weight: bold;
  font-size: 3rem;
}
.point-item .point-body {
  font-size: 1.4rem;
}

.social-icons-v2 {
  font-size: 5rem;
  margin: 4rem;
  color: var(--color-gray-900);
}

.news-post {
  margin-bottom: 2.5rem;
  padding: 0.2rem;
}
.news-post .news-block {
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0.5rem 0.1rem;
  min-height: 135px;
  /* .news-desc {
       white-space: pre-line;
   }*/
}
@media (min-width: 992px) {
  .news-post .news-block {
    font-size: 1.1rem;
    border-radius: 0.25rem;
    padding: 0rem 1.8rem;
    min-height: 135px;
  }
}
.news-post .news-block p {
  margin-bottom: 0.7rem;
}
.news-post .news-block .news-title {
  font-weight: bolder;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.news-post .news-block .news-title a:link {
  text-decoration: none;
}
.news-post .news-block .news-title a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .news-post .news-block .news-title {
    font-size: 1.6rem;
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.news-post .news-block .news-title a {
  color: #212529;
  text-decoration: underline #212529;
}
.news-post .news-block .news-title a:hover, .news-post .news-block .news-title a:active {
  color: #007bff;
  text-decoration-color: #007bff;
}
.news-post .news-block .news-date {
  font-size: 0.8rem;
  color: #939393;
}

.news-post-full {
  margin-bottom: 2.5rem;
  padding: 0.2rem;
}
.news-post-full .news-block {
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0.5rem 0.1rem;
  min-height: 135px;
}
@media (min-width: 992px) {
  .news-post-full .news-block {
    font-size: 1.1rem;
    border-radius: 0.25rem;
    padding-top: 1.5rem;
    min-height: 135px;
  }
}
.news-post-full .news-block p {
  margin-bottom: 0.7rem;
}
.news-post-full .news-block .news-title {
  font-weight: bolder;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
@media (min-width: 992px) {
  .news-post-full .news-block .news-title {
    font-size: 1.6rem;
    padding-top: 0;
    padding-bottom: 1.2rem;
  }
}
.news-post-full .news-block .news-title a {
  color: #212529;
  text-decoration: underline #212529;
}
.news-post-full .news-block .news-title a:hover, .news-post-full .news-block .news-title a:active {
  color: #007bff;
  text-decoration-color: #007bff;
}
.news-post-full .news-block .news-date {
  font-size: 0.8rem;
  color: #939393;
}

.news-image {
  background-image: var(--background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 30vh;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .news-image {
    max-width: 195px;
    max-height: 130px;
  }
}

.member-section-active {
  align-self: flex-end !important;
  font-size: 2rem;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: bold;
  line-height: 43px;
}

.member-section {
  align-self: flex-end !important;
  font-size: 1.5rem;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.copytext {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.syndicator-div {
  padding: 0.8rem;
}

.syndicator-link {
  text-decoration: underline;
  font-size: 1.3rem;
}

.syndicator-phone {
  padding-left: 2.5rem;
}

a.syndicator-phone {
  color: #1c1c1c;
}

.info-title {
  border-bottom: 1px dashed rgba(128, 127, 128, 0.6);
}

/*.tooltip-inner {
    max-width: 100% !important;
    text-align: left;
    color: #0b0b0b;
    background-color: #f6f6f6;
    border: solid 1px #cdcdcd;
}*/
.event-extra-active {
  border-color: #28a745 !important;
  background-color: rgba(40, 167, 69, 0.11);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.event-extra-card {
  max-width: 250px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*


.hero-test {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/test.jpeg");
    height: 70vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.hero-text-sample {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 40%;

    color: white;
}
*/
/*.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}*/
/*

.home-hero {
    position: relative;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

*/
/*
.home-hero {
    //position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    background: url('/images/web/index_herosteve.jpg') no-repeat fixed top;
}

.full-screen {
    min-height: 100vh;
}
*/
/*


.bgimage {
    width:100%;
    height:100vh;
    background-size:cover;

}
.bgimage h5 {
    color:white;
    text-shadow:2px 2px #333;
}

*/
/*
.home-hero-image {
    background-image: url("/images/web/index_herosteve.jpg");
}*/
/*


.slanteddivbottom:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(3deg);
}

.slanteddivtop:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transform: skewY(3deg);
}

.slanteddivarrov:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: springgreen;
    z-index: -3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top right;
    transform: skewY(2deg);
}



.slant-bottom:before,
.slant-bottom:after {
    content: "";
    background: #fff;
    height: 80px;
    top: 0px;
    width: 100%;
    position: absolute;
    z-index: 5;
    transform-origin: bottom center;
    -webkit-backface-visibility: hidden;
}

.slant-top:before,
.slant-bottom:before {
    left: 0;
    transform: skewY(-3deg);
}

.slant-top:after,
.slant-bottom:after {
    right: 0;
    transform: skewY(3deg);
}

.slant-bottom:before,
.slant-bottom:after {
    top: auto;
    bottom: -30px;
}









.slanteddivbottom:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(3deg);
}

.slanteddivtop:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transform: skewY(3deg);
}

.slanteddivarrov:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: springgreen;
    z-index: -3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top right;
    transform: skewY(2deg);
}






.slant-bottom:before,
.slant-bottom:after {
    content: "";
    background: #fff;
    height: 80px;
    top: 0px;
    width: 100%;
    position: absolute;
    z-index: 5;
    transform-origin: bottom center;
    -webkit-backface-visibility: hidden;
}

.slant-top:before,
.slant-bottom:before {
    left: 0;
    transform: skewY(-3deg);
}

.slant-top:after,
.slant-bottom:after {
    right: 0;
    transform: skewY(3deg);
}

.slant-bottom:before,
.slant-bottom:after {
    top: auto;
    bottom: -30px;
}










.slant-top:before,
.slant-top:after{
    content: "";
    background: var(--color-blue-900);
    height: 60px;
    top: 0px;
    width:100%;
    position: absolute;
    z-index:2;
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
}
.slant-top:before, {
    left: 0;
    transform: skewY(3deg);
}
.slant-top:after, {
    right: 0;
    transform: skewY(-3deg);
}











.slant-top:before,
.slant-top:after{
    content: "";
    background: var(--color-blue-900);
    height: 60px;
    top: 0px;
    width:100%;
    position: absolute;
    z-index:2;
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
}
.slant-top:before, {
    left: 0;
    transform: skewY(3deg);
}
.slant-top:after, {
    right: 0;
    transform: skewY(-3deg);
}



.slanteddivbottom:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(3deg);
}

.slanteddivtop:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transform: skewY(3deg);
}

.slanteddivarrov:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: springgreen;
    z-index: -3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top right;
    transform: skewY(2deg);
}


.slant-top:before,
.slant-top:after{
    content: "";
    background: var(--color-blue-900);
    height: 60px;
    top: 0px;
    width:100%;
    position: absolute;
    z-index:2;
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
}
.slant-top:before, {
    left: 0;
    transform: skewY(3deg);
}
.slant-top:after, {
    right: 0;
    transform: skewY(-3deg);
}


.slant-bottom:before,
.slant-bottom:after{
    content: "";
    background: #fff;
    height: 80px;
    top: 0px;
    width:100%;
    position: absolute;
    z-index:5;
    transform-origin: bottom center;
    -webkit-backface-visibility: hidden;
}
.slant-top:before,
.slant-bottom:before{
    left: 0;
    transform: skewY(-3deg);
}
.slant-top:after,
.slant-bottom:after{
    right: 0;
    transform: skewY(3deg);
}
.slant-bottom:before,
.slant-bottom:after{
    top:auto;
    bottom: -30px;
}



*/

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

.text-brand-yellow {
  color: var(--brand-yellow) !important;
}
