/*==========  Core  ==========*/

body {
	background-color: #0F4B91; /* #f5f5f5 */
	color: #666;
	font-family: "proxima-nova",sans-serif;
	/*font-size: 15px;
	line-height: 1.4em; */
  /* font-weight: 300;
  /* letter-spacing: -0.02em; */
}

b, strong {
	font-weight: 700 !important;
}

/*.lowercase > .capitalize {
	text-transform: capitalize;
}

.lowercase {
	text-transform: lowercase !important;
}

.qcont::first-letter {
  text-transform: capitalize !important;
}*/

label {
	color: #666;
}

.img-caption p small {
	display: block;
	font-weight: 500 !important;
	line-height: 1.5em !important;
	padding: 5px 10px !important;
}

a {
	color: #0F4B91;
	text-decoration: none;
}

a:hover {
	color: #5eb4fa;
}

a:hover .b-a {
	border-color: #5eb4fa;
}

.breadcrumb {
  background-color: rgba(245, 245, 245, 0);
  border-radius: 0;
  padding: 0;
	font-size: 13px;
}

.breadcrumb a {
	font-weight: 400;
}

.breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #787878;
}

.vertical-alignment {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	width: 100%;
}

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.caption-bottom {
	background-color: rgba(0, 73, 85, 0.5);
	padding: 20px;
  position: relative;
	margin-top:-85px !important;
	width: 100%;
}

.caption-bottom p {
	color: #fff;
	font-weight: 400;
}

.well {
  background-color: #f5f5f5;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
}

.dropdown .well {
	margin-bottom: 0;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 0 0;
  overflow: hidden;
}

.accordion-header {border: 1px solid #f1f1f1;}
.accordion-body {background-color: #fcfcfc;}

/*==========  Arrow  ==========*/

.arrow_box {
	position: relative;
	background: #fff;
/*	border-bottom: 1px solid #c5c5c5; */
	z-index: 99;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(197, 197, 197, 0);
	border-top-color: #c5c5c5;
	border-width: 31px;
	margin-left: -31px;
}

.arrow-ad {
	position: relative;
	background: rgba(15, 75, 145, 0.8);
}
.arrow-ad:after, .arrow-ad:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}


.arrow-ad:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: rgba(15, 75, 145, 0.8);
	border-width: 16px;
	margin-left: -16px;
}

.featured-ad.ad-block {color: #fff; font-weight: bold; padding: 5px; position: absolute; text-align: center; text-transform: uppercase; width: 100%;}

	
.medication-delivery {background: rgba(128, 156, 225, 0.8) !important;}
.arrow-ad.medication-delivery:before {border-bottom-color: rgba(128, 156, 225, 0.8);}

.enteral-feeding {background: rgba(105, 47, 135, 0.8) !important;}
.arrow-ad.enteral-feeding:before {border-bottom-color: rgba(105, 47, 135, 0.8);}

.respiratory-therapy {background: rgba(81, 192, 232, 0.8) !important;}
.arrow-ad.respiratory-therapy:before {border-bottom-color: rgba(81, 192, 232, 0.8);}

.surgical-nursing {background: rgba(149, 207, 113, 0.8) !important;}
.arrow-ad.surgical-nursing:before {border-bottom-color: rgba(149, 207, 113, 0.8);}

.urological-care {background: rgba(65, 171, 143, 0.8) !important;}
.arrow-ad.urological-care:before {border-bottom-color: rgba(65, 171, 143, 0.8);}

.waste-fluid-management {background: rgba(73, 191, 185, 0.8) !important;}
.arrow-ad.waste-fluid-management:before {border-bottom-color: rgba(73, 191, 185, 0.8);}


/*==========  Border  ==========*/

.b-b {
	border-bottom: 1px solid #c5c5c5;
}

.b-t {
	border-top: 1px solid #c5c5c5;
}

.b-r {
	border-right: 1px solid #c5c5c5;
}

.b-l {
	border-left: 1px solid #c5c5c5;
}

.b-a {
	border: 1px solid #c5c5c5;
}

.b-white {
	border: 1px solid #ffffff !important;
}

/*==========  Colors  ==========*/

.c-txt-blue {
	background-color: #0F4B91;
	color: #fff;
}

.well.c-txt-blue {
  margin-bottom: 0;
  border: none;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
}

.c-border-blue-r {
	border-right: 1px solid #0F4B91;
}

.c-border-blue-l {
	border-left: 1px solid #0F4B91;
}

.c-border-grey {
  border-top: 1px solid rgba(197, 197, 197, 0.4);
}

.c-txt-white {
	color: #fff;
}

.c-txt-grey {
	color: #f5f5f5 !important;
}

.c-txt-dark-grey {
	color: #666 !important;
} 

.c-bg-main {
	background-color: #0F4B91;
}

.c-bg-white, .block.c-bg-white {
	background-color: #fff;
}

.c-bg-1771 .c-bg-white{background-color: #0F4B91;}
:hover.c-bg-1771 .c-bg-white{background-color: #fff;}
a.c-bg-1771 {color: #fff!important;}

.c-turquoise {
	color: #00AFAA !important;
}

.c-bg-turquoise {
	background-color: #00AFAA !important;
	color: #fff;
}

.c-bg-turquoise.dark {
	background-color: #004853 !important;
}

.c-bg-turquoise h1,.c-bg-turquoise h2 {
	color: #fff;
}

.c-bg-turquoise-complementary {
	background-color: #c77533;
}

a:hover.c-bg-turquoise {
background-color: #55cddf !important;
}

.c-bg-grey {
	background-color: #eee !important;
}

.c-bg-grey a:hover {
	background-color: #ffffff !important;
	color: #636466 !important;
}

.c-bg-grey .navbar-nav > .active > a,
.c-bg-grey .navbar-nav > .active > a:hover,
.c-bg-grey .navbar-nav > .active > a:focus {
  background-color: white;
	color: #636466 !important;
}

.c-bg-lavender {
	background-color: #92b1f1 !important;
}

a:hover.c-bg-lavender {
	background-color: #c5d7ff !important;
}

.c-bg-purple {
	background-color: #7f19c7 !important;
}

a:hover.c-bg-purple {
	background-color: #a24fdd !important;
}

.c-bg-green {
	background-color: #19c725 !important;
}

a:hover.c-bg-green {
	background-color: #55dd5e !important;
}

.c-bg-yellow {
	background-color: #e6c800 !important;
}

a:hover.c-bg-yellow {
	background-color: #f8e148 !important;
}

.c-bg-orange {
	background-color: #d58d1c !important;
}

a:hover.c-bg-orange {
	background-color: #ecb45d !important;
}

.c-bg-blue {
	background-color: #0F4B91 !important;
}

/*.img-responsive {
	display: inline-block !important;
}*/

.min-height-block-img {
	min-height: 400px;
}

/*==========  Text Font Family  ==========*/

.f-times {
	font-family: "Times New Roman", Serif;
	font-style: italic;
}

.f-acumin {
	font-family: "acumin-pro-condensed",sans-serif;
}

/*==========  Text  ==========*/

h1,h2,h3,h4,h5,h6 {
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	margin-top: 10px;
}

h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}

.text-uppercase {
	text-transform: uppercase !important;
}


h1.text-uppercase,
h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase,
.h1.text-uppercase,
.h2.text-uppercase,
.h3.text-uppercase,
.h4.text-uppercase,
.h5.text-uppercase,
.h6.text-uppercase {
  letter-spacing: inherit;
}

p,th,td,li {

}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	margin-left: 2px;
}

hr.no-margin {
  margin-top: 0;
}

/*==========  Widths and Heights  ==========*/

.min-height {
	min-height: 200px;
}

.ad > .max-height {
	max-height: 200px;
}

.ad > .min-height {
	min-height: 200px;
	overflow: hidden;
}

.w-100 {
	width: 100%;
}

/*==========  Navigation  ==========*/

header {
	position: relative !important;
}

#nav.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:10;
}

#nav a {
	color: #fff;
}

#nav a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.06);
}

.stage {
	background-color: rgba(0, 0, 0, 0);
}

.nav-bordered.nav-stacked > li a:hover.no-hyperlink {
	color: #0F4B91 !important;
}

.nav-bordered.nav-stacked > li {
  float: none;
  margin-left: 0;
}
.nav-bordered.nav-stacked > li + li {
  margin-top: 0;
}
.nav-bordered.nav-stacked > li.active > a,
.nav-bordered.nav-stacked > li.active > a:hover,
.nav-bordered.nav-stacked > li.active > a:focus {
  border-left-color: #685d9f;
}
.nav-bordered.nav-stacked > li > a,.nav-bordered.nav-stacked > li li > a {
	color: #fff;
  display: block;
  padding: 5px 10px;
  border-bottom: 0;
  border-left: none;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: 600;
}

.nav-bordered.nav-stacked > li li > a {
	background-color:	#16549a;
	color: rgba(255, 255, 255, 0.8);
	padding-left: 20px; 
}

.nav-bordered.nav-stacked > li {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.nav-bordered.nav-stacked > li li {
	font-size: 13px;
	text-transform: none;
}

.nav-bordered.nav-stacked > li > a:hover,.nav-bordered.nav-stacked > li li > a:hover,
.nav-bordered.nav-stacked > li > a:focus,.nav-bordered.nav-stacked > li li > a:focus {
	background-color: white;
  border-left: none;
	color: #0F4B91;
}

/* Anchors
-------------------------------------------------- */

.anchor {
	display:block;
	height:125px; /* this is the height of your header */
	margin-top:-125px; /* this is again negative value of the height of your header */
	visibility:hidden;
}

.anchor-skus {
	display:block;
	height:150px; /* this is the height of your header */
	margin-top:-150px; /* this is again negative value of the height of your header */
	visibility:hidden;
}

.anchor-docs {
	display:block;
	height:500px; /* this is the height of your header */
	margin-top:-500px; /* this is again negative value of the height of your header */
	visibility:hidden;
}

/* Sub Links
-------------------------------------------------- */

.no-hyperlink {
	color: inherit !important;
	cursor: default !important;
}

.no-hyperlink:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.nav-pills.sub-links > li.sub-link-icon {
	background-color: #f3f3f3;
	border: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #0F4B91 !important;
}

.nav-pills.sub-links > li {
	margin-bottom: 22px;
	margin-top: -10px;
	text-transform: uppercase;
	border-right: 1px solid #dedede;
}

.nav-pills.sub-links > li > a {
	border: none;
	color: #0F4B91;
	padding: 5px 20px;
}

.nav-pills.sub-links > li > :hover {
	background-color: rgba(255, 255, 255, 0);
	color: #5eb4fa;
}

#nav-orderinfo.affix {
	background-color:rgba(255, 255, 255, .98);
	border-bottom: 1px solid #dedede;
	box-shadow: 0px 0px 10px rgba(144, 144, 144, 0.8);
	top:50px;
	left:0;
	z-index:1;
	width:100%;
}

#nav-orderinfo.affix .nav-pills.sub-links > li {
	margin-bottom: 0px;
	margin-top: 0px;
}

#nav-setup.affix {
	background-color:rgba(255, 255, 255, .98);
	border-bottom: 1px solid #dedede;
	box-shadow: 0px 0px 10px rgba(144, 144, 144, 0.8);
	top:0;
	left:0;
	z-index:10;
	width:100%;
}

/* Sub Links Setup
-------------------------------------------------- */

#nav-setup {
	background-color: #fff;
}

.sub-links.setup li {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none;
}

.sub-links.setup li a {
	padding: 10px 8px;
}

.sub-links.setup li a:hover {
	color: #5eb4fa !important;
}

.sub-links.setup li.sub-link-icon {
	background-color: rgba(243, 243, 243, 0);
}

.fa.fa-backtotop {
	background-color: #f3f3f3;
	font-size: 14px !important;
	float: right;
	padding: 10px 20px;
}

#setup.setup .nav-pills > li > a {
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom: none;
	color: #aaa;
}

#setup.setup .nav-pills > li > a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom: none;
	color: #666;
}

#setup.setup .nav-pills > li.active > a, #setup.setup .nav-pills > li.active > a:hover, #setup.setup .nav-pills > li.active > a:focus {
	background-color: #fff;
	border-bottom: 1px solid #fff !important;
	color: inherit;
	margin-bottom: -1px;
}

#setup.setup > .tab-content {
	background-color: #fff;
	border: 1px solid #ccc;
}

#setup.setup .tab-content h3, #setup.setup .tab-content p,#setup.setup .tab-content li {
 color: #666;
}

#setup.setup .tab-content img {
	border: 1px solid #ccc;
}

#setup.setup .tab-content img a {
	border: none;
}

#setup.setup .tab-content > .active {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 20px 40px;
}

#setup.setup .tab-content .setup-related img {
	border: 0px solid rgba(0, 0, 0, 0);
	margin-bottom: 5px;
}

#setup.setup .tab-content .setup-related.well h3 {
	color: #fff !important;
}

#setup.setup .tab-content .setup-related.well a p {
	color: #fff;
}

#setup.setup .tab-content .setup-related.well a:hover p {
	color: #5eb4fa;
}

#setup.setup .tab-content .setup-related.well p {
	font-size: 13px;
	line-height: 15px !important;
}

/* Sub Links News
-------------------------------------------------- */
#nav ul#news a {
    color: inherit;
}

#nav ul#news .active {
	background-color: #fff;
}


/* Btn Ad Navbar
-------------------------------------------------- */
#left_Nav td {padding: 5px 0;}

@media only screen and (min-width: 768px) {
	#btn-cta-fixed {left: 0; margin-left: -35px; position: fixed; rotate: 90deg; top: 20%; z-index: 9999!important;}
}

.btn-ad .navbar {
	background-color: #0F4B91;
	border-top: 1px solid #fff;
}

.btn-ad .navbar a.c-txt-white {
	color: #fff;
}

.btn-ad .navbar a:hover.c-txt-white {
	background-color: #0d75ca;
	color: #fff;
}
.navbar {
	background-color: #fff;
	border: none;
	min-height: 0 auto;
	margin-bottom: 0px;
	border-radius: 0;
	padding: 0;
}

#main .nav li a {
	color: #0F4B91;
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px; 
}

@media only screen and (min-width: 1400px) {
	#main .nav li a {
		padding-bottom: 32px;
		padding-top: 33px;
	}
}

#main .nav li li a {
	padding-right: 20px;
}
#main .nav li li.covid a {color: #8b2121;}

#main .nav li a .fa  {
	font-size: 1.4em;
	margin-top: -15px !important;
	padding-left: 10px;
	padding-right: 10px;
}

#main .nav li a:hover,.nav li a:focus {
	background-color: #0F4B91 !important;
	color: #fff !important;
}

#main .nav li li a {
	background-color: #f5f5f5;
	color: #0F4B91;
}

#main .navbar-brand {
	height: auto;
}

#main .navbar-right .dropdown-menu .dropdown-menu {
	right: auto !important;
}

#main .navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #0F4B91;
	float: right;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	position: relative;
}

.toggle-menu {
	display: block;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 39px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

#main .toggle-menu:hover {
	background-color: #0F4B91 !important;
	color: #fff !important;
}

#main .dropdown-menu {
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
	padding: 0;
}

#main .dropdown-submenu {
	position:relative;
}
#main .dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-1px;
	margin-left:-1px;
	-webkit-border-radius:none;
	-moz-border-radius:none;
	border-radius:none;
}
#main .dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
#main .dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color: #0F4B91;
	margin-top:5px;
	margin-right:-10px;
}
#main .dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
}
#main .dropdown-submenu.pull-left {
	float:none;
}
#main .dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

#main .nav li .dropdown-item {padding-bottom: 10px; padding-top: 10px;}

.icon .dropdown-toggle::after {content: none;}


/*==========  Modal  ==========*/

.modal-body {
	color: #666;
	text-transform: none !important;
}

.modal-body a {
	color: #0F4B91 !important;
}

.modal-body a:hover {
	color: inherit !important;
}

.modal-backdrop {
	z-index: 0;
}

/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
  -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
  box-shadow: 0 5px 15px rgba(0,0,0,0);
}

/* Fader
-------------------------------------------------- */

#simple-slider {
	min-height: 100px;
}

#simple-slider h2 {
	display: none;
}

/*==========  Light Slider  ==========*/

/*#lightSlider img {
	border: 1px solid #fff !important;
}*/

.lSSlideOuter .lSPager.lSGallery li {
	border: 1px solid #ddd;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
	border-color: #bbbbbb;
}

/*==========  Tables  ==========*/

.table {
	border: 1px solid #ddd;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {

}

.cat-block-3 .t-w-xs,.cat-block-5 .t-w-xs,.cat-block-6 .t-w-xs,.cat-block-7 .t-w-xs,.cat-block-8 .t-w-xs {
	width: 10%;
}

.t-w-sm {
	width: 20%;
}

.t-w-md {
	width: 30%;
}

.t-w-lg {
	width: 35%;
}


.cat-block-4 .t-w-xs {
	width: 10%;
}

.cat-block-4 .t-w-sm {
	width: 15%;
}

.cat-block-4 .t-w-md {
	width: 30%;
}

.cat-block-4 .t-w-lg {
	width: 30%;
}
/*==========  Nav Tabs  ========== */

#setup .nav-center {
  text-align: center;
}

/*
.nav-center ul.nav {
  display: inline-block;
}
.nav-center ul.nav li {
  display: inline a;
  display-float: left;
}*/
#setup .tab-content > .active {
	background-color:rgba(0, 0, 0, 0.26);
	padding: 20px 40px;
}

#setup .nav-pills > li > a {
	background-color: #fff;
	border: none;
	color: #666;
}

#setup .nav-pills > li.active > a,
#setup .nav-pills > li.active > a:hover,
#setup .nav-pills > li.active > a:focus {
	background-color:rgba(0, 0, 0, 0.26);
	border-bottom: transparent !important;
	color: #fff;
}

.nav-pills > li > a {
	border: 1px solid #e5e5e5;
	color: #666;
	border-bottom: transparent !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: rgba(189, 189, 189, 0.2);
	border: 1px solid #dfdfdf;
	border-bottom: transparent !important;
	color: #0F4B91;
}
/*==========  Content ID ==========*/

#content.waste a div.well h4 {
	color: inherit !important;
}

#content.waste a:hover div.well h4 {
	color: #fff !important;
}

#content.waste a:hover div.well {
	background-color: #00AFAA;
	text-decoration: none !important;
}

#content {
	background-color: #f5f5f5;
}

/*==========  Footer  ==========*/

footer h6, footer li {
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #5eb4fa;
}

footer .nav li li.covid a {color: #e8e8e8;}


/*==========  Parallax & Categories  ==========*/

.cat-block-3 h2,.cat-block-4 h2,.cat-block-5 h2,.cat-block-6 h2,.cat-block-7 h2,.cat-block-8 h2 {
	border-bottom: 1px solid #9f9f9f;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.cat-nav li a {
	display: block;
	padding: 5px 0;
}

.cat-nav li.active a {
	font-weight: bold;
}

.parallax,.tab-pane {
	color: #fff;
	height: auto;
	margin: 0 auto;
	width: 100%;
}

#resources-tab .tab-pane p {
	color: #666;
}

.parallax.c-bg-white {
	color: inherit;
}

.cat-block-3 .setup-related.well {
	background-color: rgba(0, 175, 170, 0.6);
}

.cat-block-3 {
	background: linear-gradient(rgba(0, 175, 170, 0.6), rgba(0, 175, 170, 0.6)),
	url(../img/bg-texture-turquoise.png) center fixed;
	background-size: cover;
}

.cat-block-4 {
	background: linear-gradient(rgba(91, 135, 218, 0.6), rgba(91, 135, 218, 0.6)),
	url(../img/bg-texture-intravenous.png) center fixed;
	background-size: cover;
}

.cat-block-4 .setup-related.well {
	background-color: rgba(91, 135, 218, 0.6);
}

.cat-block-5 {
	background: linear-gradient(rgba(117, 47, 138, 0.6), rgba(117, 47, 138, 0.6)),
	url(../img/bg-texture-enteral.png) center fixed;
	background-size: cover;
}

.cat-block-6 {
	background: linear-gradient(rgba(00, 152, 119, 0.6), rgba(00, 152, 119, 0.6)),
	url(../img/bg-texture-urology.png) center fixed;
	background-size: cover;
}

.cat-block-7 {
	background: linear-gradient(rgba(0, 179, 227, 0.6), rgba(0, 179, 227, 0.6)),
	url(../img/bg-texture-respiratory.png) center fixed;
	background-size: cover;
}

.cat-block-8 {
	background: linear-gradient(rgba(124, 194, 77, 0.6), rgba(124, 194, 77, 0.6)),
	url(../img/bg-texture-surgical.png) center fixed;
	background-size: cover;
}

.cat-block-120, .cat-block-143 {
	background: linear-gradient(300deg, rgba(244,149,74,0.6), rgba(244,149,74,0.9)),
	url(../img/bg-texture-sterile-water-and-saline.png) center fixed;
	background-size: cover;
}

.bg-default {
	background: linear-gradient(rgba(15, 75, 145, 0.6), rgba(15, 75, 145, 0.6)),
	url(../img/bg-texture-blue.png) center fixed;
	background-size: cover;
}

.bg-grey {
	background: linear-gradient(rgba(99, 100, 102, 0.6), rgba(99, 100, 102, 0.6)),
	url(../img/bg-texture-grey.png) center fixed;
	background-size: cover;
}

.bg-corporate-snapshot {
	background: linear-gradient(rgba(0, 5, 9, 0.1), rgba(0, 5, 9, 0.1)),
	url(../img/img-worldwide-1422x800.jpg) left center;
	background-size: cover;
}

.bg-careers {
	background: linear-gradient(rgba(99, 100, 102, 0.3), rgba(99, 100, 102, 0.3)),
	url(../img/bg-banner-careers.jpg) center center no-repeat;
	padding: 350px 0;
	background-size: cover;
}

.bg-jobs {
	background: url(../img/bg-jobs.jpg) center center no-repeat;
	padding: 250px 0;
	background-size: cover;
}

.bg-who-we-are {
	background: url(../img/img-500x500-01.jpg) center center no-repeat;
	padding: 300px 0;
	background-size: cover;
}

.bg-mission-vision {
	background: url(../img/img-500x500.jpg) center center no-repeat;
	padding: 250px 0;
	background-size: cover;
}

.bg-pro-dev-cap {
	background: url(../img/img-500x500-03.jpg) center center no-repeat;
	padding: 300px 0;
	background-size: cover;
}

/*==========  Blocks  ==========*/

.block {
	background-color: rgba(0, 0, 0, 0);
	padding: 30px;
}

.text-block {
	position: relative;
}

.text-block h5 {
	font-weight: 700;
}

.block-shadow {
	-webkit-box-shadow: 1px 1px 5px 5px rgba(199, 199, 199, 0.3);
	box-shadow: 1px 1px 5px 5px rgba(199, 199, 199, 0.3);
}

.block-shadow-inner {
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(56,56,56,0.3);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(56,56,56,0.3);
	box-shadow: inset 0px 0px 20px 0px rgba(56,56,56,0.3);
}

/*.block-shadow-inner h2 {
	border-bottom: 1px solid #fff !important;
}*/

.block-shadow-inner h1 {
	text-shadow: 0px 2px 2px rgba(130, 130, 130, 0.5);
}

.block-product {
	padding: 30px 60px 30px 0;
}

/*==========  Forms  ==========*/
form small, label, form .help-block.with-errors {font-size: 14px;}
form .help-block.with-errors {color: red; margin-top: -10px;}
form p {line-height: 1.0!important; margin-bottom: 10px!important;}
input, select, textarea {margin-bottom: 15px;}

/*==========  Buttons  ==========*/

.btn {
  border-radius: 0 !important;
	font-weight: bold !important;
}

.btn-primary {
	background-color:#005fae;
	border:none;
	color: #fff;
	font-weight: 100;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.btn-primary.cta {
	font-size:120%;
	font-weight:bold;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #0d75ca !important;
  border-color: #f1592a;
}

.btn-default.cat {
	background-color: rgba(255, 255, 255, 0.2);
	border:1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.btn-default.cat:hover {
	background-color:#005fae;
	border:1px solid rgba(0, 96, 174, 0.46);
	color: #fff;
}

.btn-custom {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

.btn-ad {
	display: none;
	position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

/* Back to Top */

#toTop {
  background: #062345;
  border: none;
  border-radius: 2px;
  bottom: 50px;
	display: none;
  height: 40px;
  position: fixed;
  overflow: hidden;
  right: 0px;
	text-decoration: none;
  text-indent: 100%;
  width: 40px;
	z-index: 9999;
}

#toTopHover {
  background: #4c8ad1;
  display: block;
  float: left;
  filter: alpha(opacity=0);
  height: 40px;
  overflow: hidden;
  opacity: 0;
  -moz-opacity: 0;
  width:40px;
}

#toTop:active, #toTop:focus {
  outline: none
}

#toTop:before {
  font-family: 'FontAwesome';
  content: "\f106";
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  text-indent: 0;
}

/*==========  Products  ==========*/

.product-description-padding {
	padding: 60px 30px;
}
#carousel-products .frame {
	background-size: cover;
	background-position: center center !important;
	max-height: 600px;
	min-height: 475px;
}

/*==========  Products  Catorgies ==========*/

#product-catorgies a {
	color: #666;
}

#product-catorgies a:hover .well {
	background-color: #0F4B91;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	border-top: 1px solid #fff;
	border-left: 1px solid rgba(255, 255, 255, 0);
	border-right: 1px solid rgba(255, 255, 255, 0);
	color: #fff;
}

#product-catorgies a:hover .well {
	border-top: 1px solid #fff;
	color: #fff;
}

/*==========  Homepage Ad (4)  ==========*/

.ad div {
	padding: 20px;
}

.ad p  {
	color: #fff;
	text-shadow: 0px 2px 2px rgba(130, 130, 130, 0.8);
}

.ad:hover p  {
	color: #0F4B91;
	text-shadow: none;
}

.ad h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
}

.ad-block {
	border-bottom: none;
	bottom: 0;
	position: relative;
	width: 100%;
}

.ad-block.btn-primary {
	background-color: #636466;
	border-radius: 0 !important;
}

/*==========  Carousel  ==========*/

.carousel-caption {
	background-color: rgba(255, 255, 255, 0.7);
	border-top: 1px solid #e5e5e5;
  bottom: 0;
  color: #000;
	font-size: 14px;
  left: 0;
  right: 0;
  padding: 10px 10px 0px 10px;
  text-align: center;
  text-shadow: none !important;
  position: absolute;
  z-index: 10;
}

.carousel-caption p {
	margin-bottom: 20px;
}

.carousel-caption.careers {
  top: 60px;
}

.carousel-inner .panel-body {
}

/*----------  Home ------------*/

#carousel-home a.btn-primary {
	background-color: #7cc24d;
}

#carousel-home .carousel-caption h1 {
	font-size: 30px;
}
	
#carousel-home .carousel-caption {
	border-top: none;
	padding: 0;
	position: relative;
	bottom: 0;
	text-align: left;
	color: #666;
	font-size: 14px;
	height: auto;
}

#carousel-home .carousel-caption .panel-body {
	position: relative;
	/*min-height: 150px;*/
}

#carousel-home .carousel-caption .panel {
	margin-bottom: 0px;
}

#carousel-home .carousel-indicators {
  bottom: 0;
	position: relative;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
	width: 100%;
  z-index: 15;
	margin-left: 0;
	left: 0;
}

#carousel-home .carousel-indicators .active {
	background-color: rgba(14, 76, 145, 0.7) !important;
  margin: 0;
	width: 33%;
}

#carousel-home ul,#carousel-home ol {
	margin-bottom: 0 !important;
}


#carousel-home .carousel-indicators li {
  background-color: none !important;
	background-color: rgba(14, 76, 145, 0.0);
  border-radius: 0px;
	float: left;
  height: 10px;
  margin: 0;
  text-indent: -999px;
	width: 33%;
  border: 1px solid rgba(255, 255, 255, 0);
	padding: 0;
}

.panel {
	border: none;
	border-radius: 0;
	width: 100%;
}



/*==========  OWL Carousel  ==========*/

.oem-owl-carousel>.owl-controls {
	display: none;
}

/*==========  Time Line  ==========*/

/*==========  Social  ==========*/

.facebook a {
	color: #3c5a96;
}

.facebook a:hover {
	color: #5eb4fa;
}

.linkedin a {
	color: #1178b3;
}

.linkedin a:hover {
	color: #5eb4fa;
}

.twitter a {
	color: #2aa3ef;
}

.twitter a:hover {
	color: #5eb4fa;
}

/*==========  Pagination  ==========*/

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0F4B91;
  border-color: #685d9f;
  cursor: default;
}

/*==========  Tables  ==========*/

/*==========  Homepage Elements  ==========*/

.ads_homepage {
	background-color: rgba(15, 75, 145, 0.8);
	border: 1px solid #fff;
	border-bottom: none;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.ads_homepage h3 {
	font-size: 20px;
}

.ads_homepage h4 {
	font-size: 16px;
	margin-top: -10px;
	font-weight: 300;
}


/*==========  Featured Product ==========*/

.featured-product {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100%;
}

.featured-product.green {
	background-color: rgba(126, 197, 71, 0.9);
}

.featured-product.orange {
	background-color: rgba(245, 163, 30, 0.9);
}

.featured-product.blue {
	background-color: rgba(61, 109, 168, 0.9);
}

.featured-prod-cat {
	border-top: 1px solid #ccc;
	font-weight: bold;
	margin-top: 15px;
}

/*==========  Contact ==========*/

.block.contact {
	background: linear-gradient(rgba(00, 00, 00, 0.4), rgba(00, 00, 00, 0.2)),
	url(/assets/banners/banner-contact-01.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 20px;
}

.block.contact p.lead {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2em;
}

.block.contact a {
	background-color: rgba(255,  255,  255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: #fff;
}

.block.contact a:hover {
	color: #fff;
}

#mobile-search>a {
	font-size: 20px !important;
	display: block;
	padding-bottom: 35px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 34px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

/*==========  COVID-19 Alerts ==========*/

#alert .modal-header .close {border: none!important; float: right; margin-top: -5px!important;}
#alert .modal-header .close span {font-size: 24px;}

.jumbotron {background: linear-gradient(rgba(6, 32, 62, 0.7), rgba(6, 32, 62, 0.7)),
	url(../../assets/img/banner-store.jpg) center center;
	background-size: cover;
	border-radius: 0!important; color: #fff; margin-bottom: 0;}
.jumbotron h2 {font-size: 48px;}
.jumbotron .btn-default {background-color: transparent; color: #fff; font-size: 24px;}
.jumbotron .btn-default:hover {background-color: #0f4b91; color: #fff;}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

	.stage-shelf {
	  padding-top: 0;
	  background-color: rgba(243, 243, 243, 0);
		overflow: auto;
	}

	#main .navbar-brand img {
		 width: 180px;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

  /* Column clear fix 
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }*/

	/*.ad div {
		padding: 0;
	}*/

	/*.ad-block h3,.ad-block img {
		padding: 20px;
	}*

	.ad-block.bg-fade {
		background-color: rgba(99, 100, 102, 0.1);
	}*/

	.block.contact {
		padding: 130px 20px;
	}
	
	.block.contact p.lead {
		font-size: 30px;
	}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }

	/*.ad div {
		padding: 0;
	}

	.ad-block {
		border-bottom: none;
		bottom: 0;
		position: absolute;
		width: 100%;
	}

	.ad-block h3,.ad-block img {
		padding: 20px;
	}

	.ad-block.bg-fade {
		background-color: rgba(99, 100, 102, 0.0);
	}

	.ad {
		border-right: 1px solid #fff;
	}
	
	li:last-child {
		border-right: 1px solid transparent !important;
	}*/


	.col-xs-1.ad, .col-sm-1.ad, .col-md-1.ad, .col-lg-1.ad, .col-xs-2.ad, .col-sm-2.ad, .col-md-2.ad, .col-lg-2.ad, .col-xs-3.ad, .col-sm-3.ad, .col-md-3.ad, .col-lg-3.ad, .col-xs-4.ad, .col-sm-4.ad, .col-md-4.ad, .col-lg-4.ad, .col-xs-5.ad, .col-sm-5.ad, .col-md-5.ad, .col-lg-5.ad, .col-xs-6.ad, .col-sm-6.ad, .col-md-6.ad, .col-lg-6.ad, .col-xs-7.ad, .col-sm-7.ad, .col-md-7.ad, .col-lg-7.ad, .col-xs-8.ad, .col-sm-8.ad, .col-md-8.ad, .col-lg-8.ad, .col-xs-9.ad, .col-sm-9.ad, .col-md-9.ad, .col-lg-9.ad, .col-xs-10.ad, .col-sm-10.ad, .col-md-10.ad, .col-lg-10.ad, .col-xs-11.ad, .col-sm-11.ad, .col-md-11.ad, .col-lg-11.ad, .col-xs-12.ad, .col-sm-12.ad, .col-md-12.ad, .col-lg-12.ad {
	  padding-left: 0;
	  padding-right: 0;
	}

	.block-wrap {
	  position: relative;
	  width: 100%;
	  padding: 60px 30px;
	}

	.block-positioning {
		background-size: cover;
		background-position: center center;
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		width: 50%;
	}
	
	.block-left {
		left: 0;
	}
	
	.block-right {
		right: 0;
	}

	.content-padding-top {
		padding-top: 60px;
	}

	.min-height-block {
		min-height: 400px;
	}

	.content-padding-left {
		padding-left: 60px;
	}

	.content-padding-right {
		padding-right: 60px;
	}
	
	.jumbotron {padding: 100px 0; }

/* Switch
-------------------------------------------------- */

.switch-left {
	float: left;
	padding-right: 60px;
}

.switch-right {
	float: right;
}

	/*----------  Home ------------*/
	
	#carousel-home .carousel-caption {
		background-color: rgba(15, 75, 145, 0.8);
		padding:150px 0 20px 20px;
		position: relative;
		top: 0;
		width: 220px;
	}

	#carousel-home .carousel-caption p {
		line-height: 1.4em;
	}
	
	.panel {
		background-color: rgba(255, 255, 255, 0.95);
	  border: none;
	  border-radius: 0;
		width: 400px;
	}
	
	.panel-footer {
		text-align: right;
	}

	.float-right {
		float: right;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  /* Column clear fix 
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }*/

/*==========  Homepage Ads (4) ==========*/


/*==========  Modal ==========*/

	/*.modal-dialog {
		margin-top: 20%;
		width: 70%;
	}*/

	/*#carousel-products {
		height: 600px !important;
		overflow: hidden !important;
	}*/
	
	.jumbotron {padding: 200px 0; }


}

/* Extra Large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {

    /* Column clear fix
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-xl-1:nth-child(12n+1),
  .col-xl-2:nth-child(6n+1),
  .col-xl-3:nth-child(4n+1),
  .col-xl-4:nth-child(3n+1),
  .col-xl-6:nth-child(2n+1){
    clear: left;
  }*/

	.ad-block {
		position: relative;
		width: 60%;
	}


	.min-height {
		min-height: 175px;
	}

	/*#carousel-home .carousel-caption {
		padding:200px 0 40px 60px;
		width: 20%;
	}
	
	#carousel-home .carousel-indicators {
		width: 20%;
	}*/

	.min-height-block {
		min-height: 500px;
	}

	/*.modal-dialog {
		margin-top: 10%;
		width: 1200px;
	}*/

}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Toggle Collapse Change */
@media (max-width: 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*
 * Start Bootstrap - Half Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Background images are set within the HTML using inline CSS, not here */

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-flex;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='.well'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='.well'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}