<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Masimo
Theme URI: http://www.masimo.com/
Author: Masimo US
Author URI: http://www.masimo.com/
Description: A custom website for Masimo customers and sales team
Version: 2.0
*/

/* HTML5 display definitions
-------------------------------------------------- */
address, article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; vertical-align: baseline; }



/* Font Family
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


/* Global styles
-------------------------------------------------- */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #333333;
	line-height: 1.5;
	background: #ffffff;
	font-size: 18px;
}
body.modal-open[style] {
    padding-right: 0px !important;
}

/*
::-moz-selection { color: ; background: ; }
::selection { color: ; background: ; }
*/

.clear  {
	clear:both;
}

.breadcrumbs  {
	text-align: left;
	font-size: .75em;
	padding-bottom: 80px;
	margin-top: 30px;
	color: #adadad;
	letter-spacing: .5px;
}
.breadcrumbs a  {
	color: #adadad!important;
}
.breadcrumbs.no-header-img  {
	margin-top: 90px;
}

.slick-active  {
	outline: none!important;
}
.slick-for &gt; div &gt; .slick-current  {
	min-height: 400px;
}





/* Typography
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	margin: 0 0 24px;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	text-align: center;
}

h1 {
	font-size: 3.25em;
    margin: 30px 0;
    font-weight: 100;
    color: #ffffff;
    text-align: left;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;

}
.static-caption h1  {
	font-size: 2.75em;
}
h2 {
	font-size: 1.75em; 
	color: #cc0033;
	font-weight: 500;
	letter-spacing: 2px;
}
h3 {
	font-size: 1.125em;
	margin-bottom: 20px;
	font-weight: 400;
	margin-bottom: 50px;

}

h4 {
	font-size: 1.45em; 
	color: #cc0033;
	font-weight: 400;
	margin: 0;
}

h5 {
	font-size: .9em;
	text-transform: uppercase; 
	color: #cc0033;
	font-weight: 500;
	margin-top: 20px;
}
h6 {
	font-size: .8em;
	text-align: left;
	font-weight: 400;
}



p { 
	margin: 0 0 35px; 
	line-height: 1.7em;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}
i, em { font-style: italic; }
b, strong { font-weight: 500; }
small {font-size: 80%;}

blockquote  {
	margin: 10px 0 45px;
	font: italic 200 1.125em/1.55em 'Roboto', sans-serif;
    color: #666666;
    
}
a,
a:visited {
	text-decoration: none;
	outline: none;
	color: #cc0033;
	cursor:pointer;
}
	
a:active,
a:focus {
	color: #cc0033;
	text-decoration: none;
	outline: none;
}

a:hover  {
	color: #990026;
	text-decoration: none;
	outline: none;
}

a.section-button  {
	color: #ffffff;
}

sup,
sub {
	position: relative;
	font-size: 55%;
	line-height: 0;
	vertical-align: baseline;
}
	sup { top: -.65em; }
	sub { bottom: -0.25em; }
	
	
address {
	margin-bottom: 0 0 24px;
	font-style: normal;
}	
	
hr {
	display: block;
	height: 0;
	border-style: none;
	border-top: 1px solid #333333;
/*	margin: 47px 0 48px;*/
	overflow: hidden;
}

mark { background-color: #faf2cc;}

ins { text-decoration: none; }

.italic  {
	font-style: italic;
}



/* Images
-------------------------------------------------- */
figure { margin: 0 auto; display: inline-block; max-width: 100%;}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: 0;
	/*margin: 0 auto 10px;*/
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}


a img {}
a:hover img {}

.ca-img  {
	height: 300px;
    margin-bottom: 40px;
}
.item-img  {
	height: 375px;
	width: auto;
    margin-bottom: 40px;
}
.cover  {
	object-fit: cover;
}
.gen-img  {
	height: 325px;
    margin-bottom: 40px;
}
.gen-img .col-md-5  {
	text-align: left;
    padding-left: 0;
}
    



/* Lists
-------------------------------------------------- */



/* Tables */
table { border-collapse: collapse; width: 98%;}
table td { vertical-align: middle; }

table img,
table p,
table dl { margin: 0; }





table.table { width: 100%;}

.table tr {
  	border: 1px solid rgba(3,3,3,0.2);
}

.table th  {
	background-color: #f8f8f8;
	border-top: none;
}

.table th, .table td { 
  	text-align: left; 
  	padding: 0.25em;
}


.guide-principle  {
	border-left: 3px solid #cc0033;
    text-align: left;
    font-weight: 500;
    padding-left: 20px;
}
.guide-number  {
	font-weight: 500;
	font-size: 1.5em;
}




/* Forms and Buttons
-------------------------------------------------- */
form {
	display: block;
	position: relative;
}
textarea, 
select, 
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"], 
input[type="url"],
input[type="password"],
input[type="search"] {
	display: inline-block;
	outline: none;
	color: inherit;
	font-size:inherit;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	border: none;
	padding: 8px 1%;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}
select.form-control {
	-webkit-appearance: menulist !important;
}

#product-form input[type='name'], 
#product-form input[type='tel'], 
#product-form input[type='text'], 
#product-form input[type='email'], 
#product-form input[type='password'], 
#product-form input[type='search'], 
#product-form input[type='url'], 
#product-form input[type='tel'], 
#product-form input[type='number'], 
#product-form textarea {
	border: 1px solid #cccccc;
	padding: 6px;
	font-size: 16px;
}



input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-moz-appearance: none; 
	-webkit-appearance: none; 
	margin: 0; 
}


select {
	outline: none !important;
	font-family: 'FontAwesome', 'Roboto', sans-serif;
	background-color: #fff;
	cursor: pointer;
	font-size: 10px;
	font-weight: 400;
    position:relative;   
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    padding-right: 7px;
    text-transform: uppercase;
    color: #7d7d7d;
    letter-spacing: 1px;
}

select.form-control.col-md-12  {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px; 
	padding: 13px 0 13px 10px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 200;
	letter-spacing: 0;
	outline: none !important;
	width: 100%;
}
.form-group label  {
	padding-left: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
	min-height: 180px;
	width: 98%;
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button, .small-cta-btn, .small-btn  {
	background-color: #cc0033;
	color: #ffffff;
    text-transform: uppercase;
    padding: 20px 50px;
    font-weight: 600;
    letter-spacing: 1.5px;
    border: none;
    outline: none;
}
button:hover  {
	background-color: #990026;
}
.small-cta-btn  {
    padding: 15px 40px;
    letter-spacing: 1px;
    font-size: .8em;
}
.small-btn  {
    text-transform: none;
    padding: 15px 40px;
    /*font-weight: 400;*/
    font-size: .8em;
    background-color: #ececec;
    color: #333333;
    letter-spacing: normal;
}
.small-btn:hover  {
	background-color: #5e5e5e;
	color: #ffffff;
}
.small-btn.active  {
	background-color: #5e5e5e;
	color: #ffffff;
}

.section-button {
	font-size: .8em;
	margin: auto 0;
}


.fa.fa-angle-right, .fa.fa-angle-left  {
	font-weight: 600;
}
.anchor-text  {
	font-size: .6em;
	margin-top: 5px;
}
a .anchor-text {
	color: #333333;
}
.perk-text  {
	color: #ffffff;
	padding-top: 20px;
	font-weight: 500;
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.view-more  {
	margin: 80px 0;
}
.page-search .form-control  {
	border: none;
	background-color: #eeeeee;
	padding: 5px 0 5px 15px;
	height: 50px;
	font-size: 14px;
}
.page-search .input-group-addon  {
	padding: 6px 20px 6px 30px;
}
.search-dropdown  {
	padding-left: 0;
	text-transform: uppercase;
	border-left: 3px solid #cc0033;
}
.search-dropdown .dropdown-toggle  {
	height: 60px;
	padding-top: 10px;
	background-color: #eeeeee;
}
.dropdown-menu.search-dropdown-menu  {
	background-color: #f8f8f8;
	right: 0;
	left: auto;
	margin: 0;
	min-width: auto;
	/*padding: 0;*/
}
.search-dropdown-menu&gt;li&gt;a  {
	padding: 10px 0;
}
.dropdown-menu.cat-dropdown-menu  {
	background-color: #ffffff;
    /* right: 0; */
    /* margin: 0; */
    width: 500px;
    /* padding: 0; */
    text-align: left;
	left: 0px;  
  	right: auto !important;
}
.cat-dropdown  {
    font-weight: 500;
    font-size: 1.55em;
    letter-spacing: 2px;
	position: relative;
    display: inline-block;
	text-align:center;
}
.cat-dropdown &gt; div  {
	margin-top:-3px;
	text-align:left;
}
.cat-dropdown .dropdown-menu.cat-dropdown-menu  {
	padding: 0;
}
.dropdown-menu.cat-dropdown-menu&gt;li&gt;a  {
	padding: 5px 0;
	font-weight: 500;
    font-size: 2em;
    letter-spacing: 2px;
}

/*.dropdown-menu.cat-dropdown-menu li.selected {
	background-color:#ccc;
}*/
.ce-cat {
	padding:10px 0px 20px 0px;
}

.clinical-cat {
	color:#000;
	font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
	line-height: 1.3;
    text-align: center;
	margin: 0 0 24px;
	padding: 0;
}

.clinical-cat:hover, .clinical-cat:visited, .clinical-cat:active, .clinical-cat:focus{
	color:#000 !important;
}






/* Technology Circles  */

	.circle  {
		margin: 0 0 10px 0;
	}
	.circle-text {
		position: relative;
		line-height: 85px;
		height: 90px; 
		width: 90px;
		border-radius: 50%;
		/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	    -webkit-border-radius: 50%; 
	    /* Firefox 1-3.6 */
	    -moz-border-radius: 50%;
	    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
		border: 4px solid #363636;
		margin: auto;
		font-size: 20px;
		font-weight: 400;
		color:#333333;
	}
	.small-label  {
		font-size: .8em;
		text-align: center;
		margin-top: 10px;
		color: #333333;
	}
	.sm-circle-text  {
		position: relative;
		line-height: 55px;
		height: 60px; 
		width: 60px;
		border-radius: 50%;
		/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	    -webkit-border-radius: 50%; 
	    /* Firefox 1-3.6 */
	    -moz-border-radius: 50%;
	    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
		border: 2px solid #363636;

		font-weight: 400;
	}
	.sm-circle-text &gt; img  {
		width: 65%;
	}



	a.circle  {
		color: #999999;
	}

	a.circle .blue  {
		color: #626465;
	}

	a.circle .red  {
		color: #cc0033;
	}

	.blue  {
		border-color: #626465;
	}
	.red  {
		border-color: #cc0033;
	}
	.divider-line  {
		border-top: 5px solid #f8f8f8;
		margin-bottom: 50px;
		
	}
	.panel .col-md-2.col-sm-4.col-xs-6   {
		padding-top: 30px;
	}
	.panel [aria-expanded="true"]  {
		background-color: #f5f5f5;
	}


ul.list li:first-child {
	margin-top: 10px;
}	

ul.list {
	margin-bottom: 10px;
}

ul.list li:before  {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 10px 0 15px;
	color: #cc0033;
}

.list {	
	list-style-position: outside;			
}
ul.list li {			
	text-indent: -1.9em;			
	margin-left: 2em;			
}

.list-title  {
	
	font-weight: 400;
	margin: 25px 0 10px 15px!important;
}

ul.list li.list-title:before  {
	content: none;
}
ul.list li.list-title {
	text-indent: 0em;
}

ol.list {
      counter-reset: item;
	  margin-bottom: 10px;
}
 
ol.list li {                  
      text-indent: -2.3em;                
      margin-left: 2em;
}
 
ol.list li:before {
      content: counter(item);
      counter-increment: item;
      color: #cc0033;
      margin: 0 10px 0 15px;
      width: 1em;    
}

.chart-cat li  {
	cursor: default;
}
.chart-cat li a  {
	color: #333333;
	font-weight: 400;
} 
.select-cat {
    border-bottom:3px solid #cc0033 !important;
}
.select-cat.collapsed {
	border:none !important;
}




/* Navigation
-------------------------------------------------- */
#logo  {
	float: left;
	background:transparent;
}
.navbar {
    margin-bottom: initial;
    border: none;
    border-radius: 0;
    font-size: .9em;
	-webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
	padding-top:10px;
  	background-color: rgb(255,255,255);
  	top:0;
}
.navbar-header  {
	background-color: #ffffff;
}
.dropdown-menu  {
	border: none;
    border-radius: 0;
}
.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}
.nav-tabs &gt; li &gt; a, 
.nav-tabs &gt; li &gt; a:hover, 
.nav-tabs &gt; li &gt; a:focus, 
.nav-tabs &gt; li.active &gt; a, 
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  border: none;
  border-radius: 0;
}
.link-title  {
	font-size: 1em;
	font-weight: 400;
	color: #555555;
	margin: 0 0 5px 0;
}
/*.nav&gt;li&gt;a {
	padding: 17px 15px 5px; /*Adds padding to desktop navigation menu and Heathcare Automation menu on homepage*/

.nav-list.none, .nav-list-short.none, .nav-list-medium.none  {
	border-right: 0;
}
.nav-list &gt; li, .nav-list-medium &gt; li { 
  	/*line-height: 25px;*/
  	text-align: left;
  	padding: 0 0 10px 0;
}
.nav-list &gt; li:last-child { 
  	padding: 0;
}
.nav-list &gt; li &gt; a:hover { text-decoration: none; }

.mega-dropdown &gt; a {
  	text-transform: uppercase;
  	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  	padding: 20px 15px 15px;
  	text-align: center;
  	width: 100%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff;
    border: none;
}
/*.navbar-default .navbar-toggle {
    border-color: #ffffff;
}*/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:focus, .navbar-default .navbar-nav&gt;.open&gt;a:hover  {
	border-bottom:2px solid #cccccc;
	background:transparent;
}

.dropdown .open {
    display: block;
}
.navbar-default .secondaryNav select {
	background:transparent;
}
#top {
    color: #888888;
    font-weight: 400;
    font-size: 11px;
}


/* Navigation Shrink on Scroll
-------------------------------------------------- */
nav.navbar.shrink {
	min-height: 35px;
}
.navbar-default.shrink {
		background: rgba(255,255,255,0.95);;

}
.navbar-default.shrink .navbar-header {
	background:transparent;
}
.navbar-default.shrink .navbar-nav&gt;li&gt;a:focus, .navbar-default.shrink .navbar-nav&gt;li&gt;a:hover {
	background: rgba(255,255,255,0.95);
}
.navbar-default.shrink .navbar-nav&gt;.mega-dropdown&gt;a, .navbar-default.shrink .navbar-nav&gt;.mega-dropdown&gt;a:focus, .navbar-default.shrink .navbar-nav&gt;.mega-dropdown&gt;a:hover {
	background:transparent;
}
.navbar-default.shrink .secondaryNav select {
	background:transparent;
}
	
nav.navbar.shrink .navbar-header a img {
	width:95%;
	height:auto;
}
nav.navbar.shrink a {
    padding-bottom: 5px !important;
  }

nav.navbar.shrink .nav &gt; li &gt; a {
    padding: 12px 7px 0px;
  }
  
nav.navbar.shrink .secondaryNav  .search  {
	margin: 3px 0 0 10px;
}




/* Index
-------------------------------------------------- */

.feature-product  {
	margin-top: 30px;
}
.ftpt-img  {
	margin: 30px 0;
}
#hero-subcopy  {
	color: #ffffff;
	font-size: 1.15em;
	line-height: 1.35;
	font-weight: 400;
}
.product-title-text  {
	font-size: 1.45em;
	font-weight: 500;
	margin-bottom: 10px;

}
.sub-text  {
	font-size: .85em;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 50px;
}
.news  {
	margin-bottom: 30px;
}
.news:last-child  {
	margin-bottom: 0px;
}
.news-height  {
	min-height: 315px;
	position: relative;
}
.news-text  {
	bottom: 5%;
	left: 4%;
	width: 92%;
	position: absolute;
}
.news a {
	color: #333333;
	display: block;
}

.news-breadcrumb, .news-breadcrumb a, div.news-breadcrumb  {
	text-transform: uppercase;
	color: #989898;
	font-size: .85em;
	text-align: left;
	margin-bottom: 15px;
}
div.news-breadcrumb  {
	font-size: .75em;
}
.news-category.new, .news-category  {
	font-size: 1em;
	font-weight: 500;
	border-top: 5px solid #555555;
	text-align: left;
	padding-top: 20px;
	margin-bottom: 10px;

}
.news-category.new  {
	border-top: 5px solid #cc0033;
}
.nm-img  {
	height: 250px;
	margin-bottom: 30px;
}
.nm-section  div &gt; [class*="col-"] {
      	margin-bottom: 80px; /* Product Selections buttons - responsive on solution pages from home*/
 }
.middle-overlay-text  {
	top: 15%;
    left: 10%;
    width: 80%;
    position: absolute;
}
.col-sm-8 .bottom-overlay-text, .col-sm-4 .bottom-overlay-text, .col-md-8 .bottom-overlay-text, .col-md-4 .bottom-overlay-text {
	bottom: 8%;
    left: 5%;
    width: 80%;
    position: absolute;
    text-align: left;
}
.col-md-4 .bottom-overlay-text  {
	left: 10%;
}
.middle-overlay-text &gt; li &gt; a  {
	padding: 0;
}

#vision-text {
	font-size: 1.5em;
    color: #cc0033;
    line-height: 1.5em;
    margin: 90px 0 70px 0;
    font-weight: 500;
}
.product-gallery  {
	position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: block;
    height: 26.25rem;
}
.border  {
	border: 1px solid #ebebeb;
}
.separation-line {
	border-top: 1px solid #333333;
    max-width: 300px; 
    margin: auto;
}
.red-separation-line {
	border-top: 2px solid #cc0033;
    max-width: 400px; 
}
.separation-line.left-text {
	border-top: 1px solid #333333;
    max-width: 300px; 
    text-align: left;
    margin: initial;
}
.feature-section, .feature-products  {
	padding: 30px 50px;
}
#copyright  {
	font-size: .6em;
	text-align: right;
}

.ft-product-category .col-sm-6 ul  {
	padding: 25% 0;
}
.ft-product-category .city-category ul  {
	padding: 15% 5%;
}

.ft-product-category .col-sm-6 &gt; div, .ft-product-category .col-sm-6 &gt; ul, .ft-product-category &gt; .row &gt; .col-sm-8 &gt; div, .ft-product-category &gt; .row &gt; .col-sm-4,
.ft-product-category &gt;  .row &gt; .col-sm-4 &gt; div, .ft-product-category &gt;  .row &gt; .col-md-4 &gt; div, .img-height &gt; div &gt; div, .ft-product-category &gt;  .row &gt; .col-md-8 &gt; div {
	min-height: 500px;
}
.product-categories .col-sm-6 &gt; div, .product-categories .col-sm-3 &gt; div, .product-categories .col-sm-6 &gt; ul, .product-categories .col-sm-3 &gt; ul  {
	min-height: 300px;
}

/* Technology Pages	
-------------------------------------------------- */			
.tech-img-bullets .col-sm-6 &gt; div, .tech-img-bullets &gt; .row &gt; .col-sm-8 &gt; div, .tech-img-bullets &gt; .row &gt; .col-sm-4,			
.tech-img-bullets &gt;  .row &gt; .col-sm-4 &gt; div, .tech-img-bullets &gt;  .row &gt; .col-md-4 &gt; div, .img-height &gt; div &gt; div, .tech-img-bullets &gt;  .row &gt; .col-md-8 &gt; div {			
	min-height: 500px;			
	margin-bottom: 30px;			
}			
.tech-img-bullets .col-sm-6 &gt; ul {			
	margin-bottom: 30px;			
}

.tech-img-bullets-small .col-sm-2 &gt; div, 
.tech-img-bullets-small &gt; .row &gt; .col-sm-2 &gt; div,
.tech-img-bullets-small .col-sm-10 &gt; div, 
.tech-img-bullets-small &gt; .row &gt; .col-sm-10 &gt; div, 
.tech-img-bullets-small .col-sm-6 &gt; div, 
.tech-img-bullets-small &gt; .row &gt; .col-sm-8 &gt; div, 
.tech-img-bullets-small &gt; .row &gt; .col-sm-4,			
.tech-img-bullets-small &gt;  .row &gt; .col-sm-4 &gt; div, 
.tech-img-bullets-small &gt;  .row &gt; .col-md-4 &gt; div, 
.img-height &gt; div &gt; div, 
.tech-img-bullets-single &gt;  .row &gt; .col-md-8 &gt; div {
	margin-bottom: 50px;
	min-height: 150px;
		
}


/* Colors
-------------------------------------------------- */

.black  {
	color: #000000;
}
.grey  {
	background-color: #ebebeb;
}
.ltgrey {
	background-color: #f5f5f5;
}
.white  {
	background-color: #ffffff;
}
.whitetext  {
	color: #ffffff;
}
.dkgrey  {
	background-color: #333333;
}
.dkwhite  {
	background-color: #fafafa;
}
.dkgrey-text  {
	color: #333333;
}

   



/* Hero Image
-------------------------------------------------- */
.carousel-caption  {
  	position:absolute;
  	top:50%;
	-ms-transform: translate(0,-50%); /* IE 9 */
	-webkit-transform: translate(0,-50%); /* Safari */
	transform: translate(0,-50%); 
	right: 0%;
	left: 5%;
	bottom: 0;
	padding: 0; 
	text-align: left;
	text-shadow: none;

}
.static-caption  {
	position:absolute;
  	top:60%;
  	right: 0%;
	left: 0;
	bottom: 0;
	padding: 0; 
	text-align: left;
	text-shadow: none;
	-ms-transform: translate(0,-60%); /* IE 9 */
	-webkit-transform: translate(0,-60%); /* Safari */
	transform: translate(0,-60%); 
}
.header-img  {
	height: 550px;
}
.header-img:before  {
	display: block;
	position: relative;
	background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0, #333333 100%);
	height: 550px;
	width: 100%;
	content: '';
}

.accent-text  {
	font-weight: 700;
	font-size: 1.15em;
}
.sn-btn li {
	float: left;
	padding-right: 10px;
	text-align: left;
	line-height: .9em;
}
.sn-btn.none  {
	border-right: none;
	border-bottom: none;
}
.divider  {
	color: #cc0033;
	padding: 0 5px;
}

.sn-title  {
	color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1.2em;
    font-size: .85em;
    font-weight: 500;
    letter-spacing: 1px;
	text-transform: uppercase;
	white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.sn-title a  {
	color: #ffffff;
	font-size: .9em;
	font-weight: 500;
	letter-spacing: 1px;
}

.sn-btn ul  {
    padding: 15px 20px;
    width: 80%;
    margin: 0 auto;
}
.sn-btn ul.active  {
	background-color: rgba(0,0,0,0.5);
}
    

/* Careers
-------------------------------------------------- */
#perks .dkgrey  {
	min-height: 225px;
}
/*.guide-number  {
	display: inline-block;
	padding: 1% 0;
}*/
.guides .row  {
	display: flex;
    align-items: center;
    justify-content: center;
}
.guides ul li  {
	display: inline-block;
}




/* Healthcare Solutions 
-------------------------------------------------- */

.pt-solution:last-child  {
	border-right: none;
	border-bottom: none;
}
.previous-page-link  {
	text-align: left;
	border-left: 3px solid #333333;
}
.next-page-link  {
	text-align: left;
	border-right: 3px solid #333333;
}
.techsection-img, .accessection-img, .psn-img  {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 500px;
}


/* Product page
-------------------------------------------------- */

a.pad2-1.ltgrey, .media-news a  {
	display: block;
}
.description  {
	color: #333333;
}
p.description  {
	/*text-align: center;*/
	text-align: left;
	margin-bottom: 50px;
}


/* Single Product Page  
---------------------------------------------------*/
.modal-dialog{
    width:850px;
    height:150px;
    /*position:fixed;
    left:50%;
    top:50%;
    margin:-330px 0 0 -400px;*/
}	
.modal-open {
	overflow:auto;
}
.modal.fade.in {
    padding-right: 0px !important;
	display:block;
}
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-thumbnail:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    opacity: .8;
 }
 .nm-img.video-thumbnail  {
 	display: inherit;
 }
.ca-care-unit  {
	font-size: .7em;
    margin-bottom: 20px;
    padding: 0 0 20px 20px;
    text-align: left;
    border-bottom: 1px solid #333333;
    text-transform: uppercase;
}
a .ca-care-unit  {
	color: #333333;
}
.ca-care-link {
    padding: 0 0 0 20px;
    font-weight: 600;
    text-align: left;
}
.item-title  {
	font-size: .7em;
    margin-bottom: 20px;
    padding: 0 0 20px 20px;
    text-align: left;
    text-transform: uppercase;
}
a .item-title, a .item-info   {
	color: #333333;
}
.item-link  {
    padding: 0 0 0 20px;
    font-weight: 500;
    text-align: left;
}
.item-info  {
	/*padding: 5px 0 0 20px;*/
	text-align: left;
	font-size: .9em;
}
.slick-slide .item-info  {
	padding-left: 20px;
}

.resources-title  {
	font-size: .7em;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
.resources-link  {
    font-weight: 400;
    text-align: left;
}
.resources-pub  {
	font-size: .7em;
	text-align: left;
}
/*.border-left  {
	border-left: 3px solid #333333;
}*/
.border-right  {
	border-right: 3px solid #333333;
}
.resources-box  {
	border: 1px solid #666666;
}
.fa.fa-circle  {
	color: #333333;
}
.single-product .col-sm-6  {
	padding: 0px;
}
#limit {
	word-wrap:break-word;
}
#tabs-circle .nav-pills&gt;li {
		padding-top:25px;
}
#tabs-circle .nav-pills&gt;li.active {
	background-color: #f5f5f5;
	color:inherit;
}
#tabs-circle .nav&gt;li&gt;a {
	padding: 0px;
}
#tabs-circle .nav-pills&gt;li&gt;a:hover {
	background:none !important;
}
#tabs-circle .nav-pills&gt;li.active&gt;a, #tabs-circle .nav-pills&gt;li.active&gt;a:hover, #tabs-circle .nav-pills&gt;li.active&gt;a:focus {
	background:none;
}
#tabs-circle .tab-content {
  background-color: #f5f5f5;
}
#references {
	margin-bottom: 50px;
}
.references-list li {
	text-indent: -1em;
	margin-left: 1.8em;
	font-size: .8em;
	text-align: left;
}

ol.list li {
	text-indent: -2.3em;
	margin-left: 2em;
	text-align: left;
}




/* Footer
-------------------------------------------------- */


.sm-icon a  {
	color: #333333;
}
#mission-statement  {
	padding: 0;
}
.footer  {
	margin: 80px 0 50px 0;
	font-weight: 400;
	font-size: .9em;
}
.footerNav ul li  {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .65em;
	margin-top: 18px;
}
.footerNav ul li a  {
	color: #ffffff;
}
.masimo-radical  {
	background-color: #ffffff;
	/*padding: 5px 0 5px 0;*/
	margin: -1px;
}
#copyright  {
	margin: 15px 0;
}
.news-footer  {
	background-color: #f5f5f5;
	padding: 50px;
}
.news-footer p  {
	font-size: .75em;
}
.news-footer ol li  {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 10px 20px;
}
.news-footer ol li:last-child  {
	margin-bottom: 24px;
}


/* Helper Styles 
-------------------------------------------------- */
.mar-top {
	margin: 60px 0px 0px;
}
.pad1  {
	padding: 30px 50px;
}
.pad15  {
	padding: 18% 5%;
}
.pad2  {
	margin: 30px 0;
}
.pad2-1  {
	padding: 30px 0;
}
.pad3  {
	margin: 0 0 30px 0;
}
.pad5  {
	padding: 50px;
}
.mar0  {
	margin: 0;
}
.mar8  {
	margin-bottom: 100px;
}
.mar30  {
	margin-bottom: 30px;
}
.mar150  {
	margin-bottom: 150px;
}
.left-text  {
	text-align: left;
}
.right-text  {
	text-align: right;
}
.white-text  {
	color: #ffffff;
}
.center  {
	text-align: center;
}
.right  {
	float: right;
}
.left  {
	float: left;
}
.dot  {
	border-bottom: 1px dotted #cccccc;
	padding: 20px 0 15px 0;
}
.dkborder  {
	border: 1px solid #333333;
    padding: 20px;
}
.ltgrey-box {
	padding: 20px;
	background-color: #f5f5f5;
}
ol.footnote, .footnote  {
	font-size: .8em;
	text-align: left;
}
.sub8  {
	font-size: .8em;
}
.caps {
	text-transform: uppercase;
}
/*.halves {
	width: 50%;
}*/
.minheight400  {
	min-height: 400px;
}
.border-top  {
	border-top: 1px solid #333333;
	padding-top: 20px;
	margin-top: 20px;
}

/* Navigation Overrides
-------------------------------------------------- */
.secondaryNav li  {
	float: right;
}
.secondaryNav  {
	margin-bottom: 0;
	line-height: 10px;
}
.search  {
	font-size: 10px;
    line-height: 20px;
    margin: 3px 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.search a  {
	color: #7d7d7d;
	font-weight:400;
}

/*  Bootstrap floating label  
-------------------------------------------------- */

.form-group {
	position: relative;
	margin-bottom: 1.5rem;
}

.form-control-placeholder {
	position: absolute;
	top: 0;
	padding: 11px 0 0 13px;
	transition: all 200ms;
	opacity: 0.5;
	left: 3.5%;
}

.col-md-12  &gt; .form-control-placeholder  {
	left: 1.75%;
}
.col-md-4 &gt; .form-control-placeholder  {
	left: 5.25%;
}

.form-control:focus + .form-control-placeholder {
	font-size: 75%;
	transform: translate3d(0, -100%, 0);
	opacity: 1;
	}
	
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
	min-height: 180px;
	width: 98%;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px; 
	outline: 0 none;
}


/* Bootstrap Overrides
-------------------------------------------------- */
.caret:before  {
    font-family: FontAwesome;
    content: "\f107";
}
.caret  {
    border: none;
    width: initial;
    height: initial;
}
.dropdown-menu {
  	padding: 20px 15px 15px;
  	text-align: center;
  	width: 100%;
}
/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
	padding-right: 50px;
    padding-left: 50px;
  	margin-right: auto;
  	margin-left: auto;
  	max-width: 1600px; /* or 950px */
}
.panel  {
	margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group-addon  {
	border: none;
	border-radius: 1px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  	border-color: none;
  	box-shadow: none;
  	outline: 0 none!important;
}

.form-control  {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.form-control:focus {
    border-color: none;
  	box-shadow: none;
  	outline: 0 none!important;

}

.dropdown-menu  {
	box-shadow: none;
	-webkit-box-shadow: none;

}




/* Carousel Homepage Slide Automatic
-------------------------------------------------- */


.accent-text  {
	font-weight: 500;
	font-size: 1.15em;
}
.sn-btn li {
	float: left;
	padding-right: 10px;
	text-align: left;
	line-height: .9em;
}
.sn-btn.none  {
	border-right: none;
	border-bottom: none;
}
.divider  {
	color: #cc0033;
	padding: 0 5px;
}
.sectionNav  {
	padding: 10px 20px;
	position: absolute;
  	bottom: 0%;
	width: 100%;
	-ms-transform: translate(0,0%); /* IE 9 */
	-webkit-transform: translate(0,0%); /* Safari */
	transform: translate(0,0%);
	background: rgba(0,0,0,0.3);
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.79) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.04)), color-stop(100%, rgba(0,0,0,0.79)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.79) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.79) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.79) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.79) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/

}

.sn-btn ul  {
    padding: 15px 20px;
    width: 80%;
    margin: 0 auto;
}
.sn-btn ul.active  {
	background-color: rgba(0,0,0,0.5);
}
    

.img-responsive, .thumbnail &gt; img, .thumbnail a &gt; img, .carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img
{
	width:100vw;
	height:auto;
}

#myCarousel .nav a small
{
    display: block;
}
.nav-justified{
    overflow-x: hidden;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    
}


.nav-justified &gt; li &gt; a
{
    border-radius: 0px;
}
.nav-pills&gt;li[data-slide-to="0"].active a { background-color: rgba(0,0,0,0.5); }
.nav-pills&gt;li[data-slide-to="1"].active a { background-color: rgba(0,0,0,0.5); }
.nav-pills&gt;li[data-slide-to="2"].active a { background-color: rgba(0,0,0,0.5); }
.nav-pills&gt;li[data-slide-to="3"].active a { background-color: rgba(0,0,0,0.5); }


.nav-justified &gt; li &gt; a &gt; img 
{
	padding-right:10px;
	vertical-align:middle;
	max-width: 100%;
    height: auto;
}

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus
{
	 background-color: rgba(0,0,0,0.5);
}



/* Carousel Homepage Slide with arrows
-------------------------------------------------- */

.carousel-inner &gt; .item
{
	max-height:100vh;
}

.carousel .carousel-control { 
	 opacity:0;
	 top:35% !important; 
	 bottom:35% !important;
	 width:5%;
	 
}

.carousel:hover .carousel-control { 
	display:block;
	opacity:0.3;
	
	position:absolute;
  	

}

.carousel:hover .carousel-control.right
{
	right:0px;
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.carousel:hover .carousel-control.left
{
	left:0px;
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.carousel-control:hover, .carousel-control:focus
{
	opacity:0.3;
		
}
.carousel-control.left, .carousel-control.right
{
	
	background-color: rgba(0,0,0,0.5);
}

/* Search Form
-------------------------------------------------- */

.search-dropdown
{
	opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
   	background: linear-gradient(to bottom, rgba(232,232,232,0.95) 100%, rgba(248,248,248,0.95) 100%, transparent);
    padding: 45px 0 0 0;
    z-index: 10;
	border:none;
}
.search-dropdown.open {
    opacity: 1;
    visibility: visible;
}
button.close {
	background:none;
	color:#333;
	float:right;
	margin: 20px 0;
	font-size: 2em;
}
.search-close {
	font-size: 2em;
}

.close:hover, .close:focus {
	color:#333333;
	background:none;
}

textarea {
	resize: none
}

.search-dropdown form {
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	
}
#search-form .search-input {
    width: 100%;
}
#search-dropdown #search-form .search-input {
    float: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    background: none;
    box-shadow: none !important;
    border: 0;
    padding: 0;
	z-index:100;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
label[for], input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

.screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.header-search-button {
    display: block;
    height: 65px;
    padding: 0 10px;
    margin-right: 10px;

}
.search-form .search-input:focus {
    outline: 0;
}
input[type='name']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='url']:focus, input[type='tel']:focus, input[type='number']:focus, textarea:focus {
    border-color: #555;
}


input[type='name'], input[type='tel'], input[type='text'], input[type='email'], input[type='password'], input[type='search'], input[type='url'], input[type='tel'], input[type='number'], textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    -webkit-appearance: none;
    padding: 4px 5px 4px 5px;
    outline: 0;
    border: 3px solid #ccc;
    border-radius: 2px;
    transition: border-color 0.2s;
}

.button, .file-upload-button, .gsc-cursor-page {
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
    font-size: 1rem;
    text-shadow: none;
    line-height: 1.2;
    display: inline-block;
    outline: 0;
    padding: 10px 16px;
    margin: 0 10px 0 0;
    position: relative;
    border-radius: 3px;
    border: 3px solid transparent;
    color: white;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none !important;
    text-align: center;
    font-weight: normal !important;
}
.search-button {
    display: inline-block;
    background-color: #999999;
    border-radius: 5px;
    margin: 1%;
	padding: 10px 30px;
}

#advanced-options {
    padding: 30px 10px;
	
}

.search-option-radio-row {
   	overflow: auto;
    padding-left: 2px;
    padding-bottom:20px;
}
.search-option-radio-row&gt;div {
    white-space: nowrap;
    display: inline-block;
	
}


.search-option-radio-row label {
    padding: 0 50px 0 2px;
    color: #333;
	font-weight:500;
    vertical-align: middle;
}

.flex-grid[data-grid-type="fill"]&gt;* {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-grid&gt;:last-child {
    margin-right: 0;
}

#submit {
    clear: both;
}

/* Sensor Pages
-------------------------------------------------- */
.sensor-desc {
	font-size: .9em;
	text-align: left;
	margin-bottom: 60px;
}
.sensor-name {
	text-align: left;
	margin-bottom: 20px;
}</pre></body></html>