@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700italic,700,400italic);


html{
height: 100%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,main,nav,section { 
display:block;
}

*{
-webkit-tap-highlight-color: rgba(0,0,0,0);
outline: none;
}


.mobile{
display:none;	
}

		
body{
font-family: Open Sans, sans-serif;
margin:0;
padding:0;
background:#eee;
line-height:180%;
font-size:15px;
min-width: 1000px;
color:#666;
height: 100%;
min-height: 100%;
}



#page{
max-width: 1920px;
background:#ffffff;
margin: auto;
position: relative;
min-height: 100%;
}


.content-width{
margin: auto;
position: relative;
max-width: 1400px;
padding-left: 50px;
padding-right: 50px;
}

@media (min-width: 900px){
	.content-width{
	width: auto;
	}
}

.article-width{
display: block;
padding: 0 50px ;
}



#site-header{
background: white;
height:120px;
padding: 00px 00px;
border-left:20px solid #E44147;
position: relative;
z-index: 100;
border-bottom: 1px solid #6486B7;
}

	#site-header-content{
	height: 100%;
	}

		#site-header-logo{
		position: absolute;
		width:416px;
		height: 50px;
		left: 50px;
		top:35px;
		height: auto;
		}
		
		
		#site-header-menu-button{
		text-align: center;
		cursor: pointer;
		font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
		font-size: 24px;
		white-space: nowrap;
		line-height: 110px;
		color:#666666;
		text-decoration: none;
		}
		#site-header-menu-button:hover{
		color:#005A9C;
		text-decoration: none;
		}
		
		.menu-open #site-header-menu-button{
		color:#005A9C;
		}
		

			
			#site-header-menu-icon{
			width:30px;
			height: 30px;
			display: inline-block;
			padding-left: 0em;
			vertical-align: middle;
			position: relative;
			margin-left: 10px;
			}

				#site-header-menu-button:hover #site-header-menu-icon span,
				.menu-open #site-header-menu-icon span{
				background: #015A9C;
				}
				
				#site-header-menu-icon span{
				display: block;
				position: absolute;
				height: 4px;
				width: 100%;
				background: #666;
				opacity: 1;
				left: 0;
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: .25s ease-in-out;
				-moz-transition: .25s ease-in-out;
				-o-transition: .25s ease-in-out;
				transition: .25s ease-in-out;
				}

				#site-header-menu-icon .line-1 {
				  top: 0px;
				}

				#site-header-menu-icon .line-2,#site-header-menu-button .line-3 {
				  top: 13px;
				}

				#site-header-menu-icon .line-4 {
				  top: 26px;
				}

				.menu-open #site-header-menu-icon .line-1 {
				  top: 18px;
				  width: 0%;
				  left: 50%;
				}

				.menu-open #site-header-menu-icon .line-2 {
				  -webkit-transform: rotate(45deg);
				  -moz-transform: rotate(45deg);
				  -o-transform: rotate(45deg);
				  transform: rotate(45deg);
				}

				.menu-open #site-header-menu-icon .line-3 {
				  -webkit-transform: rotate(-45deg);
				  -moz-transform: rotate(-45deg);
				  -o-transform: rotate(-45deg);
				  transform: rotate(-45deg);
				}

				.menu-open #site-header-menu-icon .line-4 {
				  top: 18px;
				  width: 0%;
				  left: 50%;
				}

		
			
			#site-header-menu-label{
			display: inline-block;
			vertical-align: middle;
			}
			

.supports-js #nav-overlay{
position: absolute;
left: 0;
top:120px;
right:0;
bottom:0;
visibility: hidden;
opacity: 0;
}

#nav-overlay{
max-width: 1920px;
transition:0.3s;
background: #666;
background: rgba(64,64,64,0.8);
z-index: 1000;
}

.menu-open #nav-overlay{
visibility: visible;
opacity: 1;
}

	#nav-menu{
	background: #F7F7F7;
	border-left: 20px solid #E6E6E6;
	margin-top: 1.5em;
    visibility: hidden;
	}

    .menu-open #nav-menu{
        visibility: visible;
    }

	.supports-js #nav-menu{
	margin-top: 0;
	}

		#nav-content{
		padding-top: 20px;
		padding-bottom: 40px;		
		}
		
		#nav-content:after{
		content:'';
		display:block;
		clear:both;	
		}

			#nav-menu ul{
			margin: 0 0 1em 0;
			padding: 0;
			list-style-type: none;
			}

				#nav-menu .nav-menu-column{
				width:22%;
				padding-right:3%;
				float:left;
				}			
				
				#nav-menu strong{
				font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
				font-weight: 700;
				font-size: 1.1em;
				}
				
				#nav-menu .menu-header{
				display: none;
				}
				
				#nav-menu .menu-section-name{
				font-weight: bold;
				}
				
				#nav-menu a{
				text-decoration: none;
				color:black;
				padding: 0.5em 0;
				display: block;
				color:#666;
				}

				#nav-menu a:hover{
				color:#005A9C;
				text-decoration: underline;
				}

				#nav-menu a.active{
				color:#005A9C;
				font-weight: bold;
				}
				
				#nav-menu a.active:before{
				content: '\2022';
				position: absolute;
				margin-left: -1em;
				}

				#nav-menu-close:hover{
				color:#E44147;
				}


			#nav-menu-search-form{
			width:100%;
			clear: both;
			padding-top: 1em;
			}

				#nav-menu-search-field{
				width:100%;
				box-sizing: border-box;
				padding: 0px 10px 0px 50px;
				height: 50px;
				background: url(/images/search-icon.png) no-repeat 10px center white;
				font-size: 20px;
				border:1px solid #666;
				}

				#site-header-search-form .sub-menu-close{
				height: 100%;
				line-height: 70px;
				}


.banner{
position: relative;
margin-bottom: 3em;
}

	.banner-photo{
	height:0;
	padding-bottom: 31%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	}

	.banner-message-section{
	max-width: 1400px;
	margin: auto;
	position: absolute;
	top:auto;
	right:50px;
	left:50px;
	bottom: 0;
	}

		.banner-message{
		position: absolute;
		padding: 20px 30px;
		font-size: 26px;
		margin-bottom: 0.5em;
		line-height: 140%;
		font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
		bottom:0;
		right: 0;
		background: white;
		background: rgba(255,255,255,0.9);
		text-align: center;
		z-index: 20;
		color:#666;
		margin: auto;
		}

			.banner-message h1{
			color:white;
			margin-bottom: 0.5em;
			font-size: 2em;
			}

			.banner-message a{
			text-decoration: none;
			display: inline-block;
			transition: color 0.3s;
			font-size: 0.8em;
			line-height: normal;
			}

		
		.banner-alert-section{
		position: absolute;
		bottom: 0;
		left:0;
		right:0;
		}
		
			.banner-alert{
			position: absolute;
			left: 64px;
			right: 70%;
			display: block;
			bottom: 0;
			padding: 0px 0px 0px 0px;
			background: #fff;
			background: rgba(255,255,255,0.9);
			text-align: center;
			z-index: 20;
			color:#666;
			}
			
			a.banner-alert{
			text-decoration: none;
			}
			
			a.banner-alert:hover{
			background: #fff;
			text-decoration: none;
			}

				#banner-alert-icon{
				display: inline-block;
				vertical-align: middle;
				margin:0 4%; 
				width:20%;
				}
				
				#banner-alert-text{
				display: inline-block;
				vertical-align: middle;
				width:70%;
				}
				
					#banner-alert-icon .alert-icon{
					width: 80px;
					max-width: 80%;
					height: auto;	
					}

				.banner-alert h2{
				font-size: 1.1em;
				color: #666;
				margin: 0;
				}
				
				.banner-alert h2 .date{
				font-weight: normal;
				white-space: nowrap;
				}
				
				
				.banner-alert p{
				margin-top: 0;
				}
				
				.banner-alert strong{
				color:#015A9C;
				}


main{
border-left:20px solid white;
}

article{
margin-bottom:3em;
}

.cell{
display: block;
padding: 1em 50px ;
}

.row{
border-top:1px solid #C6D7ED;
display: block;
text-decoration: none;
color:#666;
padding: 0.75em 60px 0.75em 0;
}

.tab-panel .row{
padding: 1.5em 0;
border-top: none;
border-bottom:1px solid #C6D7ED;
}

	a.row:hover,
	a.row:hover *{
	color: #005A9C;
	}
	
	a.row:hover{
	text-decoration: none;
	}
	
	a.row:hover h3{
	text-decoration: underline;
	}
	
	.row h3{
	font-size: 1.3em;
	font-weight: normal;
	color:#666;
	margin: 0;
	}
	
	.row p{
	margin: 0;
	}

.row.accordion {
padding: 0;
margin: 0;
}

	.row.accordion .ui-accordion-header{
	padding: 1.5em 0;
	border-top: none !important;
	}
	
	
	.row.accordion .ui-accordion-content{
	border-bottom: none;
	border-top:1px solid #C6D7ED;
	}



.lead{
padding-left: 10px;
padding-right: 10px;
}

	.lead p{
	margin: 0;
	}

#direct-links{
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
margin-top: 3em;
margin-bottom: 20px;
}

	#direct-links .column-text{
	height: auto;
	padding: 0 1em;
	display: block;
	max-width: 300px;
	margin: auto;
	}


	#direct-links .column{
	padding: 2em 0 ;
	text-align: center;
	background: #F2F2F2;
	box-sizing: border-box;
	vertical-align: top;
	}
	
	
		#direct-links-features a.area-link:hover{
		color:#005a9c;
		background: #e7e7e7;
		}
		
		#direct-links-features .column-photo{
		max-height:200px;
		margin-bottom: 0.5em;
		
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;

		align-items: center;

		}
		
		#direct-links-features .column-photo img{
		display: block;
		margin: auto;
		max-width: 80%;
		height: auto;
		}
		

		
#direct-links-tab{
font-size: 18px;
color:white;
background: #005a9c;
padding: 10px 0;
text-align: center;
width:33.33%;
margin: 0;
}


#direct-links-list{
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
margin: 20px 0 0 0;
padding: 0;
list-style-type: none;
font-size: 14px;
}
#direct-links-list:after{
content:'';
display:block;
clear:both;	
}

	
	#direct-links-list li{
	margin: 0;
	padding: 0;
	float:left;
	width:33.33%;
	border:1px solid white;
	box-sizing: border-box;
	}


		#direct-links-list a{
		color:white;
		text-decoration: none;
		text-align: center;
		display: block;
		background:#999999;
		padding: 0.5em 0;
		}
		
@media (min-width: 1200px){
	#direct-links-list{
	font-size: 16px;
	}
	
	#direct-links-list li{
	width: 16.66%;
	}
}
		
@media (max-width: 600px){
	#direct-links-list li{
	width: 50%;
	}
	
}

@media (max-width: 400px){
	#direct-links-list li{
	width: auto;
	float:none;
	}
	
}

#direct-links-list a:hover{
background: #005A9C;
}


footer{
font-size: 12px;
text-align: center;
color: #666;
padding: 1em 0;
clear:both;
}

	footer a{
	text-decoration: none;
	padding: 0 1em;
	color:#666666;
	white-space: nowrap;
	font-weight: bold;
	}
	
	#footer-copyright{
	}
	
	footer a:hover{
	color:#005A9C;
	text-decoration: underline;
	}



/*Formatting*/
h1{
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-weight: 700;
font-size: 40px;
color:#666666;
margin:0 0 0.5em 0;
}

.red{
color:#E44147;
}

.blue{
color:#005A9C;
}

.page-header-section{
position: absolute;
top:0;
right:0;
left:0;
z-index: 10;
}

	.page-header-bar{
	position: relative;
	margin-bottom: 2em;
	}

		.page-header{
		background: #669CC3;
		background: rgba(0,90,155, 0.6);
		font-size: 40px;
		font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
		color:white;
		font-weight: normal;
		margin: 0 auto;
		padding: 0.75em 50px;
		max-width: 1300px;
		margin-bottom: 0.5em;
		line-height: normal;
		}
		
		.page-header a{
		color:white;
		text-decoration: none;
		display: inline-block;
		}
		
		.page-header a:hover{
		text-decoration: underline;
		color:white;
		}
		
		.page-header .current-page{
		font-weight: bold;
		display: inline-block;
		color:white;
		margin: 0;
		}


		.page-header-supplementary{
		color:white;
		position: absolute;
		right: 100px;
		top:2em;
		font-size: 1.2em;
		}

h2{
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-weight: 700;
font-size: 1.5em;
color:#005A9B;
margin:0 0 1.5em 0;
clear: both;
}

.column-content h2,
.column-text h2{
margin:0.25em 0;
}

.column-content p,
.column-text p{
margin:0;
}

.column-text{
padding-right: 3em;
}

h3{
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-weight: 700;
font-size: 1.25em;
color:#E44147;
margin:0 0 1.5em 0;
}

h3.name{
color:#005A9C;
margin: 0;
}

h4{
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-weight: 700;
font-size: 1.00em;
color:#005A9C;
margin:0 0 1.5em 0;
}

p+h3,
p+h4{
margin:1.5em 0;
}

h5{
margin:1.5em 0;
font-size: 1em;
font-weight: bold;
}

p, ul, ol{
margin:0 0 1.5em 0;
}

.margin-top{
margin-top:1.5em;
}

.margin-none{
margin: 0;
}

p+ul{
margin-top: 0;
}

.button{
background: #000;
background: #000;
color:white;
border:1px solid white;
padding: 0.5em 1em;
text-decoration: none;
}

.button:hover{
background:#005A9B;
text-decoration: none;
color:white;
}

.name{
color:#005A9B;
font-size: 1.25em;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.title{
font-size: 1em;
color: #666;
margin-top: 0;
}

a{
color:#005A9C;
transition:color 0.3s, background-color 0.3s;
}

main a:hover{
color:#005A9C;
text-decoration: underline;
}

a img{
border: 0;
}

.area-link,
.area-link-blue{
text-decoration: none !important;
color:#666;
display: block;
border: 1px solid white;
}
a.area-link-blue{
background: #DDE7F4;
}

a.area-link:hover{
color:#005A9C;
background: #e7e7e7;
}
a.area-link-blue:hover{
background: #015A9C;
color:white;
}

a.area-link:hover h2{
color:#005A9C;
}
a.area-link-blue:hover h2{
color:white;
}


.area-link img,
.area-link-blue img{
border-bottom:2px solid white;
}


article ul ul{
margin-top: 0;
margin-bottom: 0;
}


.lead{
font-size: 1.75em;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
line-height: 200%;
color:#005a9b;
text-align: center;
margin: 1.25em 0;
}

	.lead p{
	margin:0;
	}
	
.paragraph-lead{
font-weight: bold;
}

hr{
border:none;
border-top:1px solid #C6D7ED;
background:none;
color:#C6D7ED;
height:1px;
margin:3em 0px;
padding:0;
position:relative;
display:block;	
clear:both;
}

hr.margin-medium{
margin: 2em 0;
}

hr.margin-top-reduced{
margin-top:1em;
}


.full-width img{
width: 100%;
box-sizing: border-box;
height: auto;
margin: 0 auto 0 auto;
display: block;
}

.stock-summary{
color:#005a9c;
}
	.qmjsdatadown{
	color:#E44147;
	}
	.qmjsdataup{
	color:#70C200;
	}


sup,
sub {
height: 0;
line-height: 1;
vertical-align: baseline !important;
_vertical-align: bottom;
position: relative;
_position:static;
font-size:0.7em;
}
sup{
bottom:0.75em;	
}
sub{
bottom:-0.5em;
}

.name sup{
font-size: 0.6em;
bottom:0.8em;
font-weight: normal;
}



.column-group{
display: table;
width: 100%;
}

.column{
vertical-align: top;
}

.column-2 .column{
width: 50%;
display: table-cell;
}

.column-3 .column{
width: 25%;
display: table-cell;
}

.align-bottom .column{
vertical-align: bottom;
}



	.column-padding{
	display: block;
	padding: 1em 2em;
	}
	

table{
width:100%;
margin: 3em 0 3em 0;
padding: 0;
border: 0;
border-col33.33pse: collapse;
}

	td,
	th{
	border-bottom:1px solid #C6D7ED;
	padding: 0.5em 1em 0.5em 0em;
	vertical-align: top;
	}
	
	th{
	text-align: left;
	background: #005A9C;
	color:white;
	}
	
	.text-align-center th{
	text-align: center;
	}
	
	table .column-third{
	width: 33.33%;
	}
	
	td.empty{
	font-size: 0;
	line-height: 0;
	}
	
.text-align-center{
text-align: center;
}

.table-container{
margin: 1.5em 0;
}

.table-container table{
margin: 0;
}


	
::-webkit-input-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}



.feature-links{
width: 50%;
margin: auto;
padding: 0;
list-style-type: none;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 1.5em;
font-weight: bold;
}

.feature-links.grid{
margin: 2em 0;
width: auto;
}

.feature-links.grid:after{
content:'';
display:block;
clear:both;	
}

	.feature-links li{
	border:1px solid white;
	box-sizing:border-box;	
	height: 70px;
	display: table;
	width: 100%;
	}
	
	.feature-links.grid li{
	float:left;
	width: 50%;
	}
	
	
	
		.feature-links a{
		text-decoration: none;
		text-align: center;
		display: block;
		background: #DDE7F4;
		vertical-align: middle;
		display: table-cell;
		}
		
		
		.feature-links a:hover{
		text-decoration: none;
		background: #005A9B;
		color:white;
		}


.sub-nav{	
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 1.5em;
color:#999;
margin: 1em 0;
padding: 0;
list-style-type: none;
}

/*@media (max-width: 1500px){	
	.sub-nav{	
	font-size:1.5vw
	}
}*/

	.sub-nav li{
	margin: 0;
	padding: 0.25em 0;
	display: inline-block;
	line-height: normal;
	}

	.sub-nav li:after{
	content: "/";
	padding: 0 0 0 0.5em;
	}
	.sub-nav li:last-child:after{
	content: none;
	}

		.sub-nav a{
		text-decoration: none;
		color:#bbb;
		font-weight: bold;
		}

		.sub-nav a.current-page{
		color:#005A9B;
		}


.foot-notes{
}

	.foot-notes p{
	padding-left: 1.5em;
	}
	
a.note{
text-decoration: none;
}
	

.action-link{
font-weight: bold;
padding-left: 50px;
line-height:40px;
display: inline-block;
text-decoration: none;
font-size: 1.2em;
}


main .subscribe-enotify{
background: url(/images/e-notify-icon.png) no-repeat left center;
display: inline-block;
margin: 0 0 0 0;
}


.document-link{
background: url(/images/document-icon.png) no-repeat left center;
}


.link-icon{
background: url(/images/link-icon.png) no-repeat left center;
padding-left: 50px;
display: block;
text-decoration: none;
font-weight: bold;
line-height:40px;
}

img.bio-photo{
margin-bottom: 1.5em;
max-width: 50%;
min-width: 300px;
height: auto;
}




/*jQuery UI*/

.tab-panel{
clear:both;
}

/*hide tabs when loading*/
.supports-js .tab-panel{
visibility: hidden;
}

/*Show tabs when tabs initlialized*/
.supports-js .ui-tabs .tab-panel{
visibility: visible;
}

html.contains-tabs{
overflow-y: scroll;
}

.ui-tabs{
margin: 2em 0; 
}

.tabs h2{
float: left;
margin: em 0 0 0;
}

.ui-tabs-nav,
.years{
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-weight: 700;
list-style-type: none;
margin: 0 0 2em 0;
padding: 0;
float:right;
}

	.ui-tabs-nav li,
	.years li{
	display: inline-block;
	font-size: 1.25em;
	}
	
		.ui-tabs-nav a,
		.years a{
		color:#ccc;
		text-decoration: none;
		display: block;
		padding:0 1em 0.25em 1em;
		}
		.ui-tabs-active a,
		.years .active a{
		color:#005A9B;
		}
		
	.ui-tabs-panel{
	clear: both;
	border-top:1px solid #C6D7ED;
	}


.accordion{
border-bottom:1px solid #C6D7ED;
margin-bottom: 1.5em;
}


	.supports-js .accordion > ul{
	display: none;
	}
	
	.accordion > h3,
	.ui-accordion-header{
	cursor: pointer;
	font-weight: normal;
	padding: 0.75em 60px 0.75em 0;
	margin: 0;
	border-top:1px solid #C6D7ED;
	position: relative;
	color:#666;
	}
	
	.ui-accordion-header:hover h3,
	h3.ui-accordion-header:hover{
	text-decoration: underline;
	}

	.ui-accordion-header:hover,
	.ui-accordion-header:hover *,
	.ui-accordion-header.ui-state-active,
	.ui-accordion-header.ui-state-active *{
	color:#005A9B !important;
	}
	
	.ui-accordion-header{
	padding-right: 60px !important;
	}
	
	.ui-accordion-header:before{
	content:'';
	display: block;
	width: 50px;
	height: 100%;
	top:0;
	right: 0;
	position: absolute;
	background: #bbb;
	}
	
	
	
	.ui-accordion-header-icon:before,
	.ui-accordion-header-icon:after{
	content:'';
	background: white;
	position: absolute;
	transition: 0.3s;
	opacity: 1;
	visibility: visible;
	}
	/*-*/
	.ui-accordion-header-icon:before{
	right: 16px;
	top:50%;
	margin-top: -1px;
	width:16px;
	height: 2px;
	}
	/*|*/
	.ui-accordion-header-icon:after{
	right: 23px;
	top:50%;
	margin-top: -8px;
	width:2px;
	height: 16px;
	}

	.ui-state-active .ui-accordion-header-icon:after{
	opacity: 0;
	visibility: hidden;
	}
	
	
	.ui-accordion-content{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	
	.ui-accordion-content {
	background:#F2F2F2;
	padding: 0.5em 0;
	border-top:1px solid #C6D7ED;
	}
	
		.ui-accordion-content a{
		text-decoration: none;
		color:#666;
		padding:0.5em 1.5em;
		font-size: 1.0em;
		display: block;
		}
		
.card{
display: inline-block;
vertical-align: top;
width: 22%;
margin-right: 2%;
border-top:1px solid #C6D7ED;
padding: 0.5em 0 0.5em 0em;
}


.news-release-list{
border-top:1px solid #C6D7ED;
clear: both;
margin-bottom: 1.5em;
}

.tabs .news-release-list{
border-top:none;
}

.news-release-contact strong+br{
display: none;
}

.news-release-contact strong:first-child{
display: block;
color:#005A9C;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 1.00em;
}

#new-release-content table{
border-top:1px solid #ccc;
width: 100% !important;
}

	#new-release-content td{
	/*border-bottom: none;
	padding: 0 0.5em;*/
	border-color:#ccc !important;
	border-left-color: #ddd !important; 
	border-right-color: #ddd !important; 
	}

	#new-release-content td:empty{
	background: red !important;
	}
	
	#new-release-content td:first-child{
	border-left:none !important;
	}

	#new-release-content td:last-child{
	border-right:none !important;
	}

	.mw_disclaimer.empty{
	display: none;
	}
	
	#new-release-content .table-container + .table-container{
	margin-top: 3em;
	}

.toolbar{
padding: 0;
margin: 0;
text-align: right;
}

	.toolbar li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	text-align: left;
	}
	
		.toolbar a{
		text-decoration: none;
		font-weight: bold;
		font-size: 1.1em;
		padding-left:1.5em;
		cursor: pointer;
		}
		
		.download-pdf a:before{
		content: url(/images/document-icon.png);
		vertical-align: middle;
		display: inline-block;
		}
		
		.print-page a:before{
		content: url(/images/print-icon.png);
		vertical-align: middle;
		display: inline-block;
		margin-right: 0.5em;
		}
	
	
/*Forms*/
.error,
.required{
color:#FF0000;
}

.error{
font-weight: bold;
}

input.error{
border:1px solid red;
}

form.labels-beside label,
form.labels-beside .label-placeholder{
display: inline-block;
vertical-align: top;
width: 30%;
max-width: 100px;
padding: 0.25em 0;
}

form.labels-wide label,
form.labels-wide .label-placeholder{
width: 240px;
max-width: none;

}

fieldset{
border: none;
display: block;
padding: 0 0 1em 0;
margin: 0;
}

.input-boxes label{
width:20% !important;
min-width: 200px !important;
margin-right: 2em;
text-align: left !important;
}

.input-boxes input[type=text]{
width: auto;
display: block;
}

.input-boxes .wide{
width: auto !important;
min-width:50% !important;
}


.input-boxes .wide input[type=text]{
min-width: 100%;
}

fieldset.textarea .fields,
fieldset.textarea label{
vertical-align: top;
}

@media (min-width: 1200px){	
	fieldset.column{
	display: inline-block;
	width: 49%;
	vertical-align: top;
	}

	form.labels-wide label{
	text-align: right;
	}

}

form.labels-beside .fields{
width: 65%;
width:calc(100% - 120px);
box-sizing: border-box;
display: inline-block;
vertical-align: top;

}



form.labels-wide .fields{
width:calc(100% - 260px);
margin-left:10px;
}



input[type="text"],
textarea,
select{
width: 100%;
box-sizing: border-box;
padding: 0.25em 0.5em;
font-family: "Open Sans", sans-serif;
border:1px solid #999;
color:#666;
font-size: 1em;
}


input[type="submit"],
input[type="reset"],
button{
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 1.3em;
border: none;
padding: 0.5em 1em;
cursor: pointer;
transition:background 0.15s;
background: #005A9C;
color:white;
margin-right: 0.5em;
}

input[type="submit"]:hover,
button:hover{
background: #669CC3;
}

input[type="submit"]:active,
button:active{
background: #003359;
transition: background 0;
}

input[type="reset"]{
background: #ddd;
color:#333;
}
input[type="reset"]:active{
background: #ccc;
}

.g-recaptcha{
display: inline-block;
}

.countdown{
font-size: 0.85em;
color: #999;
}

	.countdown input{
	width: auto !important;
	display: inline;
	}


#content-404{
margin: 3em 0;
text-align: center;
font-size: 1.5em;
color:#005A9C;
}

.inset{
float:right;
margin: 0 0 1.5em 3em;
display: table;
clear:both;
max-width: 50%;
}

	.inset img{
	display: block;
	margin: 0 auto 0.5em auto;
	max-width: 100%;
	height: auto;
	}

	.inset figcaption{
	display: table-caption;
	caption-side: bottom;
	font-size: 0.9em;
	line-height: 200%;
	color: #999;
	}
	
	
/*Videos*/

.video-popup-lightbox .mfp-container {
padding-top: 40px;
padding-bottom: 40px;
}
/* This adds max-width to popup content */
.video-popup-lightbox .mfp-content {
width: 100%;
max-width: 1280px;
}
.video-popup-lightbox.size-640x360 .mfp-content {
max-width: 640px;
}


.video-popup {
  width: 100%;
  height: 0;
  overflow: hidden;
  /* This is scale ratio */
  padding-top: 56.25%;
}

.video-popup .mfp-close {
  top: -44px !important;
  color: #FFF !important;
  text-align: right;
  right: 1px;
  margin: 0;
}
/* This is an element itself */
.video-popup .video-popup-content {
  background: #EBE8E8;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.video-popup video{
max-width: 100% !important;
max-height: 100% !important;
}

 .mejs__container,
 .mejs__overlay,
 .mejs-video,
 .mejs-overlay{
 width: 100%!important;
 height: 100% !important;
 }

.mejs__time-rail{
width: calc(100% - 200px) !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded{
background: #666 !important;
}

.mejs__controls{
background: black !important;
background: rgba(0,0,0,0.7) !important;
}

body .mejs-controls div.mejs-time-rail{
width: calc(100% - 190px);
}


body .mejs-container .mejs-controls .mejs-time{
width:50px;
}

.lightbox-alt-content{
display: block;
margin: auto;
text-align: center;
margin-top: 1em;
}

#search {
    display: none;
    border-top: 1px solid #6486B7;
    border-bottom: 1px solid #6486B7;
    background: white;
}

    #search > table {
        margin: 0;
    }

        #search > table > tbody > tr > td {
            border: none;
        }

#search-button-container {
    width: 5%;
    padding: 0;
    padding-left: 70px;
    vertical-align: middle;
    text-align: right;
}

#search-dismiss {
    width: 5%;
    vertical-align: middle;
}

#search-field {
    width: 90%;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#search-field > span{
    width: 100%;
}

    #search-input {
        width: 100%;
        font-size: 25px;
        border: none;
        color: #005a9c;
    }

.result > a {
    text-decoration: none;
    font-weight: bold;
}

#results-pane {
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
}

.result > hr {
    margin: 2em 0px;
}

#show-more {
    display: none;
}

.search-icon, #search-button {
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #EF3E42;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -webkit-transform: translate(0px, 4px) rotate(-45deg);
    -moz-transform: translate(0px, 4px) rotate(-45deg);
    -o-transform: translate(0px, 4px) rotate(-45deg);
    -ms-transform: translate(0px, 4px) rotate(-45deg);
    transform: translate(0px, 4px) rotate(-45deg);
}

#search-button {
    width: 25px;
    height: 25px;
    border-width: 4px;
}

    .search-icon:after, #search-button:after {
        content: "";
        position: absolute;
        width: 20%;
        height: 75%;
        background: #EF3E42;
        top: 101%;
        left: 40%;
    }

    .search-icon:hover, #search-button:hover {
        cursor: pointer;
    }

.search-open .search-icon {
    border-color: #666666;
}

    .search-open .search-icon:after {
        background: #666666;
    }

.search-toggle-disable {
    border-color: #999999;
}

    .search-toggle-disable:after {
        background: #999999;
    }

.search-page {
    border: none;
}

.search-open #nav-overlay {
    visibility: visible;
    opacity: 1;
}

.search-open #search {
    display: block;
}

.menu-open #search {
    display: none;
}

.site-header-search-nav {
    position: absolute;
    right: 50px;
    top: 00px;
}

.search-active #search {
    border-top: none;
    display: block;
}

#suggestion{
    display:none;
}

.tt-menu{
    width: 100%;
    background: white;
    top: 80%;
}

.tt-selectable {
    border-bottom: 1px solid #005a9c;
    border-left: 1px solid #005a9c;
    border-right: 1px solid #005a9c;
    font-size: 20px;
    padding: 0.25em 0.5em;
}
.tt-selectable:hover{
    background: #eee;
    cursor: pointer;
}

input::-ms-clear{
    display:none;
}

.loader{
    display: none;
}

.loading {
    display: inline-block;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #005a9c;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin{
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}