.ir-wrapper {
	max-width: 960px;
}

.hero-box-wrapper {
	/* you can also use daqbg2.jpg through daqbg10.jog */
	background: url(http://phx.corporate-ir.net/mobile/resources/images/daqbg4.jpg) center center repeat-y;
	background-size:cover;
	padding: 50px 20px;
	height: 310px;
	position: relative;
	font-family: Lato, sans-serif;
}

.hero-box-overlay {
	position: absolute;
	width: 370px;
	height: 270px;
	right: 0;
	background: #fff;
	opacity: 0.7;
	top: 0;
	margin-top: 20px;
	margin-right: 20px;
}

.hero-box-wrapper h1 {
	color: #fff;
	font-size: 42px;
	font-family: Lato, sans-serif;
}

.hero-box-quote {
	padding: 15px;
}

.data-price {
	font-size: 45px;
	font-weight: 400;
}

.data-change {
	font-size: 20px;
	font-weight: bold;
	color: #2693B8;
}

.box-disclaimer {
font-size: 12px;
margin-top: 15px;
}

.ir-content h2 {
	margin-top: 0;
}

.ir-content h3 {
	margin-top: 10px;
}

.ndaq-article {
 background: none repeat scroll 0 0 #f3f3f3;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px 10px 0;
}
.ndaq-event-list {
    background: none repeat scroll 0 0 #666;
    color: #fff;
    margin-left: 10px;
    padding: 15px;
}

.ndaq-article a {
	text-decoration: none;
	color: #353030;
}

a.ndaq-article-more {
	color: #2693B8;
}

.ndaq-article-title {
	font-weight: 700;
}

.featured-page img {
	max-width: 100%;
}

.event-list a {
	text-decoration: none;
	color: #353030;
}

.black-box {
	background: #000;
}

.black-box .box-stock-exchange,
.black-box .box-disclaimer,
.black-box .data-price {
	color: #fff;
}

.black-box .data-change .minus{
	color: #D61A1A;
}

.black-box .data-change.plus {
	color: #09B160;
}

.profile-box {
   background: none repeat scroll 0 0 #000;
    border-top: 3px solid #000;
    color: #fff;
    opacity: 0.6;
    padding: 10px;
    width: 60%;
}

.ndaq-event-list-date {
	font-weight: bold;
}
.ndaq-event-list-title {
	
}

.featured-page a {
	color: #353030;
    text-decoration: none;
}

.featured-page img {

 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
 filter: gray; /* IE6-9 */
 -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 -ms-transition: all 0.5s ease-in-out;

}

.featured-page img:hover {
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
 -webkit-filter: grayscale(0%);
 filter: alpha(opacity=50);
}

.ndaq-reports img {
	max-width: 100%;
}


@media all and ( min-width: 600px ) {
	.centered-label {
		text-align: center;
	}

}
