@font-face {
  font-family: Basic;
  src: url(res/fonts/Basic-Regular.ttf);
}
@font-face {
  font-family: Signika;
  src: url(res/fonts/Signika-Regular.ttf);
}

@font-face {
  font-family: Open-Sans;
  src: url(res/fonts/OpenSans-Regular.ttf);
}

/* Fonts  */
/* @font-face {
  font-family: Lora;
  src: url(res/fonts/Lora.ttf);
}
@font-face {
  font-family: OpenSans;
  src: url(res/fonts/OpenSans-Regular.ttf);
} */

:root {
  --primary-color: #68818d;
  --secondary-color:#e21c21;
  --secondary-color-dark: #b5161a;
  --background-color: #000000;
  --text-base: #262626;
}

a.privacy, a.privacy:hover {
  color: var(--secondary-color);
}

.dark-shadow {
    text-shadow: 0 0 5px #000a;
}
.text-white{
  color: #fff !important;
}
p, .form-check label {
  font-family: Open-Sans;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: normal;
  font-weight: 400;
  color: #535353;
}

a, a:hover {
  color: var(--secondary-color);
}

.h-lg {
  font-size: 52px;
}

.nav {
  max-width: 1200px;
}

.nav .nav-item a {

  border-top: 4px solid white;
  font-family: Basic;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5b5b5b;
  transition: 0.1s ease-in-out;
}

.nav .nav-item a.active, 
.nav .nav-item a:hover {
  color: var(--text-base);
}

.nav button, .btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700 !important;
  font-size: 13px !important;
  font-family: Basic;
  line-height: 46px !important;
  padding: 0 26px !important;
  border-radius: 0 !important;
}

.circle {
  line-height: 0 !important;
}

/* Nav Items styling for interaction */
.nav .nav-item {
  position: relative;
}

.nav-item.link-container .active::before {
  content: " ";
  position: absolute;
  background-color: var(--secondary-color);
  top: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(1);
  opacity: 100%;
}

.nav-item.link-container a::before,
.nav-item.link-container a:hover::before {
  content: " ";
  position: absolute;
  background-color: var(--secondary-color);
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.nav-item.link-container a::before {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: .3s ease-in-out;
}

.nav-item.link-container a:hover::before {
  opacity: 100%;
  transform: scaleX(1);
}


footer {
  background-color: var(--background-color);
  color: white;
}

#footer-location {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#footer-location p {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}

footer h3 {
  color: white;
}

footer p {
  font-family: Open-Sans;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
  color: #fff;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

footer h3 {
  font-family: Signika;
}

.we-can-help-jumbotron {
  background-image: url(res/sunset-puppy-field.jpeg);
  min-height: 80vh;
  background-repeat: no-repeat;
  background-size: 1519px 1215px;
  background-position-y: -320.132px;
  color: white;
}

.alert {
  border-radius: 0;
  font-family: Open-Sans;
  font-size: 17px;
}

.jumbotron {
  border-radius: 0;
  background-size: cover;
  min-height: calc(-70px + 100vh);
  max-height: calc(-70px + 100vh);
  display: flex;
  color: white;
  z-index: 900;
  align-items: center;
}

.jumbotron video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}

.jumbotron .container {
  position: relative;
}

.jumbotron h1{
  color: #fff;
  /* font-size: 52px; */
}

.text-highlight {
  color: var(--secondary-color);
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.ml-n-70 {
  margin-left: -70px;
  margin-right: 0px;
}

.mw-900 {
  max-width: 900px;
}

.alert-primary {
  background-color: var(--primary-color);
  color: white;
  border: none;
}

.alert-secondary {
  background-color: var(--secondary-color);
  color: white;
  border: none;
  font-family: Signika;
  font-size: 22px;
  line-height: 1.4;
}
.alert-secondary .alert-content {
  max-width: 1200px;
  margin: auto;
}

.btn-secondary {
  color: white;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-secondary:hover {
  color: white;
  background-color: var(--secondary-color-dark);
  border-color: var(--secondary-color-dark);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: white;
  background-color: var(--secondary-color-dark);
  border-color: var(--secondary-color-dark);
  box-shadow: 0 0 0 0.25rem rgba(245, 150, 126, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: var(--secondary-color-dark);
  border-color: var(--secondary-color-dark);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 150, 126, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: white;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: var(--secondary-color-dark);
  border-color: var(--secondary-color-dark);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 103, 103, 0.5);
}

.nav .btn-secondary:hover {
  color: #f38367;
  border-color: #f38367;
}
.nav .btn-secondary:hover:hover {
  color: #f38367;
  background-color: transparent;
  border-color: #f38367;
}
.btn-check:focus + .nav .btn-secondary:hover, .nav .btn-secondary:hover:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 131, 103, 0.5);
}
.btn-check:checked + .nav .btn-secondary:hover, .btn-check:active + .nav .btn-secondary:hover, .nav .btn-secondary:hover:active, .nav .btn-secondary:hover.active, .nav .btn-secondary:hover.dropdown-toggle.show {
  color: #fff;
  background-color: transparent;
  border-color: #f38367;
}
.btn-check:checked + .nav .btn-secondary:hover:focus, .btn-check:active + .nav .btn-secondary:hover:focus, .nav .btn-secondary:hover:active:focus, .nav .btn-secondary:hover.active:focus, .nav .btn-secondary:hover.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 131, 103, 0.5);
}
.nav .btn-secondary:hover:disabled, .nav .btn-secondary:hover.disabled {
  color: #f38367;
  background-color: transparent;
}

.nav .btn-secondary:not(:disabled):active {
  color: #f38367;
  border-color: #f38367;
}
.nav .btn-secondary:not(:disabled):active:hover {
  color: #f38367;
  background-color: transparent;
  border-color: #f38367;
}
.btn-check:focus + .nav .btn-secondary:not(:disabled):active, .nav .btn-secondary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 131, 103, 0.5);
}
.btn-check:checked + .nav .btn-secondary:not(:disabled):active, .btn-check:active + .nav .btn-secondary:not(:disabled):active, .nav .btn-secondary:not(:disabled):active:active, .nav .btn-secondary:not(:disabled):active.active, .nav .btn-secondary:not(:disabled):active.dropdown-toggle.show {
  color: #f38367;
  background-color: transparent;
  border-color: #f38367;
}
.btn-check:checked + .nav .btn-secondary:not(:disabled):active:focus, .btn-check:active + .nav .btn-secondary:not(:disabled):active:focus, .nav .btn-secondary:not(:disabled):active:active:focus, .nav .btn-secondary:not(:disabled):active.active:focus, .nav .btn-secondary:not(:disabled):active.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 131, 103, 0.5);
}
.nav .btn-secondary:not(:disabled):active:disabled, .nav .btn-secondary:not(:disabled):active.disabled {
  color: #f38367;
  background-color: transparent;
}

.btn-secondary:focus {
  color: white;
}

.btn-facebook {
  color: white;
  background-color: #1877f2;
  border-color: #145dbe;
}
.btn-facebook:hover {
  color: white;
  background-color: #0d1f44;
  border-color: #193c84;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: white;
  background-color: #0d1f44;
  border-color: #193c84;
  box-shadow: 0 0 0 0.2rem rgba(51, 69, 105, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: white;
  background-color: #1877f2;
  border-color: #145dbe;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: white;
  background-color: #1d459a;
  border-color: black;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 69, 105, 0.5);
}

.btn-linkedin {
  color: white;
  background-color: #0073b1;
  border-color: #147abe;
}
.btn-linkedin:hover {
  color: white;
  background-color: #0d2e44;
  border-color: #195d84;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  color: white;
  background-color: #0d2e44;
  border-color: #195d84;
  box-shadow: 0 0 0 0.2rem rgba(51, 90, 105, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: white;
  background-color: #0073b1;
  border-color: #147abe;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
  color: white;
  background-color: #1d689a;
  border-color: black;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 90, 105, 0.5);
}

.btn {
  border-radius: 0;
}

footer button.circle {
  border-radius: 50% !important;
  padding: .25rem !important;
  min-width: 42px !important;
  min-height: 42px !important;
}

/* Therapy Types Feature styling */
#therapyTypes ul li p {
  color: #c49590;
  font-family: Signika;
  font-size: 12px;
  letter-spacing: 1.5px;
}

#therapyTypes li {
  padding-left: 1.2em;
}

#therapyTypes ::marker {
  font-size: 3em;
}

/* For Kids Text feature text styling */
h1, h3,
#kids-picture-feature h1, li{
    font-family: Signika, Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 400;
    color: #7785b9;
}
h1 i{
    font-style: normal;
    color: var(--secondary-color);
}
h3 {
  color: #262626;
  font-size: 22px;
  line-height: 1.4em;
}
h4 {
  font-family: Signika, Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  color: #262626;
}
#text-feature p{
    font-family: OpenSans, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: normal;
    font-weight: 400;
    color: #535353;
}

/* Kids picture feature styling */
#kids-picture-feature{
    background-color: #7785b9;
}
.feature-img{
    background-image: url(res/superman.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#kids-picture-feature h1{
    font-size: 30px;
}
#kids-picture-feature h1{
    color: white;
    line-height: 1.4em;
}
#kids-picture-feature li{
    color: #fff !important;
}
li:not(.nav-item){
    color: #262626;
    font-size: 22px;
    line-height: 1.4em;
    margin-top: 5px;
    padding-left: 0;
}
li p {
    font-style: normal;
    font-size: 14px;
    line-height: 1.4 !important;
    letter-spacing: 1px;
    color: rgba(255,255,255,.5);
    margin: 0;                
}
.bulleted-list li {
  font-size: 17px;
  color: rgb(83, 83, 83);
}
ul {
    padding-left: 15px;
    margin: 0;
    list-style-image: url(res/orange-check2.svg);
    list-style-position: outside;
}
::marker:not(#popoutNav) {
    font-size: 1.5em;
}

.unstyled-list {
  font-size: 1em;
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.bulleted-list {
  font-size: 1em;
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: circle black;
  list-style-position: inside;
}

.bullet-margin {
  list-style-position: outside;
  margin-left: 1em;
}

/* text feature max width  */
#text-feature {
    max-width: 900px;
}

/* Extra large container  */
.container-xxl{
  max-width: 1280px;
  margin: auto;
}

/* Clinician Feature styling */
#clinician-feature h1{
  font-family: Signika, Georgia, 'Times New Roman', Times, serif;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 400;
  color: var(--primary-color);
}
#clinician-feature h2{
  font-family: Signika, Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--secondary-color);
}
#clinician-feature h3{
  font-family: OpenSans, Tahoma, Geneva, Verdana, sans-serif;
  font-size: .7em;
  line-height: 1.5em;
  font-weight: 700;
  color: #535353;
}
#clinician-feature p{
  font-family: OpenSans, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: normal;
  font-weight: 400;
  color: #535353;
}

/* Services page styling */
/* Text feature text styling */
h1{
  font-family: Signika, Georgia, 'Times New Roman', Times, serif;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 400;
  color: var(--primary-color);
}
i {
  font-style: normal;
  color: #f38367;
}
i.bi {
  color: white;
}
p, li{
  font-family: OpenSans, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: normal;
  font-weight: 400;
  color: #535353;
}
li.nav-item {
  font-weight: 600;
}
#therapyType li {
  font-weight: 700;
}

.last-line{
  margin-bottom: 0 !important;
}

.image-container img {
  max-width: 100%;
}

.map-list ul li::marker {
  font-size: 2.5rem;
}

/* mobile nav styling starts here */

#mobileNav {
  position: relative;
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0.5em;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-toggle-label {
  opacity: 100%;
  transition: .1s ease-in-out;
}

.nav-toggle-label:hover {
  opacity: 50%;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: black;
  height: 2px;
  width: 1.25em;
  border-radius: 2px;
  position: relative;
  transition: opacity .3s ease-in-out;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: "";
  position: absolute;
}

.nav-toggle-label span::before {
  bottom: 6px;
}

.nav-toggle-label span::after {
  top: 6px;
}

.nav-toggle-close {
  position: absolute;
  top: 1.75em;
  right: 1.5em;
  height: 1em;
  width: 1em;
  opacity: 60%;
  transition: opacity .2s;
}

.nav-toggle-close:hover {
  opacity: 100%;
}

.nav-toggle-close span, 
.nav-toggle-close span::before {
  content: " ";
  position: relative;
  display: block;
  background-color: white;
  top: 0;
  left: 0;
  height: 1px;
  width: 1.1em;
}

.nav-toggle-close span {
  transform: rotate(45deg);
}

.nav-toggle-close span::before {
  transform: rotate(-90deg);
}

#popoutNav {
  position: fixed;
  background-color: #333333;
  top: 0;
  bottom: 0;
  left: 0;
  width: 270px;
  padding-top: 1em;
  display: block;
  z-index: 999;
  transform: translateX(-270px);
  transition: transform 500ms ease-in-out;
}

#popoutNav  ul{
  margin: 0;
  padding: 0;
}

#popoutNav  li{
  margin-bottom: 1em;
  margin-left: 1em;
}

#popoutNav li:last-of-type {
  margin-top: 1.5em;
}

#popoutNav ul li a {
  color: rgba(255,255,255,.5);
  font-family: Basic;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s ease-in-out;
}

#popoutNav ul li a:hover {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: .2s ease-in-out;
}

#popoutNav ul li a.active {
  color: #fff;
}

.nav-toggle:checked ~ #popoutNav {
  transform: translateX(0);
}

.nav-toggle:checked ~ .nav-toggle-label {
  z-index: 100;
}

/* Request an Appointment page */
main {
  background-color: white;
}

.box {
  box-sizing: content-box;
  min-height: 350px;
}

#appointment-request {
  max-width: 750px;
  background-color: #fff;
  border: 5px solid var(--secondary-color);
  position: static; 
  display: block;
  margin-top: -250px;
  padding: 40px;
}

#appointment-request h1 {
  color: #262626;
}

form .row:not(:last-of-type) {
  margin-bottom: 40px;
}

.form-check {
  margin-left: 1.3em;
  margin-bottom: .75em;
}

.form-check label {
  margin-left: .1em;
  font-size: 16px;
}

form h3 {
  margin-bottom: .6em;
}


/* Intersection Observer Styling */
.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

.fade-in.appear {
  opacity: 1;
}

/* Blog Area */

.newsLogos {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.newsArticle li {
  font-style: normal;
  font-size: 14px;
  line-height: 1.4 !important;
  letter-spacing: 1px;
  margin: 10px 0;
  font-weight: 400;
}

.newsArticle ul {
  padding-left: 40px;
  padding-bottom: 16px;
}

.newsArticle ul li::marker {
  font-size: 1.5rem;
}

.news-container > .row > .flex-col {
  display: flex;
  flex-direction: column;
}

.news-container .preview-container {
  flex-grow: 1;
}

.header-right {
  text-align: right;
}

/* Training Page */
#program-types .btn-link {
  color: var(--primary-color);
}

#program-types .card {
  background-color: transparent;
}

#program-types .card-header {
  background-color: white;
}

.nav-tabs .nav-link.active {
  border-color: var(--secondary-color) #dee2e6 #fff;
}

#training-programs-container .nav-pills .nav-item a {
  border: none;
}

li.nav-item {
  padding: 0 !important;
  margin: 0 !important;
}

#training-programs-container .nav-link.btn-secondary {
  color: white !important;
}

#training-programs-container .nav-link.btn-secondary:hover {
  background-color: var(--secondary-color);
}

.btn:focus {
  box-shadow: none;
  /* box-shadow: 0 0 0 .2rem rgba(0,123,255,.25); */
}

/* Media Queries */

@media only screen and (min-width: 992px){
  .jumbotron h1 {
      font-size: 42px;
  }

  .newsLogos {
    width: 70%;
  }
}

@media only screen and (max-width: 992px){
  .map-list {
    margin-left: 15px;
  }
  .map-list li {
    font-size: 20px;
  }
  .container-lg {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .container-xxl {
    padding: 40px 0;
  }
  .container-xxl>.row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #therapyTypes {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #therapyTypes p{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .alert-secondary{
    padding: 40px 25px !important;
  }
  .feature-img{
    background-image: none;
  }
  #kids-picture-feature h1{
    font-size: 1.5em;
  }
  #kids-picture-feature .col-lg{
    padding: .75em 1.4em !important; 
  }
  ul{
    padding-left: 1.5em;
  }
  ul li{
    padding-left: .75em;
    margin-top: 5px;
  }
  .jumbotron{
    min-height: 100%;
  }
  #text-feature{
    padding: 4em 0;
  }
  .header-right {
    text-align: center;
  }
}

@media only screen and (max-width: 576px){
  .jumbotron {
    margin-left: 0;
    margin-right: 0;
  }
  .jumbotron h1 {
    font-size: 30px;  
    text-align: center;
  }
  .jumbotron button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .btn {
    line-height: 25px !important;
    padding-top: .65em !important;
    padding-bottom: .65em !important;
  }
  #appointment-request {
    padding: 40px 25px;
  }
}