﻿body {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
}
body *{
	outline: none;
}
/*popup css*/
.formDialog {
	display: none;
}

/* dialog */
.ui-dialog-titlebar {
	display: none;
}
.ui-dialog.ui-widget-content {
	background: transparent;
	border: none;
	/*top: 800px !important;*/
}
.ui-widget-overlay {
	background: #000;
    opacity: .5;
}
.formDialog.ui-dialog-content {
    width: 764px !important;
    min-height: 175px !important;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 24px -5px #000;
    padding: 10px 30px 10px;
    box-sizing: border-box;
}
.closePopupButton {
    text-decoration: none;
    font-weight: bold;
    color: #c2c2c2;
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 1.3em;
    cursor: pointer;	
}
.formDialog h2 {
	color: #bc1832;
	margin-bottom: 20px;
}
.formDialog .contactPageForm label {
	color: #000;
    margin-bottom: 3px;
    display: inline-block;
    font-size: 15px;
}
.formDialog textarea {
	margin: 10px 0;
	padding: 9px;
}
figure {
	margin: 0;
}
input, textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	padding: 9px;
}
input[type=submit] {
	font-family: 'Playfair Display', serif;
}
textarea {
	margin: 10px 0;
}
input, select {
	width: 280px;
	display: block;
	border: 1px solid #ccc;
}
textarea {
	width: 451px;
	height: 92px;
}
input[type='text'], input[type='email'], input[type='number'], input[type='password'], select {
	width: 306;
    height: 39px;
    box-sizing: border-box;
    margin: 10px 0;
}
input[type='text']::placeholder, textarea::placeholder {
	color: #999;
	font-size: 12px;
	padding-left: 0px;
}
input[type='submit'], .linkAsButton {
	cursor: pointer !important;
    color: #bc1832;
    border: 2px solid #bc1832;
    background-color: #fff;
    width: auto;
    font-weight: bold;
    padding: 9px 20px;
    text-transform: uppercase;
    display: inline-block;
}
input[type='submit'][disabled='true'] {
	color: #ccc;
}
time {
	color: #999;
	font-size: 12px;
    font-weight: 600;
}
a {
	color: #000;
}

p {
	margin: 5px 0 15px;
	line-height: 1.4;
	font-size: 1.25em;
    color: #000;
    font-weight: 400;
}
address {
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #000;
	margin: 18px 0 7px;
}
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}
h1 {
	margin-bottom: 60px;
}
sup {
	font-size: 1.2em;
	top: 0;
}
ul {
	padding: 0;
} 
li {
	list-style: none;
}
/* Comman Classes*/
.innerWrapper {
	max-width: 1180px;
	width: 1180px;
	margin: 0 auto;
	position: relative;
}
.leftWrapper {
	max-width: 680px;
	width: 680px;
	float: left;
	margin-bottom: 80px;
}
.rightWrapper {
	max-width: 380px;
	width: 380px;
	float: right;
	margin-bottom: 60px;
}
.hideIt {
	display: none;
}
.error {
	color: red;
}
/* Page Header */
#siteHeader {
	padding: 0 0 0;
	margin: 0;
	width: 100%;
	-webkit-box-shadow: 0 8px 39px -16px black;
    -moz-box-shadow: 0 8px 39px -16px black;
    box-shadow: 0 8px 39px -16px black;
    position: relative;
    z-index: 1;
}
#tools {
	padding: 12px 0 7px;
	background: url(../images/layout/top-bar.gif) center;
}
.toolsList {
	float: right;
}
#tools a {
	text-decoration: none;
    color: #fff;
    margin-right: 10px;
    font-weight: 300;
}
#tools a.search {
	margin-right: 0;
}

/*Site Logo*/
a#mainLogo, a#footerLogo  {
	background: url(../images/layout/logo-with-shadow.png) -10px 0 no-repeat;
    width: 270px;
    height: 107px;
    position: absolute;
    top: -15px;
    z-index: 21;
}
a#footerLogo {
	right: 0;
    top: -46px;
}
#mainLogo h1, a#footerLogo h1 {
	position: absolute;
    clip: rect(1px 1px 1px 1px);
    margin: 0;
    width: 74px;
}
/* main Menu */
#mainMenu {
	float: right;
}
#mainMenu ul {
	padding: 0;
	text-align: right;
	margin: 5px auto;
}
.mobileMainMenu #footerMenu {
	display: none;
}
#mainMenu ul li {
	display: inline-block;
	margin: 0 35px 0 0px;
}
#mainMenu ul li:last-child {
	margin-right: 0;
}
#mainMenu ul li a {
	font-weight: 700;
	font-size: 1.2em;
    color: #970e17;
}
#mainMenu ul li.active a {
	font-weight: bold;
}
/*Search box*/
.globalSearchBox {
	position: absolute;
    z-index: 10;
    bottom: -110px;
    right: 0;
    background: #bc1832;
    border-radius: 10px;
    padding: 10px 15px;
}
#footerMenu .globalSearchBox {
	left: 0;
    bottom: 73px;
    background: #fff;
    right: initial;
}
.globalSearchBox h3 {
	color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 1.3em;
}
#footerMenu .globalSearchBox h3, #footerMenu .globalSearchBox a {
	color: #bc1832;
}
#globalSearchForm input[type=text] {
	width: 240px;
    display: inline-block;
    height: 25px;
    margin: 5px 15px 5px 0;
    padding: 0 0 0 5px;
    border: 1px solid #bc1832;
}
#globalSearchForm input[type=submit] {
    background-color: #bc1832;
    color: #fff;
    font-weight: 400;
    text-transform: inherit;
    padding: 3px 37px 3px 10px;
    background-image: url(../images/layout/search1.gif);
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: -6px;
    border: none;
}
#globalSearchForm input[type=submit]:after {
	content: "";
	display: block;
	
	position: absolute;
	right: 0;
}
#tools .globalSearchBox a {
	text-decoration: underline;
}
.closeMainMenuLink {
	display: none;
}
/*Start Spotlight css*/
#spotlight {
	margin: 0 auto;
	position: relative;
}
#spotlight a {
	display: block;
	cursor: pointer;
	height: auto;
}
#spotlight img {	
	display: block;
	margin: 0 auto;
}
/*Slick css*/
.slick-prev, .slick-next, .slick-prev:focus, .slick-prev:hover, .slick-next:focus, .slick-next:hover {
    background: url(../images/layout/browse-arrows.PNG);
    background-repeat: no-repeat;
    width: 15px;
    height: 19px;
    z-index: 1;
    top: 45%;
}
.slick-prev,.slick-prev:focus, .slick-prev:hover {
    left: 0;
    background-position: 0 0;
}
.slick-next, .slick-next:focus, .slick-next:hover {
	background-position: -21px 0;
    right: 0;	
}
.slick-prev:before, .slick-next:before {
	content: "";
}
.slick-dots {
    bottom: 42px;
}
.slick-slide {
    height: auto;
}
#spotlight ul {
	margin: 0 auto;
	padding: 0;
}
#spotlight ul li {
    text-align: center;
}
#spotlight .spotlightTextBlock p, #spotlight .spotlightTextBlock h2 {
	position: absolute;
    width: auto;
    display: inline-block;
    padding: 0 15px;
}
#spotlight .spotlightTextBlock p {
    bottom: 4em;
    left: 0;
    font-size: 25.5pt;
    color: #bc1832;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    bottom: 7.6em;
    text-align: left;
}
#spotlight .spotlightTextBlock p span {
	display: block;
	margin-left: 40px;
}
#spotlight .spotlightTextBlock h2{
    font-size: 24pt;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    bottom: 50px;
    left: initial;
    right: 0;
}
.slick-dots li {
	vertical-align: bottom;
	width: 8px;
    height: 8px;
}
.slick-dots li button {
	border: 2px solid #bc1832;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 3px;
}
.slick-dots li button:before {
    color: #fff;
    font-size: 7px;
    opacity: 1;
    width: 7px;
    height: 7px;
    top: -3px;
    left: 2px;
}
.slick-dots li.slick-active button {
	border: none;
	width: 15px;
    height: 15px;
}
.slick-dots li.slick-active button:before {
    color: #bc1832;
    opacity: 1;
    font-size: 11px;
}
/*Main Page*/
#spotlight+main {
	-webkit-box-shadow: 0px -17px 25px -19px black;
  	-moz-box-shadow: 0px -17px 25px -19px black;
  	box-shadow: 0px -17px 25px -19px black;
  	position: relative;
  	margin-bottom: 0;
}
main > .innerWrapper {
	padding-top: 50px;
}
h1 {
	color: #bc1832;
	font-size: 3.1em;
	margin-bottom: 15px;
	margin-top: 0;
	line-height: 1.3;
}
main h2 {
	color: #bc1832;
	font-size: 2.5em;
	margin-top: 35px;
}
.productCategoryLink {
	padding-top: 20px;
}
.productCategoryLink .innerWrapper {
	text-align: center;
	color: #bc1832;
	font-weight: 600;
	font-size: 0.9em;
}
.productCategoryLink a {
	color: #bc1832;
	font-weight: 600;
    font-size: 1.2em;
    margin: 0 5px;
}
.productCategoryLink a:first-child {
	margin-left: 0;
}
.productCategoryLink a:last-child {
	margin-right: 0;
}
.productCategorization {
	color: #0974b2;
}
.leftWrapper h3 {
	color: #bc1832;
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 30px;
}
.callNowWrapper {
	max-width: 470px;
	width: 100%;
	margin: 50px auto;
	background: #bc1832;
	text-align: center;
}
.callNowWrapper p {
	color: #fff;
	margin: 0;
    padding: 2px 0 0;
    font-size: 1.3em;
}
.callNowWrapper a {
	color: #fff;
	display: block;
	padding-bottom: 5px;
	font-size: 1.3em;
}
.leftWrapper figcaption {
	text-align: right;
	font-style: italic;
}
.homePageVideo iframe {
	width: 100%;
	max-width: 380px;
	height: 300px;
}
/*testimonial*/
.testimonialWrapper {
	margin: 60px 0;
	position: relative;    
	background: #f9d9d5;
}
.testimonialWrapper img {
	position: absolute;
    bottom: -46px;
    left: 10px;
}
.testimonialQuote {
	float: right;
	max-width: 520px;
	margin-bottom: 7px;
	padding: 0 35px 0 50px;
	box-sizing: border-box;
	position: relative;
	min-height: 90px;
}
.testimonialQuote.noImage {
	float: none;
	width: 100%;
	max-width: 100%;
	padding-top: 1px;
}
.testimonialQuote .quotationMark {
	position: absolute;
    font-weight: 500;
    color: #970e17;
    left: 22px;
    font-size: 85px;
    line-height: 1;
    top: 11px;
	-webkit-transform: rotate(-185deg);
	-moz-transform: rotate(-185deg);
	-ms-transform: rotate(-185deg);
	-o-transform: rotate(-185deg);
	transform: rotate(-185deg);
}
.testimonialQuote .quotationMark:first-child {
	left: 9px;
}
.testimonialQuote p {
	margin-bottom: 3px;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 1.1em;
}
.testimonialQuote .personDetail {
	color: #bc1832;
	margin-bottom: 5px;
    display: inline-block;
}
.personDetail span {
	font-style: italic;
}
/*.testimonialQuote .countryImage {
	position: absolute;
	bottom: 0;
	right: 0;
}*/
/*Aside*/
aside > div {
	margin-bottom: 80px;
}
/*Single use product*/
.singleUseProducts {
	text-align: center;
	position: relative;
}
.singleUseProducts:before, #singleUseProductsSlider:after {
	content: "";
	width: 100%;
	display: block;
	height: 2px;
	background: url(../images/layout/browse-line.png);
	background-position: -17px 0;
	position: absolute;
	top: 0;
}
#singleUseProductsSlider:after {
	top: initial;
	bottom: 0;
}
.singleUseProducts h3 {
	color: #fff;
    background: #bc1832;
    display: inline-block;
    font-size: 1.25em;
    padding: 0 2px;
}

#singleUseProductsSlider img {
	display: initial;
}
#singleUseProductsSlider li {
	height: auto !important;
}
.singleUseProducts li p {
	font-style: italic;
	color: #666;
	font-weight: 300;
	font-size: 0.8em;
}
.seeAllProductLink {
	display: inline-block;
	color: #bc1832;
	font-weight: 600;
}
/*Certification*/
.certifcationWrapper {
	 box-shadow: 0 0 10px 3px #ccc;
	 padding: 20px 35px;
	 text-align: center;

}
.certifcationWrapper h3 {
	color: #bc1832;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 15px;
}
.certifcationWrapper p {
	font-size: 1em;
    line-height: 1.3;
}
.certifcationWrapper .certificationList {
	float: none;
}
.certificationList li {
	display: inline-block;
	margin-right: 30px;
}
.certificationList li:last-child {
	margin-right: 0;
}
.ceCerificate, .fdaCerificate, .isoCerificate {
	background: url(../images/layout/certificateLogos.png);
    height: 30px;
}
.ceCerificate a, .fdaCerificate a, .isoCerificate a {
	position: absolute;
    clip: rect(1px 1px 1px 1px);
    margin: 0;
}
.ceCerificate {
	width: 40px;
}
.fdaCerificate {
	background-position: -70px 0;
	width: 80px;
}
.isoCerificate {
	background-position: -180px 0;
	width: 39px;
}
/*Global network of distributor*/
.globalNetwork {
	text-align: center;
}
.globalNetwork h3 {
	color: #fff;
    background: #bc1832;
    display: inline-block;
    font-size: 1.25em;
    padding: 0 2px;
    font-weight: 400;
    margin-top: 0;
}
.globalNetwork p {
	font-size: 1em;
    line-height: 1.3;
    margin: 15px 0 25px;
}
.globalNetwork a {
	display: block;
	color: #bc1832;
	margin-bottom: 10px;
	line-height: 1;
}
.globalNetwork img {
	margin-top: 50px;
}
/*Contact wrapper*/
.contactWrapper {
	background: #d5e3ec;
	padding: 15px 18px;
}
.contactWrapper h3 {
	font-size: 1.5em;
    margin-top: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.contactWrapper ul {
	margin: 30px 0;
}
.contactWrapper li, .contactpage .contactDetails li {
	font-size: 1.2em;
}
.contactWrapper li span, .contactpage .contactDetails li span {
	font-weight: 600;
	width: 136px;
	display: inline-block;
}
.contactWrapper a, .contactpage .contactDetails li a {
	color: #bc1832;
	margin-bottom: 15px;
	font-size: 1em;
    text-decoration: underline;
}.contactPageForm label {
	font-weight: 600;
	font-size: 1.2em;
}
.contactPageForm input {
	margin: 0 0 20px;
}
/* Site footer */
#siteFooter {
	background: url(../images/layout/footer-with-shadow-no-logo.jpg);
	background-repeat-y: no-repeat;
	color: #fff;
}
#footerMenu {
	padding: 50px 0 99px;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footerMenu > li {
	vertical-align: top;
	margin-right: 60px;
}
/*#footerMenu > li:last-child {
	text-align: center;
}*/
#footerMenu > li h2 {
	color: #fff;
	font-size: 1.7em;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 15px;
}
#footerMenu >li li {
	margin-bottom: 2px;

}
#footerMenu > li a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.25em;
}
#otherProducts h2:nth-of-type(2) {
	margin-top: 35px;
}
#footerMenu #contactList li {
	font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 10px;
}
#footerMenu #contactList li:nth-child(2) a {
	font-size: 1em;
}
#footerMenu #contactList li span {
	display: block;
    font-weight: 400;
}
#disclaimer small {
	font-weight: 300;
	font-size: 1em;
	display: inline-block;
    margin-top: 7px;
}
#disclaimer {
	padding-bottom: 46px;
}
#disclaimer a {
    color: #fff;
}
#certificationList {
	display: inline-block;
	float: right;
	margin: 0;
}
#certificationList li {
	background-image: url(../images/layout/certificateLogos-white.png);
}
#certificationList li {
	display: inline-block;
	margin-right: 30px;
}
#certificationList li:last-child {
	margin-right: 0;
}
@media(max-width: 1600px) {
	#spotlight ul li img {
		zoom: 0.9;
	}
}
@media(max-width: 1430px) {
	#spotlight ul li img {
		zoom: 0.8;
	}
}
@media(max-width: 1280px) {
	#spotlight ul li img {
		zoom: 0.7;
	}
}
@media(max-width: 1110px) {
	#spotlight ul li img {
		zoom: 0.6;
	}
}
@media(max-width: 1180px) {
	.innerWrapper {
	    width: 100%;
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.leftWrapper {
		width: 60%;
		margin-right: 25px;
	}
	a#footerLogo {
		right: 15px;
	}
	.homePage .leftWrapper > img {
		max-width: 680px;
		width: 100%;
	}
	#footerMenu .globalSearchBox {
		left: 15px;
	}
	#spotlight ul li .spotlightTextBlock p {
		font-size: 24pt;
	}
	#spotlight ul li .spotlightTextBlock h2 {
		font-size: 20pt;
	}
}
@media(max-width: 1050px) {
	.leftWrapper {
		width: 47%;
	}
	.testimonialWrapper img {
		margin: 15px 0 0 15px;
		position: static;
	}
	.testimonialQuote {
		float: none;
		position: static;
		padding: 25px 35px 15px 50px;
		max-width: 100%;
	}
	.testimonialQuote.noImage {
		padding-top: 10px;
	}
	.testimonialWrapper:before {
		height: 100px;
	}
	.testimonialQuote .personDetail {
		position: absolute;
	    top: 0;
	    left: 180px;
	    font-weight: bold;
	    padding-right: 10px;
    	padding-top: 10px;
	}
	.testimonialQuote .quotationMark {
		top: 247px;
	}
	.testimonialQuote.noImage .quotationMark {
		top: 21px;
	}
	.testimonialQuote.noImage .personDetail {
		position: static;
	}
	.personDetail span {
		font-weight: normal;
		display: block;
	}
	#footerMenu {
		padding-bottom: 50px;
	}
	#footerMenu > li {
	    margin-right: 25px;
	}
	#disclaimer {
	    padding-bottom: 55px;
	}
	#disclaimer small, #certificationList {
		float: none;
		text-align: center;
		display: block;
	}
	#disclaimer small {
		margin-bottom: 15px;
	}
}
@media(max-width: 960px) {
	#spotlight img {
		width: 100%;
		zoom: normal;
	}
	#spotlight ul li .spotlightTextBlock p {
		font-size: 20pt;
	}
	#spotlight ul li .spotlightTextBlock h2 {
		font-size: 18pt;
	}
	#spotlight ul li .spotlight_1 h2 {
	    right: 0;
	}
	#spotlight ul li .spotlight_1 p {
		right: 0;
	    left: initial;
	    bottom: 4em;
	}
	#spotlight ul li .spotlight_2 h2 {
		bottom: 5em;
	}
	#spotlight ul li .spotlight_2 p {
		bottom: 6em;
		left: initial;
		right: 0;
	}
	#spotlight ul li .spotlight_3 p {
		bottom: 9em;
	}
	#spotlight ul li .spotlight_3 h2 {
		left: initial;
	    bottom: 2em;
	    right: 0;
	}
	#spotlight ul li .spotlight_4 p {
		bottom: 3em;
	    right: 0;
	    left: initial;
	}
	#spotlight ul li .spotlight_4 h2 {
		left: initial;
	    bottom: 2em;
	    right: 0	;
	}
	#spotlight ul li .spotlight_6 h2 {
		bottom: 3em;
    	left: 0;
	}
	#spotlight ul li .spotlight_6 p {
		bottom: 8em;
	}
	#footerMenu {
		justify-content: space-around;
	}
	#footerMenu > li {
		margin: 0 65px 40px;
	}
	#sitefooter {
		position: relative;
		background: none;
		background-color: #bc1832;
	}
	#sitefooter:before {
		content: "";
		position: absolute;
		background: url(../images/layout/small-footer-background.png) no-repeat;
		background-repeat-x: repeat;
		height: 100%;
		width: 100%;
		top: 0;
	}
	#sitefooter:after {
		content: "";
	    position: absolute;
	    background: url(../images/layout/bottom-bar.jpg);
	    height: 19px;
	    background-position: center;
	    width: 100%;
	    bottom: 0;
	}
}
@media(max-width: 800px) {
	#mainMenu ul li {
		margin: 0 20px 0 0px;
	}
	.leftWrapper, .rightWrapper {
		float: none;
		width: 100%;
	}
	.rightWrapper {
		margin: 0 auto 100px;
	}
	
	a#footerLogo {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	#footerMenu {
		padding: 65px 0 0;
    	text-align: center;
    	display: block;
	}
	#footerMenu > li {
		margin: 0 0 30px 0;
	}
	#certificationList {
		display: block;
		text-align: center;
		float: none;
		margin-bottom: 25px;
	}
	#disclaimer a {
		color: #fff;
	    display: block;
	    text-align: center;
	    margin: 20px 0 20px;
	}
	#footerMenu .globalSearchBox {
		position: static;
		margin: 15px auto;
		text-align: center;
		width: 100%;
		max-width: 310px;
    	box-sizing: border-box;
	}
	#globalSearchForm input[type=text] {
		margin-bottom: 10px;
		margin-right: 0;
		width: 180px;
	} 
	#globalSearchForm input[type=submit] {
		margin-bottom: 10px;
	}
	#spotlight ul li .spotlight_3 p {
	    bottom: 9em;
	}
}
@media(max-width: 700px) {
	#spotlight ul li .spotlight_1 h2 {
		bottom: 2em;
	}
	#spotlight ul li .spotlight_1 p {
		bottom: 3em;
	}
	#spotlight ul li .spotlight_3 h2 {
		bottom: 1em;
	}
	#spotlight ul li .spotlight_3 p {
		bottom: 5em;
	}
	#spotlight ul li .spotlight_5 p {
		left: initial;
	    right: 0;
	    bottom: 3.5em;
	}
	#spotlight ul li .spotlight_5 h2 {
		bottom: 1em;
	}
	#spotlight ul li .spotlight_6 h2 {
		bottom: 2em;
	}
	#spotlight ul li .spotlight_6 p {
	    bottom: 6em;
	}
	#requestPopup {
		max-width: 100% !important;
	    width: 100% !important;
	    height: 100vh !important;
	    min-height: 100% !important;
	    position: fixed;
	    border: none;
	    border-radius: 0;
	    box-shadow: none;
	    padding: 15px 20px 50px;
	    min-width: 320px;
	}
	.ui-dialog.ui-widget-content {
	    top: -3px !important;
	    left: -6px !important;
	    width: 100% !important;
	}
	.ui-widget-overlay {
	    display: none;
	}
	#siteHeader {
		height: 60px;
		background: url(../images/layout/top-bar.gif) center;
	}
	a#mainLogo {
		top: 16px;
		z-index: 22;
		background-position-x: -22px;
    	width: 241px;
	}
	#mainLogo h1 {
		text-indent: -9999px;
		clip: initial;
	}
	#tools, #mainMenu, .homePage .mainIntro.hidden:after, #mainMenu > ul {
	    display: none;
	}
	.mobileRegisterLink, .mobile_tools {
		display: block;
	}
	#mainMenu.menuActive .mobileRegisterLink a {
		font-weight: 500;
    	color: #2165a2;
    	font-size: 1.3em;
	}
	.smallMainMenu {
		display: block;
		background: url(../images/layout/hamburger-menu.png) no-repeat;
	    width: 41px;
	    height: 39px;
	    float: right;
	    margin-top: 12px;
	}
	.closeMainMenu {
		background: url(../images/layout/small-menu-close.png) no-repeat;
		width: 25px;
	    height: 24px;
	    float: right;
	    margin-top: 27px;
	}
	body.menuActive {
	    overflow: hidden;
	}
	#mainMenu.menuActive {
	    display: block;
	    height: 100vh;
	    position: absolute;
	    left: 0;
	    top: 60px;
	    z-index: 21;
	    background-color: #fff;
	    width: 100%;
	    padding: 50px 40px 15px;
	    box-sizing: border-box;
	    overflow-y: auto;
	    margin-top: 0;
	}
	#mainMenu.menuActive li {
		display: block;
		margin-right: 0;
		text-align: center;
		color: #970e17;
	}
	.mobileMainMenu  {
		margin-bottom: 100px;
	}
	#mainMenu.menuActive a {
		font-weight: 400;
		text-decoration: underline;
    	font-size: 1.25em;
	}
	#mainMenu #footerMenu {
		display: block;
		/*width: 225px;*/
	}
	#mainMenu #footerMenu > li {
		margin: 0 auto 10px;
	}
	#mainMenu #footerMenu > li h2 {
		margin-bottom: 10px;
		color: #970e17;
	}
	#otherProducts h2:nth-of-type(2) {
		margin-top: 30px;
	}
	#mainMenu #certificationList li {
		display: inline-block;
   	 	margin-right: 24px;
	}
	#mainMenu #certificationList {
		text-align: center;
		margin-bottom: 30px;
	}
	#mainMenu #certificationList li:last-child {
	    margin-right: 0;
	}
	.closeMainMenuLink {
		text-align: center;
		display: inline-block;
	}
	#mainMenu.menuActive .closeMainMenuLink a {
		color: #fff;
		font-size: 1em;
	}
	
	.mobileMainMenu #footerMenu .globalSearchBox {
		background: #bc1832;
	}
	.mobileMainMenu #footerMenu .globalSearchBox h3, .mobileMainMenu #footerMenu .globalSearchBox a {
		color: #fff;
	}
	
	main img {
		max-width: 100%;
	}
	.mainIntro h1, main h1 {
		font-size: 2em;
	}
	main h2 {
		font-size: 1.4em;
	}
	
}
@media(max-width: 625px) { 
	#spotlight ul li .spotlightTextBlock h2 {
		font-size: 15pt;
	}
	#spotlight ul li .spotlightTextBlock p {
		font-size: 16pt;
	}
	#spotlight {
		padding-top: 30px;
	}
	#spotlight+main.homePage {
		box-shadow: none;
	}
	.slick-dots {
	    bottom: 90px;
	}
	#spotlight .spotlightTextBlock {
		bottom: 0;
		padding-top: 25px;
		box-shadow: 0px -17px 25px -19px black;
	}
	#spotlight .spotlightTextBlock h2 {
		position: static;
		font-size: 1.5em;
		display: block;
		text-align: center;
		padding: 0;
	}
	#spotlight .spotlightTextBlock p {
		position: static;
		font-size: 1.2em;
		display: block;
		text-align: center;
		padding: 0;
	}
	#spotlight .spotlightTextBlock p span {
		margin-left: 0;
		display: inline;
	}
}

@media(max-width: 550px) { 
	#siteHeader, #siteFooter, #spotlight, body main, #spotlight img {
		width: 100%;
	}
	.mainIntro h1, main h1 {
		font-size: 1.7em;
	}
	main h2 {
		font-size: 1.4em;
	}
	main img {
		max-width: 100%;
	}
	.footerWrapper {
		border: none;
		width: 100%;
	}
	
	
	/*Main Content*/
	p {
		font-size: 1.1em;
	}
	main > .innerWrapper {
		padding-top: 35px;
	}
	.homePage .mainIntro {
		height: 390px;
		overflow: hidden;
		position: relative;
	}
	.homePage .mainIntro:after {
		content: '';
	    display: block;
	    width: 100%;
	    height: 83px;
	    position: absolute;
	    bottom: 0;
	    background: white;
	    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
	    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
	    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 77%);
	}
	.leftWrapper h3 { 
		margin-top: 20px;
	}
	.readMoreArticleWrapper {
		position: absolute;
	    bottom: 0;
	    z-index: 4;
	    width: 100%;
	    margin: 0;
	}
	.readMoreArticle {
		display: block;
		background-color: #bc1832;
		color: #fff;
		padding: 5px 22px;
	    font-weight: 600;
	    font-size: 1em;
	    margin: 0 auto;
    	width: 120px;
	    box-sizing: border-box;
	}
	aside > div {
		margin-bottom: 50px;
	}
	
	.contactWrapper h3 {
		font-size: 1.25em;
	}
	.contactWrapper li {
		font-size: 1em;
	}
	.contactWrapper li span {
		width: 160px;
	}
	.mainIntro {
	    margin: 50px 0 100px;
	}
	.homePage .mainIntro {
		margin-bottom: 50px;
	}
	.contactPageForm input[type=text] {
		max-width: 306px;
		width: 100%;
	}
	.contactPageForm textarea {
		max-width: 451px;
		width: 100%;
	}
}
@media(max-width: 470px) { 
	.slick-dots {
	    bottom: 120px;
	}
}
@media(max-width: 420px) { 
	.homePage .mainIntro {
		height: 528px;
	}
}
@media(max-width: 340px) { 
	.singleUseProducts:before, #singleUseProductsSlider:after {
		background-position: -70px 0;
	}
	.contactWrapper li span {
		width: 80px;
	}
}