/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url("../ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "\2190";
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "\2192";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#slideshow-vial-adapter-method, #slideshow-free-hand-method{
	padding: 15px;
	margin: 35px auto;
	
}
.l-condition-content img{
	max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 992px){
.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}
}
.columns{
	padding: 0 0.5rem;
	width: 100%;
}
p.footnote{
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .l-condition-selector .l-condition-options {
    float: none;
  }
  .l-condition-slideshow .condition-slideshow-slick-prev.slick-disabled {
    background-color: #cdcdcd;
    cursor: default;
}

.l-condition-slideshow .condition-slideshow-slick-prev {
    background-color: #009999;
    height: 44px;
    width: 44px;
    margin-right: 10px;
    font-family: 'Arial';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.l-condition-slideshow button {
    display: inline-block !important;
}
.l-condition-slideshow button {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.l-condition-slideshow .condition-slideshow-slick-next {
    height: 46px;
    width: 54px;
    float: none;
}
.l-condition-slideshow .condition-slideshow-slick-next {
    background-color: #009999;
    height: 44px;
    width: 44px;
    float: right;
    font-family: 'Arial';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.l-condition-slideshow .condition-slideshow-slick-next:before {
    content: "\003E";
    font-size: 20px !important;
    font-family: Arial;
    color: #fff;
}
.l-condition-slideshow button:before {
    font-family: 'enbrelicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.l-condition-slideshow .condition-slideshow-slick-prev:before {
    content: "\003C";
    font-size: 20px !important;
    font-family: Arial;
    color: #fff;
}
.l-condition-slideshow button:before {
    font-family: 'enbrelicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.columns.large-pad-left.l-condition-description strong{
	  font-weight:bold;
  }
  .columns.large-pad-left.l-condition-description .p1 strong:first-of-type{
	  font-size:19px;
}




	
}
.l-condition-selector .l-condition-option {
  background-color: #ebebeb;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 0 20px 20px;
}
.l-condition-selector .l-condition-select {
  float: left;
}
.l-condition-selector .l-condition-text {
  margin-left: 40px;
}
.l-condition-selector .l-condition-caption {
  font-family: "franklin-gothic-urw-cond", Trebuchet MS,Helvetica ,sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  font-size: 1.0625rem;
  color: #555;
}
.l-condition-selector .l-condition-description {
  font-family: "franklin-gothic-urw",Tahoma , Arial Black ,sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 1.375rem;
  color: #555;
}

.l-condition-slideshow {
  background-color: #f2f2f2;
  padding: 30px 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow {
    padding: 30px 0;
  }
}
.l-condition-slideshow .slick-slider {
  margin-bottom: 0;
}
.l-condition-slideshow .l-condition-content span.h1 {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  color: #1d2172;
  display: block;
  font-size: 1.5rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .l-condition-slideshow .l-condition-content span.h1 {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow .l-condition-content span.h1 {
    font-size: 24px;
    line-height: 2.125rem;
    margin-bottom: 15px;
  }
  .columns.large-pad-left.l-condition-description strong{
	  font-weight:bold;
  }
  .columns.large-pad-left.l-condition-description .p1 strong:first-of-type{
	  font-size:19px;
}
.l-condition-slideshow .l-condition-content .l-slide-counter {
  font-family: "franklin-gothic-urw",Trebuchet MS,Helvetica ,sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #999999;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .l-condition-slideshow .l-condition-content .l-slide-counter {
    text-align: center;
    position: absolute;
    bottom: 10px;
  }
}
.l-condition-slideshow .l-condition-content .l-slide-counter .counter {
  position: relative;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow .l-condition-content .l-condition-image {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .l-condition-slideshow .l-condition-content .l-condition-image img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow .l-condition-content .l-condition-image img {
    margin: inherit;
    padding: 0;
  }
}
.l-condition-slideshow .l-condition-content .l-condition-description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #555555;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow .l-condition-content .l-condition-description {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 45px;
  }
}
.l-condition-slideshow .l-condition-content .l-condition-description a {
  font-family: "franklin-gothic-urw",Tahoma , Arial Black ,sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #009999;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow .l-condition-content .l-condition-description a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.l-condition-slideshow .l-condition-content .l-condition-description p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow .l-condition-content .l-condition-description p {
    font-size: 1.1875rem;
    line-height: 1.375rem;
  }
}
.l-condition-slideshow .l-condition-content .l-condition-description p:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-family: Roboto;
  line-height: 20px !important;
  font-weight: 400;
}
.l-condition-slideshow .row.actions-row {
  margin: 0;
}
.l-condition-slideshow .l-slide-actions {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow .l-slide-actions {
    border-bottom: 1px solid #bfbfbf;
    padding: 0 0 15px 0;
    margin: 0 0 6px 0;
  }
}
.l-condition-slideshow .l-slide-actions .counter {
  position: absolute;
  font-family: "franklin-gothic-urw",Trebuchet MS,Helvetica ,sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  bottom: 5px;
  color: #555555;
  line-height: 1.5rem;
  font-size: 1rem;
}
.l-condition-slideshow .l-button-wrapper {
  float: right;
}
.l-condition-slideshow button {
  margin: 0;
  padding: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow button {
    display: inline-block !important;
  }
}
.l-condition-slideshow button:before {
  font-family: 'enbrelicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-condition-slideshow .condition-slideshow-slick-prev {
  background-color: #009999;
  height: 44px;
  width: 44px;
  margin-right: 10px;
  font-family: 'Arial';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow .condition-slideshow-slick-prev {
    height: 46px;
    width: 54px;
  }
}
.l-condition-slideshow .condition-slideshow-slick-prev:before {
  content: "\003C";
  font-size: 20px !important;
  font-family: Arial;
  color: #fff;
}
.l-condition-slideshow .condition-slideshow-slick-prev.slick-disabled {
  background-color: #cdcdcd;
  cursor: default;
}
.l-condition-slideshow .condition-slideshow-slick-next {
  background-color: #009999;
  height: 44px;
  width: 44px;
  float: right;
  font-family: 'Arial';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .l-condition-slideshow .condition-slideshow-slick-next {
    height: 46px;
    width: 54px;
    float: none;
  }
}
.l-condition-slideshow .condition-slideshow-slick-next:before {
  content: "\003E";
  font-size: 20px !important;
  font-family: Arial;
  color: #fff;
}
.l-condition-slideshow .condition-slideshow-slick-next.slick-disabled {
  background-color: #cdcdcd;
  cursor: default;
}
.l-condition-content > .row{
	margin: 0;
}