﻿.content-sizing {
  box-sizing: content-box !important;
}

html {
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111111;
  height: 100%;
}
body.dark-theme {
  background-color: #17181B;
  color: #fff;
}
body.dark-theme .text-link {
  color: #fff;
}
body.dark-theme .text-link:hover {
  color: #ddd;
}
body.dark-theme .text-link:active {
  color: #ccc;
}
body.dark-theme .btn-outline-dark {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
@media (max-width: 992px) {
  body.dark-theme .navbar .navbar-nav .nav-link {
    color: #fff;
  }
}
body.dark-theme footer {
  background-color: #17181B;
  color: #fff;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.alert {
  border-radius: 0.6875rem;
  border: none;
  color: #000;
  padding: 1rem 1.5rem;
}
.alert.alert-success {
  background: #EBFADD;
}
.alert.alert-danger {
  background: #F2D7D3;
}

.navbar {
  border-bottom: 1px solid #E9EBEF;
  min-height: 64px;
}
.navbar .nav-link img {
  width: 32px;
  height: 32px;
}
.navbar .nav-link img:hover {
  opacity: 0.7;
}
.navbar.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar.navbar-dark .navbar-nav .nav-link:active {
  color: rgba(255, 255, 255, 0.9);
}
.navbar.navbar-light .navbar-nav .nav-link {
  color: #111;
}
.navbar.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.5);
}
.navbar.navbar-light .navbar-nav .nav-link:active {
  color: rgba(0, 0, 0, 0.6);
}
.navbar .navbar-brand img {
  width: 118px;
  height: 40px;
  top: 0;
}
.navbar .btn {
  border-width: 2px !important;
  margin-top: 4px;
}
.navbar.navbar-shadow .nav-link {
  text-shadow: 1px 1px #000000;
}
.navbar.navbar-shadow .nav-link.btn {
  text-shadow: none;
}
@media (min-width: 992px) {
  .navbar {
    margin-bottom: 16px;
    padding: 16px 0;
  }
  .navbar .navbar-nav .nav-item {
    margin-right: 0.5rem;
  }
  .navbar .navbar-nav .nav-link {
    color: #282828;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    margin-top: 1px;
  }
  .navbar .navbar-nav .nav-link.active-page {
    font-weight: 700;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #aaa;
  }
  .navbar .navbar-nav .nav-link:active {
    color: #666;
  }
  .navbar .navbar-nav .nav-link.rounded-pill:hover, .navbar .navbar-nav .nav-link.rounded-pill:active {
    color: #111111;
  }
  .navbar .navbar-nav .nav-link img {
    margin-top: -2px;
  }
  .navbar .navbar-nav .nav-link.btn {
    margin-top: 8px;
    line-height: 1.5rem;
  }
  .navbar .navbar-nav .nav-link.btn-outline-light:hover, .navbar .navbar-nav .nav-link.btn-outline-light:active {
    background-color: #fff;
    border-color: #fff;
  }
  .navbar.navbar-text-light .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar.navbar-text-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-text-light .navbar-nav .nav-link:active {
    color: rgba(255, 255, 255, 0.9);
  }
  .navbar.navbar-text-light .navbar-nav .nav-link.rounded-pill:hover, .navbar.navbar-text-light .navbar-nav .nav-link.rounded-pill:active {
    color: #111111;
  }
  .navbar.navbar-text-light .navbar-toggler {
    border-color: #111111;
  }
  .navbar.navbar-text-light .navbar-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(17,17,17, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar.navbar-text-dark .navbar-nav .nav-link {
    color: #fff !important;
  }
  .navbar.navbar-text-dark .navbar-nav .nav-link.rounded-pill {
    color: #fff !important;
  }
  .navbar.navbar-text-dark .rounded-pill {
    color: #fff !important;
    border-color: #111111 !important;
    background-color: #111111 !important;
  }
  .navbar .navbar-nav .nav-link.btn {
    padding: 0.5rem 0.75rem;
  }
  .navbar .navbar-nav .nav-link.btn-light {
    background-color: #fff;
    border-color: #fff;
    color: #111111;
  }
  .navbar .navbar-nav .nav-link.btn-light:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
  }
  .navbar .navbar-nav .nav-link.btn-light:active {
    background-color: #efefef;
    border-color: #efefef;
  }
  .navbar .navbar-nav .nav-link.btn-login {
    min-width: 100px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  .navbar .navbar-nav .nav-link.btn {
    padding: 0.25rem 1rem;
  }
  .navbar .navbar-nav .nav-link.btn-login {
    min-width: 100px;
  }
}
.navbar .navbar-toggler {
  border: none;
  color: #000000;
}
.nav-pills .nav-link {
  color: #737F8D;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #3DBFF1;
}
.nav-pills.nav-underline {
  border-bottom: 1px solid #E2E2E2;
  padding: 0;
}
.nav-pills.nav-underline .nav-item {
  margin-bottom: 0;
}
.nav-pills.nav-underline .nav-link {
  border-radius: 0;
  background-color: transparent;
}
.nav-pills.nav-underline .nav-link.active, .nav-pills.nav-underline .nav-pills .show > .nav-link {
  border-bottom: 4px solid #5DB441;
  color: inherit;
  background-color: inherit;
}

.vdot-contact {
  margin-top: 120px;
}

.vdot-error #error {
  min-height: calc(100vh - 100px);
}
.vdot-error #error h1 {
  font-size: 2rem;
}
.vdot-error #error article {
  display: block;
  text-align: left;
  max-width: 650px;
  margin: 0 auto;
}
.vdot-error #error article.wide {
  max-width: 800px;
}
.vdot-error #error p {
  margin: 20px 0;
}

.footer-delimiter {
  width: 100%;
  margin: 0 40px;
  background-color: #D9D9D9;
}
@media (max-width: 767.98px) {
  .footer-delimiter {
    margin: 0 15px;
  }
}

.card-container {
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 1rem;
  padding: 2rem 2.5rem;
}
.card-container hr {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .card-container {
    padding: 1rem 1.5rem;
  }
}

footer {
  background-color: #F5F5F5;
}
footer h5 {
  font-size: 1.125rem;
}
footer.empty {
  font-size: 0.875rem;
  background-color: #FFF;
  color: #828282;
}
footer.empty a {
  color: #828282;
}

.container-radius {
  border-radius: 32px;
}
@media (max-width: 991.98px) {
  .container-radius {
    border-radius: 20px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color-accent {
  color: #6CAE3E !important;
}

.text-secondary {
  color: #828282 !important;
}

.start-hidden {
  display: none;
}

.page-header-row {
  top: 0;
  width: 100%;
  z-index: 99;
}

.relative-container {
  position: relative;
}

.absolute-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.d-hidden {
  display: none;
}

.btn:focus,
a:focus,
div:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #111111;
}

input[type=text] {
  height: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}

.container {
  max-width: 1440px !important;
}

.profile-pic-container {
  position: relative;
}
.profile-pic-container .vdot-certified-badge {
  position: relative;
  float: right;
  width: 36%;
  height: 36%;
  margin-top: -35%;
}

.profile-pic, .profile-pic-title-name {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}
.profile-pic.medium, .profile-pic-title-name.medium {
  width: 75px;
  height: 75px;
}
.profile-pic.small, .profile-pic-title-name.small {
  width: 50px;
  height: 50px;
}
.profile-pic.no-center, .profile-pic-title-name.no-center {
  margin-left: 0;
  margin-right: 0;
}

.header h1 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .header h2 {
    font-weight: 600;
    font-size: 1.15rem;
  }
  .header h3 {
    font-weight: 600;
    font-size: 1.15rem;
  }
  .header .card-right {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .header .card-right {
    padding-left: 5% !important;
    padding-right: 0 !important;
  }
  .header h1 {
    font-size: 3rem;
  }
}

.img-download-google,
.img-download-apple {
  max-width: 120px;
}

.icon-option {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 1.25rem;
}

.lbl-option {
  font-size: 1.25rem;
}

.icon {
  max-width: 32px;
}

.text-muted {
  color: #828282 !important;
}

.bg-dark {
  background-color: #111111 !important;
  color: #ffffff;
}

.bg-grey {
  background-color: #F5F5F5;
  color: #000000;
}

.text-underline {
  text-decoration: underline;
}

.with-new-lines,
.with-newlines {
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.text-large,
.text-lg,
.text-l {
  font-size: 1.25rem !important;
}

.text-small,
.text-sm,
.text-s {
  font-size: 0.875rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input.form-control {
  border: 1px solid #000000;
  border-radius: 0;
}

.btn {
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
}
.btn.btn-lg {
  padding: 0.75rem 2rem;
}

.btn-dark {
  background-color: #111111;
  border: 1px solid #111111;
}
.btn-dark:hover {
  background-color: #222;
}
.btn-dark:active {
  background-color: #333;
}

.btn-secondary {
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
  color: #959595;
}
.btn-secondary:hover {
  background-color: #DCDCDC;
}
.btn-secondary:active {
  background-color: #CCCCCC;
}

.btn-accent {
  background-color: #6EAD33;
  border: 1px solid #6EAD33;
  color: #ffffff !important;
}
.btn-accent:hover, .btn-accent:focus {
  background-color: #5d932b;
  border: 1px solid #5d932b;
  color: #ffffff;
}
.btn-accent:active {
  background-color: #4d7923;
  border: 1px solid #4d7923;
}

.btn-accent-outline {
  border: 1px solid #6EAD33;
  color: #6EAD33;
}
.btn-accent-outline:hover, .btn-accent-outline:focus {
  border: 1px solid #5d932b;
  color: #5d932b;
}
.btn-accent-outline:active {
  border: 1px solid #4d7923;
  color: #4d7923;
}
.btn-accent-outline.small {
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
}

.btn-link.accent {
  color: #6EAD33;
}
.btn-link.accent:hover, .btn-link.accent:focus {
  color: #5d932b;
}
.btn-link.accent:active {
  color: #4d7923;
}

.btn-icon {
  padding: 0;
  width: 40px;
  height: 40px;
}
.btn-icon img {
  width: 40px;
  height: 40px;
}
.btn-icon.small {
  width: 24px;
  height: 24px;
}
.btn-icon.small img {
  width: 24px;
  height: 24px;
}

.navbar-nav .nav-link.btn-outline-light {
  color: white;
  border-color: white;
}
.navbar-nav .nav-link.btn-outline-light:hover {
  color: #111111;
}
.navbar-nav .nav-link.btn-outline-light:active {
  color: #111111;
}

.btn-outline-secondary {
  border: 1px solid #111111;
  border-radius: 0;
  background-color: #111111;
  padding: 6px 10px;
}

.text-link {
  font-weight: bold;
  color: #111111;
  text-decoration: underline;
}
.text-link:hover {
  color: #222;
}
.text-link:active {
  color: #333;
}

.text-link.inline {
  text-decoration: none;
  font-weight: normal;
}
.text-link.inline:hover {
  text-decoration: underline;
}
.text-link.inline:active {
  text-decoration: underline;
}

a.img-anchor,
a.img-ancho:hover,
a.img-ancho:active {
  text-decoration: none;
}

.podcast-logo {
  width: 32px;
}

.social-logo {
  width: 50px;
}

.img-email-arrow {
  width: 24px;
}

.vertical-divider {
  border-right: 1px solid #000000;
}

.img-footer-logo {
  width: 72px;
}

.switch-year-month {
  line-height: 38px;
  font-weight: bold;
  font-size: 0.75rem;
}

.subscription-card {
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  color: #828282;
  border-radius: 15px;
  margin: 1rem 1.5rem;
  padding: 1.5rem;
  height: 320px;
}
.subscription-card.most-popular {
  background-image: url("/img/home/most-popular-badge.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 76.5px 76.5px;
}
.subscription-card .content {
  flex-grow: 1;
  margin-top: auto;
  margin-bottom: auto;
}
.subscription-card .lbl-title {
  background: #ECECEC;
  color: #959595;
  border-radius: 20px;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.subscription-card .lbl-price-period {
  font-weight: 600;
  font-size: 12px;
  text-align: left;
}
.subscription-card .lbl-price {
  font-weight: bold;
  font-size: 1.875rem;
  color: #5FC360;
}
.subscription-card .lbl-full-title {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: left;
  color: #111111;
}
.subscription-card .lbl-description {
  font-size: 12px;
  text-align: left;
}
.subscription-card .text-small {
  font-size: 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .subscription-card.most-popular {
    background-size: 60px 60px;
  }
}

.vdot-home h4 {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .vdot-home .page-header-row .navbar .navbar-brand {
    color: #111;
  }
}
.vdot-home section.download-app-banner {
  font-weight: 400;
  text-align: left;
  padding: 8px 0;
  background: #000;
  color: #fff;
  width: 100%;
}
.vdot-home section.download-app-banner a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .vdot-home section.download-app-banner {
    display: none;
  }
}
.vdot-home section.header {
  min-height: 1016px;
  position: relative;
}
.vdot-home section.header h3 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.vdot-home section.header .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 720px;
}
.vdot-home section.header .background .background-image {
  background-image: url("/img/home/home-top-bg.jpg");
  background-position-x: 50%;
  background-repeat: no-repeat;
  height: 720px;
  border: none;
}
.vdot-home section.header .join-badge-row {
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 760px;
}
.vdot-home section.header .join-badge-row .img-join-now-container {
  width: 142px;
  height: 139px;
  margin: 60px 0;
  background-image: url("/img/home/home-join-now-icon.png");
  background-size: 142px 139px;
}
.vdot-home section.header .join-badge-row .img-join-now {
  animation-name: spin;
  animation-duration: 15000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.vdot-home section.header .card-right {
  padding: 0 !important;
}
.vdot-home section.header .card-left .container {
  margin-top: 180px;
  color: #fff;
}
.vdot-home section.header .card-left .container h1, .vdot-home section.header .card-left .container h2, .vdot-home section.header .card-left .container h3, .vdot-home section.header .card-left .container div {
  max-width: 400px;
}
.vdot-home section.header #vdot-calculator {
  margin: 140px 80px 0 40px;
}
.vdot-home section.header #vdot-calculator .input-form {
  width: auto !important;
}
@media (max-width: 1199.98px) {
  .vdot-home section.header #vdot-calculator {
    margin: 140px 40px 0 20px;
  }
}
@media (max-width: 991.98px) {
  .vdot-home section.header {
    min-height: auto;
  }
  .vdot-home section.header .background {
    padding: 0;
  }
  .vdot-home section.header .background .background-image {
    background-image: url("/img/home/home-top-bg.jpg");
    background-position-x: 50%;
    background-size: 100%;
    height: 320px;
  }
  .vdot-home section.header #msg-welcome {
    height: 76px;
  }
  .vdot-home section.header .join-badge-row {
    position: static;
  }
  .vdot-home section.header .join-badge-row .img-join-now-container {
    width: 120px;
    height: 118px;
    margin: 40px 0;
    background-image: url("/img/home/home-join-now-icon.png");
    background-size: 120px;
    height: 118px;
  }
  .vdot-home section.header .join-badge-row .img-join-now {
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .vdot-home section.header .card-left .container {
    margin-top: 120px;
    min-height: 96px;
    max-width: 400px !important;
  }
  .vdot-home section.header #vdot-calculator {
    margin: 60px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .vdot-home section.header .background .background-image {
    background-image: url("/img/home/home-top-bg-mobile.jpg");
  }
}
.vdot-home section.join-now {
  margin-bottom: 120px;
}
.vdot-home section.join-now h2 {
  font-size: 4rem;
  max-width: 600px;
}
@media (max-width: 991.98px) {
  .vdot-home section.join-now {
    margin-bottom: 60px;
  }
  .vdot-home section.join-now h2 {
    font-size: 2rem;
  }
}
.vdot-home section.adaptive-trainer {
  margin-bottom: 120px;
}
.vdot-home section.adaptive-trainer h4 {
  text-transform: uppercase;
}
.vdot-home section.adaptive-trainer .card-right {
  padding: 0 !important;
  position: relative;
}
.vdot-home section.adaptive-trainer .card-left {
  height: 405px;
}
.vdot-home section.adaptive-trainer .btn-adaptive {
  background-color: #BF0AFF;
  width: 100%;
}
.vdot-home section.adaptive-trainer .btn-adaptive-hint {
  font-weight: 500;
  font-size: 0.875rem;
}
.vdot-home section.adaptive-trainer .video-container {
  position: absolute;
  height: 405px;
  width: 720px;
  padding-bottom: 0;
  right: 0;
}
.vdot-home section.adaptive-trainer .video-container video {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}
.vdot-home section.adaptive-trainer .video-container .video-overlay {
  position: absolute;
  border-color: transparent transparent transparent #111;
  border-style: solid;
  border-width: 0 200px 405px 60px;
  margin-left: -1px;
  top: 0;
}
@media (max-width: 1439.98px) {
  .vdot-home section.adaptive-trainer .card-left {
    height: 340px;
  }
  .vdot-home section.adaptive-trainer .video-container {
    height: 340px;
    width: 600px;
  }
  .vdot-home section.adaptive-trainer .video-container .video-overlay {
    border-width: 0 180px 340px 50px;
  }
}
@media (max-width: 1199.98px) {
  .vdot-home section.adaptive-trainer .card-left {
    height: 290px;
  }
  .vdot-home section.adaptive-trainer .video-container {
    height: 290px;
    width: 100%;
  }
  .vdot-home section.adaptive-trainer .video-container .video-overlay {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .vdot-home section.adaptive-trainer {
    margin-bottom: 60px;
  }
  .vdot-home section.adaptive-trainer .card-right {
    width: 100%;
    padding-top: 56.25% !important; /* 1:1 Aspect Ratio */
    position: relative;
  }
  .vdot-home section.adaptive-trainer .video-container {
    height: 100%;
    width: 100%;
    top: 0;
  }
  .vdot-home section.adaptive-trainer video {
    top: 0;
    left: 0;
  }
  .vdot-home section.adaptive-trainer .video-overlay {
    display: none;
  }
  .vdot-home section.adaptive-trainer .btn-adaptive {
    width: 240px;
  }
}
@media (max-width: 767.98px) {
  .vdot-home section.adaptive-trainer .btn-adaptive {
    width: 100%;
  }
}
.vdot-home section.for-coaches {
  margin-bottom: 120px;
}
.vdot-home section.for-coaches h4 {
  text-transform: uppercase;
}
.vdot-home section.for-coaches a:hover {
  text-decoration: none;
}
.vdot-home section.for-coaches .features {
  margin-top: 80px;
  padding: 0 80px;
}
.vdot-home section.for-coaches .feature-card {
  background-color: #F1F1F1;
  border-radius: 1.5rem;
  padding: 1.5rem;
  color: #111;
  height: 288px;
}
.vdot-home section.for-coaches .feature-card:hover {
  background-color: #FFF;
  box-shadow: 0px 16px 50px -5px rgba(0, 0, 0, 0.15);
}
.vdot-home section.for-coaches .feature-card .img-icon {
  height: 40px;
  margin-bottom: 20px;
}
.vdot-home section.for-coaches .feature-card .lbl-title-container {
  height: 4.5rem;
}
.vdot-home section.for-coaches .feature-card .lbl-title {
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 20px;
  vertical-align: middle;
}
.vdot-home section.for-coaches .feature-card .lbl.body {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.vdot-home section.for-coaches .btn {
  width: 240px;
}
@media (max-width: 1199.98px) {
  .vdot-home section.for-coaches .features {
    padding: 0 40px;
  }
  .vdot-home section.for-coaches .feature-card {
    padding: 1.5rem 1rem;
  }
  .vdot-home section.for-coaches .feature-card .img-icon {
    height: 32px;
  }
}
@media (max-width: 991.98px) {
  .vdot-home section.for-coaches {
    margin-bottom: 60px;
  }
  .vdot-home section.for-coaches .feature-card {
    margin: 0 80px;
    height: 220px;
  }
  .vdot-home section.for-coaches .features {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .vdot-home section.for-coaches .feature-card {
    margin: 0;
    height: 240px;
  }
  .vdot-home section.for-coaches .btn {
    width: 100%;
  }
}
.vdot-home section.app-download {
  position: relative;
  margin-bottom: 120px;
}
.vdot-home section.app-download .card-left {
  padding-left: 0 !important;
}
.vdot-home section.app-download .card-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.vdot-home section.app-download h5 {
  font-size: 1rem;
}
.vdot-home section.app-download h3 {
  font-size: 1.25rem;
}
.vdot-home section.app-download .img-app-stars {
  height: 20px;
}
.vdot-home section.app-download .app-icon-container {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vdot-home section.app-download .app-icon-container img {
  border-radius: 15px;
}
@media (max-width: 991.98px) {
  .vdot-home section.app-download {
    margin-bottom: 60px;
  }
  .vdot-home section.app-download h5 {
    font-size: 0.9rem;
  }
  .vdot-home section.app-download h3 {
    font-size: 1.15rem;
  }
  .vdot-home section.app-download .card-left,
  .vdot-home section.app-download .card-right {
    height: 240px !important;
    overflow: hidden;
  }
  .vdot-home section.app-download .app-icon-container {
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }
}
.vdot-home section.faq {
  margin-bottom: 120px;
}
.vdot-home section.faq a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}
.vdot-home section.faq h2 {
  font-size: 2.25rem;
}
.vdot-home section.faq .img-faq {
  max-width: 420px;
}
.vdot-home section.faq .card {
  background: #F1F1F1;
  border-radius: 20px;
  border: none;
  padding: 15px;
}
.vdot-home section.faq .card .card-header {
  background: none;
  border: none;
  font-weight: 400;
}
.vdot-home section.faq .card .card-header .btn-link {
  padding: 0;
  color: #111;
  width: 100%;
  text-align: left;
  font-size: 1.15rem;
}
.vdot-home section.faq .card .card-header .btn-link:hover, .vdot-home section.faq .card .card-header .btn-link:active, .vdot-home section.faq .card .card-header .btn-link:focus {
  text-decoration: none;
}
.vdot-home section.faq .card .card-header .btn-link:before {
  content: "";
  background-image: url("/img/icons/ic-faq-collapse.png");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-top: 1px;
  float: right;
}
.vdot-home section.faq .card .card-header .btn-link.collapsed:before {
  background-image: url("/img/icons/ic-faq-expand.png");
}
.vdot-home section.faq .card .card-body {
  padding-top: 0;
}
@media (max-width: 1199.8px) {
  .vdot-home section.faq h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991.8px) {
  .vdot-home section.faq .card-right {
    margin-bottom: 40px;
  }
  .vdot-home section.faq .card .card-header {
    padding: 0;
  }
  .vdot-home section.faq .card .card-header .btn-link {
    font-size: 1rem;
  }
  .vdot-home section.faq .card .card-body {
    padding: 0;
    padding-top: 10px;
  }
}
@media (max-width: 767.8px) {
  .vdot-home section.faq .img-faq {
    max-width: 100%;
  }
}

.vdot-athletes video {
  width: 100%;
}
.vdot-athletes .icon-bullet {
  max-width: 24px;
  max-height: 24px;
}
@media (min-width: 768px) {
  .vdot-athletes .img-adaptive-trainer,
  .vdot-athletes .img-training-app,
  .vdot-athletes .img-no-coach-app,
  .vdot-athletes .img-virtual-racing,
  .vdot-athletes .img-calculator-app {
    margin: auto;
    display: block;
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .vdot-athletes .img-adaptive-trainer {
    margin-left: -10px;
    max-width: 400px;
  }
  .vdot-athletes .img-training-app {
    margin-left: -10px;
    max-width: 500px;
  }
  .vdot-athletes .img-no-coach-app {
    margin-left: -40px;
    max-width: 460px;
  }
  .vdot-athletes .img-virtual-racing {
    margin-left: -20px;
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .vdot-athletes .img-adaptive-trainer {
    margin-left: -20px;
    max-width: 430px;
  }
  .vdot-athletes .img-training-app {
    margin-left: -15px;
    max-width: 540px;
  }
  .vdot-athletes .img-no-coach-app {
    margin-left: -50px;
    max-width: 500px;
  }
  .vdot-athletes .img-calculator-app {
    max-width: 520px;
  }
  .vdot-athletes .img-virtual-racing {
    margin-left: -40px;
    max-width: 500px;
  }
}

.vdot-certification {
  background: url("/img/home/certification/cert_path.jpg") no-repeat center;
  background-position: center;
  background-position-x: center;
  background-position-y: 1080px;
  background-size: 480px;
}
.vdot-certification .header h1 {
  font-size: 2.5rem;
}
.vdot-certification .header .btn-accent {
  min-width: 140px;
}
.vdot-certification .lbl-price {
  color: #5FC360;
}
.vdot-certification .text-section {
  min-height: 460px;
}
.vdot-certification .text-section p {
  vertical-align: middle;
  height: 100%;
  font-weight: bold;
  font-size: 20px;
}
.vdot-certification .how-it-works-section h5,
.vdot-certification .purchase-section h5 {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.vdot-certification ul {
  list-style-type: none;
  padding-left: 0;
}
.vdot-certification ul li {
  background-image: url("/img/home/icons/ic-bullet.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center left;
  padding-left: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}
.vdot-certification ul li.li-1 {
  background-image: url("/img/home/icons/ic-bullet-1.png");
}
.vdot-certification ul li.li-2 {
  background-image: url("/img/home/icons/ic-bullet-2.png");
}
.vdot-certification ul li.li-3 {
  background-image: url("/img/home/icons/ic-bullet-3.png");
}
.vdot-certification ul li.li-4 {
  background-image: url("/img/home/icons/ic-bullet-4.png");
}
.vdot-certification ul li.li-5 {
  background-image: url("/img/home/icons/ic-bullet-5.png");
}
@media (max-width: 1199.98px) {
  .vdot-certification {
    background-position-y: 960px;
    background-size: 400px;
  }
  .vdot-certification .text-section {
    min-height: 380px;
  }
}
@media (max-width: 991.8px) {
  .vdot-certification {
    background: none;
  }
  .vdot-certification .text-section,
  .vdot-certification .how-it-works-section,
  .vdot-certification .purchase-section {
    min-height: inherit;
    text-align: center;
  }
  .vdot-certification .text-section h1, .vdot-certification .text-section h2, .vdot-certification .text-section h3, .vdot-certification .text-section h4,
  .vdot-certification .how-it-works-section h1,
  .vdot-certification .how-it-works-section h2,
  .vdot-certification .how-it-works-section h3,
  .vdot-certification .how-it-works-section h4,
  .vdot-certification .purchase-section h1,
  .vdot-certification .purchase-section h2,
  .vdot-certification .purchase-section h3,
  .vdot-certification .purchase-section h4 {
    text-align: center;
  }
  .vdot-certification .text-section img,
  .vdot-certification .how-it-works-section img,
  .vdot-certification .purchase-section img {
    max-width: 400px;
    margin: 40px 0;
  }
  .vdot-certification ul {
    max-width: 480px;
    margin: auto;
  }
  .vdot-certification ul li {
    background-position: center top;
    padding-top: 24px;
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .vdot-certification .text-section img,
  .vdot-certification .how-it-works-section img,
  .vdot-certification .purchase-section img {
    max-width: 100%;
  }
  .vdot-certification ul {
    max-width: auto;
  }
}

.vdot-adaptive .header h2 {
  text-transform: uppercase;
}
.vdot-adaptive .header .player {
  position: absolute;
  left: 25%;
  top: 0;
  width: 55%;
  height: 55%;
}
@media (min-width: 400px) {
  .vdot-adaptive .header .player {
    left: 25%;
    top: 10%;
    width: 55%;
    height: 55%;
  }
}
@media (min-width: 576px) {
  .vdot-adaptive .header .player {
    left: 25%;
    top: 15%;
    width: 55%;
    height: 55%;
  }
}
@media (min-width: 768px) {
  .vdot-adaptive .header .player {
    left: 53%;
    top: 48%;
    width: 45%;
    height: 45%;
  }
}
@media (min-width: 992px) {
  .vdot-adaptive .header .player {
    left: 55%;
    top: 45%;
    width: 35%;
    height: 35%;
  }
}
@media (min-width: 1440px) {
  .vdot-adaptive .header .player {
    left: 800px;
    top: 400px;
    width: 420px;
    height: 420px;
  }
}
.vdot-adaptive .custom-switch .custom-switch-input:checked + .custom-switch-btn {
  background-color: #BF0AFF;
}
.vdot-adaptive .btn-accent {
  background-color: #BF0AFF;
  border-color: #BF0AFF;
  color: #fff;
}
.vdot-adaptive .btn-accent:hover, .vdot-adaptive .btn-accent:focus {
  background-color: #B000EE;
}
.vdot-adaptive .btn-accent:active {
  background-color: #9d00d4;
}
.vdot-adaptive .subscription-card {
  border: 1px solid #646877;
  box-sizing: border-box;
  color: #b4b7ba;
  border-radius: 15px;
  margin: 1rem 1.5rem;
  padding: 2rem;
  height: auto;
  font-size: 1rem;
}
.vdot-adaptive .subscription-card .price-content {
  justify-content: end;
}
.vdot-adaptive .subscription-card .price-container {
  width: 270px;
  margin-top: -52px;
}
.vdot-adaptive .subscription-card .price-container img {
  max-width: 230px;
}
.vdot-adaptive .subscription-card .lbl-download-hint {
  width: 270px;
  color: #fff;
}
.vdot-adaptive .subscription-card .lbl-title {
  background: #33343F;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
}
.vdot-adaptive .subscription-card .lbl-price-period {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}
.vdot-adaptive .subscription-card .lbl-price {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
}
.vdot-adaptive .subscription-card .lbl-period {
  margin-top: -5px;
}
.vdot-adaptive .subscription-card .lbl-description {
  font-size: 0.875rem;
  vertical-align: central;
}
.vdot-adaptive .subscription-card .lbl-description .check-icon {
  margin-top: -1px;
  width: 22px;
  height: 22px;
}
.vdot-adaptive .subscription-card h4 {
  text-align: center;
  color: #fff;
}
.vdot-adaptive .subscription-card .download-apps-container {
  display: flex;
}
.vdot-adaptive p {
  color: #b4b7ba;
}
.vdot-adaptive .card-container {
  background-color: #212229;
  border-radius: 1rem;
  border: none;
  margin: 0 4rem;
  padding: 2rem 1rem;
}
.vdot-adaptive .card-container.transparent {
  background-color: transparent;
}
.vdot-adaptive .card-container h5 {
  font-size: 4rem;
}
.vdot-adaptive .card-container h2 {
  color: #b4b7ba;
}
.vdot-adaptive .card-container h2 span.number {
  color: #fff;
}
.vdot-adaptive .title-container h1 {
  font-size: 2.5rem;
  font-weight: 800;
}
.vdot-adaptive .testimonials-card {
  background-color: #212229;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  color: #b4b7ba;
  min-height: 240px;
}
.vdot-adaptive .testimonials-card .lbl-name {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}

.vdot-about .header h1 {
  font-size: 4.5rem;
  padding-bottom: 70px;
}
.vdot-about .text-section {
  margin: 0;
}
.vdot-about .text-section .content-container {
  padding: 60px 160px;
}
.vdot-about .text-section h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.vdot-about .bottom-placeholder {
  height: 200px;
}
@media (max-width: 1199.98px) {
  .vdot-about .header h1 {
    font-size: 3rem;
    padding-bottom: 45px;
  }
  .vdot-about .text-section h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991.8px) {
  .vdot-about .header h1 {
    font-size: 2.5rem;
    padding-bottom: 15px;
  }
  .vdot-about .text-section h2 {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }
  .vdot-about .text-section .content-container {
    padding: 40px 80px;
  }
}
@media (max-width: 575.98px) {
  .vdot-about .header h1 {
    font-size: 1.75rem;
  }
  .vdot-about .text-section h2 {
    font-size: 1.375rem;
  }
  .vdot-about .text-section .content-container {
    padding: 30px 30px;
  }
}

section.team-testimonial .testimonial {
  font-size: 1.25rem;
  color: #828282;
  font-style: italic;
}

.download-apps .main-download {
  margin-top: 140px;
  min-height: 480px;
}
.download-apps .main-download .app-icon-container {
  width: 140px;
  height: 140px;
}
.download-apps .main-download .app-icon-container img {
  border-radius: 40px;
  border: #ccc solid 1px;
}
.download-apps .main-download .app-store-badge {
  max-height: 64px;
}
.download-apps .secondary-download {
  padding-top: 100px;
  min-height: 480px;
  background: #F5F5F5;
  position: relative;
}
.download-apps .secondary-download h2 {
  font-size: 1.5rem;
}
.download-apps .secondary-download .app-icon-container {
  width: 80px;
  height: 80px;
}
.download-apps .secondary-download .app-icon-container img {
  border-radius: 20px;
  border: #ccc solid 1px;
}
.download-apps .secondary-download .app-store-badge {
  max-height: 40px;
}
.download-apps .secondary-download .delimiter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .hidden-lg-and-up {
    display: none !important;
  }
  .img-download-google,
  .img-download-apple {
    max-width: 140px;
  }
  .card-left {
    padding-left: 50px !important;
  }
  .card-right {
    padding-right: 50px !important;
  }
}
@media (min-width: 1200px) {
  .card-left {
    padding-left: 80px !important;
  }
  .card-right {
    padding-right: 80px !important;
  }
  .img-coach-feature-1,
  .img-coach-feature-2,
  .img-coach-feature-3 {
    max-width: 600px;
  }
  .img-download-google,
  .img-download-apple {
    max-width: 180px;
    margin-left: -5px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.925rem;
  }
  .btn.btn-lg {
    padding: 0.75rem 1.5rem;
  }
  .vdot-adaptive .title-container h1 {
    font-size: 2rem;
  }
  .vdot-adaptive h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
  body.dark-theme .navbar {
    background-color: #17181B;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .navbar {
    top: 0;
    background-color: #fff;
  }
  .navbar .navbar-brand {
    position: absolute;
    top: 12px;
    left: 60px;
    right: 80px;
    display: flex;
    justify-content: center;
  }
  .navbar .navbar-brand img {
    width: 88.5px;
    height: 30px;
  }
  .navbar .nav-link {
    font-weight: bold;
    font-size: 18px;
  }
  .navbar .navbar-nav {
    padding: 0.25rem 1rem;
  }
  .navbar.navbar-shadow .nav-link {
    text-shadow: none;
  }
  .header {
    margin-top: 15px;
  }
  .btn {
    font-size: 15px;
  }
  h2 {
    font-size: 2rem;
  }
  h4 {
    font-size: 15px;
  }
  .text-link.inline {
    font-weight: 600;
  }
  .hidden-md-and-down {
    display: none;
  }
  .icon-option {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .subscription-card {
    height: 260px;
  }
  .img-top-md-and-down {
    height: 400px;
    object-fit: cover;
  }
  .vdot-coach .img-top-md-and-down {
    height: 320px;
    object-fit: cover;
    object-position: 0 -150px;
  }
  .vdot-adaptive h2 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .vdot-adaptive .card-container {
    margin: 0 2rem;
    padding: 1.5rem;
  }
  .vdot-adaptive .testimonials-card {
    padding: 1rem;
    min-height: 0;
  }
  .vdot-adaptive .subscription-card {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
  body footer h5 {
    font-size: 1.25rem;
  }
  .btn {
    font-size: 15px;
  }
  h4 {
    font-size: 15px;
  }
  h2 {
    font-size: 1.6rem;
  }
  .text-link.inline {
    font-weight: 600;
  }
  .hidden-md-and-down {
    display: none;
  }
  .img-download-google,
  .img-download-apple {
    max-width: 120px;
  }
  .img-top-md-and-down {
    height: 280px;
    object-fit: cover;
  }
  .icon-option {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .social-logo {
    width: 40px;
  }
  .lbl-option {
    font-size: 1rem;
  }
  .vdot-coach .img-top-md-and-down {
    height: 220px;
    object-fit: cover;
    object-position: 0 -80px;
  }
  .vdot-adaptive .title-container {
    text-align: center;
    justify-content: start !important;
    position: inherit !important;
    margin-top: -28vw;
    margin-bottom: 4rem;
  }
  .vdot-adaptive .subscription-card {
    height: auto;
  }
  .vdot-adaptive .subscription-card .content-container {
    margin-top: 120px;
  }
  .vdot-adaptive .subscription-card .price-content {
    justify-content: center;
  }
  .vdot-adaptive .subscription-card .price-container {
    width: 220px;
  }
  .vdot-adaptive .subscription-card .download-apps-container {
    display: block;
  }
  .vdot-adaptive .subscription-card .download-apps-container a {
    display: block;
    width: 200px;
    max-width: 200px;
    margin: 0 auto !important;
    margin-bottom: 16px !important;
  }
  .vdot-adaptive .subscription-card .download-apps-container img {
    max-width: 200px;
    margin: auto;
    margin: 0 !important;
  }
  .nav-pills .nav-link {
    padding: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .tab-pane h2 {
    font-size: 1.125rem;
    text-transform: uppercase;
  }
}
@media (max-width: 349.98px) {
  .vdot-adaptive {
    font-size: 0.875rem;
  }
  .vdot-adaptive .title-container h1 {
    font-size: 1.5rem;
  }
  .vdot-adaptive .title-container h2 {
    font-size: 1rem;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
