.landing-page.sports-medicine * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.landing-page.sports-medicine .button.button-primary {
  padding: 0 0 0 30px;
}
.landing-page.sports-medicine .button.button-primary:after {
  position: static;
  display: inline-block;
  margin-left: 30px;
  right: none;
  top: none;
}
.landing-page.sports-medicine .about-img-mobile {
  display: none !important;
}
.landing-page.sports-medicine .main-banner.content-banner .main-banner__cta {
  height: 90px;
  font-size: 16px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .landing-page.sports-medicine .main-banner.content-banner .main-banner__cta {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .landing-page.sports-medicine .main-banner.content-banner .main-banner__cta {
    width: 40%;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .main-banner.content-banner .main-banner__cta {
    width: 100%;
  }

    .landing-page.sports-medicine .main-banner.content-banner .full-banner {
        height: 50vh;
    }
}
.landing-page.sports-medicine .main-banner.content-banner .main-banner__cta strong {
  font-size: 18px;
}
.landing-page.sports-medicine .main-banner.content-banner .main-banner__cta:after {
  background-color: #414042;
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  bottom: none;
  width: 160px;
  height: 80px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(-39deg) translate(50%, 0);
          transform: rotate(-39deg) translate(50%, 0);
  content: '' !important;
  z-index: 1;
}
@media (max-width: 768px) {
  .landing-page.sports-medicine .main-banner.content-banner .main-banner__cta {
    padding: 30px 15px !important;
    height: auto;
  }
  .landing-page.sports-medicine .main-banner.content-banner .main-banner__cta:after {
    content: none;
    display: none;
  }
}
.landing-page.sports-medicine .main-banner.content-banner .full-banner-container {
  position: relative;
  height: 100%;
}
.landing-page.sports-medicine .main-banner.content-banner .full-banner-container .psm_logo_r {
  position: absolute;
  /*top: 100%;*/
  left: 192px;
  margin-top: 50px;
  width: 400px;
}
@media (max-width: 1100px) {
  .landing-page.sports-medicine .main-banner.content-banner .full-banner-container .psm_logo_r {
    left: 5%;
    margin-top: 43px;
  }
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .main-banner.content-banner .full-banner-container .psm_logo_r {
    left: 50%;
    width: 300px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 35px 0 0 -10px;
  }
}
.landing-page.sports-medicine .main-banner.content-banner .full-banner-container .psm_logo_r img {
  width: 100%;
  height: auto;
}
.landing-page.sports-medicine .main-banner.content-banner .full-banner-container h1 {
  font-size: 142px;
  line-height: .6em;
  margin: -40px 0 0;
  font-weight: 900;
  letter-spacing: -0.03em;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .main-banner.content-banner .full-banner-container h1 {
    font-size: 100px;
    margin-left: 50px;
  }
}
@media (max-width: 440px) {
  .landing-page.sports-medicine .main-banner.content-banner .full-banner-container h1 {
    font-size: 80px;
    margin-left: 20px;
  }
}
.landing-page.sports-medicine .main-banner.content-banner .full-banner-container h1 span {
  display: block;
}
.landing-page.sports-medicine .main-banner.content-banner .full-banner-container h1 span:first-child {
  font-size: 50%;
  opacity: .8;
}
.landing-page.sports-medicine .main-banner.content-banner .full-banner-container > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.landing-page.sports-medicine .side-nav {
  background: -webkit-gradient(linear, left top, right top, from(#81ba3f), to(#50a442));
  background: linear-gradient(to right, #81ba3f, #50a442);
  padding-right: 0;
}
.landing-page.sports-medicine .side-nav > a .sub-page-nav-title {
  font-weight: normal !important;
}
.landing-page.sports-medicine .side-nav > li.nav-item a {
  font-weight: normal !important;
}
.landing-page.sports-medicine .side-nav > li.nav-item:last-child a {
  display: block;
  background: #414042;
  padding-left: 0;
  position: relative;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .side-nav > li.nav-item:last-child a {
    background: transparent;
    padding-left: 15px;
  }
}
.landing-page.sports-medicine .side-nav > li.nav-item:last-child a:before {
  content: '';
  position: absolute;
  background: transparent;
  bottom: 0;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 53px 66px;
  border-color: transparent transparent #414042 transparent;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .side-nav > li.nav-item:last-child a:before {
    display: none;
  }
}
.landing-page.sports-medicine .side-nav > li.nav-item:last-child a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .side-nav {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .landing-page.sports-medicine .side-nav a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.landing-page.sports-medicine .card-content-wrap {
  margin: 0 -15px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap {
    background: #fff;
  }
  .landing-page.sports-medicine .card-content-wrap:after {
    content: none;
    display: none;
  }
}
.landing-page.sports-medicine .card-content-wrap .content-area {
  padding: 4rem;
}
@media (max-width: 1200px) {
  .landing-page.sports-medicine .card-content-wrap .content-area {
    padding: 4rem 30px;
  }
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .content-area {
    background: transparent;
    padding: 0;
  }
}
.landing-page.sports-medicine .card-content-wrap .content-area h1 {
  color: #414042;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .landing-page.sports-medicine .card-content-wrap .content-area h1 {
    font-size: 2rem;
  }
}
.landing-page.sports-medicine .card-content-wrap .content-area h2 {
  color: #3d9b43;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .landing-page.sports-medicine .card-content-wrap .content-area h2 {
    font-size: 1.5rem;
  }
}
.landing-page.sports-medicine .card-content-wrap .content-area p {
  color: #414042;
  font-weight: normal;
  font-size: 16px;
}
.landing-page.sports-medicine .card-content-wrap .content-area a {
  font-size: 16px;
  text-decoration: underline;
}
.landing-page.sports-medicine .card-content-wrap .content-area strong {
  color: #414042;
}
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1344px) {
  .landing-page.sports-medicine .card-content-wrap .content-area #divContent > span {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .content-area #divContent > span {
    min-height: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: 100%;
  min-height: 250px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    min-height: initial !important;
    padding: 50px 30px;
  }
}
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section strong:first-child {
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section strong:first-child {
    display: block;
    margin-top: 30px;
  }
}
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section:last-child {
  position: relative;
  padding-top: 50px;
}
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section:last-child h2,
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section:last-child .row {
  position: relative;
  z-index: 5;
}
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: -150px;
  bottom: -150px;
  right: -50vw;
  background: #e0e1e2;
  z-index: 0;
}
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section span,
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section p,
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section strong,
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section a {
  font-size: 14px;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section:nth-child(2) {
    background: #e0e1e2;
  }
}
.landing-page.sports-medicine .card-content-wrap .content-area #divContent > span .sm-section .row > div {
  margin-bottom: 0 !important;
}
.landing-page.sports-medicine .card-content-wrap .card-column {
  background: transparent;
  position: relative;
  z-index: 30;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .landing-page.sports-medicine .card-content-wrap .card-column .row .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    margin: 0;
  }
  .landing-page.sports-medicine .card-content-wrap .card-column .row .col-md-6:last-child .card a {
    border-right: none;
  }
}
.landing-page.sports-medicine .card-content-wrap .card-column .card {
  display: block;
  padding: 0;
  background: #414042;
  position: relative;
  z-index: 2;
  border-color: #777e70;
  height: auto;
  padding: 30px;
}
.landing-page.sports-medicine .card-content-wrap .card-column .card:hover h4:after {
  width: calc(100% - 30px);
  border-bottom-color: #81ba3f;
}
.landing-page.sports-medicine .card-content-wrap .card-column .card .slant-wrap {
  display: block !important;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .card .slant-wrap {
    display: none !important;
  }
}
.landing-page.sports-medicine .card-content-wrap .card-column .card .slant-wrap .slant {
  display: block;
  bottom: 0;
  right: 0;
  width: 1200px;
  height: 700px;
  background: #cbcdce;
  position: absolute;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: translate(-50%, 50%) rotate(145deg);
          transform: translate(-50%, 50%) rotate(145deg);
  z-index: 9999999999999;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .card {
    border: none;
    border-top: 1px solid #777e70;
    padding: 0;
    height: 100%;
  }
}
.landing-page.sports-medicine .card-content-wrap .card-column .card:before {
  content: none;
}
.landing-page.sports-medicine .card-content-wrap .card-column .card a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
.landing-page.sports-medicine .card-content-wrap .card-column .card a:after {
  background: linear-gradient(35deg, #419843, #81ba3f);
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  bottom: none;
  width: 200px;
  height: 100px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(-35deg) translate(50%, 0);
          transform: rotate(-35deg) translate(50%, 0);
  content: '' !important;
  z-index: 1;
}
@media (max-width: 1300px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .card a {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: none;
    right: none;
    top: none;
    bottom: none;
    font-size: 14px;
    padding: 15px 30px;
    font-weight: normal;
    color: white;
    border-right: 1px solid #666567;
  }
  .landing-page.sports-medicine .card-content-wrap .card-column .card a span {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    position: relative;
    z-index: 10;
  }
  .landing-page.sports-medicine .card-content-wrap .card-column .card a:after {
    content: none;
    display: none;
  }
}
@media (max-width: 840px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .card a {
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid #666567;
  }
  .landing-page.sports-medicine .card-content-wrap .card-column .card a:after {
    right: -50px;
  }
}
@media (max-width: 530px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .card a {
    padding: 15px 15px;
  }
  .landing-page.sports-medicine .card-content-wrap .card-column .card a span {
    max-width: none;
  }
}
.landing-page.sports-medicine .card-content-wrap .card-column .card h4 {
  color: #81ba3f;
  display: block;
  position: relative;
  margin: 0 0 3px;
  max-width: none !important;
  text-decoration: none;
  background: transparent !important;
}
@media (max-width: 1250px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .card h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .card h4 {
    display: none;
  }
}
.landing-page.sports-medicine .card-content-wrap .card-column .card h4:after {
  content: '';
  display: block;
  width: 90px;
  margin-top: 3px;
  margin-left: 3px;
  border-bottom: 1px solid #666567;
  -webkit-transition: .2s;
  transition: .2s;
  max-width: none !important;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .card h4:after {
    margin: 3px auto 0;
  }
}
.landing-page.sports-medicine .card-content-wrap .card-column .card p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .card-content-wrap .card-column .card p {
    font-size: 14px;
  }
}
.landing-page.sports-medicine .card-content-wrap .card-column .card:after {
  content: none;
}
.landing-page.sports-medicine .featured-tabs {
  background: #414042;
  position: relative;
}
.landing-page.sports-medicine .featured-tabs:after {
  content: '';
  display: block;
  position: absolute;
  background: transparent;
  bottom: 0 !important;
  right: 0 !important;
  left: auto !important;
  top: auto !important;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 370px 400px;
  border-color: transparent transparent #58595b transparent;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 768px) {
  .landing-page.sports-medicine .featured-tabs:after {
    display: none;
  }
}
.landing-page.sports-medicine .featured-tabs h3 {
  font-weight: normal;
  color: #81ba3f;
  text-shadow: none;
}
.landing-page.sports-medicine .featured-tabs--pattern:before {
  content: none !important;
  display: none !important;
}
.landing-page.sports-medicine .featured-tabs .nav-link {
  font-weight: normal;
}
.landing-page.sports-medicine .featured-tabs .nav-link:after {
  font-family: "FontAwesome";
}
.landing-page.sports-medicine .featured-tabs .nav-link.active {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.landing-page.sports-medicine .featured-tabs .view-all {
  position: relative;
  z-index: 5;
}
.landing-page.sports-medicine .featured-content .pane-content {
  background: rgba(65, 64, 66, 0.6);
  color: #fff;
}
.landing-page.sports-medicine .featured-content .pane-content h1,
.landing-page.sports-medicine .featured-content .pane-content h2,
.landing-page.sports-medicine .featured-content .pane-content h3,
.landing-page.sports-medicine .featured-content .pane-content h4,
.landing-page.sports-medicine .featured-content .pane-content h5,
.landing-page.sports-medicine .featured-content .pane-content h6 {
  color: #fff;
  font-weight: normal;
}
.landing-page.sports-medicine .featured-content .pane-content .button.button-primary {
  position: relative;
  top: -8px;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .featured-content .pane-content .button.button-primary {
    top: 0;
  }
}
.landing-page.sports-medicine .speedbump h3 strong {
  font-weight: bold;
}
.landing-page.sports-medicine .speedbump h3:after {
  content: '';
  display: block;
  width: 90px;
  margin-top: 5px;
  margin-left: 3px;
  border-bottom: 1px solid #6cb367;
}
.landing-page.sports-medicine .speedbump .button.button-primary {
  border: none;
  color: #3fa24a;
  padding: 0 0 0 30px;
  height: 50px;
  line-height: 48px;
  text-align: right;
  max-width: 350px;
}
@media (max-width: 768px) {
  .landing-page.sports-medicine .speedbump .button.button-primary {
    margin: 0;
    max-width: 320px;
    font-size: 0.89rem;
  }
}
.landing-page.sports-medicine .speedbump .button.button-primary:after {
  position: static;
  display: inline-block;
  right: none;
  top: none;
  width: 35px;
  margin: 0 0 0 30px;
  height: 50px;
  -webkit-transform: none;
          transform: none;
  background-image: url(https://parkview.live.merge-digital.com/assets/_img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ec6c21;
  vertical-align: top;
}
@media (max-width: 768px) {
  .landing-page.sports-medicine .speedbump .button.button-primary:after {
    /*margin-left: 10px;*/
  }
}
.landing-page.sports-medicine .left-right-cta {
  background: #414042;
  max-width: 100% !important;
  padding: 0 4rem;
  position: relative;
  overflow: hidden;
}
.landing-page.sports-medicine .left-right-cta:after {
  background-color: #58595b;
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  bottom: none;
  width: 800px;
  height: 400px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(-39deg) translate(50%, 0);
          transform: rotate(-39deg) translate(50%, 0);
  content: '' !important;
  z-index: 1;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .left-right-cta {
    padding: 0 30px;
  }
}
.landing-page.sports-medicine .left-right-cta h4 a {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.landing-page.sports-medicine .left-right-cta p {
  color: #fff;
  font-size: 16px !important;
}
.landing-page.sports-medicine .left-right-cta p span:first-child {
  color: #85b94a;
  font-size: 16px !important;
}
.landing-page.sports-medicine .left-right-cta p a {
  color: #fff;
}
.landing-page.sports-medicine .left-right-cta .cta-feature {
  position: relative;
  z-index: 9;
}
.landing-page.sports-medicine .left-right-cta .cta-feature a.welcome-video {
  position: relative;
  overflow: hidden;
}
.landing-page.sports-medicine .left-right-cta .cta-feature a.welcome-video img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-page.sports-medicine .left-right-cta .cta-feature a.welcome-video:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(134, 193, 73, 0.5);
  width: 400px;
  height: 120px;
  bottom: 0;
  right: -200px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(-39deg);
          transform: rotate(-39deg);
}
.landing-page.sports-medicine .landing-section {
  background: #ebecec;
}
@media (max-width: 1199px) {
  .landing-page.sports-medicine .landing-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.landing-page.sports-medicine .landing-section h2 {
  color: #81ba3f;
}
.landing-page.sports-medicine .landing-section .general-cta-block-module {
  display: none !important;
}
.landing-page.sports-medicine .landing-section section.pic-text-card {
  display: block !important;
}
@media (max-width: 1199px) {
  .landing-page.sports-medicine .landing-section section.pic-text-card {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 1199px) {
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 30px;
  }
}
.landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item {
  position: relative;
  background: #414042;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.3% - 3rem);
  max-width: none;
  position: relative;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item {
    width: auto;
    max-width: 300px;
    margin: 0 1rem;
  }
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item:first-child {
    margin-left: 0;
  }
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item:last-child {
    margin-right: 0;
  }
}
.landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  width: 100%;
  /*height: 58%;
  max-height: 295px !important;*/
  z-index: 15;
}
/*
@media (max-width: 1250px) {
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item a {
    height: 54%;
  }
}
@media (max-width: 1150px) {
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item a {
    height: 49%;
  }
}
@media (max-width: 1050px) {
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item a {
    height: 45%;
  }
}
@media (max-width: 992px) {
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item a {
    height: 215px;
    max-height: none !important;
  }
}
*/

.landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item a p {
  display: none !important;
  font-size: 70px;
  letter-spacing: -0.03em;
}
@media (max-width: 1330px) {
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item a p {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item a p {
    font-size: 50px;
  }
}
.landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item a p span {
  display: block;
  text-transform: uppercase;
  text-align: left;
  line-height: 0.8em;
  letter-spacing: -0.05em;
}
.landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item a p span:first-child {
  color: #f3f3f3;
  opacity: .85;
  font-size: 40%;
}
.landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item img {
  border-bottom: 1px solid #807d7e;
}
.landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item h4 {
  color: #81ba3f;
  font-size: 20px;
}
.landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item p {
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1330px) {
  .landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item p {
    font-size: 14px;
  }
}
.landing-page.sports-medicine .landing-section section.pic-text-card .wrapper .grid__item:after {
  content: '';
  position: absolute;
  z-index: 1;
  background: transparent;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 120px 180px;
  border-color: transparent transparent #2d2d2f transparent;
}

/* --- 476223519_SEO_Fixes_Sports_Med --- */

.landing-page.sports-medicine .main-banner.content-banner .full-banner-container span {
  font-size: 142px;
  line-height: .6em;
  margin: -40px 0 0;
  font-weight: 900;
  letter-spacing: -0.03em;
}
@media (max-width: 991px) {
  .landing-page.sports-medicine .main-banner.content-banner .full-banner-container span {
    font-size: 100px;
    margin-left: 50px;
  }
}
@media (max-width: 440px) {
  .landing-page.sports-medicine .main-banner.content-banner .full-banner-container span {
    font-size: 80px;
    margin-left: 20px;
  }
}
.landing-page.sports-medicine .main-banner.content-banner .full-banner-container span span {
  display: block;
  margin-top: 27px;
}
.landing-page.sports-medicine .main-banner.content-banner .full-banner-container span span:first-child {
  font-size: 50%;
  opacity: .8;
}

.landing-page.sports-medicine .card-content-wrap .content-area span {
  color: #414042;
  margin-bottom: 10px;
}

@media (min-width: 1300px) {
    .landing-page .main-banner.content-banner .main-banner__cta {
        width: 40%;
    }
}

@media(max-width:991px) {
    .landing-page .main-banner.content-banner .main-banner__cta {
        position: absolute;
        bottom: 3rem;
        right: 0;
        width: 33.33333%;
        z-index: 10;
    }
}
@media(max-width:991px) {
    .landing-page .main-banner.content-banner .full-banner {
        margin-bottom: 90px;
    }

    .landing-page.sports-medicine .card-content-wrap .card-column .card {
        border: none;
    }
}

@media(max-width:768px) {
    .landing-page .main-banner.content-banner .full-banner {
        margin-bottom: 75px;
    }
    .landing-page.sports-medicine .main-banner.content-banner .main-banner__cta {
	    padding: 15px !important;
        height: 75px;
   }
}

@media(max-width:414px) {
    .landing-page.sports-medicine .card-content-wrap .card-column .card a {
        padding: 15px 5px;
    }

    .landing-page.sports-medicine .main-banner.content-banner .main-banner__cta {
        padding: 5px !important;
    }

    .landing-page.sports-medicine .main-banner.content-banner .main-banner__cta {
        font-size: 14px;
        height: 75px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .landing-page.sports-medicine .main-banner.content-banner .main-banner__cta strong {
        font-size: 14px;
    }
}