/* ---------------------------
  Nav Bar and Logo on All Pages
  ---------------------------- */
  .img-fluid {
    max-width: 300px;
    height: auto;
  }

  #myNavbar {
    height: 64px;
    transition: all .5s;
  }

  .myNavbar {
    background: transparent;
  }
  
  a:link {
    /* color:  #003da5; */
    text-decoration: none;
  }

  .a-products:link {
    color:  #91e3f5;
    text-decoration: none;
  }
  
  a:visited {
    /* color:  #003da5; */
    text-decoration: none;
  }
  
  a:hover {
    color: #003da5;
    text-decoration: none;
  }
  
  a:active {
    /* color: #003da5; */
    text-decoration: none;
  }

.logo-image {
  height: auto;
  width: 200px;
  margin-left: 2rem;
}

.nutech-navbar-logo {
  height: 100%;
  padding: .5rem;
}

.w3-bar .w3-button {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  margin-top: .6rem;
  color: #000;
  background: transparent;
  position: relative;
  z-index: 2;
}

.w3-bar .w3-button:hover::after {
  transform: scale(1);
}

.w3-bar .w3-button:after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  height: 2px;
  background: #000;
  width: 100%;
  transition: all .5s;
  transform: scale(0, 1);
}

.w3-bar-item:hover {
  background: transparent;
  color: lightgrey;
}

#myNavbar a:nth-child(3){
  margin-right: 2rem;
}

.background-white {
  background-color: rgba(255, 255, 255, 0.904);
}

  /* ---------------------
    All Pages
    --------------------- */
  
  body,h1,h2,h4,h5,h6,p,ul,td,th {font-family: "Lato", sans-serif;}
  
  body, html {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    height: 100%;
    position: relative;
    color: rgb(38, 36, 36);
    line-height: 1.65;
    background-color:whitesmoke;
    scroll-behavior: smooth;
    letter-spacing: 0.03rem;
  }
  
  h3 {font-family: "Roboto", sans-serif;}
  h3 {
    color:rgb(38, 36, 36);
    line-height: 1.5;
    background-color:whitesmoke;
    scroll-behavior: smooth;
    text-align: center;
  }

  
  h6 {
    color:rgb(38, 36, 36);
    line-height: 1.5;
    background-color:whitesmoke;
    scroll-behavior: smooth; 
  }
  
  .w3-third {
    margin-bottom: 30px;
  }
  
  .w3-half {
    margin-bottom: 30px;
  }
  
  .w3-col {
    margin-bottom: 30px;
    padding-left: 30%;
    padding-right: 30%;
  }
  
  .w3-margin-top {
    margin-top: 20px;
  }

  .w3-margin-top-calc {
    margin-top: 64px!important; 
  }
  
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    max-width: 10%;
    height: auto;
  }
  
  #logo {
    width: auto;
    height: 225px;
  }
  
  .w3-center-testamonials {font-family: "Roboto", sans-serif;}
  .w3-center-testamonials {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  
  .w3-row-padding {
    padding-top: 45px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20px;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: stretch;
  }

  a.footer-location-number { 
    color:  white;
    text-decoration: none;
}

  p {
    font-size: 18px;
    text-align: left;
  }

  .cars-image-long {
    background-image: url(../images/cars.JPG);
    background-position: center;
    background-size: cover;
    height: 300px;
  }
  
  /* ----------------
      Home Page
      ---------------- */
  /* Create a Parallax Effect */
  /* First image (Full height) */
  .bgimg-1 {
    background: #fff;
    width: auto;
    height: 100%;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover ;
    /* background-size: 100% auto; */
    /* opacity: 0.5; */
  }


  .h3-phone1 {
    color:whitesmoke;
    line-height: 1.5;
    scroll-behavior: smooth;
    text-align: center;
    padding-top: 15px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 50px;
    font-size: 18px;
  }

  .h3-phone {
    color:whitesmoke;
    line-height: 1.5;
    scroll-behavior: smooth;
    text-align: center;
    padding-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
    font-size: 18px;
  }

  .h4-homepage {
    padding-top: 24px;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    color: whitesmoke;
    font-size: 20px;
  }


  .w3-display-left {
    padding-left: 10%;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }

  .w3-display-topright {
    margin-top: 4em;
    padding-right: 10%;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }

  .w3-display-right {
    padding-right: 10%;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }

  .w3-display-bottomright {
    margin-bottom: 4em;
    padding-right: 10%;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }

  .centered1 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }

  .centered2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }

  .centered3 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }
  
  @media screen and (max-width: 768px) {
      .bgimg-1 {
          background-attachment: fixed;
      }
  }
  
  /* ----------------------------------
      Background  all but home page
      ---------------------------------- */
  .background {
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s ease-in-out;
  }

  .w3-btn, .w3-button {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    padding: 16px;
  }
  
  #myHeader {
    /* margin-top: 5%; */
    padding-top: 3%;
    width: 100%;
  }

  .sidenav-hr {
    border-top: 1px solid #0000003b;
    width: 70%;
    margin: .5rem auto;
  }

  .h4-home {
    padding-top: 40px;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 50px;
    color: whitesmoke;
    font-size: 20px;
    /* margin-top: -10px; */
  }
  
  li {
    font-size: 16px;
    list-style-type: circle;
    text-align: left;
  }
  
  dt {
    text-align: left;
    font-size: 18px;
  }
  
  h1,h3,h4,h5 {
    font-weight: 900;
  }
  
  
  h4 {
    padding-top: 25px;
    text-align: center;
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 50px;
  }
  
  h5 {
    padding-top: 15px;
    line-height: .75;
  }
  
  .i {
    font-size: 120px;
  }
  
  .w3-container-home {
      margin-top: 6%;   
  }
  
  #page-container {
      position: relative;
      padding-bottom: 10vh;
  }
  
  #content-wrap {
    padding-bottom: 2.5rem; 
  }
  
  .w3-card-home {
    /* box-shadow: 2px 2px 2px 2px #003da5; */
    /* box-shadow: 2px 2px 2px 2px black; */
    margin-bottom: 50px;
    background-color: whitesmoke;
    min-height: 100%;
    align-items: stretch;
  }
  
  .w3-card-home-awards {
    /* box-shadow: 2px 2px 2px 2px black; */
    margin-bottom: 50px;
    background-color: whitesmoke;
    min-height: 100%;
    align-items: stretch;
  
  }

  .w3-panel {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .w3-card-company {
    box-shadow: 2px 2px 2px 2px #003da5;
    padding: 15px;
    margin-bottom: 5px;
    background-color: whitesmoke;
  }
  
  .w3-card-company p {
    text-align: left;
  }
  
  .w3-card-company li {
    text-align: left;
  }
  
  .w3-card-team {
    box-shadow: 2px 2px 2px 2px #003da5;
    margin-bottom: 50px;
    background-color: whitesmoke;
    min-height: 100%;
    align-items: stretch;
  }
  
  .w3-card-team li {
    text-align: left;
  }
  
  .w3-card-products {
    box-shadow: 2px 2px 2px 2px #003da5;
    margin-bottom: 50px;
    background-color: whitesmoke;
    min-height: 100%;
    align-items: stretch;
  }
  
  .w3-card-products li {
    text-align: left;
  }
  
  .w3-card-services {
    box-shadow: 2px 2px 2px 2px #003da5;
    margin-bottom: 50px;
    background-color: whitesmoke;
    min-height: 100%;
    align-items: stretch;
  }
  
  .w3-card-services li {
    text-align: left;
  }
  
  .w3-card-resources {
    box-shadow: 2px 2px 2px 2px #003da5;
    margin-bottom: 50px;
    background-color: whitesmoke;
    min-height: 100%;
    align-items: stretch;
  }
  
  .w3-card-resources-links {
    box-shadow: 2px 2px 2px 2px #003da5;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: 50px;
    background-color: whitesmoke;
  }
  
  .w3-card-resources-links li {
    text-align: left;
  }
  
  .w3-card-compound {
    box-shadow: 2px 2px 2px 2px #003da5;
    margin-bottom: 50px;
    background-color: whitesmoke;
    min-height: 100%;
    align-items: stretch;
  }

  .w3-card-media {
    box-shadow: 2px 2px 2px 2px #003da5;
    /* margin-bottom: 50px; */
    margin-left: 10%;
    margin-right: 10%;
    background-color: whitesmoke;
    /* min-height: 100%; */
    align-items: stretch;
    min-height: 100%
  }

  
  /* ---------------------
    Footer - All Pages
    --------------------- */
  
  /* ---------------
     MAA Calculator
     --------------- */
  
  .w3-card-maacalc {
    box-shadow: 2px 2px 2px 2px #003da5;
    margin-bottom: 50px;
    margin-left: 20px;
    background-color: whitesmoke;
    min-height: 100%;
  }
  
  .w3-row-padding-calc {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20px;
    margin-right: 15px;
    align-items: stretch;
  }
  
     td,th {
      font-size: 16px;
     }
  
     .style3 {
      text-align: center;
      font-size: 14px;
    }
    .style4 {
      color: #C0C0C0;
      font-size: 14px;
    }
  
    .style6 {
      font-size: 14px;
      text-align: center;
    }
    .style7 {
      font-size: 14px;
      text-align: left;
      padding-left: 20px;
    }
  
    .style8 {
      text-align: center;
      font-size: 14px;
    }
    .style9 {
      font-size: 14px;
    }
    .style10 {
      text-align: right;
      font-size: 14px;
    }
  

.hero {
  padding: 80px 0;
  background: linear-gradient(90deg, rgba(248,247,255,1) 0%, rgba(203,206,221,1) 50%, rgba(248,247,255,1) 100%);
  background-image: url(../images/lab-opaque.png);
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.creds-container {
  position: relative;
  top: 12%;
}

.creds-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.hero-creds-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 1rem;
  padding-right: 1rem;
}

.hero-creds-img {
  display: inline-block;
  height: 70px;
}

.hero-row {
  flex-direction: column;
}

.home-link-icon {
  width: 250px;
}

.nutech-hero-logo {
  margin: 0 auto;
  width: 850px;
  padding-bottom: 3rem;
  position: relative;
  bottom: 3rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.5s ease-in-out;
}

.loaded {
  opacity: 1;
  transform: translateY(0);
}

.nutech-hero-tagline {
  margin: 0 auto;
}

.phone {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 0;
}

.phone .container-fluid {
  height: 100%;
}

.phone .container-fluid .row {
  height: 100%;
}

.phone-container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.left-border {
  position: relative;
}

.left-border:after {
  content: '';
  height: 70%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 15%;
  background-color: rgb(172, 172, 172);
}


.phone-number-location {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  margin: 0 auto;
  letter-spacing: .05rem;
  font-size: 1.75rem;
}

.phone-number {
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.5rem;
}

.about-us {
  background-color: rgb(249, 249, 249);
  color: #000;
  padding: 80px 0;
}

.about-us-description {
  font-size: 1rem;
  line-height: 1.75;
}

.about-us-video-container {
  display: flex;
  height: 280px;
  padding-top: 1rem;
}

.about-us-video-container iframe {
  margin: 0 auto;
  width: 100%;
  padding: 3px;
  border: 1px solid grey;
  height: 560px;
}

.about-us-header {
  padding-bottom: 2rem;
  text-align: center;
}

.about-us-header span {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  position: relative;
}

/* .about-us-header span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #000;
  height: 2px;
  width: 100%;
} */

.navbar-other-pages {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.nav-menu {
  height: 100vh;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: #f1f1f1;
  padding: 40px 0;
  transform: translateX(250px);
  transition: .5s ease-in-out;
}

.nav-menu-list {
  padding-left: 0;
  width: 100%;
}

.nav-menu-list-item {
  list-style-type: none;
  font-size: 1rem;
  text-align: center;
}

.main-transform-x {
  transform: translateX(-250px);
}

.sidenav-transform-x {
transform: translateX(0);
box-shadow: 0px 0px 18px -7px black;
transition: all .5s ease-in-out;
}

.nav-menu-list {
list-style-type: none;
color: rgba(7, 7, 7, 0.753);
letter-spacing: 0.1rem;
}

.footer {
  padding: 20px 0;
  background-color: rgb(25, 28, 55);
  color: #fff;
}

.footer-content-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer-nutech-logo {
  width: 200px;
}

.footer-name,
.footer-phone,
.footer-copyright,
.footer-nutech-logo {
  margin: 0 auto;
  padding-top: .5rem;
}

.footer-nutech-logo {
  padding-bottom: 1rem;
}

.footer-copyright {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: .9rem;
}

a.footer-span {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: white;
  transition: color .4s;
}

a.footer-span:hover {
  color: lightgrey;
}

.ul-reset {
	padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
	list-style: none;
}

.section-wrapper {
    color: inherit;
    width: 100%;
}

.accordion-wrapper {
    margin: auto;
    width: 100%;
}

.accordion-content {
  list-style-type: none;
}

.accordion-wrapper ul {
    position: relative;
}

.accordion-wrapper > ul > li {
    border-top: 1px solid rgb(182, 182, 182);
    transition: all .2s;
}

.accordion-wrapper > ul > li:first-child {
    border-top: none;
}

.accordion-wrapper > ul > li:last-child {
    border-bottom: 1px solid rgb(182, 182, 182);
}

.accordion-wrapper > ul > li:hover,
.accordion-active {
    background: rgb(240, 240, 240);
    text-decoration: none;
    cursor: pointer;
}

.accordion-wrapper > ul > li > a {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
	color: #000;
	display: block;
	font-size: 1rem;
  padding: 12px 10px;
  text-decoration: none;
  padding-right: 3rem;
}

.accordion-wrapper ul ul li {
  list-style-type: none;
}

.accordion-content > a:after {
  	content: "\f067";
  	font-family: FontAwesome;
  	font-size: .9rem;
  	padding-right: .8rem;
	position: absolute;
    right: 0;
}

.accordion-active > a:after {
    content: "\f068";
    text-decoration: none;
}

.accordion-wrapper ul ul {
    display: none;
}

.accordion-wrapper ul ul li {
    border-top: 1px solid #ddd;
}

.accordion-wrapper ul ul li:first-child {
    border-top: none;
}

.accordion-wrapper ul ul a {
	background: #fff;
	color: #555;
	display: block;
	font-size: .8rem;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.8;
    transition: all .2s;
}

.accordion-wrapper ul ul a:hover {
  background: #000;
  color: #fff;
}

.info {
  padding: 80px 0;
  background-color: rgb(249, 249, 249);
}

.info-header {
  margin: 0 auto;
  padding-bottom: 3rem;
}

.quick-links-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick-links-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.link-icon {
  font-size: 12rem;
  margin: 0 auto;
  padding-top: 1rem;
}

.links-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
}

.commish-text-container  {
  padding-top: 5rem;
}

.commish-text {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
}

.nnsa-text {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
}

.commish-photo-container  {
  padding-top: 5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.commish-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  padding-bottom: 1rem;
  font-size: 1.7rem;
}

.commish-photo {
  height: 230px;
  margin-top: 1rem;
}

.commish-award-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.commish-award-photo {
  height: 175px;
  padding: 2px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
  transform: scale(1);
  transition: all .5s;
}

.commish-award-photo:hover {
  cursor: pointer;
  opacity: .5;
  transform: scale(1.1);
}

.nnsa-photo-container {
  justify-content: center;
}

.cert-one {
  height: 250px;
}

.commish-text-flex {
  display: flex;
  justify-content: flex;
  align-items: center;
}

.new-link-icon {
  width: 200px;
  margin-top: 1rem;
}

.custom-w3-row {
  padding: 3rem 5rem 0;
}

.info-card-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  min-height: 381px;
}

.extra-padding {
  justify-content: start;
}

.missy-card-header {
  padding-bottom: 0;
  margin-bottom: 0;
}

.missy-card-text {
  font-size: 1rem;
  line-height: 1.75;
}

.locations-text {
  padding-top: 1rem;
  line-height: 1.75;
  font-size: 1rem;
  margin: 0 auto;
}

.w3-bar .w3-button:hover {
  background: none !important;
}

.w3-show {
  background-color: white;
}

.sidenav-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

.sidenav-wrapper > a {
  color: black;
  text-align: center !important;
}

.pharma-row {
  min-height: 400px;
  background-color: white;
}

.pharma-image {
  background-image: url(../images/pharmacy-fade.jpg);
  background-position: left;
  background-size: cover;
  height: 100%;
}

.pharma-image-long {
  background-image: url(../images/nutech-lab.JPG);
  background-position: center;
  background-size: cover;
  height: 300px;
}

.pharma-image-long img {
  width: 100%;
}

.pharma-photo {
  width: 100%;
}

.pharma .container-fluid {
  padding: 0;
}

.pharma-text-container {
  padding: 3rem 2rem;
  display: flex;
    flex-direction: column;
    justify-content: center;
}

.pharma-text-row {
  padding: 3rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.vertical-line {
  transform: rotate(90deg);
  width: 60px;
  border-top: 1px solid rgba(65, 65, 65, 0.534);
  margin: 2rem auto;
}

.pharma-header {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.pharma-text {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  color: #393939;
}

.sidenav-logo {
  width: 70%;
  margin: 1rem 0;
}

.doctor {
  height: 300px;
  background-image: url(../images/nutech-lab2-psd.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.bps-text-container {
  display: flex;
    justify-content: center;
    align-items: center;
}

.hero-creds-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Open Awards Certs on Click */
.nnsa-modal-container {
  display: flex;
  background: black;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  transition: all .5s;
}

.modal-open {
  opacity: 1;
  z-index: 1;
  background: #000000a8;
  overflow: auto;
  transform: scale(1);
  transition: all .5s;
}

.nnsa-modal-container img {
  height: 0%;
  transition: all .5s;
}

.modal-open img {
  height: 80%;
}

.footer-nutech-location-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.footer-location-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: .8rem;
}

.footer-location-header, .footer-location-address-top, .footer-location-address-bottom {
  margin-bottom: 0;
  font-size: .9rem;
}

.footer-location-header {
  font-weight: bolder;
  font-size: 1.4rem;
}

.board-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
}

.board-title {
  font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    padding-bottom: .5rem;
    font-size: 1.7rem;
}

.bps-text {
  padding-top: 2rem;
  text-align: center;
}

#nav-btn {
  width: 48px;
  height: 45px;
  position: relative;
  /* margin: 50px auto; */
  margin: 1rem 1rem 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: black;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-btn span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-btn span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-btn span:nth-child(1), #nav-btn span:nth-child(2) {
  top: 0px;
}

#nav-btn span:nth-child(3), #nav-btn span:nth-child(4) {
  top: 12px;
}

#nav-btn span:nth-child(5), #nav-btn span:nth-child(6) {
  top: 24px;
}

#nav-btn.open span:nth-child(1),#nav-btn.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-btn.open span:nth-child(2),#nav-btn.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-btn.open span:nth-child(1) {
  left: 5px;
  top: 8px;
}

#nav-btn.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 8px;
}

#nav-btn.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-btn.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-btn.open span:nth-child(5) {
  left: 5px;
  top: 24px;
}

#nav-btn.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 24px;
}

@media only screen and (max-width: 1024px){
    .nutech-hero-logo {
      width: 900px;
    }

    .faq-hero-title {
        font-size: 4rem;
    }

    .phone-number-location {
      font-size: 2rem;
    }

    .creds-container {
      top: 27%;
    }

    .commish-award-photo {
      height: 150px;
    }

    .hero {
      background-position-x: -482px;
    }

    .modal-open img {
       height: auto;
       width: 80%;
    }
}

@media only screen and (max-width: 768px){
    .faq-hero-title {
        font-size: 3rem;
    }

    .nutech-hero-logo {
      width: 670px;
    }

    .creds-container {
      top: 21%;
    }

    .phone-number-location {
      font-size: 1.5rem;
    }

    .about-us-description {
      padding-bottom: 2rem;
    }

    .commish-title {
      font-size: 1.4rem;
    }

    .commish-text {
      font-size: .875rem;
    }

    .missy-card-header {
      font-size: 1.4rem;
    }

    .phone .container-fluid .row {
      justify-content: center;
    }

    .phone-container {
      width: 33.3%;
    }

    .hero {
      background-position-x: -365px;
    }

    .w3-bar .w3-button:after {
      content: none;
    }

    .commish-photo {
      margin-top: 2rem;
    }

    .hero-creds-container {
      padding-bottom: 1rem;
    }

    .board-title {
      font-size: 1.4rem;
    }
}

@media only screen and (max-width: 414px){
    .faq {
        padding: 40px 0;
    }

    .commish-photo {
      margin-top: 0;
    }

    .faqContainer {
        height: 300px;
    }

    .faq-hero-title {
        font-size: 1.7rem;
    }

    .accordion-wrapper > ul > li > a {
        font-size: .8rem;
    }

    .faq-header-purchase {
        font-size: 2rem;
    }

    .faq-header {
        font-size: 2rem;
    }

    .nutech-hero-logo {
      width: 280px;
      bottom: 0;
    }

    .hero-creds-title {
      font-size: .7rem;
    }

    .hero-creds-img {
      height: 50px;
    }

    .phone-number-location {
      font-size: .7rem;
    }

    .phone-number {
      font-size: .875rem;
    }

    .creds-container {
      top: 7rem;
    }

    .about-us-header {
      font-size: 1.5rem;
      padding-bottom: 0;
    }

    .about-us-description {
      font-size: .875rem;
    }

    .links-title {
      font-size: 1rem;
      display: none;
    }

    .link-icon {
      display: none !important;
      font-size: 5rem;
    }

    .commish-text-container {
      order: 2;
      padding-top: 2rem;
    }

    .commish-photo-container {
      order: 1;
    }
    
    .commish-photo {
      height: 125px;
    }

    .nnsa-photo-container {
      padding-top: 3rem;
    }

    .nnsa-text {
      font-size: .875rem;
    }

    .commish-award-container {
      width: 100%;
    }

    .commish-award-photo {
      height: 90px;
    }

    .custom-w3-row {
      padding: inherit;
    }

    .info-card-flex {
      padding: 1rem;
    }

    .missy-card-header {
      font-size: 1.2rem;
    }
    
    .missy-card-text {
      font-size: .875rem;
    }

    .w3-row-padding > .w3-third {
      padding: initial;
      margin-bottom: 0;
    }

    .info-card-flex {
      background-color: transparent;
      margin-bottom: 0;
      min-height: initial;
    }

    .missy-card-header {
      background: transparent;
    }

    .footer-copyright {
      font-size: .6rem;
      text-align: center;
    }

    .logo-image {
      margin-left: 0;
    }
    
    .sidenav-hr {
      margin: 0 auto;
    }

    .pharma-text-container {
      padding: 2rem 0;
    }

    .pharma-header {
      font-size: 1.4rem;
    }

    .pharma-text {
      font-size: .875rem;
      line-height: 1.75;
      margin-bottom: 0;
    }

    .vertical-line {
      width: 40px;
      margin: .5rem auto;
    }

    .footer-location-number {
      color: inherit;
    }

    .footer-location-number:active {
      color: inherit;
    }

    .footer-location-number:visited {
      color: inherit;
    }

    .horizontal-line {
      width: 75%;
      margin: 2.5rem auto;
  }

    .about-us-video-container {
      height: auto;
    }

    .doctor {
      height: 200px;
      background-attachment: scroll;
    }

    .pharma-image-long {
      height: 200px;
    }

    .about-us-video-container iframe {
      height: 187px;
    }

    .hero {
      background-position-x: -328px;
    }

    .home-link-icon {
      width: 150px;
    }

    .new-link-icon {
      width: 110px;
    }

    .cars-image-long {
      height: 200px;
    }
}

@media only screen and (max-width: 375px){
  .hero-creds-title {
    font-size: .675rem;
  }

  .phone-number-location {
    font-size: .6rem;
  }

  .about-us {
    padding: 60px 0;
  }

  .commish-award-photo {
    height: 82px;
  }

  .info {
    padding: 60px 0 60px;
  }

  .footer-nutech-logo {
    width: 150px;
  }

  .hero {
    background-position-x: -400px;
  }
}


 /* ---------------------
   Make tables responsive 
   ---------------------- */
   @media
only screen and (max-width: 1500px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr { border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
    padding: 10px;
  }
  td:before {
    position: absolute;
    top: 12px;
    left: 6px;
    width: 200px;
    padding-right: 40px;
    white-space: nowrap;
    margin-left: -150px;
  }
}

b {
  font-size: 18px;
  font-weight: bold;
}

video {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 414px){
  .hero {
    background-attachment: scroll;
  }

  .info {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 768px) and (max-height: 815px){
  .creds-container {
    top: 0%;
  }
}

@media only screen and (min-device-width: 320px)
                   and (max-device-width: 812px) 
                   and (orientation: landscape){
  .hero, .doctor {
    background-attachment: scroll;
  }

  .nutech-hero-logo {
    width: 350px;
    padding-bottom: 0;
    bottom: 0;
  }

  .hero-creds-img {
    height: 40px;
  }

  .hero-creds-container {
    padding-bottom: .3rem;
  }

  .hero-creds-title {
    font-size: .875rem;
  }

  .creds-container {
    top: 6%;
    max-width: 636px;
  }

  .phone-number-location, .phone-number {
    font-size: 1rem;
  }

  .nav-menu {
    overflow-y: scroll;
  }

  .new-link-icon {
    width: 140px;
  }

  .commish-photo {
    height: 180px;
  }

  .commish-text-flex {
    order: 2;
  }

  .commish-photo-container {
    order: 1;
  }

  .phone-container {
    width: 33.3%;
  }
}