@charset "utf-8";
/* CSS Document */




/* Body
-------------------------------------------------- */

body {
	font-family: 'Source Sans 3', sans-serif;
}
p {
	font-size: 1.25rem;
	font-weight: 300;
}
.hidden {
	display: none;
}
ul {
	font-size: 1.25rem;
	font-weight: 300;
}
a, a:visited {
	color: #ff7800;
    text-decoration: underline;
}
a:hover, a:focus, a:target {
	color: #007ac9;
	text-decoration: underline;
}


/* Headers
-------------------------------------------------- */

h1 {
	color: #007ac9;
	font-weight: 700;
	font-size: 40px;
}
h2 {
	color: #007ac9;
	font-weight: 500;
}
h3 {
	color: #007ac9;
	font-weight: 400;
}
h4 {
	color: #007ac9;
	font-weight: 300;
}
h5 {
	color: #ffffff;
	font-weight: 700;
}
h6 {
	color: #007ac9;
	font-weight: 700;
}


/* Colors
-------------------------------------------------- */

.nm-blue {
	background-color: #007ac9;
}
.nm-blue-dark {
	background-color: #002d64;
}
.nm-blue-light {
	background-color: #53c6fd;
}
.nm-orange {
	background-color: #ff7800;
}
.nm-purple {
	background-color: #c67eff;
}


/* Buttons
-------------------------------------------------- */

.btn-primary, .btn-primary:visited {
	background-color: #ff7800;
	border-color: #ff7800;
	color: #ffffff;
	text-decoration: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:focus-within, .btn-primary:target {
	background-color: #002d64 !important;
	border-color: #002d64 !important;
	text-decoration: none !important;
	color: #ffffff !important;
}
.btn-secondary, .btn-secondary:visited {
	background-color: #002d64;
	border-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary:focus-within, .btn-secondary:target {
	border-color: #ffffff !important;
    text-decoration: none !important;
    color: #002d64 !important;
    background-color: #FFF !important;
    border: 1px solid #002d64 !important;
}
.btn-tertiary, .btn-tertiary:visited {
	background-color: #ffffff;
	border-color: #002d64;
	color: #002d64;
	text-decoration: none;
}
.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary:focus-visible, .btn-tertiary:focus-within, .btn-tertiary:target {
	background-color: #002d64 !important;
	border-color: #002d64 !important;
	text-decoration: none !important;
	color: #ffffff !important;
}
a.btn-info {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}
.btn-info:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #ff7800;
	text-decoration: none;
}
a.btn-info:active {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #ff7800 !important;
}
a.btn-info:focus {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #ff7800 !important;
	text-decoration: none;
}
a.btn-info:focus-visible {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	box-shadow: none;
	color: #ff7800;
}
a.btn-info:target {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}
a.btn-info:disabled {
	background-color: transparent;
	border-color: #ffffff;
}
.btn-search {
	background-color: #002d64;
	border-color: #002d64;
	color: #ffffff;
}
.btn-search:active {
	background-color: #002d64 !important;
	border-color: #002d64 !important;
	color: #ffffff !important;
}
.btn-search:focus {
	background-color: #002d64;
	border-color: #002d64;
	text-decoration: none;
	color: #ffffff;
}
.btn-search:target {
	background-color: #002d64;
	border-color: #002d64;
	text-decoration: none;
	color: #ffffff;
}
.btn-search:hover {
	background-color: #ffffff !important;
	border-color: #002d64 !important;
	text-decoration: none !important;
	color: #002d64 !important;
}
.btn-search:visited {
	background-color: #002d64;
	border-color: #002d64;
	text-decoration: none;
	color: #ffffff;
}
.btn-search:focus-visible {
	background-color: #002d64 !important;
	border-color: #002d64 !important;
	box-shadow: none;
	color: #ffffff;
}
.btn-search:disabled {
	background-color: #002d64;
	border-color: #002d64;
}


/* Fixed Link
-------------------------------------------------- */
.fixed-link {
	position: fixed;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.fixed-link .btn {
	border-radius: 2rem 0 0 2rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height:1.4rem;
	text-transform: uppercase;
	padding: 2rem;
	box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}


/* Logo
-------------------------------------------------- */

.logobox {
	background-color: #ffffff;
	border-radius: 0 0 2rem 2rem;
	box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.2);
	width: 158px;
	height: 106px;
	z-index: 100;
}
.logobox img {
	width: 100%;
	height: auto;
}


/* Carousel
-------------------------------------------------- */

.carousel-rectangle {
	background-color: rgba(0, 45, 100, 1);
	border-radius: 2rem;
	margin-bottom: 20px;
	padding: 1.5rem;
}
.carousel-rectangle p {
	margin-bottom: 0px !important;
}
.carousel-rectangle h1 {
	color: #ffffff;
}
.carousel-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2rem;
}
.carousel-control-prev,
.carousel-control-next {
	display: none;
}


/* Hero
-------------------------------------------------- */

.hero-caption {
	background-color: #002d64;
	border-radius: 2rem;
	padding: 1rem;
	text-align: center;
	z-index: 9;
	top: 50%;
	height: fit-content;
}
.hero-caption h1, .hero-caption h3 {
	color: #ffffff;
}
.negative-margin {
	transform: none;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}


/* Split Hero
-------------------------------------------------- */

.full-bg {
	background: url(/files/staticcontent/images/hero-home.jpg) center no-repeat;
	background-size: cover;
}
.hero-left {
	background: rgba(0,45,100,0.5);
	padding-top: 100px !important;
}
.hero-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
.hero-right {
	background: rgba(0,122,201,0.5);
	/*mix-blend-mode: multiply;*/
}
.hero-divider {
	margin: 1rem auto; /* Space out the Bootstrap <hr> more */
	border-top: 3px solid #53c6fd;
	opacity: 1;
	width: 300px;
}
.hero-content i {
	font-size: 3em;
}
a:hover h2.text-white, a:hover h1.text-white {
	color: #53c6fd !important;
}
a:hover i.text-white {
	color: #53c6fd !important;
}


/* Dropdown Links
-------------------------------------------------- */

a.dropdown-item {
	color: #007ac9;
}
a.dropdown-item:active {
	color: #007ac9;
	background-color: transparent;
}


/* Mega Menu
-------------------------------------------------- */
.navbar {
	padding:0;
}
.navbar .megamenu {
	padding: 1rem;
	border: solid 1px #dee2e6;
	border-radius: 1rem;
	z-index: 90;
}
.megamenu .row {
	width: 100%;
}
.nav-item a {
	color: #007ac9;
}
.nav-item a:hover {
	color: #ff7800;
	text-decoration: none;
	background-color: transparent;
}
.navbar .megamenu ul {
	display: flex;
}
.navbar .megamenu ul li {
    flex: 1;
}
.navbar li:last-of-type>a {
	padding-right: 0 !important;
}
.megamenu .list-group-item, .megamenu .list-group-item:first-child {
	border: none;
}

.dropdown-menu {
	width: auto !important;
}

.dropdown-menu-grow{
    width: fit-content !important;
}

.dropdown-menu .row {
	margin: 0;
}
.dropdown-menu .list-group-item, .dropdown-men .list-group-item:first-child {
	border: none;
}
.navbar-collapse {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.navbar .nav-link {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.navbar-toggler {
	padding: 1rem 0 1rem 0;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
	border: none;
	box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 113, 190, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .dropdown-menu {
	border: solid 1px #dee2e6;
	border-radius: 1rem;
}


/* Featurette
-------------------------------------------------- */

.featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
.featurette-image {
	border-radius: 2rem;
	border: solid 1px #dee2e6;
	box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 1.5rem;
}
.featurette-heading {
	font-weight: 700;
	line-height: 1;
	margin-top: 1rem;
	/* rtl:remove */
	letter-spacing: -.05rem;
}


/* Message
-------------------------------------------------- */

.message {
	background-color: #ff7800;
	margin: 0rem 0 0 0;
}
.message p {
	margin-bottom: 0;
	color: #ffffff;
}
.message-button {
	padding-top: 2rem;
	margin: auto;
}


/* Quick Links
-------------------------------------------------- */

.quick-links {
	background-color: #ff7800;
}
.quick-links a {
	color: #ffffff;
	text-decoration: none;
}
.vr {
	background-color: #ffffff;
}


/* Filter Menu
-------------------------------------------------- */

.form-check-label {
	color: #007ac9;
	font-weight: 300;
	font-size: 1rem;
}


/* Tables
-------------------------------------------------- */

table {
	white-space: nowrap;
}
.table-striped th {
	background-color: #dddddd;
}
.table-striped {
	border: solid 1px #dee2e6;
}
th {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1rem;
	font-weight: 600;
}
td {
	vertical-align: middle;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1rem;
	font-weight: 300;
}
table li {
	font-size: 1rem;
}


/* Icons
-------------------------------------------------- */

i {
	font-size: 1em;
}
.nav-link-topnav {
	display: block;
	color: #ffffff !important;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	text-decoration: none;
	background: 0 0;
	border: 0;
}


/* Timeline
-------------------------------------------------- */

.main-timeline {
	position: relative;
}
.main-timeline::after {
	content: "";
	position: absolute;
	width: 6px;
	background-color: #dddddd;
	top: 0;
	bottom: 0;
	left: 31px;
	margin-left: -3px;
}
.timeline {
	position: relative;
	background-color: inherit;
	width: 100%;
    padding-left: 70px;
    padding-right: 25px;
}
.timeline::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: #dee2e6;
	border: 5px solid #007ac9;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}
.left {
	padding: 0px 0px 20px 80px;
	left: 0;
}
.right {
	padding: 0px 0px 20px 80px;
	left: 0%;
}
.left::before {
	right: auto;
}
.left::after {
	left: 18px;
}
.right::after {
	left: 18px;
}


/* Footer
-------------------------------------------------- */

.bg-primary {
	background-color: #007ac9 !important;
}
.bg-gradient {
	background-image: linear-gradient(to bottom right, #007ac9, #002d64) !important;
}
.text-body-secondary {
	color: #ffffff !important;
}
footer p {
	color: #ffffff;
	font-size: 1rem;
}
.footer-divider {
	margin: 1rem 0; /* Space out the Bootstrap <hr> more */
	border-top: 3px solid #53c6fd;
	opacity: 1;
}
.border-top {
	border-top: 3px solid #53c6fd !important;
}
footer i {
	font-size: 1.3em;
}
footer a {
	color: #53c6fd !important;
}
footer a:hover {
	color: #002d64 !important;
}
.nav-link-footer {
	color: #ffffff !important;
	text-decoration: none;
}
.nav-link-footer:hover {
	color: #53c6fd !important;
	text-decoration: none;
}
.nav-link-footer:focus, .nav-link-footer:target {
	color: #ffffff !important;
	text-decoration: none;
}
.footer-logo {
	justify-content: flex-start;
	align-items: flex-start;
}
.footer-logo img {
	width: 100%;
}
footer .col {
	flex: none;
}
footer h5 {
	margin-top: 1.5rem;
}


/* Jumbotron
-------------------------------------------------- */

.jumbo-divider {
	margin: 1rem auto; /* Space out the Bootstrap <hr> more */
	border-top: 3px solid #53c6fd;
	opacity: 1;
	width: 200px;
}
.two-col-jumbo, .two-col-jumbo:hover {
	text-decoration: none;
}
.jumbobglavender {
	background-image: url('https://fluid-components.nordsonmedical.com/files/fluid-components-nordsonmedical-com/Images/jumbotron-lavender.jpg');
	height: auto;
	background-position: center;
	background-size: cover;
}
.jumbobgorange {
	background-image: url('https://interventional-solutions.nordsonmedical.com/files/interventional-solutions-nordsonmedical-com/Images/jumbotron-orange.jpg');
	height: auto;
	background-position: center;
	background-size: cover;
}


/* Cards
-------------------------------------------------- */

.card {
	border: solid 1px #dee2e6;
	border-radius: 1rem;
	box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}
.card-img-top {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.card-title {
	color: #007ac9;
}
.card-image-shop {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	margin-bottom: 20px;
}
.card-image-shop-detail {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 350px;
	margin-bottom: 20px;
	border: solid 1px #dee2e6;
	border-radius: 1rem;
	box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}
.card-image-shop-detail {
	max-width: 100%;
	max-height: 350px;
	padding: 40px;
}
.img-fluid-shop {
	max-width: 200px;
	max-height: 200px;
}
.card-footer {
	background-color: transparent;
    border-top: none;
    padding-bottom: 2em;
}


/* Tabs
-------------------------------------------------- */

.nav-link {
	color: #007ac9;
}
.nav-link:active, .nav-link:focus, .nav-link:target, .nav-link.show {
	color: #007ac9 !important;
	text-decoration: none;
}
.nav-link:hover {
	color: #007ac9;
	text-decoration: none;
}
.nav-link.active {
	color: #007ac9 !important;
}

/* Pills
-------------------------------------------------- */

.btn-pills {
	background-color: #ffffff;
	border-color: #002d64;
	color: #002d64 !important;
}
.btn-pills:hover, .btn-pills:active, .btn-pills:focus, .btn-pills:focus-visible, .btn-pills:focus-within, .btn-pills:target  {
	background-color: #002d64 !important;
	border-color: #002d64 !important;
	color: #ffffff !important;
	text-decoration: none !important;
}


/* Accordion
-------------------------------------------------- */

.accordion-item, .accordion-button  {
	border-radius: 1rem !important;
}
.accordion:active {
	background-color: #ffffff !important;
}
.accordion-button {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
}
.accordion-button:not(.collapsed) {
	background-color: #ffffff !important;
	color: #212529;
}
.accordion-button:focus {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 0.05rem rgba(0, 0, 0, 0.175);
}


/* Modal
-------------------------------------------------- */

.modal-body img {
	display: block;
	margin: 0 auto;
}


/* Also Purchased Card Carousel
-------------------------------------------------- */

.also-purchased {
	background: #ff7800;
	opacity: 1;
	display: inline-block !important;
	position: relative;
	border-radius: 0.375rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: block !important;
}
.carousel-control-next, .carousel-control-prev {
	width: 5rem;
}
.carousel-inner {
	overflow: visible;
}


/* Shop
-------------------------------------------------- */

.sample-text-link {
	text-decoration: none;
	font-weight: 500;
}
.sample-text-link:hover {
	text-decoration: none;
}


/* Search
-------------------------------------------------- */

.card-image-search-detail {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	margin-bottom: 20px;
	border: solid 1px #dee2e6;
	border-radius: 1rem;
	box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}
.card-image-search-detail {
	max-width: 100%;
	max-height: 100px;
	padding: 40px;
}
.img-fluid-search {
	max-width: 80px;
	max-height: 80px;
}


/* Waveform
-------------------------------------------------- */

.waveholder {
	background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 160" xmlns="http://www.w3.org/2000/svg" transform="matrix(1,0,0,-1,0,0)"><defs><lineargradient id="waveGradient" gradientTransform="rotate(90)"><stop offset="0%" stop-color="#ffffff" /><stop offset="100%" stop-color="#007ac9" /></lineargradient><style type="text/css">.wave {animation: wave 8s linear infinite;} .wave1 {animation: wave1 10s linear infinite;} .wave2 {animation: wave2 12s linear infinite;} @keyframes wave {0% {transform: translateX(0%);} 100% {transform: translateX(100%);}} @keyframes wave1 {0% {transform: scaleY(0.6) translateX(0%);} 100% {transform: scaleY(0.6) translateX(100%);}} @keyframes wave2 {0% {transform: scaleY(0.4) translateX(0%);} 100% {transform: scaleY(0.4) translateX(100%);}}</style><path id="sineWave" fill="url(#waveGradient)" fill-opacity="0.4" d="M0,80 C320,120,420,120,740,80 C1060,40,1120,40,1440,80 V0 H0" /></defs><use class="wave" href="#sineWave" /><use class="wave" x="-100%" href="#sineWave" /><use class="wave1" href="#sineWave" /><use class="wave1" x="-100%" href="#sineWave" /><use class="wave2" href="#sineWave" /><use class="wave2" x="-100%" href="#sineWave" /></svg>');
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
.wave {
	animation: wave 8s linear infinite;
}
.wave1 {
	animation: wave1 10s linear infinite;
}
.wave2 {
	animation: wave2 12s linear infinite;
}
@keyframes wave {
0% {
	transform: translateX(0%);
}
100% {
	transform: translateX(100%);
}
}
@keyframes wave1 {
0% {
	transform: scaleY(0.6) translateX(0%);
}
100% {
	transform: scaleY(0.6) translateX(100%);
}
}
@keyframes wave2 {
0% {
	transform: scaleY(0.4) translateX(0%);
}
100% {
	transform: scaleY(0.4) translateX(100%);
}
}


/* Responsive CSS
-------------------------------------------------- */

@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	line-height: 1.4;
}
.featurette-heading {
    font-size: 50px;
}
}

/* X-Small devices (portrait phones, less than 576px) */

/* Small devices (landscape phones, greater than 576px) */
@media (min-width: 576px) {
.logo-landing {
	margin-left: -9px;
}
.negative-margin {
	transform: translateY(-50%);
	margin-top: 0;
	margin-bottom: 0;
}
}

/* Medium devices (tablets, greater than 768px) */
@media (min-width: 768px) {
.message-button {
	padding-top: 0;
	justify-content: end;
}
.message p {
	text-align: left;
}
.featurette-image {
	margin-bottom: 0;
}
.footer-logo {
	justify-content: flex-end;
}
.footer-logo img {
	width: 75%;
}
footer i {
	font-size: 1.0em;
}
footer .col {
	flex: 1 0 0%;
}
footer h5 {
	margin-top: 0;
}
.carousel-rectangle {
	background-color: rgba(0, 0, 0, 0.3);
}
.carousel-caption {
	position: absolute;
	padding: 1rem;
}
.carousel-control-prev,
.carousel-control-next {
	display: flex;
}

.dropdown-menu {
	width: 55vw;
}


.dropdown:hover .dropdown-menu {
	display: flex;
    min-width: 200px;
    position: absolute;
    right: 0;
}

.dropdown-menu.show {
	display: flex;
}

.navbar .has-megamenu {
	position: static !important;
}

.navbar .megamenu {
	left: 0;
	right: 0; 
	width: 100%; 
	margin-top: 0;
}


.navbar .megamenu .grow {
	/*left: 0; */
	right: 0; 
	width: 100%; 
	margin-top: 0;
}

.navbar-collapse {
	padding-top: 0;
	padding-bottom: 0;
}
.main-timeline::after {
	left: 50%;
}
.timeline {
	width: 50%;
	padding-left: 40px;
	padding-right: 40px;
}
.left::before {
	right: 0; /* Not auto */
}
.left {
	padding: 0px 40px 20px 0px;
}
.right {
	padding: 0px 0px 20px 40px;
	left: 50%;
}
.left::after {
	left: auto;
}
.right::after {
	left: -12px;
}
}
	
/* Large devices (desktops, greater than 992px) */
@media (min-width: 992px) {
h1 {
	font-size: 50px;
}
.hero-content {
	height: 100vh;
}
.hero-left {
	padding-top: 0 !important;
}
.jumbobglavender {
	height: 400px;
	background-size: auto;
}
.jumbobgorange {
	height: 400px;
	background-size: auto;
}
}

/* X-Large devices (greater than 1200px) */
@media (min-width: 1200px) {
.logobox {
	width: 208px;
	height: 132px;
}
footer i {
	font-size: 1.3em;
}
}