﻿/* 
Theme Name: Masimo
Theme URI: https://www.masimo.com/
Author: Masimo US
Author URI: https://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; }


/* Global styles
-------------------------------------------------- */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
     scroll-padding-top: var(--top-spacing);
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-align: center;
    /*font-display: swap;*/
    font-family: 'Roboto', sans-serif;
    /*   font-weight: 300;*/
    color: #333333;
    line-height: 1.5;
    background: #ffffff;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    /*-webkit-font-smoothing: subpixel-antialiased;*/
    -webkit-backface-visibility: hidden;
}
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: #737373;
    letter-spacing: .5px;
}

    .breadcrumbs a.linkgrey {
        color: #737373 !important;
        pointer-events: all;
    }


.breadcrumbs a.linkgrey:hover  {

	text-decoration:underline
}
.no-header-img {
 /*   margin-top: 120px;*/
    margin-top: 0px;
}





/* Typography
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    margin: 0 0 24px;
    padding: 0;
    /*font-display: swap;*/
    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-weight: 400;
    /*font-display: swap;*/
    font-family: 'Roboto', sans-serif;
}
.static-caption h1  {
	font-size: 2.75em;
}
h2 {
    background-color: rgb(235,84,67);
    background-image: linear-gradient(45deg, #eb5443, #ac2c37);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    
	font-size: 1.75em; 
	font-weight: 500;
	letter-spacing: 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eb5443, endColorstr=#ac2c37);
}

h2 sup {
    background-color: rgb(235,84,67);
    background-image: linear-gradient(45deg, #eb5443, #ac2c37);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;

     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: #A6192E;
	font-weight: 400;
	margin: 0;
}

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



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

blockquote  {

    margin: 10px 0 45px;
font: italic 300 1.125em/1.55em 'Roboto', sans-serif;
color: #666666;
text-align: left;

    
}

.quote blockquote {
     font-weight: 300;
     text-align: left;
}

.quote-background {
     background-color: #f5f5f5;
     padding: 30px;
}

.quote p {
     margin-bottom: 5px !important;
}

.quote {
     padding: 30px 30px 10px 30px;
}



a,
a:visited {
    min-height: 24px;
    outline: none;
    color: #A6192E;
    cursor: pointer;
}
	
a:active,
a:focus {
	color: #A6192E;
	text-decoration: none;
	outline: none;
}

a:hover  {
	color: #990026;
	outline: none;
    /*text-decoration: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;
    line-height: initial;
}


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;
}
.pro-img  {
	height: 500px;
    margin-bottom: 40px;
}
    



/* Lists
-------------------------------------------------- */
.list-space li  {
    margin-bottom: 8px;
}



/* 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;
}

thead  {
    background-color: #f8f8f8;
}

.table.table-striped.table-hover tr td  {
    text-align: left;
    vertical-align: middle;
}
.table.table-striped.table-hover tr th {
    text-align: left;
    vertical-align: middle;
    font-weight: 500;
}


.guide-principle  {
	border-left: 3px solid #A6192E;
    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-display: swap;*/
    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;
}

#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;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    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-display: swap;*/
    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, select.form-control.units {
        /*font-display: swap;*/
        font-family: 'Roboto', sans-serif;
        border: 1px solid #cccccc;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        padding: 13px 0 13px 10px;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 200;
        letter-spacing: 0;
        outline: none !important;
        width: 100%;
        height: 55px;
        -webkit-appearance: none !important;
        -moz-appearance: none;
        appearance: none !important;
        background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%);
        background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), 50%;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
    }
.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, a.small-cta-btn, a.small-btn {
    background-color: #CE0E2D;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 50px;
    font-weight: 600;
    letter-spacing: 1.5px;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 50px;
}
button:hover,  a.small-cta-btn:hover {
	background-color: #990026;
}
.small-cta-btn  {
    padding: 15px 40px !important;
    letter-spacing: 1px !important;
    font-size: .8em;
    display: inline-block;
}
.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 #A6192E;
}
.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>li>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 > div  {
	margin-top:-3px;
	text-align:left;
}
.cat-dropdown .dropdown-menu.cat-dropdown-menu  {
	padding: 0;
}
.dropdown-menu.cat-dropdown-menu>li>a  {
	padding: 5px 0;
	font-weight: 500;
    font-size: 2em;
    letter-spacing: 2px;
}

.scrollable-menu {
	margin-left: -20px;
}
.dropdown-menu.scrollable-menu>li>a  {
	padding: 3px 20px !important;
}
.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
	border: 1px solid rgba(0,0,0,0.15) !important;
    border-radius: 4px !important;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
}


/*.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;
}


.text-box-with-padding {
    min-height: 314px;
    min-width: 314px;
    background-color: #f5f5f5;
    border: 16px white solid;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 392px;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px #00000010;
    box-shadow: 0 0 30px #00000010;
}

    .text-box-with-padding > p {
        text-align: center;
        padding: 20px;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
    }


    /* new navigation 012025 */
    .dropdown-menu {
        background: #F9F7F1;
        z-index: 2000;
    }

    .dropdown-menu > div.container-fluid > div.inner {
        padding: 30px 0;
    }

        .dropdown-menu > div.container-fluid > div.inner > div {
            display: flex;
            column-gap: 15px;
        }

        .dropdown-menu > div.container-fluid > .Company > div {
            flex-direction: column;
        }
        .dropdown-menu > div.container-fluid > .Contact > div {
            flex-direction: column;
        }

.section-grouping {
    flex-grow: 1;
    flex-basis: 0;
    flex: 1 1 0;
}

    .section-grouping > div.header {
        border-bottom: 3px solid #eaeaea;
        margin-bottom: 20px;
        max-height: 68px;
    }

        .section-grouping > div.header > p.title {
            font-size: 12px;
            letter-spacing: 1.5px;
            margin-bottom: 10px;
            color: #777777;
            text-transform: uppercase;
        }

    .section-grouping > ul.section-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        /*height: 578px;*/
        max-height: 876px;
        /*column-gap: 10px;*/
    }

    .section-grouping > ul#HOSPITAL-AUTOMATION.section-list {
        height: 675px;
    }

.Products ul#HOSPITAL-AUTOMATION.section-list > li.section-item {
    width: 100%
}

ul.section-list > li.section-item {
    flex-grow: 1;
    flex-basis: 0;
    flex: 1 1 0;
    padding-bottom: 20px;
    flex: 0;
}

/*div#Clinical\ Evidence:nth-last-child(2) {
    clear: both;
}

div#Technology:nth-last-child(2) {
    clear: both;
}

div#Company:nth-last-child(3) {
    clear: both;
}*/

.Products .section-grouping {
    flex-grow: 1;
}

.Products .section-grouping:first-of-type {
    flex-grow: 2;
    flex-shrink: 1;
}

.section-grouping > div.header {
    text-align: left;
}

    .section-grouping > div.header > p.title {
        display: inline-block;
        vertical-align: middle;
    }

.Products ul.section-list > li.section-item {
    flex-grow: 1;
            flex-basis: 0;
            flex: 1 1 0;
    padding-bottom: 10px;
    flex: 0;
    width: 34%;
}


.Technology .section-grouping > ul.section-list {
     display: flex; 
        flex-direction: column;
    flex-wrap: wrap;
    max-height: 1035px;
    column-gap: 10px;
    min-height: 254px;
    margin-right: 50px;
}

.Company .section-grouping > ul.section-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 1035px;
    column-gap: 10px;
    min-height: 254px;
    margin-right: 50px;
    /*     display: flex; 
        flex-direction: column;
    flex-wrap: wrap;
    max-height: 1035px;
    column-gap: 10px;
    min-height: 373px;
    margin-right: 50px;*/
}

    ul.section-list > li.section-item > div {
        display: flex;
        column-gap: 10px;
    }

        ul.section-list > li.section-item > div.section-icon {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: 1;
            flex: 0 0 1;
        }

div.section-icon > img {
    height: 40px;
    vertical-align: baseline;
    min-width: 56px;
}

ul.section-list > li.section-item > div > div.section-links {
    flex: 1 1 auto;
    word-wrap: break-word;
}

div.section-links {
}

    div.section-links > ul.links {
        width: 100%;
        word-wrap: break-word;
        display: flex;
        flex-direction: column;
    }

    div.section-links > ul.link > div {
        display: flex;
        flex-direction: column;
    }

    div.section-links > ul.links > li.link > a.header {
        font-weight: bold;
        line-height: 1.5em;
        top: 3px;
        position: relative;
    }
li.link-title > a:after {
    content: "\f105";
    color: #A6192E !important;
    margin: 0px 8px 0px 6px;
    vertical-align: top;
    font-family: 'FontAwesome';
    top: -1px;
    position: relative;
}
        div.section-links > ul.links > li.link > a.header:after, .nav-arrow {
            content: "\f105";
            color: #A6192E !important;
            margin: 0px 8px 0px 3px;
            vertical-align: top;
            font-family: 'FontAwesome';
            top: -1px;
            position: relative;
        }

    div.section-links > ul.links > div > li.link, div.section-links > ul.links > li.link, li.link-title {
        text-align: left;
        font-size: 14px;
        line-height: 1.5em;
        padding-bottom: 10px;
        top: 3px;
        position: relative;
    }

        div.section-links > ul.links > li.link > a {
            margin-top: 10px;
            font-weight: normal;
            color: #333333 !important;
        }

            div.section-links > ul.links > li.link > a:hover {
                text-decoration: none;
            }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #E0DED8;
}



/* Technology Circles  */

	.circle  {
		margin: 0 0 10px 0;
	}

    .circle-text p  {
                word-wrap: break-word;
}

.circle-text {
	position: relative;
	line-height: 90px;
	height: 95px;
	width: 95px;
	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+ */
	margin: auto;
	font-size: 20px;
	font-weight: 400;
	color:#333333;
	border: 4px solid white;
  }


	.small-label  {
		font-size: 0.8em;
		text-align: center;
		margin-top: 10px;
		color: #333333;
        overflow-wrap: break-word;
         word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;

	}

.disclaimer-label {
    EditMenuName: disclaimer-label;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: #757575;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

	.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 > img  {
		width: 65%;
	}

      .double-circle-blue  {
	box-shadow: inset 0px 0px 0px 2px #999999, 0px 0px 0px 4px #626465;
  }

  .double-circle-red  {
  	box-shadow: inset 0px 0px 0px 2px #999999, 0px 0px 0px 4px #A6192E;
  }

	
		a.circle  {
			color: #999999;
            text-decoration:none;
		}
	
		a.circle .blue, a.circle .double-circle-blue  {
		color: #626465;
        text-decoration:none;
		}
	
		a.circle .red, a.circle .double-circle-red {
			color: #A6192E;
            text-decoration:none;
		}

        a.circle:hover, a.circle .blue:hover, a.circle .double-circle-blue:hover,
         a.circle .red:hover,a.circle .double-circle-red:hover{
            text-decoration:underline
        }
	
		.blue  {
			border: 4px solid #626465 !important;
		}
	  .lightBlue  {
			border: 4px solid #56c5f1;
		}
	    .green  {
			border: 4px solid #49a942;
	}
		.red  {
			border: 4px solid #A6192E;
		}
	  .gold  {
			border: 4px solid #c0920a;
		}





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


    ol.lower-alpha li:before {
      content: counter(list, lower-alpha) /*"."*/;
      margin: 0 10px 0 15px;
      color: #A6192E;
      font-weight: 300;
}

.lower-alpha {    
      list-style-position: outside;             
}

ol.lower-alpha li {                 
      text-indent: -2.2em;                
      margin-left: 2em; 
      margin-top: 10px;
      counter-increment: list;
      list-style-type: none;
      position: relative;
}     

ol.lower-alpha {
      margin-bottom: 10px;
      font-size: 1em !important;
}
/*lower-alpha added--05202020*/


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

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

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

.list {	
	list-style-position: outside;			
}
ul.list li {			
	text-indent: -1.8em;			
	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: #A6192E;
      margin: 0 10px 0 15px;
      width: 1em;    
}

ol, .footnote {
    font-size: .8em;
    text-align: left;
}

/*New bullet style*/
ol.numbered-list li:before {
      content: counter(list) ".";
      margin: 0 10px 0 15px;
      color: #A6192E;
      font-weight: 300;
}

 

.numbered-list {    
      list-style-position: outside;             
}

 

ol.numbered-list li {                 
      text-indent: -2.2em;                
      margin-left: 2em; 
      margin-top: 10px;
      counter-increment: list;
      list-style-type: none;
      position: relative;
}     

 

ol.numbered-list {
      margin-bottom: 10px;
      font-size: 1em !important;
}

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




/* Navigation
-------------------------------------------------- */
#logo  {
	float: left;
	background:transparent;

}

.logo  {
	width: 87.92px;
    height: 35px;

}
.navbar { /*updated*/
    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  { /*updated*/
	/*background-color: #ffffff;*/
}
.dropdown-menu  {
	border: none;
    border-radius: 0;
}
.navbar a:focus
{
     outline-width: 1px;
  outline-style: solid;
  outline-color: Highlight;
}
.dropdown-menu a {
text-decoration:none;
}

.dropdown-menu a:hover {
text-decoration:underline;
}

.dropdown-products {
    background: #ececec; 
    padding: 1px 0;
}

.nav-tabs {
  display: inline-block;
  border-bottom: none;
  /*padding-top: 15px;*/
  font-weight: bold;
  background: rgba(250,250,250,0.98);
}
.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}
.link-title  {
	text-transform: uppercase;
    font-size: .95em;
    letter-spacing: 1px;
    font-weight: 400;
	color: #777777;
}

/*.nav>li>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 > li, .nav-list-medium > li { 
  	line-height: 25px;
  	text-align: left;
  	padding: 0 0 10px 0;
}
.nav-list > li:last-child { 
  	padding: 0;
}
.nav-list > li > a:hover { text-decoration: none; }

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

.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>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus  {
	/*border-bottom:2px solid #cccccc;*/
	background:transparent;
	font-weight: 500;
	color: #555555; 
}
.nav-tabs>li.active>a
{
    font-weight:500			
} 
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus  {
	background:transparent;
	font-weight: 500;
	color: #555555;
}
/* .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-bottom:2px solid #cccccc;
	background:transparent;
} */

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #ececec !important;
        background-image: none;
        font-weight: 500;
        color: #555555;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        border-bottom: 3px solid #ececec;
    }
.dropdown .open {
    display: block;
}
.navbar-default .secondaryNav select {
	background:transparent;
}
#top #search {
         color: #888888;
         font-weight: 400;
         font-size: 11px;
         display: block;

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { /*new*/
    background-color: transparent;
    border-bottom: 4px solid #cc0100;
}

.navbar-nav > li:last-child {
	flex-grow: 1;
}

/*.nav-tabs>li>a:hover, .nav-tabs>li>a:active, .nav-tabs>li>a:focus, .nav-tabs>li>a {
	background-color: transparent!important;
	color: #555555;
}*/
.nav-tabs > li > a {
    /*background-color: transparent!important;
	color: #555555;*/
  /*  background-color: transparent !important;
    background-image: linear-gradient(45deg, #eb5443, #ac2c37);*/
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
  /*  -webkit-text-fill-color: transparent;*/
    -moz-background-clip: text;
   /* -moz-text-fill-color: transparent;*/
    color: #ffffff;
    background: #707070;
}
.active-menu.open> a, .open > a {
            color:#333333 !important;
            font-weight:bold !important;
}



.select { /*update */
    outline: none !important;
    /*font-display: swap;*/
    font-family: 'FontAwesome', 'Roboto', sans-serif;
    background-color: transparent;
    cursor: pointer;
    font-size: 10px;
    font-weight: 400;
    vertical-align: middle;
    top: 3px;
    text-transform: uppercase;
    color: #555555;
    letter-spacing: 1px;
}


.select a {
    color: #555555;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
            padding-left: 5px;
}

    .select ul {
        background-color: #ffffff;
        padding: 0;
        border: 1px solid #ededed;
        color: inherit;
        font-size: inherit;
        /*font-display: swap;*/
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        /*min-width: 90px;*/
    }
.select li {
            float: none !important;
}

.select>ul>li>a {
            display: block;
    padding: 5px 0px;
    padding-left:3px;
    white-space: nowrap;
            text-align:left;
            color: #7d7d7d;
}


/* Navigation Line Drawings */

.line-dwg-title {
	text-align: center;
	color: #777777;
	font-weight: 400;
	letter-spacing: .5px;
	font-size: .95em;
	margin: 5px 0px 0px 0px;
	line-height: 1.3em;
}

/*.card-body > ul  {*/
	/*display: inline-block;*/
    /*justify-content: space-evenly;*/
    /*align-items: baseline;*/
	/* Center and align text for line dwgs */
/*}*/



.card-body > ul > li a img  {
    vertical-align: baseline;
}

.card-body > .nav-list > li, .card-body > .nav-list-medium > li {
	text-align: center;
	padding: 30px 20px 15px; 
}

#tabs active in  {
	font-weight: 500
}

/* 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>li>a:focus, .navbar-default.shrink .navbar-nav>li>a:hover {
	background: rgba(255,255,255,0.95);
}
.navbar-default.shrink .navbar-nav>.mega-dropdown>a, .navbar-default.shrink .navbar-nav>.mega-dropdown>a:focus, .navbar-default.shrink .navbar-nav>.mega-dropdown>a:hover {
	background:transparent;
}
.navbar-default.shrink .secondaryNav select {
	background:transparent;
}
	
nav.navbar.shrink .navbar-header a img {
/*	width:95px;
	height:auto;*/
}
nav.navbar.shrink a {
/*    padding-bottom: 5px !important;
*/    text-decoration:none;
  }


.Tradeshows_Tabs > .tabbable-panel {
    padding: 0px;
    min-height: 465px;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.Tradeshows_Tabs .nav-tabs {
    display: block;
    font-weight: bold;
    background: #ffffff;
    color: #333333;
}

.Tradeshows_Tabs .tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    height: 90px;
}

    .Tradeshows_Tabs .tabbable-line > .nav-tabs > li {
        width: 25%;
        color: #333333;
        border: 1px solid #f5f5f5;
        border-radius: 20px 20px 0px 0px;
        height: 90px;
    }

        .Tradeshows_Tabs .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #737373;
            padding: 9% !important;
            font-weight: bold;
        }

            .Tradeshows_Tabs .tabbable-line > .nav-tabs > li > a > i {
                color: #f5f5f5;
            }

        .Tradeshows_Tabs .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            height: 90px;
            background: #f5f5f5 !important;
            color: #333333;
        }

            .Tradeshows_Tabs.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                color: #333333;
                height: 90px;
            }

                .Tradeshows_Tabs .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #333333;
                }

        .Tradeshows_Tabs .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #CE0E2D;
            position: relative;
            height: 90px;
            background-color: #f5f5f5 !important;
            border-radius: 20px 20px 0px 0px;
        }

            .Tradeshows_Tabs .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
                height: 85px;
                background: transparent !important;
                padding: 9% !important;
            }

                .Tradeshows_Tabs .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.Tradeshows_Tabs .tabbable-line > .tab-content {
    background-color: #f5f5f5;
    border: 0;
    padding: 30px 50px 30px 50px;
    min-height: 490px;
    border-radius: 20px;
}

.Tradeshows_Tabs .portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.Tradeshows_Tabs .nav-tabs > li > a {
    color: #333333;
}

@media (max-width: 767px) {
    .Tradeshows_Tabs .tabbable-line > .nav-tabs > li {
        width: 50%;
        color: #333333;
    }

        .Tradeshows_Tabs .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #CE0E2D;
            position: relative;
            height: 70px;
            background-color: #f5f5f5 !important;
        }

            .Tradeshows_Tabs .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
                height: 65px;
                background-color: #f5f5f5 !important;
                padding: 15px;
                border-radius: 20px;
            }

    .Tradeshows_Tabs .tabbable-line > .nav-tabs {
        border: none;
        margin: 0px;
        height: 70px;
    }

        .Tradeshows_Tabs .tabbable-line > .nav-tabs > li {
            height: 70px;
            background-color: #ffffff;
        }

            .Tradeshows_Tabs .tabbable-line > .nav-tabs > li > a {
                border: 0;
                margin-right: 0;
                color: #737373;
                font-weight: bold;
                height: 70px;
            }

            .Tradeshows_Tabs.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                color: #333333;
                height: 70px;
            }

    .Tradeshows_Tabs .tabbable-line > .tab-content {
        margin-top: 70px;
    }


    .line-top-mobile {
        border-top: 1px solid #cccccc;
    }

    .line-RT {
         border-right: none !important; 
         margin: auto; 
    }
}


@media (min-width: 767px) and (max-width: 1117px) {
    .Tradeshows_Tabs .tabbable-line > .nav-tabs > li.active > a {
        font-size: 14px !important;
        padding: 15px !important;
    }

    .Tradeshows_Tabs .tabbable-line > .nav-tabs > li > a {
        border: 0;
        margin-right: 0;
        color: #737373;
        padding: 20px 15px;
        font-weight: bold;
        font-size: 14px !important; 
        clear: both;
        border-radius: 15px !important;
    }
}

@media (max-width: 1200px) {
    .Tradeshows_Tabs .tabbable-line > .nav-tabs > li > a {
        border: 0;
        margin-right: 0;
        color: #737373;
        padding: 20px 15px;
        font-weight: bold;
        font-size: 14px;
        clear: both;
        border-radius: 20px;
    }
}

.tradeshow-card-body > p {
    font-size: 16px;
}

    .tradeshow-card-body {
        justify-content: space-around;
        width: 100%;
        height: 100%;
        border: 1px solid #eaeaea;
        margin-bottom: 30px;
        padding: 30px;
        color: #333333;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        min-height: 400px; 
    }

    .Tradeshows_Headshot {
        width: 120px;
        padding-bottom: 30px;
    }

    .line-RT {
        border-right: 1px solid #cccccc;
        margin: auto;
    }

.panel_table {
    border: 1px solid #cccccc;
    margin: 0px 15px 50px;
}

    .pane_guest_table_headers {
        padding: 30px;
        font-weight: bold;
        color: #CE0E2D;
    }

    .dropdown-submenu > li > a {
        font-size: 1.2em;
        padding: 15px;
        color: #757575;
        position: relative;
        display: block;
    }

    nav.navbar.shrink .nav > li > a {
        text-decoration: none;
    }

    nav.navbar.shrink .secondaryNav .search {
        margin: 0px 0 0 10px;
    }

    .nav-border {
        border: 1px solid #999999;
        margin-right: 20px !important;
    }



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

    .feature-product {
        margin-top: 30px;
    }

    .ftpt-img {
        margin: 30px 0;
    }

    #hero-subcopy {
        color: #ffffff;
        font-size: 1.15em;
        line-height: 1.35;
        max-width: 65%;
        /*font-weight: 400;*/
    }

    #hero {
        top: 100px;
        position: relative;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 100px;
    }

    .hero-content {
        height: 400px;
        width: 100%;
    }

    #hero-title h1 {
        color: #333333;
    }

    /*#hero-subcopy {
    color: #333333;
}*/


    .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 #A6192E;
        }

    .nm-img {
        height: 250px;
        margin-bottom: 30px;
    }

    .nm-section div > [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;
    }

    .middle-overlay-text-responsive {
        top: 15%;
        left: 54%;
        width: 40%;
        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 > li > a {
        padding: 0;
    }

    #vision-text {
        font-size: 1.5em;
        color: #A6192E;
        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 #cccccc;
        max-width: 300px;
        margin: auto;
    }

    .red-separation-line {
        border-top: 2px solid #A6192E;
        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: 0 50px 0 50px;
    }

    #copyright {
        font-size: 12px;
        text-align: right;
    }

    /*.ft-product-category .col-sm-6 ul  {
	padding: 25% 2%;
}*/

    .col-sm-6.row-no-padding-left ul {
        /*padding: 25% 2%;*/
        padding: 15% 10%;
    }


    .ft-product-category .city-category ul {
        padding: 15% 5%;
    }

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

    .product-categories .col-sm-6 > div, .product-categories .col-sm-3 > div, .product-categories .col-sm-12 > div > div, .product-categories .col-sm-6 > ul, .product-categories .col-sm-3 > ul {
        min-height: 300px;
    }

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

    .tech-img-bullets .col-sm-6 > ul {
        margin-bottom: 30px;
    }

    .tech-img-bullets-small .col-sm-2 > div,
    .tech-img-bullets-small > .row > .col-sm-2 > div,
    .tech-img-bullets-small .col-sm-10 > div,
    .tech-img-bullets-small > .row > .col-sm-10 > div,
    .tech-img-bullets-small .col-sm-6 > div,
    .tech-img-bullets-small > .row > .col-sm-8 > div,
    .tech-img-bullets-small > .row > .col-sm-4,
    .tech-img-bullets-small > .row > .col-sm-4 > div,
    .tech-img-bullets-small > .row > .col-md-4 > div,
    .img-height > div > div,
    .tech-img-bullets-single > .row > .col-md-8 > 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: 50%; /* 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%);
    }




   


@media (max-width: 1024px) {

    .no_image {
        display: none;
    }

    .nav-up {
        top: -65px !important;
    }

    .subnav-up {
        top: 0 !important;
    }

    .sticky-nav {
        position: fixed !important;
        z-index: 2000;
        width: 100% !important;
        top: 0px;
        transition: top 0.5s ease-in-out;
    }

    .sticky-subnav {
        background-color: white;
        width: 100% !important;
        margin: auto;
        transition: top 0.5s ease-in-out;
        z-index: 1999;
        -webkit-box-shadow: 0px 16px 39px -20px #000000;
        box-shadow: 0px 0px 39px -20px #000000;
    }



   

}


    .header-img {
        height: 550px;
        /*    margin-top: 112px;*/
        margin-top: 0px;
    }

        .header-img:before {
            display: block;
            position: relative;
            /*background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0, #333333 100%);*/
            background: url("/static/images/background.png") no-repeat center/cover;
            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: #A6192E;
        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;
        text-decoration: none;
    }

        a.pad2-1.ltgrey:hover, .media-news a:hover {
            text-decoration: underline;
        }

    .description {
        color: #333333;
    }

    p.description {
        /*text-align: center;*/
        text-align: left;
        margin-bottom: 50px;
    }




    /* Single Product Page  
---------------------------------------------------*/
    .modal-dialog {
        width: 650px;
        height: 150px;
        /*position:fixed;
    left:50%;
    top:50%;
    margin:-330px 0 0 -400px;*/
    }

    .modal-dialog-tech {
        width: 1200px;
        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-display: swap;*/
            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;
    }

    .key .row {
        margin-bottom: 15px;
    }

    .key p {
        margin-top: 12px;
    }

    .key {
        background-color: #fafafa;
        padding: 20px;
    }



    /*.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;
    } 

    .padding-0{
        padding: 0px !important;
    }

    #limit {
        word-wrap: break-word;
    }

    #tabs-circle .nav-pills > li {
        padding-top: 25px;
    }

        #tabs-circle .nav-pills > li.active {
            background-color: #f5f5f5;
            color: inherit;
        }

    #tabs-circle .nav > li > a {
        padding: 0px;
    }

    #tabs-circle .nav-pills > li > a:hover {
        background: none !important;
    }

    #tabs-circle .nav-pills > li.active > a, #tabs-circle .nav-pills > li.active > a:hover, #tabs-circle .nav-pills > li.active > 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: 12px;
        text-align: left;
    }


    @media (max-width: 776px) {
        .references-list li {
            text-indent: -1em;
            margin-left: 1em;
            word-break: break-word;
            overflow-wrap: break-word;
            font-size: 12px;
            text-align: left;
        }

        .resources-pub {
            font-size: 12px !important;
            text-align: left;
        }

        .news-list-image {
            min-width: -webkit-fill-available !important;
        }
    }

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

    .modal-dialog {
        margin: 2% auto;
    }

    .modal-dialog-tech {
        margin: 10% auto;
    }

    .productvideo {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        outline: none;
    }

        .productvideo iframe {
            border: none;
            padding: 0;
            margin: 0;
        }



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


    .sm-icon a { /*update*/
        color: #999999;
    }

    .sm-icon li { /*new*/
        text-align: left;
        padding: 0;
    }

    .sm-icon > li > a > img { /*new*/
        height: 20px;
    }

    #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: 18px 0 10px 0;
    }

        .footerNav ul li a {
            color: #999999;
        }

    .masimo-radical {
        background-color: #ffffff;
        padding: 8px 0 8px 0;
        margin: -2px;
    }

    #copyright { /*remove*/
        /*margin: 15px 0;*/
    }

        #copyright, #copyright a {
            color: #999999;
        }

    .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;
            }

    .footer-container { /*update */
        background-color: #000;
        margin-top: 50px;
    }

        .footer-container p { /*new */
            font-size: 14px;
            color: #999999;
        }

        .footer-container a {
            text-decoration: none;
        }

            .footer-container a:hover {
                text-decoration: underline;
            }

            .footer-container a:focus {
                outline-width: 1px;
                outline-style: solid;
                outline-color: Highlight;
            }

        .footer-container h2 {
            text-align: left;
            font-weight: 300;
            letter-spacing: .1px;
            font-size: 38px;
            text-decoration: none;
        }

        .footer-container #social {
            font-weight: bold;
            font-size: 24px;
        }

        .footer-container hr {
            padding: 50px 0;
            border: none;
        }

            .footer-container hr:before {
                content: "";
                display: block;
                position: absolute;
                right: 0;
                max-width: 100%;
                width: 100%;
                border: 1px solid #cccccc;
            }

        .footer-container .svg {
            width: 15px !important;
            height: 15px !important;
        }

    a .footer-header {
        color: #fff;
    }



    /* 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;
    }

    .circlePad {
        padding: 55px;
    }


    .mar0 {
        margin: 0;
    }

    .mar8 {
        margin-bottom: 100px;
    }

    .mar30 {
        margin-bottom: 30px;
    }

    .mar150 {
        margin-bottom: 150px;
    }

    .mar200 {
        margin-bottom: 200px;
    }


    .mar300 {
        margin-bottom: 300px;
    }

    .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;
}*/

    .lgtgry-border {
        border: .5px solid #cccccc;
    }

        .lgtgry-border li:nth-child(1) {
            padding: 20px;
            display: block;
            line-height: 155px;
        }

        .lgtgry-border li:nth-child(2) {
/*            border-top: .5px solid #cccccc;
*/            padding: 16px;
            font-size: .9em;
            font-weight: 400;
        }

.oem-contact-header {
    font-size: 1.125em;
    font-weight: 700;
}

    .oem-contact-info {
        margin-left: 0px;
        word-break: break-word;
    }

#oemProductList .oempro:nth-child(odd) {
    padding-left: 0px;
    padding-right: 15px;
}

#oemProductList .oempro:nth-child(even) {
    padding-left: 15px;
    padding-right: 0px;
}


.mar8.col-md-8.key.pad5 {
    background-color: #f5f5f5;
}

.oempro li.mar30 {
    margin: auto;
    margin-bottom: 30px;
    height: 384px;
    display: flex;
    align-items: center;
    background-color: white;
}

    .oempro li.mar30 img {
        margin: auto;
    }


    .solid {
        border-bottom: 1px solid #cccccc;
        padding: 20px 0 15px 0;
    }

    .ltgrey-box {
        padding: 20px;
        background-color: #f5f5f5;
    }

    ol.footnote, .footnotes {
        font-size: .8em;
        text-align: left;
    }

    .sub8, sub {
        font-size: .8em;
        bottom: 0 !important;
    }

    .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 { /*update*/
        /*font-size: 10px;
        line-height: 20px;
        margin: 0px 0 0 15px;
        text-transform: uppercase;
        letter-spacing: 1px;*/
    }

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



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

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

    .form-label {
        position: absolute;
        top: 7px;
        padding: 7px 0 0 13px;
        transition: all 200ms;
        opacity: 0.5;
        left: 18px;
    }





    .form-control:focus + .form-control-placeholder,
    .form-control:valid + .form-control-placeholder {
        font-size: 75%;
        transform: translate3d(0, -100%, 0);
        opacity: 1;
    }

    .form-control:focus ~ label, .form-control:not(:placeholder-shown) ~ label {
        top: -30px;
        font-size: 14px;
        opacity: 1;
    }

    .form-control:focus ~ .bar:before, .form-control:focus ~ .bar:after, select:focus ~ .bar:before, select:focus ~ .bar:after {
        width: 50%;
    }

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }



    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;
        height: auto;
    }

    .dropdown-menu {
        padding: var(--nav-padding);
        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: 0;
        -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 {
    outline-width: 0.185em !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

    .form-control {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 100px
    }

        .form-control:focus {
            outline-width: 0.185em !important;
            outline-style: solid !important;
            outline-color: #DF2A45 !important;
        }

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

    /* NEW 2nd-Level Dropdown CSS START */
    .dropdown-submenu {
        position: relative;
        display: none;
    }

    #submenu_hasChildren > a {
        /*    background: rgba(255,255,255,0.95);
    border-bottom: 1px solid #ccc;*/
    }

    #submenu_hasChildren .dropdown-submenu {
        display: block !important;
    }

    #submenu_hasChildren > a {
        /*    background: rgba(255,255,255,0.95);
    border-bottom: 1px solid #ccc;*/
    }

    #submenu_hasChildren .dropdown-submenu {
        display: block !important;
    }

    .dropdown-submenu .caret {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu.open > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.open > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu .dropdown-menu {
        margin-bottom: 8px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
        background-color: #f6f6f6;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
        background-color: #333;
    }

    .navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a {
        padding-left: 30px;
    }


    /* NEW 2nd-Level Dropdown CSS END */


    /* 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: #A6192E;
        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 > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > 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 > li > a {
            border-radius: 0px;
        }

    .nav-pills > li[data-slide-to="0"].active a {
        background-color: rgba(0,0,0,0.5);
    }

    .nav-pills > li[data-slide-to="1"].active a {
        background-color: rgba(0,0,0,0.5);
    }

    .nav-pills > li[data-slide-to="2"].active a {
        background-color: rgba(0,0,0,0.5);
    }

    .nav-pills > li[data-slide-to="3"].active a {
        background-color: rgba(0,0,0,0.5);
    }


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

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



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

    /* .carousel-inner > .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: antialiased;
        font-size: 4rem;
        font-weight: bold;
        color: #000;
        background: none;
        box-shadow: none !important;
        border: 0;
        padding: 0;
        z-index: 100;
        min-height: 150px;
        padding: 25px 40px;
    }

    * {
        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-display: swap;*/
    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-display: swap;*/
    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 > 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"] > * {
        -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 > :last-child {
            margin-right: 0;
        }

    #submit {
        clear: both;
    }

    .searchposition {
        overflow: hidden !important;
    }



    /* Sensor Pages
-------------------------------------------------- */
    .sensor-desc {
        font-size: .9em;
        text-align: left;
        margin-bottom: 60px;
    }

    .sensor-name {
        text-align: left;
        margin-bottom: 20px;
    }

    .senborder {
        border: 1px solid #333333;
        padding: 20px;
    }



    /* Forms and Buttons
-------------------------------------------------- */


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-display: swap;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-radius: 100px;
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 55px;
}

        select.form-control {
            -webkit-appearance: menulist !important;
        }

    .panel {
        border: 0;
        box-shadow: none;
    }

    .panel-default {
        border: none;
    }

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }

    .panel-default {
        border-color: #ddd;
    }

        .panel-default > .panel-heading {
            color: #333;
            background-color: #f5f5f5;
            border-color: #ddd;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #fafafa;
        border-color: #eee;
    }

    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #eee;
        margin-bottom: 0;
        border-radius: 4px;
    }



    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

    /*.panel-title {
	    font-size: 14px;
	    background-color: #f9f9f9;
}*/


    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    /*font-display: swap;*/
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

    .more-less {
        float: right;
        color: #212121;
        font-weight: bold;
        font-size: 20px;
    }

    [role="button"] {
        cursor: pointer;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        background-color: #ffffff;
    }

    #productid {
        width: 100%;
        height: 50px;
        text-align: left;
        font-weight: 400;
        border-radius: 100px;
        text-transform: none;
        height: 55px;
    }




    /* Award
-------------------------------------------------- */

    div.award {
        border: 1px solid #000;
        padding: 30px;
        margin: 50px 15px 0 15px;
    }

    .awards-list {
        padding: 35px;
        margin: 0px;
    }

    @media screen and (max-width: 767px) {
        #awards-list .mar30 a img {
            max-width: 90% !important;
        }

        #awards-list .mar30 {
            margin: 0px auto 30px !important;
        }

        .award.regmarks p {
            font-size: 14px !important;
        }
    }

    award-Table {
        padding: 50px;
    }

    div.award > ul {
        padding: 0px 0px 0px 70px;
        text-align: left;
        list-style: disc;
    }


    .size10 {
        font-size: 10px;
    }

    /* SiteMap
-------------------------------------------------- */
    .SiteMap {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
        -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
        -moz-column-gap: 10px; /* Firefox */
        column-gap: 10px;
        text-align: left;
    }

    .tier-1 > li {
        font-weight: 600;
        padding-bottom: 5px;
        font-size: 1.15em;
    }


    ul.tier-2 {
        padding-left: 20px;
        font-weight: 400;
        list-style-position: outside;
    }

    ul.tier-3 {
        padding-left: 30px;
        font-weight: 300;
        list-style-position: outside;
    }

    ul.tier-4 {
        padding-left: 30px;
        font-weight: 300;
        list-style-position: outside;
    }

ul.tier-5 {
    padding-left: 40px;
    font-weight: 300;
    list-style-position: outside;
}

    .SiteMap > ul > li {
        padding-bottom: 15px;
    }

    /* Old News Styles
-------------------------------------------------- */
    div#news-list {
        padding: 15px 15px;
    }

    .title-center {
        text-align: center;
    }


    @media screen and (max-width: 767px) {
        div.news-item p {
            font-size: 14px !important;
        }
    }


div.news-item {
    border-bottom: 1px solid #A6192E;
    margin: 20px 15px;
    padding-bottom: 25px;
    /*font-display: swap;*/
    font-family: inherit;
    font-size: inherit;
    word-break: break-word !important;
}

    .breakerMin {
        padding-bottom: 15px;
        clear: both;
    }

    .breakerMax {
        padding-bottom: 25px;
        clear: both;
    }

    .media-left {
        display: block;
        font-size: .8em;
        text-align: left;
    }

    /* Patent
-------------------------------------------------- */


    .patents .panel-body {
        background-color: #ffffff;
        border: 1px solid #f5f5f5;
    }

    .patents h3 {
        margin: 10px 0 10px 0;
    }

    .patents .panel-heading {
        padding: 10px 15px;
    }

    .patents .more-less {
        font-weight: normal;
        font-size: 16px;
    }

    /* Oem
-------------------------------------------------- */

    /*#oemCategory {
	text-align:left !important;
}*/

    ul.logoplate {
        padding: 0;
        margin: 0;
    }

        ul.logoplate li {
            display: inline-block;
            list-style: none;
            padding-right: 2px;
        }

        ul.logoplate li, .etco, .masimoset, .rainbowset {
            list-style: none;
            display: inline-block;
        }

    /* MightySat Table
-------------------------------------------------- */

    .mobile {
        display: none;
    }
    /*--------------------------------------------image callout ---------------------------------------------*/


    .feature-overlay {
        position: relative;
        width: 100%;
        top: 0;
    }

    .feature-description-wrapper .slider-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

    a.callout-text, a.callout-text:hover {
        color: #cccccc !important;
        text-decoration: none;
    }

        a.callout-text.selected, a.callout-text.selected:hover {
            color: #000000 !important;
            text-decoration: none;
        }

    .feature-description-wrapper .feature-desc {
        color: #939c9e;
    }

    .slider-text {
        list-style-type: none;
        float: left;
    }

    .feature-description-wrapper h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 10px;
    }

    .feature-slider {
        width: 100%;
    }

    .feature-description-wrapper {
        margin: auto;
        max-width: 1440px;
    }

        .feature-description-wrapper .feature-text.active, .feature-description-wrapper .feature-text.slick-active {
            color: #000000;
        }

        .feature-description-wrapper .feature-text {
            color: #999999;
            cursor: pointer;
        }

        .feature-description-wrapper:after {
            clear: both;
            content: '';
            display: table;
        }

    .slider-container {
        display: none !important;
    }

    .bullet-title {
        font-weight: 500;
        text-align: left;
        margin-bottom: 10px;
    }

    .feature-description-wrapper h3, .feature-description-wrapper p, .feature-description-wrapper a, .feature-description-wrapper a:active {
        width: 100%; /*callout 2/14/2019*/
        cursor: pointer;
    }

    .feature-callout {
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 28px;
        position: relative;
    }

        .feature-callout::before {
            width: 1vw;
            height: 1vw;
            border-radius: 50%;
            right: -50%;
            z-index: 1;
        }

        .feature-callout > .callout-text {
            margin-top: 6px;
        }

        .feature-callout > .callout-text {
            width: 25vw;
            margin-top: 0.2vw;
        }

    .carousel-fade .carousel-inner .item {
        opacity: 0;
        transition-property: opacity;
        transition-duration: 500ms;
        transition-timing-function: ease-in-out;
    }

    .carousel-fade .carousel-inner .active {
        opacity: 1;
    }

        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }

    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    #image-carousel .carousel-inner .item img {
        max-width: 250px;
        margin: 0 auto;
    }

    #image-carousel .carousel-inner .item h3 {
        display: none;
    }

    #image-canvas {
        position: absolute;
        z-index: 100;
    }

    .bullet-title-right, .bullet-title-left, .bullet-title {
        font-weight: 500;
        margin-bottom: 10px;
    }

    .bullet-title-left {
        text-align: left;
    }

    .bullet-title-right {
        text-align: right;
    }

    .feature-container-text {
        padding: 30px;
    }

        .feature-container-text .feature-text.left-arrow:before {
            right: 100%;
            margin: 0 11px 0 0;
            /*font-display: swap;*/
            font-family: 'FontAwesome';
            content: "\f104";
        }

        .feature-container-text .feature-text.right-arrow:before {
            left: 100%;
            margin: 0;
            /*font-display: swap;*/
            font-family: 'FontAwesome';
            content: "\f105";
        }

        .feature-container-text .feature-text:before {
            color: #A6192E;
            font-size: 40px;
            font-weight: 900;
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

    .callout {
        background-color: #f5f5f5;
    }

    /***** Newsletter Sign Up *****/

    /*.newsletter-signup #product-form input[type='text']  {
	padding: 0;
}*/

    .newsletter-signup button {
        padding: 10px 15px;
        -webkit-appearance: none;
        /*border: 2px solid #A6192E;*/
    }

    .newsletter-sign-up {
        margin: 30px 0;
    }

        .newsletter-sign-up .form-group {
            margin-bottom: 0px;
        }


    @media (max-width: 767px) {
        .newsletter-signup .pad5 {
            padding: 25px
        }

        .newsletter-signup.mar-top {
            margin: 0 0 30px 0;
        }
    }

    @media screen and (max-width: 1024px) and (min-height: 150px) {
        .newsletter-signup input[type='text'] {
            padding-left: 0;
        }
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    /* New Css address in
-------------------------------------------------- */
    .ltgrey .product-title-text, .ltgrey .sub-text, .ltgrey > li > a {
        text-align: left;
    }

    ul.oempro:hover {
        background-color: #f5f5f5;
    }

    /*=================================================     style.css (footer section)     =================================================*/
    .sm-header {
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 0.5px;
    }



    .footer-header {
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
        font-size: 14px;
        text-align: left;
    }

    #logo-footer {
        justify-content: left;
        display: block;
        margin-bottom: 30px;
        text-align: left;
    }

    a.btn-footer, button.btn-footer {
        background-color: rgb(235,84,67);
        background-image: linear-gradient(45deg, #75858a, #394357);
        background-size: 100%;
        background-repeat: repeat;
        border-radius: 40px 40px 40px 40px;
        -moz-border-radius: 40px 40px 40px 40px;
        -webkit-border-radius: 40px 40px 40px 40px;
        font-size: .8em;
        padding: 10px 20px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        border: none;
        outline: none;
    }


    .footer-links li {
        text-align: left;
        font-size: 15px;
        /*line-height: 2em;*/
        padding-bottom: .25em;
    }

    .footer-links-in a {
        color: #ffffff; /*keep for FIGS*/
        text-decoration: none;
    }

        .footer-links-in a:hover {
            color: #ffffff; /*keep for FIGS*/
            text-decoration: underline;
        }

        .footer-links-in a:focus {
            outline-width: 1px;
            outline-style: solid;
            outline-color: Highlight;
        }

.footer-links a {
    color: #999999;
    display: block;

}

    .btn-footer {
        border: 2px solid #ffffff !important;
        background-color: rgba(255, 0, 0, 0.0) !important;
        /*font-size: .8em;
	padding: 10px 20px;*/
    }

    .btn-footer-desktop {
        top: -10px;
        position: relative;
    }


    /*cookies preferences*/
    #consent_blackbar {
        left: 0;
        position: fixed;
        text-align: center;
        bottom: 0;
        width: 100%;
        z-index: 10000;
    }

    /*Slick edit*/
    .slick-active {
        outline: none !important;
    }

    .slick-for > div > .slick-current {
        min-height: 400px;
    }

    .slick-initialized .slick-slide {
        padding: 0 20px;
    }

    .slick-list {
        height: 450px;
    }

    .slick-track {
        top: 20px !important;
    }



.nextArrowBtn::before {
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 0;
    /*font-display: swap;*/
    font-family: arrow;
    content: url('/static/images/r-arrow.svg');
    width: 35px;
}

.prevArrowBtn::before {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
    /*font-display: swap;*/
    font-family: arrow;
    content: url('/static/images/l-arrow.svg');
    width: 35px;
}

    /*landing video css*/
    .global {
        /*   top: 70px;*/
        position: relative;
    }

    #global-video .video-container,
    #global-video-lml .video-container {
        width: 100%;
        height: 400px;
        overflow: hidden;
        background-color: black;
    }

    #global-video .globalVid,
    #global-video-lml .globalVid {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }


    #global-video video,
    #global-video-lml .lml-player-wrapper {
        /*min-width: 100%;*/
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        object-fit: fill;
    }

    #global-video-lml .lml-player-wrapper {
        height: 100%;
        margin: auto;
        width: calc(100% - 60px);
        max-width: 711px;
    }

    #global-video video,
    #global-video-lml-iframe video {
        min-width: 100%;
    }

    #global-video-lml video:focus {
        outline: none;
    }

    #global-video-lml .video-copy {
        position: absolute;
        top: 130px;
        width: 100%;
        left: 0;
    }

    #global-video .video-copy {
        position: absolute;
        top: 130px;
        width: 100%;
        left: 0;
    }


    #global-video p,
    #global-video-lml p {
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        color: white;
        font-weight: 300;
        letter-spacing: 1px;
    }

    #global-video .modal-body p,
    #global-video-lml .modal-body p {
        font-size: 18px;
        font-height: 24p;
        font-weight: 300;
        text-align: left;
        color: #333333;
    }

    #global-video .modal-body a,
    #global-video-lml .modal-body a {
        font-size: 16px;
        font-height: 26px;
        font-weight: 300;
        text-align: center;
    }

    #global-video .copy,
    #global-video-lml .copy {
        font-weight: 400;
        text-align: left;
        color: #333333;
        font-size: 16px;
        line-height: 28px;
        padding: 15px 30px;
    }

    #global-video .link,
    #global-video-lml .link {
        font-weight: 300;
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }


    .path {
        background: #eaeaea;
        background-position: center center;
        height: 550px;
    }

    .path-content {
        /*top: 50px;*/
        position: relative;
        background-color: #fafafa;
        padding: 30px;
        height: 120px;
    }

        .path-content p {
            font-size: 30px;
            text-align: center;
            font-weight: 400;
            color: #333333;
        }

    .message-content {
        width: 100%;
        height: 400px;
    }

    .message-container {
        background: #eaeaea;
    }

    .message-image {
        height: 400px;
        width: 100%;
        background-position: center center;
    }

    .message-content .copy {
        font-size: 30px;
        font-weight: 300;
        padding-top: 130px;
        text-align: center;
        color: #333333;
        line-height: normal;
    }

    .message-content p {
        font-weight: 300;
        text-align: center;
    }

    .nopadding-left-col {
        padding: 0 0 0 15px !important;
        margin: 0 !important;
    }

    .nopadding-right-col {
        padding: 0 15px 0 0 !important;
        margin: 0 !important;
    }


    .fancy-caption {
        display: none;
    }
    /*recieve more info popup style*/
    .popup-trigger {
        background-color: transparent;
        border: none;
        cursor: pointer;
        position: fixed;
        bottom: 30px;
        right: 28px;
        width: 64px;
        height: 64px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        z-index: 2;
    }

    .popup-email-container {
        /*display: none;*/
        position: fixed;
        bottom: 0;
        right: 15px;
        bottom: 120px;
        z-index: 9;
        -webkit-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
        box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
    }

        .popup-email-container button {
            color: white;
            text-transform: uppercase;
            font-size: .55em !important;
        }

    .popup-email {
        max-width: 300px;
        padding: 15px 30px;
        background-color: white;
    }

        .popup-email p {
            font-size: .85em;
        }

        /*.popup-email a {
       font-size: .75em;
}*/


        .popup-email .btn:hover, .popup-trigger:hover {
            -webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.1);
            -moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.1);
            box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.1);
        }

    .popup-open {
        display: block;
    }

    .popup-close {
        display: none;
    }

    /* Intro Copy Block */

    .intro-container {
        display: flex;
        align-items: center;
    }

    .intro-copy h2 {
        margin-bottom: .5rem;
        flex: 0 0 auto;
        padding-right: 3rem;
        flex: 0 0 auto;
        text-align: left;
    }

    .intro-copy .intro-border {
        display: flex;
        width: 100%;
        height: 1px;
        background: #ccc;
    }
    /* Video Listing - Only Accessible via ContentBlock */
    .video-listing h3 {
        text-align: left;
        margin-bottom: 5px !important;
        color: black;
    }

    .vid-date {
        font-size: 12px;
        margin-bottom: 15px;
        color: black;
    }

    .vid-desc {
        font-size: 14px;
        color: black;
    }
    /* ContentBlock image*/
    .image-bg-grey {
        background-color: #f5f5f5;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        background-clip: padding-box;
        border: 5px solid transparent
    }

    .vert-align {
        min-height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .vert-align > * {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

    .flex-cont {
        display: flex;
        flex-wrap: wrap;
    }

    div.flex-border-3 div {
        padding: 10px 30px;
    }

    /* Product Compatiblity */
    .prod-compatibility-dropbtn {
        background-color: #ffffff;
        color: #777777;
        padding: 16px;
        font-size: 16px;
        border: 1px solid #cccccc;
        /*box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);*/
    }



    .prod-compatibility-dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
    }



    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        min-width: 160px;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
        z-index: 1;
        width: 100%;
    }



        .dropdown-content a {
            color: #737373;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            border-bottom: 1px solid #f5f5f5;
            text-align: left;
            font-size: .8em;
        }



    .prod-compatibility-dropdown button {
        text-transform: none;
        letter-spacing: 0.25px;
        font-weight: 300;
        width: 100%;
    }



    .prod-compatibility-container {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        background-color: #f5f5f5;
        padding: 20px 30px;
    }



    .prod-compatibility {
        width: 100%;
        text-align: left;
    }



    .prod-compatibility-copy {
        margin-bottom: 0;
        max-width: 360px;
    }



    .prod-compatibility img {
        display: inline-block;
        float: left;
        padding-right: 30px;
        padding-left: 15px;
        vertical-align: middle;
    }



    .prod-compatibility p {
        display: inline-block;
        vertical-align: middle;
    }



    .prod-compatibility-name {
        float: left;
    }

    .prod-compatibility-arrow {
        float: right;
    }



    .prod-compatibility-dropdown button:hover {
        background-color: #ffffff;
    }



    .dropdown-content a:hover {
        background-color: #f5f5f5
    }



    .prod-compatibility-dropdown:hover .dropdown-content {
        display: block;
    }



    .prod-compatibility-dropdown:hover .dropbtn {
        background-color: #ffffff;
    }


    /*LoginPage Css*/
    .login_Lable {
        color: #A3A3A3;
        font-size: .8em;
        letter-spacing: .5px;
        text-align: left;
    }

    .login_field {
        background: #f5f5f5;
        border-radius: 40px !important;
        height: 40px;
        max-width: 400px;
        margin-bottom: 20px;
        height: 60px;
        box-sizing: border-box !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .Login_checkbox {
        text-align: left;
        max-width: 400px;
        margin: 0 auto;
    }

    .Login_button {
        background: #A6192E;
        background: -moz-linear-gradient(45deg, rgba(235,84,67,1) 0%, rgba(172,44,55,1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(235,84,67,1) 0%, rgba(172,44,55,1) 100%);
        background: linear-gradient(45deg, rgba(235,84,67,1) 0%, rgba(172,44,55,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb5443",endColorstr="#ac2c37",GradientType=1);
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: .8em;
        height: 60px;
        max-width: 400px;
        margin: 0 auto;
        border: 0;
        margin-top: 15px;
    }

    /*  .modal {
        background: rgba(255,255,255,0.5);
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
        max-width: 50%;
        padding: 32px 20px;
        width: 500px;
        -webkit-animation: modalGrow .15s .5s ease-out both;
        animation: modalGrow .15s .5s ease-out both;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
    }*/

    .clearfix {
        width: 100%;
        margin: 0 auto;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 80px;
        margin-top: 60px;
        border: 1px solid #eaeaea;
    }

    /*PLCO*/
    .masi-serial {
        font-size: 12px;
        color: #53585F;
    }

    .resource-videos img {
        width: 100%;
        height: auto;
    }

    a.resource-video {
        float: left;
        position: relative;
    }

        a.resource-video span {
            width: 80%;
            height: 80%;
            position: absolute;
            background: url('../images/play-circle-white.svg') no-repeat;
            background-position: 50% 75%;
            background-size: 25%;
        }




    /*CTA BANNER*/
    .cta_banner_mymasimo {
        text-align: center;
        height: 50px;
        background-color: #a6192e;
        margin-top: -10px;
        -webkit-box-shadow: 0px 16px 39px -20px #000000;
        box-shadow: 0px 0px 39px -20px #000000;
    }

    .cta_banner_link_wrapper_mymasimo {
        text-decoration: none;
    }

    .cta_banner_copy_mymasimo {
        margin: auto;
        text-align-last: center;
        text-align: center;
        color: white !important;
        font-weight: bolder;
        padding: 10px;
    }


    .cta_banner_link_wrapper {
        text-decoration: none;
    }

    .cta_banner {
        text-align: center;
        height: 60px;
        background-color: var(--cta-bgcolor);
        margin-top: -10px;
        margin-bottom: 10px;
    }


    .cta_banner_OH {
        text-align: center;
        height: 40px !important;
        background-color: var(--cta-bgcolor);
        margin: 0px !important
    }


    .cta_banner_copy_OH {
        margin: auto;
        text-align-last: center;
        text-align: center;
        color: var(--cta-textcolor) !important;
        font-weight: 600 !important;
        padding: 5px 0 !important;
    }

    .cta_banner_copy {
        margin: auto;
        text-align-last: center;
        text-align: center;
        color: var(--cta-textcolor) !important;
        font-weight: bolder;
        padding: 15px 0;
    }


.btn-footer-desktop:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

#truste-consent-required:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

#truste-consent-button:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

input[class="form-control"]:focus {
    outline-width: 0.185em !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

input[type="select"].form-control:focus {
    outline-width: 0.185em !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

input[type="textarea"].form-control:focus {
    outline-width: 0.185em !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}
/*
[role="button"]:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

.btn-footer:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

button:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

button[class="button-load"]:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

button[class="small-cta-btn"]:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}*/

button[class="prod-compatibility-dropbtn"]:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

#truste-show-consent:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}


a:focus {
    outline-width: 0.185em !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

    #controls a:focus {
        outline-width: 0px !important;
        outline-style: none !important;
        outline-color: none !important;
        display: block;
    }


.form-control:focus, .insites-point:focus {
    outline-width: 0.185em !important;
    outline-style: solid !important;
    outline-color: #DF2A45 !important;
}

    a:focus .circle-text {
        text-decoration: underline;
        color: #a6192e;
    }


    .visually-hidden {
        position: absolute !important;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    /*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
    .skip-link:focus {
        clip: auto;
        width: auto;
        height: auto;
        margin: 0;
        color: var(--color-text);
        background-color: var(--color-bg);
        padding: 10px;
        opacity: 1;
        z-index: 10000;
        transition: none;
    }


    /* Healthcare CTA Tiles
-------------------------------------------------- */

    .healthcare-tile_container {
        top: -80px;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .healthcare-tile_logo {
        position: absolute;
        top: 0;
        left: 10%;
    }

    .healthcare-tile_content {
        min-height: 250px;
        max-width: 90%;
        background-color: #ffffff;
        padding: 30px;
        display: flex;
        flex: 0 0 80%;
        justify-content: center;
        align-items: center;
        filter: drop-shadow(0 5px 15px #70707069);
    }

        .healthcare-tile_content .subcopy {
            font-size: .85em;
            margin-bottom: 30px;
        }


    .grayboxContact {
        padding: 150px;
        background: #e5e5e5;
    }

    .col-md-offset-1-1 {
        margin-left: 3.33333333%;
    }

    /*New Clinical Evidence*/

    .cli-btn-group {
        width: 100%;
    }

    .btn-grey-tab-ce {
        width: 50%;
        height: 44px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 10px #0000001a;
        border: 1px solid #CCCCCC;
        opacity: 1;
        font-size: 14px;
        padding: 12px;
    }

        .btn-grey-tab-ce:hover {
            color: #000;
            background-color: #F5F5F5
        }

        .btn-grey-tab-ce:focus, .btn-grey-tab-ce.focus {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            border-radius: 5px 0px 0px 5px !important;
        }

        .btn-grey-tab-ce:focus, .btn-grey-tab-ce:active, .btn-grey-tab-ce.active {
            width: 50%;
            height: 44px;
            background: #F5F5F5 0% 0% no-repeat padding-box;
            box-shadow: 0px 3px 10px #0000001a;
            border: 2px solid #707070;
            opacity: 1;
            font-size: 14px;
            padding: 12px;
        }

        .btn-grey-tab-ce:not([disabled]):not(.disabled):active, .btn-grey-tab-ce:not([disabled]):not(.disabled).active, .show > .btn-grey-tab-ce.dropdown-toggle {
            background-color: #F5F5F5 !important;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        }

    .solid2 {
        border-bottom: 3px solid #707070;
        padding: 20px 0 5px 0;
    }

    .clinical-title {
        font-size: 1.30em;
        font-weight: bold;
    }

    .Clinical-stack {
        position: relative;
        display: inline-block;
        width: 2em;
        line-height: 0em;
        vertical-align: middle;
        color: #333333;
    }

        .Clinical-stack:hover {
            color: #A6192E;
        }

    .cli-view {
        text-align: right;
    }

    .clin-tab {
        margin-top: -10px;
        float:right;
    }

    input#All-variable-equations {
        display: contents;
    }

    input#featured-variable-equations {
        display: contents;
    }

    .fa-2-7x {
        font-size: 2.6em;
        padding-top: 2px;
    }

    /* Clinical Featured NEW */

#clinical-evidence button, .clinical-evidence button {
    padding: 10px;
}

#clinical-evidence ul, .clinical-evidence ul {
    padding: 20px 0px 10px 20px;
}


    #clinical-evidence ul.list li.noarrow:before, .clinical-evidence ul.list li.noarrow:before {
        list-style-type: none;
        color: white;
    }

    .clinical-button {
        width: 100%;
        height: 100px;
        background-color: #eeeeee;
        border-radius: 10px;
        border: 1px solid #d2d2d7;
        margin-bottom: 10px;
    }

        .clinical-button:hover {
            background-color: #D4D4D4;
        }

    .circle-title{
        color: #333333;
        text-transform: none;
        font-weight: normal;
        font-size: 13px;
        vertical-align: middle !important;
        padding-top: 18px;
    }

    .circle-title-single {
        color: #333333;
        text-transform: none;
        font-weight: normal;
        font-size: 13px;
        vertical-align: middle !important;
        padding-top: 30px;
    }


.circle-title-triple {
    color: #333333;
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle !important;
   padding-top:7px;
}

    .circle-text-sm {
        position: relative;
        line-height: 75px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: auto;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        border: 4px solid white;
        background-color: #ffffff;
        text-transform: capitalize;
    }

    .circle-text-sm-red {
        position: relative;
        line-height: 75px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: auto;
        font-size: 18px;
        font-weight: 400;
        color: #A6192E;
        background-color: #ffffff;
        border: 4px solid #A6192E;
        text-transform: capitalize;
    }

    .circle-text-sm-green {
        position: relative;
        line-height: 75px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: auto;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        background-color: #ffffff;
        border: 4px solid #49a942;
        text-transform: capitalize;
    }

    .circle-text-sm-black {
        position: relative;
        line-height: 75px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: auto;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        background-color: #ffffff;
        border: 4px solid #000000;
        text-transform: capitalize;
        letter-spacing: 0px;
    }

    .clinical-icon-single {
        color: #333333;
        text-transform: capitalize;
        text-align: left;
        line-height: 25px;
        margin: 0px 0px 0px 20px;
        font-size: 24px;
    }

    .clinical-icon-double {
        color: #333333;
        text-transform: capitalize;
        text-align: left;
        line-height: 22px;
        margin: 15px 0px 0px 20px;
    }

    .clinical-icon-triple {
        color: #333333;
        text-transform: capitalize;
        text-align: left;
        line-height: 22px;
        margin: 9px 0px 0px 20px;
    }

    @media (max-width: 767px) {
        .circle-title {
            font-size: 13px;
            padding-top: 15px;
        }

        .circle-title-single {
            font-size: 13px;
            padding-top: 28px;
        }

        .circle-title-triple {
            font-size: 11px;
            padding-top: 25px;
        }

        .clinical-icon-single {
            color: #333333;
            text-transform: capitalize;
            text-align: left;
            line-height: 27px;
            margin: 0px 0px 0px 20px;
            font-size: 20px;
        }

        .clinical-icon-double {
            color: #333333;
            text-transform: capitalize;
            text-align: left;
            line-height: 20px;
            margin: 20px 0px 0px 10px;
            font-size: 18px;
        }

        .clinical-icon-triple {
            color: #333333;
            text-transform: capitalize;
            text-align: left;
            line-height: 20px;
            margin: 10px 0px 0px 10px;
            font-size: 18px;
        }

        #clinical-evidence ul, .clinical-evidence ul {
            padding-top: 20px
        }
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .circle-title {
            font-size: 10px;
            padding-top: 15px;
        }

        .clinical-icon-single {
            line-height: 24px;
            margin: 0px 0px 0px 0px;
            font-size: 16px;
        }

        .clinical-icon-double {
            line-height: 20px;
            margin: 16px 0px 0px 10px;
            font-size: 13px;
        }

        .circle-text-sm, .circle-text-sm-red, .circle-text-sm-green {
            line-height: 65px;
            height: 70px;
            width: 70px;
            font-size: 16px;
        }

        /* new */
        .circle-text-sm-black {
            line-height: 65px;
            height: 70px;
            width: 70px;
            font-size: 16px;
            letter-spacing: 0px;
        }

        .circle-text-sm-black-double {
            line-height: 65px;
            height: 70px;
            width: 70px;
            font-size: 16px;
            letter-spacing: 0px;
        }

        .circle-text-sm-black-triple {
            line-height: 65px;
            height: 70px;
            width: 70px;
            font-size: 16px;
            letter-spacing: 0px;
        }

        .circle-text-sm-blue {
            line-height: 65px;
            height: 70px;
            width: 70px;
            font-size: 16px;
        }
        /* End new */

    }
    /* new */
    .circle-text-sm-blue {
        position: relative;
        line-height: 75px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: auto;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        background-color: #ffffff;
        border: 4px solid #13b5ea;
        text-transform: capitalize;
    }

    .circle-text-sm-blue-long {
        position: relative;
        line-height: 75px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: auto;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        background-color: #ffffff;
        border: 4px solid #13b5ea;
        text-transform: capitalize;
        letter-spacing: 0px;
    }

    .circle-text-sm-black {
        position: relative;
        line-height: 75px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: auto;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        background-color: #ffffff;
        border: 4px solid #000000;
        text-transform: capitalize;
        letter-spacing: 0px;
    }


    .circle-text-sm-black-double {
        position: relative;
        line-height: 17px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: auto;
        font-size: 11px;
        font-weight: 400;
        color: #333333;
        background-color: #ffffff;
        border: 4px solid #000000;
        text-transform: capitalize;
        padding: 20px 0px 0px 3px;
        letter-spacing: 1px;
    }
        

    .circle-text-sm-black-triple {
        position: relative;
        line-height: 12px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: auto;
        font-size: 10px;
        font-weight: 500;
        color: #333333;
        background-color: #ffffff;
        border: 4px solid #000000;
        text-transform: capitalize;
        padding: 18px 0px 0px 3px;
        letter-spacing: 1px;
    }


    .clearfix2 {
        display: block;
        content: '';
        clear: both;
    }



    /*reveiw star*/
    :root {
        --star-size: 20px;
        --star-color: #e5e5e5;
        --star-background: #fc0;
    }

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    /*font-display: swap;*/
    font-family: Times;
    line-height: 1;
    /*   make sure ★ appears correctly line-height: 1;*/
}

        .Stars::before {
            content: '★★★★★';
            letter-spacing: 3px;
            background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
}

.clean-fix {
    display: block;
    clear: both;
    content: "";
}



/*new subnav*/

.nav > li > a {
    position: relative;
    display: block;
    /*padding: var(--newnav-padding);*/
    border-bottom: 4px solid transparent;
}

li.search > a {
	border-bottom: none !important;
}
 
li.search > a:hover {
	color: #cc0100 !important;
	border-bottom: none !important;
}
 
@media screen and (max-width: 768px) {
    .mobile-pad-top {
        padding-top: 75px !important;
    }
}
 
 
    .subnav {
        border-bottom: 1px solid #dee2e6 !important;
        background-color: #ffffff;
        border-top: 1px solid #dee2e6 !important;
    }
 
    .nav-message { /*new*/
        min-height: 40px;
        top: 0;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
        .nav-message p {
            color: #53565A;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            margin: 0;
        }
 
    .subnav > div > ul > li > a, .subnav > div > ul > div > li > a { /* updated */
        height: 70px;
        color: #53565A !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: capitalize !important;
        font-size: 16px;
        letter-spacing: 0;
        border-bottom: 4px solid transparent;
 
    }
 
        .subnav > div > ul > div > li > a.search-header {
            justify-content: right;
        }
 
 
 
 
 
 
 
 
 
    .open > .dropdown-submenu {
        display: block;
    }


/*W1-block*/



.feature_icon_row_support_copy_container {
    width: 80%;
    margin: auto;
    padding-bottom: 1rem;
    height: 230px !important;
}


.feature_icon_row_copy_container {
    background-color: #f6f6f6;
    margin: 0px -1.2rem;
    border-radius: 0px 0px 25px 25px;
}


.feature_icon.feature_icon_tab_active {
    outline: #A6192E solid 1.5px !important;
}


.experts-agree-block {
    background-color: #53565A;
    color: #fff;
    margin-bottom: 4.5rem;
}

.feature_icon_row_container {
    padding: 2.75rem 0px 1.5rem;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}

.feature_icon_header_container {
    padding: 0px 18px 20px 18px;
    height: 30%;
    background-color: #53565A;
    color: #fff;
    margin-bottom: 5.5rem;
    margin: 0px -1.2rem;
}

.feature_icon {
    height: 65px;
    width: 65px;
    background-size: contain;
    background-color: #fff !important;
    border: 4px;
    padding: 25px;
    border-radius: 50%;
    background-size: 47px 47px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    filter: grayscale(1);
}

.feature_icon_container {
    margin: auto;
}

.feature_icon_row_support_copy_container {
    width: 80%;
    margin: auto;
    padding-bottom: 1rem;
    height: 230px !important;
}

.feature_icon_copy_container.fade.show.active .feature_icon_tab_header {
    color: #A6192E !important;
}

.feature_icon_tab_header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.feature_icon_tab_active {
    filter: none !important;
}

.fade {
    opacity: unset;
}



.white-background {
    background-color: white !important;
    color: black !important;
}

#white-background {
    background-color: white !important;
    color: black !important;
}

.pdp_view_header {
    animation-fill-mode: forwards;
}

.pdp_view_header {
    font-size: 24px !important;
}

.experts-argee-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 250px;
    margin-top: 120px;
}


.w1-experts-icon {
    height: 100px;
    width: auto;
    filter: brightness(0) invert(1);
}


.feature_icon_desktop:hover {
    background-color: #fff;
}

.elementToFadeInAndOut {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 34px;
}

.feature_icon_desktop {
    width: 6.75vw;
    height: 6.75vw;
    background-color: #fff;
    border: 4px;
    padding: 25px;
    border-radius: 50%;
    background-size: 61% 61%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto 10px;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.elementToFadeInAndOut:nth-child(2) {
    animation-delay: 3s;
}

.elementToFadeInAndOut:nth-child(3) {
    animation-delay: 6s;
}

@keyframes animationName {
    0%, 45% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes animationName {
    0%, 45% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes animationName {
    0%, 45% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animationName {
    0%, 45% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.elementToFadeInAndOut:nth-child(2) {
    -webkit-animation: animationName;
    -moz-animation: animationName;
    -o-animation: animationName;
    animation: animationName;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
}

@keyframes fade {
    0%, 45% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#animation_delay {
    animation-delay: 3s !important;
}

.pdp_view_header {
    animation-fill-mode: forwards;
}

.accordion-specifications-list {
    display: flex;
}

.experts-container-w1 {
    animation-fill-mode: both;
    animation-duration: 3s;
}


.W1_row {
    display: flex;
    flex-wrap: wrap;
}

.W1-uniqueviewimage-right {
    height: 450px;
    width: fit-content;
    border-radius: 25px 0px 0px 25px;
    object-fit: cover;
    float: right;
    width: 100%;
}


.W1-uniqueviewimage-left {
    border-radius: 0px 25px 25px 0px;
    width: 100%;
}

.W1-uniqueviewimage-right-container {
    height: 450px;
    margin-right: -18px;
    float: right;
    width: 100%;
}

.W1-uniqueviewimage-left-container {
    height: 450px;
    margin-left: -18px;
    border-radius: 25px;
}

.W1-uniqueviewimage-right-copy {
    margin-bottom: 18%;
    margin-top: 18%
}

.W1-uniqueviewimage-left-copy {
    margin-top: 18%;
    margin-bottom: 18%;
    justify-content: flex-end;
    text-align: right;
}

.w1-special-feature-l {
    height: 225px;
    margin-left: -18px;
}

.w1-special-feature-r {
    height: 225px;
    margin-right: -18px;
}


.w1-special-feature-right {
    height: 225px;
    width: 100%;
    border-radius: 25px 0px 0px 25px;
    object-fit: cover;
}

.w1-special-feature-left {
    height: 225px;
    border-radius: 0px 25px 25px 0px;
    width: 100%;
    object-fit: cover;
}

.custom_inner_container .col-md-3.col-sm-3.col-xs-6 {
    height: 180px;
    margin: 40px 0px 40px 0px;
}

.pdp_view_copy-r, .pdp_view_header-r {
    text-align: right;
}


.note {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0px;
    margin: unset;
}

.grey_background {
    background: #eaeaea url(/globalassets/shared-blocks/home/background.svg) no-repeat top center;
    background-size: cover;
    padding: 35px;
}

.product-card-button > a:focus,
button.clinical-button:focus,
button.gh-secondary_btn_white:focus,
input[type=submit]:focus,
button[type=submit]:focus,
button.gh-secondary_btn_gray:focus,
select.form-control:focus,
.small-cta-btn:focus,
a.underline:focus,
#EmailButton a:focus {
    outline-width: 0.185em !important;
    outline-style: solid !important;
    outline-color: #000000 !important;
}

.contact-link-columns li a:focus {
    outline-width: 0.185em !important;
    outline-style: solid !important;
    outline-color: #E3455C !important;
}

.noteContainer {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 15px 30px;
    margin-top: 20px;
}


.Iconheader {
    padding: 40px 0px 0px 0px;
    background-color: black;
    background-image: linear-gradient(45deg, #000, #000);
    font-size: 42px;
    font-weight: bold;
}

#experts_agree_header1 {
    padding: 5%;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.3em;
}

/*    .W1_row p {
        font-size: 26px;
    }
*/

.has-error .select {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}


.no-header-img-MSA {
    /*    padding-top: 120px;*/
    padding-top: 0px;
}

.privacy-header {
    font-size: 1.25em;
}


.toc-list, .toc-list ol {
    list-style-type: none;
}

.toc-list {
    padding: 0 0 50px;
    font-size: inherit;
}

    .toc-list ol {
        padding-inline-start: 2ch;
    }

    .toc-list li > a {
        text-decoration: none;
        display: grid;
        grid-template-columns: auto max-content;
        align-items: end;
    }

        .toc-list li > a > .page {
            text-align: right;
        }

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.toc-list li > a > .title {
    position: relative;
    overflow: hidden;
}

.toc-list li > a .leaders::after {
    position: absolute;
    padding-inline-start: .25ch;
    content: " . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . "". . . . . . . . . . . . . . . . . . . . . . . ";
    text-align: right;
}

#Videobutton {
    background-color: #CE0E2D !important;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 100px;
    border: 0;
    padding: 20px 30px;
    text-align: left;
    text-transform: none !important;
    text-align: center;
    width: 100%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
    -webkit-appearance: button;
}

    #Videobutton:hover {
        transform: translate(0, -10px);
        box-shadow: 0 0 30px #00000028;
    }


.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}


.RPM {
    font-size: 7px;
}