* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Poppins', sans-serif;
  color:white;
}

input[type=checkbox]{
  display: none;
  -webkit-appearance: none;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
}

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

.mr-20 {
  margin-right: 20px;
}

a {
  text-decoration: none;
  color: #a3a3a3;
  transition: 0.2s;
}

a:hover {
  color: #191663;
}

ul{
  padding-left:40px;
}

.sub-body ul li{
  margin-bottom: 2px;
}

.sub-body p a{
  border-bottom: 1px solid #a3a3a3;
  font-weight: bold;
  color: inherit;
}

.sub-body p a:hover{
  color: #a3a3a3;
}

.center-text{
  text-align: center;
}

/*SUBPAGE HERO STYLES*/

#about-hero{
  background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/about-us-hero.webp');
  background-position: center center;
  background-size: cover;
}
#education-hero{
  background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/education-hero.webp');
  background-position: 50% 15%;
  background-size: cover;
}
#services-hero{
  background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/services-hero.webp');
  background-position: 50% 65%;
  background-size: cover;
}
#subscription-hero{
  background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/subscription-hero.webp');
  background-position: 50% 30%;
  background-size: cover;
}
#testing-hero{
  background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/testing-hero.webp');
  background-position: 50% 65%;
  background-size: cover;
}
#battery-hero{
  background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/battery-hero.webp');
  background-position: 50% 55%;
  background-size: cover;
}
#protocol-hero{
  background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/protocol-hero.webp');
  background-position: 50% 60%;
  background-size: cover;
}
#expect-hero{
  background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/expect-hero.webp');
  background-position: 50% 83%;
  background-size: cover;
}

.contact{
  display: none !important;
}


@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
  }

  #menu-container {
      background: linear-gradient(rgba(25,22,99,0.9), rgba(25,22,99,0.9));
      z-index: 1000;
      position: relative;
  }

  .closebtn, #menu-btn, .expand-btn  {
    display: none !important;
  }

  #contact-banner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 25px;
  }

  #contact-banner p {
      font-size: 7pt;
      margin: 0;
  }

  #contact-banner p>span>a {
      text-decoration: none;
      color: white;
      text-transform: uppercase;
      transition: 0.2s;
  }

  #contact-banner p>span>a:hover, #contact-banner a:hover {
      color: #c3c3c3;
  }

  #contact-banner a{
      text-decoration: none;
      color: white;
      transition: 0.2s;
  }
  
  .sticky {
      position: fixed !important;
      top: 0;
      width: 100%;
  }

  #logo-menu {
    display: flex !important;
    height: 65px;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-5px);
  }

  #logo-menu>a {
      height: 75px;
      transform: translateY(-8px);
  }

  #logo-menu img {
    height: 75px;
  }

  #menu-links {
      margin-top: -7px;
  }

  #menu-links a {
      text-decoration: none;
      color: white;
      margin-left: 20px;
      font-size: 9pt;
      text-transform: uppercase;
      font-weight: 500;
      transition: 0.2s;
  }

  #menu-links a:hover {
      color: #c3c3c3;
  }

  .menu-link-active {
    color: #5cc0ff !important;
  }

  .horizontal-line {
      width: 25px;
      height: 2px;
      background: white;
  }

  .dropdown, .sub-dropdown {
      position: relative;
      display: inline-block;
      width: inherit;
  }

  #testing,
  #education{
    width: 140px;
  }  

  .dropdown-content, .sub-dropdown-content {
        display: block;
        opacity: 0;
        visibility: hidden;
        flex-direction: column;
        position: absolute;
        background: linear-gradient(rgba(25,22,99,1), rgba(25,22,99,1));
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        z-index: 1;
      padding: 10px 15px;
      transition: 0.2s;
      border-radius: 3px;
      margin-top:5px;
      width: 150px;
    }

    .dropdown-content a, .sub-dropdown-content a {
        display: flex;
        align-items: center;
        margin-left: 0 !important;
        padding-right: 40px;
        margin: 0 0 10px 0;
        width: inherit;
    }

    .dropdown:hover .dropdown-content {
        /* display: block; */
        opacity: 1;
        visibility: visible;
    }

    .sub-dropdown:hover .sub-dropdown-content {
        /* display: block; */
        opacity: 1;
        visibility: visible;
    }

    #myVideo {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%; 
      /*min-height: 400px;
      margin-top:93px;*/
      z-index: 1;
  }

  #slider-container {
/*    background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/slider-bg.jpg');*/
    height: 700px;
    margin-top: -89px;
    position: relative;
  }

  #slider-container:before {
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:2;
    background:linear-gradient(rgba(25,22,99,0.3), rgba(25,22,99,0.3));
  }

   #slider-txt-btns p{
      animation: fadeInAnimation ease 3s;
      animation-iteration-count: 1;
/*      animation-fill-mode: forwards;*/
      -webkit-animation-fill-mode:both;
      animation-fill-mode:both;
      animation-delay: 6s;
  }
   
  @keyframes fadeInAnimation {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
       }
  }

  #slider-txt-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 700px;
    z-index: 3;
    position: relative;
  }

  #slider-txt-btns p{
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
  }

  #slider-btns {
    display: flex;
    justify-content: center;
    width:427px;
    transform: translateY(50px);
}

  #slider-btns a{
    background: #a3a3a3;
    color: white;
    font-weight: bold;
    font-size: 1.25em;
    padding:10px 40px;
    text-align: center;
    border:2px solid white;
  }

  #slider-btns a:hover {
/*      color: #191663;*/
background: transparent;
  }

  #team-container {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #meet-our-team {
    color: #191663;
  }

  #team-container h2{
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
  }

  .bullets {
    margin-bottom: 10px;
    color: #a3a3a3;
  }

  .headshot-container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 10px;
  }

  .headshot {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 250px;
    height: 334px;
  }

  .headshot > a > img {
    width: 100%;
  }

  .headshot-info {
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(rgba(236,236,236, .6), rgba(236,236,236, .6));
    padding: 10px;
    width: 230px;
    position: absolute;
    bottom:-20px;
    transition: 0.2s;
  }

  .headshot > a:hover .headshot-info {
    opacity: 1;
    visibility: visible;
    bottom:0px;
  }

  .headshot-info p {
    margin-bottom: 0px;
  }

  .temp-obj {
    height: 400px;
    width: 500px;
    background-color: #a3a3a3;
  }

  .grey-mountain {
    background: url('../images/grey-mountain-border.png');
    background-size: cover;
    background-position: top center;
    height: 15vw;
  }

  #our-locations {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0 20px;
    margin-top: -90px;
    background: #7d7d7d;
  }

  #locations-container h2 {
    color: white;
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
  }

  #locations-container > .bullets {
      color: white;
  }

  #location-container > h2 {
    margin-bottom: 0;
  }

  #locations-maps {
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

  .map-wrapper {
    width: 750px;
    height: 350px;
    margin:20px 0 60px;
  }

  .contact {
    background: #191663;
    padding: 40px 0;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-buttons {
    display: flex;
    width: 400px;
    justify-content: space-evenly;
  }

  .contact-buttons a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: #a3a3a3;
    padding: 10px 15px;
    transition: 0.2s;
  }

  .contact-buttons a:hover {
      color: #191663;
  }

  #our-blog {
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #our-blog-container h2 {
    color: #191663;
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
  }

  #our-blog-container > .bullets {
      color: #191663;
      margin-bottom: 10px;
  }

  #our-blog-container p {
    color: #141414;
    font-size: 10pt;
  }

  #blog-container {
      display: flex;
      justify-content: space-evenly;
  }

  .blog-image {
      position: relative;
  }

  .blog-date {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      background: #7d7d7d;
      position: absolute;
    right:0
  }

  .date-text {
      color: white !important;
    font-weight: 500 !important;
  }

  .blog-indv img{
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
  }

  .blog-indv p {
    width: 300px;
    font-size: 9pt;
    color: #191663;
    text-transform: uppercase;
    height: 20px;
    font-weight: 700;
  }

  .blog-indv > span a {
      text-decoration: none;
      color: #191663; 
      font-size: 9pt;
      font-weight: 500;
      transition: 0.2s;
  }

  .blog-indv > span a:hover {
    color: #7d7d7d;
  }

  .fas {
      color: #191663;
      font-size: 8pt;
      transition: 0.2s;
  }

  .blog-indv > span a:hover .fas {
    color: #7d7d7d;
  }

  #our-mission {
      background: #ececec;
      padding: 40px;
  }

  #our-mission-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  #our-mission-container img {
      width: 400px;
      /*height: 275px;*/
  }

  #our-mission-text {
      color: #191663;
      background: white;
      border: 2px solid #9f9f9f;
      width: 450px;
      padding: 15px;
  }

  #our-mission-text h3 {
      font-size: 12pt;
      margin-bottom: 5px;
  }

  #our-mission-text p {
    font-size: 10pt;
    margin: 0;
    padding: 0 5px;
  }

  #our-mission-text-values {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #accordion-section{
    /* width: 525px; */
  }

  .accordion {
    background-color: #191663;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.2s;
    margin:0 auto 10px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: 700;
  }

  .accordian-active {
    background: #191663;
    color: white;
    display: none;
  }

  .fa-plus, .fa-minus {
    color:white !important;
  }

  .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .inner-panel {
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .inner-panel p{
    margin-bottom: 0px;
    font-size: .9em;
    line-height: 1.5em;
    padding: 5px 0;
  }

  .mission-accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #191663;
    margin-top: 10px;
    padding: 5px 10px;

  }

  .mission-accordion p {
      margin: 0;
      font-size: 9pt;
      text-transform: uppercase;
  }

  .mission-accordion > .fas {
      color: white;
      font-size: 10pt;
  }

  #our-reviews {
      padding: 60px 0;
      color: #191663;
      text-align: center;
  }

  .our-reviews-sub {
      padding: 60px 0;
      background: #ececec;
      text-align: center;
  }

  #our-reviews {
      padding: 60px 0;
      color: #191663;
      text-align: center;
  }

  #our-reviews-container {
      display: flex;
      flex-direction: column;
  }

  #img-reviews {
      display: flex;
      justify-content: space-evenly;
  }

  #our-reviews-container h2 {
    margin: 0;
    color: #191663;
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
  }

  #our-reviews-container > .bullets {
    color: #191663;
    margin-bottom: 20px;
  }

  #img-reviews img {
     height: 240px;
  }

  .reviews {
      height: 210px;
      border: 1px solid #9f9f9f;
      padding: 10px;
      width: 475px;
  }

  .review {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 160px !important;
    padding: 15px;
  }

  .review p:nth-child(1){
     margin-bottom: 5px;
     font-size: 10pt;
     color:  #191663;
     font-weight: 900;
     text-transform: uppercase;
  }

  .review p:nth-child(2){
    color: #9f9f9f;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 9pt;
    margin-bottom: 5px;
  }

  .review p:nth-child(3){
    color: #141414;
    font-size: 9pt;
    font-weight: 500;
    margin: 0;
  }

  .slick-dots {
      /* width: 93% !important; */
  }

  #sub-footer {
      background: #1a1a1a;
      padding: 40px 0;
  }

  #sub-footer-container {
      display: flex;
      justify-content: space-between;
    align-content: center;
  }

  .horizontal-line-footer {
      background: #8f8f8f;
      height: 1px;
      width: 15px;
      margin-bottom: 15px;
  }

  #sub-footer-left {
      width: 300px;
  }

  #sub-footer-left img {
      width: 100px;
      margin-bottom: 5px;
  }

  #sub-footer-left p {
      font-size: 8pt;
      font-weight: 500;
      margin: 0;
  }

  #sub-footer-mid {
      width: 300px;
  }

  #sub-footer-mid p, #sub-footer-right p {
      font-size: 9pt;
      text-transform: uppercase;
      margin: 0 0 5px;
  }

  #footer-nav-links {
      width: 200px;
      height: 140px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
  }

  #footer-nav-links a {
      text-decoration: none;
      color: white;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 7pt;
      margin-bottom: 20px;
      transition: 0.2s;
  }

  #footer-nav-links a:hover {
    color: #7d7d7d;
  }

  .mr-0 {
      margin-right: 0 !important;
  }
  
  #sub-footer-right {
      width: 199px;
  }

  #footer-locations {
    font-size: 8pt;
  }

  #footer-locations a {
      text-decoration: none;
      color: white;
      transition: 0.2s;
  }

  #footer-locations a:hover {
      color: #7d7d7d;
  }

  #footer {
    background: #191663;
    padding: 20px 0;
  }

  #footer-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  #footer-container p {
      margin: 0;
      font-size: 6pt;
  }

  #footer-container p>a {
      text-decoration: none;
      color: white;
      transition: 0.2s;
  }
  
  #footer-container p > a:hover {
      color: orange;
  }

  #footer-social a {
      text-decoration: none;
      color: white;
      transition: 0.2s;
  }

  #footer-social a:hover {
      color: #7d7d7d;
  }

  /* Blank */

  .sub-slider {
    background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url(../images/slider-bg.jpg);
    background-position: center center;
    background-size: cover;
    height: 600px;
    margin-top: -90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sub-slider h1 {
    margin: 110px auto 20px;
    text-align: center;
    text-transform: capitalize;
  }

  .sub-slider h2{
    font-weight: 400;
  }

  .sub-body > .container {
      color: #191663;
      padding: 40px 0;
  }

  .sub-body > .container > a,  .sub-body > .container > p > a{
      text-decoration: none;
      color: inherit;
      border-bottom: 1px solid #a3a3a3;
      transition: 0.2s;
      font-weight: bold;
      width: 150px;
      margin: 0 auto 20px;
      text-align: center;
  }

  .sub-body > .container > a:hover,  .sub-body > .container > p > a:hover{
    color: #a3a3a3;
  }

  /*THE TEAM DESKTOP STYLES*/

  #members-container{
    margin-top: 40px;
  }

  .team-member{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .team-member:last-of-type{
    margin-bottom: 0px;
  }

  .team-member img{
    width: 300px;
    height: auto;
    margin:0 60px 40px 0;
  }

  /*BLOG INDEX DESKTOP PAGE*/

  .blog-index-container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #a3a3a3;
  }

  .blog-index-container:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .blog-index-container img{
    margin-right:60px;
    width: 350px;
    height: auto;
  }

  .blog-index-container a{
    padding:6px 12px;
    background: #ececec;
    border:2px solid #191663;
    color: #191663;
    margin-top: 10px;
    display: inline-block;
/*    font-weight: bold;*/
  }

  .blog-index-container a:hover{
    background: #191663;
    color: white;
  }

  /*BLOG INDIVIDUAL*/

  /*.blog-content .container{
    width: 700px;
  }*/

  .blog-content img{
    width: 100%;
    max-width: 700px;
    height: auto;
    margin:0 auto 20px;
    display: block;
  }

  img.img-small {
    width: 400px;
    height: auto;
  }

  img.image-credit{
    margin-bottom: 10px;
  }

  p.image-credit{
    font-size: .9em;
    font-style: italic;
    text-align: center;
  }

  p.source{
     font-size: .85em;
    font-style: italic;
  }

  /*DOWNLOADS DEKSTOP*/

  #download-content .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .download{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
    margin-bottom: 40px;
  }

  .download img{
    width: 100%;
    height: auto;
    border:1px solid lightgray;
    margin-bottom: 15px;
    transition: .4s;
  }

  .download img:hover{
    transform: scale(1.05);
  }

  .research-download{
    align-items: flex-start;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid lightgray;
  }

  .research-download p{
    height: 160px;
  }

  .research-download a{
    font-weight: bold;
    border: 2px solid #191663;
    background: #191663;
    color: white;
    padding:8px 16px;
  }

  .research-download a:hover{
    color: #191663;
    background: transparent;
  }

  /*MEDIA DESKTOP*/

  .video-wrapper{
    position: relative;
    padding-bottom: 36.5%;
    height: 0;
    margin:20px auto 0;
    width: 700px;
  }

  .video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*FORCE PLATE DESKTOP*/

  img.img-center{
    display: block;
    margin:20px auto;
    max-width: 500px;
    height: auto;
  }

  .img-row{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin:20px 0;
  }

  .img-row img{
    width: 300px;
    height: auto;
    margin:0 20px;
  }

  img.img-big{
    max-width: 800px;
  }

  /*PROTOCOL DESKTOP*/

  .protocol-content img{
    display: block;
    margin: 0 auto 10px;
    max-width: 700px;
  }

  .protocol-img-row{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin:20px 0;
  }

  .protocol-img-row img{
    max-width: 700px;
    height: auto;
    margin:0 10px;
  }

  /*CONTACT DESKTOP*/

  #contact-info{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  .location a{
    border-bottom: 1px solid #a3a3a3;
    color: inherit;
  }

  .location a:hover{
    color: #a3a3a3;
  }


}



@media screen and (max-width : 1099px){
  
  .container {
    width:100%;
  }

  #menu-container {
      background: linear-gradient(rgb(25,22,99), rgb(25,22,99));
      z-index: 1000;
      position: sticky;
  }

  #contact-banner {
    display: none;
    justify-content: flex-end;
    align-items: center;
    height: 25px;
  }

  #contact-banner p {
      font-size: 7pt;
      margin: 0;
  }

  #contact-banner p>span>a {
      text-decoration: none;
      color: white;
      text-transform: uppercase;
      transition: 0.2s;
  }

  #contact-banner p>span>a:hover, #contact-banner a:hover {
      color: #c3c3c3;
  }

  #contact-banner a{
      text-decoration: none;
      color: white;
      transition: 0.2s;
  }
  
  .sticky {
      /* position: fixed !important; */
      top: 0;
      width: 100%;
  }

  #menu-btn {
    position: absolute;
    top: 50px;
    right: 40px;
  }  

  #menu-btn > .fas {
    font-size: 25pt;
    color: white;
  }  

  .services-active, .dropdown-active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  margin-top: 100px;
  height: 120vh;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(25,22,99); /* Black fallback color */
  background-color: rgba(25,22,99, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: flex; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 20px;
    right: 30px;
  }

  .link-expand {
    display: flex;
    align-items: center;
  }

  .link-expand > a > .fas, .subpage-expand > a > .fas {
    color: white;
    font-size: 15pt;
  }

  .subpage-expand > a > .fas {
    color: white;
    font-size: 10pt;
  }

  #logo-menu {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }

  #logo-menu > a {
      height: 90px;
  }

  #logo-menu img {
    height: 90px;
  }

  #menu-links {
      margin-top: -140px;
  }

  #menu-links a {
      text-decoration: none;
      color: white;
      margin-left: 20px;
      font-size: 15pt;
      text-transform: uppercase;
      font-weight: 500;
      transition: 0.2s;
  }

  .link-expand > a {
    text-decoration: none;
    color: white;
    margin-left: 20px;
    font-size: 15pt;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.2s;
    margin-left: 20px;
  }

  #menu-links a:hover {
      color: #c3c3c3;
  }

  .horizontal-line {
      width: 25px;
      height: 2px;
      background: white;
  }

  .dropdown-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }

  .dropdown-content > a {
    font-size: 11pt !important;
    margin-left: 30px !important;
  }

  .subpage-expand {
    display: flex;
    align-items: center;
  }

  .sub-dropdown {
    display: none;
  }

  .sub-dropdown-content {
    display: none;
  }

  .sub-dropdown > a, .sub-dropdown-content > a {
    font-size: 10pt !important;
    margin-left: 40px !important;
  }

  .subpage-expand a:nth-child(2), .subpage-expand a:nth-child(1) {
    font-size: 12pt !important;
    margin-left: 20px !important;
  }

  .subpage-expand a:nth-child(1) {
    font-size: 11pt !important;
    margin-left: 30px !important;
  }

  #myVideo {
      position: absolute;
      right: 0;
      bottom: 0;
      min-width: 100%; 
      z-index: 1;
      min-height: 540px;
      display: none;
  }

  #slider-container {
/*    background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/slider_1.webp');*/
    padding: 40px 20px;
    position: relative;
    min-height: 520px;
  }

  #slider-container:before {
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:2;
    background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/slider_1.webp');
  }

  #slider-txt-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align:center;
    position: relative;
    z-index: 3;
    min-height: 520px;
  }

   #slider-txt-btns p{
      animation: fadeInAnimation ease 3s;
      animation-iteration-count: 1;
/*      animation-fill-mode: forwards;*/
      -webkit-animation-fill-mode:both;
      animation-fill-mode:both;
      animation-delay: 1s;
  }
   
  @keyframes fadeInAnimation {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
       }
  }

  #slider-txt-btns p{
    margin: 0;
    text-transform: uppercase;
  }

  #slider-txt-btns p:nth-child(1){
    font-size: 2em;
    font-weight: 700;
    line-height: 35pt;
  }

  #slider-btns {
    display: flex;
    justify-content: center;
    width:300px;
    margin-top: 20px;
    padding:20px 0;
  }

  #slider-btns a {
    background: #a3a3a3;
    color: white;
    font-weight: bold;
    font-size: 1.15em;
    padding: 10px 40px;
    text-align: center;
    border: 2px solid white;
  }

  #slider-btns a:hover{
    background: transparent;

  }

  #team-container {
    padding: 60px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 20px;
  }

  #team-container > img {
    width: 100%;
    max-width: 500px;
  }

  #meet-our-team {
    color: #191663;
  }

  #team-container h2{
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
  }

  #team-container > a > img {
    width: 100%;
    max-width: 340px;
  }

  .bullets {
    margin-bottom: 10px;
    color: #a3a3a3;
  }

  .headshot-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 10px;
  }

  .headshot {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 250px;
    height: 334px;
    margin-bottom: 30px;
  }

  .headshot > a > img {
    width: 100%;
  }

  .headshot > a {
    color: #191663;
  }

  .headshot-info {
    background: linear-gradient(rgba(236,236,236, .6), rgba(236,236,236, .6));
    padding: 10px;
    width: 230px;
    position: absolute;
    bottom: 0;
  }

  /* .headshot > a:hover .headshot-info {
    opacity: 1;
    visibility: visible;
    bottom:0px;
  } */

  .headshot-info p {
    margin-bottom: 0px;
  }

  .temp-obj {
    height: 200px;
    width: 250px;
    background-color: #a3a3a3;
  }

  .grey-mountain {
    background: url('../images/grey-mountain-border.png');
    background-size: cover;
    background-position: top center;
    height: 15vw;
  }

  #our-locations {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0 20px;
    margin-top: -5px;
    background: #7d7d7d;
  }

  #locations-container {
    margin: 0 20px;
  }

  #locations-container h2 {
    color: white;
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
  }

  #locations-container > .bullets {
      color: white;
  }

  .location-maps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
  }

  .map-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  #locations-maps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .map-wrapper {
    width: 100%;
    max-width: 600px;
    height: 300px;
    margin: 20px 0 40px;
    text-align: center;
  }

  .contact {
    background: #191663;
    padding: 40px 0;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-buttons {
    display: flex;
    flex-direction: column;
    /* width: 400px; */
    justify-content: space-between;
    height: 125px;
  }

  .contact-buttons a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: #a3a3a3;
    padding: 10px 15px;
    transition: 0.2s;
  }

  .contact-buttons a:hover {
      color: #191663;
  }

  #our-blog {
    padding: 40px 20px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #our-blog-container h2 {
    color: #191663;
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
  }

  #our-blog-container > .bullets {
      color: #191663;
      margin-bottom: 10px;
  }

  #our-blog-container p {
    color: #141414;
    font-size: 10pt;
  }

  #blog-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
  }

  .blog-indv {
      margin-bottom: 20px;
  }

  .blog-image {
      position: relative;
      width: 100%;
      max-width: 400px;
  }

  .blog-date {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      background: #7d7d7d;
      position: absolute;
      right:0
  }

  .date-text {
    width: inherit;
    height: inherit;
    color: white !important;
    margin-bottom: 0;
    font-weight: 500 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blog-indv img{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }

  .blog-indv > p {
    font-size: 9pt;
    color: #191663;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 700;
  }

  .blog-indv > span a {
      text-decoration: none;
      color: #191663; 
      font-size: 9pt;
      font-weight: 500;
      transition: 0.2s;
  }

  .blog-indv > span a:hover {
    color: #7d7d7d;
  }

  .fas {
      color: #191663;
      font-size: 8pt;
      transition: 0.2s;
  }

  .blog-indv > span a:hover .fas {
    color: #7d7d7d;
  }

  #our-mission {
      background: #ececec;
      padding: 40px;
  }

  #our-mission-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  #our-mission-container img {
    max-width: 550px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  #our-mission-text {
      color: #191663;
      background: white;
      border: 2px solid #9f9f9f;
      padding: 15px;
  }

  #our-mission-text h3 {
      font-size: 12pt;
      margin-bottom: 5px;
  }

  #our-mission-text p {
    font-size: 10pt;
    margin: 0;
    padding: 0 5px;
  }

  #our-mission-text-values {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 550px;
  }

    .accordion {
    background-color: #191663;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.2s;
    margin:0 auto 10px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: 700;
  }

  .accordian-active {
    background: #191663;
    color: white;
    display: none;
  }

  .fa-plus, .fa-minus {
    color:white !important;
  }

  .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .inner-panel {
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .inner-panel p{
    margin-bottom: 0px;
    font-size: .9em;
    line-height: 1.5em;
    padding: 5px 0;
  }

  .mission-accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #191663;
    margin-top: 20px;
    padding: 5px 10px;

  }

  .mission-accordion p {
      margin: 0;
      font-size: 9pt;
      text-transform: uppercase;
  }

  .mission-accordion > .fas {
      color: white;
      font-size: 10pt;
  }

  #our-reviews {
      padding: 60px 20px;
      color: #191663;
      text-align: center;
  }

  .our-reviews-sub {
      padding: 60px 20px;
      background: #ececec;
      text-align: center;
  }

  #our-reviews-container {
      display: flex;
      flex-direction: column;
  }

  #img-reviews {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
  }

  #our-reviews-container h2 {
    margin: 0;
    color: #191663;
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
  }

  #our-reviews-container > .bullets {
    color: #191663;
    margin-bottom: 20px;
  }

  #img-reviews img {
    height: auto;
    max-width: 500px;
    margin-bottom: 20px;
    width: 100%;
  }

  .reviews {
      height: 225px;
      width:100%;
      border: 1px solid #9f9f9f;
      padding: 10px;
      max-width: 500px;
  }

  .review {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 150px !important;
    padding: 15px;
  }

  .review p:nth-child(1){
     margin-bottom: 10px;
     font-size: 10pt;
     color:  #191663;
     font-weight: 900;
     text-transform: uppercase;
  }

  .review p:nth-child(2){
    color: #9f9f9f;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 9pt
  }

  .review p:nth-child(3){
    color: #141414;
    font-size: 9pt;
    font-weight: 500;
    margin: 0;
  }

  .slick-dots {
      /* width: 93% !important; */
  }

  #sub-footer {
      background: #1a1a1a;
      padding: 40px 20px;
  }

  #sub-footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .horizontal-line-footer {
      background: #8f8f8f;
      height: 1px;
      width: 15px;
      margin-bottom: 15px;
  }

  #sub-footer-left {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #sub-footer-left img {
      width: 100px;
      margin-bottom: 5px;
  }

  #sub-footer-left p {
      font-size: 8pt;
      font-weight: 500;
      margin: 0;
      width: 300px
  }

  #sub-footer-mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  #sub-footer-mid p, #sub-footer-right p {
    font-size: 9pt;
    text-transform: uppercase;
    margin: 0 0 5px;
  }

  #footer-nav-links {
    width: 300px;
    height: 71px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }

  #footer-nav-links a {
      text-decoration: none;
      color: white;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 7pt;
      margin-bottom: 10px;
      transition: 0.2s;
  }

  #footer-nav-links a:hover {
    color: #7d7d7d;
  }

  .mr-0 {
      margin-right: 0 !important;
  }
  
  #sub-footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #footer-locations {
    font-size: 8pt;
  }

  #footer-locations a {
      text-decoration: none;
      color: white;
      transition: 0.2s;
  }

  #footer-locations a:hover {
      color: #7d7d7d;
  }

  #footer {
    background: #191663;
    padding: 20px 0;
  }

  #footer-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
  }

  #footer-container p {
      margin: 0 0 10px 0;
      font-size: 6pt;
  }

  #footer-container p>a {
      text-decoration: none;
      color: white;
      transition: 0.2s;
  }
  
  #footer-container p > a:hover {
      color: orange;
  }

  #footer-social a {
      text-decoration: none;
      color: white;
      transition: 0.2s;
  }

  #footer-social a:hover {
      color: #7d7d7d;
  }

  /* Blank */

  .sub-slider {
    height: 250px;
    background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url(../images/slider_1.webp);
    background-position: 30% 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sub-slider h2{
    font-weight: 400;
  }

  .sub-body {
    margin: 40px;
  }

  .sub-body > .container {
      color: #191663;
      /* padding: 40px; */
  }

  .sub-body > .container > h1 {
    text-align: center;
  }

  .sub-body > .container > a,  .sub-body > .container > p > a{
      text-decoration: none;
       color: inherit; 
       border-bottom: 1px solid #a3a3a3;
       font-weight: bold;
      transition: 0.2s;
      width: fit-content;
  }

  .sub-body > .container > a:hover,  .sub-body > .container > p > a:hover{
       color: #a3a3a3; 
  }

    .sub-slider h1 {
      margin: 0;
      text-align: center;
      text-transform: capitalize;
      padding: 0px 20px 0;
    }

    .sub-body > .container img {
      display: block;
      margin: 0 auto 20px;
      width: 100%;
      max-width: 450px;
    }

  /*THE TEAM MOBILE STYLES*/

  #members-container{
    margin-top: 20px;
  }

  .team-member{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .team-member:last-of-type{
    margin-bottom: 0px;
  }

  .team-member h3{
    text-align: center;
  }

  .team-member img{
    max-width: 250px !important;
    height: auto;
    margin:0 60px 40px 0;
  }

    /*BLOG INDEX MOBILE PAGE*/

  .blog-index-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #a3a3a3;
  }

  .blog-index-container:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .blog-index-container img{
    margin-right:60px;
    width: 300px;
    height: auto;
  }

  .blog-index-container h3{
    text-align: center;
  }

  .blog-index-container a{
    padding:6px 12px;
    background: #ececec;
    border:2px solid #191663;
    color: #191663;
    margin: 10px auto 0;
    display: block;
    width: fit-content;
  }

  .blog-index-container a:hover{
    background: #191663;
    color: white;
  }

  /*BLOG INDIVIDUAL MOBILE STYLES*/

  .blog-content {
    margin:0px;
    padding:60px 20px;
  }

  .blog-content img{
    width: 100%;
    max-width: 350px;
    height: auto;
    margin:0 auto 20px;
    display: block;
  }

  img.img-small {
    max-width: 400px;
  }

  img.image-credit{
    margin-bottom: 10px;
  }

  p.image-credit{
    font-size: .9em;
    font-style: italic;
    text-align: center;
  }

  p.source{
     font-size: .85em;
    font-style: italic;
  }

  /*DOWNLOADS MOBILE*/

  #download-content .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .download{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
    margin-bottom: 40px;
  }
  
  .download img{
    width: 100%;
    height: auto;
    border:1px solid lightgray;
    margin-bottom: 15px;
    transition: .4s;
  }

  .research-download{
    align-items: flex-start;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid lightgray;
  }

  .research-download p{
    height: fit-content;
  }

  .research-download a{
    font-weight: bold;
    border: 2px solid #191663;
    background: #191663;
    color: white;
    padding:8px 16px;
  }

  .research-download a:hover{
    color: #191663;
    background: transparent;
  }

  .research-download:last-of-type{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }

  /*MEDIA MOBILE*/

  .video-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin:20px auto 0;
    max-width: 700px;
    width: 100%;
  }

  .video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*FORCE PLATE MOBILE*/

  img.img-center{
    display: block;
    margin:20px auto;
    max-width: 500px;
    width: 100%;
    height: auto;
  }

  .img-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin:20px 0;
  }

  .img-row img{
    width: 300px;
    height: auto;
    margin:0 20px;
  }

  img.img-big{
    max-width: 600px;
  }

  /*PROTOCOL MOBILE*/

  .protocol-content img{
    display: block;
    margin: 0 auto 10px;
    max-width: 600px;
    width: 100%;
  }

  .protocol-img-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin:20px 0;
  }

  .protocol-img-row img{
    max-width: 600px;
    height: auto;
    margin:10px;
  }

  img.protocol-img-small{
    max-width: 260px !important;
  }

  /*CONTACT MOBILE*/

  #contact-info{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .location a{
    border-bottom: 1px solid #a3a3a3;
    color: inherit;
  }

  .location a:hover{
    color: #a3a3a3;
  }

  .location-text{
    width: 157px;
  }
    

}