@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
body {
  overflow-x: hidden;
}

.main-header {
  display: flex;
  /* max-width: 1280px; */
  margin: 0 auto 0;
  background-image: url(../images/mainbg.jpg);
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  flex-wrap: wrap;
  padding: 0;
  background-size: cover;
  min-height: 100vh;
}
.main-header.white {
  display: flex;
  /* max-width: 1280px; */
  margin: 0 auto 0;
  background: white;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
  flex-wrap: wrap;
  padding: 0;
  background-size: cover;
  min-height: 100vh;
}
.main-header.white::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background-size: cover;
  opacity: 1;
  z-index: -1;
}
.main-container {
  background-image: url(../images/TWK_LAUNCH_081521_BRANDING_background_02.jpg);
  background-size: cover;
  background-position-x: center;
}

.container.secondary {
  max-width: 1400px;
}

.secondary-logo {
  padding: 12px 0;
}
.secondary-logo img {
  width: 100%;
  max-width: 380px;
}

.ribbon-arrow::before {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.25rem;
  background-color: rgba(22, 84, 111, 0.8);
  content: " ";
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.ribbon-arrow::before {
  padding: 16px 0;
}

.ribbon-active::before {
  background-color: #2fd5fa;
}

.copyright {
  background: #262930;
  padding: 0 0 25px;
}

.ribbon-arrow .ribbon-text {
  margin-top: -45px;
  font-size: 0.75rem;
  line-height: 45px;
}

.ribbon-arrow .ribbon-text {
  position: relative;
  display: block;
  margin-top: -42px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.01rem;
}
@media (min-width: 756px) {
  .ribbon-arrow .ribbon-text {
    font-size: 18px;
  }
}

.call-to-order {
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.oswald-title {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
}

.oswald-title-xl {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 756px) {
  .oswald-title-xl {
    font-size: 36px;
  }
}

.oswald-hero-title {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 756px) {
  .oswald-hero-title {
    font-size: 42px;
  }
}

.oswald-hero-title-xl {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 756px) {
  .oswald-hero-title-xl {
    font-size: 48px;
  }
}

.stop-sign {
  width: 152px;
  margin-bottom: 24px;
}
@media (min-width: 756px) {
  .stop-sign {
    width: 192px;
    margin-bottom: 0;
  }
}

.black-bg {
  background-color: black;
  padding: 4px 8px;
}

.all-caps-title {
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}

.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.container {
  max-width: 960px;
  position: relative;
}

.secondary-header {
  padding: 8px 0;
  background-color: #c8ced2;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.menu-link {
  display: flex;
  padding: 0 16px;
  color: white;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s;
  font-family: "Oswald", sans-serif;
  margin: 0 16px;
  height: 52px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-link:hover {
  text-decoration: none;
  color: white;
  opacity: 0.7;
}

.menu-link.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.menu-link-date {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.branding {
  /* padding: 32px 64px 32px 220px; */
  margin: 16px auto 32px;
}

.ts-shot {
  position: absolute;
  z-index: 2;
  bottom: -32px;
  right: -142px;
  max-width: 200px;
  height: 176px;
  overflow: hidden;
}

.video {
  margin: 32px 0;
  width: 100%;
  background-color: black;
}

.benefit-list {
  padding-left: 0;
}
.benefit-list li {
  padding: 16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: unset;
  margin-bottom: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 756px) {
  .benefit-list li {
    padding: 20px 20px 20px 56px;
    flex-direction: initial;
  }
}
.benefit-list li::before {
  left: 12px;
  top: 20px;
  display: none;
}
@media (min-width: 756px) {
  .benefit-list li::before {
    display: inline-block;
  }
}
.benefit-list li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.benefit-list li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.benefit-list img {
  width: 220px;
  margin: 16px auto 16px;
  position: relative;
  display: block;
}
@media (min-width: 756px) {
  .benefit-list img {
    width: 220px;
    margin: 0 0 0 16px;
  }
}

.testimonials-grid {
  display: grid;
  margin: 32px 0 64px;
  grid-row-gap: 24px;
}
@media (min-width: 756px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 24px;
  }
}

.testimonial {
  padding: 16px;
  background-color: white;
  border-radius: 12px;
  border: 4px solid rgba(0, 0, 0, 0.3);
  font-style: italic;
  text-align: center;
}

.about-tim {
  background-color: white;
  border-radius: 12px;
  border: 4px solid rgba(0, 0, 0, 0.3);
  padding: 20px 20px 24px 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 32px 0 64px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 756px) {
  .about-tim {
    flex-direction: row;
    align-items: initial;
    text-align: left;
  }
}
@media (min-width: 756px) {
  .about-tim {
    padding: 12px 12px 24px 12px;
  }
}
.about-tim-img {
  display: block;
  height: 86px;
  min-width: 86px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 24px;
  max-width: 86px;
  border: 2px solid #42aff2;
  overflow: hidden;
  border-radius: 50px;
}
@media (min-width: 576px) {
  .about-tim-img {
    height: 86px;
    min-width: 86px;
    max-width: 86px;
    margin-right: 12px;
    margin-left: initial;
    margin-top: initial;
    margin-bottom: initial;
  }
}
.about-tim p {
  font-size: 16px;
}
.about-tim-heading {
  position: relative;
  width: 100%;
  left: -32px;
  padding: 12px 24px;
  background: #e7e5e8;
  background: linear-gradient(#e7e5e8, #d7d7da 28%, #e3e0e4 50%, #d0d0d6 52%, #eaeaec 86%, #e4e4e6 100%) !important;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
  color: #222 !important;
  font-size: 16px;
  font-weight: bold;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 4px solid #42aff2;
  margin-bottom: 20px;
  line-height: 1;
  text-align: left;
}

.timer {
  display: flex;
  padding: 24px;
  margin-left: auto;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  text-align: center;
  line-height: normal;
  width: 300px;
}

.timer-el {
  display: flex;
  flex-direction: column;
  margin: 0 12px;
}

.time {
  font-size: 44px;
  font-family: "Oswald", sans-serif;
}

.timer-title {
  width: 100%;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: normal;
  margin-top: 0 !important;
}

.subtitle {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
}

.text-box {
  padding: 20px;
  background-image: url(../images/hero_banner.jpg);
  border-radius: 16px;
  margin-bottom: 32px;
  background-size: cover;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  color: white;
}
.text-box p {
  color: white;
}
@media (min-width: 756px) {
  .text-box {
    padding: 32px 24px;
  }
}

.blue {
  color: #37c8f8;
}

.blue-bg {
  background-color: #37c8f8;
  padding: 4px 8px;
  color: #000;
  display: inline-block;
}

h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 18px;
}
@media (min-width: 756px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
  color: white;
  font-weight: bold;
}
@media (min-width: 756px) {
  h5 {
    font-size: 20px;
  }
}

.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  letter-spacing: -0.1px;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 756px) {
  .title {
    font-size: 40px;
  }
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.bold {
  font-weight: bold;
}

@media (min-width: 1300px) {
  .img-h-hl {
    bottom: 4rem;
    right: 4rem;
  }
}
.icon {
  height: 32px;
  width: 32px;
  background-color: #fff;
  text-align: center;
  line-height: 1.35;
  font-size: 24px;
  border-radius: 24px;
  color: #272728;
}

.img-arrow-left {
  opacity: 1;
  position: absolute;
  top: 2.8rem;
  left: -6.2rem;
  z-index: 2;
  width: 200px;
  transform: scale(0.4);
}

.schedule-text {
  font-weight: bold;
  color: white;
  font-size: 24px;
  margin-left: 8px;
}

.img-h-hl {
  position: absolute;
  bottom: -10rem;
  right: -10rem;
  z-index: 2;
  max-width: 248px;
}

.divider-bottom-triangle {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

body {
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.top {
  background-color: #3FA9F5;
  padding: 10px 0;
}

.logo {
  display: block;
}

a {
  color: #3FA9F5;
}

a:hover {
  color: #3FA9F5;
}

.callout {
  padding: 32px;
  background-image: url(../images/TWK_LAUNCH_081521_BRANDING_03.jpg);
  background-size: cover;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  margin-bottom: 32px;
  text-align: center;
  color: white;
}

.add-to-calendar {
  height: 52px;
  display: flex;
  align-items: center;
  margin: auto;
  width: 220px;
  text-align: center;
  justify-content: center;
  background-color: white;
  border-radius: 12px;
  color: black;
}

.add-to-calendar:hover {
  opacity: 0.9;
  text-decoration: none;
  color: black;
}

.black {
  color: black;
}

h1 {
  font-size: 34px;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

h1.white.bigtext {
  font-size: 60px;
  line-height: 1.5em;
  color: #3fa9f5;
}

h2 {
  line-height: 1.4em;
  font-size: 24px;
  /* font-weight: 300; */
}

h2.white {
  margin-bottom: 25px;
}

section.formwrap h3 {
  color: #000;
}

ul li:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
  border: 2px solid #272728;
  padding: 3px;
  border-radius: 24px;
}

ul li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 24px;
}

ul {
  padding-left: 0;
  margin-bottom: 32px;
}

strong {
  font-weight: 700 !important;
}

h1.white strong {
  font-weight: 800 !important;
}

p {
  font-size: 18px;
}

.content-area p {
  padding-bottom: 0 !important;
  margin-bottom: 3px !important;
}

.totalwrap {
  background-image: url(../images/TWK_LAUNCH_081521_BRANDING_03.jpg);
  background-position: top center;
  background-size: cover;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.logo {
  /* max-width: 500px; */
  margin: 0 auto !important;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  width: 100%;
  max-width: 440px;
  margin-bottom: 32px !important;
}
@media (min-width: 1200px) {
  .logo {
    position: relative;
    max-width: inherit;
    height: 54px;
  }
}

a.btn.btn-cta {
  background: #F2AE0B;
  color: #FFFFFF !important;
  font-size: 28px;
  font-weight: 600;
  border-radius: 4px;
  padding: 13px 25px;
  border: none;
  cursor: pointer;
  display: block;
  letter-spacing: 0px;
  margin: 20px auto;
  border: 3px solid white;
}
a.btn.btn-cta:hover {
  background: #d89f1b;
}

.black {
  color: #222222;
}

.divider {
  border-top: 1px solid rgba(65, 48, 48, 0.25);
  margin: 52px 0;
}

.totalwrap h4 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.4;
}

.totalwrap h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.imgwrap img {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #000;
}

a.btn.btn-default.text-center {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  border-radius: 35px;
  background-image: linear-gradient(90deg, #2fd5fa 3%, #3094fb 100%);
  background-position: center center;
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  text-decoration: none solid #fff;
  text-align: center;
  border: none;
  margin-bottom: 20px;
}

.formwrap .container {
  max-width: 900px;
  background-color: #ecebea;
  padding: 32px 40px;
  /* margin-top: -80px; */
  /* border-top: 35px solid #272728; */
}

.hero-formwrap .form-inline, .dark-form .form-inline {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0 16px 16px;
  /* max-width: 560px; */
}

.hero-formwrap button.btn.btn-default, .dark-form button.btn.btn-default {
  max-width: 230px;
  min-width: 230px;
  border-radius: 12px;
  padding: 10px 0;
  font-size: 24px;
  margin-left: 12px;
}

.hero-formwrap .form-inline .form-group, .dark-form .form-inline .form-group {
  width: calc(100% - 246px) !important;
  margin-bottom: 0;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.hero-formwrap .container {
  max-width: 900px;
  padding: 20px 40px;
  margin: -124px auto 64px;
  background-color: #272728;
  position: relative;
  z-index: 99;
  border-radius: 16px;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.24);
}

.hero-formwrap h2, .hero-formwrap p {
  color: white;
}

.hero-formwrap p {
  margin-bottom: 24px;
}

.row {
  padding: 24px 0;
}
@media (min-width: 756px) {
  .row {
    padding: 32px 0;
  }
}

.formwrap .container .row {
  background-color: #ffffff;
  padding: 25px !important;
  max-width: 810px;
  margin: auto;
}

form.form-inline .form-group input {
  width: 100%;
}

form.form-inline .form-group {
  width: 100% !important;
  margin-bottom: 20px;
}

.margintop55 {
  margin-top: 55px;
}

.margintop50 {
  margin-top: 50px;
}

.slate {
  color: #acb1b7;
}

.white {
  color: white !important;
}

p, li {
  font-size: 19px;
  color: #212529;
  /* line-height: 30px; */
}

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

.ronald-section-bg {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

section.logo-section .logo {
  margin-bottom: 15px !important;
}

.logo-section {
  padding: 10px 0;
}

@media (min-width: 992px) {
  .v2 .ronald-hompepage-intro-section {
    padding: 30px 0 0;
  }

  .ronald-hompepage-intro-section {
    padding: 50px 0;
  }

  .content-area {
    padding-bottom: 35px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
}
.top32 {
  margin-top: 32px;
}

.bottom46 {
  margin-bottom: 40px;
}

.maximg {
  max-width: 329px !important;
  margin: auto !important;
  display: table !important;
}

.max786 {
  max-width: 786px;
  margin: auto;
  display: table;
}

h3 {
  line-height: 2.625rem;
  font-size: 1.6099rem;
  margin-bottom: 0;
}

h5 {
  text-align: center;
}

.content-area {
  position: relative;
}

.content-area img {
  margin: 0 auto;
  display: block;
}

.content-area .row {
  position: relative;
  z-index: 1;
}

a#apply_link {
  padding: 23px 50px;
  font-size: 19px;
  background: #ff4500;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}

a#apply_link:hover {
  background: #ffffff;
  color: #ff4500;
  border: 1px solid #ff4500;
}

.copyright {
  background: #262930;
  padding: 0 0 25px;
}

.copyright p {
  line-height: 1.375rem;
  font-size: 0.8669rem;
  margin-bottom: 0;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}

a.btn {
  background: #ff0000;
  color: #FFFFFF !important;
  font-size: 28px;
  font-weight: 600;
  border-radius: 3px;
  padding: 13px 25px;
  border: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0px;
  margin: 20px 0;
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -83px !important;
  color: #ffffff !important;
  text-shadow: none;
}

.flip-clock-wrapper {
  display: flex !important;
  justify-content: center !important;
  margin: 20px auto !important;
}

.clock.countdown.se_timer_text.flip-clock-wrapper {
  margin: 25px auto;
}

button.btn.btn-default {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  border-radius: 35px;
  background-image: linear-gradient(90deg, #2fd5fa 3%, #3094fb 100%);
  background-position: center center;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  text-decoration: none solid #fff;
  text-align: center;
  border: none;
}

button.btn.btn-default:hover {
  opacity: 0.8;
}

.row.form-section {
  padding-bottom: 35px;
}

.copyright p {
  font-size: 11px !important;
  margin-bottom: 15px !important;
}

.copyright p a {
  color: #83a2c7 !important;
}

.copyright p a:hover {
  color: #007bff !important;
}

@media (max-width: 1200px) {
  .branding {
    padding: 32px 64px 32px 96px;
  }
}
@media (max-width: 1679px) {
  .max960 {
    max-width: 714px !important;
    margin: auto;
  }
}
.menu {
  position: relative;
  margin: 0 24px 12px;
  border: none;
  background-color: unset;
  color: white;
}

@media (max-width: 1024px) {
  .branding {
    padding: 24px;
    margin: auto;
  }

  .logo {
    margin-bottom: 0 !important;
  }

  h2 {
    line-height: 1.4em;
    /* font-size: 28px; */
    /* font-weight: 300; */
  }
}
#myForm {
  position: fixed;
  bottom: -500px;
  opacity: 0;
  width: 100%;
  padding: 36px 20px;
  transition: all 500ms ease-in-out;
  border-radius: 24px 24px 0 0;
}

#myForm .close {
  position: absolute;
  top: 16px;
  right: 32px;
  font-size: 24px;
  color: #fff;
}

#myForm.show {
  bottom: 0;
  opacity: 1;
}

#myForm .container {
  max-width: 800px;
}

@media (max-width: 991px) {
  /* .secondary-header.show{
      display: flex;
  }
  .secondary-header{
      flex-wrap: wrap;
      display: none;
  } */
  .menu-link {
    margin: 16px 0;
    padding: 0 14px;
    height: 40px;
    min-width: 120px;
  }

  .timer {
    display: flex;
    padding: 24px 24px;
    margin-right: auto;
  }

  #myForm .close {
    position: absolute;
    top: 8px;
    right: 16px;
  }

  .author {
    margin-top: 15px;
  }

  .container .col-sm-6 {
    flex: unset;
    max-width: 100%;
  }

  a#apply_link {
    padding: 15px 22px;
    font-size: 16px;
  }

  .ronald-section-default {
    padding: 25px 0;
    margin-bottom: 25px;
  }

  h1 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
  }

  .content-area img {
    margin: 0 auto 20px;
    display: block;
    width: 290px;
  }

  h2 {
    line-height: 1.4em;
    font-size: 18px;
    /* font-weight: 300; */
  }

  .copyright {
    padding: 25px 0 25px;
  }

  .v1 br {
    display: none;
  }

  .logo-section h4.white {
    font-size: 16px;
    margin-top: 20px !important;
    margin-bottom: 20px;
  }

  h2.white {
    margin-bottom: 20px;
  }

  .row.logo img {
    width: 130px;
  }

  .row.logo {
    padding-top: 20px;
  }

  .team-text {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
  }

  .max850 {
    max-width: unset;
  }

  .max786 {
    max-width: unset;
  }

  .maximg {
    max-width: 150px !important;
  }

  .bottom46 {
    margin-bottom: 20px;
  }

  .top32 {
    margin-top: 15px;
  }

  h3 {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0 !important;
    margin-top: 10px;
  }

  p {
    font-size: 16px;
    line-height: 1.4em;
  }

  h3 br,
h5 br {
    display: none;
  }

  .nomobilebtn {
    margin-bottom: 0;
  }

  .v1 .ronald-section-default br {
    display: none;
  }

  .v1 h3 {
    margin-bottom: 14px;
  }

  .v1 a#apply_link {
    margin: 15px auto 25px;
  }

  a.btn.btn-large {
    font-size: 14px;
  }

  .v2 a.btn.btn-large.btn-call-strong {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .btm br {
    display: none !important;
  }

  a.btn {
    background: #ff0000;
    color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
    padding: 13px 25px;
    border: none;
    cursor: pointer;
    display: block;
    letter-spacing: 0px;
    margin: 20px auto;
    min-width: 285px;
  }
}
.dark-form {
  background-color: #272728;
  position: relative;
  z-index: 99;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.24);
}

.call-to-order {
  height: 62px;
  margin: auto;
  padding: 4px 12px;
  border-radius: 8px;
  z-index: 99;
  background-color: #3fa9f5;
}
@media (min-width: 756px) {
  .call-to-order {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 16px;
  }
}

@media (max-width: 770px) {
  .call-to-order {
    width: 186px;
    margin: 36px auto 16px;
  }

  .hero-formwrap {
    padding: 0 20px;
  }

  h1.white.bigtext {
    font-size: 24px;
    line-height: 1.5em;
    color: #3fa9f5;
  }

  div#wistia-j38ihh83m5-1 {
    height: 130px !important;
  }

  .plink {
    font-size: 13px;
  }

  .top h4.white {
    font-size: 14px;
    margin-bottom: 0;
  }

  section.totalwrap {
    padding-top: 25px;
  }

  .content-area img {
    margin: 0 auto 0;
    display: block;
    width: 290px;
  }

  .formwrap .container {
    padding: 20px;
    /* margin-top: -80px; */
  }

  .formwrap .container .row {
    padding: 25px 25px 0 25px !important;
  }

  form.form-inline {
    margin: 0 0 24px !important;
    flex-direction: column;
    max-width: 100%;
  }

  .hero-formwrap .form-inline .form-group, .dark-form .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  .hero-formwrap button.btn.btn-default, .dark-form button.btn.btn-default {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }

  .hero-formwrap .container {
    padding: 20px;
    margin: -124px auto 40px;
  }

  ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }

  ul {
    margin-left: 0;
    padding-left: 20px;
  }

  h1.white {
    text-align: center;
    margin-bottom: 10px;
  }

  .content-area p, .content-area h4 {
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
    text-align: center;
    font-size: 16px;
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 24px !important;
  }

  .flip-clock-wrapper ul {
    margin: 2px;
    width: 36px !important;
    height: 54px !important;
    font-size: 80px;
    font-weight: bold;
    line-height: 73px !important;
    border-radius: 6px;
    background: #000;
    padding: 0 !important;
  }

  .flip-clock-wrapper ul li {
    line-height: 50px !important;
  }

  span.flip-clock-dot.top, span.flip-clock-dot.bottom {
    display: none;
  }

  button.btn.btn-default {
    white-space: normal;
  }

  span.flip-clock-divider.days span.flip-clock-label {
    right: -57px !important;
  }

  span.flip-clock-divider.hours span.flip-clock-label {
    right: -58px !important;
  }

  span.flip-clock-divider.minutes span.flip-clock-label {
    right: -64px !important;
  }

  span.flip-clock-divider.seconds span.flip-clock-label {
    right: -66px !important;
  }
}
@media (max-width: 480px) {
  span.flip-clock-divider.days span.flip-clock-label {
    right: -46px !important;
  }

  span.flip-clock-divider.hours span.flip-clock-label {
    right: -48px !important;
  }

  span.flip-clock-divider.minutes span.flip-clock-label {
    right: -54px !important;
  }

  span.flip-clock-divider.seconds span.flip-clock-label {
    right: -60px !important;
  }

  h2 {
    line-height: 1.5em;
    font-size: 18px;
    /* font-weight: 300; */
  }

  a#apply_link {
    font-size: 14px;
    white-space: normal;
  }

  .ronald-section-default .inner {
    max-width: 100%;
    margin: auto;
  }

  h1 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
  }

  .callout {
    padding: 24px 20px;
  }

  .flip-clock-wrapper {
    margin: 20px auto 0 !important;
  }
}
#clockdiv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (min-width: 756px) {
  #clockdiv {
    flex-wrap: nowrap;
    margin-bottom: 32px;
  }
}

.timer-section {
  padding-top: 196px;
}
@media (min-width: 576px) {
  .timer-section {
    padding-top: 148px;
  }
}
@media (min-width: 1200px) {
  .timer-section {
    padding-top: 196px;
  }
}

.timer-ruler {
  margin: 0;
  top: 106px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.time-container {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 756px) {
  .time-container {
    padding: 0 40px;
    margin-bottom: 0;
    width: initial;
  }
}
.time-container:nth-child(even) {
  border-right: none;
}
@media (min-width: 756px) {
  .time-container:nth-child(even) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.time-container:last-child {
  border-right: none;
}

.smalltext {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #222222;
}
@media (min-width: 756px) {
  .smalltext {
    font-size: 18px;
  }
}

.cta {
  background: #F57D00;
  border: 1px solid #F57D00 !important;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 21px 40px;
  width: auto;
  border: solid 1px;
  cursor: pointer;
  border-radius: 3px;
  white-space: normal;
  color: #fff;
}
.cta:hover {
  background: white;
  color: #F57D00;
}

.video {
  display: block;
  width: 100%;
  max-width: 620px;
  border-radius: 12px;
  margin: 0 auto 36px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}

.time {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  color: #F2AE0B;
}
@media (min-width: 756px) {
  .time {
    font-size: 56px;
  }
}

#ribbon {
  padding: 0.34em 0;
  margin: 32px auto;
  position: relative;
  color: #ffffff;
  font: 18px "Poppins", sans-serif;
  height: 45px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  background-color: #3FA9F5;
  display: block;
  width: 88%;
  line-height: 1.75;
}
@media (min-width: 756px) {
  #ribbon {
    height: 62px;
    font: 28px "Poppins", sans-serif;
    font-weight: bold;
  }
}

#ribbon:before, #ribbon:after {
  content: "";
  width: 1.2em;
  position: absolute;
  display: block;
  border: 1.25em solid #3FA9F5;
  z-index: -2;
}
@media (min-width: 756px) {
  #ribbon:before, #ribbon:after {
    width: 1.3em;
    position: absolute;
    display: block;
    border: 1.1em solid #3FA9F5;
  }
}

#ribbon:before {
  left: -1.35em;
  border-right-width: 0.75em;
  height: 44px;
  top: 0;
  border-left-color: transparent;
}
@media (min-width: 756px) {
  #ribbon:before {
    height: 62px;
  }
}

#ribbon:after {
  right: -1.35em;
  border-left-width: 0.75em;
  border-right-color: transparent;
  top: 0;
  height: 44px;
}
@media (min-width: 756px) {
  #ribbon:after {
    height: 62px;
  }
}

#content:before, #content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #0675b3 transparent transparent transparent;
  z-index: -1;
}

#content:before {
  left: 0;
  /* 	  border-width: .5em 0 0 .5em; */
}

#content:after {
  right: 0;
  /* 	  border-width: .5em .5em 0 0; */
}

.product-shot {
  position: relative;
  padding: 16px 0;
  margin-bottom: 32px;
}
.product-shot::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.05);
  right: -68%;
}

.form-container {
  max-width: 524px;
  margin: auto;
}

.form-control {
  height: 56px;
  padding: 0 16px;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #a2a2a2;
}

.btn {
  padding: 16px 24px;
  width: 100%;
  font-size: 20px;
  border-radius: 0;
  font-weight: bold;
  letter-spacing: 0.2px;
  background: #ff4500;
  border: 1px solid #ff4500 !important;
  color: white;
}
.btn:hover {
  background-color: #fff;
  color: #ff4500;
}
@media (min-width: 992px) {
  .btn {
    font-size: 20px;
  }
}

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