* {
  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;
}


@media (min-width: 1100px) {

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

  #menu-container {
      background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7));
      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;
  }

  #services {
      width: 265px;
  }

  

  .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;

        /* width: 250px; */
    }

    .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;
    }

    #acute-subacute-inj {
      width: 170px;
      margin: -39px 0 0 235px;
    }
    
    #ortho-rehab {
        width: 320px;
        margin: -37px 0 0 235px;
    }

    #elbow-wrist {
        width: 300px;
        margin: -39px 0 0 235px;
    }

    #hand-shoulder {
        width: 150px;
        margin: -30px 0 0 235px;
    }

    #spine {
        width: 200px;
        margin: -39px 0 0 235px;
    }

    #patrum {
        width: 150px;
        margin: -39px 0 0 235px;
    }

    #industrial {
        width: 200px;
        margin: -39px 0 0 235px;
    }

    #publications {
        width: 80px;
        margin: 0 0 0 15px;
    }

  #slider-container {
    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: -89px;

  }

  #slider-txt-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
  }

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

  }

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

  #slider-txt-btns p:nth-child(2){
    font-size: 48pt;
    font-weight: 200;
    letter-spacing: 8.5px;
    line-height: 48pt;
  }

  #slider-txt-btns p:nth-child(3){
    font-size: 9pt;
    line-height: 30px;
  }

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

  .slider-btn {
    display: flex;
    flex: 1 1 0px;
    align-items: center;
    justify-content: center;
    background: #a3a3a3;
  }

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

  .slider-btn a:hover {
      color: #191663;
  }

  #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: space-between;
    align-items: center;
  }

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

  .map-wrapper {
    width: 350px;
    height: 350px;
  }

  .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 {
    height: 400px;
    background: grey;
    margin-top: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .blog-sub-slider {
      /* height: 180px; */
      background: grey;
      text-align: center;
      padding: 20px;
  }

  .blog-sub-slider h1 {
    margin: 0;
    text-transform: capitalize;
  }

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

  .sub-body > .container > a,  .sub-body > .container > p > a{
      text-decoration: none;

      transition: 0.2s;
      width: 150px;
      margin: 0 auto 20px;
      text-align: center;
  }

  .sub-body > .container > a:hover,  .sub-body > .container > p > a:hover{
  }

  /* The Clinic */
  #clinic {
      background: url('../images/clinic-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Philosophy */
  #philosophy {
      background: url('../images/philosophy-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Physical Therapist in Nevada */
  #physical-therapist-nevada {
      background: url('../images/philosophy-bg.jpg');
      background-position: center center;
      background-size: cover;
  }	

  /* Physical Therapist in Reno, Nevada */
  #physical-therapist-reno-nevada {
      background: url('../images/philosophy-bg.jpg');
      background-position: center center;
      background-size: cover;
  }	

  /* Physical Therapist in Sparks, Nevada */
  #physical-therapist-sparks-nevada {
      background: url('../images/publications-bg.jpg');
      background-position: center center;
      background-size: cover;
  }	

  /* MidTown Reno Physical Therapist
 */
  #midtown-reno-physical-therapist {
      background: url('../images/publications-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

    /* Best Physical Therapist in South Reno, Nevada */
    #best-physical-therapist-south-reno-nevada {
      background: url('../images/blog-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

    /* Best Physical Therapist in Sparks, Nevada */
    #best-physical-therapist-sparks-nevada {
      background: url('../images/blog-bg.jpg');
      background-position: center center;
      background-size: cover;
    }	

    /* Physical Therapy Near Me in MidTown, Nevada */
    #physical-therapy-near-me-midtown-nevada {
      background: url('../images/publications-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

    /* Physical Therapy Near Me in Reno */
    #physical-therapy-near-me-reno {
      background: url('../images/publications-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

  /* Schedule */
  #schedule {
      background: url('../images/schedule-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* The Team */
  #the-team {
      background: url('../images/the-team-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  #members-container{
      display: flex;
      flex-direction: column;
  }

  .team-member {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
  }

  .team-member > img {
      width: 300px;
      height: 375px;
      margin-right: 40px !important;
  }

  .member-text {
      display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .member-text > p {
      font-size: 10pt;
  }

  .member-text > h3 {
      margin-bottom: 10px;
  }

  /* Services */
  .services-bg {
      background: url('../images/services-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  #services-links {
      display: flex;
      flex-direction: column;
  }

  /* Orthopedic / Sports Rehabilitation */
    #ortho {
      background: url('../images/ortho-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Services - ACL  */
  #services-acl {
      background: url('../images/acl-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Degenerative Arthritis/Total Knee Replacement */
  #knee-replacement {
      background: url('../images/knee-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Frozen Shoulder */
    #frozen-shoulder {
       background: url('../images/frozen-shoulder.jpg');
      background-position: center center;
      background-size: cover; 
    }
    
    /* Meniscal/Articular Cartilage */
    #meniscal-bg {
        background: url('../images/meniscal-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Patellofemoral */
    #patellofemoral-bg {
        background: url('../images/patellofemoral-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Plantar fasciitis */
    #plantar-bg {
        background: url('../images/plantar-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Rotator Cuff/Labral Tears/Instability */
    #rotator-tears-bg {
        background: url('../images/rotator-cuff-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Tendinopathy */
    #tendinopathy-bg {
        background: url('../images/tendinopathy-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Throwing Injuries */
    #throwing-injuries-bg {
        background: url('../images/throwing-injuries-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Total Shoulder Replacement */
    #total-shoulder-replacement {
        background: url('../images/total-shoulder-replacement-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Total Shoulder Replacement */
    #ankle-foot-bg {
        background: url('../images/ankle-foot-sprains-fractures-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Post Surgical Rehabilitation */
    #post-surgical-bg {
        background: url('../images/post-surgical-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Carpal Tunnel */
    #carpal-tunnel-bg {
        background: url('../images/carpal-tunnel-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Sprains Fractures */
    #sprains-fractures-bg {
        background: url('../images/sprains-fractures-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Tennis/Golfers Elbow */
    #tennis-golfer-elbow-bg {
        background: url('../images/tennis-golfers-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Acute & Subacute Injuries */
    #acute-subacute-injuries-bg {
        background: url('../images/acute-subacute-injuries.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #industrial-post-surg-bg {
        background: url('../images/indust-post-surg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #mechanical-bg {
        background: url('../images/mechanical-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #disc-herniation-bg {
        background: url('../images/disc-herniation-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #spine-post-surgical-rehab-bg {
        background: url('../images/spine-post-surgical-rehab-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #postural-syndromes-bg {
        background: url('../images/postural-syndromes-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #sacro-lliac-syndromes-bg {
        background: url('../images/sacro-lliac-syndromes-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #shoulder-hand-syndromes-bg {
        background: url('../images/shoulder-hand-syndromes-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #spine-post-surgical-rehab-bg {
        background: url('../images/spine-post-surgical-rehab-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* media-resources */
    .media-resources-bg {
        background: url('../images/publications-bg.jpg');
        background-position: right center;
        background-size: cover;
    }

    /* Newsletters */
    #newsletter-bg {
        background: url('../images/newsletter-bg.jpg');
        background-position: right center;
        background-size: cover;
    }

    /* Protocols */
    #protocols-bg {
        background: url('../images/protocols-bg.jpg');
        background-position: right center;
        background-size: cover;
    }

    /* Resources */
    #resources-bg {
        background: url('../images/resources-bg.jpg');
        background-position: right center;
        background-size: cover;
    }

    /* Patient Forms */
    #patient-forms-bg {
        background: url('../images/patient-forms-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Blog */
    #blog-bg {
      background: url('../images/blog-bg.jpg');
      background-position: center center;
      background-size: cover;
    }
    
    .blog-btn {
      display: block;
      text-transform: uppercase;
      text-decoration: none;
      color: white !important;
      background: #a3a3a3;
      padding: 10px 15px;
      transition: 0.2s;
      margin-bottom: 20px;
    }

    .blog-line {
      height: 2px;
      width: 95%;
      margin: 0 auto;
      background: #191663;
      margin-bottom: 20px;
    }

    /* Blog Posts */
    .sub-body > .container li {
      margin: 0 0 10px 20px;
    }

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

    .sub-body > .container img {
      display: block;
      margin: 0 auto 10px;
    }

    .side-by-side-images {
      display: flex;
      justify-content: space-evenly;
      margin-bottom:20px;
    }

    .blog-contact-banner {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 40px 0;
      background-color: #191663;
      color: white;
    }

    .blog-contact-banner  > a {
      background: white;
      width: 250px;
      padding: 10px 15px;
      display: block;
      color: #191663;
      /* border-radius: 5px; */
    }

    .blog-contact-banner > a:hover {
      color: #a3a3a3;
    }


    /* Contact */
    #contact-bg {
      background: url('../images/contact-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

    #contact-info p {
      margin-bottom: 0;
      font-weight: 700;
      font-size: 14pt;
    }

}



@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;
  }

  #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;
  }

  #slider-container {
    background: linear-gradient(rgba(25,22,99,0.7), rgba(25,22,99,0.7)), url('../images/slider_1.jpg');
    background-position: center center;
    background-size: cover;
    padding: 40px 20px;
  }

  #slider-txt-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align:center;
    
  }

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

  }

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

  #slider-txt-btns p:nth-child(2){
    font-size: 48pt;
    font-weight: 200;
    letter-spacing: 8.5px;
    line-height: 48pt;
  }

  #slider-txt-btns p:nth-child(3){
    font-size: 9pt;
    line-height: 30px;
  }

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

  .slider-btn {
    display: flex;
    flex: 1 1 0px;
    align-items: center;
    justify-content: center;
    background: #a3a3a3;
  }

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

  .slider-btn a:hover {
      color: #191663;
  }

  #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: space-between;
    align-items: center;
  }

  .map-wrapper {
    width: 100%;
    max-width: 600px;
    height: 300px;
    margin-bottom: 20px;
    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: 180px;
      background: grey;
  }

  .blog-sub-slider {
      /* height: 180px; */
      background: grey;
      text-align: center;
      padding: 20px;
  }

  .blog-sub-slider h1 {
    margin: 0;
    text-transform: capitalize;
  }

  .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: #191663; */
      transition: 0.2s;
      width: fit-content;
  }

  .sub-body > .container > a:hover,  .sub-body > .container > p > a:hover{
      /* color: #7d7d7d; */
  }


  /* Blog Posts */
    .sub-body > .container li {
      margin: 0 0 10px 20px;
    }

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

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

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

    .side-by-side-images {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      margin-bottom:20px;
    }

  /* The Clinic */
  #clinic {
      background: url('../images/clinic-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Philosophy */
  #philosophy {
      background: url('../images/philosophy-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Physical Therapist in Nevada */
  #physical-therapist-nevada {
      background: url('../images/philosophy-bg.jpg');
      background-position: center center;
      background-size: cover;
  }	

  /* Physical Therapist in Reno, Nevada */
  #physical-therapist-reno-nevada {
      background: url('../images/philosophy-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Physical Therapist in Sparks, Nevada */
  #physical-therapist-sparks-nevada {
      background: url('../images/publications-bg.jpg');
      background-position: center center;
      background-size: cover;
  }	

  /* MidTown Reno Physical Therapist
 */
  #midtown-reno-physical-therapist {
      background: url('../images/publications-bg.jpg');
      background-position: center center;
      background-size: cover;
  }	

    /* Best Physical Therapist in South Reno, Nevada */
    #best-physical-therapist-south-reno-nevada {
      background: url('../images/blog-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

    /* Best Physical Therapist in Sparks, Nevada */
    #best-physical-therapist-sparks-nevada {
      background: url('../images/blog-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

    /* Physical Therapy Near Me in MidTown, Nevada */
    #physical-therapy-near-me-midtown-nevada {
      background: url('../images/publications-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

    /* Physical Therapy Near Me in Reno */
    #physical-therapy-near-me-reno {
      background: url('../images/publications-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

  /* Schedule */
  #schedule {
      background: url('../images/schedule-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* The Team */
  #the-team {
      background: url('../images/the-team-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  #members-container{
      display: flex;
      flex-direction: column;
  }

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

  .team-member > img {
      width: 300px;
      height: 375px;
      margin-bottom: 20px;
  }

  .member-text {
      display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .member-text > p {
      font-size: 10pt;
  }

  .member-text > h3 {
      margin-bottom: 10px;
  }

  /* Services */
  .services-bg {
      background: url('../images/services-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  #services-links {
      display: flex;
      flex-direction: column;
  }

  /* Orthopedic / Sports Rehabilitation */
    #ortho {
      background: url('../images/ortho-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Services - ACL  */
  #services-acl {
      background: url('../images/acl-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Degenerative Arthritis/Total Knee Replacement */
  #knee-replacement {
      background: url('../images/knee-bg.jpg');
      background-position: center center;
      background-size: cover;
  }

  /* Frozen Shoulder */
    #frozen-shoulder {
       background: url('../images/frozen-shoulder.jpg');
      background-position: center center;
      background-size: cover; 
    }
    
    /* Meniscal/Articular Cartilage */
    #meniscal-bg {
        background: url('../images/meniscal-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Patellofemoral */
    #patellofemoral-bg {
        background: url('../images/patellofemoral-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Plantar fasciitis */
    #plantar-bg {
        background: url('../images/plantar-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Rotator Cuff/Labral Tears/Instability */
    #rotator-tears-bg {
        background: url('../images/rotator-cuff-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Tendinopathy */
    #tendinopathy-bg {
        background: url('../images/tendinopathy-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Throwing Injuries */
    #throwing-injuries-bg {
        background: url('../images/throwing-injuries-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Total Shoulder Replacement */
    #total-shoulder-replacement {
        background: url('../images/total-shoulder-replacement-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Total Shoulder Replacement */
    #ankle-foot-bg {
        background: url('../images/ankle-foot-sprains-fractures-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Post Surgical Rehabilitation */
    #post-surgical-bg {
        background: url('../images/post-surgical-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Carpal Tunnel */
    #carpal-tunnel-bg {
        background: url('../images/carpal-tunnel-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Sprains Fractures */
    #sprains-fractures-bg {
        background: url('../images/sprains-fractures-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Tennis/Golfers Elbow */
    #tennis-golfer-elbow-bg {
        background: url('../images/tennis-golfers-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Acute & Subacute Injuries */
    #acute-subacute-injuries-bg {
        background: url('../images/acute-subacute-injuries.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #industrial-post-surg-bg {
        background: url('../images/indust-post-surg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #mechanical-bg {
        background: url('../images/mechanical-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #disc-herniation-bg {
        background: url('../images/disc-herniation-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #spine-post-surgical-rehab-bg {
        background: url('../images/spine-post-surgical-rehab-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #postural-syndromes-bg {
        background: url('../images/postural-syndromes-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #sacro-lliac-syndromes-bg {
        background: url('../images/sacro-lliac-syndromes-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #shoulder-hand-syndromes-bg {
        background: url('../images/shoulder-hand-syndromes-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Industrial Post Surgical Rehabilitation */
    #spine-post-surgical-rehab-bg {
        background: url('../images/spine-post-surgical-rehab-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    /* Publications */
    .media-resources-bg {
      background: url('../images/publications-bg.jpg');
      background-position: right center;
      background-size: cover;
    }

    /* Newsletters */
    #newsletter-bg {
        background: url('../images/newsletter-bg.jpg');
        background-position: center;
        background-size: cover;
    }

    /* Protocols */
    #protocols-bg {
        background: url('../images/protocols-bg.jpg');
        background-position: center;
        background-size: cover;
    }

    /* Resources */
    #resources-bg {
        background: url('../images/resources-bg.jpg');
        background-position: center;
        background-size: cover;
    }

    /* Patient Forms */
    #patient-forms-bg {
      background: url('../images/patient-forms-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

    /* Blog */
    #blog-bg {
      background: url('../images/blog-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

    .blog-btn {
      display: block;
      text-transform: uppercase;
      text-decoration: none;
      color: white !important;
      background: #a3a3a3;
      padding: 10px 15px;
      transition: 0.2s;
      margin: 0 auto 20px;
    }

    .blog-line {
      height: 2px;
      width: 95%;
      margin: 0 auto;
      background: #191663;
      margin-bottom: 20px;
    }

    .blog-contact-banner {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 40px 0;
      background-color: #191663;
      color: white;
      text-align: center;
    }

    .blog-contact-banner  > a {
      background: white;
      width: 250px;
      padding: 10px 15px;
      display: block;
      color: #191663;
      /* border-radius: 5px; */
    }

    .blog-contact-banner > a:hover {
      color: #a3a3a3;
    }

    /* Contact */
    #contact-bg {
      background: url('../images/contact-bg.jpg');
      background-position: center center;
      background-size: cover;
    }

    #contact-info p {
      margin-bottom: 0;
      font-weight: 700;
      font-size: 14pt;
    }

}