* {
  outline: 0;
  text-decoration: none !important;
}

body {
  font-family: "Roboto", sans-serif;
  /*font-size: .875rem;*/
  font-size: 15px;
  overflow-y: scroll;
  text-decoration: none;
  color: #515362;
}

html {
  scroll-behavior: smooth;
}

.outer-wrapper {
  margin-top: 71px;
  /*min-height: 96vh;*/
  display: flex;
  flex-direction: column;
}

.bg-gray {
  background: #F8F8F8;
}

.text-theme-green {
  color: #34C88A;
}

.text-theme-blue {
  color: #24516E;
}

.btn-capsule {
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: none;
}

.btn-primary {
  background: #34C88A;
  border: 2px solid #34C88A;
}

.btn-outline-primary {
  color: #2aa600;
  border: 2px solid #37A87A;
}

.list-green-check li {
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  list-style: none;
}

.list-green-check li::before {
  position: absolute;
  content: "\f058";
  left: -30px;
  top: 2px;
  color: #34C88A;
  font-family: "fontawesome";
  font-size: 19px;
}

iframe {
  border: none;
}

label {
  display: inline-block;
  margin-bottom: 0.2rem;
}

.nav-item .nav-link {
  margin-right: 12px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

/* space buttons a bit more */
.nav-item .btn {
  margin-right: 6px;
  font-size: 15px;
  font-weight: 400;
}

.opacity80 {
  opacity: 0.8;
}

.opacity90 {
  opacity: 0.9;
}

.header-logo {
  max-width: 260px;
  height: auto;
}

.navbar-brand {
  margin-right: 2px;
}

.nav-active {
  font-weight: 600 !important;
  /*text-decoration: underline !important;*/
}

.font16 {
  font-size: 16px;
}

.font28 {
  font-size: 28px;
}

.sb {
  font-weight: 500;
}

/* provide extra margin for menu items when collapsed */
.navbar-collapse {
  margin-left: 10px;
}

.navbar-toggler {
  border: none;
}

.ndx-video-wrapper {
  display: grid;
}

.ndx-video-title {
  grid-area: ndx-video-title;
}

.ndx-video-text {
  grid-area: ndx-video-text;
}

.ndx-video-vid {
  grid-area: ndx-video-vid;
}

.feature-box {
  max-width: 680px !important;
}

.fancybox-slide--current {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.fancybox-content {
  align-self: center;
  display: flex !important;
  flex-direction: column;
  position: relative;
  margin: 0;
  max-width: 100%;
}

@media (min-width: 200px) {
  .video-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
  }
  .video-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
  .video-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0 auto;
  }
  .ndx-video-wrapper {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "ndx-video-title" "ndx-video-text" "ndx-video-vid";
  }
  .ndx-video-text {
    line-height: 1.6rem;
    font-size: 1.3rem;
    margin: 20px 20px 10px 20px;
    font-style: italic;
  }
  .ndx-video-title {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .scottImg1 {
    display: none;
  }
  .scottImg2 {
    width: 100%;
    max-width: 350px;
    float: right;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 614px) {
  .button-3 {
    margin-bottom: 1rem;
  }
  .video-responsive-item {
    width: 95%;
    max-width: 900px;
  }
  .dynamic-warning-width {
    min-width: 75%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
  .ndx-video-wrapper {
    padding: 50px 0;
    position: relative;
    grid-template-columns: 66% 34%;
    grid-template-rows: auto;
    grid-template-areas: "ndx-video-title ndx-video-title" "ndx-video-vid ndx-video-text";
  }
  .ndx-video-title {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .ndx-video-text {
    border-left: 1px solid #dfdfdf;
    padding-left: 20px;
  }
  .scottImg1 {
    display: inline-block;
    width: 100%;
  }
  .scottImg2 {
    display: none;
  }
}

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