@font-face {
  font-family: "Emeric";
  font-weight: 300;
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Emeric";
  font-weight: 600;
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Emeric";
  font-weight: 300;
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Emeric";
  font-weight: 600;
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff") format("woff");
}
/*------------------Base Classes Start-------------------*/
html {
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  font-family: "Emeric", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  color: #404043;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

h1,
.page-header {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #717275;
  border: 0px;
}

h2,
.highlighted_text {
  position: relative;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
  color: #ff9e18;
  margin: 20px 0;
}
h2:after,
.highlighted_text:after {
  content: url("/sites/default/files/plus.png");
  position: absolute;
  left: -90px;
  top: 3px;
}
@media (min-width: 768px) {
  h2,
  .highlighted_text {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  h2,
  .highlighted_text {
    font-size: 72px;
    line-height: 72px;
  }
}

h3 {
  margin: 40px 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.header_light {
  font-size: 20px;
  font-weight: 300;
}

.intro {
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.quote {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.reference {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

h4 {
  font-weight: 20px;
  font-weight: 600;
}

a {
  text-decoration: underline;
  font-weight: 600;
  color: #ff9e18;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 20px;
}

strong {
  font-weight: 600;
}

ul {
  margin-bottom: 30px;
}

h2 sup {
  font-size: 0.6em;
}

.main-container {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .main-container {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .main-container {
    padding-top: 60px;
  }
}

table, th, td {
  border: 1px solid #404043;
}

td, th {
  padding: 15px;
}

.view-search-content .views-row {
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #ff9e18;
  border-color: transparent;
}
.btn-primary:hover {
  border-color: transparent;
}
.btn-primary:active:focus {
  border-color: #ff9e18;
  color: #23527c;
  background-color: transparent;
}

@media (min-width: 768px) {
  .view-search-content .form--inline {
    width: 75%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .view-search-content .form--inline .form-item {
    width: 100%;
    display: inline;
  }
}
@media (min-width: 768px) {
  .view-search-content .form--inline .form-item .form-control {
    width: 100%;
  }
}
.view-search-content .form-actions .btn {
  display: inline-block;
  padding: 10px 15px;
  margin: 20px 0;
  color: #ff9e18;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  background-color: #fff;
  border: 3px solid #ff9e18;
  border-radius: 1px;
}
.view-search-content .form-actions .btn:hover {
  background-color: #fff;
}
@media (min-width: 768px) {
  .view-search-content .view-empty {
    width: 75%;
    margin: auto;
  }
}

.modal-content {
  margin: 10% auto 30px;
  border-radius: 0px;
}

.modal-header {
  padding: 0 15px;
  border: 0px;
}

.close,
.close:focus {
  color: #ff9e18;
  font-size: 50px;
  text-shadow: none;
  opacity: 1;
}

.modal-body {
  padding: 40px;
}

.svg_shapes {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  /*&-active-3{
  	.svg_shapes-rec3{
  		display: block !important;
  	}
  }

  &-active-4{
  	.svg_shapes-rec4{
  		display: block !important;
  	}
  }*/
}
@media (min-width: 768px) {
  .svg_shapes {
    display: block;
  }
}
.svg_shapes > div {
  position: absolute;
  z-index: -1;
}
.svg_shapes-rec1 {
  top: 64px;
  left: -520px;
}
.svg_shapes-rec2 {
  top: 87px;
  left: -640px;
}
.svg_shapes-rec3 {
  top: 144px;
  left: -860px;
}
.svg_shapes-rec4 {
  top: 96px;
  left: -810px;
}
.svg_shapes-rec5 {
  top: 77px;
  left: -700px;
}
.svg_shapes-active-1 .svg_shapes-rec1 {
  display: block !important;
}
.svg_shapes-active-2 .svg_shapes-rec2 {
  display: block !important;
}
.svg_shapes-active-3 .svg_shapes-rec5 {
  display: block !important;
}

/*------------------Base Classes End-------------------*/
@font-face {
  font-family: "Emeric";
  font-weight: 300;
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Emeric";
  font-weight: 600;
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff") format("woff");
}
/*------------------Helper Classes Start-------------------*/
.text_red {
  color: #fae1e1;
}

.bg_red {
  background: #fae1e1;
}

.text_orange {
  color: #ff9e18;
}

.bg_orange {
  background: #ff9e18;
}

.text_grey {
  color: #e8e8e8;
}

.bg_grey {
  background: #e8e8e8;
}

.text_grey-dark {
  color: #717275;
}

.bg_grey-dark {
  background: #717275;
}

.text_white {
  color: #fff;
}

.bg_white {
  background: #fff;
}

.text_black {
  color: #404043;
}

.bg_black {
  background: #404043;
}

.text_uppercase {
  text-transform: uppercase;
}

.full_width,
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.relative {
  position: relative;
}

.button_custom {
  display: inline-block;
  height: auto;
  background: #ff9e18;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: none;
  border: 2px solid #ff9e18;
}
@media (min-width: 376px) {
  .button_custom {
    font-size: 18px;
  }
}
.button_custom:hover {
  background: transparent;
  border: 2px solid #ff9e18;
  color: #23527c;
}
.button_custom:disabled {
  background: #e8e8e8;
  border: 2px transparent;
  color: #fff;
}

.non-link-box_orange {
  padding: 20px 10px;
  border: none;
  text-align: center;
  width: 135px;
}
.non-link-box_orange:hover {
  background: #ff9e18;
  color: #fff;
  border: none;
}

blockquote {
  border-left: none;
  font-size: 21px;
}

.visible-xs .yellow__button {
  margin-bottom: 0;
}

.text_center {
  text-align: center;
  width: 100%;
  left: 0;
}

.no-drop {
  text-shadow: none;
}

.no_box {
  box-shadow: none;
}

.box_red {
  padding: 20px 40px 40px;
  margin: 60px -40px 40px;
  background: #fae1e1;
  border-radius: 20px;
}

.box_orange {
  padding: 20px 40px 40px;
  background: #ff9e18;
  border-radius: 20px;
}

.border_orange {
  border-color: #ff9e18;
}

.mt0 {
  margin-top: 0;
}

.mt40 {
  margin-top: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

/*------------------Helper Classes End-------------------*/
@font-face {
  font-family: "Emeric";
  font-weight: 300;
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Emeric";
  font-weight: 600;
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff") format("woff");
}
/*------------------Header Classes Start-------------------*/
.button_sticky {
  display: none;
  position: fixed;
  right: 0%;
  z-index: 11;
  background: #00729c;
  border: 0px;
  border-radius: 8px 0px 0px 8px;
  color: white;
  font-weight: bold;
  padding: 10px 15px;
  outline: none;
}

header .region-webform .block-webform {
  display: none;
  position: fixed;
  right: -100%;
  z-index: 11;
  width: 720px;
  padding: 0px;
  background: #00729c;
  color: white;
  border-radius: 8px 0px 0px 8px;
}

@media (min-width: 768px) {
  header .region-webform .block-webform {
    display: block;
    top: 158px;
    bottom: 0px;
  }
  .button_sticky {
    display: block;
    top: 225px;
  }
}
@media (min-width: 992px) {
  header .region-webform .block-webform {
    top: 153px;
    bottom: 0px;
  }
  .button_sticky {
    top: 310px;
  }
}
@media (min-width: 1520px) {
  header .region-webform .block-webform {
    top: 73px;
    bottom: 0px;
  }
  .button_sticky {
    top: 25px;
  }
}
.active .button_sticky {
  border-radius: 8px 0px 0px 0px;
}

header .region-webform.active .block-webform {
  right: 0;
}

header .region-webform .block-webform .button_custom {
  color: #fff !important;
  margin-top: 20px;
}

.main_logo {
  position: relative;
}

#block-alert .alert_box {
  display: none;
  background-color: #ff9e18;
  color: #fff;
  text-align: center;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 11;
}
#block-alert .alert_box h3 {
  margin-bottom: 0;
}
#block-alert .alert_box p {
  margin: 15px 0;
  margin-top: 0;
  padding: 0 40px;
  padding-bottom: 35px;
  font-size: 18px;
}
@media (min-width: 992px) {
  #block-alert .alert_box p {
    font-size: 21px;
  }
}
#block-alert .alert_box a {
  color: #fff;
}
#block-alert .alert_box-close {
  position: absolute;
  right: 30px;
  top: 18px;
}
#block-alert .alert_box-close:hover {
  cursor: pointer;
}
#block-alert .alert_box.open {
  display: block;
}

.header_main {
  margin-top: 20px;
}
.header_main.active .navigation_menu {
  display: block;
}
.header_main.active .navbar-toggle .icon-bar {
  position: relative;
  transition: all 0.3s ease;
}
.header_main.active .navbar-toggle .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}
.header_main.active .navbar-toggle .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.header_main.active .navbar-toggle .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
.header_main.open {
  position: relative;
}

.main_nav-main {
  z-index: 10;
  position: relative;
}
.main_nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 11;
}
@media (min-width: 768px) {
  .main_nav-toggle {
    display: none;
  }
}
.main_nav-toggle .navbar-toggle {
  background-color: #ff9e18;
  margin-top: 0;
  margin-right: 0;
}
.main_nav-toggle .navbar-toggle .icon-bar {
  background-color: #fff;
  transition: all 0.3s ease;
}
.main_nav-toggle .navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}
.main_nav-toggle .navbar-toggle .icon-bar:nth-of-type(3) {
  top: 3px;
}

.navigation_logo {
  position: relative;
  top: 24px;
}
@media (min-width: 768px) {
  .navigation_logo {
    position: absolute;
    left: -21%;
    top: 65px;
  }
}
@media (min-width: 992px) {
  .navigation_logo {
    left: -130px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .navigation_logo {
    position: relative;
    left: 0;
    float: left;
    width: 5%;
  }
}
@media (min-width: 1200px) {
  .navigation_logo {
    width: 20%;
  }
}
.navigation_menu {
  display: none;
  position: absolute;
  width: 100vw;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .navigation_menu {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    float: left;
    width: calc(100% + 10px);
    left: 0;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .navigation_menu {
    width: 80%;
  }
}
.navigation_menu > ul {
  justify-content: flex-end;
  -ms-flex-align: end;
  flex-flow: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 10px 20px;
  margin: 0;
  background: #e8e8e8;
  list-style: none;
}
@media (min-width: 768px) {
  .navigation_menu > ul {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    padding: 0;
    background: transparent;
  }
}
.navigation_menu > ul a {
  display: inline-block;
  color: #404043;
  font-weight: 300;
  text-decoration: none;
  line-height: normal;
}
.navigation_menu > ul > li {
  display: block;
  position: relative;
  padding: 5px 13px 0 13px;
  font-size: 16px;
  line-height: 24px;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
@media (min-width: 768px) {
  .navigation_menu > ul > li {
    flex: unset;
    -ms-flex: none;
    font-size: 14px;
    line-height: 18px;
    margin: -10px -10px 0 10px;
  }
}
@media (min-width: 992px) {
  .navigation_menu > ul > li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .navigation_menu > ul > li {
    font-size: 18px;
    line-height: 28.08px;
  }
}
.navigation_menu > ul > li span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.navigation_menu > ul > li span:after {
  content: " ";
  border: 4px solid transparent;
  border-top: 4px solid orange;
  position: absolute;
  top: 11px;
  right: -10px;
  z-index: 3;
}
@media (min-width: 768px) {
  .navigation_menu > ul > li span:after {
    top: 8px;
  }
}
@media (min-width: 992px) {
  .navigation_menu > ul > li span:after {
    top: 11px;
  }
}
@media (min-width: 1200px) {
  .navigation_menu > ul > li span:after {
    top: 13px;
  }
}
.navigation_menu > ul > li ul {
  top: 0;
  z-index: 2;
  padding: 5px 13px 10px;
  margin: 0 -10px;
  list-style: none;
}
@media (min-width: 768px) {
  .navigation_menu > ul > li ul {
    display: none;
    position: absolute;
    padding: 25px 13px 10px;
    border-radius: 0px 0px 20px 20px;
    background: #e8e8e8;
  }
}
@media (min-width: 992px) {
  .navigation_menu > ul > li ul {
    padding: 30px 13px 10px;
  }
}
@media (min-width: 1200px) {
  .navigation_menu > ul > li ul {
    padding: 35px 13px 10px;
  }
}
.navigation_menu > ul > li ul li {
  display: block;
  clear: both;
}
.navigation_menu > ul > li ul:hover {
  display: block;
}
.navigation_menu > ul > li:hover ul {
  display: block;
}
.navigation_menu hr {
  margin: 15px 0 0;
  border-width: 2px;
  display: none;
}
@media (min-width: 768px) {
  .navigation_menu hr {
    margin: 15px 0 10px;
    display: block;
  }
}
.navigation_menu-links {
  padding: 10px 20px 40px !important;
}
@media (min-width: 768px) {
  .navigation_menu-links {
    padding: 0 !important;
  }
}
.navigation_menu-links > li:first-child {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .navigation_menu-links > li:first-child {
    padding-bottom: 0;
  }
}
.navigation_menu-links.patients li {
  padding-bottom: 10px;
}
.navigation_menu-links li.active a {
  font-weight: bold;
}
.navigation_menu-links li a:hover {
  text-decoration: underline;
}
.navigation_menu-links li ul {
  margin-left: 5px !important;
}
@media (min-width: 768px) {
  .navigation_menu-links li ul {
    margin: 0 -10px !important;
  }
}
.navigation_menu-eyebrow {
  padding: 40px 20px 10px !important;
}
@media (min-width: 768px) {
  .navigation_menu-eyebrow {
    right: 0;
    top: 0;
    position: relative;
    width: 100%;
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .navigation_menu-eyebrow {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .navigation_menu-eyebrow li {
    margin: 0 0 0 20px;
    flex: unset !important;
    -ms-flex: none !important;
  }
}
.navigation_menu-eyebrow li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 28.08px;
  color: #ff9e18;
}
@media (min-width: 992px) {
  .navigation_menu-eyebrow li a {
    font-size: 18px;
  }
}
.navigation_menu-eyebrow li a.active {
  color: #404043;
}
.navigation_menu-eyebrow li:first-child a:after {
  content: "";
  display: inline-block;
  background: url("/sites/default/files/external-link.png");
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  margin-left: 3px;
}

.navigation_menu > ul > li.demo {
  padding: 0;
}

.navigation_menu > ul > li.demo:before {
  content: "";
  width: 100vw;
  left: -15px;
  background-color: #23527c;
  position: absolute;
  display: block;
  height: 100%;
  z-index: 0;
}

@media (min-width: 768px) {
  .navigation_menu > ul > li.demo {
    display: none;
  }
}
.navigation_menu > ul > li.demo a {
  color: #fff;
  z-index: 10;
  position: relative;
  padding: 15px 0;
  font-weight: bold;
  width: 100vw;
}

/*------------------Header Classes End-------------------*/
@font-face {
  font-family: "Emeric";
  font-weight: 300;
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Emeric";
  font-weight: 600;
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff") format("woff");
}
/*------------------Homepage Start-------------------*/
.home_header {
  margin-bottom: 30px;
}
.home_header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 508px;
}
.home_header-text h1 {
  margin: 0 0 20px;
  text-transform: uppercase;
}
.home_header-text h2 {
  margin: 0;
}

/*------------------Homepage End-------------------*/
@font-face {
  font-family: "Emeric";
  font-weight: 300;
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Emeric";
  font-weight: 600;
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff") format("woff");
}
/*------------------Base Classes Start-------------------*/
.results_percentage {
  font-size: 72px;
  color: #fff;
}
.results_notes {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 992px) {
  .view-case-study-individual .notes h3 {
    margin-top: 0;
  }
}
.view-case-study-individual .notes .row:last-child {
  margin-bottom: 0;
}
.view-case-study-individual .results {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .view-case-study-individual .results {
    margin-top: 0;
  }
}

@font-face {
  font-family: "Emeric";
  font-weight: 300;
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Emeric";
  font-weight: 600;
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff") format("woff");
}
/*------------------Basic Page Start-------------------*/
.body_initial {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.view-basic-page-image-1,
.view-duplicate-of-basic-page-image-2 {
  margin-bottom: 30px;
}
.view-basic-page-image-1 .field-content > div:nth-child(1),
.view-duplicate-of-basic-page-image-2 .field-content > div:nth-child(1) {
  float: left;
  width: calc(41.66666667% - 15px);
  margin-right: 15px;
}
.view-basic-page-image-1 .field-content > div:nth-child(2),
.view-duplicate-of-basic-page-image-2 .field-content > div:nth-child(2) {
  float: left;
  width: calc(58.33333333% - 15px);
  margin-left: 15px;
}
.view-basic-page-image-1 img,
.view-duplicate-of-basic-page-image-2 img {
  width: 100%;
}

.hcp_images .col-sm-4, .hcp_images .col-sm-3 {
  margin-bottom: 40px;
}
.hcp_images .col-sm-4 p:first-child, .hcp_images .col-sm-3 p:first-child {
  height: auto;
}
@media (min-width: 768px) {
  .hcp_images .col-sm-4 p:first-child, .hcp_images .col-sm-3 p:first-child {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .hcp_images .col-sm-4 p:first-child, .hcp_images .col-sm-3 p:first-child {
    height: 200px;
  }
}
.hcp_images .col-sm-4 img, .hcp_images .col-sm-3 img {
  margin: auto;
}

.moa {
  position: relative;
}
@media (min-width: 768px) {
  .moa {
    height: 368px;
  }
}
.moa hr {
  margin: 0;
}
@media (min-width: 768px) {
  .moa h3, .moa ul {
    width: calc(100% - 115px);
  }
}
.moa h3 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .moa h3 {
    margin-top: 40px;
  }
}
.moa_exogenous:after {
  background: url("/sites/default/files/img-helix-exogenous.png");
  display: block;
  height: 368px;
  width: 115px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .moa_exogenous:after {
    content: "";
  }
}
.moa_endogenous:after {
  background: url("/sites/default/files/img-helix-endogenous.png");
  display: block;
  height: 368px;
  width: 115px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .moa_endogenous:after {
    content: "";
  }
}

table {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}
table td, table th {
  border: 0px;
}
table tr {
  border-bottom: 1px solid #404043;
}
table img {
  display: block;
  margin: auto;
}

.apply-table table tr:first-child {
  border-color: #ff9e18;
}

.clinical .non-link-box_orange {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .clinical .non-link-box_orange {
    margin-top: 0;
  }
}

.compatibility_form input {
  height: 39px;
  width: 500px;
  max-width: calc(100% - 70px);
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  padding: 2px 15px;
  font-size: 18px;
}
.compatibility_form button {
  line-height: 18px;
}
.compatibility_form button svg {
  height: 18px;
  width: 18px;
}
.compatibility_form button:hover svg path {
  fill: #ff9e18;
}

.hbspt-form h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 40px 0 20px 0;
  color: #404043;
}
.hbspt-form h2:after {
  content: "";
}
.hbspt-form ul {
  list-style-type: none;
}
.hbspt-form .hs-button {
  width: initial;
  border: 2px solid #ff9e18;
  border-radius: 8px;
  color: #fff;
  margin-top: 10px;
}
.hbspt-form .hs-button:hover {
  color: #ff9e18;
  background: transparent;
}
.hbspt-form input {
  width: 100%;
  border-radius: 4px;
  color: #404043;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.hbspt-form select {
  width: 100%;
  border-radius: 4px;
  color: #404043;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.hbspt-form .hs-form-field ul.inputs-list {
  padding-left: 0;
  list-style-type: none;
}
.hbspt-form .hs-form-field #privacy_policy-34864f2a-1c3f-49aa-a170-551fe9b2d4e0 {
  width: 14px;
  margin-right: 4px;
}
.hbspt-form .hs-form-field #privacy_policy-fbce33a2-7116-4694-8f8a-ad4f8ce1cb3a {
  width: 14px;
  margin-right: 4px;
}

.block-webform .hbspt-form h2 {
  color: #FFF;
}

.hs-button {
  display: inline-block;
  height: auto;
  background: #ff9e18;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: none;
  border: 2px solid #ff9e18;
}

table caption {
  color: #404043;
}
table caption svg {
  height: 33px;
  width: 33px;
  vertical-align: middle;
  top: -3px;
  position: relative;
}
table caption svg #Fill-1 {
  display: none;
}
table caption:hover {
  cursor: pointer;
}
table.closed svg #Fill-1 {
  display: block;
}

#compatibility-sort-options span:hover {
  cursor: pointer;
}

.compatibility_categories-header {
  margin: 40px 0 0;
}
.compatibility_categories-header h3 {
  float: left;
  margin: 0;
}
.compatibility_categories-header .compatibility_sort-options {
  float: right;
}
.compatibility_categories-header .compatibility_sort-options:hover {
  cursor: default;
}
.compatibility_categories-header .compatibility_sort-options span:first-child {
  display: inline-block;
  margin: 0 15px;
}
.compatibility_categories-header .compatibility_sort-options span.selected {
  color: #ff9e18;
}
.compatibility_categories h3 {
  margin-bottom: 15px;
}
.compatibility_categories h3 a {
  color: #404043;
  text-decoration: none;
}
.compatibility_categories table {
  width: 100%;
  margin: 10px 0;
  border-top: 1px solid #ff9e18;
}
.compatibility_categories table caption {
  font-size: 26px;
  font-weight: 600;
  color: #404043;
  margin-top: 0;
}
.compatibility_categories table caption:hover {
  cursor: pointer;
}
.compatibility_categories table tr {
  display: block;
}
@media (min-width: 768px) {
  .compatibility_categories table tr {
    display: table-row;
  }
}
.compatibility_categories table tr td {
  display: block;
  font-size: 14px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .compatibility_categories table tr td {
    display: table-cell;
    font-size: 18px;
    padding: 15px;
  }
}
.compatibility_categories table tr td:nth-child(1) {
  display: none;
}
.compatibility_categories table tr td:nth-child(2) {
  width: 50%;
  float: left;
  font-weight: bold;
}
@media (min-width: 768px) {
  .compatibility_categories table tr td:nth-child(2) {
    width: 20%;
    float: none;
    font-weight: normal;
  }
}
.compatibility_categories table tr td:nth-child(3) {
  width: 25%;
  height: 49px;
  float: left;
}
@media (min-width: 768px) {
  .compatibility_categories table tr td:nth-child(3) {
    width: 21%;
    height: auto;
    float: none;
  }
}
.compatibility_categories table tr td:nth-child(4) {
  width: 25%;
  float: left;
  text-align: center;
}
@media (min-width: 768px) {
  .compatibility_categories table tr td:nth-child(4) {
    width: 17%;
    float: none;
  }
}
.compatibility_categories table tr td:nth-child(5) {
  clear: both;
  width: 100%;
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .compatibility_categories table tr td:nth-child(5) {
    clear: none;
    padding: 15px;
    width: auto;
  }
}
.compatibility_categories table tr th {
  font-size: 14px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .compatibility_categories table tr th {
    font-size: 18px;
    padding: 15px;
  }
}
.compatibility_categories table tr th:nth-child(1) {
  display: none;
}
.compatibility_categories table tr th:nth-child(2) {
  width: 20%;
}
.compatibility_categories table tr th:nth-child(3) {
  width: 21%;
  text-align: center;
}
.compatibility_categories table tr th:nth-child(4) {
  width: 17%;
  text-align: center;
}
.compatibility_categories table tr th:nth-child(5) {
  display: none;
}
@media (min-width: 768px) {
  .compatibility_categories table tr th:nth-child(5) {
    display: block;
  }
}

#compatibility-query-clear {
  text-decoration: underline;
  margin: 10px 0px;
  cursor: pointer;
}

#compatibility-result-count-message {
  font-weight: 600;
}

.compatible {
  position: relative;
}
.compatible:after {
  content: url("/sites/default/files/check-circle.png");
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#compatibility-categories table.closed thead, #compatibility-categories table.closed tbody {
  display: none;
}

.results_sm {
  padding: 20px;
}
.results_sm_percentage {
  font-size: 52px;
  line-height: 1;
  color: #fff;
}
.results_sm_notes {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.stat {
  position: relative;
  margin-bottom: 40px;
}
.stat:after {
  content: url("/sites/default/files/arrow-down.png");
  position: absolute;
  left: -90px;
  top: 3px;
}
.stat.up:after {
  content: url("/sites/default/files/arrow-up.png");
}
.stat.dollar:after {
  content: url("/sites/default/files/dollar-sign.png");
}
.stat_header {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  color: #717275;
  margin-bottom: 20px;
}
.stat_header sup {
  font-size: 21px;
}

.calc #dc-button-calculate {
  margin-bottom: 10px;
}
.calc_quantity {
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
}
.calc_quantity-label {
  font-size: 24px;
  font-weight: 600;
}
.calc_30, .calc_90 {
  font-size: 24px;
  font-weight: 600;
}
.calc_duration, .calc_size {
  font-weight: 600;
}
.calc_results {
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-in;
}
.calc_results p {
  margin: 0;
}
.calc.active .calc_results {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in 0.2s;
}
.calc a {
  color: #404043;
}
.calc a:hover {
  cursor: pointer;
}

/*------------------Basic Page End-------------------*/
@font-face {
  font-family: "Emeric";
  font-weight: 300;
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Emeric";
  font-weight: 600;
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff") format("woff");
}
/*------------------Base Classes Start-------------------*/
footer {
  position: relative;
  z-index: 1;
  padding: 60px 0px 40px;
}
@media (min-width: 768px) {
  footer {
    padding: 60px 0px 40px;
  }
}
footer p {
  font-size: 12px;
}
footer .isi {
  font-size: 14px;
}
footer ul {
  list-style: none;
  padding: 0px;
}
footer ul li {
  float: left;
  padding-right: 30px;
}
footer ul li a {
  color: #404043;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
}
footer ul li a:hover {
  text-decoration: underline;
}

.footer_hcp a {
  color: #404043;
  font-weight: normal;
  text-decoration: underline;
}
.footer_hcp h3.quote {
  font-weight: 600;
}
.footer_hcp .isi {
  font-size: 16px;
}
.footer_hcp .references {
  font-size: 18px;
}
.footer_hcp .references svg {
  vertical-align: middle;
  margin-top: -5px;
  height: 18px;
}
.footer_hcp .references svg #Fill-1 {
  display: none;
}
.footer_hcp .references .collapsed svg #Fill-1 {
  display: block;
}
.footer_hcp .references a {
  text-decoration: none;
  color: #ff9e18;
  font-weight: 600;
}
.footer_hcp li {
  padding-left: 10px;
  margin-bottom: 10px;
}
.footer_hcp .col-md-3 p {
  font-size: 18px;
  margin: 15px 0 0;
}
.footer_hcp .col-md-3 p a {
  font-weight: normal;
}

@font-face {
  font-family: "Emeric";
  font-weight: 300;
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Emeric";
  font-weight: 600;
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.eot");
  src: url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff2") format("woff2"), url("../fonts/Emeric/Web_Fonts/emeric-semibold-webfont.woff") format("woff");
}
.sliding-popup-bottom {
  width: 100%;
  background: #e8e8e8;
  padding: 10px 0;
}

.eu-cookie-compliance-message {
  float: none;
  max-width: 100%;
}
.eu-cookie-compliance-message h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 10px 0;
  color: #404043;
}
.eu-cookie-compliance-message h2::after {
  display: none;
}
.eu-cookie-compliance-message p {
  font-size: 16px;
  margin: 0;
}

.eu-cookie-compliance-buttons {
  float: none;
  max-width: 100%;
  margin: 10px 0 0 0;
}

.eu-cookie-compliance-more-button {
  border: 0;
  padding: 0;
  background: transparent;
  text-decoration: underline;
  font-weight: 600;
  color: #ff9e18;
}

.eu-cookie-compliance-more-button:hover {
  text-decoration: none;
  color: #23527c;
}

.eu-cookie-compliance-default-button,
.eu-cookie-compliance-secondary-button {
  display: inline-block;
  height: auto;
  background: #ff9e18;
  padding: 2px 20px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: none;
  border: 2px solid #ff9e18;
}

.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-secondary-button:hover {
  background: transparent;
  border: 2px solid #ff9e18;
  color: #ff9e18;
}/*# sourceMappingURL=style.css.map */