

tr.heading1 td{
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

tr.heading2 td{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}

.investor-table th {
	text-align: center;
}

tr.investor-content td{
	font-size: 14px;
	border-left: 1px solid #e7e7e7;
}

tr.investor-total td{
	font-size: 14px;
}

.investor-table tr td:first-child  { border-left: 0px; }​

.investor-table td, th{
	padding-left: 5px;
}

.investor-table {
	width: 85%;
}

.total {
	font-size: 14px;
	padding-top: 10px;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}

/* Events page */

.title-events {
	height: 50px;
}

.title-events img {
	margin: 3px 0px 0px 0px; 
	position: static;	
}

/* Home Page */
.detail-box p {
	font-size: 13px;
}

.detail-box__contents {
    padding: 0 18px;
}


.detail-box .text a {
 	color: #fff;
 	text-decoration: none;
}

.detail-box .text a:hover {
    color: #009EE0;
}

/* Products */

.product-img img {
	width: 120px;
	height: 120px;
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

.image-left img, .image-right img {
	max-width: 100%;
	height: auto;
	display:block;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	margin: 0 auto;
}

.image-left {
	padding-right: 1em;
}

.image-right {
	padding-left: 1em;
}

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

	.image-left {
		padding-right: 0;
	}

	.image-right {
		padding-left: 0;
	}
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	margin-top:20px;
	margin-bottom: 20px;
} 

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.responsive {
	max-width: 100%;
	height: auto;
	display:block;
}

.image-small {
	max-width: 145px;
}

.image-med {
	max-width: 307px;
}

.image-large {
	max-width: 469px;
}

.site-content {
	padding-left: 15px;
	padding-right: 15px;
}


/* Careers */

.ex-content {
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
}


a.ex-label {
	cursor: pointer;
	display: block;
}

ul.careers-list {
	margin: 0;
	list-style-image: url('../images/list-arrow-down.png');
}

/* ALL */

.header {
	width: 100%;
    z-index: 9;
}

.top-bar {
	display:none;
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

p.caption {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

body.logged-in .top-bar{
	top: 32px;
}

body.logged-in .header {
	top: 78px;
}

/* IE9, IE10 */
@media screen and (min-width:0\0) {

	.detail-box img {
	    margin-left: 38px;
	}


}


@media only screen and (min-width:767px) {
	.anchor-offset {
	    position: relative;
	    top: -170px;
	}
}

@media only screen and (max-width:767px) {
	.anchor-offset {
	    position: relative;
	    top: 0;
	}
}


@media only screen and (max-width:979px) {
	.desktop-search {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.header {
		position: initial;
	}

	.top-bar {
		position: initial;
	}

	.banner {
		margin-top: 0;
		display: none;
	}

	.homepage-banner {
		display: block;
	}
}

@media only screen and (max-width:767px) {
	.hide-on-mobile {
		display:none;
	}
}

/* Tablets */
@media only screen and (min-width:768px) and (max-width:1199px){
	.hide-on-tablet {
		display:none;
	}
}

.header:hover {
	opacity: 1 !important;
}

.search-mob-toggle {
    text-align: right;
    float: right;
    margin-right: 15px;
    cursor:pointer;
}


.customer {
	padding-left: 7px;
	padding-right: 7px;
}

.customers {
	padding-left:15px;
	padding-right: 15px;
}

.customers .row {
	min-height: 62px;
}

.latest-tweet {
	padding-right: 15px;
}