/* 
 * Modular styling goes here
 * Author: Peter Chon
 * Created: 1/6/2015
 */
 
.list-reset, 
.list-reset li {
	margin:0;
	padding:0;
	list-style:none;
}

.padding-top-85 {
	padding-top:85px;
}

.padding-bottom-85 {
	padding-bottom:85px;
}

.padding-85-30 {
	padding:85px 30px;
}

/*Adjusted style for banner spacing*/
.hero .padding-85-30 {
	padding:0 30px;
}

.padding-85-30-0 {
	padding:85px 30px 0;
}

.padding-0-30 {
	padding:0 30px;
}

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

.margin-top-50 {
	margin-top:50px !important;
}

.margin-top-150 {
	margin-top:150px !important;
}

.margin-right-40-perc {
	margin-right:40% !important;
}

.height-450 {
	height:450px;
	background-size:inherit;
}

.bg-color-fafafa {
	background-color:#fafafa;
}

.pipe-right:after {
	content:"|";
	display:inline-block;
	margin:0 20px;
}

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

.list-styled li {
	font-size:15px;
	margin-bottom:10px;
}

.ul-border-top {
	border-top:1px solid #bbb;
	padding-top:10px;
}

.remove-padding {
	padding:0 !important;
}
body {
	color:#444648;
	background:white;
}

/* workaround for alternating images in a row */
.row.right .column {
	float:right;
}

.content {
	padding:85px 0;
}
.featuredArticles .content.row .twelve {
	padding-left: 15px;
	padding-right: 15px;
}

/*Adjusted style for banner spacing*/
.hero .content {
	padding:0;
}

.hero {
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	margin-top:54px;
}
.hero-company {
	height: 625px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding-top: 140px;
}
.hero-company-content h1 {
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 54px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffb441 !important;
	/* text-shadow: 0 0 15px #FFFFFF; */
}
.text13 {
	font-size:13px !important;
}
.text11 {
	font-size:11px !important;
}
/*.btn-primary {*/
/*	text-decoration:none;*/
/*	display: inline-block;*/
/*	padding: 8px 20px;*/
/*	background-color: #7ca8d4;*/
/*	color: white !important;*/
/*	border: 1px solid #328ed1;*/
/*	border-bottom-width: 2px;*/
/*	border-radius: 5px;*/
/*	min-width: 120px;*/
/*	font-size: 13px;*/
/*	font-weight: bold;*/
/*	text-align: center;*/
/*}*/
/*.btn-secondary {*/
/*	text-decoration: none;*/
/*	color: #777;*/
/*	cursor: pointer;*/
/*	border: 1px solid #ccc;*/
/*	border-radius: 5px;*/
/*	background-color: #fff;*/
/*	box-shadow: #ccc 0 2px 0 0;*/
/*	font-size: 13px;*/
/*	font-weight: bold;*/
/*	text-align: center;*/
/*	padding: 8px 20px;*/
/*	display: inline-block;*/
/*}*/

.hero-company-content .btn-primary,
.hero-company-content .btn-secondary {
	margin: 30px 25px 0;
}

.hero-content p {
	font: 200 24px/1.2em "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;;
	color: #444648;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.hero-content h3 {
	font-size:44px;
	font-weight:400;
	line-height:50px;
	letter-spacing:1px;
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	color:#ffb441;
}

.hero-content .with-icon img {
	width:160px;
	margin-top:-50px;
}

.content-left h3,
.crosslinks h3,
.content-full h3,
.resources h3,
.left-col-content h3 {
	margin-bottom: 30px;
}

h3.content-head,
.ir-table th {
	border-bottom: 1px solid #bbb;
	padding-bottom: 1em;
	color: #f68920;
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 1em;
	font-size: 24px;
	margin-top: 0px;
}

h3.content-head.with-icon {
	font-size:18px;
	color:#444648;
}

h3.content-head img {
	float: right;
	padding-left: 20px;
	background-color: white;
	margin-bottom: -70px;
	width: 90px;
	max-width: inherit;
	margin-top: 5px;
}

strong.subhead {
	display: block;
	color: #444648;
	font-family: Arial;
	font-size: 15px;
}

.bg-gray {
	background:#ddd;
}
.bg-white {
	background:white;
}

.content-left h3,
.crosslinks h3,
.content-full h3,
.resources h3,
.hero.child h3 {
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:24px;
	line-height: 30px;
	color:#f68920;
	margin:0 0 30px 0;
	font-weight:400;
}
h4 {
	font-size: 17px;
	color: #444648;
	font-weight: normal;
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}

.content p {
	font-size: 15px;
	line-height: 21px;
}
.content ul {
	font-size: 15px;
	line-height: 21px;
}
.content ul li {
	padding-bottom: 10px;
}

.inverstorrelationsAnalystRatings .content{padding:0;}
.inverstorrelationsAnalystsForecasts .content, .inverstorrelationsAnalystActuals .content, .inverstorrelationsAnalystActuals .content, .inverstorrelationsAnalystSalesForecasts .content, .inverstorrelationsAnalystSalesActuals .content {padding:30px;}
.row p {
	color:#444648;
}

/*.content-left a,*/
.crosslinks a,
.resources a,
.feed-table a {
	color:#328ed1;
	text-decoration: none;
	font-size:15px;
}
a.ilmn-resp-a:hover,
a.ilmn-resp-crosslink-a:hover,
.column a:hover,
.resources a:hover,
.crosslinks a:hover,
.content-left a:hover,
.feed-table a:hover, a:hover {
	text-decoration: underline;
}

.content img {
	border-radius: 5px;
}

.crosslink-blocks > .column {
	padding:0 40px;
}
.crosslink-blocks:first-of-type {
	margin-bottom: 50px;
}

.resources a {
	display:block;
	padding:7px 30px 7px 15px;
	border-radius:5px;
	border:1px solid #ccc;
	margin: 10px 0;
	background:white;
	color:#555;
	text-decoration: none;
	font-size: 15px;
	-webkit-transition-property: background-color,color;
	-moz-transition-property: background-color,color;
	-o-transition-property: background-color,color;
	transition-property: background-color,color;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	position:relative;
}
.resources a:hover {
	text-decoration: none;
	color:#328ed1;
	background:#f9f9f9;
}

@media screen and (max-width: 1024px) {
	.ilmn-resp-wrapper {
		padding-top:65px;
	}
}
@media screen and (max-width: 770px) {
	.ilmn-resp-wrapper {
		padding-top:45px;
	}
}

.ilmn-slide {
	display: none;
}
.ilmn-slide:first-of-type {
	display: block;
}

.ilmn-resp-left-col-content {
	margin-bottom:100px;
}

.ilmn-resp-table-header td {
	font-weight: bold;
	border-bottom: 1px solid #ddd
}

.ilmn-resp-left-col-content table td {
	padding: 10px 15px;
	font-size: 15px;
}

.ilmn-resp-button-primary {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	border: 1px solid #7ca8d4;
	border-radius: 5px;
	background-color: #7ca8d4;
	box-shadow: #2a72b9 0 3px 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 7px 15px;
}

.crosslink-blocks div a {
	display: inline-block;
	padding: 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-image: -webkit-gradient(linear,50% 100%,50% 0,color-stop(0%,#efefef),color-stop(100%,#fff));
	background-image: -webkit-linear-gradient(bottom,#efefef,#fff);
	background-image: -moz-linear-gradient(bottom,#efefef,#fff);
	background-image: -o-linear-gradient(bottom,#efefef,#fff);
	background-image: linear-gradient(bottom,#efefef,#fff);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 3px;
	box-shadow: rgba(0,0,0,0.3) 0 0 3px;
	cursor: pointer;
}
.crosslink-blocks div a span {
	display: block;
	margin-top: 10px;
	color:#328ed1;
	text-decoration: none;
}
.crosslink-blocks div a:hover span {
	text-decoration: underline;
}
.crosslink-blocks div a img {
	width: 100%;
}

.hero.child {
	background:url(//assets.illumina.com/content/dam/illumina-marketing/images/rgh/hero/ChildPageHeader-Org240.jpg) no-repeat;
	background-size: cover;
	padding:100px 0;
	height: auto;
}
.hero.child h3 {
	margin:0;
	padding:0;
	color:white;
}

.card {
	display: block;
	padding: 10px;
	margin:15px auto;
	border-radius: 3px;
	background-image: -webkit-gradient(linear,50% 100%,50% 0,color-stop(0%,#efefef),color-stop(100%,#fff));
	background-image: -webkit-linear-gradient(bottom,#efefef,#fff);
	background-image: -moz-linear-gradient(bottom,#efefef,#fff);
	background-image: -o-linear-gradient(bottom,#efefef,#fff);
	background-image: linear-gradient(bottom,#efefef,#fff);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 3px;
	box-shadow: rgba(0,0,0,0.3) 0 0 3px;
	font-size:13px;
	width:212px;
	color:#328ed1;
	text-decoration:none;
}
.card img {
	margin: 0 auto 10px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 3px inset;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 3px inset;
	box-shadow: rgba(0,0,0,0.3) 0 0 3px inset;
	width: auto;
	height: 108px;
	display: block;
	border:1px solid #ddd;
}

.column-padding {
	padding:25px 45px;
}
.resources a span {
	position:absolute;
	top:50%;
	right:10px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter-checkbox {
	display:inline-block;
}
.filter-checkbox label {
	margin-left:10px;
	font-size:13px;
}
.email-input {
	margin-left: 25px;
	padding: 5px 10px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #bbb;
	font-size: 13px;
}
.email-submit {
	padding: 5px 10px;
	border-radius: 0 5px 5px 0;
	font-size: 13px;
	color:white;
	background:#328ed1;
	border:none;
	margin:0;
}
.article-title {
	font-size: 13px;
	font-weight: bold;
	display: table-cell;
	height: 50px;
	vertical-align:bottom;
}
.article-tags {
	font-size:10px;
	margin-bottom:10px;
	color:#999;
	line-height:1.8em;
}
.article-tags a {
	text-decoration:none;
	color:#999;
	font-size:11px;
}
.article-tags a:hover {
	text-decoration:none;
	color:#555;
}
.article-teaser,
.list-item p {
	font-size:13px !important;
}

.article-list column {
	margin-bottom:100px;
}
.feed-table {
	max-width:1365px;
	text-align: left;
	margin: 0 auto;
	font-size:15px;
	padding:0 30px;
}
.feed-table th, .feed-table td {
	padding:10px
}
.feed-table th {
	background:#ddd;
}
.feed-table th:first-of-type,
.ir-table th:first-of-type {
	width:25%;
}
.feed-table img{max-width:inherit;}
.first-th-15percent th:first-of-type {
	width:15% !important;
}

.ir-table th {
	text-align:left;
}
.ir-table th,
.ir-table td {
	padding:10px;
}
.ir-table td {
	font-size:13px;
	vertical-align:top;
}




hr {
	border-top: 1px solid #ddd;
	margin: 50px 0;
}
/* responsive youtube embed */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.article-carousel .fa {
	color:#ffb441;
}
.article-carousel .fa:hover {
	color:#328ed1;
	cursor:pointer;
}
.article-carousel .fa.fa-chevron-left {
	left: -100px;
}
.article-carousel .fa.fa-chevron-right {
	right: -100px;
}
div.article:first-of-type {
	display:block;
}

.hero-content.article-carousel {
	position: relative;
	border-radius: 10px;
	border: 1px solid #bbb;
	background:white;
	height: 352px;
	max-width: 1305px;
}
.article-carousel .article {
	display:none;
}

.article-carousel .article:first-child {
	display:block;
}

.article-content {
	max-width:960px;
}

.article-share {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding: 25px 0;
	margin: 25px 0;
}

.article-share #twitter-widget-0 {
	position:relative !important;
	top:5px;
}


/* Styles for Accordian*/
.accordion-header {
	outline: medium none;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px solid #e6e7e6;
}
.accordion-header:hover {
	background: none repeat scroll 0 0 #f8f8f8;
	cursor: pointer;
}
.accordion-title {
	margin: 15px;
	font-weight: bold;
	color: #328ed1;
}
.accordion-details {
	margin: 15px;
	color: #328ed1;
}
.accordion-title {
	float: left;
}
.accordion-details {
	float: right;
}
.accordion-details .fa {
	margin-left:7px;
}
.accordion-content { 
	display: none;
	margin: 10px 15px;
}

video#bgvid {
	position:absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	top: 0;
}

@media only screen and (max-width: 1365px) {

}

@media screen and (max-width: 1024px) {
	video#bgvid {
		display:none;
	}
	.hero-company {
		background:url(../../../content/dam/illumina-marketing/media/company/hp-bg.jpg) no-repeat center;
		background-size:cover;
	}
	.column-padding {
		padding:25px 25px;
	}
}

a.button {
	display: block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	width: 160px;
	border: 1px solid #7ca8d4;
	border-radius: 5px;
	background-color: #7ca8d4;
	box-shadow: #2a72b9 0 3px 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 25px auto;
	padding: 2px 0;
}
a.button:hover {
	background-color: #5790c8;
	text-decoration: none;
	border: 1px solid #5790c8;
}

.illustrative-img {
	float:left;
	margin:0 15px 45px 0;
}

.company-video-modal-overlay .fa-times {
	position:absolute;
	top:15px;
	right:15px;
	color:white;
	font-size:32px;
	cursor:pointer;
}

.company-video,
.modal {
        width:85%;
        margin:25px auto;
        display:none;
        background:white;
        text-align:center;
        max-width: 1024px;
    }

.company-video-modal-overlay,
.modal-overlay {
    position:fixed;
            width:100%;
            height:100%;
            z-index:7000;
            top:0;
            left:0;
            background:rgba(0,0,0,0.75);
                display:none;
        }
.img-hi {
	width:100%;
}      
.distributor-table {
	width: 70%;
	margin: 0 auto;
	font-size:15px;
	line-height:21px;
	text-align:left;
}

.modal-terms {
	text-align:left;
	padding:15px 25px;
	height:550px;
	overflow:auto;
}

.underline {
	text-decoration:underline;
}

.distributor-table > th:first-of-type {
	width:35%;
}

.distributor-table td {
	vertical-align:top;
}


/* bookends */
.company-footer {
	background:url(../../../content/dam/illumina-marketing/images/company/comany-section-footer.jpg) no-repeat center;
}


.date {
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px #eee;
	font-weight: bold;
	text-transform: uppercase;
}
.month {
	background: #7ca8d4;
	border: 1px solid #fff;
	border-width: 1px 1px 0;
	color: #fff;
	display: block;
	text-align: center;
}
.day {
	background: -moz-linear-gradient(center top,#fff 0,#eee 100%) repeat scroll 0 0 transparent;
	border: 1px solid #fff;
	display: block;
	padding: 2px 0;
	text-align: center;
}

.news-center-thumbnails {
	position: absolute;
	bottom: 50px;
	width: 65%;
	left: 20px;
}

.article h3 {
	font-size:36px;
	line-height:42px;
}
.article p {
	font-family:arial;
	font-weight:normal;
	font-size:15px;
}
.article .eight.column {
	padding-top: 15px;
}

/* Put the images for articles here */
.article[data-article='1'] .four {
	background:url(//placehold.it/350x350) no-repeat center;
	background-size:cover;	
}
.article-thumbnail[data-article='1'] {
	background:url(//placehold.it/350x350) no-repeat center;
	background-size:cover;	
}
.article[data-article='2'] .four {
	background:url(//placehold.it/350x350) no-repeat center;
	background-size:cover;	
}
.article-thumbnail[data-article='2'] {
	background:url(//placehold.it/350x350) no-repeat center;
	background-size:cover;	
}
.article[data-article='3'] .four {
	background:url(//placehold.it/350x350) no-repeat center;
	background-size:cover;	
}
.article-thumbnail[data-article='3'] {
	background:url(//placehold.it/350x350) no-repeat center;
	background-size:cover;	
}

.article .four.column {
	height: 350px;
	border-radius: 0 10px 10px 0;
}

.article-thumbnail span {
	position: absolute;
	top: 75px;
	color: #777 !important;
}

.btn-article {
	color:#444648;
}

.news-center-thumbnails .article-thumbnail {
	float: left;
	margin: 0 1%;
	border-top: 3px solid #ccc;
	opacity: 0.5;
	width: 33.3333%;
	font-size: 13px;
	position: relative;
	border-left:1px solid #ddd;
}

.news-center-thumbnails .article-thumbnail:first-child {
	border-left:none;
	}

.news-center-thumbnails .article-thumbnail.current-slide {
    border-top:3px solid #f68920;
    opacity:1;
    background:#f9f9f9 !important;
    }
.news-center-thumbnails .article-thumbnail.current-slide span {
	color:#ccc;
}
    
.news-center-thumbnails .article-thumbnail img {
	margin-bottom:10px;
}    

.feed-table.news-table {
	width:100%;	
}
.feed-table.news-table th {
	background:none !important;
}

.feed-table.news-table td {
	border-bottom: 1px solid #ddd;
}

.featured-news-hero {
	width: auto;
}
.featured-news-hero .six {
	padding:42px 0 40px 0;
}
.featured-news-hero .eight {
	padding-top: 30px;
	padding-left: 15px;
}
.featured-news-hero .four {
	padding-right: 15px;
}
.featured-news-hero .four img {
	position:relative;
	top:3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
}
 
.careers-bg {
	background:url(../../../content/dam/illumina-marketing/images/company/careers/career-overview-hero.jpg) no-repeat center;
	background-size:cover;
}

.careers-bg-footer {
	background: url("../../../content/dam/illumina-marketing/images/rgh/pumpkinbar.png") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
}


.search-jobs-bg {
	background:url(../../../content/dam/illumina-marketing/images/company/careers/careers-search.jpg) no-repeat center;
	background-size:cover;
}

.loc-americas-bg {
	background:url(../../../content/dam/illumina-marketing/images/company/careers/hero-building-cropped.jpg) no-repeat center;
	background-size:cover;
}

.bg-newsroom-footer {
	background:url(../../../content/dam/illumina-marketing/images/company/newscenter/newsroom-footer.jpg) no-repeat center;
	background-size:cover;
}

.ccbnBgTblEven, .ccbnBgTblOdd {
	border-bottom:1px solid #ccc;
}

.ccbnBgTblTtl {
	background:#bbb;
}

.historical-price-top-row {
	background:#f7f7f7;
	padding:5px 10px;
	margin-bottom:15px;
}

.filter-checkbox {
	display:inline-block;
	padding:10px 15px;
}

.list-item {
	float: left; 
	min-height: 1px; 
	padding: 0 30px;
	position: relative;
	width:25%;
}

@media only screen and (max-width: 768px) {
	.list-item { 
	width: auto !important; 
	float: none; 
	 
}

.list-item:before, .list-item:after { 
	content:""; 
	display:table; 
}
.list-item:after { 
	clear: both; 
}

	}
	
.h3-rightrail {
	font-size: 16px;
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 5px 0;
	border-top: 1px solid #dfdfdf;
	color:#f68920;
	border-bottom:1px solid #dfdfdf;
}
	
	
.ir-table.smallhead th {
	font-size:16px;
}

.inverstorrelationsquote.section {
	border: 1px solid #f68920;
	border-radius: 5px;
	padding: 0 15px;
	background: rgb(231,232,232); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(231,232,232,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(231,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,232,232,1)), color-stop(10%,rgba(255,255,255,1)), color-stop(90%,rgba(255,255,255,1)), color-stop(100%,rgba(231,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(231,232,232,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(231,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(231,232,232,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(231,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(231,232,232,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(231,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(231,232,232,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(231,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8e8', endColorstr='#e7e8e8',GradientType=0 ); /* IE6-8 */
	
}

.presscenterFilters.section {
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	font-size: 13px;
}

.card-wrapper {
	display: inline-block;
	width: 20%;
}
.card-container {
	padding:85px 0;
	text-align: center;
}

.formEmailSubscription.section {
	padding: 25px 0;
}

.bg-aboutus-footer {
	background:url(../../../content/dam/illumina-marketing/images/company/about-us-footer.jpg) no-repeat center;
	background-size:cover;
}

.bg-investors {
	background:url(../../../content/dam/illumina-marketing/images/informatics/redesign2014/informatics-datacenter-footer.png) no-repeat center;
	background-size:cover;
}

.product_images .card p a {
	color:#328ed1;
	text-decoration:none;
	margin-bottom:3px;
}
.product_images .card p a {
	text-decoration:underline;
}

.hero-aboutUs {
	background:url(../../../content/dam/illumina-marketing/images/company/AboutUs-hero.jpg) no-repeat center;
	background-size:cover;
}

.hero-investor {
	background:url(../../../content/dam/illumina-marketing/images/company/investor-relations/irheader-v3.jpg) no-repeat center;
	background-size:cover;
}

.hero-news-center {
	background:url(../../../content/dam/illumina-marketing/images/company/newscenter/newscenterheader.jpg) no-repeat center;
	background-size:cover;
	padding: 50px 30px;
}

.twitter-box {
	display: block;
	border-radius: 5px;
	border: 1px solid #ffb441;
	height:602px;
}

.ir-disclaimer,
.ir-disclaimer a {
	font-size: 11px !important;
	line-height: 17px !important;
}

select.year-dropdown {
	margin: 15px 10px 0px;
}

.inverstorrelationshistoricalquote.section {
	font-size: 13px;
	font-family: arial;
	line-height: 21px;
}

#twitter-widget-0 {
	position:relative;
}

.IN-widget {
	position: relative;
	top: 5px;
}

.article-share #twitter-widget-0 {
	border:none !important;
	border-radius:0px !important;
	width:auto !important;
}

.small-table-header {
	color:#555 !important;
	font-size:13px !important;
	font-weight:bold !important;
}

.lmr-left {
	border-left:1px solid #bbb;
}
.lmr-right {
	border-right:1px solid #bbb;
}

.modDisclaimer {
	font-size:11px !important;
}

/* Simple Hide-Show on Link */
.hide {
    display: none;
    padding-bottom: 30px;
}
.toggle {
    display: block;
    cursor: pointer;
}
/* Simple Hide-Show on Link */

/* IR Feed Table NASDAQ Classes */
/* Content Photo */
.bwbodyimg {float:left;padding-left:0px;padding-right:20px; padding-top:0px;padding-bottom:0px!important;}
.bwbodyimgcaption {font-size:85%!important;}

/*text alignments*/
.bwtextaligncenter, .bwalignc {text-align:center!important;}
.bwtextalignleft, .bwalignl {text-align:left!important;}
.bwtextalignright, .bwalignr  {text-align:right!important;}
.bwverticalaligntop, .bwvertalignt {vertical-align:top!important;}
.bwverticalalignmiddle, .bwvertalignm {vertical-align:middle!important;}
.bwverticalalignbottom, .bwvertalignb {vertical-align:bottom!important;}
.bwtablefigurealign, .bwfigurealign {text-align:right;vertical-align:bottom!important;}
.bwtabletextalign, .bwtxtalign {text-align:left;vertical-align:bottom!important;}
.bwwhitespacenowrap, .bwnowrap {white-space:normal!important;}

/*borders*/
.bwsinglebottomborder, .bwsinglebottom {border-bottom:solid black 1.0pt!important;}
.bwdoublebottomborder, .bwdoublebottom {border-bottom:double black 2.25pt!important;}
.bwsingletopborder, .bwsingletop {border-top:solid black 1.0pt!important;}
.bwdoubletopborder, .bwdoubletop {border-top:double black 2.25pt!important;}

/*table cell paddings*/
.bwcellpaddingleft0, .bwpadl0 {padding-left:0.0px!important;}
.bwcellpaddingleft1, .bwpadl1 {padding-left:5.0px!important;}
.bwcellpaddingleft2, .bwpadl2 {padding-left:10.0px!important;}
.bwcellpaddingleft3, .bwpadl3 {padding-left:15.0px!important;}
.bwcellpaddingleft4, .bwpadl4 {padding-left:20.0px!important;}
.bwcellpaddingleft5, .bwpadl5 {padding-left:25.0px!important;}
.bwcellpaddingleft6, .bwpadl6 {padding-left:30.0px!important;}
.bwcellpaddingleft7, .bwpadl7 {padding-left:35.0px!important;}
.bwcellpaddingleft8, .bwpadl8 {padding-left:40.0px!important;}
.bwcellpaddingleft9, .bwpadl9 {padding-left:45.0px!important;}
.bwcellpaddingleft10, .bwpadl10 {padding-left:50.0px!important;}
.bwcellpaddingleft11, .bwpadl11 {padding-left:55.0px!important;}
.bwcellpaddingleft12, .bwpadl12 {padding-left:60.0px!important;}
.bwcellpaddingleft13, .bwpadl13 {padding-left:65.0px!important;}
.bwcellpaddingleft14, .bwpadl14 {padding-left:70.0px!important;}
.bwcellpaddingleft15, .bwpadl15 {padding-left:75.0px!important;}
.bwcellpaddingleft16, .bwpadl16 {padding-left:80.0px!important;}
.bwcellpaddingleft17, .bwpadl17 {padding-left:85.0px!important;}
.bwcellpaddingleft18, .bwpadl18 {padding-left:90.0px!important;}
.bwcellpaddingleft19, .bwpadl19 {padding-left:95.0px!important;}
.bwcellpaddingleft20, .bwpadl20 {padding-left:100.0px!important;}

/*table cell paddings*/
.bwcellpaddingright0, .bwpadr0 {padding-right:0.0px!important;}
.bwcellpaddingright1, .bwpadr1 {padding-right:5.0px!important;}
.bwcellpaddingright2, .bwpadr2 {padding-right:10.0px!important;}
.bwcellpaddingright3, .bwpadr3 {padding-right:15.0px!important;}
.bwcellpaddingright4, .bwpadr4 {padding-right:20.0px!important;}
.bwcellpaddingright5, .bwpadr5 {padding-right:25.0px!important;}
.bwcellpaddingright6, .bwpadr6 {padding-right:30.0px!important;}
.bwcellpaddingright7, .bwpadr7 {padding-right:35.0px!important;}
.bwcellpaddingright8, .bwpadr8 {padding-right:40.0px!important;}
.bwcellpaddingright9, .bwpadr9 {padding-right:45.0px!important;}
.bwcellpaddingright10, .bwpadr10 {padding-right:50.0px!important;}
.bwcellpaddingtop1, .bwpadt1 {padding-top:10.0px!important;}
.bwcellpaddingtop2, .bwpadt2  {padding-top:20.0px!important;}
.bwcellpaddingtop3, .bwpadt3  {padding-top:30.0px!important;}
.bwcellpaddingtop4, .bwpadt4  {padding-top:40.0px!important;}
.bwcellpaddingtop5, .bwpadt5  {padding-top:50.0px!important;}
.bwcellpaddingtop6, .bwpadt6  {padding-top:60.0px!important;}
.bwcellpaddingtop7, .bwpadt7  {padding-top:70.0px!important;}
.bwcellpaddingtop8, .bwpadt8  {padding-top:80.0px!important;}
.bwcellpaddingtop9, .bwpadt9  {padding-top:90.0px!important;}
.bwcellpaddingtop10, .bwpadt10  {padding-top:100.0px!important;}
.bwcellpaddingtop11, .bwpadt11 {padding-top:110.0px!important;}
.bwcellpaddingtop12, .bwpadt12 {padding-top:120.0px!important;}
.bwcellpaddingtop13, .bwpadt13 {padding-top:130.0px!important;}
.bwcellpaddingtop14, .bwpadt14 {padding-top:140.0px!important;}
.bwcellpaddingtop15, .bwpadt15 {padding-top:150.0px!important;}
.bwcellpaddingtop16, .bwpadt16 {padding-top:160.0px!important;}
.bwcellpaddingtop17, .bwpadt17 {padding-top:170.0px!important;}
.bwcellpaddingtop18, .bwpadt18 {padding-top:180.0px!important;}
.bwcellpaddingtop19, .bwpadt19 {padding-top:190.0px!important;}
.bwcellpaddingtop20, .bwpadt20 {padding-top:200.0px!important;}

/*cell bottom padding adjustment styles*/
.bwcellpaddingbottom1, .bwpadb1  {padding-bottom:2.0px!important;}
.bwcellpaddingbottom2, .bwpadb2 {padding-bottom:3.0px!important;}
.bwcellpaddingbottom3, .bwpadb3 {padding-bottom:4.0px!important;}

/*underline style*/
.bwunderlinestyle, .bwuline {text-decoration:underline!important;}
.bwdoubleunderlinestyle, .bwdbluline {text-decoration:underline;border-bottom:1px solid black!important;}

/*color style*/
.bwcolorred, .bwred {color:red!important;}
.bwcolorblack, .bwblack {color:black!important;}

/*margin left*/
.bwmarginleft1, .bwmarginl1 {margin-left:30.0px!important;}
.bwmarginleft2, .bwmarginl2 {margin-left:60.0px!important;}
.bwmarginleft3, .bwmarginl3 {margin-left:90.0px!important;}
.bwmarginleft4, .bwmarginl4 {margin-left:120.0px!important;}
.bwmarginleft5, .bwmarginl5 {margin-left:150.0px!important;}
.bwmarginleft6, .bwmarginl6 {margin-left:180.0px!important;}
.bwmarginleft7, .bwmarginl7 {margin-left:210.0px!important;}
.bwmarginleft8, .bwmarginl8 {margin-left:240.0px!important;}
.bwmarginleft9, .bwmarginl9 {margin-left:270.0px!important;}
.bwmarginleft10, .bwmarginl10 {margin-left:300.0px!important;}

/*text indent*/
.bwhangingindent, .bwhangindent {text-indent:-30.0px!important;}

/*paragraph indent*/
.bwparagraphindent, .bwpindent {text-indent:30.0px!important;}

/*list styles*/
.bwliststylenone, .bwlistnone {list-style-image:none;list-style-type:none!important;}
.bwliststyledisc, .bwlistdisc {list-style-type:disc!important;}
.bwliststylesquare, .bwlistsquare {list-style-type:square!important;}
.bwliststylecircle, .bwlistcircle {list-style-type:circle!important;}
.bwliststyledecimal, .bwlistdecimal {list-style-type:decimal!important;}
.bwliststyleloweralpha, .bwlistlowalpha {list-style-type:lower-alpha!important;}
.bwliststyleupperalpha, .bwlistupalpha {list-style-type:upper-alpha!important;}
.bwliststylelowerroman, .bwlistlowroman {list-style-type:lower-roman!important;}
.bwliststyleupperroman, .bwlistuproman {list-style-type:upper-roman!important;}

/*list item spacing*/
.bwlistitemmarginbottom, .bwlistitemmargb {margin-bottom:10.0px!important;}

/*pargraph margin inside table cells*/
.bwcellparagraphmargin, .bwcellpmargin {margin-bottom:0px;margin-top:0px!important;}

/*table bottom margin*/
.bwtablebottommargin, .bwtablemarginb {margin-bottom:10.0px!important;}

/*horizontal block alignment*/
.bwblockaligncenter, .bwblockalignc {margin-left:auto;margin-right:auto!important;}
.bwblockalignleft, .bwblockalignl {margin-left:0px;margin-right:auto!important;}
.bwblockalignright, .bwblockalignr {margin-left:auto;margin-right:0px!important;}

/*width*/
.bwwidthpercent1, .bwwidth1 {width:1%!important;} 
.bwwidthpercent2, .bwwidth2 {width:2%!important;} 
.bwwidthpercent3, .bwwidth3 {width:3%!important;} 
.bwwidthpercent4, .bwwidth4 {width:4%!important;} 
.bwwidthpercent5, .bwwidth5 {width:5%!important;} 
.bwwidthpercent6, .bwwidth6 {width:6%!important;} 
.bwwidthpercent7, .bwwidth7 {width:7%!important;} 
.bwwidthpercent8, .bwwidth8 {width:8%!important;} 
.bwwidthpercent9, .bwwidth9 {width:9%!important;} 
.bwwidthpercent10, .bwwidth10 {width:10%!important;} 
.bwwidthpercent11, .bwwidth11 {width:11%!important;} 
.bwwidthpercent12, .bwwidth12 {width:12%!important;} 
.bwwidthpercent13, .bwwidth13 {width:13%!important;} 
.bwwidthpercent14, .bwwidth14 {width:14%!important;} 
.bwwidthpercent15, .bwwidth15 {width:15%!important;} 
.bwwidthpercent16, .bwwidth16 {width:16%!important;} 
.bwwidthpercent17, .bwwidth17 {width:17%!important;} 
.bwwidthpercent18, .bwwidth18 {width:18%!important;} 
.bwwidthpercent19, .bwwidth19 {width:19%!important;} 
.bwwidthpercent20, .bwwidth20 {width:20%!important;} 
.bwwidthpercent21, .bwwidth21 {width:21%!important;} 
.bwwidthpercent22, .bwwidth22 {width:22%!important;} 
.bwwidthpercent23, .bwwidth23 {width:23%!important;} 
.bwwidthpercent24, .bwwidth24 {width:24%!important;} 
.bwwidthpercent25, .bwwidth25 {width:25%!important;} 
.bwwidthpercent26, .bwwidth26 {width:26%!important;} 
.bwwidthpercent27, .bwwidth27 {width:27%!important;} 
.bwwidthpercent28, .bwwidth28 {width:28%!important;} 
.bwwidthpercent29, .bwwidth29 {width:29%!important;} 
.bwwidthpercent30, .bwwidth30 {width:30%!important;} 
.bwwidthpercent31, .bwwidth31 {width:31%!important;} 
.bwwidthpercent32, .bwwidth32 {width:32%!important;} 
.bwwidthpercent33, .bwwidth33 {width:33%!important;} 
.bwwidthpercent34, .bwwidth34 {width:34%!important;} 
.bwwidthpercent35, .bwwidth35 {width:35%!important;} 
.bwwidthpercent36, .bwwidth36 {width:36%!important;} 
.bwwidthpercent37, .bwwidth37 {width:37%!important;} 
.bwwidthpercent38, .bwwidth38 {width:38%!important;} 
.bwwidthpercent39, .bwwidth39 {width:39%!important;} 
.bwwidthpercent40, .bwwidth40 {width:40%!important;} 
.bwwidthpercent41, .bwwidth41 {width:41%!important;} 
.bwwidthpercent42, .bwwidth42 {width:42%!important;} 
.bwwidthpercent43, .bwwidth43 {width:43%!important;} 
.bwwidthpercent44, .bwwidth44 {width:44%!important;} 
.bwwidthpercent45, .bwwidth45 {width:45%!important;} 
.bwwidthpercent46, .bwwidth46 {width:46%!important;} 
.bwwidthpercent47, .bwwidth47 {width:47%!important;} 
.bwwidthpercent48, .bwwidth48 {width:48%!important;} 
.bwwidthpercent49, .bwwidth49 {width:49%!important;} 
.bwwidthpercent50, .bwwidth50 {width:50%!important;} 
.bwwidthpercent51, .bwwidth51 {width:51%!important;} 
.bwwidthpercent52, .bwwidth52 {width:52%!important;} 
.bwwidthpercent53, .bwwidth53 {width:53%!important;} 
.bwwidthpercent54, .bwwidth54 {width:54%!important;} 
.bwwidthpercent55, .bwwidth55 {width:55%!important;} 
.bwwidthpercent56, .bwwidth56 {width:56%!important;} 
.bwwidthpercent57, .bwwidth57 {width:57%!important;} 
.bwwidthpercent58, .bwwidth58 {width:58%!important;} 
.bwwidthpercent59, .bwwidth59 {width:59%!important;} 
.bwwidthpercent60, .bwwidth60 {width:60%!important;} 
.bwwidthpercent61, .bwwidth61 {width:61%!important;} 
.bwwidthpercent62, .bwwidth62 {width:62%!important;} 
.bwwidthpercent63, .bwwidth63 {width:63%!important;} 
.bwwidthpercent64, .bwwidth64 {width:64%!important;} 
.bwwidthpercent65, .bwwidth65 {width:65%!important;} 
.bwwidthpercent66, .bwwidth66 {width:66%!important;} 
.bwwidthpercent67, .bwwidth67 {width:67%!important;} 
.bwwidthpercent68, .bwwidth68 {width:68%!important;} 
.bwwidthpercent69, .bwwidth69 {width:69%!important;} 
.bwwidthpercent70, .bwwidth70 {width:70%!important;} 
.bwwidthpercent71, .bwwidth71 {width:71%!important;} 
.bwwidthpercent72, .bwwidth72 {width:72%!important;} 
.bwwidthpercent73, .bwwidth73 {width:73%!important;} 
.bwwidthpercent74, .bwwidth74 {width:74%!important;} 
.bwwidthpercent75, .bwwidth75 {width:75%!important;} 
.bwwidthpercent76, .bwwidth76 {width:76%!important;} 
.bwwidthpercent77, .bwwidth77 {width:77%!important;} 
.bwwidthpercent78, .bwwidth78 {width:78%!important;} 
.bwwidthpercent79, .bwwidth79 {width:79%!important;} 
.bwwidthpercent80, .bwwidth80 {width:80%!important;} 
.bwwidthpercent81, .bwwidth81 {width:81%!important;} 
.bwwidthpercent82, .bwwidth82 {width:82%!important;} 
.bwwidthpercent83, .bwwidth83 {width:83%!important;} 
.bwwidthpercent84, .bwwidth84 {width:84%!important;} 
.bwwidthpercent85, .bwwidth85 {width:85%!important;} 
.bwwidthpercent86, .bwwidth86 {width:86%!important;} 
.bwwidthpercent87, .bwwidth87 {width:87%!important;} 
.bwwidthpercent88, .bwwidth88 {width:88%!important;} 
.bwwidthpercent89, .bwwidth89 {width:89%!important;} 
.bwwidthpercent90, .bwwidth90 {width:90%!important;} 
.bwwidthpercent91, .bwwidth91 {width:91%!important;} 
.bwwidthpercent92, .bwwidth92 {width:92%!important;} 
.bwwidthpercent93, .bwwidth93 {width:93%!important;} 
.bwwidthpercent94, .bwwidth94 {width:94%!important;} 
.bwwidthpercent95, .bwwidth95 {width:95%!important;} 
.bwwidthpercent96, .bwwidth96 {width:96%!important;} 
.bwwidthpercent97, .bwwidth97 {width:97%!important;} 
.bwwidthpercent98, .bwwidth98 {width:98%!important;} 
.bwwidthpercent99, .bwwidth99 {width:99%!important;} 
.bwwidthpercent100, .bwwidth100 {width:100%!important;} 

/* IR Feed Table NASDAQ Classes */


@media screen and (max-width: 1024px) {
	.hero-aboutUs .margin-right-40-perc {
		margin-right: 30% !important;
	}
	.hero-aboutUs .margin-top-150 {
		margin-top: 50px !important;
	}
	.hero-aboutUs .hero-content h3 {
		font-size: 34px;
		font-weight: 400;
		line-height: 40px;
		font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 0;
		color: #ffb441;
	}
	h3 img {
    	margin:0 !important;
    	max-width:300px !important;
	}
}

@media screen and (max-width: 768px) {
	.hero-aboutUs {
		background-image:none;
	}
}

.featured-news-hero p {
	font: 200 24px/1.2em "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;;
	color: #444648;
	margin-bottom: 20px;
}

.mgmt-list-items {
	margin:0 !important;
}
@media screen and (max-width: 1094px) {
    .card-wrapper {
        display: inline-block;
        width: 33.3333333%;
            margin-bottom:50px;
    }
}
@media screen and (max-width: 670px) {
    .card-wrapper {
        display: inline-block;
        width: 100%;
            margin-bottom:50px;
    }
}

.patent-word-spacing p {
	word-spacing: 4px;
}
/* 
 * About Us styling goes here
 * Author: Peter Chon
 * Created Date: 1/6/2015
 */

.mgmt-list-items div {
	height:100px;
    font-size:15px;
}

.mgmt-list-items div a {
	display:block;
    font-size:17px;
    margin-bottom:5px;
}


@media screen and (max-width: 1024px) {
	.hero-aboutUs .margin-right-40-perc {
		margin-right: 30% !important;
	}
	.hero-aboutUs .margin-top-150 {
		margin-top: 50px !important;
	}
	.hero-aboutUs .hero-content h3 {
		font-size: 34px;
		font-weight: 100;
		line-height: 40px;
		letter-spacing: 1px;
		font-family: 'HelveticaNeueW01-ThinEx 710288';
		margin: 0;
		color: #ffb441;
	}
}

@media screen and (max-width: 768px) {
	.hero-aboutUs {
		background-image:none;
	}
}
/* 
 * Responsive styling goes here
 * Author: Peter Chon
 * Created: 1/7/2015
 */
.hero-content.article-carousel {
    overflow:hidden
}

.news-center-thumbnails {
    bottom:0;
    left:0;
    width:66.66667%!important;
    margin:0!important
}

.article-carousel .article {
    margin:0
}

.news-center-thumbnails .article-thumbnail.column {
    margin:0;
    background:none;
    height:auto
}

.article-thumbnail span {
    display:block;
    position:relative;
    top:inherit;
    line-height:1.24em;
    padding-top:6px;
    height:60px
}

.feed-table {
    width:100%;
    max-width:1305px;
    margin-top:30px
}

#twitter-widget-0 {
    border:1px solid #ffb441!important;
    border-radius:10px;
    width:100%!important
}

.news-center .stickynav.section > .row.content {
    background:url(../../../content/dam/illumina-marketing/images/company/newscenter/news-room-ge-50.png) scroll no-repeat right 72% transparent
}

.content-head.with-svg-icon img {
    float:right;
    padding-left:20px;
    background-color:#fff;
    margin-bottom:-100px;
    width:120px;
    max-width:inherit
}

table .date {
    width:100px!important;
    border:0;
    box-shadow:none
}

table .date p {
    text-align:center;
    font-size:13px;
    border:1px solid #bbb
}

table .event p,table .date p {
    margin-top:0
}

table .event .detail {
    display:none
}

table .event p a {
    font-size:11px
}

table .event-details {
    width:20%
}

table .date,table .event,table .event-details {
    vertical-align:top
}

.inverstorrelationsevents .feed-table {
    margin-top:0
}

.title.heading #top h1 {
    margin:0 auto;
    font-size:14px;
    padding: 0px 30px 0;
    font-family:'HelveticaNeueW01-ThinEx 710288',Arial,sans-serif;
    color:#9f9f9f
}

@media screen and (max-width:768px) {
.column {
   float:none!important;
}
.hero {
    margin-top:0
}

.hero.hero-news-center {
	padding-top:60px;
}

.article-carousel .column {
    float:right!important;
}
.article-carousel .column.eight {
    width:65%!important;
    margin-right:5%
}

.article-carousel .column.four {
    width:30%!important
}

.hero-content h3 {
    font-size:2em;
    line-height:1.42em;
    margin:50px 0!important
}

.hero.height-450 {
    height:auto
}

.article-carousel .eight.column {
    padding:20px 0 0
}

.article-carousel .four.column {
    margin:20px 0 0!important
}

.news-center-thumbnails .article-thumbnail.column {
    width:33.3333%!important;
    float:left!important;
    margin:0;
    background:none;
    padding:10px
}

.news-center-thumbnails {
    width:100%!important
}

.article .four.column {
    height:150px;
    border-radius:8px;
    margin:20px 20px 0;
    border:1px solid orange
}

.article-carousel .article {
    padding:0 30px
}

.article-carousel .article h3 {
    font-size:1.6em;
    line-height:1.42em;
    margin:0!important
}

.news-center .stickynav.section > .row.content {
    background:none
}

.content-head.with-svg-icon img {
    margin-top:20px;
    margin-bottom:0;
    width:80px
}

h3.content-head {
    font-size:1.4em;
    margin-top:30px
}

.four.column img {
    width:100%
}
}

@media screen and (max-width:768px) and (orientation:landscape) {
.hero-content.article-carousel {
    min-height:400px
}
}

@media screen and (max-width:500px) and (orientation:portrait) {
.content,.padding-top-85 {
    padding:25px 0
}

.hero-content.article-carousel {
    height:392px;
    min-height:inherit
}

.row.right .column.eight {
    width:100%!important;
    margin-right:0
}

.hero-news-center {
    padding:10px
}

.article-carousel .eight.column {
    padding:15px 0 0
}

.article-carousel .four.column {
    margin:10px 0 0!important;
    height:120px
}

.news-center-thumbnails {
    margin:0!important
}

.article-carousel .article {
    padding:0 15px;
    height:270px;
    position:relative
}

.article .four.column {
    height:50px;
    width:80px!important;
    position:absolute;
    right:0;
    top:0;
    margin-top:20px!important;
    border-radius:8px 0 0 8px
}

.article-carousel .article h3 {
    font-size:20px;
    line-height:26px;
    margin:0 90px 0 0!important;
    min-height:110px
}

.article-carousel .article p {
    max-height:50px;
    overflow:hidden;
    position:relative
}

.article-carousel .article p:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    z-index:2;
    background-image:-wekbit-linear-gradient(rgba(255,255,255,0) 0%, white 100%);
    background-image:-moz-linear-gradient(rgba(255,255,255,0) 0%, white 100%);
    background-image:-o-linear-gradient(rgba(255,255,255,0) 0%, white 100%);
    background-image:linear-gradient(rgba(255,255,255,0) 0%, white 100%);
    width:100%;
    height:20px
}

.article-carousel .article .btn-secondary {
    display:block
}

.content-head.with-svg-icon img {
    margin-top:20px;
    margin-bottom:0;
    width:80px
}

.news-center-thumbnails .article-thumbnail {
    font-size:12px
}
}
@media screen and (max-width:736px) and (orientation:landscape) {
.hero-news-center {
    padding:15px 10px
}

.article-carousel .article {
    padding:0 15px
}

.article-carousel .article h3 {
    font-size:20px;
    line-height:26px;
    padding-bottom:10px
}

.article-carousel .eight.column {
    padding-top:10px
}

.hero-content p {
    max-height:100px;
    overflow:hidden;
}

.article .four.column {
    height:150px
}

.hero-content.article-carousel {
    height:316px;
    min-height:0
}

.news-center-thumbnails .article-thumbnail {
    font-size:12px
}
}
@media screen and (max-width:667px) and (orientation:landscape) {
.hero-news-center {
    padding:15px 10px
}

.article-carousel .article {
    padding:0 15px
}

.article-carousel .article h3 {
    font-size:20px;
    line-height:26px;
    padding-bottom:10px
}

.article-carousel .eight.column {
    padding-top:10px
}

.hero-content p {
    max-height:75px;
    overflow:hidden;
}

.article .four.column {
    height:150px
}

.hero-content.article-carousel {
    height:277px;
    min-height:0
}

.news-center-thumbnails .article-thumbnail {
    font-size:12px
}
}

@media screen and (max-width:568px) and (orientation:landscape) {
.hero-news-center {
    padding:15px 10px
}

.article-carousel .article {
    padding:0 15px
}

.article-carousel .article h3 {
    font-size:20px;
    line-height:26px;
    padding-bottom:10px
}

.article-carousel .eight.column {
    padding-top:10px
}

.hero-content p {
    display:none
}

.article .four.column {
    height:100px
}

.hero-content.article-carousel {
    height:230px;
    min-height:0
}

.news-center-thumbnails .article-thumbnail {
    font-size:12px
}
}

#select-language {
	text-align: left;
	background: none;
}
	#select-language p {
	    line-height: 1.42857143;
	}
.presscenterList form {
	padding:20px 0 50px;
}

.presscenterList p {
	padding:10px 0;
}

.presscenterList p b {
	display:none;
}

.presscenterList form table {
	width:100%;
}

.presscenterList form table tr td {
	padding: 5px;
	text-align: left;
	font-size:15px;
	text-align:left;
}

.presscenterList form table tr td:first-child {
	text-align:right;
}

.presscenterList form table tr td input[type="text"] {
	margin-left:10px;
}

.presscenterList .modal-img-thankyou {
	padding: 30px 0 50px;
	line-height: 2em;
	font-size: 15px;
}

.presscenterList .modal {
	position:relative;
}

.presscenterList .modal .fa.fa-times {
	position: absolute;
	right: 0;
	top: 0;
	background-color: red;
	color: white;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	padding: 7px 0 0 9px;
	margin: -10px -10px 0 0;
	z-index: 10;
}
.featured-article {
    margin:30px 0;
}

.featured-article .btn-group {
    margin-bottom:20px;
}

.feat-article {
   margin-top:30px;
}

.feat-article .thumbnail {
   margin-bottom:5px;
   position:relative;
   height:420px;
}

.featured-article .fn-img {
    display:block;
	height:180px;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.featured-article .fn-wrap {
	border:1px solid #ddd;
    border-radius:5px;
    overflow:hidden;
	margin-top:10px;
    margin-bottom:30px;
	height:400px;
	position:relative;
}

.left-side-nav .fn-wrap {
    margin-top:0;
	margin-bottom:30px;
}

.featured-article .fn-title,
.featured-article .fn-desc {
    padding:15px 0 0;
    margin:0;
    font-size:14px;
    font-weight:bold;
    color:#666;
}

.featured-article .fn-title,
.featured-article .fn-desc p {
	height:60px;
    overflow:hidden;
    position:relative;
}

.featured-article .fn-title:after,
.featured-article .fn-desc p:after {
	content:'';
	height:10px;
	display:block;
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
	background-image:linear-gradient(transparent, #fff);
}

.featured-article .fn-desc {
    padding-top:5px;
	font-weight:normal;
}

.feat-article .btn {
  position: absolute;
  bottom: 3px;
  width: 97%;
}

.featured-article .fn-desc p,
.featured-article .fn-tag {
	font-size:14px;
	line-height:1.42em;
}

.featured-article .fn-tag {
	text-align:right;
	height:50px;
}

.featured-article .fn-tag:before {
    content:'Tags:';
	display:inline-block;
	margin-right:5px;
	font-size:12px;
	color:#999;
}            

.featured-article .fn-tag small {
	font-size:12px;        
	display:inline-block;
	margin-right:5px;
	color:#bbb;
	text-transform:capitalize;
}

.featured-article .fn-tag small:after {
	content:',';
}

.featured-article .fn-tag small:last-child:after {
	content:none;
}        

.filter-controller {
    position:relative;
}

.filter-controller span {
    display:inline-block;
    padding:3px 10px;
    margin:0 6px 6px 0;
    background-color:#bbb;
    color:white;
    cursor:pointer;
	text-transform:capitalize;        
    border-radius:5px;
    transition:all 0.5s;
}

.filter-controller span:hover {
	background-color:#e9e9e9;
	color:#666;
    transition:all 0.5s;    
}

.filter-controller span.active {
	background-color:#666;
	color:white;
    transition:all 0.5s;    	
}

.bg-gray {
    background-color:#f9f9f9;
    background:linear-gradient(#f9f9f9, #e9e9e9);
}

/*.hero {
    padding:30px 0;
}*/
/*Adjusted style for banner spacing*/
.hero {
    padding:40px 0;
}
.featuredArticles .hero {
	margin-top: 0px;
}

.left-side-nav #featArticles {
    display:none;
}

.left-side-nav .tags-container {
    border-top:1px solid #bbb;
    border-bottom:1px solid #bbb;
	padding:10px 0;
	margin-bottom:10px;
}

.left-side-nav .tags-container span {
	display:block;
	cursor:pointer;
	background:none;
	color:#666;
    padding:3px 0;
}

.collapse {
    visibility:visible !important;
}

.crossfade-container {
	margin:0 auto!important;
	padding:0 15px;
}

.prev-next-ctl div {
    padding:0;
}

.prev-next-ctl a {
    margin-right:30px;
}

.prev-next-ctl strong {
	display:block;
    margin-right:5px;
}

.prev-next-ctl a {
    display:inline-block;
}

@media (min-width:767px) and (max-width:768px){
	.col-md-3.feat-article {
		float: left;
		width: 33.3333%;
    }
    .feat-article .img {
    	height:135px;
	}
    .feat-article .thumbnail .caption {
        height:150px;
	}
}

@media (max-width:1023px){
    .hero {
        padding:30px 20px;
    }
    .left-side-nav .tags-container {
		text-align:center;
    }
	.left-side-nav .tags-container span {
    	display:inline-block;
    	margin-right:10px;
    }
	.rel .icon {
    	margin-top:45px;
    }
}

.left-side-nav .tags-container span:before {
    content:"\f096";
    font-family:FontAwesome;
	display:inline-block;
	margin-right:5px;
}

.left-side-nav .tags-container span.active:before {
    content:"\f046";
}

.show-hide {
    text-align:right;
    margin:0;
    color:#328ed1;
	cursor:pointer;
    font-size:13px;
}

.show-hide .fa {
	margin-left:5px;
}

.show-hide:after {
	content:'\f00d';
    font-family:FontAwesome;
    display:inline-block;    
    margin-left:5px;
}

.show-hide.open:after {
	content:'\f067';
}

/* Featured Articles Images*/
.fa-img-left-lg {
    float: left;
    margin: 0 20px 15px 0;
    width: 500px;
    clear: both;
}

.fa-img-left-md {
    float: left;
    margin: 0 20px 15px 0;
    width: 350px;
    clear: both;
}

.fa-img-left-sm {
    float: left;
    margin: 0 20px 15px 0;
    width: 150px;
    clear: both;
}

.fa-img-right-lg {
    float: right;
    margin: 0 0 15px 20px;
    width: 500px;
    clear: both;
}

.fa-img-right-md {
    float: right;
    margin: 0 0 15px 20px;
    width: 350px;
    clear: both;
}

.fa-img-right-sm {
    float: right;
    margin: 0 0 15px 20px;
    width: 150px;
    clear: both;
}
 
.multimedia-page .title.heading {
    margin-top:60px;
}

.newscenter-multimedia {
	margin:30px 0;
}        

.newscenter-multimedia .media {
	padding:15px;
	margin:0;
}

.newscenter-multimedia .btn-group,
.newscenter-multimedia .collapse {
    padding:5px 15px 0;
}

.parsys .newscenter-multimedia .row {
	margin-top:15px;
}

.newscenter-multimedia .media .inner {
	border:1px solid #bbb;
	border-radius:5px;
	padding:15px 15px 0;
}

.newscenter-multimedia .media h6 {
	text-align:center;
	margin-top:15px;
	height:40px;        
}

.newscenter-multimedia .media img {
	width:100%;
    height:144px;
	border-radius:5px;
}

.newscenter-multimedia .media .btn {
	text-align:center;
}

.newscenter-multimedia .media .tags {
    display:block;
    padding:5px 5px 0;
	text-align:right;
	text-transform:capitalize;
	color:#999;
}

.image-use-agreement {
	max-height:400px;
    padding:15px;
    margin:10px 0;
    border:1px solid #bbb;
    overflow-y:scroll;
}

#termsForm {
    padding:0 30px;
}

.presscenterList .modal {
    overflow:visible;
    border-radius:5px;    
}

.modal-terms {
	height:auto;
}

.modal {
    bottom:inherit!important;
}

.presscenterList .modal .fa.fa-times{
    height:auto;
	width:auto;
	padding:10px 12px;
	margin:-13px -13px 0 0;                    
	cursor:pointer;
}                

.modal-image,
.modal-img-request,
.modal-img-thankyou {
	display:none;
}

.modal-terms form img {
	display:block;
    margin:20px auto 30px;
}

.modal-terms .form-horizontal .form-group {
	margin-left:0;
	margin-right:0;                    
}

.modal-image #imgId {
    max-width:300px;
    max-height:200px;    
    margin-bottom:20px;
}

.modal-image {
	padding:20px 0 10px;
}            

.modal-img-request {
    padding:20px 30px;
}

.modal-img-thankyou h3 {
    margin-top:20px;
}

#imgRequestForm {
	text-align:left;
    padding:10px 0 0;
}

@media screen and (max-width:1024px){
    .newscenter-multimedia {
        margin-top:100px;
    }       
    .newscenter-multimedia .media img {
		width:auto;
		max-width:100%;
		display:block;
		margin:0 auto;
	}
    .newscenter-multimedia .media {
		float:left;
		width:33.3334%;
	}
}

@media screen and (max-width:768px){
    .newscenter-multimedia .media {
		width:50%;
	}
}

@media screen and (max-width:736px){
    .presscenterList .modal {
        max-height:90%;
		margin-top:60px;
		overflow:auto;
    }    
    .presscenterList .modal .fa.fa-times{
		margin:5px;;
        border-radius:5px;
		padding:5px 7px;        
    } 
}

@media screen and (max-width:460px){         
    .newscenter-multimedia .media {
		float:none;
		width:100%;
	}
}
