.navbar-brand .navbar-brand-item {
    height: 44px;
    display: block;
    max-width: 100%;
    width: auto;
}

.btn {
    font-weight: 700;
    letter-spacing: 0px;
}

h3, .h3 {
    font-size: 1.4rem;
}

.table {
    color: #8f9397 !important;
}

.text-orange {
  color: #e3731a !important;
}

.text-green-light {
  color: #9fded9 !important;
}

.text-gray-dark {
  color: #66696a !important;
}

.text-grad-blue {
  background: -moz-linear-gradient(150deg, #6b9fb5 0%, #3f6d80 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6b9fb5), color-stop(100%, #3f6d80));
  background: -webkit-linear-gradient(150deg, #6b9fb5 0%, #3f6d80 100%);
  background: -o-linear-gradient(150deg, #6b9fb5 0%, #3f6d80 100%);
  background: -ms-linear-gradient(150deg, #6b9fb5 0%, #3f6d80 100%);
  background: linear-gradient(150deg, #6b9fb5 0%, #3f6d80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-orange:hover {
  color: #cf6917 !important;
}

.text-gray {
  color: #a9abac !important;
}

.text-gray-dark {
  color: #66696a !important;
}

a.text-gray-dark:hover {
  color: #6ebfaa !important;
}

.info-title {
  color: #66696a;
}

/* TOP NAV */

.navbar-top span {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #66696a;
}

span.top-header-orange-letter {
    color: #f47721;
}

.navbar-top a {
    color: #6ebfaa;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: #66696a;
}


.navbar-nav .nav-link {
    font-weight: 600;
}


/* HOME */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #66696a;
    font-weight: 600;
}

.display-1 {
    line-height: 1.2;
    letter-spacing: 0.2px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.mission_em {
  font-size: 1rem;
}

.missionstatement {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .missionstatement {
      font-size: 1.1rem;
  }  
}

.orange {
    color: #e3731a;
}

.post-item-desc > p, .post-item-desc > ul li {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 28px;
}

p.large {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 28px;
}

.lead {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 32px;
}

.lead ul {
    margin-bottom: 25px;
}

.lead li {
    line-height: 24px;
    margin-bottom: 10px;
}

.lead-video-title {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 32px;
}

ul.errors li {
  color: #dc3545;
}

.text-small {
    font-size: 0.7rem;
    font-weight: 500;
}

.cta_cover .container .border {
  border-color: #ffffff !important;
  border-width: 2px !important;
 } 
 
 .cta_ordernow .container .border {
  border: none !important;
 } 
 
 @media (max-width: 1200px) {
  .cta_ordernow .container .divider {
     visibility: hidden;
  }
}

 .cta_cover .container .border .h2 {
  color: #ffffff;
 } 

.cta_cover_gray {
  background-color: #66696a;
}

.cta_cover_orange {
  background-color: #e3731a;
}

.cta_cover_light {
  background-color: #f7f6f3;
}

.cta_cover_grad-blue {
  background: -moz-linear-gradient(150deg, #6b9fb5 0%, #3f6d80 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6b9fb5), color-stop(100%, #3f6d80));
  background: -webkit-linear-gradient(150deg, #6b9fb5 0%, #3f6d80 100%);
  background: -o-linear-gradient(150deg, #6b9fb5 0%, #3f6d80 100%);
  background: -ms-linear-gradient(150deg, #6b9fb5 0%, #3f6d80 100%);
  background: linear-gradient(150deg, #6b9fb5 0%, #3f6d80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}

.cta_cover_green-mint {
  background-color: #b9dcd2;
}

.cta_cover_green-mint-light {
  background-color: #EAF4F1;
}

@media (max-width: 1200px) {
  .display-5 {
    font-size: calc(1.275rem + 2.4vw) ;
  }
}

.display-9 {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-9 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

.display-10 {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-10 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

.display-11 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2 !important;
}

@media (max-width: 1200px) {
  .display-11 {
    font-size: calc(1.275rem + 2.4vw) ;
  }
}

.display-12 {
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.3px;
    
}

@media (max-width: 1200px) {
  .display-12 {
    font-size: calc(2.5rem + 2.7vw) ;
  }
}

.halfover h3 {
  line-height: 36px;
}

.halfover .bg-gray, .halfover-about .bg-gray  {
  background-color: #66696a;
}

.light-gray {
  background-color: #ebeceb;
}

.bg-light-green {
  background-color: #f1f8f7;
}

@media (max-width: 768px) {
  .halfover {
      margin-bottom: -7.0rem !important;
  }
}

.halfover-about {
    margin-bottom: -9.5rem !important;
    position: relative;
    z-index: 1;
}

.nav-link {
    font-size: 0.95rem;
    font-weight: 600;
}

@media (max-width: 1200px) {
  .youtube_embed .watch_orange {
    visibility: hidden;
  }
}

/* PRODUCTS */

.nav-tabs .nav-item .nav-link {
    color: #66696a;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background: #e3731a;
}

.nav-tabs.tab-line .nav-link.active {
    background: transparent;
    color: #e3731a;
    border-bottom: 2px solid #e3731a;
}

.btn-info {
    color: #fff;
    background-color: #b9dcd2;
    border-color: #b9dcd2;
}

.btn-light-orange {
    color: #e3731a;
    background-color: #f7f8f9;
    border-color: #dee2e6;
}

.btn-light-orange:hover {
  color: #e3731a;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-light-orange:focus, .btn-light-orange.focus {
  color: #e3731a;
  background-color: #dee2e6;
  border-color: #dee2e6;
  box-shadow: 0 0 0 0 rgba(215, 216, 218, 0.5);
}

.btn-light-orange:not(:disabled):not(.disabled):active, .btn-light-orange:not(:disabled):not(.disabled).active,
.show > .btn-light-orange.dropdown-toggle {
  color: #fff;
  background-color: #e3731a;
  border-color: #e3731a;
}

.btn-light-gray-dark {
    color: #66696a !important;
    border-color: #66696a !important;
}

/* R&A */

.post-item .post-item-desc {
    padding: 0 0 50px 0;
}

.post-item .post-item-desc h4 {
    margin: 0 0 16px 0;
}

.post-item .item-link {
    color: #5a9d8b;
}

.post-item .item-link:hover {
  color: #6ebfaa;
}

.post-item .item-link:hover i {
  color: #6ebfaa;
  margin-right: 0px !important;
}

.sidebar .widget .widget-post {
    margin: 0;
    padding: 10px 0;
    display: block;
    border-bottom: none !important;
}

.sidebar .widget a {
    color: #5a9d8b;
}

.sidebar .widget a:hover {
    color: #6ebfaa;
}

.tags a {
    border: 1px solid #6ebfaa;
    color: #5a9d8b;
}

.tags a:hover {
    border: 1px solid #5a9d8b;
    color: #6ebfaa;
}


/*===============================
      TIMELINE 
=================================*/
.timeline-dot {
  border: solid 2px #9fded9;
}

.timeline-line:before {
  background: #9fded9;
}

.timeline-top:before {
  background: #9fded9;
}

.card {
    border: 2px solid #9fded9 !important;
    border-radius: 0;
}

/* ABOUT BIO */

.border-green-light {
  border: solid 2px #9fded9 !important;
}

.btn-outline-green-light {
  color: #9fded9;
  border-color: #9fded9;
}

.btn-outline-green-light:hover {
  color: #fff;
  background-color: #6ebfaa;
  border-color: #6ebfaa;
}

/* HEADER BACKGROUNDS */

.pattern-overlay-jrf1 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf1::before {
  content: "";
  background: url(/assets/images/bg/Header_01_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf2 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf2::before {
  content: "";
  background: url(/assets/images/bg/Header_02_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf3 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf3::before {
  content: "";
  background: url(/assets/images/bg/Header_03_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf4 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf4::before {
  content: "";
  background: url(/assets/images/bg/Header_04-05_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf5 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf5::before {
  content: "";
  background: url(/assets/images/bg/Header_color-03-blue_About-Innov_1920x900.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf6 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf6::before {
  content: "";
  background: url(/assets/images/bg/Header_06_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf7 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf7::before {
  content: "";
  background: url(/assets/images/bg/Header_07_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf8 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf8::before {
  content: "";
  background: url(/assets/images/bg/Header_08_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

 .pattern-overlay-jrf9 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf9::before {
  content: "";
  background: url(/assets/images/bg/Header_09_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf10 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf10::before {
  content: "";
  background: url(/assets/images/bg/Header_10_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf11 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf11::before {
  content: "";
  background: url(/assets/images/bg/Header_11_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf12 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf12::before {
  content: "";
  background: url(/assets/images/bg/Header_12_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf14 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf14::before {
  content: "";
  background: url(/assets/images/bg/Header_14_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf13 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf13::before {
  content: "";
  background: url(/assets/images/bg/Header_Gray-G60_stock-photo_05_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf15 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf15::before {
  content: "";
  background: url(/assets/images/bg/Header_15_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf16 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf16::before {
  content: "";
  background: url(/assets/images/bg/Header_16_2x_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf17 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf17::before {
  content: "";
  background: url(/assets/images/bg/image-bg-patient-resources.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf18 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf18::before {
  content: "";
  background: url(/assets/images/bg/Header_color-03-blue_About-Innov_3840x1800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf19 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf19::before {
  content: "";
  background: url(/assets/images/bg/image-bg-surgeon-resources.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pattern-overlay-jrf20 {
  position: relative;
  z-index: 1;
}

.pattern-overlay-jrf20::before {
  content: "";
  background: url(/assets/images/bg/image-bg-distributor-resources.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

/* CTAs */

.btn-outline-light-orange {
    background: transparent !important;
    border-color: #e3731a !important;
    color: #e3731a !important;
}

.btn-outline-light-orange:hover {
    background: #e3731a !important;
    border-color: #e3731a !important;
    color: #fff !important;
}

.btn-outline-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-outline-white:hover {
    background: #fffff;
    border-color: #fffff;
    color: #66696a;
}

/*New CSS*/

.cd-headline.big-clip .cd-words-wrapper::after {
  width: 6px;
  height: 70%;
  background-color: #4cbd89;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clip-dark.cd-headline.big-clip .cd-words-wrapper::after {
  background-color: #343a40;
}

/*User CSS*/
.blog-grid-2 .post-item {
	height: 24vh !important;
}

.blog-grid-2 .post-item-image {
  height: 54vh !important;
}

.thicc {
    color: gray;
    border-width: 0.5vh;
}
.featback {
	background-color: #eaf0f3;
    padding: 4vh;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
}

  @media (max-width: 992px) {
    .featback {
      border-top-left-radius: 0px !important;
      border-top-right-radius: 0px !important;
      border-bottom-left-radius: 10px !important;
      border-bottom-right-radius: 10px !important;
    }
  }


.detailhead {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #343a40;
    font-size: 8vh;
    text-transform: uppercase;
}
.prodheader {
	background-color: #eeece6;
	min-height: 10vh
;}
.prodbottom {
	   background-image:url('/images/bottomprod.png');
    background-repeat:no-repeat;
    background-position:left bottom;
        background-size:contain;

	}
.productheader {
color: #e17326;
    text-transform: uppercase;
    font-size: 4vh;
    font-weight: 700;
    padding-bottom: 1vh;
}
.info-title {
	 font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #343a40;
    font-size: 2vh;
    }
.prodbutton{
	padding: 0.5rem 1rem;
}
.prodbutton-right {
	padding: 0.5rem 1rem;
	float: right;
}
.relatedprod {
	background-color: #eeece6;
	color: black;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2vh;
	padding-left: 0px !important;
	padding-right: 0px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.relatedprod .a {
	color: black;
}
.relatedtext {
	padding-top: 3vh;
	padding-bottom: 3vh;
	padding-left: 2vh;
}
.lead {
			 list-style-position: outside !important;
}
.menuspace {
  min-height: 25vh;
}
a.anchor{display: block; position: relative; top: -15vh; visibility: hidden; z-index: -50}

.badge-success {
    color: #fff;
    background-color: #e3731a;
}

.badge-tendon-compliance {
    padding: .25rem 1rem;
    border-radius: 7px;
    background-color: rgba(255,255,255, 0.85);
}

.form-group {
    margin-bottom: 0 !important;
}

input, button, select, optgroup, textarea {
    margin-bottom: 10px !important;
}

/* LANDING PAGE */

.navbar-landing {
  height: 128px !important;
}

img.logo-landing {
  width: 173px;
  height: 95px;
}

@media only screen and (max-width: 768px) {
    .navbar-landing {
      height: 190px !important;
    }
    img.logo-landing {
    	width: 145px;
  		height: 80px;
    }
}

.nav-headline {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: right;
}

.h1-landing {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 41px;
}

.show-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: inline;
  }
}

.divider-light {
    color: #a9abac;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    line-height: 0em;
    border-bottom: #a9abac 5px solid;
}

/* Ensure the search input and button have the same height */
.gsc-input input {
    margin-bottom: 0 !important;
    background-image: none !important;
}

/* Style the search button to match the input height */
.gsc-search-button {
    margin-top: 10px !important;
    padding: 0 0px !important;
    height: 35px !important;
    width: 35px !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 5px !important;
}