@charset "UTF-8";
/* CSS Document */

/* BEBAS NEUE PRO FONT */
@import url("https://use.typekit.net/ukf6uru.css");

/* ATKINSON HYPERLEGIBLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');


@import url("https://p.typekit.net/p.css?s=1&k=uxn5ctz&ht=tk&f=56045&a=118723240&app=typekit&e=css");

@font-face {
  font-family:"richmond-text";
  src:url("https://use.typekit.net/af/f25d9a/0000000000000000775766e8/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/f25d9a/0000000000000000775766e8/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/f25d9a/0000000000000000775766e8/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}


:root {
  --green-green-gradient: linear-gradient(90deg, #005B3D 0%, #00A000 50%, #90C400 100%);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #0066FF;
  text-decoration: underline;
}
a:hover {
  color: #0040C0;
  text-decoration: none;
}
a.navbar-brand, .nav-item a {
  text-decoration: none;
}
li {
  margin-bottom: 0.75em;
}
p, li:last-of-type {
  margin-bottom: 1.25em;
}
p.eyebrow {
  font-size: 1rem;
}
footer {
  padding: 30px 0;
}
footer p {
  font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'bebas-neue-pro', -apple-system, Roboto, "Helvetica Neue", sans-serif;
}
h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
  font-family:"richmond-text";
}
h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 1rem;
  font-family:"richmond-text";
}

.container h2 {
  font-size: 26px;
}

h3 {
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 0.1em;
  margin-bottom: 0.5em;
  font-family:"richmond-text";
}

p {
  font-family: "Inter", sans-serif;
}

.footerItem {
  font-family: "Inter", sans-serif !important;
}

footer p {
  color: #f9f9f9;
}

img {
  width: 100%;
  height: auto;
}


.jumbotron p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  @media (max-width: 600px) { font-size: 3vw; }
}

.navbar .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;

  @media (max-width: 987px) {
    font-size: 16px !important;
  }
}

blockquote {
  border-left: 4px solid #7BD609;
  margin: 0 0 0 0.25em;
  padding-left: 0.75em;
}
.testimonial {
  font-size: 20px;
  line-height: 1.35;
  margin-left: 0.75em;
  padding-left: 0.5em;
  padding-top: 0.4em;
  position: relative;
}
.testimonial span {
  display: block;
  font-size: 0.8em;
  margin-top: 0.3em;
}
.testimonial::after {
  content: "“";
  color: #17428d;
  font-size: 6em;
  font-weight: 700;
  opacity: 0.15;
  position: absolute;
  left: -.05em;
  top: -.35em;
  height: auto;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.15);
}
.img-center {
  display: block;
  max-width: 100%;
  width: 700px;
  margin: 1.8rem auto;
}
.footer-logo {
  width: 250px;
  max-width: 100%;
}

/* ========== FONT AWESOME LISTS BEGIN ========== */
ul.custom-list {
  list-style: none;
  padding: 0 0 0 2em;
  margin: 0;
  position: relative;
}
ul.custom-list li {
  margin: 0 0 0.75em 0;
  padding: 0;
  position: relative;
}
ul.custom-list li:last-of-type {
  margin-bottom: 1.25em;
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: -0.05em;
  left: -1.55em;
}
.icon-solid::before {
  font: var(--fa-font-solid);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.icon-warning::before {
  content: '\f071';
  color: #cc0000;
}
.icon-target::before {
  content: '\f140';
  color: #009000;
}
.icon-target.red::before {
  color: #cc0000;
}
.icon-bullet-check::before {
  content: '\2713';
  color: #009000;
}
/* ========== FONT AWESOME LISTS END ========== */

/* ========== MAIN LAYOUT BEGIN ========== */
.copy-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
}
.subpage-container {
  width: 100%;
  max-width: 800px;
}

.subpage-container .row {
  margin-top: 40px;
}

.subpage-container-hero {
  background-color: #ffffff;
  margin-top: -270px;
  padding: 40px 15px 0;
  position: relative;
  z-index: 11;
}
.header-column {
  padding-bottom: 30px;
}
.header-column h1 {
  border-bottom: 2px solid #17428D;
  padding-bottom: 0.3em;
}
.header-column h1 span.eyebrow {
  display: block;
  font-family: "Atkinson Hyperlegible", -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.45em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-bottom: 0.4em;
  text-transform: uppercase;
}
/* ========== MAIN LAYOUT END ========== */

/* ========== VIDEO EMBEDS STYLING BEGIN ========== */
.home-player {
  margin: 15px auto;
  max-width: 800px;
  display: block;
  width: 100%;
}
.player-container {
  margin: 30px 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.the-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js-container {
  display: block;
  margin: 30px auto;
  max-width: 700px;
}
p.coming-soon {
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 1em;
}
p.coming-soon span {
  border-radius: .25rem;
  padding: 0.15em 0.5em;
}
/* ========== VIDEO EMBEDS STYLING END ========== */

/* ========== SIDEBAR BEGIN ========== */
.sidebar-column {
  margin-top: 30px;
}
.sidebar-column section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border: 1px solid #13603a;
}
.sidebar-column h3 {
  background: var(--green-green-gradient);
  border-bottom: none;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  padding: 0.2em 14px 0.15em;
  text-transform: uppercase;
}
.sidebar-column .event-block {
  clear: both;
  display: table;
  padding: 0 14px;
}
.sidebar-column .event-block p {
  font-size: 1rem;
  line-height: 1.3;
}
.sidebar-column .event-block p:last-of-type {
  margin-bottom: 0;
}
.event-block .hero-img {
  display: block;
  margin: 10px 0;
  height: auto;
  width: 100px;
}
.event-block .side-img {
  float: right;
  margin: 0 0 10px 10px;
  height: auto;
  width: 100px;
}
.sidebar-column section.vip-block {
  background-color: #252e41;
  color: #ffffff;
  padding: 40px 6px 20px;
  position: relative;
}
.sidebar-column section.vip-block h3 {
  background-color: transparent;
  font-size: 40px;
  margin-bottom: 0.15em;
  padding: 0.2em 14px 0;
  text-align: center;
}
.sidebar-topper {
  background-color: #ffffff;
  border: 2px solid #252e41;
  border-radius: 50%;
  height: 60px;
  left: 50%;
  top: -30px;
  opacity: 1;
  position: absolute;
  text-align: center;
  width: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vip-block #CallLoop input[type="text"] {
  font-size: 22px;
  line-height: 1.5;
  margin: 10px auto 0;
}
.vip-block #CallLoop .callloop-submit {
  font-size: 22px;
  height: calc(1.5em + .75rem + 2px);
  margin: 10px auto;
}
/* ========== SIDEBAR END ========== */

/* ========== NAVBAR BEGIN ========== */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}
.navbar.bg-dark {
  background-color: #000 !important;
  padding: 0 5em;
}
.navbar-brand {
  font-family: 'bebas-neue-pro', -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .02em;
  padding: 0.25em 0;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-toggler {
  padding: 0.625em;
  font-size: 1.25rem;
  line-height: 1;
  /*    background-color: #17428D;*/
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-right: -15px;
}
.navbar-toggler.collapsed {
  background-color: transparent;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  font-size: 1.75rem;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*
.nav-icon::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.navbar-toggler .icon-menu::before {
content: '\f00d';
color: #ffffff;
}
.navbar-toggler.collapsed .icon-menu::before {
content: '\f0c9';
color: #ffffff;
}
*/
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
a.nav-link {
  font-size: 17px;
  transition: all 0.1s ease;
}
.navbar-nav li.nav-item {
  margin: 0;
  transition: all 0.1s ease;
}
.navbar .navbar-nav .nav-link {
  padding: 1.125em;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:active, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  background-color: #2cab1b;
  color: #fff;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #17428D;
  border-top: none;
  border-radius: 0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  clear: both;
  font-weight: 400;
  line-height: 1.375;
  color: #212529;
  text-align: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
  transition: all 0.1s ease;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #17428D;
}
.nav-logo {
  display: block;
  width: 260px;
  max-width: 100%;
}

@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link { font-size: 14px; }
  .navbar.bg-dark { padding: 0 15px; }
}

@media (max-width: 1160px) {
  .navbar .navbar-nav .nav-link { font-size: 12px; }
}
@media (max-width: 1040px) {
  .navbar .navbar-nav .nav-link { font-size: 11px; }
}


/* ========== NAVBAR END ========== */

/* ========== JUMBOTRON SHOWCASE BEGIN ========== */
.jumbotron {
  background-image: url('https://louisannouncement.com/img/bg-1.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  border-radius: 0;
  margin-bottom: 0px;
  overflow: hidden;
  padding: 40px 0px 0px;
  position: relative;
  text-align: center;

  @media (max-width: 991px) {
    padding: 10px 0px 0px;
    min-height: 100%;
  }
}
.jumbotron.subpage {
  min-height: 300px;
  padding: 45px 15px;
}



.jumbotron h1 span.eyebrow {
  display: block;
  font-family: "Atkinson Hyperlegible", -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.45em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-bottom: 0.4em;
  text-transform: uppercase;
}

.jumbotron h1 {
  font-size: 55px;
  line-height: 1.1;

  @media (max-width: 1423px) { font-size: 45px; }
  @media (max-width: 1179px) { font-size: 35px; }
  @media (max-width: 936px) { font-size: 30px; }
  @media (max-width: 793px) { font-size: 5vw; }
  @media (max-width: 767px) { font-size: 4.5vw; }
  @media (max-width: 650px) { font-size: 5.5vw; }
}

.col-12 {
  @media (max-width: 650px) {padding-left: 0px; padding-right: 0px;}
}


.jumbotron p, .jumbotron h1 {
  color: #ffffff;
}


.jumbotron .container {
  max-width: 1500px;
  position: relative;
  z-index: 10;
}
.jumbotron hr {
  position: relative;
  border-top: 1px solid white;
  margin: 20px 0;
  width: 0;
  left: 0;
  right: 0;
}
.jumbotron hr::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  background-color: white;
  top: -4px;
}
.grow-slide-left {
  animation: grow-slide-left 2.5s ease-out 0.25s 1 forwards;
}
@keyframes grow-slide-left {
  0% {
    opacity: 0;
    transform: scaleX(0.1) translateX(-1000px);
    transform-origin: 0% 0%;
  }
  10% {
    opacity: 1;
    transform: scaleX(0.1) translateX(0);
    transform-origin: 0% 0%;
    width: 100px;
  }
  100% {
    transform: scaleX(1) translateX(0);
    transform-origin: 0% 0%;
    width: 2000px;
  }
}
.grow-left {
  animation: grow-left 2.5s ease-out 0.25s 1 forwards;
}
@keyframes grow-left {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 0%;
    width: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    width: 2000px;
  }
}
@media screen and (min-width: 768px) {
  .grow-left, .grow-slide-left {
    animation-duration: 2s;
  }
}
@media screen and (min-width: 992px) {
  .grow-left, .grow-slide-left {
    animation-duration: 1.5s;
  }
}
.showcase-image {
  display: block;
  bottom: auto;
  height: auto;
  left: 50%;
  opacity: 0.6;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 1200px;
  z-index: 7;
}
.showcase-image.overlay {
  background: black;
  opacity: 0.6;
  z-index: 9;
}
.showcase-image.overlay.gradient-dark {
  background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.showcase-video {
  display: block;
  bottom: auto;
  height: auto;
  left: 50%;
  opacity: 1;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: 8;
}
.home-scroll {
  bottom: 30px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  width: 100%;
  z-index: 10;
}
.home-scroll:after {
  background: #fff;
  bottom: -50px;
  content: "";
  display: block;
  height: 45px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 2px;
}
.jumbotron .home-scroll p {
  color: #fff;
  font-family: "Atkinson Hyperlegible", -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.home-scroll img {
  display: block;
  margin: 5px auto;
  width: 20px;
}

.gurus {
  max-width: 650px;
}

.event-details {
  background: var(--green-green-gradient);
  width: 100%;
  height: 1.5px;
}

.event-grid {
  display: grid;
  grid-template-columns: auto auto;
  width: 50%;
  margin: 0 auto;
  padding: 15px 0px;
  gap: 5px;

  @media (max-width: 1587px) { width: 65%; }
  @media (max-width: 1200px) { width: 100%; }
  @media (max-width: 877px) { width: 100%; }
  @media (max-width: 782px) { grid-template-columns: auto; }
}

.event-grid p {
  font-size: 24px;
  margin-bottom: 0px;
  color: #fff;

  @media (max-width: 600px) { font-size: 3.5vw; }
}

.grey-bg {
  background-color: #17181A;
}

.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.green-graident {
  color: #7BD609;
  font-weight: 700;
}


/* ========== JUMBOTRON SHOWCASE END ========== */

/* ========== HEADSHOTS BEGIN ========== */
.headshot-circle {
  background-color: #f4f4f4;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: block;
  float: right;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 10px;
}
.headshot-circle.big {
  width: 110px;
  height: 110px;
}
.sidebar-column .headshot-circle {
  float: none;
  margin: 10px 0;
}
.headshot-circle img {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130%;
}
/* ========== HEADSHOTS END ========== */

/* ========== BUTTONS BEGIN ========== */
a.btn {
  text-decoration: none;
}
.btn {
  border-radius: .25rem;
  font-size: 1.125em;
  letter-spacing: .025em;
  line-height: 1.25;
  padding: .65em 1em;
}
.btn.disabled, .btn:disabled {
  opacity: .55;
}
.btn-primary {
  color: #ffffff;
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%) repeat scroll 0 0 #2cab1b;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%) repeat scroll 0 0 #2cab1b;
  background: linear-gradient(0deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%) repeat scroll 0 0 #2cab1b;
  border-color: transparent;
  border: none;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #279618;
  border-color: transparent;
  border: none;
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #279618;
  border-color: transparent;
  border: none;
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}
.btn-sm {
  font-size: 0.875em;
}
.btn-md {
  font-size: 1.25em;
}
.btn-lg {
  font-size: 1.5em;
  font-weight: 700;
}
.prev-next {
  display: table;
  clear: both;
  margin: 30px auto;
  max-width: 800px;
  width: 100%;
}
.box-button {
  border: 2px solid #17428D;
  color: #17428D;
  display: inline-block;
  font-family: "Atkinson Hyperlegible", -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .025em;
  height: auto;
  line-height: 1;
  margin: 15px auto;
  padding: 0.75em 0.625em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.5s cubic-bezier(.13,.97,.4,1);
  -moz-transition: all 0.5s cubic-bezier(.13,.97,.4,1);
  transition: all 0.5s cubic-bezier(.13,.97,.4,1);
  width: 250px;
  max-width: 100%;
}
.prev-next .box-button.prev, .prev-next .box-button.next {
  float: none;
  display: block;
}
.box-button:hover, .box-button:active, .box-button:focus {
  background-color: #17428D;
  color: #fff;
  text-decoration: none;
}
/* ========== BUTTONS END ========== */

/* ========== FORMS BEGIN ========== */
form.email-sub {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 800px;
}
.form-group {
  margin-bottom: 0.75rem;
}
.form-control, .form-control:focus {
  color: #000000;
}
.form-control {
  border: 1px solid #bbb;
  height: calc(1.5em + 1rem + 4px);
  padding: .5rem .625rem;
  width: 450px;
  max-width: 100%;
}
.form-control:hover, .form-control:focus {
  border-color: #2d92ff;
}
textarea.form-control {
  width: 100%;
  height: auto;
  min-height: 250px;
  vertical-align: top;
}
form button {
  min-width: 120px;
}
.confirm-message {
  border: 1px solid #ddd;
  margin: 1.5em auto;
  padding: 1.2em;
  background-color: #f5f6f7;
}
.confirm-message p:last-of-type {
  margin-bottom: 0;
}

#CallLoop h3 {
  font-family:"richmond-text" !important;
  font-size: 20px;
}

/* ========== FORMS END ========== */

/* ========== EVENT TIMER BEGIN ========== */
#event-timer {
  color: rgb(0, 0, 0);
  font-size: 'Inter';
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

#event-timer > div {
  border-right: 1px dashed rgba(0, 0, 0, 0.45);
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}


#event-timer span {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: .8;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-size: 25px;

  @media (max-width: 600px) { font-size: 3.5vw; }

}

/* ========== EVENT TIMER END ========== */

/* ========== CALL LOOP AND VIP STICKY BEGIN ========== */
#CallLoop p {
  font-family: "Atkinson Hyperlegible", -apple-system, Roboto, "Helvetica Neue", sans-serif;
  margin: 10px auto;
  display: block;
  text-align: left;
}

#phone-number {
  text-align: center;
}

#CallLoop input[type="text"] {
  background-color: #FCFFEC;
  border: 1px solid #bbbbbb;
  border-radius: .25rem;
  font-family: "Atkinson Hyperlegible", -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px;
  width: 100%;
  /*    max-width: 250px;*/
  margin: 6px auto;
  display: inline-block;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  text-align: center;
}

#CallLoop .callloop-submit {
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%) repeat scroll 0 0 #2cab1b;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%) repeat scroll 0 0 #2cab1b;
  background: linear-gradient(0deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%) repeat scroll 0 0 #2cab1b;
  border: none;
  border-radius: .25rem;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Atkinson Hyperlegible", -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
  height: calc(1.5em + 1rem + 4px);
  letter-spacing: 0;
  margin: 6px auto;
  padding: 4px 16px;
  text-decoration: none;
  text-transform: none;
  transition: all 0.15s ease-in-out;
  width: 100%;
}

#CallLoop .callloop-submit:hover {
  background-color: #279618;
}

#CallLoop h3 {
  line-height: 1.2;
  margin: 0 auto 0.5em;
  padding-bottom: 0;
  border-bottom: none;
}
#CallLoop .img-center {
  margin: 10px auto 15px;
  width: 160px;
}
.callloop-bottom {
  color: #888888;
  font-family: "Atkinson Hyperlegible", -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  margin: 20px auto 0;
  text-align: center;
}
.vip-sticky {
  background-color: #ffffff;
  border: 4px solid #2cab1b;
  padding: 20px 15px;
  position: fixed;
  top: 20%;
  width: 310px;
  right: -310px;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}
.vip-sticky.active {
  right: -4px;
}
.vip-toggle {
  background-color: #2cab1b;
  color: #ffffff;
  cursor: pointer;
  font-family: "Atkinson Hyperlegible", -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  left: -132px;
  padding: 8px 40px 8px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 84px;
  transform: rotate(-90deg);
  transition: all 0.15s ease-in-out;
}
.vip-toggle:hover {
  background-color: #279618;
}
.vip-toggle:after {
  font: var(--fa-font-solid);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0aa";
  font-size: 1.35em;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
}
.vip-sticky.active .vip-toggle:after {
  content: "\f0ab";
}
.vip-sticky #CallLoop h3 {
  font-size: 19px;
  line-height: 1.1;
  border-bottom: 1px solid #bbbbbb;
  margin: 0 auto 0.8em;
  padding-bottom: 5px;
}
.vip-sticky p {
  font-family: "Atkinson Hyperlegible", -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}
.vip-sticky #CallLoop input[type="text"] {
  font-size: 20px;
  line-height: 1.5;
  margin: 10px auto 0;
  max-width: 200px;
}
.vip-sticky #CallLoop .callloop-submit {
  max-width: 200px;
  font-size: 20px;
  height: calc(1.5em + .75rem + 2px);
  margin: 10px auto;
}
.callLoop-box{
  max-width: 900px;
  height: auto;
  display: block;
  margin: 40px auto;
  border: solid 5px #dedede;
  border-radius: 12px;
  padding: 20px;
}

.callLoop-box .container-fluid {

}

.callLoop-tophead{
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 3px;
}

#CallLoop input[type="text"]{
  max-width: none;
}
/* ========== CALL LOOP AND VIP STICKY END ========== */

/* ========== OSANO FOOTER BEGIN ========== */
.osano-cm-widget {
  display: none;
}

footer {
  background-color: #000;
}

.footerRow {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  justify-content: center;
  margin: 20px auto;
}
.footerItem {
  font-family: -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  color: #f9f9f9;
  line-height: 1.375;
  margin-bottom: 0.5em;
  padding: 0 15px;
  border-right: 1px solid #bbb;
  text-decoration: none;
}
.footerItem:last-child {
  border-right: none;
}
.footerItem:hover {
  text-decoration: none;
  color: #454242;
}
@media (max-width: 960px) {
  .footerRow {
    flex-direction: column;
    text-align: center;
  }
  .footerItem {
    border-right: none;
  }
}
#osano-cm-drawer-toggle--category_MARKETING--description {
  font-family: -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 1.375;
}
.osano-cm-description p, .osano-cm-view--type_consent p {
  font-family: -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 1.375;
}
.osano-cm-disclosure__toggle, .osano-cm-header {
  font-family: -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 17.65px;
}
.osano-cm-header {
  font-family: -apple-system, Roboto, "Helvetica Neue", sans-serif;
  font-size: 17.65px;
  line-height: 1.375em;
  margin: 0 auto;
}
/* ========== OSANO FOOTER END ========== */

/* ========== MEDIA QUERIES BEGIN ========== */
@media screen and (min-width: 576px) {
  .container, .copy-container, .subpage-container, .subpage-container-hero {
    max-width: 95%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
  p.eyebrow {
    font-size: 1.25rem;
  }

  .navbar .navbar-nav .nav-link {
    padding: 1.25em;
  }
  .testimonial {
    font-size: 24px;
  }
  hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  ul.custom-list {
    padding-left: 3em;
  }

  .jumbotron.subpage {
    min-height: 450px;
  }
  .jumbotron .container {
    width: 95%;
  }
  .container, .copy-container, .subpage-container, .subpage-container-hero {
    max-width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-column {
    padding-bottom: 50px;
  }
  .sidebar-column .event-block p {
    font-size: 17px;
  }
  .sidebar-column h3 {
    font-size: 34px;
  }
  .sidebar-column .headshot-circle {
    width: 90px;
    height: 90px;
  }
  .headshot-circle {
    width: 120px;
    height: 120px;
    margin: 0 0 15px 15px;
  }
  .headshot-circle.big {
    width: 150px;
    height: 150px;
  }
  .prev-next .box-button.next {
    float: right;
    width: 250px;
  }
  .prev-next .box-button.prev {
    float: left;
    width: 250px;
  }
  .form-control {
    font-size: 1.25rem;
    padding: .5rem .75rem;
  }
  .player-container {
    margin: 40px 0 0px;
  }
  .video-js-container {
    margin: 40px auto;
  }

  #CallLoop .img-center {
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .container, .copy-container, .subpage-container, .subpage-container-hero {
    max-width: 860px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu.large {
    width: 360px;
  }

  .container, .subpage-container, .subpage-container-hero {
    max-width: 90%;
  }
  .copy-container {
    max-width: 860px;
  }
  .copy-column {
    padding-right: 40px;
  }
  .sidebar-column {
    margin-top: 0;
  }
  .sidebar-column .headshot-circle, .event-block .hero-img {
    float: right;
    margin: 0 0 10px 10px;
  }
}
@media screen and (min-width: 1200px) {
  #CallLoop .btn-column {
    padding-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container, .subpage-container, .subpage-container-hero {
    max-width: 1300px;
  }
  .copy-container {
    max-width: 860px;
  }
}
@media screen and (max-width: 1400px) {
  #CallLoop input[type="text"], #CallLoop .callloop-submit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1100px) {
  #event-timer > div {
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .br-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vip-sticky {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .navbar-brand {
    font-size: 27px;
  }
  .nav-logo {
    width: 220px;
  }
  .jumbotron, .jumbotron.subpage {
    padding-left: 0;
    padding-right: 0;
  }
  .jumbotron hr {
    width: 600px;
  }
  #event-timer > div {
    margin-right: 10px;
    padding-right: 10px;
  }

  #event-timer {
    font-size: 13px;
    margin: 20px 0px;
  }
  #CallLoop h3, #CallLoop input[type="text"], #CallLoop .callloop-submit, .vip-block #CallLoop input[type="text"], .vip-block #CallLoop .callloop-submit {
    font-size: 21px;
  }
  .sidebar-column section.vip-block h3 {
    font-size: 32px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  #CallLoop h3, #CallLoop input[type="text"], #CallLoop .callloop-submit, .vip-block #CallLoop input[type="text"], .vip-block #CallLoop .callloop-submit {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .navbar-brand {
    font-size: 24px;
  }
  .nav-logo {
    width: 200px;
  }

  #event-timer {
    font-size: 12px;
  }
}
/* ========== MEDIA QUERIES END ========== */


/* Event Timer Styles */
/*
==================================================================================
BEGIN LARGE EVENT TIMER
==================================================================================
*/
#event-timer {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
#event-timer > div {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 11px;
  border-radius: 6px;
  padding: 0px 10px 5px;
  border: 1px solid #fff;
  width: 70px;
  height: auto;
}

#event-timer span {
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: -8px;
  padding-top: 10px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  #event-timer {
    font-size: 14px;
  }
  #event-timer > div {
    margin-right: 10px;
    padding-right: 10px;
  }

}
/*
==================================================================================
END LARGE EVENT TIMER
==================================================================================
*/

/* SMS VIP START */
.sms-box {
  background: #191f26;
  padding: 0 30px;
  margin-bottom: 30px;
}

.sms-titles {
  display: grid;
  grid-template-columns: auto auto;
}
.sms-titles h3 {
  font-size: 25px !important;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 1.1rem;
  border-bottom: none;
  text-align: left;
  text-wrap-style: pretty;
  font-weight: bold;

  @media (max-width: 842px) { text-align: center !important; font-size: 30px !important;}
  @media (max-width: 501px) { font-size: 5.5vw !important; }
}
.sms-titles p {
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  text-align: left !important;
  text-wrap-style: pretty;

  @media (max-width: 501px) { font-size: 4vw; }

}
.sms-titles h4 {
  text-align: left !important;
  color: #FAF8F4;
}

.vip-box {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
  width: 100%;
}

.vip-intro {
  display: flex;
  align-items: center;

  @media (max-width: 767px) {
    grid-template-columns: auto;
  }
}

.vip-sms-section {
  padding: 44px 40px 40px;
  text-align: center;
  font-family: "inter-18pt", sans-serif;
  margin-bottom: 30px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(90deg, #FFF 0%, #FAFAFA 100%);
  box-shadow: 0 0 0 1px #DBDBDB, 0 0 0 15px #F2F2F3, 0 0 0 16px rgba(0, 0, 0, 0.15), 0 8px 24px 0 rgba(0, 0, 0, 0.75);
}


.form-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-group {
  display: inline-flex;
  border-radius: 25px;
  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 16px;
  color: #FAF8F4 !important;
}

input:focus-visible {
  outline: none !important;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  background-color: transparent!important;
  border: none;
  padding-right: 100px;
  @media only screen and (max-width: 992px) {
    padding-right: 47vw;
  }
}

.vip-sms-section button {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  border:none;
  box-shadow: 0 6px 20px -6px rgba(34, 197, 94, 0.55);
  border-radius: 25px;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #005B3D;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #00A000;

  @media (max-width: 948px) {
    font-size: 15px;
  }

  @media (max-width: 920px) {
    font-size: 14px;
  }

  @media (max-width: 767px) {
    font-size: 18px;
  }

  @media (max-width: 452px) {
    font-size: 3.5vw;
  }


}

.vip-sms-section button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px -6px rgba(34, 197, 94, 0.7);
}

.vip-sms-section img {
  max-width: 230px;
  width: 100%;
  padding-right: 10px;

  @media (max-width: 897px) {
    max-width: 180px;
  }

  @media (max-width: 842px) {
    display: none;
  }
}

#disclaimer-sms {
  @media (max-width: 767px) {
    margin-top: 20px;
  }
}

.vip-sms-section .disclaimer {
  font-size: 12px;
  line-height: 1.2;
  font-family: 'Gibson',sans-serif;
  color: #989696;
  margin-top: 10px;
  width: 95%;
  margin-bottom: 0px;

  @media (max-width: 721px) {
    text-align: center;
  }

}

.vip-text-info {
  width: 95%;
  font-size: 24px;
  font-family: 'Gibson-Semibold', sans-serif;
  color: #191f26;
  font-weight: bold;
  margin-bottom: 10px;

  @media (max-width: 721px) {
    text-align: center;
  }
}

.custom-list {
  list-style-type: none;
}

.align-center {
  text-align: center !important;
  font-weight: bolder;
}

#copy-content h3 {
  font-weight: bolder;
  font-size: 35px;
}
.iti {display:block;}
.vip-sms-section .disclaimer {
  margin: 10px 0px 0px !important;
  width: 100%;
}

.disclaimer  a {
  color: #000;
}


.vip-text-info a {
  font-size: 16px !important;
}

.mpg-tm-success-content { display: none; }


input {
  border-radius: 8px;
  border: 1px solid #A6A6A6;
  background: #FFF;
  width: 100%;
  padding: 16px;

}

.side-form {
  box-shadow: none;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.side-form .vip-box {
  max-width: auto;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;

}

.side-form .vip-sms-section {
  padding: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  box-shadow: none;
  background: transparent;
}

.side-form .sms-titles {
  display: block;
}

.side-form .sms-titles img {
  display: none;
}

.side-form .form-row {
  display: block;
}

.side-form .sms-titles h3 {
  font-size: 20px !important;
}

.side-form .sms-titles p {
  font-size: 14px;
}

.side-form .form-group {
  display: block;
}

.side-form input {
  width: 250px;
  padding: 10px;
}

.side-form button {
  width: 250px;
  font-size: 13px;
  padding: 1em;
}

.side-form .disclaimer {
  margin-top: 10px;
}

@media (min-width: 768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 50%;
        max-width: 100%;
    }
}


.container {
  padding-left: 30px;
  padding-right: 30px;
}


.sentence-case {
  text-transform: capitalize !important;
  font-size: 22px !important;
  letter-spacing: 0px !important;
}
